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


/*/////////////// Defaults //////////////*/


body{
	background:#000000;
	color:#fff;
}

body, input, textarea {
	font-family:Helvetica, Arial, sans-serif
}

a, a:link, a:visited{
	color:#009337;
}

a img {
	border:none;
}

p{
	margin-bottom:5px;
	padding-bottom:0;
}

/*/////////////// Homeclip //////////////*/

#homeClip{
	width:480px;
	height:270px;
	margin-top: 0;
}

/*/////////////// Layout //////////////*/

#content  {
	margin:0;
	width:100%;
}

#main{
	margin:0 auto; 
	width:980px; 
	padding-top:0;
	padding-bottom:0;
}

#container {
	width:100%;
}

#main #content div.col_left{
	width:519px;
	float:left;
	clear:left;
	border-right:#1a1a1a solid 1px;
}

#main #content div.col_right{
	width:460px;
	float:right;
	clear:right;
}



#main #content div.col_left.even{width:489px;}
#main #content div.col_right.even{width:490px;}

#main #content div.even .picLeft img{margin-left:20px;}
#main #content div.even .picRight img{margin-right:30px;}
#main #content div.even .picRight p{padding-right:0px;}

#main #content div.col_right.even .picLeft p{margin-right:40px;}


.divider{
	border-top:#1a1a1a solid 1px;
	padding-bottom:1px;
	clear:both;
}

div.experience{
	padding-right:125px;
	background:url(img/layout/chair.jpg) top right no-repeat;
}

div.experience .copyLess{
	padding-right:40px;
}

div.picLeft, div.picRight{
	clear:both;
}

div.picLeft p{
	width:290px;
	float:right;
	clear:right;
	margin-bottom:10px;

}


div.picLeft img{
	float:left;
	clear:left;
	margin:15px 0 0;	
}


div.picRight p{
	width:290px;
	float:left;
	clear:left;
	margin-bottom:0;
	padding-top:0; padding-bottom:0;
}

div.picRight img{
	float:right;
	clear:right;
}

div.col_left div.picRight img{
	margin-right:20px;
}

div.col_right div.picLeft img{
	margin-left:20px;
}
div.col_right div.picLeft p{
	padding-left:0px;
}

div.col_right h2, div.col_right p {
	padding-left:40px;
}

div.col_left h2, div.col_left p {
	padding-right:40px;
}

div.floatinglogo
{
  position: absolute;
  top: 5px;
  right: 10px;
  z-index:99;
}

#header{
	margin:0 auto; 
	width:980px; 
	height:175px; 
}

#header #branding{
	width:980px;
	height:135px; 
	margin:0; padding:0;
	background:url(img/layout/header.jpg) top no-repeat;
}

#header #branding #blog-title span a{
	width:980px; 
	height:135px; 
	display:block;
	font-size:1px;
	text-indent:-2500px;
}

#header #branding #blog-description, span.edit-link{
	display:none;
}

#header #access{
	border:0;
	padding:0;
	height:40px;
}

h1.entry-title, h2.title{
	color:#009337;
	font-weight:500;
	font-size:26px;
	padding:10px 0 10px;
}

h1.entry-title{
	display:none;
}

h2.title.lightGreen{
	color:#6bba01;
}

.entry-content{
	padding:0;
}

/*/////////////// Nav //////////////*/

.menu {
	width:auto;
}

.menu ul.sf-menu {
	border:none;
	background:url(img/layout/navBg.png) top no-repeat;
	position:relative
}

.menu ul.sf-menu li{
	width:163px;
	float:left;
	background:#000000;
}
.menu ul.sf-menu li a{
	padding:14px 0 0;
	margin:0;
	border:0;
	text-align:center;
	height:26px;
	background:url(img/layout/navBtn.png) top no-repeat;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
}

.menu ul.sf-menu li a:hover, .menu ul.sf-menu li.current_page_item a{
	color:#009337;
	background-position:bottom;
}

.menu ul.sf-menu .cnrLeft{position:absolute; top:0; left:0; z-index:9;}
.menu ul.sf-menu .cnrRight{position:absolute; top:0; left:969px; z-index:9;}


/*/////////////// Paragraph Styles //////////////*/

p.copyHighlight{
	font-size:15px;
	line-height:19px;
	margin:15px 0;
}

p.copyLess, .comment-content p{
	font-size:12px;
	color:#959595;
	margin:1px 0;
}

p.copyLess strong{
	color:#fff;
}

p.copyLess span{
	color:#009337;
}

#primary, #secondary{
	display:none;
}

/*/////////////// Button Styles //////////////*/

a.btn{
	color:#FFFFFF;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	text-shadow:-1px -1px #005620;
	display:block;
	text-align:center;
	cursor:pointer;
	padding-top:4px;
	text-decoration:none;
}

a.btnLong{
	width:380px;
	height:26px;
	background:url(img/layout/btnLong.png) top;
}

a.btnShort{
	width:250px;
	height:26px;
	background:url(img/layout/btnShort.png) top;
}

a.btnSignup{
	width:350px;
	height:54px;
	background:url(img/layout/btnSignup.png) top;
	padding-top:6px;
}

a.btnSignup span{
	font-weight:normal;
}

a.btnLongGreen{
	width:420px;
	height:26px;
	background:url(img/layout/btnLightGreen.png) top;
	margin-top:10px;
}
a.btn:hover{
	background-position:bottom;
}


/*//////////// Footer ////////////*/
#footer {
	border:0;
	padding:190px 0 80px;
	background:url(img/layout/bgFooter.jpg) top no-repeat;
	margin-top:0;
	margin-top:-190px;
}

#siteinfo{
	text-align:center;
	color:#363636;
	background:url(img/layout/bgFooterTop.png) top no-repeat;
	width:980px;
}


/*///////// Blog ////////*/


body.not-singular #primary, 
body.not-singular #secondary,
body.not-singular h1.entry-title,
body.s-comments-open #primary, 
body.s-comments-open #secondary, 
body.s-comments-open h1.entry-title{
	display:block;
}


#primary{
	margin-top:50px;
	background:#212121;
	border:1px solid #404040;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

#secondary{
	margin:20px 0 40px;
}

h1.entry-title{
	margin-bottom:10px;
}

body.not-singular #container, body.s-comments-open #container {
	margin-top:50px;
	width:589px;
	padding-right:40px;
	border-right:1px solid #1A1A1A;
}

body.not-singular .entry-content p, body.s-comments-open .entry-content p{
	font-size:12px;
	margin:15px 0;
}

.entry-meta, .entry-utility{
	font-size:12px; 
	font-style:normal;
}

h3.widgettitle label,
#secondary h3{
	font-size:15px; 
	font-style:normal;
	color:white;
}


.entry-meta a, .entry-utility a{
	font-style:normal;
	text-decoration:underline;
}

#comments-list ol {
	border:none;
	border-bottom:1px solid #1A1A1A;
}

#comments-list ol li, #comments-list ol li.alt, #respond, #comments-list li.bypostauthor {
	background:none;
	border:none;
}

#comments-list ol li.alt{
	background:#111;
}

#comments-list #respond {
	border-bottom:1px solid #1A1A1A;
}

textarea#comment{
	background:#222;
	border:1px solid #1A1A1A;	
	outline:none;
	color:white;
	padding:5px 10px;
	margin-bottom:10px;
}


