/*   
Theme Name: Moondog Child Theme
Theme URI: 
Description: Child theme for Moondog.
Author:
Author URI: 
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');



/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}



/* ///// TYPE */
html{ font-size:16px; } /* Make sure the default is always 16px */
body{
	font-size:62.5%; /* 16px * 62.5% = 10px : 1em now = 10px */
	font-family:Verdana, Geneva, sans-serif;
	margin:0 auto;
}
#header{
	font-size:1.2em}
#contents{
	color:#878787;
}

h1{
	font-size:2em;
	margin-bottom:1em;
	font-weight:bold;}
h2{
	color:#816d64;
	font-size:2em;}
h3{
	font-size:1.4em;
	color:#AAA;
	margin-bottom:0.8em;}
h4{
	font-size:1.3em;}

p{
	font-size:1.55em;
	margin-bottom:1.5em;
	line-height:1.4em;}

strong{
	font-weight:bold;}

#footer{
	font-size:1.1em;}

a{
	color:#807e4f;
	text-decoration:none;}
a:hover{
	color:#3b6e8f;}





/* ///// PAGE STRUCTURE */
html, body{	
	background:#fafafa;}

#wrapper{
	width:900px;
	margin:0 auto;
	padding:0;
	position:relative;
	background:#FFF;}


#container{
	float:left;
	width:600px;}

#primary{
	float:right;
	width:220px;
	padding-bottom:30px;}

#main{
	padding:25px;}

#main { display: inline-block; }
#main:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}
/* Hides from IE-mac \*/
* html #main { height: 1%; }
#main { display: block; }
/* End hide from IE-mac */




/* ///// HEADER */
#header{
	width:100%;
	height:160px;
	position:relative;
	padding:0;}

#header #branding{
	height:125px;
	background:url(_images/header-bg.png) no-repeat 0 0;}

#header #branding #blog-title a{
	display:block;
	height:100px;
	width:500px;
	position:absolute;
	top:10px;
	left:20px;
	text-indent:-9999px;}

#header #branding #blog-description{
	display:none;}

#header #access{
	height:35px;
	position:relative;
	background:url(_images/menu-bg.png) repeat-x 0 0;
	border-bottom:1px solid #9c9d9c;
	line-height:1em;}

#header #access .skip-link{
	display:none;}

#header #access ul{
	position:relative;
	top:10px;
	left:10px;}

#header #access ul li{
	float:left;
	margin-right:10px;
	background:url(_images/menu-devider.png) no-repeat 0 50%;
	padding-left:11px;}

#header #access ul li:first-child{
	background:none;}

#header #access ul li a{
	color:#FFF;
	text-decoration:none;
	font-size:1.4em;}

#header #access ul li a:hover, #header #access ul li.current_page_parent a, #header #access ul li.current_page_item a{
	color:#fac716;}








/* ///// POST */

h2.entry-title{
	margin-bottom:0.3em;}

.entry-meta{
	margin-bottom:20px;}

.entry-utility{
	background:#ebebeb;
	padding:7px;}





/* ///// POST */

.widgetcontainer{
	margin-bottom:20px;}



/* ///// WRAPPER */

.alignleft, .align-left{
	float:left;}
.alignright, .align-right{
	float:right;}



.clearfix { display: inline-block; }
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */



