/*
    Skin Name: itanshi -- main.css
    Skin URI: http://fanforge,.net/
    Author: Richard Frostick
    Author URI: http://fanforge.net
*/

/*  __________________________________itanshi Index and Block Style Sheet __________________________________ */

/* News Block Styles __________________________________ */
/* This section controls the appearance of the news block both on the news page and on the index. */

.newsLoop .adminoptions {
	font-weight:normal;
	font-size:9px;
	margin:0 4px;
}

.newsTitle {
	background-color:#CCC2B5;
	border-bottom:1px solid #CCC2B5;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	padding:0pt 0pt 0pt 5px;
}

.newsAuthor {
	float:left;
	text-align:left;
	font-size:12px;
	padding:0 0 0 15px;
}

.newsDate {
	font-size:11px;
	color:#594F3E;
	margin:0 0 0 5px;
}

.comlink {
	float:right;
	margin: -20px 5px 0 0;
	font-size:13px;
	display:block;
}

.newsStory {
	clear:both;
	margin:0 5px;
	padding:5px;
	font-size:12px;
}

.newsLoop {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#FAFBF9;
	border:1px solid #CCC2B5;
	margin:auto;
	width:95%;
}

/* Comment & Review Styles __________________________________ */
/*This section controls the appearance of all comments and reviews on the site */

.revBox {
	margin:auto;
	padding:0;
	border:1px solid #CCC2B5;
	background-color:#FFFFFF;
	width:95%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	clear:both;
}

.revBox .adminoptions {
	font-size:11px;
	text-align:right;
	margin:0 2px 0 2px;
	float:right;
}
	
.revHeader {
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	clear:both;
	margin:5px 0 10px 10px;
	padding: 0 12px;
	background: transparent url(images/bullet.png) no-repeat left 3px;
}

.revBody {
	margin:5px 25px;
	clear:both;
}

.revSig {
	margin:3px;
	font-size:11px;
	clear:both;
}

.revSig:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.revSig ul {
	text-indent: 10px;
	padding: 3px 0;
	margin: 0;
	text-align: left;
}

.revSig ul li{
	display: inline;
	padding: 3px 0;
	padding-right: 35px;
	margin: 0;
}
/*twitter*/

.twitterfeed ul{
list-style-type:none;
margin-bottom:0pt;
margin-left:10pt;
margin-right:0pt;
margin-top:0pt;
padding-bottom:0pt;
padding-left:0pt;
padding-right:0pt;
padding-top:0pt;
}
.twitterfeed ul li{
margin-top:5pt;
}