/*   
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');

@import url('classic.css');



body, a{color:#666!important; font-size:13px;}

#wrapper{background: url("images/body-bg.png") repeat-x scroll center top transparent;}

#controls{position:relative; top:-20px;}
#container, #branding, #main, .menu{width:960px;}

#container{
	
	background: #FFF;
	padding:30px 0 20px;
}
#content{width:720px; float:left; margin:0;}
#sidebar{width:200px; float:right;}

#main{padding:0 0 30px;}

.main-aside{width:200px;}
.main-aside ul{padding:0; margin:0;}

#resizer {
    height: auto;
    position: absolute;
    right: 0px;
    top: 5px;
    width: 150px;
}

#branding{position:relative;}

#resizer li{list-style-type:none; text-align:right!important;}
#resizer li a{
	color:#fff!important;
	font-family: Arial, Helvetica, sans-serif;
}




#s{max-width:100%!important;}

#primary {
    border: none;
    margin-bottom: 22px;
    padding: 18px 0 0;
	width:200px;
}

.main-aside {
    float:none;
    position:relative;
    right: 0;
}

#branding{height:130px;
	padding-top:20px;
	background: url(images/header-bg.png) no-repeat center top;
}

#blog-description{
	font-size:20px;
	font-family: georgia, Arial, Verdana, Sans-serif;
	letter-spacing:-1px;
	margin-bottom:10px;
	color: #9a0416;
	font-style: italic;
	padding:0;
	display:none;
	}

#blog-title{text-indent:-9999px;}
#blog-title, h1{
	font-size:45px;
	font-family: georgia, Arial, Verdana, Sans-serif;
	letter-spacing:-1px;
	margin-bottom:10px;
	color: #C00;
	font-style: normal;
	padding:20px 0 20px 0;
}
#blog-title{font-weight:normal;}
h2{
	font-size:30px;
	font-family:  georgia, Arial, Verdana, Sans-serif;
	letter-spacing:-1px;
	margin-bottom:10px;
	color: #ee7d60;
	font-style: italic;
	padding:20px 0 20px 0;
}

h3{
	font-size:24px;
	font-family:  georgia, Arial, Verdana, Sans-serif;
	letter-spacing:-1px;
	line-height:120%;
	margin-bottom:10px;
	color: #9a0416;
	font-style: italic;
	padding:20px 0 12px 0;
}

h4{
	font-size:16px;
	font-family:  georgia, Arial, Verdana, Sans-serif;
	letter-spacing:-1px;
	line-height:120%;
	margin-bottom:10px;
	color: #000;
	font-style: normal;
	padding:0px 0 12px 0;
}
#copyright{width:930px; margin:auto; padding:30px 0;}
.menu{width:930px;}

/**************** Gallery *********************/
.gallery {text-align:center;}
.gallery img {padding:3px;}
.attachment {text-align:center;}
.attachment img { padding:5px; border:1px solid #999999;}
.imgnav {text-align:center;}
.imgleft {float:left;}
.imgleft img{ padding:5px; border:1px solid #999999;}
.imgright {float:right;}
.imgright img{ padding:5px; border:1px solid #999999;}
.size-thumbnail{padding:4px; border:solid 1px #F3D8BD;  margin:0 15px 30px!important;}
img{max-width:100%; height:auto;}
#ymp-player, #ymp-tray-body, #ymp-tray, #ymp-tray * {display:none!important;}

.controls{margin-bottom:-5px!important;}
.controls a{font-size:12px; text-decoration:none!important; color:#666;}
.controls a:hover{text-decoration:none; color:#BC3C17;}
.controls a:active{text-decoration:none!important;}

.wpcf7-captcha-cpatcha, .block .wpcf7-list-item{display:block;}
.cpatcha input{width:90px;}

.wpcf7-form {
	width:540px;
	background: #fff;
	border: 1px solid #c1c1c1;
	margin-top:0px;
	padding:32px 30px 20px;
	color:#333;
}

