/*   
Theme Name: Dutch Treat
Theme URI: 
Description: Minor tweaks to the default Thematic Child Theme.
Author: Oliver Holland
Author URI: http://www.f-ckyes.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 { 
font-family:"Lucida Grande","Lucida Sans Unicode",verdana,sans-serif;
border-top:5px solid black; }

#header { border-top:1px solid red; }

#main { padding-top: 40px; }

#blog-title {
background:url(images/f-ckYES_header.png) no-repeat top center;
width: 960px;
height: 160px;
}

#blog-title a {
display:block;
text-indent:-9000px;
width:500px;
height: 160px;
}

#branding { padding:25px 0 5px; }

#blog-description {
float:left;
font-size:1.5em;
color:#aa0000;
}

#access {
width:960px;
margin-top:-10px;
margin-right:auto;
margin-left:auto;
border-bottom-color:black;
}

.sf-menu {
float:right;
margin-top:-5px;
}

.sf-menu li.current_page_item ul { border-bottom-color:black; }

.sf-menu a { border-bottom-color:black; }

.sf-menu li.current_page_item a,
.sf-menu li.current_page_ancestor a {
color:black;
border-top-color:black;
border-right:1px solid black;
border-left-color:black;
}

.sf-menu li.current_page_item a:hover {
border-bottom-color:white;
color:#ff4833;
}

.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
color:#ff4833;
border-bottom-color:black;
}

#primary {
margin:0;
padding:0;
border:0; 
}

div.textwidget { margin-bottom:22px; }

h1, h2, h3, h4, h5, 
#main_nav ul, 
.date, 
.description, 
.ctitle, 
.fin, 
.entry-title, 
.entry-content > p:first-child:first-line,
.entry-content h1,
.entry-content h2,
.error, 
.navigation, 
.more-link, 
.comment-author
.comment-meta { font-family:"Hoefler Text","Constantia",Georgia,"Times New Roman",Times,serif; }

.entry-title {
font-weight:normal;
line-height:32px;
}

.entry-meta { font-style:normal; }

/* Commented out until I work out the bugs
.entry-content > p:first-child:first-letter { font-size:2em; color:#aa0000; }
*/

.entry-content > p:first-child:first-line {
font-size:1.3em;
font-variant:small-caps;
}

.cc-block {
line-height:18px;
margin-bottom:1em !important;
font-size:smaller; 
}

div.aside { 
margin:0;
padding:0;
}

div.aside h3 {
border-bottom:medium none;
color:black;
font-size:1.5em;
font-style:normal;
font-variant:small-caps;
}

div.aside ul { list-style-type:none; }

div.contentWarning h3 {
color:red;
font-weight:bold;
}

#comments-list li.comment {
margin-bottom:22px;
border-bottom:1px solid lightgray;
}

#comments-list li,
#comments-list ol { border:0; }

#comments-list li { padding:0; }

#comments-list .comment-author { padding-top:0; }

#comments-list li .avatar {
top:0;
left:0;
}

#nav-above, #nav-below { font-size:larger; }




