/*  
Theme Name: Differential
Theme URI: http://www.freewpthemes.net
Description: A two-column, fixed-width theme. Widget-ready for WP2.2+.
Version: 2.0
Released: 20070721
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net
*/

body {
	margin: 0;
	padding: 0;
	background: #252D37 url(images/img1.gif) repeat-x;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #A4AFBD;
}

form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

h1 { font-size: 31px; }
h2 { font-size: 26px; }
h3 { font-size: 18px; }

p, ul, ol, blockquote {
	margin-top: 5px;
	padding-top: 5px;
	line-height: 19px;
}

a {
	color: #95BA2E;
}

a:hover {
	text-decoration: none;
}

/* Post */

.post {
	margin: 0 0 20px 0;
	padding: 10px 20px 30px 20px;
	background: url(images/img4.gif) repeat-x left bottom;
}

.post .title {
}

.post .title a {
	text-decoration: none;
	color: #FFFFFF;
}

.post .date {
	margin-bottom: 20px;
	font-size: 11px;
	font-weight: normal;
}

.post .date strong {
	font-weight: bold;
	color: #5B6F88;
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Header */

#header {
	width: 904px;
	height: 140px;
	margin: 0 auto;
}

/* Menu */

#menu {
	float: left;
}

#menu ul {
	margin: 0;
	padding: 53px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	padding: 10px 15px 0 15px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: #0C7AC7 url(images/img2.gif) repeat-x;
}

/* Search */

#search {
	float: right;
	width: 234px;
	padding: 63px 0 0 0;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#s {
	width: 175px;
	background: #FFFFFF;
	border: none;
}

#ss {
	height: 19px;
	background: #6F9303;
	border: none;
	text-transform: lowercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 904px;
	margin: 0 auto;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 238px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin: 0 0 20px 0;
	padding: 20px;
	background: url(images/img4.gif) repeat-x left bottom;
}

#sidebar li ul {
	list-style: none;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0 7px 0;
	background: none;
	border-top: 1px solid #3B495A;
}

#sidebar li.first {
	border: none;
}

#sidebar h2 {
	font-size: 15px;
}

/* Logo */

#logo {
	margin: 0 0 20px 0;
	padding: 0 0 40px 20px;
	background: url(images/img3.gif) repeat-x left bottom;
}

#logo h1 {
	text-transform: lowercase;
	color: #FFFFFF;
}

#logo h2 {
	text-transform: lowercase;
	font-size: 12px;
	color: #FFFFFF;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Calendar */

#calendar table {
	width: 100%;
}

#calendar thead th {
	text-align: center;
}

#calendar tbody td {
	text-align: center;
}

#next {
	text-align: right;
}

#prev {
	text-align: left;
}

#calendar a {
	font-weight: bold;
}

/* Content */

#content {
	float: right;
	width: 646px;
}

#comment {
	width: 500px;
}

.pagetitle {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

/* Footer */

#footer {
	clear: both;
	width: 904px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(images/img6.gif) repeat-x left top;
}

#footer p {
	margin: 0;
	text-align: center;
}