/*

+----------------------------------------------------------------------------------------------------+
|                                                                                                    |
|    TYPOGRIDPHY - TYPOGRAPHICAL AND GRID LAYOUT CSS FRAMEWORK FROM HARRY ROBERTS OF CSS WIZARDRY    |
|                                                                                                    |
+-------------------------------------------------+--------------------------------------------------+
|                                                 |                                                  |
|   TYPOGRIDPHY IS © COPYRIGHT OF HARRY ROBERTS   |   v 0.1.1                                        |
|   IT IS FREE TO BE USED AND MODIFIED PROVIDED   |   May 2008                                       |
|   THIS TEXT REMAINS INTACT -- CSSWIZARDRY.COM   |   http://csswizardry.com                         |
|                                                 |                                                  |
+-------------------------------------------------+--------------------------------------------------+



COLOUR REFERENCES
BODY BG: #FFF
TOP STRIP: #000
BODY COLOUR: #666
LINKS: #000
-------------------------------------------------------- */


/* 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 ----------*/


/*-------------------------------------------+
|                                            |
|            MAIN STRUCTURE STYLES           |
|                                            |
+-------------------------------------------*/
html{
	font-size:100%;
	min-height:101%;
	
	background: #300;
}
body{
	font-size:62.5%;
	font-family:Trebuchet MS, Georgia, "Times New Roman", serif;
	color:#fff;

}
#wrapper{
	width:96em;
	margin: 0 auto;

}
#header{
	width:95em;
	padding-top:1.5em;
	margin: 2em 0 0 0;
	border-top: 1em solid #fff;
}
/*NAVIGATION
-------------------------------------------------------- */
#nav{
	font-size:2em;
}
#nav a{
	font-variant:small-caps;
	color:#000;
}
#nav a:hover{
	text-decoration:none;
}
#nav span{
	float:right;
	margin-top:-1.2em;
}
/*FOOTER NAVIGATION
-------------------------------------------------------- */
#footer-nav{
	word-spacing:0.2em;
}
#footer-nav a{
	color:#000;
	font-variant:small-caps;
}
/*GRIDS
-------------------------------------------------------- */
/* Set styles common among all grids - all grid divs must be assigned this class */
.generic{
	float:left;
}
/* Sets styles for any 'start' grids - this class MUST be given to a grid that is the first in a horizontal series */
.clear{
	clear:both;
}
/* Sets styles for any 'end' grids - this class MUST be given to a grid that is the last in a horizontal series */
.end{
	margin-left:0 !important;
	margin-right:0 !important;
}
/* 220px */
.twotwenty{
	width:22em;
	margin-right:2em;
}
/* 280px */
.twoeighty{
	width:28em;
	margin-right:2em;
}
/* 340px */
.threeforty{
	width:34em;
	margin-right:2em;
}
/* 400px */
.fourhun{
	width:40em;
	margin-right:2em;
}
/* 460px */
.foursixty{
	width:46em;
	margin-right:2em;
}
/* 520px */
.fivetwenty{
	width:52em;
	margin-right:2em;
}
/* 580px */
.fiveeighty{
	width:58em;
	margin-right:2em;
}
/* 640px */
.sixforty{
	width:64em;
	margin-right:2em;
}
/* 700px */
.sevenhun{
	width:70em;
	margin-right:2em;
}
/* 760px */
.sevensixty{
	width:76em;
	margin-right:2em;
}
/* 820px */
.eighttwenty{
	width:82em;
	margin-right:2em;
}
/* 880px */
.eighteighty{
	width:88em;
	margin-right:2em;
}
/* 940px */
.nineforty{
	width:94em;
}

/* 950px */
.ninefifty{
	width:95em;
}

/* 960px */
.ninesixty{
	width:96em;
}
/*-------------------------------------------+
|                                            |
|                FONT STYLES                 |
|                                            |
+-------------------------------------------*/
/*PARAGRAPHS
-------------------------------------------------------- */
.generic p{
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:1.5em;
}
/* Styles an introductory paragraph, similar to newspapers. Assign this class to the first paragraph in an article */
p.intro:first-line{
	font-variant:small-caps;
}
/* Styles a drop cap on each paragraph with this class */
p.drop:first-letter{
	float:left;
	font-size:3em;
	margin-top:-0.05em;
	margin-right:0.1em;
	margin-bottom:-0.5em;
}
/*HEADINGS
-------------------------------------------------------- */
h1{
	color:#000;
	font-size:3em;
	margin-bottom:0.6em;
	font-style:italic;
	line-height:1.2em;
}
h2{
	color:#000;
	font-size:2em;
	margin-bottom:0.9em;
	line-height:0.9em;
}
h3{
	color:#000;
	font-size:1.5em;
	margin-bottom:1.2em;
	line-height:1.2em;
	font-variant:small-caps;
}
h4{
	color:#000;
	font-size:1.2em;
	margin-bottom:1.5em;
	line-height:1.5em;
	font-variant:small-caps;
}
h5{
	color:#000;
	font-size:1em;
	margin-bottom:1.8em;
	line-height:1.8em;
	font-variant:small-caps;
}
h6{
	color:#000;
	font-size:1em;
	margin-bottom:1.8em;
	line-height:1.8em;
}
/*LINKS
-------------------------------------------------------- */
p a{
	color:#000;
}
p a:hover{
	text-decoration:none;
}
h1 a{
	color:#000;
}
h1 a:hover{
	text-decoration:none;
}
li a{
	color:#000;
}
li a:hover{
	text-decoration:none;
}
/*ALL THE TRIMMINGS
-------------------------------------------------------- */
blockquote p{
	font-size:1.2em!important;
	line-height:1.5em!important;
	margin-bottom:1.5em!important;
	font-style:italic;
	font-weight:bold;
}
blockquote p cite{
	font-style:normal;
}
.generic strong{
	font-variant:small-caps;
}
.generic em{
	font-style:italic;
	font-weight:inherit;
}
.amp{ /* Give those ampersands a right sexy look */
	font-family:Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style:italic;
	font-weight:normal;
	line-height:inherit;
}
abbr{
	border-bottom:1px dotted #666;
	border-color:inherit;
	cursor:help;
}
.clear{
	clear:both;
}
.right-float{ /* Float any item to the right */
	float:right;
	margin-left:2em;
	margin-right:0;
}
.left-float{ /* Float any item to the left */
	float:left;
	margin-right:2em;
	margin-left:0;
}
.code{ /* Styling for and code type items */
	font-family:Courier, "Courier New", monospace;
	background:#ddd;
	font-size:1em;
}
/*-------------------------------------------+
|                                            |
|               IMAGE STYLES                 |
|                                            |
+-------------------------------------------*/
img{
	font-size:1em;
}
img.left-img{ /* Float any image to the LEFT and give it some margin */
	font-size:1em;
	float:left;
	padding:4px;
	border:1px solid #ccc;
	margin-bottom:1.8em;
	margin-right:2em;
	margin-top:0.3em;
}
img.right-img{ /* Float any image to the RIGHT and give it some margin */
	font-size:1em;
	float:right;
	padding:4px;
	border:1px solid #ccc;
	margin-bottom:1.8em;
	margin-left:2em;
	margin-top:0.3em;
}
/*CONTACT FORM STYLES
-------------------------------------------------------- */
#contact-form{
}
#contact-form label{
	width:10em;
	float:left;
	margin-top:0.6em;
}
#name, #form-email, #url, #location{
	width:42.7em;
	height:20px;
	padding:3px;
	padding-top:5px;
	border:2px solid #666;
	margin-bottom:18px;
	background:#fff !important;
}
#comments{
	width:43.8em;
	height:10em;
	padding:3px;
	border:2px solid #666;
	margin-bottom:18px;
	overflow:auto;
	background:#fff !important;
}
#name:active, #form-email:active, #url:active, #location:active, #comments:active, #submit:active, #name:focus, #form-email:focus, #url:focus, #location:focus, #comments:focus, #submit:focus{
}
#submit{
	clear:both;
	padding:5px;
	border:2px solid #666;
	background:#fff !important;
	cursor:pointer;
	margin-left:9em;
}
#reset{
	clear:both;
	padding:3px;
	border:none;
	background:#f00 !important;
	cursor:pointer;
	float:right;
	color:#fff;
	margin-top:-28px;
}
/*-------------------------------------------+
|                                            |
|                LIST STYLES                 |
|                                            |
+-------------------------------------------*/
ul{
	margin-bottom:1.8em;
	list-style:none;
}
ul li{
	font-size:1.2em;
	line-height:1.5em;
}
ul li.caption{ /* Apply this class to the first list item in a list to give it a caption */
	font-variant:small-caps;
	list-style:none;
	color:#000;
}
li > ul, li > ol{
	margin-bottom:0;
	margin-left:5em;
}
li > ul li, li > ol li{
	font-size:1em;
}
ol{
	margin-bottom:1.8em;
	list-style:decimal inside;
}
ol li{
	font-size:1.2em;
	line-height:1.5em;
}
/*-------------------------------------------+
|                                            |
|               MISC. STYLES                 |
|                                            |
+-------------------------------------------*/


/*

	"I could eat a knob at night"
		-	Karl Pilkington

*/

h2 {
	margin-top: 20px;
	color: #000;
	padding-left: 00px;
}



#main {
	margin-top: 2em;
	background: #fff;
}

#footer {
	width: 280px;
	float: right;
	color: #fff;
	font-size: 10px;
	text-align: right;
}

	#footer a {
		text-transform: lowercase;
		text-decoration: none;;
		color: #fff;
		font-size: 10px;
	}

#header {
	background: #900;
	padding: 2em 0;
}

	#header h1 a {
		margin: 0 1em;
		outline: none;
		text-indent: -5000px;
		background: url("/img/logo.png") 0 0 no-repeat;
		display: block;
		width: 282px;
		height: 73px;
		outline: none;
		float: left;
	}

#sidebar {
	background: #444;
	margin-top: 60px;
}

	#sidebar h1 a {
		margin: 50px auto 0 auto;
		
		outline: none;
		text-indent: -5000px;
		background: url("/img/logo.png") 0 0 no-repeat;
		display: block;
		width: 282px;
		height: 73px;
	}

	#sidebar img {
		display: block;
		margin: -20px auto 50px auto;
		width: 240px;
	}

	#sidebar p {
		color: #fff;
		font-size: 12px;
	}


ul.nav {
	float: right;
	width: 235px;
	color: #fff;
	margin: 0 1em;
}


	ul.nav li {
		font-size: 14px;
		float: left;
	}

		ul.nav li span {
			padding: 0 10px;
		}
	
		ul.nav li a {
			text-decoration: none;
			font-size: 14px;
			color: #fff;
		}


div.posts {
	background: url("/img/blank-box.gif");
}

div.posts ul {
}

	div.posts ul li {
		width: 90px;
		height: 90px;
		float: left;
		padding: 0;
		margin: 0;
		margin-right: 5px;
		margin-bottom: 5px;
	}

		div.posts ul li.lastRow {
			margin-right: 0px;
		}

		div.posts ul li.size1 {
			width: 90px;
			background: url("/img/blank-box-1.gif");
		}

		div.posts ul li.size2 {
			width: 185px;
			background: url("/img/blank-box-2.gif");
		}

		div.posts ul li.size3 {
			width: 280px;
			background: url("/img/blank-box-3.gif");
		}

		div.posts ul li .post {
			padding: 2px; border: 3px solid #fff;
			height: 80px;
		}

		div.posts ul li .post:hover {
			padding: 4px; border: 1px solid #000; background: #eee; 			
			height: 80px;
		}

		div.posts ul li .post:hover h2 a {
		}


		div.posts ul li.age1 .post { padding: 2px; border: 3px solid #000; }
		div.posts ul li.age2 .post { padding: 2px; border: 3px solid #666; }
		div.posts ul li.age3 .post { padding: 2px; border: 3px solid #999; }
		div.posts ul li.age4 .post { padding: 2px; border: 3px solid #bbb; }
		div.posts ul li.age5 .post { padding: 2px; border: 3px solid #eee; }
		div.posts ul li.age6 .post { padding: 2px; border: 3px solid #fff; }

		div.posts ul li.age1 .post:hover { padding: 4px; border: 1px solid #000; background: #eee; }
		div.posts ul li.age2 .post:hover { padding: 4px; border: 1px solid #000; background: #eee; }
		div.posts ul li.age3 .post:hover { padding: 4px; border: 1px solid #000; background: #eee; }
		div.posts ul li.age4 .post:hover { padding: 4px; border: 1px solid #000; background: #eee; }
		div.posts ul li.age5 .post:hover { padding: 4px; border: 1px solid #000; background: #eee; }
		div.posts ul li.age6 .post:hover { padding: 4px; border: 1px solid #000; background: #fff; }


	div.posts ul li h2 {
		padding: 0;
		margin: 0;
		font-family: tahoma, arial;
		padding: 0 2px;
	}

	div.posts ul li h2 a {
		display: block;
		font-size: 11px;
		line-height: 16px;
		text-decoration: none;
		height: 4.5em;
		font-family: tahoma, arial;
		font-weight: bold;
	}

	div.posts ul li.size1 h2 a {
		font-size: 11px;
		text-decoration: none;
		font-weight: normal;
		color: #666;
	}

	div.posts ul li.size2 h2 a {
		font-size: 12px;
		text-decoration: none;
		font-weight: bold;
		color: #030;
	}

	div.posts ul li.size3 h2 a {
		font-size: 14px;
		text-decoration: none;
		font-weight: bold;
		color: #900;
	}


	div.posts ul li h2 a {
    position:relative; /*this is the key*/
    z-index:24;    
	}

	div.posts ul li h2 a:hover{z-index:25; }

	div.posts ul li h2 a span{display: none}

	div.posts ul li h2 a:hover span{ /*the span will display just on :hover state*/
	    display:block;
	    position:absolute;
	    top:4em; left:0em; width:20em;
	    border:1px solid #0cf;
	    background-color:#cff; color:#000;
	    padding: 1em;
	}


	div.posts ul li p {
		font-size: 10px;
		color: #600;
		padding: 2px;
		display: none;
	}


.ageLegend ul li { 
	color: #000;
	width: 100px;
	display: block;
	float: left;
}

.ageLegend ul li.age1 { padding: 2px; border: 3px solid #000; }
.ageLegend ul li.age2 { padding: 2px; border: 3px solid #666; }
.ageLegend ul li.age3 { padding: 2px; border: 3px solid #999; }
.ageLegend ul li.age4 { padding: 2px; border: 3px solid #bbb; }
.ageLegend ul li.age5 { padding: 2px; border: 3px solid #eee; }
.ageLegend ul li.age6 { padding: 2px; border: 3px solid #fff; }

ul.sources {
	margin: 0 !important;
	padding: 0 2px !important;
	clear: both;
	display: inline;
}

	ul.sources li {
		overflow: hidden;
		width: auto !important;
		height: auto !important;
		display: inline !important;
		float: none !important;
		clear: both !important;
		color: #666;
		font-size: 10px;
		text-transform: uppercase;
		margin: 0 !important;
		padding: 0 !important;
	}

		ul.sources li span {
			margin: 0 0.25em 0 0.25em;
			clear: both;
		}



/* Paging */
div.paging {
	color: #000;
	filter:alpha(opacity=75);
	-moz-opacity:.25;opacity:.75;
	
	margin: 0 0 20px 0 ;
	padding: 20px;

	-moz-border-radius: 10px;
	border-radius: 10px;		
	font-size: 12px;
}
div.paging div.disabled {
	color: #000;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging a {
	color: #000;
}


div.block {
	color: #000;
	filter:alpha(opacity=75);
	-moz-opacity:.25;opacity:.75;
	
	padding: 2em 0;

	-moz-border-radius: 10px;
	border-radius: 10px;		
	font-size: 12px;
}

		div.block a {
			color: #000;
		}
