/*  

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

*/

/*---------------------------Header----------------------------------*/

#header {
	float: left;
	width: 445px; height: 345px;
	text-transform: uppercase;
	list-style: none;
	line-height: 24px;
	font-size: 16px;
	font-weight: 500;
	color: #666666;
}

#header a, #header a:visited {
	text-decoration: none;
	color: #C4C4C4;
	padding: 0 0 0 8px;
}

#header a:hover {
	color: #666666;
	padding: 0 0 0 8px;
}

#header .current_page_item, #header .current_page_ancestor {
	background: url(images/menu-arrow.png) no-repeat;

}

#header .current_page_item a, #header .current_page_item a:visited, #header .current_page_item a:hover, #header .current_page_ancestor a, #header .current_page_ancestor a:visited, #header .current_page_ancestor a:hover {
	color: #666666;
}

#menu1 .current_page_item, #menu1 .current_page_ancestor {
	background: url(images/menu-arrow-menu1.png) no-repeat;
}

#menu1 {
	float: left;
	width: 160px;
}

#menu2, #menu3, #menu4 {
	float: left;
	width: 190px;
}


/*---------------------------General Content Container---------------*/

#container{
	float: left;
	width:625px;
	padding: 0 0 50px 0;
}

#container .entry {
	padding: 20px 0 40px 0;
}

#container h1, #container h1 a:link, #container h1 a:visited  {
	text-decoration: none;
}

/*Content------------------------------------------------------------*/

.post{
	padding: 0 10px 75px 8px;
}

.entry{
	line-height: 18px;
}

.postmetadata{
	margin: 20px 0 0 -10px;
	padding: 1px 10px 1px 10px;
	background-color:#f4f4f4;
}

.postmetadata a {
	text-decoration: underline;
}

.postmetadata a:hover {
	text-decoration: none;
}

.navigation{
	padding: 0 10px 0 8px;
	font-size: 10px;
	font-weight: 500;
	line-height: 18px;
	text-decoration: none;
}

.navigation a{
	text-decoration: none;
}

table#wp-calendar{
	width: 100%;
}

table#wp-calendar a{
	color: #25944f;
	font-weight: bold;
	text-decoration: none;
}

/*Sidebar-----------------------------------------------------*/

.sidebar{
	float: right;
	margin: 81px 20px 0 0px;
	width:150px;
	display: inline;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 15px 0px;
	text-align:right;
}

.sidebar ul li{
	padding: 10px 0 0 0;
}

.sidebar ul li a {
	text-decoration: none;
}

.sidebar ul li h2{

	padding: 3px 9px 3px 0px;
	background-color:#f4f4f4;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 24px;

}

/*Tags-----------------------------------------------------*/

.tags,

#tag_cloud {
	margin: 0 0 0 0px;
}

.tags {
  text-align: center;
}

.tags a,

#tag_cloud a {
	color: #AAA;
	margin: 0 2px;
}

#cle{
	clear: both;
}

/*Comments-----------------------------------------------------*/

.comments-template{
	margin: 10px 0 0;
	padding: 10px 0 0;
}

.comments-template h3{
	font-weight:bold;
	margin: 0 0 5px 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
	border-top: 1px solid #ccc;

}

.comments-template ol li{
	margin: 10px 0 0 0;
	line-height: 18px;
	padding: 10px 0 30px;
	border-bottom: 1px solid #ccc;
}

.commentmetadata{
	font-size: 12px;
}

.commentmetadata a{
	text-decoration: none;
}

.commentmetadata p{
	font-size: 14px;
}


.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	width: 375px;
}

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/*---------------------------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;
}  

/*---------------------------Heading 6------------------------------*/

h6 {
	font-family: Helvetica, Arial, Sans-serif;
	margin: 0 0 0 0;
	color: #555555;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	text-transform: normal;
	letter-spacing: -0.05em;
	line-height: 1.2em;
} 

h6 a:link, h6 a:visited {
	text-decoration: none;
	color: #555555;
}

h6 a:hover{ 
	color: #555555;
} 

/*---------------------------Left Bar------------------------------*/

#leftbar{
float: left;
width: 380px; 
height: 100%;
}


/*---------------------------Left Content------------------------------*/

#leftcontent{
float: right;
}


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

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

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

#wrapper{
	margin: 0 auto 0 0;
	width: 1210px;
}