@charset "utf-8";

/*********************************************/
  /******  BODY & CONTAINER ELEMENTS  ******/
/*********************************************/

body {
	text-align: center;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}

#container {
	text-align: left;
}

/*********************************************/
       /******  HEADER ELEMENTS  ******/
/*********************************************/	
	
	#top-menu {
		font-size: 70%;
		font-weight: bold;
	}

	#top-menu li  a{
		text-decoration: none;
	}

/*********************************************/
         /******  CONTENT  ******/
/*********************************************/		
	

	
		#content h1, #content-form h1 {
			font-size: 85%;
		}
		
		#content h2 {
			font-size: 75%;
		}
		
		#content h3 {
			font-size: 70%;
		}
	
		#content p, #content-form p, #content ul {
			font-size: 70%;
			line-height: 140%;	
		}
	
		#content p.intro, #content-form p.intro {
			font-size: 75%;
		}
		
		#content p.quote {
			font-style: italic;
		}
		
		#content p.bold {
			font-weight: bold;
		}
		
		#contact #content div.vcard {
			font-size: 80%;
			line-height: 1.5em;
		}
		
	 .org {
		font-size: 110%;
	 }
	 
/*********************************************/
          /******  SIDEBAR  ******/
/*********************************************/
	
	#left-sidebar {
		font-size: 75%;
	}
	
	#left-sidebar li a {
		text-decoration: underline;
	}
	
	#left-sidebar li.current a {
		font-weight: bold;
	}
	
	
	#left-sidebar li a:hover {
		text-decoration: underline;
	}
	
	#page-id #left-sidebar li.link-class a, #page-id #left-sidebar li.link-class a:hover { /*Current page and hover states for page specific links*/
		text-decoration: underline;
		font-weight: bold;
	} /**/
		
		#contact #left-sidebar h1.section {
			font-size: 35px;
		}
		
		
		#left-sidebar #feed ul li a {
			font-size: 95%;
		}
		
		#left-sidebar h2 {
			font-size: 105%;
		}
		
/*********************************************/
          /******  FOOTER  ******/
/*********************************************/

	#footer ul {
			font-size: 65%;
		}
	
	#footer li a {
			text-decoration: none;
		}
		
		#footer li a:hover {
			text-decoration: underline;
		}
	
/*********************************************/
          /******  FORMS  ******/
/*********************************************/

#enquiry-form legend {
	font-size: 75%;
	font-weight: bold;
}

	#enquiry-form p input, #enquiry-form p select, #enquiry-form p textarea{
		font: 100% Verdana, Arial, Helvetica, sans-serif;
	}


input.btn {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

		
		