/**
 * The Simpkin Project
 * @author Mike Mayer
 */

body {
	margin-top:1em;
	padding: 0;
	background: black;
	text-align: justify;
	font: 12px "Droid Sans", Helvetica, "Trebuchet MS", Arial, sans-serif;
	color: #AD8E5D;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
	padding: 5px;
	border: 1px solid #626262;
	font: normal 1em "Droid Sans", Helvetica, "Trebuchet MS", Arial, sans-serif;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #A78432;
}

h1 {
	color:#386879;
	letter-spacing: 0px;
	font-size: 2.6em;
}

h2 {
	font-style: italic;
	color:#308eca;	
	letter-spacing: 0px;
	font-size: 2em;
}

h3 {
	margin-bottom: 2em;
	font-size: 1em;
	font-weight: bold;
}

p, ol {
	margin: 0 0 2em 0;
	/* line-height: 120%; */
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color: #A78432;
	text-decoration: none;}

a:hover {
	text-decoration: none;
	color: #A78432;
}

img {
	border: none;
}

/* Header */

#wrapper {
}

#header {
	width: 800px;
	height: 223px;
	margin: 0 auto;
	background: #000000 url(http://www.thesimpkinproject.com/images/banners/Brown%20SP%20banner%2001.jpg) no-repeat center top;
}

#logo h1, #logo p {
	float: left;
	color: #A78432;
}

#logo h1 {
	height: 88px;
	padding: 20px 90px 0 0;
	font-size: 4em;
}

#logo p {
	margin: 0 0 0 -80px;
	padding: 55px 0 0 0;
	line-height: normal;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
	color: #A78432;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#logo p a {
	color: #A78432;
}

/* RSS */

#rss {
	text-align: right;
}

#rss a {
	padding: 0 0 3px 24px;
	text-decoration: none;
	font-weight: bold;
	color: #A78432;
}

#rss a:hover {
	text-decoration: none;
}

/* Search */

#search {
	float: right;
	width: 200px;
	height: 25px;
}

#search #x {
	display: none;
}

#search #s {
	padding: 6px 5px 5px 35px;
	width: 160px;
	height: auto;
	background: none;
	border: none;
	font: normal 1em "Droid Sans", Helvetica, Arial, sans-serif;
	color: #000;
}

#search br {
	display: none;
}



#menu ul {
	list-style: none;
}

#menu li {
	text-transform: uppercase;
}

#menu a {
	display: block;
	float: left;

/*crappy way to align links */
	padding: 1em 3.2em 1em 3.2em;

	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #A78432;
	text-decoration:underline;
}

#menu .current_page_item {
}

#menu .current_page_item a {
}

#menu .current_page_item a:hover {
}

/* Menu */

#menu {
	width: 960px;
	height:0px;
	margin: 0 auto;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	background:-webkit-gradient(linear, left top, left bottom, from(#000000), to(#3B321C));
	background:-moz-linear-gradient(top, #000000, #3B321C);

	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	

filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#3B321C");
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#000000", endColorstr="#3B321C");
	
}




/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0;
	background: #000000;
}

/* Ads */

#adbar {
	float: right;
	width: 160px;
	padding: 0 0 0 20px;
}

#adbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#adbar li {
	margin-bottom: 20px;
}

/* Content */

.albumtable {
	margin-top:-20px;
	vertical-align:top;
}

#content {
	float: center;
	width: 800px; /* originally 430px - mm */
	padding-left:75px;
	padding-right:75px;
	background: #000000;

}

.post {
	margin-bottom: 5em;
	border-bottom: 2px solid #A78432;
}

.post .title {
	color: #386879;
}

.post .title h2 {
	font-size: 2.2em;
	color: #CF3822;
}

.post .title p {
	margin: 0;
	line-height: normal;
	color: #BABABA;
}

.post .title p a {
	color: #BABABA;
}

.post .entry {
	padding-top: 15px;
}

.post .entry h2, #comments h2, #respond h2 {
	margin-bottom: 1em;
}

.post .links {
	width: 960px;
	height: 29px;
	margin: 0;
	padding: 6px 0 0 20px;
}

.post .links a {
	padding: 0 23px;
	text-decoration: none;
	font-weight: bold;
}

.post .links a:hover {
	text-decoration: underline;
}

.post .links .more {
	background: url(images/img07.gif) no-repeat;
}

.post .links .comments {
	background: url(images/img08.gif) no-repeat;
}

.post a {
	color: #A78432;
}

.navigation a {
	font-weight: bold;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.pagetitle {
	margin-bottom: 1em;
}

/* Comments */

#comment ol, #comments p {
	line-height: normal;
}

/* Respond */

#respond p {
	margin-bottom: .5em;
}

/* Sidebar */

#sidebar {
	float: left;
	/* width: 240px; */
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 15px 20px;
	line-height: 200%;
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	padding-bottom: 5px;
	background: url(images/img04.gif) repeat-x left bottom;
}

#sidebar h2 {
	width: 210px;
	height: 30px;
	padding: 5px 0 0 30px;
	background: url(images/img05.gif) no-repeat left 60%;
	border-bottom: 1px #A90000 dashed;
	letter-spacing: -1px;
	font-size: 1.6em;
	color: #FFFFFF;
}

/* Calendar */

#calendar_wrap {
	padding: 15px 20px;
}

#calendar table {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
	text-align: center;
}

#calendar thead {
	background: #DBDBDB;
}

#calendar tbody td {
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #today {
	background: #FFF3A7;
	border: 1px solid #A78432;
	font-weight: bold;
	color: #FF7400
}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 1em 0;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
}




