@import url(../thematic/library/styles/reset.css);
@import url(../thematic/library/styles/typography.css);
@import url(../thematic/library/layouts/2c-r-fixed.css);
@import url(../thematic/library/styles/images.css);
@import url(default.css);
@import url(../thematic/library/styles/plugins.css);
/*
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
Apply basic typography styles
Apply a basic layout
Apply basic image styles
Apply default theme styles and colors
Prepare theme for plugins*/
BODY
{
	font-family: Georgia, serif, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #282828;
	background: #E3E3E3;
}
#header
{
/*background:url(images/header_bg.jpg) top center no-repeat #111;*/
	background: #FFF;
}
#branding
{
	padding: 70px 0 50px;
	padding: 40px 0 20px;
/*border-top:7px solid #cc0000;*/
}
#blog-description
{
	display: inline;
	background-color: #E60;
	color: #FFFFFF;
	font-size: 18px;
	padding: 0 10px;
}
#blog-title
{
	margin-bottom: 0px;
	padding: 0 0 0 0px;
	text-align: left;
}
#blog-title A
{
	font-size: 80px;
	text-transform: uppercase;
	color: #E60;
}
#blog-title A:hover
{
	color: #CC0000;
}
#access
{
	border: none;
	height: 33px;
	background: #E60;
	font-size: 20px;
	border-top: 2px solid #198C16;
	border-bottom: 2px solid #198C16;
}
#container
{
	width: 590px;
	float: left;
}
#content
{
	margin: 0 0 0 30px;
	width: 565px;
	overflow: hidden;
}
#main
{
	padding: 30px 0;
	background: #FFF;
	border: 3px double #CCC;
	margin-top: 30px;
}
.hentry
{
	border-bottom: 3px double #CCC;
	margin-bottom: 30px;
}
.entry-utility
{
	margin-bottom: 0px;
}
.single .hentry
{
	padding-bottom: 30px;
}
/*** THEMATIC SKIN ***/
.menu
{
	background: none;
	height: 32px;
}
.sf-menu
{
	border: none;
	/*[disabled]float:right;*/
	text-align: center;
}
.sf-menu A
{
	border: none;
	padding: 6px 56px 7px 13px;
	text-decoration: none;
}
.ie7 .sf-menu A
{
	border: none;
	padding: 6px 13px 3px;
	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: #281;
	outline: 0;
	border: 0px solid #000000;
	color: #FAF9F9;
}
.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
{
	font-size: 16px;
	line-height: 23px;
}
.aside UL UL
{
	list-style: none;
	margin: 0 0 22px 20px;
}
.aside A
{
	text-decoration: underline;
}
.aside A:hover
{
	text-decoration: underline;
	color: #CC0000;
}
#primary, #secondary
{
	background: #F1F1F1;
	right: 30px;
	border: 3px double #CCC;
	padding: 18px 0 0;
	margin-bottom: 30px;
}
#primary H3, #secondary H3
{
	font-size: 20px;
	color: #111;
}
#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: 40px;
	line-height: 40px;
	color: #CCC;
}
.entry-title A
{
	color: #AAA;
}
/*=Comments
--------------------------------------------------------------*/
#comments
{
	padding: 22px 0 0;
	font-size: 15px;
	line-height: 18px;
}
#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;
}
#comments-list
{
	padding: 0 0 18px;
}
#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;
}
#comments-list LI
{
	background: #FAFAFA;
	border-bottom: 1px solid #E3E3E3;
	padding: 18px 1.5em 0;
	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;
}
#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;
	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;
	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;
	position: relative;
}
#comments-list #respond
{
	border-bottom: 1px solid #CCC;
	margin: 0 0 18px;
	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;
	width: 98%;
}
.form-section TEXTAREA
{
	width: 99%;
}
#form-allowed-tags P
{
	color: #666;
	font-size: 11px;
	margin: 0;
}
#form-allowed-tags SPAN
{
	font-style: italic;
}
.form-submit
{
	padding: 18px 0 0;
	text-align: right;
}
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;
}
.solo-subscribe-to-comments
{
	color: #666;
	font-size: 11px;
	padding: 18px 0 0;
}
.comment_license
{
	color: #666;
	clear: both;
	font-size: 11px;
	margin: 0;
	padding: 18px 0 0;
}
/************************** One Column CSS*/
.page-template-tpl_onecolum-php #container
{
	width: 900px;
}
.page-template-tpl_onecolum-php #content
{
	width: 900px;
}
/************************** archive page title*/
.archive H1.page-title
{
	font-size: 20px;
/*background:#f1f1f1;*/
	border-bottom: 3px double #CCC;
	padding: 0 0 15px;
	margin-bottom: 15px;
}
/************************** Search Widget*/
#s
{
	font-size: 15px;
	line-height: 18px;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 2px;
	width: 170px;
}
#searchsubmit
{
	border: none;
	padding: 2px;
	background: #111;
	color: #FFF;
	cursor: pointer;
	text-transform: uppercase;
	line-height: 18px;
}
