/* 
Theme Name: heather
Theme URI: http://virtua-gallery.com/wp/webdesign/
Description: heather is a photoblog theme derived from Zack 990.  In addition to large photos, heather includes a four column widget-ready footer.
Author: Virtua Gallery
Author URI: http://virtua-gallery.com/wp/webdesign/
Version: 1.0
Tags: one-column, white, green, fixed-width, threaded-comments, photoblogging

License: GNU General Public License (GPL) version 3




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

.thread-alt {
	background-color: #3e4140;
	background: url(images/combglight.jpg) no-repeat;
	padding: 10px 10px 0 25px;
	width: 900px;
	height: 220px;
	margin-left: 25px;
}
.thread-even {
	background-color: #303231;
	background: url(images/combgdark.jpg) no-repeat;
	width: 900px;
	height: 220px;
	padding: 10px 10px 0 25px;
	margin-left: 25px;
}

/* Navigation Bar
------------------------------------------------------------------*/

#navbar {
	font: bold 9px/9px Verdana, Lucida Grande, Arial, Helvetica, Sans-Serif;
	width: 968px;
	margin: -5px 0 0 0px;
	padding: 0px 16px 20px; /* duplicate the tab size */
	text-align: left;
	display: block;
	background: White;
	}

#navbar li {
	margin: 0;
	padding: 0;
	display: inline;
	}

#navbar a {
	color: #FFFFFF;
	background: #C9D298;
	font-weight: normal;
	height: 19px;
	padding: 5px 16px;
	/* round corner tab - not for IE */
	-moz-border-radius-topright: 3px; 
	-moz-border-radius-topleft: 3px;	
	-moz-border-radius-bottomright: 3px; 
	-moz-border-radius-bottomleft: 3px;	
	}
	
#navbar a:hover {
	color: #ffffff;
	background: #828A58;
	text-decoration: none;
	/* round corner tab - not for IE */
	-moz-border-radius-topright: 3px; 
	-moz-border-radius-topleft: 3px;	
	-moz-border-radius-bottomright: 3px; 
	-moz-border-radius-bottomleft: 3px;	
	}

#navbar .current_page_item a {
	color: #DF0D0D;
	background: #EFEBE0;
	text-decoration: none;
	/* round corner tab - not for IE */
	-moz-border-radius-topright: 3px; 
	-moz-border-radius-topleft: 3px;	
	-moz-border-radius-bottomright: 3px; 
	-moz-border-radius-bottomleft: 3px;	
}

#navb {
	background: white;
	height: 1px;
	width: 1000px;
	display: inline;
	position: absolute;
	top: 251px;
	left: 50%;
	margin: 0 0 0 0px;
	padding: 0;
	z-index: 2;
	}
/* Global
------------------------------------------------------------------*/

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, pre, blockquote, ul, ol, dl, address, .hlogo, .htitle, .widgettitle, .more-link  {
	margin:0;
	padding:0;
	}

a, a:link, a:visited {
	outline: none;
	}


/* Layout 
------------------------------------------------------------------*/

#header	{
	width: 100%;
	margin: 0 0 10px 0;
	font-size: 100%;
	padding: 0 0 0 0;
	height: 150px;
	background: url(images/bg.jpg);
	}

h1 {
	clear: both;
	width: 60%;
	}

	
#blog_title {
	width: 1000px;
	margin: 0 auto;
	background: White;
	padding-bottom: 25px;
}
	

#searchform {
	text-align: left;
	padding: .5em 0 1em .9em;
	
	}
	
#intro {
	padding-top: 60px;
}
#full {
	width: 1000px;
	margin: 0 auto;
	clear: both;
	background-color: White;
	}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	clear: both;
	}

#home_content, #single, #page {
	margin: 5px auto 15px 25px;
	}

#featured .main_meta {
	margin-top: 2em;
	} 

#home_content {
	margin: 2em auto 4em auto;
	}
	
#content {
	width: 55em;
	float: left;
	margin: 2em 0 3em 1.5em;
	padding: 0 2em 0 0;
	}

.post {
	width: 994px;
	float: left;
	margin: 0 0 1em 0em;
	padding: 8px 0 0 12px;
	min-height: 150px;
	overflow: hidden;
	}
	
#single .post {
	border-top: 0;
	}

#single, #home_content {
	margin-top: 4em;
	}

#single .wp-caption-text, #single .caption {
	margin-bottom: 60px;
}

#single.page h2 {
	margin-bottom: 0;
	font-size: 2em;
	color: #686e46;
	
}

.post_entry img {
	float: left;
	display: block;
	margin: 0 2em 2em 0;
	}

#content .post {
	margin-left: 0;
	}

.main_meta {
	clear: left;
	width: 900px;
	margin-bottom: 0em;
	padding: 0 0 25px 12px;
	
	}
	

.main_meta ul  {
	list-style-type: none;
	margin: 0;
	padding-bottom: 5em;
	}

.main_meta ul li {
	list-style-type: none;
	padding-right: 0px;
	margin: 0 0px 0 0;
	float: left;
	color: #cad494;
	}
	
.post_entry {
	width: 1000px;
	margin: 0 2em 0 0;
	}
	
.archive_nav {
	margin: 0;
	padding: .5em 1em 1.7em 1em;
	clear: both;
	}

.right {
	float: right;
	padding-bottom: .5em;
	text-align: right;
	}

.left {
	float: left;
	margin-bottom: .5em;
	}

#secondary_nav {
	clear: both;
	width: 1000px;
	overflow: hidden;
	background-color: #D7DEB3;
	margin-top: 15px;
	}
	
#secondary_nav ul#widgetlist {
	list-style-type: none;
	line-height: 1em;
	width: 1000px;
	margin: 15px auto;
	border-top: 15px solid #bdc785;
	background-color: #D7DEB3;
	}
	


#secondary_nav li {
	line-height: 1em;
}

#col1, #col2, #col3, #col4 {
	display: block;
	width: 225px;
	float: left;
}

#col2, #col3, #col4 {
	margin-left: 30px;
}

.footerlist h2, .taglist h2 {
	font-size: 14px;
}



.footerlist {
	clear: both;
}

.footerlist ul {
	margin: 0;
	padding: 0;
	background: #d7deb3;
}

.footerlist li a {
	display: block;
	border-bottom: 1px dotted #bdc785;
	padding: .5em 0 .5em .5em;
}

.footerlist ul li a:hover {
	background: #c9d298;
}

.footerlist ul {
	list-style-type: none;
}

.menu {
	margin: 2em 0 0 0;
	}

#footer {
	height: 4em;
	clear: both;
	width: 1000px;
	margin: 0 auto 1em auto;
	}
	
#footer img {
	margin-left: .7em;
	}

.copyright {
	background: url(images/footer.jpg); 
	color: black;
	width: 1000px;
	height: 40px;
	max-height: 60px;
	font-size: .95em;
	margin: 0 auto;
	text-align: center;
	padding-top: 1em;
	}

.copyright p {
	padding-right: 1px;
	color: black;

}

.clear {
	clear: both;
	}



 a.more-link {
	text-align: center;
	display: block;
	padding-top: 5em;
	width: 990px;
	color: #333 !important;
	background: #bdc785;
	padding: 10px 0;
	float: left;
	width: 994px;
	}
	
.more-link:hover {
	background: #AAA;
}

img.thumbnail {
	float: left;
	padding: 0 1em 0 0;
	margin: 0 1em 0 0;
	}
	
.archives {
	float: left;
	display: inline;
	margin: 2em 3em 0 0;
	}

.title {
	margin: 0 0 0 1em;
	font-weight: bold;
	}

.fourohfour {
	width: 65em;
	}

.notfound {
	margin-left: 4em;
	}

.post ol {
	padding-left: 3em;
	line-height: 1.5em;
	list-style-type: decimal;
}

.post ul {
	padding-left: 3em;
	line-height: 1.5em;
	list-style-type: circle;
}

ul, ol {
	margin: 0 0 1.5em 0;
	}


.taglist {
	clear: both;
	line-height: 1.5em;
}

.gallery {
	padding-bottom: 2em;
}

.post img.nocaption {
	margin-top: 5em;
}



/*  Style and Colors 
------------------------------------------------------------------*/

#header {
	background: #FFF;
	color:  #bdc785;
	}
	
#blog_title {
	width: 1000px;
	height: 150px;
}

input {
	border: 1px solid #686e46;
	}

#topnav, #footer, #topnav ul {
	background-color: #FFF;
	color: #FFFAEF;
	}

body {
	background: url(images/bg.jpg);
	}
	
#wrapper {
	background: #fff;
	}

#topnav li {
	border-right: 1px solid #333;
}

#featured {
	background: #d7deb3;
	border-bottom: 3px solid #101010;
	}
	
#main_feature {
	color: #000;
	}
	
.main_meta {
	color: #000;
	}
	
#secondary_nav {
		}

.commentmetadata {
	color: #2F2B23;
	}

.post_entry {
	color: #2F2B23;
	}

.archive_nav {
	border-top: 1px solid #EFEBE0;
	border-bottom: 1px solid #EFEBE0;
}

#single .archive_nav {
	border: 0;
}

#logo img {
	border-style: none;
	}

h3 {
	color: #2F2B23;
	text-indent: 25px;
	}

#main_feature img, #home_content img, .post_entry img, #content img, #single img, .wp-caption img, object {
	border-style: none;
	}
	
object {
	display: block;
}
	
#home_content h2 img {
	border-style: none;
	}

.copyright {
	color: #c9d298;
	}
	
#secondary_nav h2 {
	color: #686E46;
	clear: left;
	margin: 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 22px;
	text-indent: 0px;
	font-family: Georgia;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}


/* =Link Styles and Colors 
------------------------------------------------------------------*/
a	{
	text-decoration: none;
	}

a img {
	border-style: none;
	}
	
h1 a {
	color: #FFF;
}

.main_meta h2 a:hover {
	color: #686e46;
}
	
#topnav a {
	padding: 1em 1.5em 1em 1.5em;
	}

#topnav a:hover {
	color: #828a58;
	}

#page h2 {
	color: #c9d298;
	}

.page_item a, .home a, .archive a {
	color: #FFFAEF;
	}

.current_page_item a, .current a {
	color: #828a58;
	}
	
#content a, #featured a, #comments a, .commentmetadata a, 
#response a, #home_content a, #secondary_nav a, #content_archives a, #single a, .feeds a, #page a {
	color: #686e46;
	}
	
#home_content h2 a {
		color: #686e46;
	}

#commentmetadata {
	color: #828a58;
	}

#content h3 a, #home_content h3 a {
	color: #2F2B23;
	}


#footer a img {
	border-style: none;
	}

.copyright a, .skip a {
	color: #686e46;
	border-bottom: 1px dotted #686e46;
	opacity: 0.8;
	}	
	
.skip a {
	border: 0;
	}

 .skip a:hover {
	color: #211b00;
	background: #686e46;
	}
	
a img {
	border: 0;
}

#wrapper .main_meta ul li a {
	color: #999;
}

#wrapper .main_meta ul li a:hover {
	color: #828a58;
}

/* Typography
------------------------------------------------------------------*/
#mainnav, .htitle, #main_feature h2, h1, .section_heading, #sidebar h2, h3, h4, h5, .post_date, .more-link, h2, 
.main_meta, .commentmetadata, .dropcaps, .authorcommentmetadata, .right, .left, cite.fn {
	font-family: Helvetica, Arial, sans-serif;
	}

#mainnav, .htitle {
	font-weight: bold;
    text-transform: uppercase;
    }

.htitle {
	padding: .5em 0 0 0;
	margin-left: 105px;
	}

.description {
	font-size: .95em;
	color: #AFA183;
}

p.description {
	margin-top: 0;
}

#topnav {
	font-size: 1em;
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
	} 
	
#intro {
	color: #bdc785;
	font-size: 1.3em;
	padding: .2em 1em;
}

#intro p {
	margin: 20px 0;
	line-height: 1.3em;
}

#main_feature p {
	font-size: 1em;
	}



.main_meta {
	color: #333;
	}	

.small {
	font-size: .9em;
	}

body { 
	font-size: 12px;
	font-family: verdana, sans-serif;
	}

p	{
  	font-size: 1em;
	line-height: 1.5em;
	width: 850px;
		}
	


h1 {
	font-size: 1.75em;
	font-weight: bold;
	}

h2, h2 a {
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 0;
	background: url(images/title.jpg) no-repeat;
	width: 917px;
	height: 41px;
	padding-left: 0px;
	padding-top: 0px;
		}
	
#page h2 {
	font-size: 1.2em;

}

#single .main_meta h2 {
	font-size: 24px;
	color: #686e46;

}


	
h3 {
	font-size: 1.3em;
	line-height: 1em;
	margin: 10px 0;
	}
	
.post h3 {
	margin: 10px 0;
}

h4 {
	font-size: 1em;
	line-height: .6em;
	margin: 0 0 1.5em 0;
	}

h5 {
	font-size: 1em;
	}

blockquote {
	width: 85%;
	margin: 0 auto 50px;
	color: black;
	padding: 10px 10px 10px 10px;
	margin-bottom: 1em;
	font-style: italic;
	background: #D7DEB3;
	border: 3px dotted #686E46;
	}

.more-link  {
	text-transform: uppercase;
	font-size: .85em;
	font-weight: bold;
	}

.search {
	text-transform: uppercase;
	font-size: .9em;
	}

.single_meta {
	line-height: 1.5em;
	border-left: 3px solid #686e46;
	padding: 0 .5em 0 0;
	margin-top: 2em;
	}
	
strong {
	font-variant: small-caps;
	}

.main_meta strong {
	color: #686e46;
	}

.edit {
	margin: -1em 0 .5em .3em;
	}
	
.wp-caption {
	margin-top: 1em;
}

.caption, .wp-caption-text {
	font-size: 1em;
	padding: 10px 5px;
	color: #FFF;
	text-align: left;
	background: #000;
	width: 984px;
	margin-top: -5px !important;
	min-height: 25px;

}

.post p {
	margin: 0;
}

h2.gallerytitle {
	font-size: 1.5em;
	margin: 1em 1em .5em 0;
}

.dropcaps {
	font-size: 5em;
	float: left;
	display: inline;
	margin: .35em .2em 0 0;
}



/* threadedComments 
------------------------------------------------------------------*/
h3#comments {
	margin-left: 0;
	margin-bottom: 2em;
}

ul.commentlist {
	list-style-type: none;
	list-style: inside;
}

ul.commentlist .commentmetadata {
	border: 0;
	margin-top: -50px;
	padding-bottom: 1em;
	padding-top: 0;
	
}

ul.commentlist .commentmetadata a {
	color: #000;
}

ul.commentlist .vcard {
	float: left;
	clear: right;
	width: 12em;
	padding:5px 5px 0;
}


	
ul.commentlist .comment.bypostauthor {
	border-top: 1px solid #686e46;
}

ul.commentlist cite.fn {
	display: block;
	font-style: normal;
}

ul.commentlist li.comment {
	clear: both;
	}

ul.commentlist .comment p {
	padding: 5px 5px 0 0;
	width: 875px;

}

span.says {
	display: none;
}

#respond {
	clear: both;
	padding-top: 1em;
	
}

#respond h3 {
	margin: 0 0 .5em 25px;
}

ul.commentlist .reply {
	clear: left;
	float: left;
}

ul.commentlist .reply a {
	color: #999;
}

#commentform a, cite.fn a {
	color: #686e46;
}

#commentform p {
	margin-bottom: 10px;
	margin-left: 25px;
}

ul.commentlist ul.children {
	margin-left: 50px;
	list-style-type: none;
}

.cancel-comment-reply a {
	color: #CF0000;
}

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

#comments ul {
	list-style-type: none;
}

#comments ul.children {
	margin-left: 10px;
}


#comments, #response {
	clear: both;
	margin: 0 auto;
	}

#comments h3, #response h3 {
	font-variant: small-caps;
	}
	
#response {
	padding: 2em 0 0 0;
	}

#comments {
	margin-left: 10px;
}
	
#response h3 {
	
}

#comments h3 {
	margin-bottom: 5px;
}

.disclaimer {
	width: 900px;
	}

.comment_container {
	
	}

 .commentpost {
	float: left;
	margin: 10px;
	padding: 5px 10px 0 0;
	max-height: 220px;
	width: 900px;
	}

.commentmetadata, .authorcommentmetadata {
	float: left;
	width: 700px;
	margin: -20px 0 5px 0;
	clear: both;
	color: #2F2B23;
	padding: 5px 5px 0 5px;
	line-height: 1.5em;
	text-indent: 200px;
	}
	
.commentmetadata li, .authorcommentmetadata li {
	list-style-type: none;
	padding: 2px;
	border-bottom: 1px solid #999;
	margin: 0 5px 0 0;
	}
	
.commentmetadata {

}

.authorcommentmetadata {
	background: #d7deb3;

}

.warning {
	width: 65em;
	padding: 1em;
	background: #FF8F8F;
	border: 1px solid #DF0D0D;
	}

/* #commentform {
	margin-left: .5em;
} */

/*  Widget Styles
------------------------------------------------------------------*/	

.widget {
	clear: both;
	color: #DFD7D3;
}

.widget ul li {
	display: block;
	float: left;
	text-align: left;
	margin: .5em;
}

.widget ul {
	margin: 0 0 0 6em;
	line-height: 1.5em;
}

#tag_cloud a {
	line-height: 1.5em;
	padding-left: 20px;
}


	
.textwidget {
	padding: .5em 0 0 .55em;
	line-height: 1.2em;
	color: #999;
}

#calendar_wrap td {
	padding: .55em;
	border-bottom: 1px solid #c9d298;
	color: #999;
}

#calendar_wrap caption {
	color: #686e46;
	padding-top: .5em;
	font-weight: bold;
}

#calendar_wrap td:hover {
	color: #555;
}

#calendar_wrap th {
	display: none;
}


/* =Better image scaling in IE
------------------------------------------------------------------*/

img { 
-ms-interpolation-mode:bicubic;
 }


/* =Required + WP Default Styling
------------------------------------------------------------------*/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border;
	border: 0px none;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.gallery-caption {
	text-align: center;
	font-size: .9em;
	color: #999;
}

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

