/*
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');

body{
	font-family:Lucida Grande, Lucida Sans Unicode, Tahoma, Geneva;
	font-size:14px;
	line-height:1.4em;
	color: #212121;
	background:#e3e3e3;
}
#header{
	/*background:url(images/WebHeaderOutl.jpg) top center no-repeat #111;*/
	background:#ffffff;
}
#branding{
	padding:0px 0 0px 0;
	/*border-top:7px solid #cc0000;	*/
}
#blog-description{
        font-family: font-family:Lucida Grande, Lucida Sans Unicode, Tahoma, Geneva;
	font-face: ;
        font-size: 20px;

}
#blog-title{
	margin-bottom:0px;
	padding:0 0 0 0px;
	text-align:left;
}
#blog-title a {
        font-family: Cambria, Georgia, serif;
	font-size:64px;
        font-face: normal;
        font-style: normal;
	text-transform:NONE;
	color:#212121;
}

#blog-title a:hover {
color:#00A160;
}

#access{
	border:none;
	height:40px;
	background:#00A160;
	font-size:20px;
	border-top:0px solid #;
	border-bottom:2px solid #e3e3e3;
}
#container {
    width:590px;
    float:left;
}
#content {
    margin:0 0 0 30px;
    width:565px;
    overflow:hidden;
}
#main{
	padding:30px 0 30px 0;
	background:#fff;
	border:3px double #ccc;
	margin-top:30px;
}
.hentry{
	border-bottom:0px 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;
	float:right;
	text-align:left;
}
.sf-menu a {
        font-size:16px;
	border:none;
	padding:12px 13px 8px 13px;
	text-decoration:none;
}
.ie7 .sf-menu a {
	border:none;
	padding:12px 13px 4px 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: #00A160;
	outline:		0;
	border:none;
	color:#ffffff;
}
.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:#ffffff;
}
.sf-menu ul a:hover {
    color: #00A160;
}
a:hover, .entry-title a:active, .entry-title a:hover {
	color:#00A160;
        font-weight: bold;
}
.aside{
        Lucida Grande, Lucida Sans Unicode, Tahoma, Geneva;
	font-size:16px;
	line-height:30px;
}
.aside ul ul {
    list-style:none;
    margin:0 0 22px 20px;
}
.aside a{
	text-decoration:none;
        color:#2D589B;
}
.aside a:hover{
        color: #00A160; 
	text-decoration:underline;
}

.aside h3 a:hover {
        color: #00A160; 
	text-decoration:underline;
}

#primary, #secondary{
	background:#f1f1f1;
	right:30px;
	border:3px double #ccc;
        padding:18px 0 0 0;
        margin-bottom:30px;
}
#primary h3, #secondary h3{
        font-family: georgia, cambria, serif; 
	font-size:20px;
	color:#212121;
        padding-bottom: 8px;
}
#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-family: georgia, cambria, serif;
	font-size:32px;
	line-height:44px;
	color:#212121;
        padding: 0 0 2px;
}
.entry-title a{
	color:#212121;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
    padding:22px 0 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:Lucida Grande, Lucida Sans Unicode, Tahoma, Geneva, 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: #00A160;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#00A160;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #00A160;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#00A160;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
color:#00A160;
}
.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:#00A160;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    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 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 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 */
.archive 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:15px;
    line-height:18px;
    border:1px solid #333333;
    background:#fff;
	padding:2px;
	width:170px;	
}
#searchsubmit{
	border:1px #333;
	padding:2px;
        color:#00A160;
	color:#333;
	cursor:pointer;
	text-transform:uppercase;
	line-height:18px;
}

/*SANDY CUSTOM PART 1*/
body {	
	font-size:14px;
	line-height:1.4em;
	color: #212121;
	background:#e3e3e3;
}

#content .aside h3 {
font-size:32px;
line-height: 44px;
font-weight:normal;
padding:0 0 14px;
text-transform:none;
color:#212121;
}

#primary h3, #secondary h3 {
color:#212121;
font-size:32px;
font-weight:bold;
line-height: 1.2;
font-style: normal;
}

.aside h3 {
color: #212121;
font-size:14px;
font-style:italic;
line-height:22px;
}

/*SANDY CUSTOM 2 */
.hentry {
border-bottom:1px solid #ffffff;
margin-bottom:30px;
}

.wp-table-reloaded td {
font-size:16px;
}

.aside, .aside input {
font-size:16px;
line-height:34px;
}

/* SANDyCUSTOM PART 3 */

#page-24 h3 {display:none;}

.entry-content {
font-size: 14px;
line-height: 1.4em;
padding:4px 0;
}

.entry-content h2 {
font-family:Lucida Grande, Lucida Sans Unicode, Tahoma, Geneva,sans-serif;
font-size:20px;
font-weight:bold;
padding:4px 0;
}

/* SANDY CUSTOM PART 4 */
.aside ul ul {
    list-style:none;
    margin-left: 6px;
}

.aside ul ul li {
    list-style:none;
    border-bottom: 1px solid #333;
    line-height: 1.1em;
    margin-bottom: 8px;
}

.navigation a {
color:#00A160;
font-weight:bold;
font-style:italic;
text-decoration:none;
font-size:16px;

/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #00A160;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
text-decoration: underline;
}
.aside {
    color:#666;
}
.aside a {
color:#2D589B;
}
.aside a:active,
.aside a:hover {
text-decoration: underline;
}
.aside h3 {
    font-size:15px;
    font-style:italic;
    line-height:22px;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 22px 20px;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
/*
    Main Asides
*/
.main-aside ul {
    padding:0 20px;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
#primary {
    border:1px solid #666;
    padding:18px 0 0 0;
    margin-bottom:22px;
}
/*
    Content Asides
*/
#content .aside {
    border:1px solid #666;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
line-height:22px;
margin:0 0 12px;
overflow:hidden;
}

.navigation a: hover {
color:#2D589B;
text-decoration: underline;
font-weight:bold;
font-size:16px;
line-height:22px;
font-style:italic;
text-decoration: underline;
margin:0 0 8px;
overflow:hidden;
}

.sf-menu {
	float:LEFT;
}

.entry-utility .tag-links {display: none;}

.entry-meta a:active, .entry-meta a:hover {
color:#2D589B;
      text-decoration: underline;
]