/*---------------------------------------------------------------------------------
Yahoo YUI 2 RESET
---------------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0; }
 
table {
	border-collapse: collapse;
	border-spacing: 0; }
 
fieldset,img { border: 0; }
 
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal; }
 
ol,ul { list-style: none; }
 
caption,th { text-align: left; }
 
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal; }
 
q:before,q:after { content: ''; }
 
abbr,acronym { border: 0; }

/*---------------------------------------------------------------------------------
Rebuild Edit of Yahoo Base
---------------------------------------------------------------------------------*/
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

/*---------------------------------------------------------------------------------
Base Font Size
---------------------------------------------------------------------------------*/
html { font-size: 16px; /* Set default to 16px */ }
 
body {
	  font-size: 62.5%; /* 62.5% of 16px = 10px (1em) */
	  font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif; }
 
/*---------------------------------------------------------------------------------
Define All Type Stlyes & Sizes
---------------------------------------------------------------------------------*/
h1 {	font-size: 4.8em; } /* 48px */
 
h2 {	font-size: 3.0em; } /* 30px */
 
h3 {	font-size: 2.4em; } /* 24px */
 
h4 { font-size: 2.4em; } /* 24px */
 
h5 { font-size: 1.8em; } /* 18px */
 
p, li { font-size: 1.6em; }  /* 16px */


/*----------------
Define All Colours
------------------

White - #FFF
Black - #000
L.Grey - #999
Pink - #F06
 
----------------*/

/*----------------
@font-face set up
----------------*/

@font-face {
	font-family: 'Museo300';
	src: url('../fonts/Museo300-Regular.eot');
	src: local('Museo'), local('Museo-300'), url('../fonts/Museo300-Regular.woff') format('woff'), url('../fonts/Museo300-Regular.ttf') format('truetype'), url('../fonts/Museo300-Regular.svg#Museo-300') format('svg');
}

@font-face {
	font-family: 'Museo500';
	src: url('../fonts/Museo500-Regular.eot');
	src: local('Museo'), local('Museo-500'), url('../fonts/Museo500-Regular.woff') format('woff'), url('../fonts/Museo500-Regular.ttf') format('truetype'), url('../fonts/Museo500-Regular.svg#Museo-500') format('svg');
}

@font-face {
	font-family: 'Museo700';
	src: url('../fonts/Museo700-Regular.eot');
	src: local('Museo'), local('Museo-700'), url('../fonts/Museo700-Regular.woff') format('woff'), url('../fonts/Museo700-Regular.ttf') format('truetype'), url('../fonts/Museo700-Regular.svg#Museo-700') format('svg');
}


/*---------------------------------------------------------------------------------
Basic Layout
---------------------------------------------------------------------------------*/

body {
	border-top: 7px solid #F06;
	margin: 0;
	padding: 0;
}

#container {
	margin: 0 auto;
	width: 960px;
}

#header {
	margin: 0;
	padding: 0;
}

	#header h1{
		font-family: Museo700, “Helvetica Neue”, Helvetica, Arial, sans-serif;
		margin: 0.5em 0 0 0;
		padding: 0;
		-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
		-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
		text-shadow: 1px 1px 1px rgba(0,0,0,0.2);	
	}
	
	#header h2{
		font-family: Museo300, “Helvetica Neue”, Helvetica, Arial, sans-serif;
		margin: 0;
		padding: 0 0 0 20px;
		color: #999;
		-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
		-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
		text-shadow: 1px 1px 1px rgba(0,0,0,0.1);	
	}
	
#main {
	clear: both;
	width: 960px;
	margin: 0;
	padding: 0;
}

	#main h3 {
		font-family: Museo500, “Helvetica Neue”, Helvetica, Arial, sans-serif;
		margin: 2em 0 0.5em 0;
		padding: 0 0 0 7px;
		border-left: 7px solid #F06;
		-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
		-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
		text-shadow: 1px 1px 1px rgba(0,0,0,0.2);	
	}
	
	#main h4 {
		font-family: Museo500, “Helvetica Neue”, Helvetica, Arial, sans-serif;
		margin: 1em 0;
		padding: 0 0 0 14px;
		-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
		-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
		text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
		color: #F06;
	}
	
	#main h4:hover {
		cursor: pointer;
	}
	
	#main h5 {
		font-family: Museo300, “Helvetica Neue”, Helvetica, Arial, sans-serif;
		margin: 1em 0;
		padding: 0;
		-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
		-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
		text-shadow: 1px 1px 1px rgba(0,0,0,0.2);	
	}
	
	#main p {
		width: 400px;
		margin: 0 0 1em 0;
		padding: 0 0 0 14px;
		line-height: 140%;
		-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
		-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
		text-shadow: 1px 1px 1px rgba(0,0,0,0.1);		
	}
	
	#main p em {
		margin: 0;
		padding: 0 0 0 14px;
		color: #999;
	}
	
	a {
		color:#F06;
		padding:3px;
		text-decoration:none;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
	}

	a:hover {
		background:#F06;
		text-decoration:none;
		color:#FFF;
	}
	
	.brackets {
		color: #999;
	}
	
	#main #left {
		float: left;
		width: 480px;
		margin-bottom: 2em;
	}
	
	#main #right {
		float: right;
		width: 480px;
		margin-bottom: 2em;
	}

		#main ul {
		}

			#main ul li {
				line-height: 140%;
			}

				#main ul li a {
					text-decoration: none;
				}
				
					#main ul li a span{
						visibility: hidden;
					}
					
						#main ul li a:hover span{
							visibility: visible;
						}

		

#footer {
	clear: both;
	width: 220px;
	margin: 24px 0 0 14px;
	padding: 10px 10px 1px 10px;
	font-size: 0.8em;
	background: #F06;
	text-align: center;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

#footer p {
	color: #FFF;
}

#footer p a {
	color: #FFF;
}

#footer p a:hover{
	background: #FFF;
	color: #F06;
}

	


