/*
Theme Name: Tyson Black
Theme URI: 
Description: A dark color theme with colorful paint touch and side fold. Licensed under GPL.
Version: 1.0.1
Author: Hair Tyson
Author URI: http://hairtyson.com
Tags: black,dark,two-columns,left-sidebar,fixed-width
*/

body {
	margin:0;
	padding:0;
	text-align:center;
	background:#000;
	color:#fff;
	font-family:'Trebuchet MS',Arial;
	background:#000 url("images/bg.png") repeat-y top left scroll;

	
}

#page {
	margin:0px auto;
	text-align:left;
	width:1000px;
	padding-top:0px;	
}
/*BEGIN HEADER*************************************/

#header {
	background:transparent url("images//header.png") no-repeat top center;
	height:170px;	
	color:#fff;
	font-weight:normal;
	letter-spacing:-1px;
	font-family:'Californian FB','Georgia'serif;
	font-size:36px;
	text-align:left;
	margin:0px;
	padding-left:10px;
	padding-top:110px;
}
#header a {
	color:#fff;
	padding:10px;
	text-decoration:none;
}
#header a:hover {
	color:#ff6719;	
}
#description {
	font-family:Candara,'Trebuchet MS';
	font-weight:normal;
	color:#009cc6;
	font-size:18px;
	padding:3px;
	text-decoration:overline;
	
}
/*END HEADER***************************/



/***************Begin SIDEBAR************************/
#sidebar {
	float:left;
	width:290px;
	padding-left:25px;
	
}

#sidebar h2 {
	color:#d3130f;//03B6C7;
	background:transparent url("images//sidebar_h2_bg.png") no-repeat center center;
	font-family:'Candaraa','Arial Narrow';
	font-size:18px;
	font-weight:bold;
	cursor:pointer;
	padding:9px 0px 9px 0px;
	text-align:center;	
	text-transform:uppercase;
	
}
a#rss_top {
	color:orange !important
}

#searchform input{
	background:#000;
	padding:3px;
	margin-top:10px;
	border:1px solid #ffbe05;
	color:#fff;
	font-family:'Georgia',serif;
	font-size:14px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#searchform input[type="submit"] {
	cursor:pointer;
	background:#cb0200;
}

#searchform input[type="submit"]:hover {
	background:#c00;
	border-color:#f00;
	color:#fff;
}


#sidebar ul,#sidebar   ul   li {
	padding:0;
	margin:0;
	list-style:none;
}
#sidebar  ul{
	list-style:none;
	padding:0;
	margin:0;
	font-size:14px;
}

#sidebar>ul {
	padding-bottom:5px;
	*margin-bottom:20px;	
}

#narrowcolumn {
}

#sidebar > ul > li > ul > li ul {
	//list-style:none;
	padding:0;
	margin:0;
	margin-left:3px !important;
	padding-left:3px;
	font-size:14px;
}
	
	
	
#sidebar ul li ul li{
	padding:3px;
	padding-left:5px;
	//	
}
#sidebar > ul > li > ul > li > ul > li {
	padding:3px;
	padding-left:3px;
	border:none;
	
}
#sidebar>ul>li>ul li {
	border-bottom:1px dashed #0fc6f7;
}
#sidebar a {
	text-decoration:none;
	color:#0fc6f7;

}
#sidebar a:hover {
	color:#ff7821;//0FE7F1;
}
#sidebar>ul>li ul {
	margin-left:3px;
}



/*******SIDEBAR END***************/

#content {
	margin-left:310px;
	padding-right:15px;
	padding-left:15px;
	font-size:16px;

}
 #content .post {
	padding:5px;
	margin-left:0px;
	float:left;
	width:610px;
	line-height:1.2em;
 }

 #content h2,#content h3 a{
	font-weight:normal;
	font-family:'Candaraa','Arial Narrow';
 }

 #content h2 {
	background:transparent url("images/h2_post_title.png") no-repeat left center;
	padding:10px 0px 10px 30px;
	color:#fff;
 }
 
 #content h2 a{
	color:#fff;
	text-decoration:none;
 }
 #content h2 a:hover {
	color:#eee;
 }
 #content .entry {
	padding:5px;
	padding-left:15px;
	color:#fff;
	font-size:1.0em;
 }
p.postmetadata {
	background:#000;	
	padding:5px;
	font-size:14px;
	}
p.postmetadata a,p.postmeta a{
	text-decoration:none;	
}
p.postmetadata a:hover,p.postmeta a:hover {
	border-bottom:none;
}
p.postmeta span {
	float:left;
	background:#000;	
	padding:4px;
	margin:5px;
}

div.clear {
	clear:both;
}
a.post-edit-link {
	padding-left:16px;
	
	background:transparent url("images/edit.png") no-repeat center left;
}
a[title~=Comment] {
	padding-left:16px;
	background:transparent url("images/comment.png") no-repeat center left;
}
a {
	color:#e21a1e;
	text-decoration:none;
}
a:hover {
	color:#f00;
}
a img {
	border:none;
}
a.rss {
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	background:transparent url("images/RSS.png") no-repeat center left;
}
h2,h3 {
	color:#009cc6;
	font-weight:normal;
}


div.comment_part {
	margin-left:5px;
	padding-left:10px;
	width:580px;
 }
h3#comments {
	padding:5px;
	color:#f00;
	cursor:pointer;
}
ol.commentlist li {
	background:#070707;
	border-top:1px solid #111;
	border-left:5px solid #111;
	padding:10px;
}
ol.commentlist li.alt {
	background:#040404;
	border-top:1px solid #111;
	border-left:5px solid #111;
	padding:10px;
}
ol.commentlist img.avatar {
	border:2px solid #111;
	width:32px;
	height:32px;
	background:transparent url("images/user.png");
	display:block;
}
cite.comment_author {
	color:#fff;
	text-transform:capitalize;
	font-style: normal;
}
em.awaiting_moderation {
	color:orange;
	display:block;
	background:#111;
	padding:3px;
	font-size:10px;
	border:1px solid orange;
	margin:0px;
}
small.commentmetadata,small.commentmetadata a {
	color:#ccc;
	background:#222;
	padding:3px;	
}
#commentform input[type="text"] {
	background:#070707;
	border:2px solid #FF9900;
	color:#ccc;
	padding:3px;
	font-family:Arial;
}
#commentform textarea {
	background:#070707;
	border:2px solid #FF9900;
	color:#ccc;
	padding:3px;
	font-family:Arial;
	overflow:auto;
	width:500px;
	height:350px;	
}

#commentform input[type="submit"] {
	background:#070707;
	padding:6px;
	border:2px solid #FF9900;
	color:#ccc;
	cursor:pointer;
}
#commentform input[type="submit"]:hover {
	background:#00a7cf;
	border-color:#900;
	color:#fff;
}

hr {
	display:none;
}


#footer {
	clear:both;
	padding:0px;
	text-align:center;
	height:150px;
	font-size:14px;
	margin-top:5px;
}
#footer p {
	padding:20px;
	color:#fff;
}
.note,.warning,.caution,.highlight {
	background:#FFFFCC;
	padding:5px;
	font-size:14px;
	color:#666;
	border:1px solid #CCCC99;
	border-width:1px 0px;
}

a.download {
	background:#c00;
	padding:5px;
	color:#111;
	border:1px solid #f00;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}



/* End Images */

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
/* Begin Calendar */


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
#wp-calendar {
	empty-cells: show;
	margin: 0px auto 0;
	width: 240px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	color:#c00;
	}

#wp-calendar caption {
	text-align: center;
	font-weight:normal;
	color:#c00;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: left;
	}


/* End Calendar */
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #222;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
.wp-caption {
	border: 1px solid #111;
	text-align: center;
	background-color: #070707;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/*Single posts Navigation*/

div.single_navigation {
	font-size:18px;
	font-family:'Arial Narrow';
	
}
div.single_navigation table {
	width:650px;
	margin-top:20px;
	padding:5px;
	border-bottom:1px solid #070707;
}

div.single_navigation table a {
	color:#666;
}
div.single_navigation table a:hover {
	color:#f00;
}
td.single_alignleft,td.single_alignright {
	width:325px;
}
td.single_alignright {
	text-align:right;
	border-left:1px solid #111;
}
td.single_alignleft a {
	padding:24px;
	background:transparent url("images//previouspost.png") no-repeat center left;	
}
td.single_alignright a {
	padding:24px;
	background:transparent url("images//next_post.png") no-repeat center right;
}

/*single posts navigation end*/


div.navigation>div.alignleft a {
	padding:24px;
	background:transparent url("images//previouspost.png") no-repeat center left;
}
div.navigation>div.alignright a {
	padding:24px;
	background:transparent url("images//next_post.png") no-repeat center right;
}


/*gallery begin*/
.gallery {
	line-height:10px !important;
}
.gallery {
	margin: auto;
	}
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
	}
.gallery img {
	border: 2px solid #333;
	}
	

.gallery-caption {
	margin-left: 0;
	}
.gallery-icon {
}
/*gallery end*/