/*  
Theme Name: Budzy - Autumn
Theme URI: http://localhost/wordpress
Description: Autumn theme for Budzy.net
Version: 3
Author: Asela Jayarathne
Author URI: http:budzy.net/ based on original theme from http://binarybonsai.com/


Colour pallet (2.21 upwords) : 	
	#CC6633
	#D98D66
	#E6B39A
	#F2D9CC
	#FAF0EB
*/
* {
	margin:0;
	padding:0;
	}

body {
	background:#000;
	font:0.75em Georgia, "Times New Roman", Times, serif;
	position:relative;
	top:-50px;
	}

a {
	text-decoration:none;
	}
#indicator {
	border: 3px solid #EFDFC2;
	padding: 1em 1em 1em 3em;
	background: url(images/indicator.gif) 10px center no-repeat;
}
#header{
	width:450px;
	height:50px;
	margin-left:120px;
	background-color:#F7EAD2;
	border-bottom:2px solid #D28B2F;
	}

#page {
	background:#fff;
	background-position:0 50px;
	}

#content {
	line-height:150%;
	width:420px;
	margin-left:120px;
	clear:left;
	background-color:#F7EAD2;
	background:#F7EAD2 url(images/bg_content-v2.png) no-repeat bottom left;
	padding:10px 15px 50px 15px;
	min-height:400px;}

#contentwrap{
	background:#fff url(images/bg_contentwraper-v2.png) repeat-x 50px bottom;
	}

#sidebar, #post_rel_data {
	background:#000 url(images/bg_sidebar.png) repeat-x top left;
	margin-left:120px;
	width:450px;
	float:left;
	display:inline;/* to avoid double margin bug in IE */
	}

#sidebar ul li{	list-style:none;
	float:left;
	width:150px;
	margin:0;
	padding:0;}

#latest_flickr {
	position:absolute;
  top:50px;
	left:35px;
}

#latest_flickr li {
 list-style-type: none;
 text-align: center;
 display: block;
 width: 75px;
 margin: 0;
 padding: 0;
}
#latest_flickr li a {
  margin: 0px auto;
  display : block;
  overflow: hidden;
  width : 71px;
  height : 71px;
}
#latest_flickr li a img {
  margin: -2px 0 0 -2px;
}
#latest_flickr li a:hover img {
  margin: 0;
  width           : 71px;
  height          : 71px;
}


#infobar{
	position:absolute;
	top:55px;
	left:580px;
}

#footer {
	color:#333;
	background-color:#181818;
	line-height:23px;
	padding-left:580px;
	}

#footer p {
	padding:0;
	}
#footer a {
	color:#333;
	text-decoration:none;
	}
#footer a:hover{
	border-bottom:1px dashed #333;
	}
/* Main Tyopography ___________________________________________*/

h2, h3 {
	clear:both;
	}

h2 {
	font-size:1.38em;
	color:#B05420;
	padding-left:2px;	
	padding:0.2em 1em 0 0;
	margin-top:0.7em;
	}

h3 { 
	font-size:1.1em;
	color:#B05420; 
	padding:0.5em 1em 0.2em 0;
	}

p {
	padding:0.3em 0;
	}

/* Page Styles ___________________________________________*/
.ad { background: #efdfc2; padding : 5px 10px 10px 10px;}
.ad h4 { color: #B05420; font-weight: normal; font-size: 10px; }

#content a {
	color:#B05420;}

#content a:visited {
	color:#B05420;
	}

#content a:hover{
	background-color:#FAE3B9;
	}

.post_time {
	font-size:x-small;
	padding-bottom:1em;}

.postmetadata{
	border-top:3px solid #EFDFC2;
	border-bottom:3px solid #EFDFC2;
	margin-top:1em;
	line-height:120%;
	}
div.post {
	}
.commnts_link a{
	padding-left:14px;
	background:url(images/bg_comment.png) no-repeat center left;
	}

#flickr_photos{
	text-align:center;
	}

.technorati_title{
	background:url(http://budzy.net/wp-images/logo_technorati.gif) no-repeat center left;
	padding-left:16px;
	}

.technorati_tags{
	padding-top:2em;
	}


/* Comment Styles ___________________________________________*/
#content h3#comments{
	background:url(images/bg_h3_comments.png) no-repeat top center;
	text-indent:-1000em;
	padding:1em 0;

	}
span#comment_data{
	color:#F7EAD2;
	font-size:0.8em;
	position:relative;
	top:-24px;
	left:15px;
	}
	
#content ol.commentlist {
	margin:0.5em 3em;
}
#content ol.commentlist li{
	border-bottom:3px solid #EFDFC2;
	margin-bottom:1em;
	padding-bottom:1em;
}
#content ol.commentlist li cite {
	font:normal 1.5em/100% Georgia, "Times New Roman", Times, serif;
	padding-bottom:0;
	margin-bottom:0;
	}
#content #commentform input{
	font-size:1.2em;
	padding:0.3em;
	}
#content #commentform textarea{
	padding:1em;
	color:#000000;
	}
#content #commentform input#submit{
	padding:0 2em;
	border:2px solid;
	border-color:#EFDFC2 #CFC4B5 #CFC4B5 #EFDFC2;
	background:#EAD9B9;
}
/* Common  elements ___________________________________________*/

#content img {
	padding:2px;
	margin:5px;
	border:1px solid #C7B299;
	}
#content img.sub {
	float: left;
	}

#content ul{
	margin:0.5em 3em;
	list-style:none;
	}

#content ul li {
	background:url(images/bg_li.png) no-repeat left 6px;
	padding-left:14px;
	}

#content blockquote {
	background:url(images/bg_quote.png) no-repeat top left;
	margin:0.5em 3em;
	padding-left:16px;
	color:#8C6238;
	}
#content cite{
	font-style:italic;
	font-size:0.8em;
	}
#content code {
	font-family:"Courier New", Courier, mono;
	background-color:#F9F0DE;
	}
#content pre {
	font-size: 1.2em;
	background-color:#F9F0DE;
	padding: 1em;
	border: 1px solid;
	border-color: #F2D9CC #E6B39A #E6B39A #F2D9CC;
}

#content ins {
	text-decoration:none;
}

#content dt{
	font-weight:bold;
	}
#content dd{
	padding-left:20px;
	}
/* sp=dl */
#content dl.diary dt{
	font-size:1.2em;
	color:#B05420;
	padding-left:20px;
	}
#content dl.diary dd{
	margin-bottom:20px;
	padding-left:60px;
		}
/* /sp=dl */
input, textarea{
	background:#FDF7ED;
	border:1px solid #CFC4B5;
	color:#8C6238;}
input:focus, textarea:focus{
	background:url(images/bg_txtarea.png);
	}
input#submit {
	background:none;
	}
	

/* Main Navigation styles ___________________________________________*/
div#mainNav {
	margin:0; padding:0;
	width:450px;
	margin-left:120px;
	background-color:#FFFFCC;
	height:33px;
	background:url(images/bg_manNav.png) no-repeat;
	background-position: 0 -40px;
	}
	div#mainNav ul {
	background:#F7EAD2;
	}

div#mainNav ul li{
	list-style:none;
	float:left;
	}

div#mainNav ul li a{
	height:33px;
	float:left;
}

div#mainNav ul li a{
	background:url(images/bg_manNav.png) no-repeat;
	text-indent:-999px;
	text-decoration:none;
	}

div#mainNav ul li a#blog{width:58px; margin-left:15px; background-position:-15px 0;}
div#mainNav ul li a#about{width:64px; margin-left:18px; background-position:-91px 0;}
div#mainNav ul li a#library{width:73px; margin-left:20px; background-position:-175px 0;}
div#mainNav ul li a#contact{width:73px; margin-left:21px; background-position:-269px 0;}
div#mainNav ul li a#photos{width:73px; margin-left:20px; background-position:-362px 0;}
div#mainNav ul li a:hover, div#mainNav ul li a.current{background-image:none;}

/* Side bar ___________________________________________*/
div#sidebar a, div#post_rel_data a{
	text-decoration:none;
	color:#fff;
}
div#sidebar a:hover, div#post_rel_data a:hover{
	border-bottom:1px dashed #fff;}

div#sidebar h2, div#post_rel_data h2{
	padding:0;
	margin:0;
	height:23px;
	text-indent:-9999px;
	margin-bottom:5px;
	}

div#sidebar ul li#blogroll h2 {
	background:#fff url(images/hd_blogroll.png) no-repeat top left;
	}

div#sidebar ul li#archives h2 {
	background:#fff url(images/hd_archives.png) no-repeat top left;
	}

div#sidebar ul li#categories h2 {
	background:#fff url(images/hd_categories.png) no-repeat top left;
	}
div#post_rel_data h2 {
	background:#fff url(images/hd_previous_entries.png) no-repeat top left;
	width:210px;
	}

div#sidebar ul li#meta h2{
	display:none;
	}

div#sidebar ul li#meta{
	padding:.5em 0 8em .5em;
	position:fixed;
	top:0px; left:0px;
	background:url(images/bg_versionbug.png) no-repeat top left;
	}

/* infobar bar ___________________________________________*/

#infobar ul, #post_rel_data{
	line-height:150%;
	list-style:none;
	padding:0 0 1em 0;
	}

#infobar, #infobar a{
	color:#BFBDBD;
	}

#infobar a:visited{
	}

#infobar a:hover{
	background:#F1F1F1;
	color:#A9A6A6;
}

#infobar h2{
	color:#BFBDBD;
	font-size:1em;
	background:none;
	}
#infobar input#searchsubmit{
	border:1px solid;
	border-color:#EFDFC2 #CFC4B5 #CFC4B5 #EFDFC2;
	background:#EAD9B9;
}

/* Begin Contact Form CSS _____________________________*/
.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 1px solid #ff0000;
}

.contactsubmit {
}

/* vCard ___________________________________________*/
#content div.vcard img.photo{
border: none;
float: left;
}

/* Other	 ___________________________________________*/
#post_rel_data a{
	color:red;
	}
