/*
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.3
.
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');

/*@import url('../thematic/style.css');
@import url('../thematic/library/layouts/3c-r-fixed.css');*/

/* Plugin Specific */
@import url('extra.css');

html {
	height: 100%;
}
body{
	height: 100%;
	text-align: center;
	color: #3b3b3b; /* #494a4b; */
	font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	/* Georgia,"Times New Roman","Bitstream Charter",Times,serif; */
	font-size: 9pt;	
	line-height: 18px;
	padding-bottom: 1px !important; 
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	clear: none;
}

.entry-content h2 {
	margin:0 0 6px;
}

h1 span{
	text-transform:none;
}
#wrapper{
	width: 1000px;
	background:url(images/wrapper_bg.gif) top left repeat-y;
	margin: 0 auto;
	text-align: left;
	border:none;
}
#header {
	background:url(images/header_bg.jpg) top left no-repeat;
	height:163px;
	/*overflow:hidden;*/
}
#branding{
        width: 400px;
        margin-left: 13px;
	/*display:none;*/
}
#blog-description{
	position:absolute;
	top:10px;
	padding:0 0 0 10px;
	margin:0;
	border:none;
	color:#333333;
}
#blog-title{
	/*background:url(images/logo.gif) 0px 63px no-repeat;*/
	/*width:205px;*/
	height:52px;
	text-indent:0px;
	padding:0px;
	padding-top:60px;
	border:none;
}
#blog-title a{
	display:block;
	height:30px;
	font-size:30px;
	color:#333333;
	font-family:"Trebuchet MS";
	font-weight:normal;
	/*filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity:0;*/
}

/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
	height:39px;
    font-size:11px;
    overflow:visible;
    z-index:100;
}
/*** 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:left;
	border-left:0px solid #17447f;
}
.sf-menu a {
	height:29px;
	padding:10px 15px 0 15px;
	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*/
	font-family: Verdana, Helvetica, sans-serif;
	color:			#fff;
	font-weight: bold;
}
.sf-menu li {
	border-left:0px solid #499bea;
	border-right:0px solid #17447f;	
}
.sf-menu li li {
	background:		#48719F;
	border-top:0px solid #17447f;
}
.sf-menu li li li {
	background:		#48719F;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	/*background:url(images/menu_right_over.gif) top right no-repeat;*/
	color: #48719f;
	outline:		0;
}

/* active */
.sf-menu a.active, .sf-menu a.active:visited  { /* visited pseudo selector so IE6 applies text colour*/
	font-family: Verdana, Helvetica, sans-serif;
	color:			#fff;
	font-weight: bold;
}
.sf-menu li.active, 
.sf-menu a.active:focus, .sf-menu a.active:hover, .sf-menu a.active:active {
	background:url(images/menu_right_over.gif) top right no-repeat;
	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:#48719F;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #fff;
}

.search-outer-container {
       float: right;
       width: 200px;
}

.search-container {
       float: left;
       width: 160px;
       padding-top: 7px;
}

.search-field {
       width:150px;
       border: 1px solid black;
}

.go-button-container {
       float: right;
       width: 30px;
       padding-top: 6px;
}

.go-button {
       color: white;
       background:#48719F;
       border: 1px solid white;
       text-shadow: 0 0 3px;
       -webkit-text-shadow: 0 0 3px;
       -khtml-text-shadow: 0 0 3px;
       -moz-text-shadow: 0 0 3px;
       -moz-box-shadow: 0 0 10px 1px #48719F;
       -moz-border-radius: 0.5em;
       -webkit-border-radius: 0.5em;
       -khtml-border-radius: 0.5em;
}

.textwidget {
      margin-left: 0px;
}

.textwidget2 {
      margin-left: 20px;
}

.textwidget input {
       width: 150px;
}

.textwidget textarea {
       width: 150px;
}

.textwidget input[type="submit"] {
       width: 70px;
       margin-left: 40px;
       color: white;
       background:#48719F;
       border: 1px solid white;
       text-shadow: 0 0 3px;
       -webkit-text-shadow: 0 0 3px;
       -khtml-text-shadow: 0 0 3px;
       -moz-text-shadow: 0 0 3px;
       -moz-box-shadow: 0 0 5px 1px #48719F;
       -moz-border-radius: 0.5em;
       -webkit-border-radius: 0.5em;
       -khtml-border-radius: 0.5em;
}

.widgetcontainer .entry-date {
	color: #48719F;
}
	
/*************************************** LOGO  */
#logo h1{
	/*display:none;*/
}

/*********************************************  MAIN CONTENT */
#main{
	background: transparent /* #eaeaea transparent url(images/main_bg.gif)*/ repeat-y scroll left top; 
	padding:0px 10px 20px 20px;
	width:auto;
	height:1%;
}
#container{
	width:760px;
}
#content{
	width: 720px;
	padding: 0;
}

#container-full {
	width: 950px;
}
#content-full {
	width: 940px;
	padding: 0;
	margin-left: 10px;
}
/*********************************************************** post */
.post{
	border:1px solid #d6d6d6;
	background: #ffffff;
	margin-top: 10px;
	padding: 0 10px;
}

.post-verbose{
	border:none !important;
}

.category-news .post .post {
	margin-top: 5px;
}

h1.entry-title, h2.entry-title{
	font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	text-transform:none;
	color:#48719F;
	font-size:26px;
	font-weight:normal;
}
h2.entry-title a{
	font-family: Verdana,"Times New Roman","Bitstream Charter",Times,serif;
	color: #48719F;
}
h2.entry-title a:hover{
	font-family: Verdana,"Times New Roman","Bitstream Charter",Times,serif;
	color: #48719F;
	text-decoration:underline;
}
.entry-content h2 {
	font-family: Verdana,"Times New Roman","Bitstream Charter",Times,serif;
	color: #48719F;
	padding-top: 0;
}

h2.entry-title-press {
	font-family: Verdana,"Times New Roman","Bitstream Charter",Times,serif;
	color: #48719F;
	margin:0 0 6px;
	font-size:14px;
	font-weight:bold;
}

#portfolio h2 {
	padding: 0;
}

.category-news h1.entry-title {
	margin-bottom: 24px;
}

.category-news .entry-content p  {
	margin-bottom: 0px;
}

a.more-link{
	background:transparent;
	width:89px;
	height: 18px;
	padding:2px 0 0 0;
	text-align:center;
	float:right;
}
a.more-link:hover{
	background:transparent;
	text-decoration:underline;
}
div.entry-utility{
	margin-top:5px;
	clear:both;
	border-top:1px solid #e6e5e5;
	padding:0px;
	background:#fff;
}
span.comments-link a{
	color:#48719F;
}
.hentry ol{
	list-style-position: outside;
	margin-left: 40px;
}
.hentry ul{
	list-style-position: outside;
	margin-left: 40px;
}
/*********************************************************** columns */
#primary{
	width:200px;
	float:left;
	margin-right:0;
}
#secondary{
	width:200px;
	float:left;
}
.aside ul.xoxo{
	list-style:none;
	padding:0;

}
.aside ul.xoxo li{
	padding:0;
	margin:0;
	background:#ffffff;
	border:1px solid #d6d6d6;	
}
.aside ul.xoxo li{
	margin-top:10px;
}
.aside ul.xoxo li h3{
	color:#48719F;
	background:/* url(images/side_header.gif) top left repeat-x */ #ffffff;
	height:22px;
	padding:6px 0 20px 10px;
}
.aside ul.xoxo li#rss-links h3{
	color:#48719F;
	background:/* url(images/side_header.gif) top left repeat-x */ #ffffff;
	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: 5px 0 5px 10px;
	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 20px;
/*
	border-top:1px solid #fff;
	border-bottom:1px solid #e6e5e5;	
*/
}
.aside ul.xoxo li ul li.recentcomments a{
	display:inline;
	color:#333333;
	text-decoration:none;
	border:none;
	padding:0;
}
.aside ul.xoxo li ul li.recentcomments a:hover{
	background:none;
}
.aside ul.xoxo li ul li a{
	background:#ffffff;
	display:block;
	padding: 2px 10px 2px 0px;
/*
	border-top:1px solid #fff;
	border-bottom:1px solid #e6e5e5;
*/
        color: #3b3b3b;
	text-decoration:none;
}
.aside ul.xoxo li ul li a:hover{
	color:#48719F;
	text-decoration:none;
}

.aside ul.xoxo li ul li a.post-more-link {
	background:#ffffff;
	display:block;
	padding: 2px 10px 2px 0px;
    color: #3b3b3b;
	text-decoration:none;
	display: inline;
}
.aside ul.xoxo li ul li a.post-more-link:hover{
	color:#48719F;
	text-decoration:none;
}

.aside ul.xoxo li ul li.cat-item a{
	display:block;
	color:#333333;
	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;
}


/***************************************************************** Search */
li#search form div{
	padding:0 0 0 7px;
}
li#search form div input#s{
	width:110px;
	border-top:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
/***************************************************************** Tag Cloud */
.aside ul.xoxo li#tag_cloud{
	padding:20px;
}
.aside ul.xoxo li#tag_cloud h3{
	color:#48719F;
	background:/* url(images/side_header.gif) top left repeat-x */ #ffffff;
	height:22px;
	padding:7px 0 0 0px;
	margin:-20px -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;
}

/***************************************************************** Category Posts */
.widget_categoryposts h3 {
	padding: 6px 0 15px 10px !important;
}
	
/*********************************************************** Comments */
#comments{
	border:1px solid #d6d6d6;
	background:#ffffff;
	padding-top:0px;
}
#comments .comment-meta a{
	color:#787878;
}
#comments .comment-author a{
	color:#48719F;
}
#comments h3{
	color:#48719F;
	font-size:11px;
}
#comments li.comment{
	margin-bottom:10px;
	border:1px solid #fff;
	background:#fff;
	color:#3b3b3b;
}
#comments li.alt{
	background:#fff;
}
#comments li.bypostauthor{
	background:#fff;
	color:#3b3b3b;
}
#respond{
	margin-bottom:10px;
	border:1px solid #fff;
	background:#ffffff;
	color:#3b3b3b;
}
#respond input{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#respond textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/***********************************************************  FOOTER  */
#footer{
	background:/*url(images/footer_bg.gif) top left no-repeat*/ white;
	border:none;
	min-height:100px;
	padding:10px 0 0px 0;
	margin:0;
	color:#323232;
}
#footer a{
	color:#000033;
}
#footer a:hover{
	color:#000;
}
#subsidiary{

}
#siteinfo{
	text-align:center;
	width:800px;
	color:#323232;
	padding:0 0 20px 0;
}
#siteinfo a{
	color:#323232;
}
#ll{}

#languagelinks{
    float: right;
    margin: 6px 35px 0 0;
    font-size:11px;
    font-family:Verdana,Helvetica,sans-serif;
    font-weight:bold;
}

#languagelinks a, #languagelinks a:visited {
    text-decoration:none;
   /* color: #48719f;*/
    color: #fff;
}

#languagelinks a:hover, #languagelinks a:active {
    color: #48719f;
}

a.langactive, a.langactive:hover,a.langactive:active, a.langactive:visited {
    color: #48719f !important;
    
}