/*
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-r-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');

*:focus, a:hover { outline: thick solid #cc0000; } /* changed by adding this in */
a {text-decoration:underline;} /* changed by adding - no obvious effect but should catch any other links that appear. */


body{
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;  /* changed from Georgia, serif, Arial, Helvetica, sans-serif; */
	font-size: 62.5%; /* changed to override default */
	/* line-height:1em; /* changed to override default */
	color: #282828;
	background:#e3e3e3;

}
#header{
	/*background:url(images/header_bg.jpg) top center no-repeat #111;*/
	background:#111;
}
#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:2em; /* changed from 80px */
	/* text-transform:uppercase; changed by removing */
	color:#fafafa; /* changed from #fff */
	line-height:1.5em; /* added to override default */
}
#blog-title a:hover{
	color:#fafafa; /* changed from #cc0000 */
}

.skip-link {
    /* display:none;  /* changed */
   position : absolute; /* Forces it off-page */
   top: -999em;
   left : -999em;
}

#access{
	border:none;
	height:3.3em; /* was 33px */
	background:#cc0000;
	/* font-size:2.2em; /* changed from 20px */
	border-top:1px solid #ff0000;
	border-bottom:1px solid #aa0000;

}
#container {
    width:590px; /* changed to 900px from 590px; */
    float:left; /* changed from left */
}
#content {
    margin:0 0 0 30px;
    width:565px; /* changed from 565px to 865px; */
    overflow:hidden;
    float:none; /* changed by adding */
    
}
#main{
	padding:30px 0 30px 0;
	background:#fff;
	border:3px double #ccc;
	margin-top:30px;
        clear:none; /* changed by adding */
}


.hentry{
	border-bottom:3px double #ccc;
	margin-bottom:30px;
}
.entry-utility{
	margin-bottom:0px;
}
.entry-content {
    padding:22px 0 0 0;
    font-size: 1.4em; /* changed to override default */
    line-height: 1.5;    
}

.entry-content h2 {
    font-size:2.4em;
    line-height:1.5;
   	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;  /* changed from Georgia, serif, Arial, Helvetica, sans-serif; */
    font-style:normal;
    padding:28px 0 14px 0;
}
.entry-content h3 {
    font-size:2em; /* changed */
    line-height:1.5; 
   	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;  /* changed from Georgia, serif, Arial, Helvetica, sans-serif; */
    font-weight:bold;
    letter-spacing:0.05em;
}
.single .hentry{
	padding-bottom:30px;
}
/*** THEMATIC SKIN ***/
.menu{
	background:none;
	height:32px;
}
.sf-menu {
    border:none;
	float:right;
	text-align:center;
	font-size: 2em; /* changed by adding to replace 20px in access */
}
.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:			#fafafa; /*changed temp from #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;  /*changed from #fafafa originally #111 */
	outline:		0;  
	/* outline: thick solid #000; changed to this but then removed. */
    color: #fafafa; 
}


.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;
}

.entry-title a:focus, .entry-title a:hover {
	text-decoration: none; /* changed by adding this whole section becuase the entry title underline interferes with the border */ 
         border: thick solid #cc0000; /* changed by adding */
         outline: none; /* changed by adding */ 
}
.aside{
	font-size:1.6em;
	line-height:1.5;
        /* float:right; /* changed by adding */
}
.aside ul ul {
    list-style:none;
    margin:0 0 22px 20px;
}
.aside a{
	text-decoration:underline; /* changed from none */
}
.aside a:hover{
	text-decoration:underline;
	color:#cc0000;
}
.aside h3 a {
    text-decoration:underline; /* changed to override default */
}

/*
#index-top, #page-top {
             
             background:#fafafa;
	     width: 280px;
             float: right;
             height: 700px;
           }
*/



#primary, #secondary{
	background:#f1f1f1;
	right:30px;
	border:3px double #ccc;
    padding:18px 0 0 0;
    margin-bottom:30px;
    float:right; /* changed by adding */
   
    

}
#primary h3, #secondary h3{
	font-size:1.8em; /* changed from 20px */
	line-height:1.5; /* changed by adding */
	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:3.6em; /* changed from 58px */
	line-height:1.5; /* changed from 40px */
	color:#cc0000; /* changed from #ccc */
        padding-below: 20px;
        
}

.entry-title a{
	color:#cc0000; /* changed from #aaa */
	/* text-decoration: underline; /* changed by adding then removed again */
        text-decoration: none;
        border: thick solid #fff; /* changed by adding */
        border-bottom: thick solid #cc0000; /* changed by adding */
   
}

.entry-meta  {
    padding-top: 10px;
}

.entry-meta a {
    color:#666;
    text-decoration:underline; /* changed to override default */
}

.entry-utility a {
    color:#666;
    font-style:italic;
    text-decoration:underline; /* changed to override default */
}
/* =Comments
-------------------------------------------------------------- */

#comments {
    padding:22px 0 0 0;
    font-size:1.6em; /* changed from 15px */
    line-height:1.5;    
}
#comments input,
#comments textarea {
    font-size:1.6em; /* changed from 15px */
    line-height:1.5;
    border:1px solid #ccc;
    background:#f6f6f6;
}
#comments code {
    font-size:1em; /* changed from 12px */
    line-height:1.5;
}
#comments h3 {
    font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif; /* changed from Arial,sans-serif; */
    font-size:1.6em; /* changed from 15px */
    font-weight:bold;
    line-height:1.5;
    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:1.1em; /* changed from 11px */
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:underline; /* changed from none */
}

#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
.comment-reply-link {
    font-size:100%; /* changed from 11px */
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration: underline; /* changed from 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: underline; /* changed from 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:1.2em; /* changed from 11px */
    line-height:1.5; /* changed by adding */
    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:1.2em; /* changed from 11px */
    line-height:1.5; /* changed by adding */
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:1em; /* changed from 11px */
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
.form-submit {
    padding:18px 0 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:1em; /* changed from 11px */
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:1em; /* changed from 11px */
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:1em; /* changed from 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 */
.archive h1.page-title{
	font-size:2em; /* changed from 20px */
	/*background:#f1f1f1;*/
	border-bottom:3px double #ccc;
	padding:0 0 15px 0;
	margin-bottom:15px;
}
/************************** Search Widget */
#s {
    font-size:1em; /* changed from 15px */
    line-height:1.25em;
    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;
}

.page-title a {
    color:#666;
    text-decoration:underline; /* changed to override default of none */
    
    
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:underline; /* changed to override default */
}

.navigation a {
    color:#666;
    font-style:italic;
    text-decoration:underline; /* changed to override default */ 
}
