/*
Theme Name: StarGrange Theme
Theme URI: http://www.stargrange.com
Description: Custom theme, built from starkers basics, laid out using standard 960 grid and put together by <a href="http://www.stargrange.com/">StarGrange</a>)
Version: 1 (WP2.6.2)
Author: John Connolly
Author URI: http://www.stargrange.com
Tags: starkers, clean, basic
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";


h1 {
font-family: Arial, Helvetica, sans-serif;
font-size:350%;
line-height:150%;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
font-size:200%;
color:#333333;
line-height:150%;
}
h3 {
font-family: Arial, Helvetica, sans-serif;
font-size:150%;
color:#333333;
line-height:150%;
}

p {
font-family: Arial, Helvetica, sans-serif;
color:#666666;
line-height:150%;
font-size:normal;
}

.pullquote{
font-family: Arial, Helvetica, sans-serif;
color:#666666;
line-height:150%;
font-size:larger;
}
.pullquoteright{
font-family: Arial, Helvetica, sans-serif;
color:#666666;
line-height:150%;
font-size:normal;
text-align:right
}

.padleft{
padding-left:10px;
}


a:visited {
	text-decoration: none;
	color: #CCCC00;
	
}
a:link {
	text-decoration: none;
	color: #CCCC00;
	
}
a:hover {
	
	text-decoration: none;
	color: #AAAA05;
	
}

a:active {
	text-decoration: none;	
	color: #CCCC00;
	
}


.headerMenu{
border-bottom:2px solid;
border-bottom-color:#CCCC00;
text-align:right;
font-size:120%;
padding-top: 26px;
padding-bottom: 5px;
}

.headerMenu a:visited {
	text-decoration: none;
	color: #666666;
	
}
.headerMenu a:link {
	text-decoration: none;
	color: #666666;
	
}
.headerMenu a:hover {
	
	text-decoration: none;
	color: #AAAA05;
	
}

.headerMenu a:active {
	text-decoration: none;	
	color: #666666;
	
}




h1 a:visited {
	text-decoration: none;
	color: #333333;
	font-weight:bolder;
}
h1 a:link {
	text-decoration: none;
	color: #333333;
	font-weight:bolder;
}
h1 a:hover {
	
	text-decoration: none;
	color: #AAAA05;
	font-weight:bolder;
}

h2 :active {
	text-decoration: none;	
	color: #333333;
	font-weight:bolder;
}

h2 a:visited {
	text-decoration: none;
	color: #333333;
	font-weight:bolder;
}
h2 a:link {
	text-decoration: none;
	color: #333333;
	font-weight:bolder;
}
h2 a:hover {
	
	text-decoration: none;
	color: #AAAA05;
	font-weight:bolder;
}

h2 :active {
	text-decoration: none;	
	color: #333333;
	font-weight:bolder;
}

.dotteddivider {
padding : 8px 0 0 0; font-size : 1.2em; border-top : 1px dotted #99c; color : #666666;
margin-top:20px;
margin-bottom:10px;
}
.paddeddivider {

margin-bottom:20px;
}



.headerHeight{
margin-top:50px;
vertical-align:bottom;

}

.big-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:400%;
	color: #333333;
	text-align:right;
	}




/* postmeta */
.postmeta {	
	padding: 5px; margin: 20px 0px 15px 0px;	
	font-size: 1em;	
	color: #777;
	border: 1px solid #EBEBEB;
	background: #F5F5F5;
}
.postmeta a { background: transparent; }
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #bababa; }
.post-info a { color: #000; }

/* comment form */

#comments 
{
clear : both; background : #F5F5F5; padding : 15px;
border: 1px solid #EBEBEB;
}
#comments a, #comments a:hover 
{
text-decoration : none;
}
#comments h2 
{
margin : 0;
}
#comments dl 
{
margin : 0; padding : 0;
}
#comments dt 
{
padding : 8px 0 0 0; font-size : 1.2em; border-top : 1px dotted #99c; color : #666666;
}
#comments dt.highlighted 
{
padding : 8px; background : #fc0; border : 4px solid #fff; 
}
#comments dd.highlighted 
{
background : #fff; padding : 2px 8px;
}
#comments h3, #postComment h3 
{
padding : 0; margin : 0 0 15px 0;
}
#postComment 
{
background : #EBEBEB; padding : 15px;
}
#postComment label 
{
width : 320px; display : block; float : left; clear : both; margin : 5px 0 0 0;
}
#postComment input, #postComment textarea 
{
margin : 5px 0 0 0; width : 320px;
}
#postComment textarea 
{
height : 160px;
}
#postComment .button 
{
padding : 5px; clear : both; width : 100px; margin : 10px 0 0 0;
}
#comments a 
{ 
background: none; 
}
	
