/*
THEME NAME: Bruno Zampier
THEME URI: http://www.bressane.com
DESCRIPTION: This theme is based on <a href="http://www.plaintxt.org/themes/sandbox/">Sandbox</a> structure.
VERSION: 1.0
AUTHOR: <a href="http://www.bressane.com">bressane</a>
AUTHOR URI: http://www.bressane.com
*/

/* Architecture */
html { }

body {
	background: #fff url(images/background.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}

.hide{display:none;}

#wrapper {
	width: 780px;
	margin: 0 auto;
}

#header {
	margin: 10px auto;
	width:780px;
	height: 205px;
	background:url(images/header.jpg) no-repeat bottom left;
	position:relative;
}

#header #header-aux{width:160px; height:75px; background:url(images/header.gif) no-repeat; position:absolute; top:0; right:0;}

#header #pages{
	position:absolute; bottom:131px; left:0;
	height:35px;
}

#header #pages li{
	list-style-type:none;
	float:left;
}

#header #pages a{
	display:block;
	padding:10px;
	background:url(images/bg_top_menu.gif) repeat-x;
	color:#ea9641;	
	text-transform:lowercase;
	font-size:14px;
	border-right:solid 1px #eddfb5;
	border-left:solid 1px #fff;
}

#header #pages a:hover{background:url(images/bg_top_menu_over.gif) repeat-x; text-decoration:none;}

#content{
	width:550px;
	float:left;
	text-align:left;
	background:#fff;
	padding:12px 0 12px 0;
}
#content .margin{padding:0 15px 15px 15px;}

#content-single {margin: 20px 245px 30px 0;}

#sidebar {
	width: 220px;
	float: right;
	padding-bottom:47px;
	background:url(images/sidebar_corner.gif) no-repeat bottom left;	
}
#sidebar .margin{
	padding:15px 0 10px 12px;
	background:#fff;
}

#footer {
	margin:10px auto;
	clear: left;
	width:730px;
	padding: 25px;
	text-align:left;
	color:#fff;
	background:#e68a37;	
	position:relative;
}

#rss-links{
	width:150px; height:40px;
	position:absolute;
	top:17px; right:15px;	
	padding-left:50px;
	background:url(images/rss.gif) no-repeat;
}

#rss-links a{color:#fff; font-weight:bold; display:block;}

/* General */
* {
	margin: 0;
	padding: 0;
}

a {
	color:#ea9641;
	text-decoration: none;
}

a:hover {
	color:#ea9641;
	text-decoration: underline;
}

img {
	border: 0;
}

.separator {
	color: #CCCCCC;
	margin: 0 5px;
}

.clear {
	display:block;
	clear: both;
	font-size:0;
	float:none !important;
}

.meta-sep {
	color: #fff;
	margin: 0 5px;
}

.floater-left {
	float: left;
}

.floater-right {
	float: right;
}

#access {
	overflow: hidden;
	width: 760px;
	background:#f0bb2d;
	border-top:solid 1px #fff;
}

#menu ul {
	display: inline; /* Added to fix the double margin in IE6 */
	list-style: none;
}

#menu ul li {
	display: inline; /* Added to fix the double margin in IE6 */
	float: left;
	padding: 10px 10px;
	border-right:solid 1px #fff;
}

#menu ul li a{font-weight:bold; color:#000;}

#blog-title {
	font-size: 250%;
	font-weight: normal;
	margin: 40px 0 0 20px;
	display:none;
}

#blog-title a {
	color: #333333;
}

#blog-description {
	font-size: 120%;
	font-weight: normal;
	margin: 0 0 0 20px;
	display:none;
}

/* Content */
.page-title {
	padding:0 15px 10px 15px;
	margin-bottom:15px;
	font-weight: normal;
	font-size: 170%;
	color:#99bdba;
	border-bottom:solid 1px #99bdba;
}

.post-info{
	width:61px;
	margin-right:15px;	
	float:left;
	clear:left;
	text-align:center;
}

.calendar{
	margin-left:12px;
	width:46px; 
	height:68px;	
	background:url(images/date.gif) no-repeat;
	color:#fff;
	text-align:center;
	font-weight:bold;
}

.calendar .month{padding:2px 0 4px 0; font-size:14px;}
.calendar .date{font-size:18px;}

.post {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom:solid 1px #b6d6d3;
	float:left;
	width:435px;
}

.entry-title {
	width: 450px;
	font-weight: bold;
	font-size: 160%;
	color:#99bdba;
	margin-bottom:20px;
}

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

.more-link {	display: block;	margin: 10px 0 0 0;}

.entry-comments {margin-left:12px; width:46px;}

.entry-comments a {
	display:block;
	background:url(images/comments.gif) no-repeat;
	width:46px;	
	height:30px;
	padding-top:4px;
	text-align:center;
	color: #fff;
	font-weight:bold;
	font-size:14px;
}

.entry-comments a:hover {color: #fff; text-decoration:none;
}

.entry-meta {
	color: #666666;
	font-size: 90%;
	margin-top: 10px;
}

.entry-categ {
	color: #666666;
	font-size: 90%;
	padding-bottom: 5px;
}

.entry-footer {
	color: #666666;
	font-size: 90%;
	border-bottom: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;	
	padding: 5px 0;
}

.entry-footer span {
	color: #CCCCCC;
	margin: 0 5px;
}

.entry-subscribe {
	padding: 5px 5px 5px 26px;
	background: #FAFAFA url(images/rss.gif) no-repeat top left;
	background-position: 6px 6px;
}

.entry-content {
	
}

.entry-content p {
	line-height: 1.5;
	margin-bottom: 10px;
}

.entry-content h2 {
	font-size: 120%;
	margin-bottom: 5px;
}
.entry-content h2 a{color:#ea9641;}

.entry-content ul, .entry-content ol {
	margin-left: 30px;
	margin-bottom: 10px;
}

.entry-content ul li, .entry-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

#nav-below{width:440px; padding-left:70px;}

.page-left a, .page-right a{display:block; width:55px; height:41px;}

.page-left a{background:url(images/page_left.gif) no-repeat;}

.page-right a{background:url(images/page_right.gif) no-repeat;}

/* Sidebar */


/* Start: QBKL Styles - Added to make styling availble even if widgets are not used */

#sidebar h3{
	width:196px; 
	height:28px; 
	margin:0;
	background-image:url(images/sidebar_titles.gif);
	background-repeat:no-repeat;
}

#categories h3{background-position:0 0;}
#lastposts h3{background-position:0 -28px; margin-top:15px;}
#archives h3{background-position:0 -84px; margin-top:15px;}
#links h3{background-position:0 -56px; margin-top:15px;}
#linkcat-2 h2{display:none;}

#sidebar ul {list-style: none; margin-right:12px;}
#sidebar ul li ul, #sidebar ul li ul li ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li ul li {
	padding: 4px 2px 4px 10px;	
	margin: 0;
	border-bottom:solid 1px #ccc;
}
#sidebar ul li ul li a{
	background: url(images/bullet.gif) no-repeat 0 4px;
	padding-left:10px;
	color:#6a6a6a;
	font-weight:bold;
	font-size:11px;
}
#sidebar ul li ul li ul li {
	padding: 4px 0 0 10px;
	background: url(images/bullet.gif) no-repeat top left;
	background-position: 0 7px;
	margin: 0;
	border-bottom: none;
}

#sidebar .page-item-4{display:none;}

/* End: QBKL Styles */

#rss-links ul li {
	background: url(images/rss.gif) no-repeat top left;
	padding-left: 22px;
	background-position: 1px 4px;
}

.textwidget p {
	margin-bottom: 10px;
}

.widget_tag_cloud a {
	text-transform: lowercase;	
}

#wp-calendar caption {
	padding: 5px 0;
	background: #FAFAFA;
	margin-bottom: 5px;	
}

#wp-calendar td {
	padding: 4px 6px;
	color: #999999;
}

#wp-calendar td a {
	font-weight: bold;
}

#wp-calendar #next {
	text-align: right;
}

/* Comments */
.comments {
	margin-top: 30px;
}

.comments h3 {
	font-size: 120%;
	margin-bottom: 10px;
	color: #333333;
}

.comments ol {
	list-style: none;
}

.comments ol li {
	padding: 10px;
	background: #deecec;
	margin-top: 2px;
}

.comments ol li.alt {
	background: #deecec;
}

.comment-author {
	font-weight: bold;
}

.comment-meta {
	color: #666666;
	margin-bottom: 5px;
	font-size: 90%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#respond h3 {
	color: #333333;
}
	
.formcontainer {
	margin-top: 10px;
	margin-bottom: 10px;
}

#comment-notes {
	margin-bottom: 10px;
}

fieldset{border:none; padding:0; margin-bottom:15px;}

legend{font-weight:bold; text-transform:uppercase; padding-bottom:15px;}

#gb_form #name, #gb_form #email{width:300px;}

#gb_form .creditline{display:none;}

.textbox {width:300px; height:100px;}

.form-label{
	margin-bottom: 2px;
}

.form-input, .form-textarea, .med, .textbox, #spamq {
	margin-bottom: 10px;
}

.form-input input, .form-textarea textarea, .med, .textbox , #spamq{
	padding: 5px;
	background: #deecec;
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.form-textarea input {width: 280px;}

.form-textarea textarea {
	width: 350px;
}

.form-input input:hover {
	background-color: #FFFFFF;
}

.form-submit input {
	padding: 2px 5px;
}

.published{border:none; font-weight:bold; color:#999; font-size:11px;}

.bressane{
	display:block;
	width:50px; height:13px;
	background:url(images/bressane.gif) no-repeat;
}
