/*
Theme Name: Nectarine Scene
Theme URI: http://nectarinescene.com/
Description: Default theme for nectarinescene.com
Version: 1.0
Author: Ryan Foote
Author URI: http://www.mjrcg.com/
Tags:

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body{
	margin: 0;
	padding: 0;
	background: url(/wp-content/themes/nectarinescene/images/page-bg.jpg) 0 0 repeat-x #d25612;
	
	font-family: Verdana, Arial, Helvetica;
	font-size: 0.8em;
	line-height: 0.8em;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

img{
	border: 0;
}

.alignright{
	float: right;
}

.alignleft{
	float: left;
}

#wrapper{
	margin: 0 auto;
	display: block;
	width: 100%;
	height: 486px;
	background: url(/wp-content/themes/nectarinescene/images/header.jpg) 50% 0 no-repeat;
}

a.homelink:link, a.homelink:visited{
 text-indent: -9000px;
 outline: none;
 display: block;
 width: 960px;
 height: 280px;
}

a.homelink:hover{

}

#content{
	width: 960px;
	margin: 0 auto;
}

#leftcolumn{
	width: 740px;
	float: left;
	margin: 0px 0 0 0;
}

#rightcolumn{
	width: 210px;
	margin: 0px 0 0 10px;
	float: right;
}

.post{
	width: 740px;
	background: url(/wp-content/themes/nectarinescene/images/post-bg.png) 0 0 repeat-y;
	padding: 0 0 20px 0;
}

.posttitle{
	width: 740px;
	height: 73px;
	display: block;
	background: url(/wp-content/themes/nectarinescene/images/post-title.png) 0 0 no-repeat;
}

.postdate{
	float: left;
	width: 53px;
	text-align: center;
	font-size: 1.6em;
	line-height: 1em;
	color: #FFFFFF;
	
	margin: 0;
	padding: 15px 0 0 7px;
}

.posttitletext{
	float: right;
	width: 660px;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
}

.commentsbubble{
	width: 58px;
	margin: 15px 40px 0 0;
	padding: 23px 0 0 0;
	display: block;
	float: right;
	color: #FF0000;
	background: url(/wp-content/themes/nectarinescene/images/comment-bubble.gif) 0 0 no-repeat;
	text-align: center;
}

a.commentbubblelink:link, a.commentbubblelink:visited{
	color: #a3a3a3;
	display: block;
	padding: 30px 0 0 0;
	font-size: 0.8em;
	text-decoration: none;
}

a.commentbubblelink:hover{
	color: #6d6d6d;
}

a.commentbubblecount:link, a.commentbubblecount:visited{
	font-size: 2.8em;
	color: #696969;
	display: block;
	text-decoration: none;
}

a.commentbubblecount:hover{
	color: #FFFFFF;
}

.postmetadata{
	margin: 0 0 0 0;
	color: #892400;
	font-size: 0.8em;
	line-height: 1.5em;
}

.postmetadata a:link, .postmetadata a:visited{
	color: #892400;
	font-weight: bold;
}

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

.postmetadata a:hover{

}

.entry{
	margin: 0 40px 0 80px;
	padding: 0 0 20px 0;
}

.entry p{
	line-height: 1.5em;
}

#respond{
	padding: 0;
	width: 630px;
	margin: 0 50px 0 80px;
}

#comments{
	margin: 20px 0 20px 80px;
}

ol.commentlist{
	margin: 0 0 0 80px;
	padding: 0;
	list-style-type: none;
}

ol.commentlist li{
	margin: 0 40px 0 0;
	padding: 15px 0 0 0;
	border-bottom: 1px solid #000000;
}

.comment-author a:link, .comment-author a:visited{
	color: #d25612;
	font-style: normal;
	font-weight: bold;
}

.commentmetadata{
	margin: 10px 0 0 0;
	font-size: 0.8em;
}

.commentmetadata a:link, .commentmetadata a:visited{
	color: #a3a3a3;
}

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

#sidebar{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sidebartitle{
	margin: 20px 0 5px 0;
	padding: 0;
}

#sidebar li ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar li ul li{
	color: #ffc196;
}

#sidebar li ul li a:link, #sidebar li ul li a:visited{
	color: #ffc196;
}

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

.pagetitle{
	margin: 0 0 0 0;
	padding: 0 40px 30px 80px;
	background: url(/wp-content/themes/nectarinescene/images/post-bg.png) 0 0 repeat-y;
}

#tagcloud{
	margin: 0;
	padding: 0;
}

#tagcloud a:link, #tagcloud a:visited{
	color: #ffc196;
}

a.searchlink:link, a.searchlink:visited{
	font-size: 1.5em;
	color: #892400;
	font-weight: bold;
}

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

.blogroll li{
	margin: 0 0 10px 0;
}

#searchform label{
	visibility: hidden;
	display: none;
}
