/*
Theme Name: News Views Theme
Theme URI: http://all4wordpress.com/
Description: News Views Theme
Author: All4WordPress
Author URI: http://all4wordpress.com/
*/
@import url(grid.css);

.header{
	background: transparent url(images/title.png) repeat-x 0px 0px; 
}

* html .header{
	height: 30px;
}

* html .search table{
	margin: 7px 10px 0px 0px; 
}

.title{
	font-size: 31px;
	color: #6dd6ff;
	letter-spacing: -1px;
}

.title div{
	padding: 15px 0px 19px 20px;  
}

* html .title div{
	padding: 15px 0px 5px 20px;  
}

.container{
	border: 1px solid #6dd6ff; 
	background: white url(images/container.png) repeat-y top right; 
}

.search table{
	margin: 10px 0px 0px 0px; 
}

input.button{
	color: white;
	background-color: #a59e97;
	border: 1px solid #a19e9c;  
	padding: 1px 10px 2px 10px; 
	font-size: 12px;
}

*+html  input.button{
	padding: 1px 5px 1px 5px; 
}

input.text{
	background-color: white;
	border: 2px solid #e9e9e7; 
	padding: 3px; 
}

html* input.text{
	padding: 1px; 
}

textarea{
	background-color: white;
	border: 2px solid #e9e9e7; 
	padding: 3px; 
}

.search input.text {
	width: 224px;
}

.search a{
	display: block;
	line-height: 110%;
	margin-top: -7px;
}

html* .search a{
	margin-top: 0px;
}

.menu{
	background-color: #d7d6d2;
}

.menu ul{
	list-style-type: none;
	margin: 0px; 
	padding: 0px 0px 0px 5px; 
}

.menu ul li{
	float: left;
	font-size: 12px;
	padding: 8px 20px 6px 20px; 
}

.menu ul li a{
	text-decoration: none;
}

.menu ul li a:hover{
	text-decoration: underline;
}

.box{
	padding: 15px 20px 15px 20px; 
}

.tools{
	clear: both;
	list-style-type: none;
	margin: 10px 0px 20px 0px; 
}

html* .tools{
	margin: 10px 0px 0px 0px; 
}

.tools li{
	float: left;
}

.readnext{
	background: transparent url(images/readnext.png) no-repeat 0px 3px; 
	padding: 0px 0px 3px 20px; 
	margin: 0px 15px 0px 0px; 
}

.add{
	background: transparent url(images/add.png) no-repeat 0px 3px; 
	padding: 0px 0px 3px 16px; 	
	margin: 0px 15px 0px 15px; 
}

.mail{
	background: transparent url(images/mail.png) no-repeat 0px 4px; 
	padding: 0px 0px 3px 22px; 	
	margin: 0px 15px 0px 15px; 	
}

.article{
	border-bottom: 5px solid #f0f0ef; 
}

.quote{
	font-size: 13px;
	background: transparent url(images/quote.png) no-repeat 5px 8px; 
	padding: 10px 10px 10px 50px; 
	line-height: 130%;
	font-style: italic;
	font-family: "Trebuchet MS";	
	margin: 0px 0px 10px 0px; 
}

.quotesmall{
	font-size: 11px;
	background: transparent url(images/quote.png) no-repeat 5px 8px; 
	font-style: italic;
	background-color: #f0f0ef;
	line-height: 130%;
	padding: 10px 10px 10px 50px; 
	font-family: "Trebuchet MS";
	margin: 0px 0px 10px 0px; 	
}

ol{
	margin: 10px 0px 10px 40px; 
}

.usercomment{
	background-color: #f0f0ef;
	padding: 10px 15px 10px 15px; 
	font-style: italic;
	margin: 0px 0px 15px 0px; 
}

.leavecomment{
	background: transparent url(images/leavecomment.png) no-repeat 0px 5px; 
	padding-left: 30px;
	width: 220px;
}

.leavecomment h1{
	padding-top: 0px;
	margin-top: 0px;
}

.commentform label{
	display: block;
}

.commentform input.text, .commentform textarea{
	margin-bottom: 10px;
	width: 97%;
}

.commentform .checkbox{

}

.sidebar{

}

.sidebar .box{
	padding: 5px 5px 5px 5px; 
}

.rssfeed{
	background: #eeedeb url(images/rss.png) no-repeat 9px 9px; 
	border: 2px solid white; 
	width: 110px;
	padding: 13px 0px 0px 50px; 
	height: 32px;
	font-size: 14px;
	float: left;
}

.mailsub{
	background: transparent url(images/mailsub.png) no-repeat 11px 11px; 
	border: 2px solid white; 
	width: 145px;
	padding: 13px 0px 0px 50px; 
	height: 32px;
	font-size: 14px;	
	float: left;
	margin: 0px 0px 0px 5px; 	
}

.about{
	padding: 15px 15px 2px 15px; 
	margin: 55px 0px 0px 0px; 
	background-color: white;
	clear: both;
}

* html .about{
	margin: 5px 0px 0px 0px; 
}

.posts{
	padding: 15px 15px 2px 15px; 
	margin: 0px 0px 0px 0px; 
	background-color: white;
	clear: both;
}

.categories{
	padding: 6px 6px 2px 6px; 
	margin: 0px 0px 0px 0px; 
}

.email{
	float: none;
	margin: 0px 4px -2px 4px; 
}

.sidetitle{
	text-transform: uppercase;
	color: #000;
	background-color: #6dd6ff;
	border: 1px solid #c3beb4; 	
	font-size: 20px;
	padding: 5px 0px 5px 12px; 
	margin: 5px 0px 0px 0px; 
}

.posts ul{
	list-style-type: none;
	margin: 0px 0px 15px 5px; 
	line-height: 200%;
	font-size: 13px;
}

.categories ul{
	margin: 0px 0px 10px 5px; 
	list-style-type: none;
	line-height: 170%;
	font-size: 13px;	
}

.posts ul a, .categories a{
	color: #828282;
}

.span-sidebar{
	width: 178px;
}

.tags{
	padding: 10px; 
	line-height: 190%;
}

.tags a{

}

.tag1{
	font-size: 9px;
}

.tag2{
	font-size: 10px;
}

.tag3{
	font-size: 11px;
}

.tag4{
	font-size: 12px;
}

.tag5{
	font-size: 14px;
}

.tag6{
	font-size: 16px;
}

.tag7{
	font-size: 18px;
}

.tag8{
	font-size: 21px;
}

.footer{
	background-color: #cdcdcd;
	padding: 5px 15px 5px 15px; 
}

*+html .footer{
	padding: 5px 15px 0px 15px; 
}

.footer div{
	font-size: 11px;
	word-spacing: -1px;
}

.footer a{
	color: #68655a;
}


/*
Blog Information Section
*/
#bloginfo {
	width: 970px;
	background: url(images/bginfo.gif) no-repeat;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #dce9b6;
	color: #999;
}

#bloginfo a {
	color: #333;
}

#bloginfo a:hover {
	color: #d43e1b;
}

#bloginfobox {
	margin: 5px;
}

#bloginfo ul {
	width: 990px;
}

#bloginfo ul li {float: left}
#bloginfo ul li ul li {float: none}

#bloginfo ul li.posts, #bloginfo ul li.comments, #bloginfo ul li.tags {
	width: 330px;
}

#bloginfo ul li.posts h2 {
	display: block;
	background: url(images/ico_posts.png) no-repeat;
	background-position: 10px center;
	padding-left: 30px;
	font-size: 0.75em;
	line-height: 1.7em;
	font-weight: bold;
	color: #333;
}

#bloginfo ul li.comments h2 {
	display: block;
	background: url(images/ico_comments.png) no-repeat;
	background-position: 10px center;
	padding-left: 30px;
	font-size: 0.75em;
	line-height: 1.7em;
	font-weight: bold;
	color: #333;
}

#bloginfo ul li.tags h2 {
	display: block;
	background: url(images/ico_tags.png) no-repeat;
	background-position: 10px center;
	padding-left: 40px;
	font-size: 0.75em;
	line-height: 1.7em;
	font-weight: bold;
	color: #333;
}

#bloginfo ul li.posts ul {
	width: 310px;
	padding: 10px;
}

#bloginfo ul li.comments ul {
	width: 310px;
	padding: 10px;
}

#bloginfo ul li.tags ul {
	width: 310px;
	padding: 10px;
}

#bloginfo ul li.posts ul li {
	border-bottom: 1px dotted #ddd;
	padding-top: 4px;
	padding-bottom: 4px;
}

#bloginfo ul li.comments ul li {
	border-bottom: 1px dotted #ddd;
	padding-top: 4px;
	padding-bottom: 4px;
}

#bloginfo ul li.tags ul li {
	border-bottom: 1px dotted #ddd;
	padding-top: 4px;
	padding-bottom: 4px;
}

#bloginfo ul li.comments ul li a {
	display: block;
	font-size: 0.75em;
	background: url(images/ico_comment.png) no-repeat left 3px;
	padding-left: 20px;
	line-height: 1.3em;
	font-weight: bold;
}

#bloginfo ul li.comments ul li a span {
	font-weight: normal;
}

#bloginfo ul li.comments ul li a:hover span {
	color: #666;
}

#bloginfo ul li.comments ul li a:hover {
	background: url(images/ico_commento.png) no-repeat left 3px;
}

#bloginfo ul li.tags ul li a {
	line-height: 1.3em;
	color: #999;
	font-size: 0.75em;
	text-transform: lowercase;
}

#bloginfo ul li.tags ul li a:hover {
	color: #d43e1b;
}

.r_time {
	display: block;
	font-size: 0.7em;
	line-height: 1.3em;
}

.r_head a {
	display: block;
	font-weight: normal;
	font-size: 0.75em;
	line-height: 1.3em;
	font-weight: bold;
}