/* @override http://www.mychemicalfreak.com/wp/wp-content/themes/mcf0911/style.css */

/*   
Theme Name: Version 0911
Theme URI: http://www.mychemicalfreak.com/
Description: Two column layout for MCF
Author: Ashlee Hays
Author URI: http://www.ashays.me/
.
MADE EXCLUSIVELY FOR MY CHEMICAL FREAK. END OF STORY.
.
*/

/* ------ Global ------ */
* {
	padding: 0;
	margin: 0;
	color: #939d8b;
	font-family: Helvetica, Verdana, Arial, san-serif;
}

body {
	background-color: #000;
	background-image: url(images/mcf_stripes.jpg);
}

h2 {
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 22px;
	color: #97b580;
}

h3 {
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 20px;
	color: #97b580;
	margin-top: 20px;
}

p, li, blockquote, marquee {
	font-size: 14px;
	padding: 5px 0;
}

strong, em {
	color: inherit;
	font-size: inherit;
}

blockquote {
	width: 80%;
	margin: 0 auto;
	background-color: #1b1b1b;
	padding: 5px;
	border: 1px solid #262626;
}

ul li {
	list-style-position: inside;
	margin-left: 10px;
}

a {
	text-decoration: none;
	color: #bfe4a1;
	font-size: inherit;
}

a:hover {
	color: #97b580;
}

form {
	width: 320px;
	margin: 10px auto;
}

textarea, input, select, option{
	background-color: #1f1f1f;
	border: 1px solid #a9b5a0;
	width: 300px;
	padding: 2px;
	font-size: 14px;
	margin-bottom: 10px;
}

/* ------ Wrapper/Header ------ */
#wrapper {
	width: 960px;
	margin: 0 auto;
	background-color: #000;
}

#header {
	width: 960px;
	height: 200px;
	background-image: url(images/mcf_header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#headline {
	width: 960px;
	height: 200px;
	background-image: url(images/mcf_headline.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#headline h1 a {
	display: block;
	margin: 0px auto;
	width: 700px;
	height: 130px;
	text-indent: -9999px;
}

/* ------ Content ------ */
#content {
	width: 640px;
	margin-left: 20px;
	float: left;
	padding: 10px;
}

.post {
	margin-bottom: 40px;
}

.info {
	font-size: 16px;
	color: #a9b5a0;
	padding: 5px 0;
	border-bottom: 1px solid #262626;
	border-top: 1px solid #262626;
}

/* ------ Page Numbers ------ */
.navigation {
	padding: 15px 0;
	border-bottom: 1px solid #262626;
	border-top: 1px solid #262626;
}

.navigation #wp_page_numbers li {
	display: inline;
}

/* ------ Sidebar ------ */
#sidebar {
	width: 220px;
	float: right;
	margin-right: 20px;
	padding: 10px;
}

.widget {
	margin-bottom: 20px;
	text-align: left;
}

#sidebar h2 {
	font-size: 18px;
	color: #97b580;
	border-bottom: 1px solid #262626;
}

#sidebar p {
	font-size: 12px;
}

#sidebar img {
	padding: 5px;
}

#sidebar form input, #sidebar form select {
	width: 200px;
}

#sidebar #s {
	display: block;
}

/* ------ Calendar ------ */
#calendar_wrap #wp-calendar caption {
	letter-spacing: 1px;
}
#calendar_wrap #wp-calendar td {
	width: 30px;
	height: 20px;
}

/* ------ Contact Form ------ */
fieldset.cf-fs1 {
	border-color: #000;
}

fieldset legend {
	color: #000;
}

.cf_hidden {
	display: none;
}

/* ------ Standard ------- */
.empty {
	clear: both;
}

#contact_disclaimer p {
	color: #fff;
}

.form_submit, .submit, .sendbutton {
	width: 150px;
}

#comments .who {
	float: left;
	width: 200px;
}

#comments .entry {
	float: right;
	width: 430px;
}

#comments .comment_wrap {
	padding: 10px 0;
	border-bottom: 1px solid #262626;
}

.aligncenter {
	text-align: center;
}
