/*

Theme Name: Tamarind
Description: Two Column simple blog style
Author: <a href="http://www.randomhouse.com">Random House</a>
Author URI:Random House Group Digital

*/


#content {
float:right;
padding-right:20px;
margin-bottom: 0;
width:550px;
text-align:left;
font-size:10pt;
}
#content h2{
color:#73b03a;
}
#content h1, #content h1 a, #content h1 a:visited, #content h1 a:active  {
margin: 0;
padding-bottom:5px;
padding-left:0px;
padding-right:0px;
padding-top:10px;
font-size: 130%;
line-height: normal;
color: #73b03a;
font-weight:normal;
text-decoration:none;

}

h1 {
margin: 0;
font-size:12pt;
padding: 5px;
color: #73b03a;

}

#sidebar {
float: left;
width: 171px;
margin: 0 10px 0 0;
color: #000;
text-align:left;
}

#sidebar ul li
{
list-style-image: url('../images/gizzi_starbullet.gif');
color: #000;
font-size:12pt;
}

#sidebar h2 {
color: #999;
margin-left:5px;
font-size:12pt;
}
#sidebar a {
color: #37554d;
}

#sidebar a:hover {
color: #37554d;
text-decoration:underline;
}

.
/*post stylng*/
.post{margin:0 0 25px 0;
width:500px;}

.post .info{
width:500px;
font-size:8pt;
color: #B09C5E;
}
.post #img {
margin:5px;
padding:5px;
}
.post h2{
color:#73b03a;
}

.entry{
width:500px;
font-size:10pt;
}

.entry img{
margin:5px;
border:0px;
}
.entry img a, .entry img a:visited, .entry img a:active  {
text-decoration: underline;
color: #37554d;
}

.entry img a:hover {
text-decoration: underline;
color: #37554d;
}

/* Comments Styling */

#comments {
padding: 5px;
margin-bottom: 0;
color: #000;
width:450px;
text-align:left;

}
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: transparent;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}
#comments h2{
color:#73b03a;
}
.gold{
color:#B09C5E;
padding:2px;
}
#menu {
		height: 24px;
	font-size:9pt;
	line-height: 18px;
	padding: 0 3px 1px;
	background-color:#37554d;
	border:#fff 4px solid;}
	
#menu #left a {
	padding-right: 10px}
	
#menu #right a {
	padding-left: 10px}
		.newmenu a {
			text-decoration:none;
			padding-right:10px;
	color:#fff;
	
	}
		.newmenu a:visited {
	text-decoration:none;
			padding-right:10px;
	color:#fff;
	
	}
			.newmenu a:hover {
					padding-right:10px;
				text-decoration:underline;
	color:#fff;
	
	}
	
	.newmenu #selected {
	font-weight:bold;
	}
	
	
#top_image {
background-position:center;
height:260px;
	text-align: center}

#top_image img {
	border: 0;
	width: 800px;
	height: 200px}
	
	
blockquote {
	color:#59726c;
	}
	
.commentseparator{
width:370px;
height:20px;
border-bottom:1px #87212A dotted;
}