@import"/resources/css/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, Verdana, sans-serif; /* Consult: /working/resources/fontmatrix.xls for font-family */  }
	
	#access-links { }

	#site-container { font-size:1.2em; line-height:1.1em; text-align:left; color:#6D6E72; }

	/*--[GLOBAL STYLES]-------------------------------------------*/
	strong { font-weight:bold; color:#46166A; }
	em { font-style:italic; }
	a { cursor:pointer; }
	h1 { }
	h2 { }
	h3 { }
	blockquote { }
	ol { }
		ol li { }
	ul { }
		ul li { }
	
/*--[HEADER]------------------------------------------------------*/
#header { }
	#header #logo a { text-decoration:none; text-indent:-99999em; }
	#header #nav { font-size:1.2em; }
		#header #nav li { text-align:center; }
		#header #nav li a { color:#6D6E72; text-decoration:none; }
		#header #nav li a:hover { color:#46166A; }
		#header #nav li.current a { color:#46166A; }

/*--[CONTENT]-----------------------------------------------------*/
#content { }
	#content #intro-text { text-align:center; }

			 #col-1 a,
			 #col-3 a { color:#6D6E72; }	 
		
			 #col-1 p,
			 #col-3 p { margin:1em 10px; line-height:1.2em; }
		
			 #col-1 h2, 
			 #col-3 h2 { font-weight:bold; font-size:1.2em; color:#fff; }
			 #col-1 h2 p,
			 #col-3 h2 p { margin:0; }
			 
			 #col-1 h2 a, 
			 #col-3 h2 a { color:#fff; text-decoration:none; }
			
			 #col-1 blockquote, 
			 #col-3 blockquote { font-size:1.3em; line-height:1.1em; font-style:italic; color:#46166A; }
			
			 #col-2 { line-height:1.4em; }
			 #col-2 p { margin:0.5em 0 1em 0; } 
			 #col-2 h2 { margin:1em 0 0 0; color:#46166A; font-weight:bold; }
			 #col-2 ul { }
			 	#col-2 ul li { margin-left:3px; padding-left:12px; line-height:1.6em; background: url(/equestpartnership/images/equestpartnership/bullet-point.jpg) left 0.4em no-repeat; }
			 #col-2 a { color:#46166C; text-decoration:underline; text-style:italic; }
			 
			 #col-2 h3 { margin:1em 0 0 0; color:#46166A; text-decoration:underline; font-style:italic; }
			 #col-2 blockquote { margin:1em 0 0 0; font-size:1.6em; line-height:1.4em; font-style:italic; color:#8874A7; }
			 #col-2 blockquote cite { font-weight:lightest; font-size:0.6em; margin-left:5px; color:#745193; }
				
			.event-title { margin:0.5em 0; font-size:2.2em; line-height:1.2em; color:#8874A5; }
/*--[FOOTER]------------------------------------------------------*/
#footer { }
	#footer a { color:#6D6E72; }
		#inner-footer .footer { font-size:2em; line-height:1.2em; }
		#inner-footer .footer .tel { color:#46166A; }
		#inner-footer .footer .person { font-size:0.5em; }
		#inner-footer .footer .person .tel { font-size:1.3em; }
		#inner-footer .web-design { line-height:1.3em; } 

/*--[CUSTOM CLASSES]----------------------------------------------*/

/*--[PAGE SPECIFIC]-----------------------------------------------*/

.news-and-events #col-3 p,
.contact-us #col-3 p { margin:0 0 1em 0; }
