/*
Theme Name: Byty
Theme URI: http://cozmoslabs.com/byty-theme
Description: Built on Thematic Theme
Author: Cristi Antohe
Author URI: http://cozmoslabs.com/
Template: thematic
Version: 0.4
.
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/3c-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');

/*@import url('../thematic/style.css');
@import url('../thematic/library/layouts/3c-r-fixed.css');*/

/* Plugin Specific */
@import url('extra.css');

body{

		background-color:#fff;
	text-align: center;
	color:#000000;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	line-height: 26px;
	font-size:11pt;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	clear: none;
}
h1 span{
	text-transform:none;
}
#wrapper{
	width: 1024px;
	margin:0 auto;
	text-align: left;
		background-color:#FFF;
}
#header {
	background:url(images/header_bk.jpg) top left no-repeat;
	height:150px;
	z-index: 2;
	width:1024px;

	/*overflow:hidden;*/
}
#branding{
	/*display:none;*/
}
#blog-description{
	position:absolute;
	top:10px;
	padding:0 0 0 10px;
	margin:0;
	border:none;
	color:#989796;
	
}
#blog-title{
	/*background:url(images/logo.gif) 0px 63px no-repeat;*/
	/*width:205px;*/
	height:83px;
	text-indent:0px;
	padding:0px;
	padding-top:60px;
	border:none;

}
#blog-title a{
	display:block;
	height:60px;
	font-size:60px;
	color:#2772b3;
	font-family:"Trebuchet MS";
	font-weight:normal;
	/*filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity:0;*/
}
/******************************************** Ad areas */
#top_ad{
	display:none;
	width:728px;
	height:90px;
	position:absolute;
	top:46px;
	left:50%;
	margin-left:-245px;
	/*background:#2772b3;*/
}

/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}


#access {
	
	height:39px;
    font-size:14px;
    z-index:100;
	top:115px;
	width:85%;
	float:right;
	text-align:right;
	margin-right:80px;
	
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	

}
.sf-menu {
	line-height:	1.0;

	


}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
	
}
.sf-menu ul li {
	width:			100%;
	
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
	float:right;
	
}
.sf-menu a {
	height:25px;
	padding:8px 12px 0 12px;
	text-decoration:none;
	background-image:url(images/nav_bk.jpg);
	background-repeat:repeat;
	text-shadow: 1px 2px 0px #ffae00;
}

.sf-menu a:hover {
	height:25px;
	padding:8px 12px 0 12px;
	text-decoration:none;
	background-image:url(images/nav_bk2.jpg);
	text-shadow: 1px 2px 0px #ffcc00;
	background-repeat:repeat;
}



.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*/
		font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:13pt;
	color:			#000000;
}
.sf-menu li {
		margin-top:10px;
			border:4px solid #000000;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;
	margin-left:4px;
	margin-right:4px;
}
.sf-menu li li {
}
.sf-menu li li li {

}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}
.sf-menu ul {
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:39px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#336aa0;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #fff;
}

/*************************************** LOGO  */
#logo h1{
	/*display:none;*/
}

/*********************************************  MAIN CONTENT */
#main{
background-image:url(images/main_bk.jpg);
	background-repeat:no-repeat;
	background-color:#FFF;
	padding:0px 10px 20px 20px;
	width:auto;
	height:1%;
}
#container{width:600px; margin-top:20px; margin-right:50px; padding-left:20px;}
#content{
	padding:0 0px 0 0;
}
/*********************************************************** post */
.post{

	margin:0px;
	padding:0px;
}
h1.entry-title, h2.entry-title{
	margin-top:0;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:none;
	color:#000;
	text-shadow: 1px 2px 1px #ccc;
	font-size:18pt;
	font-weight:bold;
}
h2.entry-title a{
	color:#000;
}
h2.entry-title a:hover{
	text-decoration:none;#
	color:#333;
}
a.more-link{
	background:url(images/read_more.gif) top left no-repeat;
	width:89px;
	height:22px;
	padding:2px 0 0 0;
	text-align:center;
	float:right;
}
a.more-link:hover{
	background:url(images/read_more_o.gif) top left no-repeat;
	text-decoration:none;
	color:#1b5185;
}
div.entry-utility{
	margin-top:5px;
	clear:both;
	border:1px solid #e6e5e5;
	padding:2px;
	background:#fff;
	width:760px;
}
span.comments-link a{
	color:#da7f13;
}
.hentry ol{
	list-style-position:inside;
}
.hentry ul{
	list-style-position:inside;
}
/*********************************************************** columns */



#primary{
	width:260px;
	float:left;
	margin-left:10px;
	margin-top:30px;

}



#secondary{
	width:200px;
	float:left;
	display:
}
.aside ul.xoxo{
	list-style:none;
	padding:0;

}
.aside ul.xoxo li{
	padding:0;
	margin:0;
	
}
.aside ul.xoxo li{
	margin-top:10px;
}
.aside ul.xoxo li h3{
	color:#da7f13;
	background:url(images/side_header.gif) top left repeat-x #f2f2f2;
	height:22px;
	padding:6px 0 0 10px;
}
.aside ul.xoxo li#rss-links h3{
	color:#da7f13;
	background:url(images/rss_bg.gif) top left repeat-x #f2f2f2;
	height:22px;
	padding:6px 0 0 25px;
}
.aside ul.xoxo li ul{
	list-style:none;
	padding:0;
	margin:0;
}
.aside ul.xoxo li ul li{ 
	list-style:none;
	padding:0;
	margin:0;
	border-top:1px solid #fff;
	border-bottom:1px solid #e6e5e5;
	border-left:none;
	border-right:none;
}
.aside ul.xoxo li ul li.recentcomments{
	padding:2px 20px 2px 10px;
/*
	border-top:1px solid #fff;
	border-bottom:1px solid #e6e5e5;	
*/
}
.aside ul.xoxo li ul li.recentcomments a{
	display:inline;
	color:#2772b3;
	text-decoration:none;
	border:none;
	padding:0;
}
.aside ul.xoxo li ul li.recentcomments a:hover{
	color:#000;
	text-decoration:underline;
	background:none;
}

.aside ul.xoxo li ul li a{
	background:#f1f1f1;
	display:block;
	padding:2px 2px 2px 10px;
/*
	border-top:1px solid #fff;
	border-bottom:1px solid #e6e5e5;
*/
	text-decoration:none;
}
.aside ul.xoxo li ul li a:hover{
	background:#d2d2d2;
	color:#000;
	text-decoration:none;
}
.aside ul.xoxo li ul li.cat-item a{
	display:block;
	color:#2772b3;
	text-decoration:none;
/*
	border-top:1px solid #fff;
	border-bottom:1px solid #e6e5e5;
*/
	padding-left:35px;
	background:url(images/folder-ico.gif) center left no-repeat #f1f1f1;
}
.aside ul.xoxo li ul li.cat-item a:hover{
	background:url(images/folder-ico.gif) center left no-repeat #d2d2d2;
	color:#000;
	text-decoration:none;
}


/***************************************************************** Contact */
.wpcf7-form-control-wrap input, textarea{
	font-family:Verdana, Geneva, sans-serif;
	width:250px;
	padding:2px;
	border-top:2px solid #ccc;
	border-left:2px solid #ccc;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
}

.contact_button{
	margin-bottom:10px;
	margin-left:0px;
color:#08233e;
font:14pt Futura, ‘Century Gothic’, AppleGothic, sans-serif;
padding:0px 10px 0px 10px;
background:url(../site_images/overlay.png) repeat-x center #ffcc00;background-color:rgba(255,204,0,1);
border:1px solid #ffcc00;
-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;
border-bottom:2px solid #9f9f9f;
-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
cursor:pointer;
}
/***************************************************************** Search */


#search_header {
	width:290px;
	height:20px;
	margin-top:10px;
	margin-left:580px;


}

#searchform div{
	padding:0 14px 0 7px;


}
#searchform div input#s{
	font-family:Verdana, Geneva, sans-serif;
	width:185px;
		border-top:2px solid #ccc;
	border-left:2px solid #ccc;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
}


#searchsubmit {
	margin-bottom:10px;
	margin-left:10px;
color:#08233e;
font:9pt Futura, ‘Century Gothic’, AppleGothic, sans-serif;
padding:0px 2px 0px 2px;


}
 /************************************** no results searchform */
 
 #noresults-searchform div{
	padding:0 14px 0 0px;


}
#noresults-s{
	font-family:Verdana, Geneva, sans-serif;
	width:185px;
	border-top:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}


#noresults-searchsubmit {
	margin-bottom:10px;
	margin-left:10px;
color:#08233e;
font:9pt Futura, ‘Century Gothic’, AppleGothic, sans-serif;
padding:0px 2px 0px 2px;
background:url(../site_images/overlay.png) repeat-x center #ffcc00;background-color:rgba(255,204,0,1);
border:1px solid #ffcc00;
-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;
border-bottom:1px solid #9f9f9f;
-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
cursor:pointer;
}








/***************************************************************** Tag Cloud */
.aside ul.xoxo li#tag_cloud{
	padding:10px;
}
.aside ul.xoxo li#tag_cloud h3{
	color:#da7f13;
	background:url(images/side_header.gif) top left repeat-x #f2f2f2;
	height:22px;
	padding:7px 0 0 10px;
	margin:-10px -10px 0 -10px;
}
.aside ul.xoxo li#tag_cloud a{
	font-size:18px;
}
/***************************************************************** Calendar */
#calendar{
	background:#fff;
}
#calendar_wrap{
	padding:0 0 0 12px;
	/*background:#fff;*/
}
#wp-calendar{
	/*border-collapse:collapse;*/
}
#wp-calendar tr th{
	padding:0 5px;
	margin:0;
	border:1px solid #e6e5e5;
}
#wp-calendar tr td{
	padding:0 5px;
	margin:0;
	border:1px solid #e6e5e5;
}
/*********************************************************** Comments */
#comments{
		width:785px;
	border:1px solid #e6e5e5;
	background:#f1f1f1;
	padding-top:0px;
}
#comments .comment-meta a{
	color:#2772c8;
}
#comments .comment-author a{
	color:#2772c8;
}
#comments h3{
	color:#323232;
	font-size:20px;
}
#comments li.comment{
	margin-bottom:10px;
	border:1px solid #fff;
	background:url(images/comment.gif) top left repeat-x #e3e3e3;
	color:#323232;
}
#comments li.alt{
	background:url(images/comment_alt.gif) top left repeat-x #eae9e9;
}
#comments li.bypostauthor{
	background:url(images/bypostauthor.jpg) top left repeat-x #d8ebf7;
	color:#323232;
}
#respond{
	margin-bottom:10px;
	border:1px solid #fff;
	background:url(images/comment.gif) top left repeat-x #e3e3e3;
	color:#323232;
}
#respond input{
	font-family:Arial, Helvetica, sans-serif;
}
#respond textarea{
	font-family:Arial, Helvetica, sans-serif;
}
/***********************************************************  FOOTER  */
#footer{
	border:none;
	height:88px;
	width:1024px;
	padding:0;
	padding-top:30px;
	margin:0;
	color:#ffffff;
	background:url(images/footer_bk.jpg) top left no-repeat;}
#footer a{
	color:#ffffff;
}
#footer a:hover{
	color:#000;
}
#subsidiary{

}
#siteinfo{
	text-align:left;
	width:800px;
	color:#fff;
	padding:10px 0 0px 60px;
	float:left;
	
}
#siteinfo a{
	color:#fffs;
	font-style:normal;
}

#siteinfo a:hover{
	color:#dc9722;
		text-decoration:underline;}
#ll{}

.footer_nav {
	font-size:10pt;
	line-height:20pt;
}


div#textwidget {
	float:left;
}

