/*
Theme Name: Street
Theme URI: http://cozmoslabs.com/
Description: Built on Thematic Theme</a>
Author: Cristi Antohe
Author URI: http://cozmoslabs.com/
Template: thematic
Version: 0.1 
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-l-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
@import url('default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	color: #282828;
	background:#e3e3e3;
}
#header{
	/*background:url(images/header_bg.jpg) top center no-repeat #111;*/
	background:#333;
}
#branding{
	padding:70px 0 50px 0;
	padding:40px 0 20px 0;
	/*border-top:7px solid #cc0000;	*/
}
#blog-description{
	display:none;
}
#blog-title{
	margin-bottom:0px;
	padding:0 0 0 0px;
	text-align:left;
}
#blog-title a{
	font-size:50px;
	text-transform:uppercase;
	color:#fff;
}
#blog-title a:hover{
	color:#cc0000;
}
#access{
/*	border:none;
	height:33px;
	background:#cc0000;
	font-size:20px;
	border-top:1px solid #ff0000;
	border-bottom:1px solid #aa0000; */
	display:none;
}
/*#container {
    width:100%;
    float:right;
    clear:none;
    margin:0px 0px 0px 0px;
/*  margin: 0px 0px 0px 250px;
    display:inline;
    zoom:1;
}*/
/*#content {
    margin:0px;
    width:570px;
    padding: 0 20px 0 20px;
    overflow:hidden;
	clear:none;
	float:left;
}*/
.aside{
	font-size:16px;
	line-height:23px;
	float:left;
	clear:none;
/*	display:inline;*/
	zoom:1;
}
#main{
	padding:30px 0 30px 0;
	background:white;
	border:0px double #ccc;
}
.hentry{
	border-bottom:3px double #ccc;
	margin-bottom:30px;
	width:auto;
}
.entry-utility{
	margin-bottom:0px;
	clear:both;
}
.single .hentry{
	padding-bottom:30px;
}
/*** THEMATIC SKIN ***/
.menu{
	background:none;
	height:32px;
}
.sf-menu {
    border:none;
	float:right;
	text-align:center;
}
.sf-menu a {
	border:none;
	padding:6px 13px 7px 13px;
	text-decoration:none;
}
.ie7 .sf-menu a {
	border:none;
	padding:6px 13px 3px 13px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    /*border-bottom-color:#fff; */
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu li {
	background:none;
}
.sf-menu li li {
	background:		#fff;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, 
.sf-menu li.sfHover,
.sf-menu a:focus, 
.sf-menu a:hover, 
.sf-menu a:active {
    background:     #111;
	outline:		0;
	border:none;
	color:#cc0000;
}
.sf-menu li li a:hover{
	background:#333;
}
.sf-menu ul {
	border:none;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#111;
	border-bottom:none;
	color:#cc0000;
}
.sf-menu ul a:hover {
    color: #cc0000;
}
a:hover, 
.entry-title a:active, 
.entry-title a:hover {
	color:#cc0000;
}
.aside ul ul {
    list-style:none;
    margin:0px;
}
.aside a{
	text-decoration:none;
	color:#fff;
	display:block;
	width:100%;
	height:100%;
	display:inline;
}
.aside a:hover{
	text-decoration:none;
}
#primary, #secondary{
	border:0px double #ccc;
    padding:0px 0 0 0;
    margin-bottom:30px;
    font-size:11px;
    clear:none;
}
#primary h3, #secondary h3{
	font-size:12px;
	color:white;
	text-transform:uppercase;
	font-style:normal;
	padding:5px 10px 0px 10px;
	float:left;
	font-weight:bold;
}
#footer{
	margin-top:30px;
	border:none;
}
#subsidiary {
	background:#fff;
	border:3px double #ccc;
	width:960px;
}
#subsidiary .aside{
	margin-left:30px;
	width:280px;
}
#siteinfo{
	width:960px;
}

.entry-title{
	font-size:24px;
	line-height:28px;
	color:#000;
	text-transform:uppercase;
	padding:0px 0px 10px 0px;
}
.entry-title a{
	color:#000;
}
/* =Comments
-------------------------------------------------------------- */

#comments {
    padding:22px 0 0 0;
    font-size:15px;
    line-height:18px;
    width:570px;    
}
#comments input,
#comments textarea {
    font-size:15px;
    line-height:18px;
    border:1px solid #ccc;
    background:#f6f6f6;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #e3e3e3;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #e3e3e3;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#f6f6f6;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #FF4B33;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:98%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;  
    width:98%;  
}
#form-allowed-tags span {
    font-style:italic;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
    float:left;
}
input#submit{
	border:none;
	padding:3px;
	background:#111;
	color:#fff;
	cursor:pointer;
	text-transform:uppercase;
}
input:hover#submit{
	background:#cc0000;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
/************************** One Column CSS */
.page-template-tpl_onecolum-php #container{
	width:900px;
}
.page-template-tpl_onecolum-php #content{
	width:900px;
}
/************************** archive page title */
h1.page-title{
	font-size:20px;
	/*background:#f1f1f1;*/
	border-bottom:3px double #ccc;
	padding:0 0 15px 0;
	margin-bottom:15px;
}
/************************** Search Widget */
#s {
    font-size:10px;
    line-height:18px;
  	border:none;
	width:100%;	
	text-align:right;
	background:#c00;
	text-transform:uppercase;
	font-family:Arial;
	color:white;
	float:right;
}
#searchsubmit{
	border:none;
	padding:2px;
	background:#111;
	color:#fff;
	cursor:pointer;
	text-transform:uppercase;
	line-height:18px;
	display:none;
}

/************************** Sidebar Customisation */
.widget_thematic_search .widgettitle, 
.widget_pages .widgettitle, 
#primary .widget_thematic_meta h3{
	display:none;
}
.main-aside{
	width:200px;
}
#primary{
	text-transform:uppercase;
	font-family:Arial,sans-serif;
	font-weight:600;
	text-align:right;
}
#secondary{
	font-family:Arial,sans-serif;
	text-align:right;
	width:185px;
}
.main-aside ul{
	padding:0px 0px 0px 0px;
}
.main-aside ul ul li{
	padding:5px 10px 2px 0px;
/*	border:1px solid #000;
	margin:3px; */
}
.aside input{
	margin:3px 10px 3px 0px;
}
#search{
	background:#c00;
	border-top:1px solid white;
	border-bottom:1px solid white;
	height:24px;
}


/*  SPACES IN MENU  */
.page-item-14, 
.page-item-16, 
.page-item-6,
.page-item-231,
.page-item-236,
li#twitter-3,
li#meta,
#linkcat-2{
	margin-top:10px;
	border-top:1px solid white;
}
/*------------------*/


/*  DARK GREY MENU ITEMS  */
.page_item{
	background:#333;
	border-bottom:1px solid #fff;
}
/*------------------------*/


/*  RED MENU ITEMS  */
.page_item:hover, 
.page_item:hover a,
.current_page_item{
	background:#800;
}
/*-----------------------*/


/* BLACK MENU ITEMS */
.splashsecond{
	background:black;
}
.splashsecond:hover,
.splashsecond:hover a{
	background:#555;
}
/*------------------*/


.aside a:active,
.aside a:hover,
.aside .current_page_item a{
    color:white;
}
.entry-content h4 {
    font-size:18px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
    padding-bottom:14px;
    text-align:center;
}
.cat-links, 
.meta-sep-tag-links{
	display:none;
}
.entry-content{
	padding:0px 0px 11px 0px;
}
.widgetcontainer{
	padding:4px 0px;
}
.edit-link{
	float:right;
}
/*h1.page-title{
	display:none;
}*/
.entry-content h3 {
    font-size:17px;
    font-style:normal;
    font-weight:bold;
    padding:14px 0 7px 0;
}
.entry-content h2 {
    font-family:Arial,sans-serif;
    font-size:19px;
    font-weight:bold;
    padding:28px 0 14px 0;
    text-transform:uppercase;
}
#nav-above,#nav-below {
	width: 570px;
}
table{
	background:#333;
	color:white;
}
table thead tr th{
	font-size:20px;
	line-height:24px;
	text-transform:uppercase;
	font-weight:bold;
	padding:7px;
}
td{
	width:33%;
	padding:7px;
	border:0px 1px solid white;
}
table{
	border:0;
}
td.col1,
th.col1{
	background:#800;
	margin:0 5px;
}

/*SPLASH*/

#splashcontainer{
/*	display:block; */
/*	float:left; */
/*	clear:both; */
/*	width:100%; */
	color:white;
	clear:none;
	float:left;
}
.splashcol{
	float:left;
	display:block;
	width:auto;
	max-width:30%
	margin:0px 4px;
/*	border: 1px black solid;*/
}
#splashcol1{
	margin:0px 4px 0px 0px;
}
.splashhead{
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
	padding:3px;
	background:#000;
	height:auto;	
}
.spacer{
	clear:both;
}
.splashrow{
	margin:8px 0px;
	padding:8px;
	font-size:13px;
}
.splashfirst{
	background:#c00;
}
.splashsecond{
	background:#000;
}
.splashthird{
	background:#333;
}
.splashrow a{
	display:block;
	height:100%;
	width:100%;
	text-decoration:none;
	color:white;
}
.TextFillOuter{
	white-space:nowrap;
	padding:3px;
	margin:3px;
	text-transform:uppercase;
	text-align:center;
	vertical-align:text-top;
}
.TextFillOuter span{
/*	display:block; */
/*	width:100%; */
} 

#rightcol{
	float:right;
	clear:right;
	width:200px;
	background:#800;
	color:white;
}

body {
  min-width: 785px;      /* 2x (LC fullwidth + CC padding) + RC fullwidth */
}
#main {
  padding-left: 200px;   /* LC fullwidth */
  padding-right: 325px;  /* RC fullwidth + CC padding */
  width: auto;
}
#container {
  width: 100%;
  padding: 0 30px 0 30px;		/* CC padding */
  position: relative;
  float: left;
  clear: none;
  margin: 0px;
}
#primary {
  width: 200px;         /* LC width */
  padding: 0px;		   	/* LC padding */
  right: 260px;         /* LC fullwidth + CC padding */
  margin-left: -100%;
  position: relative;
  float: left;
  clear:none;
}
#secondary {
  width: 250px;         /* RC width */
  padding: 0 5px 0 10px;			/* RC padding */
  margin-right: -325px;  /* RC fullwidth + CC padding */
  position: relative;
  float: left;
  clear: none;
}
#footer {
  clear: both;
}
/*** IE6 Fix ***/
* html #primary {
  left: 265px;           /* RC fullwidth */
}
#content{
	margin: 0;
	width: auto;
	padding: 0;
}


#secondary{
	background:#800;
	border: 0px;
	color: white;
	font-size: 12px;
	text-align: left;
	line-height:18px;
}
#secondary h4{
	text-transform:uppercase;
	font-weight:bold;
	padding: 10px 0;
	text-align:center;
}
#secondary a{
	text-transform:uppercase;
	font-weight:bold;
}
#secondary a:hover{
	text-transform:uppercase;
	font-weight:bold;
	background:white;
	color:red;
}
#secondary p{
	padding: 8px 0 8px 0;
	margin:0;
	border-bottom:0px solid white;
}

.home #content .sticky .entry-utility,
.home #content .sticky .entry-title,
.category-news #content .sticky{
	display:none;
}
.home #content .sticky{
	margin: 0px 0px 0px 0px;
	padding:0;
	border:none;
}
.entry-content table{
	background:none;
	color:black;
}
.entry-content table tr td{
	vertical-align:top;
}
.entry-meta{
	padding-bottom:10px
}
.meta-sep-entry-date,
.author,
.meta-prep-author,
.meta-prep-entry-date{
	display:none;
}
.home #content .sticky .entry-meta{
	display:none;
}
.navigation{
	margin:0px;
}
.pro-player-container{
	padding-bottom:15px;
}
.widget_text{
	padding-top:8px !important;
}
li.widget_twitter div ul li span.from-meta{
	display:none;
}
li.widget_twitter div ul li span.time-meta{
	font-size:50%;
	float:right;
	clear:none;
	margin-top:0px;
}
li.widget_twitter div ul li{
	clear: both;
	border-bottom:1px solid white;
	background: #800;
	overflow:hidden;
	color: white;
    text-transform:lowercase !important;
	line-height:17px;
	font-weight:300 !important;
}
li.widget_twitter div h3{
	float:right !important;
	clear:both;
	background:#800;
	width:100%;
	padding:5px 10px 2px 0px !important;
	border-bottom:1px solid white;
}
li.widget_twitter div h3:hover{
	background:#c00;
}
li.widget_twitter div ul li span.entry-content{
	float:right;
	padding:0px 0px 0px 0px;
	width:190px !important;
}