/*
Theme Name: Selkowitz
Theme URI: http://www.selkowitzco.com/
Description: Custom Child Theme for Selkowitz & Co.
Author: Jason Brantley
Author URI: http://www.axiscc.com.com/
Template: thematic
Version: 1.0
.
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
.
*/
 
@import url('../thematic/style.css');

/* 
-------------------------------------------------------------- */

body {
	background: #fff;
}

body, input, textarea {
    font: 13px Verdana, Geneva, sans-serif;
    line-height:18px;
}

hr {
	margin-bottom: 25px;
}

#branding {
    padding: 0 0 0 0;
}
#header {
    background:#689AD3;
}

#blog-title {
    font-size:40px;
	font-family:Verdana, Geneva, sans-serif;
    line-height:54px;
    font-weight:bold;
	font-style:italic;
    letter-spacing:-1px;
    padding:20px 0 0 0;
    border-bottom:1px solid #04376C;
}

#blog-title a {
    color:#04376C;
    text-decoration:none;
}

#blog-title a:active,
#blog-title a:hover {
    color: #FFF;
}
#blog-description {
    font-style:italic;
	font-weight: bold;
	font-size:16px;
    padding:8px 0 33px 0;
    color:#fff;
}

#main {
	width:940px;
    clear:both;
    padding:36px 0 12px 0;
}

.sf-menu li {
	background:	#04376C;
}
.sf-menu li li {
	background:	#04376C;
}

.sf-menu li li li {
	background: #04376C;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour, top level text color*/
	color:	#fff;
	font-weight: bold;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, sf menu:active, .sf-with-ul:active, .sf-with-ul:hover {
    background:     #fff;
	outline:		0;
	color: #000;
}

.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
	background: #fff;
    border-bottom-color:#fff;
	color: #000;
}

.sf-menu .current_page_parent a {
	color: #000;
}

.sf-with-ul li:hover {
	color: #000;
	background: #093;
}

.sf-with-ul li {
	color: #000;
	background: #093;
}

.sf-menu .current_page_item a:hover, sf-menu .current_page_item a:active, sf-menu .current_page_item a:focus {
	color: #000;
}

.sf-menu .current_page_ancestor a { /*Top level Tab state when sublevel is active page*/
	background: #fff;
	color: #000;
}

.sf-menu li li .current_page_ancestor a { /*Top level Tab state when sublevel is active page*/
	background: #04376C;
	color: #fff;
}

.sf-menu .current_page_ancestor a:hover {
	background: #04376C;
	color: #fff;
}

.sf-menu ul {
    background: #04376C;
}

.sf-menu ul a {
    background: #04376C;
}

.sf-menu ul a:hover {
    color: #000;
}

.sf-menu li.sfHover a {
	color: #000;
}

.sf-menu li li.sfHover a {
	color: #fff;
}

.sf-menu li.sfHover a {color: #000;}

.sf-menu li.sfHover ul li a {color: #fff;}

.sf-menu li.sfHover ul li a:hover {color: #000;}

.sf-menu li.current_page_item a:hover {color: #fff;}

.sf-menu li.current_page_parent ul li a {color: #000;}

.sf-menu li.current_page_parent ul li a:hover {color: #fff;}

h1.entry-title {
	display: none;
}

.entry-content {
    padding:0 0 0 0;
}

.narrowcontent {
	width: 740px;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
    background:#04376C;
    color:#fff;
    padding:0 0 0 0;
    border-top:1px solid #000;
	border-bottom:1px solid #000;
}
#footer a {
    color:#fff;
}

#siteinfo {
    color:#fff;
    font-size:11px;
    line-height:18px;
    padding: 4px 0 6px 0;
}

/* =2c-r-fixed.css
-------------------------------------------------------------- */

.main-aside {
	display:none;
}

#content {
    margin:0 0 0 0;
    width: 900px;
	overflow:hidden;	
}

.clear {
	clear:both;
}
