/*
Theme Name: Yellow Stripe
Theme URI: http://www.brockstardesign.com
Description: This design was created by <a href="http://www.brockstardesign.com">Brockstar Design</a>.
Version: 1.0
Author: Mark Brock
Author URI: http://www.brockstardesign.com
Tags: clean, dark, fixed width, one column, left sidebar

	THEME NAME Yellow Stripe v1.0
	 http://www.brockstardesign.com

	This theme was designed and built by Mark Brock,
	whose site you will find at http://www.brockstardesign.com


*/


/* RESET */

body {
	background: url('images/Header.jpg') repeat-x #2e2e2e;
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
}

a, a:hover, a:visited, a:active {
	font-weight: bold;
	color: #eeff22;
}

img {
	padding: 5px 5px 5px 5px;
}

img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
	}

img.alignright {
	padding:4px;
	margin:0 0 2px 7px;
	display:inline;
	}

img.alignleft {
	padding:4px;
	margin:0 7px 2px 0;
	display:inline;
	}

a img {
	border: none;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}


/* UTILITY */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}


/* FONT AND TEXT */

p {
	font-size: 12px;
	color: #ffffff;
	text-align: left;
}

li {
	font-size: 12px;
	margin: 10px 10px 0 10px;
	color: #ffffff;
	text-align: left;
}

h1 {
	width: 650px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #eeff22;
	font-size: 24px;
	text-align: left;
	text-transform: uppercase;
	font-variant: small-caps;
	padding-left: 10px;
}

h2 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #eeff22;
	text-align: left;
	padding-left: 50px;
	padding-right: 10px;
	text-transform: uppercase;
	font-variant: small-caps;
}

h3 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	font-variant: small-caps;
	color: #eeff22;
	text-align: left;
	padding-left: 50px;
	padding-right: 10px;
}


/* STRUCTURE */

#page-wrap {
	width: 960px;
	margin: 0 auto 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#content {
	width: 620px;
	float: left;
	background-color: #2e2e2e;
	margin-left: 40px;
}

#sidebar {
	width: 300px;
	float: right;
	background: #2e2e2e;
}


/* HEADER */

#header {
	padding: 0;
	margin: 0 auto;
	height: 90px;
}

#header .name {
	background: #2e2e2e;
	float: left;
}

#searchform {
	text-align: center;
	padding: 0;
	margin: 0 0 0 0;
}

#searchform #s {
	float: right;
	background: url('images/SearchBar.jpg') no-repeat;
	width: 200px;
	margin: 0 0 0 0;
	padding: 3px 5px 0 5px;
	height: 25px;
	color: #2e2e2e;
	font-size: 12px;
	border: none;
}

#searchform #searchsubmit {
	float: right;
	background: url('images/Search.jpg') no-repeat;
	margin: 0 0 0 0;
	width: 25px;
	height: 25px;
	border: none;
}

#searchform #searchsubmit:hover {
	cursor: pointer;
}


/* MENU */

#menu {
	background: transparent;
	height: 50px;
	width: 960px;
}

#blog {
	padding-left: 0;
	padding-top: 0;
}

#blog #submit {
	background: url('images/Blog.jpg') no-repeat;
	width: 60px;
	height: 30px;
	border: none;
	float: right;
}

#blog #submit:hover {
	cursor: pointer;
}


/* CONTENT */

.post {
	background-color: #2e2e2e;
	width: 620px;
	padding-bottom: 20px;
}

.post p {
	text-align: left;
	padding-left: 50px;
	padding-right: 10px;
}

.post li, .post ul, .post ol {
	color: #ffffff;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}

.post a, .post a:active, .post a:visited, .post a:hover {
	color: #eeff22;
	font-weight: bold;
	text-decoration: none;
}

.post h3 a, .post h3 a:active, .post h3 a:visited, .post h3 a:hover {
	color: #eeff22;
	text-decoration: none;
}

.post h4 {
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #ffffff;
	text-align: center;
	padding-left: 50px;
	padding-right: 10px;
}

.post h4 a, .post h4 a:active, .post h4 a:visited, .post h4 a:hover {
	color: #eeff22;
	text-decoration: none;
}

.entry-title {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-variant: small-caps;
	color: #eeff22;
	text-align: left;
	padding-left: 50px;
	padding-right: 10px;
}

.search-title {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: medium;
	border-bottom-color: #eeff22;
	border-bottom-style: solid;
	border-bottom-width: 100%;
	text-transform: uppercase;
	font-variant: small-caps;
	color: #eeff22;
	text-align: left;
	padding-left: 50px;
	padding-right: 10px;
}

.entry-title a, .entry-title a:hover, .entry-title a:visited, .entry-title a:active {
	color: #eeff22;
	text-decoration: none;
}


/* DATE */

.date {
	background-color: #2e2e2e;
	width: 78px;
	height: 78px;
	float: left;
	margin-left: -30px;
}

.day {
	font-weight: bold;
	text-transform: capitalize;
	font-size: 24px;
	color: #eeff22;
	text-align: left;
	margin-left: -30px;
	margin-top: 15px;
	font-family: "Lucida Handwriting";
}

.month {
	font-weight: bold;
	text-transform: capitalize;
	font-size: 14px;
	color: #eeff22;
	text-align: left;
	margin-left: -30px;
	margin-top: -20px;
	font-family: "Lucida Handwriting";
}

/* COMMENTS */

.comments {
	background-color: #2e2e2e;
	width: 620px;
}

.comments p {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}


/* SIDEBAR */

.widget {
	background-color: #2e2e2e;
	width: 300px;
	float: right;
}

.widget h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 200px;
	font-size:18px;
	font-weight: bold;
	text-transform: capitalize;
	font-variant: small-caps;
	color: #eeff22;
	text-align: center;
	padding-left: 50px;
}

.widget p {
	font-family: Verdana, Geneva, sans-serif;
	width: 200px;
	margin-left: 0;
	text-align: center;
	padding-left: 50px;
}

.widget li, .widget ul, .widget ol {
	width: 200px;
	margin-left: 0;
	color: #ffffff;
	text-align: left;
	font-size: 12px;
	padding-left: 2px;
}

.widget a, .widget a:active, .widget a:visited, .widget a:hover {
	color: #ffffff;
	text-decoration: none;
}


/* FOOTER */

#footer {
	clear: both;
	width: 100%;
	background: #2e2e2e;
}

#footer h2 {
	font-size: 10px;
	padding-top: 25px;
	text-align: right;
	margin-left: 10px;
	margin-right: 10px;
	text-transform: capitalize;
	font-variant: small-caps;
	font-style: italic;
}

#footer p {
	padding-top: 10px;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	text-transform: capitalize;
	font-variant: small-caps;
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
}

#footer a, #footer a:visited, #footer a:active {
	text-decoration:none;
	color: #eeff22;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: none;
	color: #eeff22;
	font-weight: bold;
}

#footer h4 {
	text-align: right;
	margin-top: 150px;
	font-size: 10px;
	color: #ffffff;
}