/*
Theme Name: Geoff's Latest
Theme URI: http://www.nowastedmoves.com/
Description: My NWM Theme.
Version: 0.1
Author: Geoff Lloyd
Author URI: http://www.nowastedmoves.com/
Tags: blue, custom header, fixed width, two columns, widgets

*/



/* Begin Typography & Colors */
body {
	background-image: url(images/bg-2.gif);
	font-family: tahoma, sans-serif;
	font-size: 62.5%;
	
}

div#container {
	width: 80%;
	background-color: #FFFFFF;
	margin: auto;
	border: 3px double #000033;
	
}

div#outheader {
	background-image: url(images/bg-2.gif);
	margin: 0;
	padding: 0;
}

div#header {
	background-image: url(images/header-fill.png);
	background-repeat: repeat-x;
	min-height: 115px;
}

div#header h1 {
	display: none;
	margin: 0;
	padding: 45px 0px 0 30px;
	font-family: Futura, tahoma, sans-serif;
}

div#header img {
	margin-top: 45px;
	margin-left: 20px;
	border: none;
	float: left;

}

div#header p#blurb {
	float: right;
	font-size: 2.2em;
	text-align: right;
	font-family: futura, tahoma, sans-serif;
	margin-right: 20px;
	margin-top: 35px;
}



div#navigation {
	background-color: #442E0E;
	
}

div#navigation ul {
	padding-top: 12px;
	padding-bottom: 3px;
	margin: 0 20px 0 0;
}

div#navigation ul li {
	display: inline;
	margin-right:  20px;
	font-size: 2em;
	font-family:  Georgia;
	font-weight: normal;
}

div#navigation ul li a:link, div#navigation ul li a:visited {
	color: #D4E8F7;
	text-decoration: none;
}

div#navigation ul li a:hover, div#navigation ul li a:active {
	border-bottom: 3px solid #D4E8F7;
}


div#content {
	
	float: left;
	width: 65%;
	
	
	padding: 0 0 0 25px;
	margin: 0;
	font-size: 1.4em ;
}

div.post {
	background-image: url(images/post-grad.png);
	background-repeat: no-repeat;
	padding: 1px 10px 10px 25px;
	margin-top: 15px;
}

div.post h2 {
	font-family: Georgia;
	font-size: 2em;
	font-weight: normal;

}

div.post h2 a:link, div.post h2 a:visited {
	text-decoration: none;
	color: #333300;
} 



div#footer {
	margin: 0;
	border-top: 1px solid black;
	
	clear: both;

}

div#footer p {
	text-align: center;
	font-size: 1em;
padding-bottom: 10px;
}



div#sidebar {
	float: right;
	border-left: 3px double black;
	width: 30%;
}

div#sidebar h2 {
	font-family: Tahoma;
	font-size: 1.2em;
	margin: 6px 0 3px 0;
	padding: 0;
}

div#sidebar ul {
	list-style: none;
}


div#sidebar ul li ul {
	padding: 0;
	margin: 0 0 0 10px;
}

