/*   
Theme Name:[ftf]media Site Theme
Theme URI:http://www.ftfmedia.net
Description:WordPress theme with two columns, four widget areas. The theme options include a removable bottom sidebar, category or page navigation, custom copyright notice. It comes with a lavalamp dropdown menu.
Author: @firsttryfailed
Author URI:http://www.ftfmedia.net
Version:1.0
Tags: two-columns, fixed-width, right-sidebar, threaded-comments 
	
.
*/

@charset "utf-8";
/* CSS Document */

/*       +++++++++++ Basic CSS +++++++++++++      */

* {margin:0; padding:0;}

body {
	background:url("images/ftfgrip.jpg") no-repeat fixed center top #000000;
color:#fff;
font-family:Helvetica,Arial,Sans-serif;
font-size:12px;
}

h1, h2, h3, h4, h5, h6 {}

p {
	margin:0px 0px 20px 0px;
}

a {
	color:#99FF00;
text-decoration:none;
}
a:hover {
	color:#d5d8db;
	text-decoration: none;
}

a img {
	border:none;
}

.clr {
	display: block;
	clear: both;
}

.clr6 {
	display: block;
	clear: both;
	height: 6px;
}

.clr12 {
	display: block;
	clear: both;
	height: 12px;
}

.clr16 {
	display: block;
	clear: both;
}

form {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-bottom: 6px;
}

ul ul,
ul ul ul{
	margin-bottom: 0px;
}

ul li,
ul li ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 16px;
	background-position: 0px 7px;
	background-repeat: no-repeat;
	padding-left: 12px;
	margin-bottom: 6px;
}

ul li ul li {
}


ol {
	margin: 0px;
	padding: 0 0 0 24px; /*--Distance between the order numbers--*/
}
ol li {
	margin: 0px;
	padding: 0px 0px;
	margin-bottom: 6px;	
}

hr {
	background-color: #666666;
	border-bottom: 1px solid #666666;
	color: #666666;
}

fieldset {
	border: 1px solid #666666;
	padding: 12px;
}

fieldset legend {
	font-weight: bold;
	color: #FFFFFF;
}

input[type=text], input[type=password], input[type=file], select, textarea {
	border: 1px solid #555;
	background:url("images/clearblk.png") repeat scroll 0 0 transparent;
  	-moz-border-radius: 3px;
  	-khtml-border-radius: 3px;
  	-webkit-border-radius: 3px;
	min-height:24px;
	color:#ccc;
}

input[type=button], input[type=reset], input[type=submit] {
	border:0 none;
color:#ABAFB0;
cursor:pointer;
font-size:22px;
font-weight:bold;	
}

.searchinput{
-moz-border-radius:3px 3px 3px 3px;

border:1px solid #858A8E;
color:#333333;
font-size:26px;
height:24px;
width:230px;
}

.submitbutton{
background:url("images/go.png") repeat scroll 0 0 transparent;
height:28px;
margin-left:-8px;
width:32px;
}

.leavecomment{
background:url("images/leavecomment.png") repeat scroll 0 0 transparent;
height:28px;
width:155px;
}

#searchboxo{
margin:8px;
padding:0px;}


/*       +++++++++++ Basic Layout +++++++++++++      */

#titleness{
background:url("images/blacktitlebgsm.png") no-repeat scroll 0 0 transparent;
color:#FFFFFF;
height:26px;
padding-left:8px;
padding-top:10px;
}

#titleness a{
color:#CCCCCC;
text-transform:uppercase;
}

#wrapper {
	display: block;
	width: 978px;
	margin: 0px auto;
	text-align: left;
}

#layoutbottom {
background-image:url("images/footer.png");
background-position:0 0;
background-repeat:no-repeat;
display:block;
height:112px;
margin:auto;
padding-top:36px;
width:962px;
}

#header {
background:url("images/blkpaper.png") repeat scroll 0 0 transparent;
border-left:1px solid #555555;
border-right:1px solid #555555;
display:block;
height:175px;
margin-left:8px;
margin-right:auto;
position:fixed;
width:960px;
z-index:999;
}

#innerwrapper {
	background:url("images/smblk.png") repeat scroll 0 0 transparent;
border-left:1px solid #555555;
border-right:1px solid #555555;
display:block;
margin-bottom:auto;
margin-left:auto;
margin-right:auto;
padding-top:186px;
width:960px;
width:960px;
}

#innerwrapper2 {
	background:url("images/smblk.png") repeat scroll 0 0 transparent;
border-left:1px solid #555;
border-right:1px solid #555;
display:block;
margin-left:8px;
width:960px;
}


#maincolpfol {
display:block;
float:right;
padding:0 15px;
width:650px;
}

#leftcol {
display:block;
float:right;
overflow:hidden;
padding:10px;
width:260px;
}



/*       +++++++++++ Header +++++++++++++      */

#header #headerleft{
	display:block;
float:left;
margin-left:24px;
padding-top:16px;
width:135px;
}

#header #headerright{
	display:block;
float:right;
margin-right:20px;
margin-top:13px;
}

#header #headerleft h1 {
	margin: 0px;
	padding: 0px;
}

#header #headerleft h1 a{
	display: block;
	float: left;
	padding-right: 12px;
	font-size: 36px;
	color: #eeeeee;
	font-weight: normal;
	text-decoration: none;
	border-right: 1px solid #99FF00;
}

#header #headerleft h1 a.nobar{
	border-right: 0px solid #99FF00;
}

#header #headerleft h1 a.nobar img{
	border: 0px solid #99FF00;
	max-height: 60px;
}

#header #headerleft h3{
	display: block;
	float: left;
	padding-left: 12px;
	font-size: 12px;
	color: #cecece;
	font-weight: normal;
	text-decoration: none;
	padding-top: 16px;
	padding-bottom: 12px;
	margin: 0px;
}

#header #headerright #searchboxo{
	display: block;
	float: right;
	width: 200px;
	height: 30px;
	margin-top: 20px;
	background-image: url(images/searchbg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#header #headerright #searchboxo form input.searchinput {
	display: block;
	float: left;
	width: 150px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	font-size: 11px;
	margin-top: 5px;
	margin-left: 5px;
	border: 0px solid #333333;
	background-color: #838687;
	background: transparent;
}

#header #headerright #searchboxo form input.submitbutton {
	display: block;
	float: left;
	width: 32px;
	height: 20px;
	margin-top: 5px;
	margin-left: 6px;
	padding: 0px;
	border: 0px solid #333333;
	cursor: pointer;
	background: transparent;
}

/*       +++++++++++ Top navigation +++++++++++++      */

#navouter {

}

#navouter #nav {
	display:block;
font-size:18px;
font-weight:bold;
height:38px;
text-transform:uppercase;}

#navouter #nav ul{
}

#navouter #nav ul,
#navouter #nav ul li{
	margin: 0px;
	padding: 0px;
	background-image: none;
	list-style-type: none;
}



/*       +++++++++++ Main Content Area +++++++++++++      */

#maincol {
display:block;
float:left;
padding:15px;
width:650px;
}

#maincol_contact {
background:url("images/smblk.png") repeat scroll 0 0 transparent;
border-left:1px solid #555555;
border-right:1px solid #555555;
display:block;
float:left;
padding:15px;
width:930px;
}

#maincol2 {
display:block;
float:left;
margin-top:176px;
padding:5px;
width:950px;
}

#contact_1{
width:33%;
float:left;
}

#contact_2{
width:33%;
float:left;
}

#contact_3{
width:33%;
float:right;
}

#nocomments{
	height:30px;
	position:absolute;
	margin:auto;}

#comment_1{
width:33%;
float:left;
}

#comment_2{
width:33%;
float:left;
}

#comment_3{
float:right;
width:27%;
}

#comment_lock{
	height:33px;
width:435px;
	}
#commentsness{
	background:url("images/commentline.png") no-repeat scroll 0 0 transparent;
margin:auto;
padding-top:50px;
width:930px;
}
#comments_left{
	float:left;
width:450px;
}
#comments_right{
	border-left:1px dotted #999999;
float:right;
padding-left:19px;
width:457px;
}

#topcol{
border-bottom:1px solid #FFFFFF;
font:23px/19px Lucida Grande,Helvetica,Arial,sans-serif;
margin:auto;
width:940px;
}

#websitelink{
	background:url("images/websiteicon.png") no-repeat scroll 0 0 transparent;
font-size:16px;
height:40px;
padding-left:44px;
padding-top:14px;
}

#bookmarklink{
	background:url("images/del.png") no-repeat scroll 0 0 transparent;
font-size:16px;
height:40px;
padding-left:44px;
padding-top:14px;
}

#facebooklink{
	background:url("images/sifacebook.png") no-repeat scroll 0 0 transparent;
font-size:16px;
height:40px;
padding-left:44px;
padding-top:14px;
}

#twitterlink{
	background:url("images/sitwitter.png") no-repeat scroll 0 0 transparent;
font-size:16px;
height:40px;
padding-left:44px;
padding-top:14px;
}

#morelink{
	background:url("images/simore.png") no-repeat scroll 0 0 transparent;
font-size:16px;
height:40px;
padding-left:44px;
padding-top:14px;
}

div.postwrap {
	display: block;
	margin-bottom: 24px;
}

div.postwrapsm {
	display:block;
float:left;
padding:10px;
width:296px;
}

h2.searchtitle-page,
div.postwrap h2.posttitle-page,
div.postwrap h2.posttitle-page a,
div.postwrap h2.posttitle,
div.postwrap h2.posttitle a,
div.postwrap h2.posttitle a:visited {
	background:url("images/greentitlebg.png") repeat scroll 0 0 transparent;
color:#CCCCCC;
font-size:19px;
padding-left:5px;
padding-top:5px;
text-transform:uppercase;
}

div.postwrap h2.posttitle a.searchtitle {
	font-size: 14px;
}

h2.searchtitle-page,
div.postwrap h2.posttitle-page {
	padding-bottom: 4px;
	margin-bottom: 24px;	
}

div.postwrap h2.posttitle a:hover {
	color: #e0e2e7;
}

div.postwrap p.postmeta,
div.postwrap div.postmeta {
	background:none repeat scroll 0 0 #000000;
color:#CCCCCC;
display:block;
font-size:11px;
max-height:12px;
padding:3px 12px;
vertical-align:middle;
}


div.postwrap div.postcontent {}

div.postwrap span.postcomments {
	display: block;
	width: 124px;
	float: left;
	background-image: url(images/icon-comment.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 18px;
}

div.postwrap span.posttags-single,
div.postwrap span.posttags {
	display: block;
	width: 312px;
	float: left;
	background-image: url(images/icontag.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 18px;
	color: #999999;
}

div.postwrap span.posttags-single {
	width: auto;
	width: 530px;
	padding: 0px 12px 0px 18px;
	min-height: 16px;
}

div.postwrap span.postmore {
	display: block;
	float: left;
	background-image: url(images/icon-more.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 18px;
}

#nextprevious {
	display: block;
	margin-bottom: 16px;
}

#rssleft{
background:url("images/minirss.png") no-repeat scroll 0 0 transparent;
}

#trackright{
background:url("images/trackback.png") no-repeat scroll 0 0 transparent;
}

#extrastuff #rssleft,
#extrastuff #trackright,
#nextprevious .alignleft a, 
#nextprevious .alignright a {
	display:block;
padding-left:20px;
}

h2.arpageTitle {
	display: block;
	font-size: 20px;
	border-bottom: 1px solid #999999;
	margin-bottom: 24px;
}

a.searchmore,
a.searchmore:visited {
	display: block;
	float: right;
	line-height: 18px;
	height: 18px;
	vertical-align: middle;
	font-size: 11px;
	color: #CCCCCC;
	padding: 2px 6px;
	background-color: #2e3135;
	margin-top: 12px;
}

a.searchmore:hover {
	color: #FFFFFF;
}

.ie a.searchmore {
	margin-top: 0px;
}

/*       +++++++++++ Comment page +++++++++++++      */

a.post-edit-link {
	display: block;
	line-height: 22px;
	height: 22px;
	vertical-align: middle;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: underline;
	display: block;
	margin-bottom: 12px;
}

a.post-edit-link:hover {
	text-decoration: none;
}

h3#commentstitle {
	font-size: 16px;
	font-weight: normal;
	color: #caced3;
	padding-left: 0px;
	padding-bottom: 4px;
	margin-bottom: 12px;
	border-bottom: 1px solid #35383d;
}

ul.commentlist {
}

ul.commentlist li {
	margin: 2px 0px 24px 0px;
	padding: 0px;
	background-image: none;
  	-moz-border-radius: 4px;
  	-khtml-border-radius: 4px;
  	-webkit-border-radius: 4px;		
}

ul.commentlist ul {
	margin-left: 12px;
	margin-top: 16px;
}

ul.commentlist li ul li {
	display: block;
	margin: 2px 2px;
	padding: 6px;
	background-color: #32363a;
}

ul.commentlist li ul li ul li {
	background-color: #454a4f;
	margin: 4px 0px;	
}

ul.commentlist li ul li ul li {
	background-color: #53585e;
}

ul.commentlist li ul li ul li ul li {
	background-color: #5d6369;
}

a.gravatar {
	display: block;
	float: left;
	margin: 0px 8px 4px 0px;
}

a.gravatar img{
	border: 0px solid #333333;
}

a.comment-reply-link {
	display: block;
	margin: 0px;
	padding: 4px;
	border-bottom: 1px solid #333333;
}

div#respond {}

div#respond h3 {
	margin-bottom: 12px;
}

div.commentbody cite,
div.commentbody cite a {
	color: #FFFFFF;
	font-weight: bold;
}

/*       +++++++++++ Right column side bar +++++++++++++      */

#rightcol {
display:block;
float:left;
overflow:hidden;
padding:3px;
width:260px;
}

div.roundcrrcnt {
	display: block;
}

#rightcol ul.sidebaritem,
#rightcol li.sidebaritem {
	margin: 0px;
	padding: 0px;
	background-image: none;
	list-style-type: none;
}

div.widget,
div.widget-cat,
#rightcol li.sidebaritem {
	margin-bottom: 16px;
}

div.widget h2,
#bottompanel div.col1 h3,
#bottompanel div.col2 h3,
#bottompanel div.col3 h3,
div.widget h4,
#rightcol li.sidebaritem h2.widgettitle {
	font-size: 18px;
	font-weight: normal;
	color: #caced3;
	padding-left: 0px;
	padding-bottom: 4px;
	margin-bottom: 12px;
	border-bottom: 1px solid #35383d;
	text-indent: 0px;
}

li.widget_search div.sidebarbox form input.searchinput1 {
	height: 20px;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	line-height: 16px;
	width: 160px;
}

li.widget_search div.sidebarbox form input.submitbutton1 {
	height: 24px;
	width: 24px;
	padding: 0px;
	margin: 0px;
	background-color: #26282a;
	border: 1px solid #000000;
	color: #CCCCCC;
	background-image: url(images/searchicon.png);
	background-repeat: no-repeat;
	background-position: 4px 0px;	
}

div.widget-cat h4,
#rightcol li.widget_categories div.sidebarbox h2.widgettitle {
	display: block;
	background-image: url(images/cat-title-bg.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	color: #e5eef5;
	font-size: 18px;
	font-weight: normal;
	padding: 0px 12px;
	margin: 0px 0px 2px 0px;
}

.ie #rightcol li.widget_categories div.sidebarbox h2.widgettitle {
	margin-left: -16px;
}

div.widget-cat ul li,
li.widget_categories ul li {
	display: block;
	background-color: #35383d;
	border-bottom: 1px solid #1f2225;
	padding: 4px 0px 4px 16px;
	margin: 0px;
	background-image: none;
	color: #9ea2a9;
}

div.widget-cat ul li ul li,
li.widget_categories ul li ul li,
div.widget-cat ul li ul li ul li,
li.widget_categories ul li ul li ul li{
	border-bottom: 0px solid #1f2225;
	padding: 4px 0px 4px 12px;
}

div.widget-cat ul li a,
div.widget-cat ul li a:visited,
li.widget_categories ul li a,
li.widget_categories ul li a:visited{
	color: #c4c8cf;
	font-weight: bold;
}

div.widget-cat ul li a:hover,
li.widget_categories ul li a:hover{
	color: #FFFFFF;
}

div.welcomemsg {
	color: #C9C9C9;
	line-height: 17px;
	text-align: justify;
}

table#wp-calendar {
	border-collapse: collapse;
	border: 0px solid #000000;
	margin: 0px;
	padding: 0px;
	background-color: #00FF00;
	width: 100%;
}

table#wp-calendar caption {
	background-color: #0f5798;
	font-size: 14px;
	padding: 4px 0px;
	text-align: center;
	color: #abc2d7;
	width: 100%;
	border: 1px solid #50545a;	
}

table#wp-calendar tr {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

table#wp-calendar td,
table#wp-calendar th{
	border-collapse: collapse;
	border: 1px solid #50545a;
	text-align: center;
}

table#wp-calendar td a,
table#wp-calendar td a:visited{
	font-weight: bold;
	color: #97bede;
}
table#wp-calendar td a:hover{
	color: #FFFFFF;
}

#feedbox {
	display: block;
	background-image: url(images/rssbg.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 70px;
}

#feedbox #contrssbox {
	display: block;
	float: left;
	margin: 12px 0px 0px 16px;
}

#feedbox #contrssbox a,
#feedbox #contrssbox a:visited{
	display: block;
	float: left;
	height: 32px;
	line-height: 32px;
	color: #caced3;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/rss-bg.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 96px;
	padding-left: 36px;
}

#feedbox #contrssbox a:hover{
	color: #FFFFFF;
	background-position: 0px -32px;	
}


div.sidebarbox select.postform {
	margin-top: 12px;
}

/* ++++++++++++ Footer +++++++++++++++ */
#footline{
	border-top:1px solid #FFFFFF;
margin:auto;
width:960px;}

#copy{
float:right;
margin-right:15px;
text-align:right;
width:970px;
color:#99FF00;
}

#bottompanel {
	background:none repeat scroll 0 0 #000000;
display:block;
padding-top:10px;
}

#bottompanel div.col1,
#bottompanel div.col2,
#bottompanel div.col3 {
	display:block;
float:left;
margin-top:0;
padding-top:1px;
width:301px;
}

#bottompanel div.col1 h3,
#bottompanel div.col2 h3,
#bottompanel div.col3 h3 {
	margin-top: 0px;
	padding-top: 0px;
}

#bottompanel div.col2,
#bottompanel div.col3 {
	margin-left: 2%;
}

div.copyr {
	display: block;
	padding: 6px 0px;
	font-size: 11px;
	color:#999999;
}

#credit {
	display: block;
	width: 864px;
	margin: 0px auto;
	text-align: right;
	color: #707279;
	font-size: 11px;
	padding: 0px 0px 12px 0px;
}

#credit a,
#credit a:visited{
	color: #707279;
	font-size: 11px;
	text-decoration: underline;
	color: #8f9198;
}

#credit a:hover{
	text-decoration: none;
}

/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 6px 10px 6px 0;
  }
.alignright {
  float: right;
  margin: 6px 0 6px 10px;
  }
  
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  	border: 1px solid #ddd;
  	text-align: center;
  	background-color: #d2d6db;

  	padding-top: 4px;

  	-moz-border-radius: 6px;
  	-khtml-border-radius: 6px;
  	-webkit-border-radius: 6px;
  	border-radius: 6px;
}

.wp-caption img {
	  margin: 0;
	  padding: 0;
	  border: none;
	  margin-bottom: 4px;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
}

div#extrastuff {
	display: block;
	margin-bottom: 24px;
	margin-top: 12px;
}

/*Page menu bottom*/


#botmenu{
	float:right;
font-family:helvetica,arial,sans-serif;
font-size:10px;
margin-right:15px;
text-align:right;
text-transform:uppercase;
	}
	
#botmenu ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#botmenu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#botmenu li a, #botmenu li a:link, #botmenu li a:visited {
	color: #FFF;
	display: block;
	margin: 0px;
	padding: 4px;
	}

#botmenu li a:hover, #botmenu li a:active {
	color: #99FF00;
    margin: 0px;
	padding: 4px;
	text-decoration: none;
	}
	
#botmenu li li a, #botmenu li li a:link, #botmenu li li a:visited {
	width: 150px;
	color: #bbb;
	font-family:helvetica,arial,sans-serif;
	font-weight: normal;
	float: none;
	margin: 0px;
	padding: 8px 10px 7px 10px;

	}
	
#botmenu li li a:hover, #botmenu li li a:active {
	background: #121212 ;
	color: #fff;
	padding: 8px 10px 7px 10px;
	}

#botmenu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
	}

#botmenu li li { 
	}

#botmenu li ul a { 
	width: 140px;
	}

#botmenu li ul a:hover, #botmenu li ul a:active { 
	}

#botmenu li ul ul {
	margin: -32px 0 0 170px;
	}

#botmenu li:hover ul ul, #botmenu li:hover ul ul ul, 
#botmenu li.sfhover ul ul, #botmenu li.sfhover ul ul ul {
	left: -999em;
	}

#botmenu li:hover ul, #botmenu li li:hover ul, 
#botmenu li li li:hover ul, #botmenu li.sfhover ul, 
#botmenu li li.sfhover ul, #botmenu li li li.sfhover ul {
	left: auto;
	}

#botmenu li:hover, #botmenu li.sfhover { 
	position: static;
	}

#smpostbg{
background:none repeat scroll 0 0 #000000;
display:table-cell;
height:164px;
vertical-align:middle;
width:296px;
}
                    
#smpostbot{
background:url("images/smblk.png") repeat scroll 0 0 transparent;
color:#FFFFFF;
height:36px;
margin-top:164px;
position:absolute;
width:296px;
}

#postmore{
float:right;
padding-right:8px;
padding-top:8px;
}

#postcomments{
background:url("images/commentsbg.png") no-repeat scroll 0 0 transparent;
float:right;
height:27px;
margin-right:10px;
margin-top:4px;
padding-top:5px;
width:31px;
}

#postcomments a{
color:#333333;
}

#client{
color:#FFFFFF;
float:left;
padding-left:10px;
padding-top:5px;
}
#client a{
color:#99FF00;}

.postwrap img {
max-width:650px;
padding-bottom:10px;
}



/* WP */
blockquote{margin:20px 10px 10px 5px;border-left:4px solid #DDD;padding:0 5px 0 5px;font-size:9px;text-align:justify;}
.commenttext blockquote{border-left:4px solid #B6B6B5;}
.wp-caption{border:1px solid #ddd;text-align:center;background-color:#f3f3f3;padding-top:4px;}
.wp-caption img{border:none;margin:0;padding:0;}
.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;color:#111;margin:0;padding:0 4px 5px;}
.alignleft,img.alignleft{float:left;margin:5px 10px 5px 0;}
.alignright,img.alignright{float:right;margin:5px 0 5px 10px;}
.aligncenter,div.aligncenter,img.aligncenter{text-align:center;display:block;margin:10px auto;}
abbr, acronym, span.abbr{cursor:help;border-bottom:1px dotted #000;}
table{margin:.5em 0 1em;}
table td,table th{text-align:left;border-right:1px solid #414246;padding:.4em .8em;}
table th{background-color:#1f2225;color:#fff;text-transform:uppercase;font-weight:bold;border-bottom:1px solid #35383d;}
table td{background-color:#3f4248;}
table th a{color:#d6f325;}
table th a:hover{color:#fff;}
table tr.even td{background-color:#2f3136;}
table tr:hover td{background-color:#25272b;}
table.nostyle td,table.nostyle th,table.nostyle tr.even td,table.nostyle tr:hover td{border:0;background:none;background-color:transparent;}
.wp_syntax { width:auto; }
.wp_syntax table { border:0 !important; }
.wp_syntax table td { border:0 !important; }
img.wp-smiley{border:0px;vertical-align:middle;}

