﻿/****************************************************************************************\

    Global Selectors

\****************************************************************************************/

html 
{
	background-color: #ffffff;
}

body 
{
	color			: #4D4C4C;
	background		: transparent url(images/horizontalLines.jpg) repeat-x left top;
}

h1 
{
}

h2 
{
}

h3 
{
	color			: #7F634D;
	border-bottom	: solid 1px #D1C1B3;
}

h4 
{
	color			: #7F634D;
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
	color			: #6C6F98;
}

a:visited 
{
	color			: #6C6F98;
}

a:hover 
{
	color			: #6C6F98;
}

table 
{
	border			: solid 1px #4D4C4C;
	border-collapse	: collapse;
}

tr 
{
}

th 
{
	border			: solid 1px #4D4C4C;
	border-collapse	: collapse;
}

td 
{
	border			: solid 1px #4D4C4C;
	border-collapse	: collapse;
}

img 
{
}

/****************************************************************************************\
    
    Compound Selectors

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

.page.header
{
	background		: transparent url(images/header.jpg) no-repeat left top;	
}

.page.footer
{
	border-top		: solid 4px #BCC05B;	
}

.content.section
{
	background		: transparent url(images/verticalLines.jpg) repeat-y 193px top;
}

.recent.post
{
	background		: transparent url(images/footer.jpg) repeat-y left top;	
}

#joannaPicWrapper
{
	border-left	: solid 1px #fff;
}

/*___ SPAN _________________________________________________________________*/

.header h1 span
{
	background		: transparent url(images/headerHanging.jpg) no-repeat left top;	
}

.copyInfo
{
	border-top		: solid 4px #BCC05B;	
}

.copyInfo > span
{
	background		: transparent url(images/verticalLines.jpg) repeat-y 193px top;
}

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

.recent.post h3
{
	color			: #4D4C4C;
	border-bottom	: none;
}

/*___ H4 _________________________________________________________________*/

#homeColumns h4
{
	background		: transparent url(images/homeColumnsTitle.jpg) repeat-y right top;	
}

#homeColumns .second h4
{
	background		: transparent url(images/homeColumnsTitleSecond.jpg) repeat-y left top;
}

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

#homeColumns li
{
	background		: transparent url(images/penIcon.jpg) no-repeat left top;	
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/



.main.menu.list li a:hover,
.main.menu.list li a.current
{
	border-bottom	: solid 2px #BCC05B;
	border-left		: solid 1px #BCC05B;	
}

.main.menu.list li a:hover[title*="Publication"],
.main.menu.list li a[title*="Publication"].current,
.main.menu.list li a[title*="Topic"]:hover,
.main.menu.list li a[title*="Topic"].current
{
	border-bottom	: solid 2px #fff;
	border-left		: solid 1px #fff;
		
}

.recent.post h3 a,
.recent.post h3 a:visited
{
	color			: #4D4C4C;	
}

.recent.post h3 a:hover
{
	color			: #6C6F98;
}

#flickrFeed a,
#flickrFeed a:visited,
#flickrFeed a:hover
{
	border			: solid 3px #6C7998;
}

a[href*=".pdf"] 
{
    background    : transparent url(images/iconPDF.jpg) no-repeat;    
}

a.externalLink
{
    background    : transparent url(images/iconArrow.png) no-repeat;    
}

a[title*="Publication"],
a[title*="Topic"]
{
    color       : #4D4C4C;    
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

.figure img 
{
	border	: solid 1px #fff;
}

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/
