/*
Theme Name: brandonfoltz_wp
Theme URI: http://www.brandonfoltz.com
Author: Brandon Foltz
Author URI: http://www.brandonfoltz.com
Description: Conversion of brandonfoltz.com into a Wordpress theme.
Version: 0.5
License: MIT
License URI: license.txt
Tags: dark, blue, awesome
*/

body {
	margin-top: 22px;
	padding: 0;
	background: #343434 url(img/bg1.jpg) repeat center top;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
}

/* global link and p, ul, ol, heading, etc. styles */

a:link, a:visited {
	color: #48ACDE;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
	color: #48ACDE;
}

h1, h2, h3 {
	margin-top: 0;
	font-weight: normal;
	color: #CCCCCC;
}

p, i, b, ul, ol {
	margin: 0 0 0px 0;
	/*margin: 0px;*/
	text-align: left;
	line-height: 24px;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 12px;
}

img.right {
	float: right;
	margin-left: 12px;
}

input, textarea {
	background: #333333;
	color: #CCCCCC;
	border: 1px solid #545454;
}

blockquote {
	background: #333333;
	color: #CCCCCC;
	border: 1px solid #545454;
	padding: 6px 6px 0px 6px;
}

/* custom alignments */

.alignleft {
	margin-right: 12px;
	margin-top: 6px;
	float: left;
}

.alignright {
	margin-left: 12px;
	margin-top: 6px;
	float: right;
}

.aligncenter {
	vertical-align: middle;
}

/*LOGO STUFF*/

#logo {
	width: 940px;
	height: 60px;
	margin: 0 auto;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
}

#logo h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	font-style: italic;
}

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

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	padding: 20px 0 0 6px;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	color: #48ACDE;
}

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

#logo p a:hover { text-decoration: underline; }

/* header, menu, navigation */

#header {
	clear: both;
	width: 960px;
	height: 52px;
	margin: 0 auto;
	/*background: url(images/img02.jpg) no-repeat left top;*/
}

#navigation {
	float: left;
	width: 960px;
	height: 54px;
	background: url(img/nav960.png) no-repeat left top;
	padding: 10px 0px 0px 0px;
}

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

#navigation li {
	/*display: block;*/
	float: left;
}

#navigation a {
	/*display: block;*/
	float: left;
	margin-right: 16px;
	margin-left: 16px;
	/*padding: 10px 0px;*/
	text-decoration: none;
	/*text-transform: lowercase;*/
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

#navigation a:hover { 
	text-decoration: underline; 
	color: #48ACDE;
}

#navigation .current_nav_item a {
	color: #48ACDE;
}

/*main section*/

#main {
	width: 960px;
	margin: 0 auto;
	background: #000000;
}

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

/* Posts */

.post {
	padding-left: 16px; 
	padding-right: 16px; 
}

.post h1 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	-webkit-margin-before: 0.0em;
	-webkit-margin-after: 0.0em;
}

.post .entry {
	padding: 6px 0 0 0;
}

.post p {
	margin-bottom: 12px;
}

.post ul, ol {
	margin-bottom: 12px;
}


/* There is undoubtedly a more elegant solution to get li items with/without bullets. */
.post .nobullet li {
	margin: 0 0 0px 0;
	/*margin: 0px;*/
	list-style: none;
	list-style-type: none;
	line-height: 24px;
}

.post .withbullet li {
	margin: 0 0 0px 0;
	/*margin: 0px;*/
	/*list-style: none;*/
	list-style-type: square;
	line-height: 24px;
}

.post .title h2 {
	margin-bottom: 0px;
}

.post .meta {
	color: #999999;
	margin: 0px;
	display: inline;
	font-size: 12px;
}

.post .footer {
	margin: 8px 0 8px 0;
}

.post .footer .tags-list {
	margin-left: 6px;
}

.separator {
	width: 95%;
	margin: auto;
	margin: 16px auto 8px auto;
	border-top: 1px dashed #333333;
}

.cat-item {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.comment-count-link {
	margin-left: 12px;
	margin-top: 6px;
	float: right;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

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

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
}

/*Side panel (sidebar) */

#sidebar1 {
	float: left;
	width: 200px;
	padding-left: 16px;
}


.sidebar ul {
	margin: 0 0 12px 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 0px;
}

.sidepbar h1, h2, h3 { /* includes widgettitle (s) */
	height: 22px;
	margin-bottom: 6px;
	padding: 4px 0 4px 0px;
	/*height: 32px;
	font-size: 18px;*/
	color: #CCCCCC;
}

.widget {
	list-style: none;
}

/*Search and Input Boxes*/

#searchform {
	margin-bottom: 12px;
}

#s {
	width: 60%;
}

.screen-reader-text {
	display: none;
}

/*Footer*/

#footer {
	margin: 0 auto;
	margin-top: 22px;
	height: 32px;
	min-height: 32px;
	padding: 0;
	font-size: 10px;
	text-align: center;
}

#footer-wrap {
	width: 960px;
	height: 128px;
	font-size: 10px;
	margin: 0 auto;
}

.menu-footer {
	margin: 0 auto;
	margin-bottom: 12px;
}

.menu-footer ul {
	margin: 0 auto;
	padding: 0;
	padding-top: 12px;
	list-style: none;
	line-height: normal;
	text-decoration: none;
	text-align: center;
}

.menu-footer li {
	display: inline;
	margin-right: 8px;
	margin-right: 8px;
}

#footer a {
	/*display: block;*/
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	/*text-transform: lowercase;*/
	font: 10px; /*"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	color:#48ACDE;
}

#menu-footer p {
	margin-bottom: 0px;
}


#footer a:hover { 
	text-decoration: underline; 
	color: #48ACDE;
}

.legal {
	/*clear: both;*/
	text-align: center;
	color: #888888;
	margin: 0;
	padding: 0px;
}

.clearer {
	clear: both;
}

.loginout-link {
	height: 20px;
	float: right;
	padding-left: 0px;
	border-left: 1px solid #333333;
	margin-right: 0px;
}

/* comment form(s) */

#respond {
	
}

#respond p {
	
}

#respond .comment-notes {
	
}

#respond .required {
	color: #48ACDE;
	margin-bottom: 100px;
}

#respond .form-allowed-tags {
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 12px;
}

#respond input {
	background: #333333;
	color: #CCCCCC;
}

/* the actually comment form textarea */
#comment {
	width: 100%;
	background: #333333;
	color: #CCCCCC;
	margin-bottom: 0px;
}

/* comments */

.commentlist ol {
	/*margin-bottom: 6px;*/
}

.commentlist li {
	/*margin-bottom: 6px;*/
	padding: 6px;
}

.commentlist ul { /* sub comments, should only appear on top sub-comment */
	margin-top: 6px;
}

.comment-author-admin {
	/*background: #333333;
	border: 1px solid #545454;*/
}

.comment-author {
	padding: 6px;
	background: #333333;
	border: 1px solid #545454;
}


/*Wrappers for page encapsulation images*/

#wrap {
	width: 960px;
	margin: 0 auto;
	padding-top: 14px;
	background: url(img/wrap-top960.png) no-repeat left top;
}

#wrap-btm {
	padding-bottom: 14px;
	background: url(img/wrap-bottom960.png) no-repeat left bottom;
}

