* {
	margin : 0px;
	padding : 0px;
	text-decoration: none;
}

body {
margin: 0;
padding: 0;
color: black;
font: 0.95em Arial, Helvetica, Geneva, sans-serif;
border-top : 2px solid #7d3133;
}

#container {
	width: 920px;
	margin-right: auto;
	margin-left: auto;	

}

a {
	color: #99afb4;
}

a:hover {
	        text-decoration : underline;
			/* border-bottom : 1px solid green; */
}

a:hover h4 {
	        text-decoration : underline;
			/* border-bottom : 1px solid green; */
}

a:hover h3 {
	        /* color : #99b98a; */
			 text-decoration : underline;
}

p:hover h4 {
	        /* color : #99b98a; */
			 text-decoration : underline;
}

#header {
	height: 82px;
	border-bottom: 1px solid #c7d6cd;
}

p {
	color: #2d2d2d;
	font-style: normal;
	font-size: 0.90em;
	margin-left : 10px;
	margin-bottom: 10px;
	line-height: 1.60em;
}
ol, li {
	color: #2d2d2d;
	font-style: normal;
	font-size: 0.90em;
	margin-left : 20px;
	margin-bottom: 10px;
	line-height: 1.60em;
}
#content{
width: 750px; 
margin-bottom: 30px;
margin-left: 5px;
}

.right{
text-align: right;
}

#left{
text-align: left;
}
#sidebar{
float: right;
width: 150px;
border-left: 1px solid #c7d6cd;
margin-top: 10px;
margin-bottom: 10px;
}

#twitter_div {
margin-top: -10px;
margin-left: 10px;
font-size: 0.70em;
background: #f4f4f4;
}

#twitter_div ul {
list-style-type: none;
margin-left: -15px;
}

#footer {
clear: both;
padding-bottom: 1em;
border-top: 1px solid #c7d6cd;
padding-left: 10px;
text-align: center;
} 

#header span, h1 {
	display : inline;	
}

#header span {
	font-size: 1.20em;
	color: #d4d4d4;
}

#nav {
	color: #fff;
	margin-top : 20px;
}

#nav ul {
	list-style-type: none;
}
#nav li {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	color: #e1e1e1;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 1em;
}
.more {
	color: #e1e1e1;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 1em;
}

.date {
	color: #404040 ;
	font-size: 0.7em;
	background: #f4f4f4;
	margin-left: 10px;
}



h1 {
	color: #a9a9a8;
	padding-top: 26px;
	font: normal normal normal 2.20em Georgia;
}

h2 span {
	color: #dedede;
	font-size: 0.90em;
	margin-left: 10px;
}

h3 a{
	color: #d00318;
	margin-left: 2px;
	margin-top : 26px;
	margin-bottom: 5px;
	font: 1.10em Georgia, "Times New Roman", Times, serif;
}

h3 {
	color: #d00318;
	margin-left: 6px;
	margin-top : 26px;
	margin-bottom: 5px;
	font: 1.10em Georgia, "Times New Roman", Times, serif;
}

h4 {
	color: #a9a9a8;
	padding-top: 20px;
	font: normal normal normal 1.10em Times, serif;
}

.tags {
	display : block;
	padding-left: 19px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	
	background: #f4f4f4 url(tag_green.png) no-repeat left center;
	color: #999;
	font-size: 0.90em;
}

.comments {
	font-family: sans-serif;
	color: #52868c;
	font-size: .8em;
	text-align: right;
}

.comment_area{
	display : block;
	padding-left: 19px;
	padding-top: 4px;
	padding-bottom: 4px;
	
	background: #f4f4f4 no-repeat left center;
	color: #999;
	font-size: 0.90em;
}

