/*YAHOO! 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; 
}
/*---------- END RESET ----------*/


/*

+--------------------------------------------+
|         CSS WIZARDRY - STYLE SHEET         |
+--------------------------------------------+
|           © HARRY ROBERTS 2008             |
+--------------------------------------------+



/*-------------------------------------------+
|                                            |
|            MAIN STRUCTURE STYLES           |
|                                            |
+-------------------------------------------*/
html{
	font-size:16px;
	height:101%;
}
body{
	font-size:62.5%;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#wrapper{
	position:relative;
	width:90%;
	padding:0 1em;
	margin:0 auto;
	/*border:1px solid lime;*/
}
#header{
	width:100%;
	padding:2em 0;
}
#sub-content{
	/*border:1px solid blue;*/
	float:left;
	width:25%;
}
#content{
	float:right;
	width:70%;
	position:relative;
}
#footer{
	clear:both;
	padding:2em 0;
}
/*-------------------------------------------+
|                                            |
|                NAV. STYLES                 |
|                                            |
+-------------------------------------------*/
#skip-links{
	position:absolute;
	top:0.83333333333333333333333333333333em;
	right:1em;
	font-size:1.2em;
}
/*-------------------------------------------+
|                                            |
|                TYPE STYLES                 |
|                                            |
+-------------------------------------------*/
/* --- Headings --- */
h1,h2,h3,h4,h5,h6{
	font-family:Helvetica, Arial, Tahoma, sans-serif;
}
#header h1 a{
	color:#f43059;
	font-size:4.5em;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}
#header h1 a span.hide{
	visibility:visible;
}
#header h1 a:visited{
	color:#f43059;
}
h2{
	font-size:2.2em;
	margin-bottom:0.81818181818181818181818181818182em;
}
h3{
	font-size:1.8em;
	margin-bottom:1em;
	line-height:1em;
}
h4{
	font-size:1.5em;
	margin-bottom:1.2em;
	line-height:1.2em;
	font-weight:bold;
}
h5{
	font-size:1.5em;
	margin-bottom:1.2em;
	line-height:1.2em;
}
h6{
	font-size:1.3em;
	margin-bottom:1.2307692307692307692307692307692em;
}
/* --- Links --- */
a{
	color:#f43059;
}
a:hover{
	text-decoration:none;
}
a:visited{
	color:#f56f8b;
}
/* --- Paragraphs --- */
#content p{
	font-size:1.6em;
	margin-bottom:1.125em;
	line-height:1.5em;
}
#content h2.marginalia{
	clear:both;
	margin-left:-175px;
	margin-top:-4px;
	width:150px;
}
#content p.marginalia{
	clear:both;
	margin-left:-175px;
	margin-top:-4px;
	width:150px;
	font-family:Arial, Helvetica, Tahoma, sans-serif;
	font-size:1.2em;
	margin-bottom:1.5em;
	line-height:1.5em;
	color:#999;
}
#sub-content p{
	font-family:Arial, Helvetica, Tahoma, sans-serif;
	font-size:1.2em;
	margin-bottom:1.5em;
	line-height:1.5em;
}
/* --- Elements --- */
pre{
	white-space:wrap;
	background:#F5F5F5;
	border:1px solid #e4e4e4;
	font-size:1.2em;
	padding:0.83333333333333333333333333333333em;
	margin-bottom:1.5em;
}
pre strong{
	font-weight:bold;
}
code{
	font-size:1em;
	line-height:1em;
}
abbr{
	color:#f43059;
	border-bottom:1px dotted #f43059;
	cursor:help;
}
q{
	font-style:italic;
}
#content p strong{
	font-weight:bold;
}
#content p em{
	font-style:italic;
}
p a[href^="http://"]:after{
	content:" (" attr(href) ")";
	font-size:90%;
}
.text-right{
	display:none;
}
/*-------------------------------------------+
|                                            |
|             TABLE OF CONTENTS              |
|                                            |
+-------------------------------------------*/
ul#toc{
	width:100%;
	overflow:hidden;
	margin-bottom:1.8em;
}
ul#toc li a{
	font-size:1.2em;
	text-decoration:none;
}
ul#toc li a:hover{
	text-decoration:underline;
}
ul#toc li a span{
	visibility:visible;
	color:#666;
}
/*-------------------------------------------+
|                                            |
|               IMAGE STYLES                 |
|                                            |
+-------------------------------------------*/
img{
	color:#666;
	font-style:italic;
}
div.image{
	clear:both;
	padding:1em;
	margin-bottom:1.8em;
	font-size:1em;
	border:1px solid #ccc;
}
div.image img{
	margin-bottom:1.8em;
}
div.image p{
	font-size:1em!important;
	margin-bottom:0.8em!important;
	line-height:0!important;
	font-family:Arial, Helvetica, Tahoma, sans-serif;
}
/*-------------------------------------------+
|                                            |
|              GENERIC STYLES                |
|                                            |
+-------------------------------------------*/
.clear{
	clear:both;
}
.hide{
	visibility:hidden;
	width:0!important;
	height:0!important;
	line-height:0!important;
	padding:0!important;
	margin:0!important;
}
.left{
	float:left;
}
.right{
	float:right;
}
.image-left{
	float:left;
	margin-right:1em;
	margin-bottom:1.8em;
}
.image-right{
	float:right;
	margin-left:1em;
	margin-bottom:1.8em;
}
.text-right{
	text-align:right;
}
.half{
	width:45%; /* Not exactly half to account for paddings, margins etc. */
}
.third{
	width:30%; /* Not exactly a third to account for paddings, margins etc. */
}
.seo{
	font-style:normal!important;
	font-weight:normal!important;
}