body {
	background-color: #fff;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;

}



#links {
	font-family: Tahoma;
	font-size: 0.6em;
	text-decoration: none;
	color: #ccc;
}

#links a {
	text-decoration: none;
	color: #ccc;
}




#head {
	font-size: 0.8em;
}
#foot {
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #666;
}
#foot a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

#nav {
	margin-bottom: 10px;
}
#nav a {
	font-size: 0.9em;
	text-decoration: none;
	color: #630;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.gray {
	background-color: #F2F2F2;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #999;
}


.block {
	background-color: #F2F2F2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
	
.index-category {
	font-size: 0.8em;
	font-weight: bold;
	color: #630;
}
.index-category a {
	font-size: 0.8em;
	font-weight: bold;
	color: #630;
}
.index-time {
	font-size: 0.8em;
	color: #666;
}

#today h2 a {
	font-size: 1.1em;
	font-weight: bolder;
	line-height: 1em;
	text-decoration: none;
	color: #000;
}

#today p a {
	font-size: 0.9em;
	line-height: 1.3em;
	text-decoration: none;
	color: #000;
}

#single h2 {
	font-size: 1.6em;
	font-weight: bolder;
	line-height: 1em;
	text-decoration: none;
	color: #000;
}

#single p {
	font-size: 0.9em;
	line-height: 1.3em;
	text-decoration: none;
	color: #000;
}
#news1 h3 a {
	font-size: 0.8em;
	font-weight: bolder;
	line-height: 1.3em;
	text-decoration: none;
	color: #000;
}
#news1 p a {
	font-size: 0.8em;
	line-height: 1.3em;
	text-decoration: none;
	color: #000;
}

#news1 a img {
	padding-right: 10px;
}

.details {
	display:block;
	font-size: 0.7em;
	margin-top: 8px;
	margin-bottom: 8px;
}

#singlepostinfo {
	width: 130px;
	float: right;
	font-size: 0.8em;
	text-align: center;
	color: #999;
	padding: 5px;
	border: 1px solid #CCC;
	margin-top: 10px;
}



/* ***********************************************************
*	COMMENT  	*
***********************************************************/
p#commentNotification { /* text style for notification message that is displayed when post is pass protected or comments are closed */
	display:block;
	margin-top:7px;
	background:#f9f9f9;
	padding:3px 5px;
	font-weight:bold;
}
ol.commentlist li { /* Comment Wrapper */
	border:1px solid #d5d5d5;
	height:1%;
	margin:0 0 10px;
	padding:5px 5px 5px 53px;
	position:relative;
	list-style-type: none;
}
li div.vcard { /* Font style for comment author link*/
	font-size: 1em;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 80px;
	padding-bottom: 0;
	padding-left: 0;
	color: #630;
}
li div.vcard img.avatar { /* Avatar style between comments */
	border:1px solid #d5d5d5;
	padding:2px;
	background:#fff;
	left:5px;
	position:absolute;
	top:7px;
}
li div.comment-meta { /* Style for date of comment */
	position:absolute;
	right:10px;
	text-align:right;
	top:10px;
	font-size: 0.8em;
	line-height: 1.4;
}
li div.comment-meta a {
	color:#8F8F8F;
}
li div.comment-meta a:hover {

}
ol.commentlist li p { /* Comment font style */
	font-size: 0.9em;
	line-height: 1.1em;
} 
li div.reply {  /* Reply button style */
	background:#666;
	color:#fff;
	text-align:center;
	width:60px;
	font-size: 0.8em;
	padding: 2px;
}
ol.commentlist li div.reply:hover {
	background-color: #630;
	text-decoration: none;
}
li div.reply a {
	color:#FFF;
	text-decoration: none;
}
ol.commentlist li ul.children { /* Inner comment style */
	margin-top:10px;
}
li.depth-2,li.depth-3,li.depth-4,li.depth-5 { /* inner comment margin-bottom */
	margin:0 0 .20em;
}
ol.commentlist li.even { /*The background color for 1-3-5... no comments*/
	background:#fff;
}
ol.commentlist li.odd { /* Background color for 2-4-6... no comments */
	background:#f9f9f9;
}
ol.commentlist li.pingback div.vcard {
	padding:0 170px 0 0;
}

/* ******************************************************** */
/* COMMENT FORM */
/* ******************************************************** */
p#noComment {
	font:bold .8em Tahoma, Geneva, sans-serif;
	background:#f7f7f7;
	padding:4px 4px 4px 10px;
}
#commentform {
	background: url(/images/bgWriteComment.gif) repeat;
	border:1px solid #ececec;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
.cancel-comment-reply {
	margin-bottom:4px;
}

#commentform label {
	font-size:1em;
	padding-left:0px;
}
#author,#email,#url {
	font: 11px Tahoma, Geneva, sans-serif;
	width: 40%;
	padding: 2px;
	background:#fefefe;
	border: 1px solid #e6e6e6;
}
#commentform textarea, #commentform input {
	border: 1px solid #bbb;
	background-color: #FFF;
}
#commentform textarea {
	width: 90%;
	height: 120px;
	border: 1px solid #e6e6e6;
	padding: 2px 3px 3px 7px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	background-color: #FFF;
}
#submit {
	width: 112px;
	height:24px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
}
#submit:hover {
	width: 112px;
	height:24px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
}


.comment-author.vcard .fn {
	font-weight: bold;
	font-style: normal;
}




/* ****************************** BLOCKQUOTE AND CODE STYLE - STYLE IS APPLICABLE FOR BOTH ENTRIES AND COMMENTS */
blockquote {
	padding: 2px 10px;
	background: #e6f9c9;
	color:#369;
	clear:both;
	border:1px solid #a9d26a;
	margin-bottom:10px;
}
code {
	color:#444;
	display:block;
}
blockquote p {
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 15px;
}
blockquote li {
	padding: 2px 0px 2px 10px;
	font-size: 11px;
	line-height: 15px;
	color:#369;
}




.alignleft {
	float:left;
	margin-right:10px;
	margin-top:5px;
}
.alignright {
	float:right;
	margin-left:10px;
	margin-top:5px;
}
.aligncenter {
	margin:0 auto;
	display:block;
}
#main #content #single #singlerelated .related_post {
	list-style-type: square;
	color: #630;
	font-size: 1em;
}

/* ******************************************************** */
/* WP Polls Style */
/* ******************************************************** */

.wp-polls .pollbar {
margin: 1px;
font-size: 6px;
line-height: 8px;
height: 8px;
background: #d8e1eb;
border: 1px solid #c8c8c8;
}
