/*   
Theme Name: SallyKolar-atic
Theme URI: 
Description: Thematic Child Theme.
Author: Evan Mullins
Author URI: http://circlecube.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* 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 */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

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

body{
	color:#eee;
	-x-system-font:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:22px;
	background: /*url(images/background.jpg) center bottom no-repeat*/ #000;
}
#wrapper {  }
h1, h2, h3, h4, h5, h6{
	font-family: Georgia, Times, serif;
}
tr {
	border-bottom:1px solid #000;
}
.aside thead, .aside tr, .aside td, .aside tfoot {
	border-color: #EEE;
}

#access { border: 0px none; background: url(images/bg_333_50.png) repeat 0 0; height:40px;}

/*** SallyKolarATIC SKIN ***/
.sf-menu {
    border: 0px none;
	float:left;
}
.sf-menu a {
    border: 0px none;
	padding:13px;
	text-decoration:none;
	color:#EEE;
	text-transform: uppercase;
	font-size: 14px;
	text-shadow:1px 1px 3px #ffffbe;
	z-index:10;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border: 0px none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#EEE;
}
.sf-menu li {
	background:transparent; float:left; 
}
.sf-menu li li {
	background: url(images/bg_333_50.png) repeat 0 0; width: 15em;
}
.sf-menu ul div.col { float:left; width: 15em !important; border-top: 1px solid #666; }
.sf-menu li li li {
	background: url(images/bg_333_50.png) repeat 0 0;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background: url(images/bg_333_75.png) repeat 0 0;
	color: #FFF;
	text-shadow:1px 1px 5px #ffffbe;
	outline:		0;
    border:0 none;
}
.sf-menu li:hover, .sf-menu li.sfHover {
	background: url(images/bg_333_50.png) repeat 0 0;
}
.sf-menu ul {
    border:0 none; z-index: 100;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:40px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:transparent;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #FFF;
}
.sf-menu ul.mm-1 { width: 15em !important; }
.sf-menu ul.mm-2 { width: 30em !important; }
.sf-menu ul.mm-3 { width: 45em !important; }
.sf-menu ul.mm-4 { width: 60em !important; }



.crown-aside {
	color:#ccc;
}
input, textarea{
	background: #111;
	color: #eee;
	border:1px #ccc solid;
}
input#s{
	width: 95%;
	padding: 4px 10px;
	font-weight: normal;
	border:1px #999 solid;
	color: #999;
}



#commentform .form-section{ background:url("images/bg_333_50.png") repeat scroll 0 0 transparent;border:0 none; height:20px; margin:10px 0; padding:10px; }
#commentform .form-section .form-label { float:left; height: 20px; width: 100px; text-align:right; padding: 0 20px 0 0;}
#commentform .form-section .form-input { margin: -5px 0; float:left; }
.form-section label { font-size: 14px; }
.form-section input { width:250px; border-width: 0 0 1px 0; padding: 5px 10px; }
.form-section textarea { width:350px; border-width: 0 0 1px 0; padding: 5px 10px; }
#form-section-author, #form-section-email, #form-section-url {  }
#commentform #form-section-comment { height: 175px; }
#commentform input#submit{ cursor:pointer; background:url("images/bg_333_50.png") repeat scroll 0 0 transparent; height:40px; padding:10px 20px; font-size: 15px; }
#commentform input#submit:hover{ cursor:pointer; background:url("images/bg_333_75.png") repeat scroll 0 0 transparent; }

table { border: 0 none; }

#header {
	border-top:0px solid #CCCCCC;
}
#branding {
	margin-bottom:10px;
	padding:0;
	height: 80px;
	width:960px;
}
#blog-title a { display: block; width: 580px; height: 80px; text-indent:-999em; background:url(images/logo.jpg) no-repeat 0 0; margin:5px 0px; }
#blog-title, #blog-description{
	float:left;display: block; width: 580px; height: 80px; margin:0; padding:0;
}
#blog-description { text-indent: -999em; height: 0; display:none; }
#header #header-aside { width: 270px; float:right; margin:0; padding:0 10px; }
#header-aside .phone { font-size: 24px; margin: 7px 0; float:right; }
#header-aside #search label { display:none; }

#main {
	padding:22px 0;
}

.main-aside { right:0; width: 320px; float:right; }
.main-aside ul {padding: 0 0 0 30px;}
#container { width: 640px; float:left; }
#content { width: 600px; margin: 0 10px; }

.entry-title a {
	color:#FFFFFF;
}
.entry-utility {
	color:#bbb;
}
.entry-content{
	width: 550px;
}

.galleries { width: 320px; }
.galleries .gallery{
	text-align:center;
	font-size:.82em;
	float:left;
	border: 0 none;
	width: 95px;
	margin-bottom:0px;
	padding-bottom: 10px;
}
.galleries .gallery:hover{ background: url(images/bg_333_50.png) repeat 0 0; }
.galleries .gallery img {
	border:2px solid #FFFFFF;
	margin:12px 12px 0;
	padding:0;
}
.gallery-inline .galleries { width: 572px; } 
#primary {
	border:0 none;
}

#primary .item{	margin: 0 0 22px; padding: 10px; clear:both; }
#primary .item:hover { background: url(images/bg_333_50.png) repeat 0 0; }
#primary .social{
	display:inline;
	margin:0 8px 0 0;
}
#primary .social img { width: 54px; height: auto; -ms-interpolation-mode: bicubic; }

#primary .recent ul{
	list-style: none;
}
#primary .recent .post {
	float: left;
	margin: 2px 0;
	padding: 8px;
}
#primary .recent .post:hover {
	background:#111111 none repeat scroll 0 0;
}
#primary .recent img.thumbnail{
	float:left;
	margin: 0 10px 0 0;	
}
#primary .recent h3 {
	font-weight:bold;
	font-size:1.1em;
	margin:0 0 2px;
	clear: none;
}
#primary .recent {
	font-size:0.9em;
	line-height:1.4em;
	margin:0;
	padding:0;
}

#primary .yd_rp_widget {
	font-size: 12px;	
	line-height: 16px;
}
#primary .yd_rp_widget h4 {
	font: bold 14px Arial, Helvetica, sans;	
	display: block;
	clear: both;
	font-style:italic;
	margin-bottom: 6px;
}
#primary .yd_rp_widget h4 a { text-decoration: none; }
#primary .yd_rp_excerpt { margin: 6px 0 12px; }
#primary .yd_rp_widget img {
	width: 75px;
	height: 75px;
	float: left;
	padding: 10px 10px 0 0;
}
#primary .yd_rp_widget ul { padding: 0px; margin: 0;}
#primary .yd_rp_widget ul li { padding: 5px; margin: 0 0 12px; }
#primary .yd_rp_widget ul li:hover { background: url(images/bg_333_50.png) repeat 0 0; }
.home #content .sticky {
	border:0px solid #CCCCCC;
	margin:0 0 66px;
	padding:22px 0 0;
}
#comments-list ol {
	border-color:#222 #222 -moz-use-text-color;
	border-style:solid solid none;
	border-width:1px 1px medium;
	margin:0 0 18px;
}
#comments-list li {
	background:#111 none repeat scroll 0 0;
	border-bottom:1px solid #222;
	padding:18px 1.5em 0;
	position:relative;
}
#comments-list li.alt {
	background:#000 none repeat scroll 0 0;
}
#comments-list li.bypostauthor {
	background-color:#222;
	border:3px double #444;
}
#respond {
	background:#000 none repeat scroll 0 0;
	margin-bottom:22px;
	overflow:hidden;
	padding:18px 0 0;
	position:relative;
}
#form-allowed-tags{
	display:none;
}

#tier { width: 960px; height: 420px; }
#tier ul { list-style:none; margin:0;padding:0; }
#slideshow { width: 660px; float:left; text-align: center; margin: 0px; z-index:1; list-style:none; height: 402px; }
#slideshow li img { padding: 16px; background: url(images/bg_333_50.png) repeat 0 0; float:left; z-index:1;}

#cycle-nav { margin:356px 0 0 356px; position:absolute; width:280px; z-index:100; }
#cycle-nav a { width: 16px; height: 16px; margin: 0 8px; background: url(images/bg_333_50.png) repeat 0 0; text-indent: -999em; display:block; float:left; border: 1px solid #999; }
#cycle-nav a:hover, #cycle-nav a.activeSlide { background: url(images/bg_333_75.png) repeat 0 0; border: 1px solid #ddd;}

#buttons { width: 300px; float:right; list-style: none; margin:0; padding:0; }
#buttons li a { float:left; width: 300px; background: url(images/bg_333_50.png) repeat 0 0; margin: 0 0 20px 10px; text-decoration: none; }
#buttons li a img { float:left; padding: 10px;  }
#buttons li a span { float:left; padding: 30px 0; font-size: 24px; text-transform: uppercase; color: #fff; font-family: Verdana, Geneva, sans-serif;  }
#buttons li a:hover { background: url(images/bg_333_75.png) repeat 0 0; }
.page-template-template-home-php #content { margin:0; width: 660px; }
.page-template-template-home-php #primary { padding: 0; }

#footer { border:0 none; }
