@import"standard.css"; /*resets styles*/

@import"core.css"; /*main CSS*/

/* 
This takes advantage of CSS filters as the @import in double quotes with no whitespace is not supported by
the following browsers:

	- Win IE 4.0 - 5.0
	- OSX IE 5.x
	- MAC IE 4.0 - 5.x
	- All NS 4.x
	- OSX iCab 2.x
	- Konqueror 2.2 - 3.x

Filter is supported in:

	- All Mozilla 0.6 and up
	- Win IE 5.5 - 6.0
	- Win Opera 3.5 - 7.x
	- OSX/Mac Opera 5.0 - 6.0 
	- OSX Safari 1.x
	- MSN for OSX
	- OSX OmniWeb 4.1 - 4.2

-------------------------
STRUCTURE:

	- SITE_NAME.css
		- standard.css
		- core.css
	- patches-ie7.css
	- patches-ie6.css

*/

/*--[FONTS---------------------------------------------------------------------*/
body { text-align:center; font-size:0.625em; font-family:Arial, Sans-serif; /* Consult: /working/resources/fontmatrix.xls for font-family */  }
	
	#access-links { }

	#site-container { line-height:1.1em; text-align:left; }

	/*--[GLOBAL STYLES]-------------------------------------------*/
	strong { font-weight:bold; }
	em { font-style:italic; }
	a { cursor:pointer; }
	h1,
	h2,
	h3 { font-family:'Lucinda Grande', 'Lucinda Sans', 'Lucinda Sans Unicode', Verdana, Sans-serif; }
	h1 { font-size:1.8em; font-weight:bold; margin:0.5em 0; }
	h2 { font-size:1.5em; font-weight:bold; margin:1em 0; }
	h3 { font-size:1.2em; font-weight: bold; margin:1.4em 0 0 0; line-height:1.2em; }
	h4, h5, h6 { font-size:1.1em; font-weight: bold; margin:1.4em 0 0 0; line-height:1.2em; }
	p { margin:0.5em 0; }
	blockquote { margin:1em 30px;}
	cite { font-style:italic; }
	dfn { font-style:italic; }
	ol { }
		ol li { margin-left:30px; list-style-type:decimal; }
	ul { }
		ul li { margin-left:30px; list-style-type:disc; }
	
	dl { }
		dl dt { margin-left:30px; }
		dl dd { margin-left:60px; }	
	
	table { margin:1em 0; border-collapse:collapse; }
		table thead { font-size:1.2em; }
		table tbody { }
		table tfoot { font-style:italic; }
		table tr { }
		table th { padding:5px; border:1px solid #4D4D4D; }
		table td { padding:5px; border:1px solid #4D4D4D; } 	
	.error { font-weight:bold; color:#cc0000; }
	
/*--[HEADER]------------------------------------------------------*/
#header { }


/*--[NAV-CONTAINER]-----------------------------------------------*/
#nav { font-family:'Lucinda Grande', 'Lucinda Sans', 'Lucinda Sans Unicode', Verdana, Sans-serif; }
#nav li a { color:#fff; text-decoration:none; }

/*--[CONTENT]-----------------------------------------------------*/
#content { color:#4D4D4D; line-height:1.4em; }
	#content a {  font-weight:bold; color:#2121BF; }
	#inner-content { font-size:1.1em; }
	#inner-content h1 { font-size:1.5em; color:#059DCC; font-family:'Century Gothic', 'Apple Gothic', Futura, Sans-serif; }
	#inner-content .intro { font-size:1.2em; line-height:1.2em; color:#58595B; }
	#inner-content .intro p { margin-bottom:0; }
	#inner-content .buckets li { font-size:0.8em; color:#059DCC; }
	#inner-content .buckets li h2 { margin:0.2em 0; color:#059DCC; }
	#inner-content .buckets li a { color:#059DCC; text-decoration:none; }
			 
	#content #aside { color:#58595B; }
			 #aside h2 { padding-top:2px; margin-bottom:0; line-height:1.4em; color:#386321; border-top:2px solid #386321; font-family:'Century Gothic', 'Apple Gothic', Futura, Sans-serif; }
			 #aside h3 {font-size:1.4em; line-height:1.2em; margin:0.5em 0 0 0; }
			 #aside h3 a { color:#58595B; text-decoration:none; }
			 #aside p.dates { font-size:1em; margin-top:0; color:#000; }
			 #aside p {font-size:1.2em; line-height:1.2em; margin-top:0.4em;  }
			 
			 #aside dl dt label { font-size:1.4em; font-weight:bold; }
			 	
	/*timeline*/ 
	#content .london h2,
	#content .potters-fields h2 { font-size:1.4em; }
			
	#content .london { text-align:right; }
	#content .london h3 { margin-right:-11px; }
	#content .potters-fields h3 { margin-left:-11px; }
	 
	 
	 /*GALLERY*/
	 #content .photoset-item h3 { margin:0; font-size:1.2em; font-weight:bold; }
	 #content .photoset-item h3 a { text-decoration:none; color:#4D4D4D; }
	 #content .photoset-item a {  font-weight:bold; color:#2121BF; }
	 #content p.flickr-button { line-height:70px; }
	 
	 #content .calendar-sidebar h2,
	 #content .calendar-sidebar h3 { margin:0 0 0 0.5em; font-size:0.8em;  }
	 #content .calendar-sidebar h3 { margin:1em 0.4em 0 1em; color:#000; }
	 #content .calendar-sidebar hr { border:0; border-bottom:1px solid #cdcdcd; }
	 #content .calendar-sidebar p { margin:1em 0.5em 0 1em; font-size:0.8em; }
	 #content .calendar-sidebar ul { font-size:0.8em; line-height:1.4em; }
	 #content .calendar-sidebar ul li { postion:relative; margin:5px 0; padding:2px 0 0 10px; list-style-type:none; }
	 #content .calendar-sidebar ul li a { display:block; height:100%; width:100%; color:#fff; font-weight:normal; text-decoration:none; }
	 #content .calendar-sidebar ul li.one { background:#333 url(/images/black-bar.jpg) left top no-repeat; zoom:1; }
	 #content .calendar-sidebar ul li.two { background:#BF252D url(/images/red-bar.jpg) left top no-repeat; zoom:1; }
	 #content .calendar-sidebar ul li.three { background:#5F3452 url(/images/purple-bar.jpg) left top no-repeat; zoom:1; }
	 #content .calendar-sidebar ul li.four { background:#F15A25 url(/images/orange-bar.jpg) left top no-repeat; zoom:1; }
	 #content .calendar-sidebar ul li.five { background:#509350 url(/images/green-bar.jpg) left top no-repeat; zoom:1; }
	 
	#content #calendar .back a { font-size:1.4em; text-decoration:none; color:#509350; }
	#content #calendar .forward a { font-size:1.4em; text-decoration:none; color:#509350; }
    #content #calendar h2 { font-size:1.4em; text-align:center; color:#509350; }

			 #calendar .calendar thead tr th { text-align:center; color:#fff; }
			 #calendar .calendar tbody tr td .day { text-align:right; }
			 #calendar .calendar tbody tr td .event { color:#fff; }
			 #calendar .calendar tbody tr td h3 { font-size:1em; font-weight:normal; }
			 #calendar .calendar tbody tr td a { color:#fff; text-decoration:none; }
	 
/*--[FOOTER]------------------------------------------------------*/
#footer { font-size:1.1em; line-height:1.6em; font-weight:bold; color:#fff; font-family:'Lucinda Grande', 'Lucinda Sans', 'Lucinda Sans Unicode', Verdana, Sans-serif; }

/*--[CUSTOM CLASSES]----------------------------------------------*/

/*--[PAGE SPECIFIC]-----------------------------------------------*/
