/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* 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');


body { 
	background: #fff url("images/mytonaca_bk.jpg") center top no-repeat;
	font: normal 12px 'Lucida Sans', Arial, Helvetica, sans-serif;
}
#header { position: relative; width: 960px; margin: 0 auto}
#access {border: 0}
#branding { padding: 0;}	
#blog-title { 
	background: url("images/logo_mytonaca.png") center top no-repeat;
	width: 763px;
	height: 211px;
	margin: 0 auto
}
#blog-title span { display: none}
#blog-description {position: absolute; top: 170px; left: 340px;text-align: center; color: #fff; font-size: 16px; font-style: normal; font-weight: bold }
#main { background: #fff;width:920px; padding:30px 20px 0 20px; margin:0 auto }
.menu { text-transform: uppercase;}


.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #06375e;
	outline:		0;
	color: #fff;
    border-bottom-color:#06375e;
}
.sf-menu ul a:hover {
    color: #fff;
}
li.page_item page-item a {background:#ccc;}
#container { width: 590px}
#content { width: 570px;}
#content {line-height:20px}
#post {padding: 0}
h1.entry-title, h2.entry-title a { color:#1e5683; font: normal 36px/40px "Lucida sans", Arial, Helvetica, sans-serif; padding-right: 20px; letter-spacing: -2px}
h2.entry-title a:hover { color:#2a77b5;}
.entry-meta, .entry-utility {border-bottom: 1px dotted #ccc; border-top: 1px dotted #ccc; padding: 5px 2px; color: #cc9900; margin-top: 15px;}
.entry-meta a, .entry-utility a {color: red;}
.entry-content p {padding: 0 0 0 27px; font: normal 12px/18px Georgia, Times New Roman, Times, sans-serif; }
.entry-content ul {padding: 0 0 0 32px; font: normal 12px/18px Georgia, Times New Roman, Times, sans-serif; }
* html > body .entry-content p {padding: 0 0 0 27px;}
span.author { text-transform: capitalizer}
.comments-link { font-weight: bold;}
#first, #second {}
#primary {background: url("images/bk_grad_sidebar.jpg") left top repeat-x; border: 0; color: #999}
#primary ul {list-style: none}
#primary li a, #primary select {color: #ff9900; border: 0}
#primary select, li.postform, select {font: 11px "Lucida sans", Arial, Helvetica, sans-serif;}
#primary a, #subsidiary a {text-decoration:none;}
#subsidiary a {text-decoration:none;}
#primary a {color:#ff9900}
#primary a:hover {color:#eb7e13}
#searchform input { width: 245px; font-family: "Lucida sans", Arial, Helvetica, sans-serif; font-size: 10px; padding: 5px; color: #cc9900; border: 3px solid #fcf1a8;}
.widgetcontainer {margin-bottom:10px;}
h3.widgettitle {
	text-transform: uppercase; 
	font-weight: bold;
	font-style: normal; /* background-color: #feffa1; */ 
	padding:5px 10px ; 
	border-bottom: 1px dotted #ecb624;
	border-left: 2px solid #ecb624;
	margin: 0 0 10px 0; 
	color:#cc9900
}
div #comments-list h3, div #comments h3 {
	color: #48990c; 
	font-family: "Lucida sans", Arial, Helvetica, sans-serif; 
	border-bottom: 1px dotted #ccc; 
	border-left: 3px solid #ccc;
	padding: 5px; 
	margin: 0 0 10px 0
}
#comment a {text-decoration: none}
#subsidiary {border-top: 1px dotted #ccc;}
#subsidiary a {color: #cc9900; text-decoration: none}
#subsidiary a:hover {color: #ff9900;}
#subsidiary ul {list-style: none; text-align: left}
#subsidiary .widgettitle { padding-left: 20px; color: #cc6600}
#footer { text-align: center; border: 0; background: url("images/bk_grad.jpg") left bottom repeat-x}
#siteinfo {padding-top: 100px; background: url("images/logo_mytonaca.gif") center 20px no-repeat; border-top: 1px dotted #ccc}
#siteinfo a {text-decoration: none; color: #258cd3}
#siteinfo a:hover {color: #50ae1b}
.gallery-caption {display:none;}




