/*   
Theme Name: Cibando
Description: Custom theme for Cibando blog.
Author: Boris Bartzitz
Template: thematic
*/

/* 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');


.cf {
    clear:both;
}

body {
	background:url(/images/home/body-bg.png) #fafafa top repeat-x;
}
body, input, textarea {
	font: 13px/18px Arial,serif;
	font-weight: normal;
}

p {
	margin-bottom: 12px;
}

#main {
	width:936px;
	border:1px solid #dcdcdc;
	border-width:1px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	padding:30px 20px 20px 30px;
	background-color:#fff;
}

#branding {
	padding: 0;
	width: 985px;
}

#page-logo {
    float:left;
    margin:6px 0 0 11px;
    background-image:url(/images/home/logo.png);
    display:block;
    width:176px;
    height:71px;
}

#login {
    color:#FFFFFF;
    display:block;
    float:right;
    height:23px;
    line-height:22px;
    text-decoration: none;
}

#login:hover {
    text-decoration: underline;
    color:#eb6a00;
}

#page-menu {
    width:450px;
    height:35px;
    float:left;
    position:relative;
}

#page-menu a {
    background: transparent url(/images/page-menu-left.png) no-repeat top left;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    margin: 0 1px;
    padding-left: 4px;
    text-decoration: none;
    outline: none;
    float:left;
    cursor: pointer;
}

#page-menu a p {
    margin:0;
    padding:0;
    display:inline;
    font-weight: normal;
    font-size:24px;
    position:absolute;
    top:3px;
    left:7px;
}

#page-menu a span {
    position:relative;
    background: transparent url(/images/page-menu.png) no-repeat right top;
    display: block;
    line-height:26px;
    height:27px;
    padding: 2px 14px 6px 10px;
}

#page-menu a:hover, #page-menu a.selected {
    background-position: left -35px;
    outline: none;
}

#page-menu a:hover span, #page-menu a.selected span {
    background-position: right -35px;
}

#page-submenu {
	float: right;
    width:auto;
    margin:53px 0 6px 0;
    height:23px;
    text-align:right;
    line-height:23px;
	list-style-type: none;
}

#page-submenu li {
    float:right;
    margin-left:34px;	
}

#page-submenu a {
    color:#000;
    font-weight:bold;
    text-shadow: 0px 1px 1px #fff;
	text-decoration: none;
}

#page-submenu a:hover, #page-submenu li.current-cat a {
    color:#9a9a9a;
}

#page-submenu li.current-cat a {
    text-decoration: underline;
}

.entry-title {
	font-size: 19px;
	padding-bottom: 0px;
}

.entry-title a {
	color: #E25B1A;
}

.entry-meta, .entry-meta a {
	color: #9D9D9D;
	font-style: normal;
}

.aside {
	color: #000;
}

.aside a {
	color: #EB6A00;
	text-decoration: none;
}

.aside #searchsubmit {
	display: inline;
}

#sidebar {
	float: left;
	margin-top: -60px;
}

#sidebar h2 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
}

#sidebar p {
	padding: 7px 0 10px 0;
	margin-bottom: 0px;
}

#sidebar input[type=text] {
	border: 1px solid #ccc;
	padding: 3px;
}

.subscribe input[type=text] {
	padding: 0 10px;
}

.subscribe input[type=text] {
	border: 1px solid #ccc;
	padding: 3px;
	width: 180px;
}

.subscribe form {
	margin-bottom: 0;
}

.social-icons {
	margin-bottom: 22px;
}

.social-icons img {
	width: 40px;
	height: 40px;
}

.blog-title {
	margin-left: 10px;
	width: 540px;
}

.blog-title h1 {
	font-size: 24px;
	font-weight: normal;
	clear: none;
}
.blog-title p {
	font-size: 16px;
	margin: 4px 0 30px 0;
}
.blog-title iframe {
	float: right;
}

#footer {
	border: none;
	margin: 0;
}
#siteinfo {
	padding: 0;
	width: 990px;
}

.footer_block {
	float:left;
	font-size:11px;
	margin-top:12px;
	color:#5e5e5e;
}
.footer_title {
	font-weight: bold;
	margin-bottom:2px;
}
.footer_block p {
	margin:0;
	padding:0;
}
.footer_block a {
	display:block;
	text-decoration: none;
	margin-top:5px;
	margin-left:5px;
	color:#5e5e5e;
}
.footer_block a:hover {
	color:#eb6a00;
}
.footer_block a.selected {
	text-decoration: underline;
	color:#eb6a00 !important;
}
.footer_icons a {
	float:left;
	margin-left:7px;
}

