/*
Theme Name: mlowen
Theme URI: http://mlowen.com/theme
Description: A Simple theme which displays what it needs to
Version: 1.0
Author: Mike Lowen
Author URI: http://mlowen.com

*/
body {
	background-image: url('images/header.png');
	background-repeat: repeat-x;
	font-family: sans-serif;
}

a { 
	text-decoration: none; 
	color: #165279;
}
a img { border-width: 0; }

div#header {
	width: 90%;
	height: 100px;
	margin-left: 5%;
	margin-top: 25px;
	color: #ffffff;
}

div#header span { float:right; }

div#header h1 { font-size: 50px; }

div#header a {
	color: #fff;
}

div#header ul { 
	padding:0.1em 0 0 0;
	margin:0;
	list-style: none;
	background:transparent;
}

div#header li {
	float: left;
	margin: 0;
	padding: 0 1.5em 0 0;
}

div#header li a:hover { color: #165279; }

span#tagline { 
	margin-left: 5%;
	font-size: small;
	font-style: italic;
	float: right;
}

div#body {
	margin-top: 50px;
	width:100%;
}

div#leftSidebar { 
	width: 15%;
	float: left;
}

div#leftSidebar h2 { color: #298ec9; font-size: 1.2em; }
div#rightSidebar h2 { color: #298ec9; font-size: 1.5em; }

div#leftSidebar li { list-style-type: none; }
li.rightSidebarItem { 
	list-style-type: none;
	font-size: 0.8em;
	padding: 0;
}

div#content {
	margin-left: 1%;
	padding-left: 3px;
	padding-right: 3px;
	width: 66%;
	float: left;
	
	border-color: #dedede;
	
	border-left-width: 1px;
	border-left-style: solid;
	
	border-right-width: 1px;
	border-right-style: solid;
}

div#content h1 { color: #298ec9; }
div#content h1 a { color: #298ec9; }

div#content h3 { 
	color: #298ec9;
	font-size: 1.2em;
}

div.post {
	margin-left: 1%;
	width: 98%;
}

div.post span {
	font-size: smaller;
	font-style:italic;
	float:right;
}

div#rightSidebar {
	margin-left: 84%;
	width: 15%;
}

div#footer {
	width: 100%;
	text-align: center;
	font-size: smaller;
	
	margin-top: 10px;
	padding-top: 5px;
	
	clear: both;
	
	border-top-style:solid;
	border-top-width: 1px;
	border-top-color: #d3d3d3;
}

input#search {
	border-width: 1px;
	border-style: solid;
	border-color: #d3d3d3;
	
	background-image: URL("images/search.png");
	background-repeat: no-repeat;
	background-position: center left;
	
	padding-left: 22px;
	color: #d3d3d3;
	
	width: 90%;
	/* margin-left: 10%; */
}

table#bottom_nav {
	width: 100%;
	font-size: small;
}
