@charset "utf-8";
/*
Theme Name: Bagatela Press Theme
Theme URI: http://www.oqwebdesign.com/
Description: Bagatela Press Theme for Wordpress
Version: 3.1
Author: Oscar Quezada
Author URI: http://www.oqwebdesign.com/
Tags: Basic Theme for Bagatela
*/


@import "css/reset.css";
@import "css/blog-comments.css";
@import "css/form-selected.css";
@import "css/blog-area.css";
/************************************************
*    XHTML                                      *
************************************************/
html {
	line-height: 130%;
}
a {
	text-decoration: none;
	color: #3B5998;
}
a:hover {
	text-decoration: underline;
}
body {
	color: #4F2C04;
	font-family: Garamond, 'AdobeGaramondProRegular', Cambria, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #FBF9E9;
	background-image: none;
	background-position: 0 0;
}
#pagewrap {
	width: 860px;
	margin: 0px auto 0px auto;
}
/************************************************
*    Header Area                                *
************************************************/
#header {
	border-bottom: 1px solid #CCC;
	height: 75px;
	margin: 10px 0px 10px 0px;
}
#red a#logo, #blue a#logo, #gray a#logo, #green a#logo, #purple a#logo, #brown a#logo {
	float: left;
	display: block;
	height: 60px;
	padding: 20px 0px 0px 55px;
	font-size: 34px;
	text-decoration: none;
	color: #333;
}
#red a#logo {
	background: url(images/logo-red.png) no-repeat 0px 12px;
}
#blue a#logo {
	background: url(images/logo-blue.png) no-repeat 0px 12px;
}
#gray a#logo {
	background: url(images/logo-gray.png) no-repeat 0px 12px;
}
#green a#logo {
	background: url(images/logo-green.png) no-repeat 0px 12px;
}
#purple a#logo {
	background: url(images/logo-purple.png) no-repeat 0px 12px;
}
#brown a#logo {
	background: url(images/logo-brown.png) no-repeat 0px 12px;
}
/************************************************
*    Navigation Area                            *
************************************************/
#nav-wrap {
	float: right;
	margin-top: 25px;
}
#navigation ul li {
	position: relative;
	display: inline;
	float: right;
}
#navigation ul {
	display: block;
}
#navigation ul, #navigation ul li {
	z-index: 99950;
}
#navigation ul li a {
	display: block;
	float: right;
	font-size: 20px;
	color: #999999;
	margin-left: 20px;
	text-decoration: none;
	padding: 0px 0px 26px 0px;
}
#navigation a:hover, #navigation .current_page_item a, .footer-nav a:hover {
	color: #4F2C04;
}
#navigation ul li a:hover {
	color: #4F2C04;
}
#navigation ul li.current_page_item a {
}
#navigation ul li ul {
	display: block;
	left: 10px;
	top: 35px;
	position: absolute;
	visibility: hidden;
}
#navigation ul li ul li {
	display: list-item;
	float: none;
}
#navigation ul li ul li:first-child, #navigation ul li ul li ul:first-child {
	border-top: 1px solid #4F2C04;
}
#navigation ul li ul li a, #navigation ul li ul li ul a {
	background-color: #FFFFFF;
	border-bottom: 1px solid #4F2C04;
	border-left: 1px solid #4F2C04;
	border-right: 1px solid #4F2C04;
	border-width: 0 1px 1px;
	color: #4F2C04;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0;
	margin: 0;
	padding: 5px 5px 5px 15px;
	text-transform: none;
	width: 200px;
	text-align: left;
	word-spacing: 0;
}
#navigation ul li.current_page_item ul li a, #navigation ul li.current_page_item ul li ul a {
	background-color: #4F2C04;
}
#navigation ul li ul li a:hover, #navigation ul li ul li ul a:hover {
	background-color: #4F2C04;
	color: #FFF;
}
#navigation ul li ul li.current_page_item a, #navigation ul li ul li ul li.current_page_item a {
	background-color: #965207;
	color: #FFF;
}
/************************************************
*    Content Area                               *
************************************************/
img.alignleft, img.alignright {
	padding: 5px;
}
img.alignleft {
	float:left;
	margin-right: 15px;
	margin-bottom: 2px;
}
img.alignright {
	float:right;
	margin-left: 15px;
	margin-bottom: 2px;
}
#main-content-area img.non {
	padding: 5px;
	border: solid 1px #EFEFEF;
	-moz-box-shadow: 0px 0px 0px #999;
	-webkit-box-shadow: 0px 0px 0px #999;
	box-shadow: 0px 0px 0px #999;
}
/************************************************
*   Sidebar Area                                *
************************************************/
#sidebar {
	float: right;
	width: 30%;
	margin: 0px 0px 0px 20px;
	min-height: 400px;
}
#main-column {
	float: left;
	width: 64%;
}
/************************************************
*    Blog Area                                  *
************************************************/
#content {
	min-height: 350px;
}
#content .entry-title {
	color:#000000;
	font-size:21px;
	font-weight:bold;
	line-height:1.3em;
	margin-bottom:0px;
}
.entry-meta {
	color:#888888;
	font-size:12px;
}
.entry-meta a, .entry-utility a {
	color:#888888;
}
.entry-utility {
	clear:both;
	color:#888888;
	font-size:12px;
	line-height:18px;
}
.post {
	padding: 0px 0px 20px 0px;
}
#nav-above a, #nav-below a {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-decoration: none;
	color: #F90;
}
#nav-below {
	margin-bottom: 30px;
}
/************************************************
*    Blog                                       *
************************************************/
.nav-previous {
	float: left;
}
.nav-next{
	float: right;
}
#nav-above{
	clear: both;
	height:15px;
}
.entry-utility, #respond{
	display: none;
}
/************************************************
*    Sitemap Tree                               *
************************************************/
ul.tree, ul.tree ul {
	list-style-type: none;
	background: url("images/vline.png") repeat-y;
	margin: 0;
	padding: 0;
}
ul.tree ul {
	margin-left: 10px;
}
ul.tree li {
	margin: 0;
	padding: 0 12px;
	line-height: 20px;
	background: url("images/node.png") no-repeat;
	color: #369;
	font-weight: bold;
}
ul.tree li:last-child {
	background: #ffffff url("images/lastnode.png") no-repeat;
}
/************************************************
*    Footer                                     *
************************************************/
#footer {
	border-top: 1px solid #CCCCCC;
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
}
#red #footer #footer-left, #blue #footer #footer-left, #gray #footer #footer-left, #purple #footer #footer-left, #green #footer #footer-left, #brown #footer #footer-left {
	float: left;
	height: 25px;
	padding: 3px 0px 0px 27px;
}
#red #footer #footer-left {
	background:  url(images/logo-footer-red.png) no-repeat;
}
#blue #footer #footer-left {
	background:  url(images/logo-footer-blue.png) no-repeat;
}
#gray #footer #footer-left {
	background:  url(images/logo-footer-gray.png) no-repeat;
}
#green #footer #footer-left {
	background:  url(images/logo-footer-green.png) no-repeat;
}
#purple #footer #footer-left {
	background:  url(images/logo-footer-purple.png) no-repeat;
}
#brown #footer #footer-left {
	background:  url(images/logo-footer-brown.png) no-repeat;
}
#footer .footer-nav {
	float: right;
}
.footer-nav li {
	display: inline;
}
.footer-nav ul {
	display: block;
}
.footer-nav a {
	display: block;
	float: right;
	color: #999999;
	margin: 0px 10px 0px 0px;
	padding: 3px 0px 0px 10px;
	text-decoration: none;
	background: url(images/dot.png) no-repeat 0px 9px;
}
.footer-nav li:last-child a {
	background-image:none;
}
a#logo-footer {
	float: left;
	display: block;
	background: url(images/logo-footer.png) no-repeat 0px 0px;
	height: 40px;
	padding: 20px 0px 0px 85px;
	font-size: 14px;
	text-decoration: none;
	color: #333;
}
/**************************************************
*  calendar - this works nicely on duotone theme  *
**************************************************/
#wp-calendar caption {
	width: 157px;
	text-align: center;
	background: #4F2C04;
	padding: 3px;
	color: #fff;
	border-bottom: 2px solid #e6eef7;
}
#wp-calendar {
	border-collapse:collapse;
	width: 156px;
	text-align: center;
}
#wp-calendar thead tr {
	background: url(images/cal_bkg.gif) bottom right no-repeat;
}
#wp-calendar thead th {
	background: url(images/cal_single.gif) top left no-repeat;
}
#wp-calendar tbody td {
	background: url(images/cal_single2.gif) top left no-repeat;
	padding: 2px 0;
}
#wp-calendar #today {
	background: url(images/cal_single_today.gif) top left no-repeat;
	color: #000;
}
#wp-calendar tbody .pad {
	background: url(images/cal_pad.gif) top left no-repeat;
}
#wp-calendar a {
	padding: 2px 0;
	font-weight: bold;
}
#wp-calendar tfoot td {
	padding: 3px 0;
	background: url(images/cal_pad.gif) top left no-repeat;
}
#wp-calendar #next {
	text-align: right;
	padding-right: 10px;
}
#calendar_wrap {
	display: block;
	width: 157px;
	background: url(images/cal_bkg.gif) bottom right no-repeat;
	padding: 0 1px 1px 0;
	margin: 0 0 18px 18px;
}
/************************************************
*    Font                                       *
************************************************/
@font-face {
	font-family: 'AdobeGaramondProRegular';
	src: url('fonts/adobe_garamond_pro-webfont.eot');
	src: url('fontsadobe_garamond_pro-webfont.eot?#iefix') format('embedded-opentype'), url('fontsadobe_garamond_pro-webfont.woff') format('woff'), url('fontsadobe_garamond_pro-webfont.ttf') format('truetype'), url('fontsadobe_garamond_pro-webfont.svg#AdobeGaramondProRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
h1 {
	font-size: 22px;
	font-weight: normal;
}
h2 {
	font-style: normal;
	font-weight: normal;
}
