/*  
Theme Name: Paul Harris Blog
Theme URI: http://wordpress.org/
Description: The Paul Harris Blog Theme.
Version: 1.0
Author: Cale Mooth
Author URI: http://midnightcheese.com/
*/



body {
	font-family: verdana, sans-serif;
	font-size: 1em;
	color: #fff3ee;
	margin: 0;
	padding: 0;
	background: url( /images/background-trees.jpg ) #000 no-repeat top center;
}

body a, body a:visited {
	color: #769fc2;
}

body a:hover, body a:active {
	color: #92b8d8;
}

.container {
	width: 900px;
	margin: 0 auto;
}

.header {
	width: 100%;
	height: 123px;
}

.topNav {
	
}

.topNav ul {
	list-style-type: none;
	display: inline;
}

.topNav ul li {
	float: left;
}

.topNav ul li a, .topNav ul li a:visited {
	display: block;
	color: #fff;
	height: 21px;
	font-size: .75em;
	text-decoration: none;
	background: #3a6589;
	padding: 5px 16px 0 16px;
	border-top: 1px solid #769fc2;
	border-right: 1px solid #769fc2;
	border-left: 1px solid #769fc2;
	margin-right: 2px;
}

.topNav ul li a:hover, .topNav ul li a:active {
	color: #fff;
	background: #6095b9;
}

* html .topNavHome { width: 4.5em; }

* html .topNavDates { width: 7em; }

* html .topNavClips { width: 4.5em; }

* html .topNavStore { width: 7em; }

* html .topNavBlog { width: 6.5em; }

* html .topNavForum { width: 8.5em; }

* html .topNavMyspace { width: 6em; }

.mainContent {
	width: 100%;
	background: #000;
}

.blogContentWide {
	float: left;
	width: 710px;
	font-size: .9em;
	padding: 20px 100px 20px 80px;
}

.blogContent {
	width: 570px;
	float: left;
	padding-left: 30px;
	font-size: .9em;
}

.post {
	margin-top: 40px;
}

.post h2 {
	margin: 0;
	padding: 0;
}

.post h2 a, .post h2 a:visited {
	color: #e18c40;
	text-decoration: none;
}

.post h2 a:hover {
	color: #f5a45c;
}

.post small {
	color: #aaa;
}

.postmetadata {
	font-size: .8em;
}

.blogSide {
	width: 250px;
	float: right;
	font-size: .9em;
	margin-top: 20px;
	border-left: 1px solid #444;
}

.blogSide ul {
	margin-bottom: 20px;
	list-style-type: none;
}

.blogSide ul ul {
	margin-left: -20px;
	list-style-type: circle;
}

* html .blogSide ul ul { margin-left: 40px; list-style-type: circle; } *:first-child+html .blogSide ul ul { margin-left: 40px; list-style-type: circle; }

.pagetitle {
	margin: 0;
	padding: 20px 0 20px 0;
}


.footer {
	margin-bottom: 20px;
}

.copyright {
	width: 100%;
	font-size: .8em;
	color: #444;
	text-align: center;
	margin: 20px 0 20px 0;
}

h1 {
	color: #3a6589;
	margin-top: 30px;
	border-bottom: 1px solid #3a6589;
}

hr {
    color: #181818;
    background: #181818;
    height: 1px;
    border: 0;
}

.blue {
	color: #3a6589;
}

.orange {
	color: #fca580;
}

.gray {
	color: #444;
}

.clearBoth {
	clear: both;
}
