/*
Theme Name: Daniel Stowell
Theme URI: http://www.danielstowell.com/
Description: 
Version: 1.0
Author: Todd Stowell
Author URI: http://www.danielstowell.com/
*/



/********************************************
   HTML ELEMENTS
********************************************/ 
body {
	margin: 0;
	padding: 0;
	font: normal .72em/1.5em arial, 'Trebuchet MS', sans-serif;
	color: #000;
	background: #a1c4e7 url("../images/bg.gif") top left;
}



/* headers */
h1 {
	text-indent: -9999px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	background: url("../images/header.gif") top left no-repeat;
}

h1 a,
h1 a:link,
h1 a:visited {
	display: block;	
	height: 68px;
	width: 789px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-decoration: none;
}

h1 a,
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active { background: url("../images/header.gif") top left no-repeat; }

h2 { color: #2e5e98; font: bold 1.5em 'Trebuchet MS', Tahoma, Sans-serif; }
h3 { font: bold 1.2em 'Trebuchet MS', Tahoma, Sans-serif; }

/* links */
a { color: #333; text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { outline: none; }
a img { border: none; }

p, h3 { margin: 10px 0; }

div.clearboth { clear: both; }



/* wrapper */
div.wrapper {
	background: transparent url("../images/shadowbg.png") top center repeat-y;
	width: 809px;
	margin: 0 auto;
	padding: 0;
}

div#header {
	width: 789px;
	margin: 0 auto;
}

div#navbar {
	background: #5274a1;
	width: 789px;
	margin: 0 auto;
	border-bottom: 1px solid #fff;
}

div#mainimg {
	width: 789px;
	margin: 0 auto;
	border-bottom: 1px solid #fff;
}

div.left {
	float: left;
	width: 577px;
}

div.right {
	float: right;
	width: 214px;
	margin-right: 18px;
}

div.right h3 {
	padding: 10px 0 0 15px;
	margin: 0;	
}

.sidebox {
	background: #d1dbe8;
	border: 1px solid #efeded;
	margin-bottom: 10px;
}

.sidebox h3 {
	color: #5274a1;
	text-transform: uppercase;
}

/* sidebar menu */
.sidebox ul.sidemenu {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

.sidebox ul.sidemenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebox ul.sidemenu li {
	display: block;
	padding: 0 15px 10px 15px;
	color: #515151;
	line-height: 17px;
}

.sidebox ul.searchform li { padding-bottom: 0; }

.sidebox ul.sidemenu a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	font-weight: bold;
	line-height: 17px;
}

.sidebox ul.sidemenu a:hover { text-decoration: underline; }

.sidebox ul.sidemenu li.sidemenubottom {	
	border-top: 1px dashed #d5d5d5;
	margin: 0px 10px;
}



/* content area */
.contentarea { padding: 15px 30px; }

.contentarea p { line-height: 20px; }

.post {
	padding-bottom: 40px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	margin-top: 10px;
}

.post h2 {
	font-size: 19px;
	font-weight: bold;
	font-color: #717a5b;
}

.post h2 a { color: #2e5e98; }



/* posted toolbar */
div.toolbar {
	border: 1px solid #ccc;
	background: #e7e7e7;
	margin: 0 auto;
	height: 24px;
	margin-bottom: 15px;
	padding: 0 0 0 10px;
}

div.toolbar img {
	position: relative;
	top: 4px;
}

div.toolbar a {
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
}



/* pagination */
div.navigation {
	width: 100%;
	margin: 0 auto;
}

div.align-left {
	float: left;
	width: 50%;
	margin-bottom: 15px;
}

div.align-right {
	float: right;
	width: 50%;
	text-align: right;
	margin-bottom: 15px;
}



/* plugins */
div.wordtube {
	text-align: center;
	margin: 0 auto;
}



/* sitemap */
div.sitemapleft {
	width: 28%;
	float: left;
}

div.sitemapleft ul {
	margin: 0 0 0 15px;
	padding: 0;
}

div.sitemapleft li { list-style-type: none; }

div.sitemapright {
	float: right;
	width: 70%;
}
