/*   
Theme Name: Thematic Kotsubynske Blog
Theme URI: 
Description: Use the Thematic Power Blog Theme to ramp up the power of your WordPress blog.
Author: ze_alex
Template: thematic
Version: 1.1
.
Other info ./
.
*/




/* 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');



/* Redefine */

#header{
	
	/* background:#D7F2D4; */
	background:#F3F6F3;
}

#branding{
	
	padding:48px 0 44px 0;
}

#blog-title{
	
	text-shadow:1px 1px 1px #fff;
}

#blog-description{
	
	text-shadow:1px 1px 1px #fff;
	font-size:18px;
}

/* white back on head category menu */
#category-access{
	
	background-color:#fff;
}


/* 
 * Hide unused items (EMAIL, WEB PAGE)
 * + set white back on comments form 
 * 
 */
#form-section-url, #form-section-email{
	display:none;
}
#respond{
	background-color:#F3F6F3;
}


#wrapper{
	background:#F3F6F3;
}

#main{
	
}

#footer{
	
	background:#F3F6F3;
}








/* Styles for Head Image Slides block */

#div_image_slides{
	
	width:100%;
	height:180px;
	overflow:hidden;
	margin:0px auto 10px;
	text-align:center;
	cursor:pointer;
	
	border-top:4px solid #D7D7D7;
	border-bottom:4px solid #D7D7D7;
	
	background:none;
}

#div_image_slides.loading{
	
	/* background:url(images/bg/ajax-loader.gif) center no-repeat; */
	background:url(images/bg/ajax-loader-round.gif) center no-repeat;
}



#img_image_slides{
	
	position:relative;
	
	border:0px;
	width:940px;
	
	margin:0px auto;
	
	border:0px solid #D7D7D7;
	
	/* background:url(images/headslides/slide_2.jpg) center repeat-x; */
}

#imageSlideNav{
	
	width:940px;
	margin:0px auto 60px;
	
	text-align:right;
}

#imageSlideNav .next{
	
	text-shadow:1px 1px 1px #fff;
	cursor:pointer;
}

#imageSlideNav .over{
	
	
}

#imageSlideNav .over span{
	
	text-decoration:underline;
}

#imageSlideNav .open{
	
	text-shadow:1px 1px 1px #fff;
	display:none;
	float:left;
}








/* Category Menu  */

#category-access {
    border-bottom:1px solid #ccc;
    height:32px;
    font-size:13px;
    padding:11px 0;
    overflow:visible; 
    z-index:150;
}
/* uncomment the following two selectors in case your category list wraps into a second row
#category-access {
	height: 96px;
}

body.ie7 #category-access {
		height: 64px;
}
*/
.menu-title {
    color:#666;
    float:left;
    font-style:italic;
    line-height:32px;
    margin-right:10px;
}
#category-access .sf-menu {
    border-color:transparent;
}
#category-access .sf-menu a {
    border:1px solid transparent;
    margin-right:3px;
}
#category-access .sf-menu li:hover, #category-access .sf-menu li:hover a,
#category-access .sf-menu li.sfHover, #category-access .sf-menu li.sfHover a,
#category-access .sf-menu a:focus, #category-access .sf-menu a:hover, #category-access .sf-menu a:active {
    background:     #fafafa;
	outline:		0;
    border-color:#ccc;
}
#category-access .sf-menu ul a {
    background:#fafafa;
    border-color:#ccc;
    border-right:none;
	border-bottom:none;
	margin-right:0;
}





/* Style a search bar */

#search .widgettitle label{
	
	display:none;
}

input#s{
	
	width:262px;
}

input#s:focus{
	
}

input#searchsubmit{
	
	
}

input#searchsubmit:hover{
	
	
}




/* FOOTER styles */

.footerCopyright{
	
	background:#F3F6F3;
	
	padding-top:10px;
	padding-bottom:15px;
}

.footerCopyright .copy{
	
	width:940px;
	
	margin-left:auto;
	margin-right:auto;
	
	padding:5px 10px 5px 10px;
	
	font-size:12px;
	color:#333;
	
	border-radius:7px;
	border:1px solid #acacac;
	
	cursor:pointer;
}


.footerCopyright .full{
	
	display:none;
}













