/*  

Theme Name: Half Dozen Gallery

Theme URI: http://www.halfdozengallery.com

Description: Theme for Half Dozen Gallery

Version: 1.0

Author: Timothy Mahan

Author URI: http://www.halfdozengallery.com

*/

/*---------------------------General Settings------------------------*/

body{

	margin: 0 0 12px 0;

	font-family: Helvetica, Arial, Sans-serif;

	font-size: 11px; 
	
	line-height: 16px;

	text-align: left;

	vertical-align: top;

	background: #ffffff;

	color: #666666;

	letter-spacing:normal;

}

p{	
	margin: 0 0 0 0;
	
	font-family: Helvetica, Arial, Sans-serif;

	font-size: 11px; 
	
	line-height: 18px;
	
	text-align: left;

	vertical-align: top;

	letter-spacing:normal;

}


/*---------------------------Image Border----------------------------*/

img#wpstats{display:none}

body .alignnone {

	border: 0px;

}

/*---------------------------General Links---------------------------*/

a:link, a:visited {

	color: #525252;

}

a:hover{

	color: #222222;

	text-decoration: none;

}

/*---------------------------Heading 1------------------------------*/

h1 {
	font-family: Helvetica, Arial, Sans-serif;

	margin: 0 0 0 0;

	text-decoration: none;

	font-size: 20px; 

	color: #525252;

	font-weight:100;

} 

h1 a:link, h2 a:visited {

	text-decoration: none;

	color: #525252;

	font-weight:100;

} 

h1 a:hover{ 

	color: #222222;

} 

/*---------------------------Heading 2------------------------------*/

h2 {
	font-family: Helvetica, Arial, Sans-serif;
	
	margin: 0 0 0 0;

	text-decoration: none;

	font-size: 16px; 

	text-transform: uppercase;

	color: #666666;

	font-weight:500;

} 

h2 a:link, h2 a:visited {

	text-decoration: none;

	text-transform: uppercase;

	color: #666666;

	font-weight: 500;

} 

h2 a:hover{ 

	color: #1E1E1E;

} 

/*---------------------------Heading 3------------------------------*/

h3 {
	font-family: Helvetica, Arial, Sans-serif;
		
	margin: 0 0 0 0;

	font-size: 13px; 

	color: #666666;

	font-weight:500;

} 

h3 a:link, h3 a:visited {

	text-decoration: none;

	color: #333333;

	font-weight: 500;

} 

h3 a:hover{ 

	color: #1E1E1E;

} 

/*---------------------------Heading 4------------------------------*/

h4 {
	font-family: Helvetica, Arial, Sans-serif;
	
	margin: 0 0 0 0;

	text-decoration: none;

	font-size: 15px; 

	color: #666666;

	font-weight:500;
	
	line-height: 18px;

} 

h4 a:link, h4 a:visited {

	text-decoration: none;

	color: #666666;

	font-weight: 500;

} 

h4 a:hover{ 

	color: #1E1E1E;

}  

/*---------------------------Left Logo------------------------------*/

#leftbar{

float: left;

width: 380px; height: 750px;

}

/*---------------------------Projects Logo------------------------------*/

#projects{
	float: right;
	width: 374px;
}


/*---------------------------full Container-------------------------*/

#wrapper{

margin: 0 auto 0 0;

width: 1200px;

}