/*

Theme Name: Karma
Theme URL: http://www.fabthemes.com/karma/
Author: Fabthemes.com
Author URI: www.fabthemes.com
Version: 1.2
Tags: Red, grey, white, right-sidebar, twitter, fixed-width, theme-options, threaded-comments, banner ads, adsense,fab themes.

*/

*{
	margin: 0px;
	padding: 0px;
}

body {
	margin:0 auto;
	padding:0px 0px 50px 0px;
	background:url(images/body.png);
	font-family:Arial,Tahoma,Century gothic, sans-serif;
	color:#161514;
	font-size:13px;
	}
img {
	border:0;
	margin: 0 0;
	}
a {
	color:#E73540;
	text-decoration:none;
	outline:none;
	}
a:hover {
	color:#000;
	text-decoration:none
		}
h1, h2, h3, h4, h5, h6 {
	
	}
blockquote {
	padding:10px 10px 10px 10px;
	color:#59666f;
	font-style: normal;

	}
.clear {
	clear:both;
	}

table{
  margin: 10px 0 10px;
  border:1px solid #fff;
}

table td, table th{
  text-align: left;
  padding: .4em .8em;
}

table th{
  background: #fff ;
  color: #999;
  text-transform: uppercase;
  font-weight: normal;
border:none;
}

table td{
  background: #e4e4e4;
  border:none;
  color:#555;
}

table tr.even td{
  background: #eee;
  border:none;
}

table tr:hover td{
  background: #FFF9DF;
}
img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 5px 5px;
	margin: 0px 0px 10px 0px;
	display: inline;
	background:#eee;

	}

img.alignright {
	padding: 5px 5px;
	margin: 5px 0px 10px 10px;
	display: inline;
	background:#eee;

	}

img.alignleft {
	padding: 5px 5px;
	margin: 5px 10px 10px 0px;
	display: inline;
	background:#eee;

	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {

	text-align: center;
	background:#eee;
	padding: 4px 0px 5px 0px;
	margin: 5px 5px ;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	color:#444;
	}
.rounded{

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.boxshadow{
    -moz-box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px #000000;
    box-shadow: 0px 0px 5px #000000;


}	

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* The Outer cover */
#outerdiv{
	padding:0px;
	margin:30px auto;
	width:1000px;
	background:url(images/wrap.png);

}
#wrapper {
	width:1000px;
	margin:0px auto;
	position:relative;


	}
	
#casing {
	padding:0px 0px 10px 0px;
	float:left;
	width:1000px;
	margin:0px 0px 0px 0px;


	}		

/* The Header */

#top {
	height:120px;
	margin:auto;
	width:1000px;
	position:relative;
	background:url(images/top.png) top no-repeat;
	
	}
	
.blogname {
	width:300px;
	margin:0 auto;
	text-align:center;

	}
	
.blogname h1  {
	font-size:36px;
	padding:35px 0px 0px 0px;
	font-weight:bold;
	color:#222;
	font-family:'PT Serif',Georgia, serif;
	}
	
.blogname h1  a:link, .blogname h1  a:visited{ 
	color: #222; 
	display:block;
	margin:5px 0 0 0px;
	}
	
.blogname h1  a:hover { 
	color: #222; 
	}

.blogname h2{
	font-size:16px;
	font-weight:normal;
}	

/* The Search */

	
#search {
	width:270px;
	padding:0px ;
	margin:10px 10px 10px 0px;
	display:inline-block;
	}

#search form {
	margin: 0px 0px 0px 0px;
	padding: 0;
	}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
	}

#search p {
	margin: 0;
	font-size: 85%;
	}

#s {
	width:190px;
	background:#fff;
	margin:0px 0px 0px 0px;
	padding: 5px 5px;
	height:18px;
	border:none;
	font: normal 100% "Tahoma", Arial, Helvetica, sans-serif;
	color:#595647;
	float:left;
	display:inline;
	border:1px solid #ddd;
	}

#searchsubmit{
	background:#4d5b6c;
	border:1px solid #233f59;
	color:#fff;
	display:block;
	margin:0px 0px 0px 0px;
	padding:5px 5px;
	float:right; 
	cursor:pointer;
	}
	
#searchpage{
	background:#fff;
	border:1px solid #ccc;
	margin:0px 10px 0px 10px;
	}

#sform{
	width:450px;
	border:none;
	padding:6px 5px;
	}

#formsubmit{
	float:right;
	background:url(images/sfrm.png) repeat-x;
	border-left:1px solid #ccc!important;
	border:none;
	padding:5px 5px;
	}

.scover{


	}
	
.sbox{
	padding:10px 0px;
	padding:10px 10px;
	}
	
.sbox p{
	padding:5px 10px;
	color:#6f6f6f!important;
}
.shead{
	margin:0px 10px 25px 10px;

}
.shead p{
	margin-left:10px;
	margin-bottom:10px;
	color:#3E91CE;
}

h2.stitle{

	font-weight:normal;
	padding:0px 10px;
}
h2.stitle a{
	color:#6D6750;

}

.searchmeta{
	margin-top:5px; 
	margin-left:10px;
	color:#A33939;
}

.searchmeta a{
	color:#3E91CE;

}

	
/*Page menu*/

	
#botmenu{
	height:40px;
	margin:0px 0px 0px 0px;
	font-size: 12px;
	font-family:Arial, verdana,Tahoma,Century gothic,  sans-serif;	
	background:url(images/menu.png) repeat-x;
	border-bottom:1px solid #6B1D1D;
	}
#submenu {
	margin: 0px auto;
	width:980px;
	padding:0px 10px;
	}
	
#submenu ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0px;
	}
	
#submenu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #fff;
	text-shadow:1px 1px 0px #872929;
	}
	
#submenu li a {

	color: #fff;
	display: block;
    margin: 0;
	padding: 12px 10px 13px 10px;
	text-decoration: none;
	position: relative;
	text-shadow:1px 1px 0px #872929;
	}

#submenu li a:hover, #submenu li a:active, #submenu .current_page_item a  {
	color: #fff;
	text-shadow:1px 1px 0px #6B6254;

	}
	
#submenu li a.sf-with-ul {
	padding-right: 20px;
	}	
	

	
#submenu li li a, #submenu li li a:link, #submenu li li a:visited {
	color: #fff;
	text-shadow:none;
	width: 148px; 
	font-family: Arial, Tahoma, Verdana;
	margin: 0;
	padding: 0px 10px;
	line-height:35px;
	border-bottom:1px solid #222;
	border-top:1px solid #3c3c3c;
	border-left:1px solid #3c3c3c;
	border-right:1px solid #222;
	text-transform: none;
	position: relative;
	background:#333136;
	}
	
#submenu ul ul li:first-child{
	border-top:none;

}

#submenu ul ul li:last-child{
	border-bottom:none;

}	
	
#submenu li li:last-child{
	border-bottom:none;
}
		
#submenu li li a:hover, #submenu li li a:active {

	color: #fff; 
	}


#submenu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 5px 0px;
	padding: 5px 5px;
	background:#2f2d32;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

#submenu li ul a { 
	width: 150px;
	}

#submenu li ul a:hover, #submenu li ul a:active { 
	}

#submenu li ul ul {
	margin: -41px 0 0 179px;
	}

#submenu li:hover ul ul, #submenu li:hover ul ul ul, #submenu li.sfHover ul ul, #submenu li.sfHover ul ul ul {
	left: -999em;
	}

#submenu li:hover ul, #submenu li li:hover ul, #submenu li li li:hover ul, #submenu li.sfHover ul, #submenu li li.sfHover ul, #submenu li li li.sfHover ul {
	left: auto;
	}

#submenu li:hover, #submenu li.sfHover { 
	position: static;
	}


	
/* Main Content*/	


#content {
	float:left;
	width: 710px;
	height:100%;
	padding:10px 0px 0px 0px;
	margin:10px 0px 0px 0px;
	display:inline;
	overflow:hidden;

	}	

.feedlist{
	height:33px;
	background:transparent;
	margin:10px 0px;
}

.feedlist ul {
	list-style:none;
}

.feedlist ul li{
	float:left;
	margin:0px 15px 0px 0px;

}
	
/* TOP POST */
.tbar{
	height:30px;
	background:url(images/stripe.png);
	margin:0px 20px;
}

.tbar span{
	height:30px;
	font-weight:bold;
	font-size:14px;
	padding:6px 20px;
	margin-left:30px;
	background:#fff;
	text-align:center;
	line-height:30px;
	text-transform:uppercase;
	
}

.top-post{
	width:670px;
	margin:20px 20px 20px ;
	
}

.top-box{
	position:relative;
	height:280px;
	
}


.box-title{
	width:640px;
	background:#222;
	padding:10px 10px;
	color:#fff;
	position:absolute;
	bottom:5px;
	left:5px;

}

.box-title h2 a:link,.box-title h2 a:visited{
	color:#fff;
		font-size:16px;
	
}

a.treadmore{
	width:107px;
	height:30px;
	line-height:30px;
	text-align:center;
	display:block;
	background:url(images/tread.png);
	color:#fff;
}

a.readmore{
	width:89px;
	height:28px;
	margin:10px 0px;
	line-height:28px;
	text-align:center;
	display:block;
	background:url(images/read.png);
	color:#fff;
	font-size:11px;
}


.boxim{
	padding:5px;
	background:url(images/stripe.png);

}
.box-entry{
	padding:10px 0px;
	line-height:180%;
		color:#777;
}

/* ######################## */

.long-box{

	width:210px;
	float:left;
	margin-left:20px;
	margin-top:20px;
	display:block;
}

.longim{
	background:url(images/stripe.png);
	padding:5px;
}

.long-box-title h2{
	font-size:14px;
	line-height:150%;
	padding:10px 0px;
	
}
.long-box-title h2 a:link, .long-box-title h2 a:visited{

	color:#545454;
}

.long-box-entry{
	line-height:180%;
	color:#777;
}


/* POST */

.postim{

	float:left;
	margin:10px 10px 10px 0px;
	width:150px;
	height:150px;
	padding:5px;
	background:#ddd;

}



.post {
	margin: 0px 0px 30px 20px;
	height:100%;
	color:#555;
	width:670px;

	}

.title  h2 {
	margin: 0px 0 0px 0;
	padding: 0px 0px 5px 0px;
	font: 28px Georgia, Arial,century gothic,verdana, sans-serif;
	font-weight:normal;
	overflow:hidden;
	text-shadow:1px 1px 0px #ccc;
	}

.title  h2 a, .title  h2 a:link, .title  h2 a:visited  {
	color:#333;
	background-color: transparent;
		float:left;
	}
	
.title  h2 a:hover  {
	color: #000;
	background-color: transparent;
	}	
	
.title{
	margin: 0 0 0 0px;
	padding: 10px 0px;
	border-bottom:1px solid #ddd;
}	

	
.met{
	font-size:10px;
	padding:4px 5px 4px 0px;
   	color:#177EC2;
	text-transform: uppercase;
	display:inline-block;
	width:690px;

	}
	
.author{

	color:#E73540;
	padding:2px 5px 2px 10px;
	}

.clock{
	color:#fff;
	padding:2px 5px 2px 0px;
}	

.comm{
	color:#fff;
	padding:2px 5px 2px 0px;
	margin-left:5px;
	}

.comm a:link,
.comm a:visited {
	color:#fff;
	}
	
.comm a:hover{
	color:#fff;
	
}
.morer{
	float:right;
	margin-right:5px;
}
.morer a:link,
.morer a:visited {
   	color:#fff;
}
.morer a:hover{
	color:#fff;
	
}
.singleinfo {
	background:#E0DAC4;
	font:10px  Tahoma, Georgia, Arial,century gothic,verdana, sans-serif;
	text-transform:uppercase;
	color:#827A60;
	padding:7px 5px;

	}

.category{
	padding:5px 0 5px 5px;
	color:#827A60;
	}

.category a:link,.category a:visited{
	color:#A83E3E;
	}
	
.category a:hover{
	color:#fff;
	}
	
.cover {
	margin:0 0;
	padding: 0px 0px ;
	}	
		
.entry {
	margin:0 0;
	padding: 5px 0px ;
		}	
	
.entry a:link,
.entry a:visited {
   	color:#1779BE;
	background-color: transparent;
	text-decoration: underline;
}

.entry a:hover {
	color:#196496;
	background-color: transparent;

}

.entry ul, .entry ol{
  margin: .4em 0 1em;
  line-height: 150%;
}

.entry ul li, .entry ol li{
  list-style-position:outside;
  margin-left: 1.6em;
}

.entry p{
	margin:5px 0px;
	padding:5px 0px;
	line-height:24px;
}

/* right column */
.right{
	
	float:right;
	width:290px;
	padding:10px 0px 0px 0;
	display:inline;
	overflow:hidden;
}


p.twitter-message{
	color:#666;
	padding:10px 0px;
	border-bottom:1px solid #ddd;
	font-size:12px;
}

a.twitter-link{
	color:#A33939;
}

a.twitter-user{
 	color:#596F8F;
}


h3.sidetitl{
	height:35px;
	font-family:Crushed, Georgia,Tahoma,Century gothic, sans-serif;
	color:#222;
	font-size:24px;
	line-height:35px;
	padding-bottom:10px;
	font-weight:normal;

}
/* The Sidebar */


.sidebar{

float:left;
}

.sidebox{
	width:270px;
	margin:0px 20px 10px 0px;
	list-style:none;
	color:#6f6f6f;
	}

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

	}
.sidebox li{
	list-style-type: none;
	margin: 0 ;
	padding: 0;

	}
.sidebox ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	background-repeat:no-repeat;
		}

.sidebox ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}

.sidebox ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}
	
.sidebox ul li {
	height:100%;
	line-height:18px;
	clear:left;	
	width: 270px;
	margin:0px 0px;
	list-style-type: none;
	}

	
.sidebox ul li a:link, .sidebox ul li a:visited {

	color:#6f6f6f;
	border-bottom:1px solid #eee;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
	display:block;

	}

.sidebox ul li a:hover {

	color: #9E3232;
	}

.sidebox p,.textwidget p {
	padding: 5px 0px;
	margin:0;
	line-height:180%;
	}


.sidebox table{
	width:100%;
	text-align:center;
	color:#787d7f;
	}	
	
li.recentcomments{
	padding:5px 5px;
	
}


.squarebanner {

	margin:0px 0px 10px 0px;


	}

.squarebanner ul{
	list-style-type:none;
	margin: 0px auto;
	padding: 0px 0px 15px 0px;

	overflow:hidden;
		}
		
.squarebanner ul li{
		list-style-type:none;
	    margin: 20px 20px 0px 0px;
		float:left;
		display:inline;

		}
	
/*calendar*/

#wp-calendar{
	width: 100%;
	padding: 0px 5px;

}
#calendar_wrap{

	margin:0px auto;
}

#wp-calendar caption{
	padding: 10px 5px 5px 5px ;
	font-size:16px;
	color:#375752;
	font-weight:bold;
	font-family:Georgia,Century gothic, Arial, sans-serif;
	text-transform:uppercase;
}


#wp-calendar th, #wp-calendar td{
	padding: 5px;
	text-align:center;
	color:#fff;
	background:#9E3232;
}

#wp-calendar td a{

	padding: 0px;
	border:none;
	color:#843400;
}
#wp-calendar td{
	background:transparent;
	border:none;
	color:#444;
}
#wp-calendar td, table#wp-calendar th{
	padding: 2px 0;
}		
	
	

	
/* --- FOOTER --- */

#footer {

	padding:15px 0 25px 0px;
	color:#777;
	font-size:11px;
	width:1000px;
	margin:0px auto;
	background:url(images/foot.png) bottom no-repeat;

	}

#footer a:link , #footer a:visited{
	color:#777;
	}

#footer a:hover {
	color:#777;
	}

.fcred{
	
	text-align:center;
	margin:10px 0px 10px 20px;
	line-height:16px;
}

		
#bottom{

	margin:0px auto;

}
.bottomcover{
	margin:0px auto;
	width:1000px;
	background:url(images/bot.png);

}	
h3.bothead{

	height:24px;
	font-size:24px;
	padding:10px 0px 10px 10px;
	color:#fff;
	font-family:Crushed, Georgia,Tahoma,Century gothic, sans-serif;
	
}
.botwid{
	float:left;
	width:230px;
	padding-bottom:10px;
	font-size:12px;
	margin:20px 0px 20px 15px;
	color:#ddd;
		list-style:none;
	}
.botwid ul {
	list-style-type: none;
	margin:  0px;
	padding: 0px 5px 5px 5px ;

	}
.botwid li{
	list-style-type: none;
	margin: 0 ;
	padding: 0;

	}
.botwid ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	background-repeat:no-repeat;
		}

.botwid ul ul ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}

.botwid ul ul ul ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}

.botwid ul li {
	height:100%;
	line-height:18px;
	clear: left;	
	width: 220px;
	list-style-type: none;
	}
	
.botwid ul li a:link, .botwid ul li a:visited  {
	
	color: #F4EDED;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	display:block;
	border-bottom:1px solid #892727;

	}

.botwid ul li a:hover{

	color: #fff;
	}

.botwid p{
	padding: 7px 10px;
	margin:0;
	}

.botwid table {
	width:100%;
	text-align:center;
	color:#787d7f;
	}	


/* The Navigation */

#navigation{	
	margin:10px 0px 0px 10px;
	padding:5px;
	width:650px;
	height:27px;
	}

	
/* The Attachment */

.contentCenter {
	text-align:center;
	}

/* The Page Title */

h2.pagetitle {
	padding:10px 0px;
	font-size:14px;
	text-align:center;
	color:#444;
	margin-bottom:10px;
	}
 h2.pagetitle a {
 	color:#507409;
 }
/* Comments */

#commentsbox {

	margin:0 20px;

}

h3#comments{
	font-size:20px;
	color:#8E8977;
	background:#EAE7DA;
	border:1px solid #D6D0BA;	
	font-weight:normal;
	padding:10px 10px ;
	margin-top:10px;
	font-family:Crushed, Georgia,Tahoma,Century gothic, sans-serif;
}


ol.commentlist {
	margin:0px 0 0;
	clear:both;
	overflow:hidden;
	list-style:none;


}
ol.commentlist li {
	margin:5px 0;
	line-height:18px;
	padding:10px;
	background:#fdfdfd;
	border:1px solid #eee;


}
ol.commentlist li .comment-author {
	color:#333;


}
ol.commentlist li .comment-author a:link,ol.commentlist li .comment-author a:visited{

	color:#333;
	font-weight:bold;
	text-decoration:none !important;
}

ol.commentlist li .comment-author .fn {
	color:#333;
}
cite.fn{
	color:#eee;
	font-style:normal;
}
ol.commentlist li .comment-author .avatar{
	float:right;
	border:1px solid #eee;
	background:#fff;
	padding:3px;
}
ol.commentlist li .comment-meta{
	font-size:10px;

}
ol.commentlist li .comment-meta .commentmetadata{

	color:#000;
}

ol.commentlist li .comment-meta a {
	color:#E73540;
	text-decoration:none !important;
}
ol.commentlist li p {
	line-height:22px;
	margin-top:5px;
	color:#666;
	font-size:12px;

}
ol.commentlist li .reply{
	margin-top:10px;
	font-size:10px;
}
ol.commentlist li .reply a{
	background:#E0DAC4;
	border:1px solid #BEB69C;
	color:#847A5E;
	text-decoration:none;
	padding:3px 10px;
}

ol.commentlist li.odd {

}
ol.commentlist li.even {

}

ol.commentlist li ul.children {
	list-style:none;
	margin:1em 0 0;
	text-indent:0;

}

ol.commentlist li ul.children li.depth-2 {

	margin:0 0 0px 50px;

}

ol.commentlist li ul.children li.depth-3 {

	margin:0 0 0px 50px;

}

ol.commentlist li ul.children li.depth-4 {

	margin:0 0 0px 50px;

}
ol.commentlist li ul.children li.depth-5 {

	margin:0 0 0px 50px;

}
.comment-nav{

	padding:5px ;
	height:20px;

}

.comment-nav a:link,.comment-nav a:visited{

	color:#E73540;
}

#respond{

	padding:0px 0px ;
	margin:10px 0px;
	background:#f9f9f9;
	border:1px solid #eee;

}
 #respond h3 {
	font-size:20px;
	font-weight:normal;
	padding:10px 10px ;
	color:#8E8977;
	background:#EAE7DA;
	border:1px solid #D6D0BA;
	font-family:Crushed, Georgia,Tahoma,Century gothic, sans-serif;
}
#commentform {
	padding:10px 20px;
}
#commentform a {
	color:#E73540;
}

#commentform p{
	margin:5px 0px ;
	color:#999;
}
 #respond label{
	display:block;
	padding:5px 0;
	color:#999;
	
}
 #respond  label small {
	font-size:10px;

}
 #respond input {
	margin-bottom:10px;
	padding:5px 5px;
	margin:0 10px 10px 0;
	background:#fff;
	border:1px solid #ddd;
	color:#02070F;
}
#commentform  input{
	width:50%;

}

#respond  input#commentSubmit {
	width:100px;
	padding:3px 5px;
	background:#9D3131;
	border:1px solid #822727;
	color:#fff;
	margin:10px 0px;
	cursor:pointer;
}
textarea#comment{
	border:none;
	background:#fff;
	border:1px solid #ddd;
	width:70%;
	margin:10px 0px 0px 0px;
	padding:5px 5px;
	color:#02070F;
}


.widebanner{

	height:60px;
	margin-top:10px;
	padding:10px 0px;
	text-align:center;
}


.wp-pagenavi{

	font-size:12px;
	text-align: center !important;


}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {

	text-decoration: none;
	background:#1A2A41!important;
	border: 1px solid #22354F !important;
	color:#fff !important;
	padding:3px 7px !important;
	display: block;
	text-align: center;
	float: left;
	margin-right: 4px;

}


.wp-pagenavi a:hover {
	color: #ffffff;
}

.wp-pagenavi span.pages {

display:none;
}

.wp-pagenavi span.current {
	text-decoration: none;
	background:#9D3131 !important;
	border: 1px solid #842222!important;
	color:#fff !important;
	padding:3px 7px !important;
	display: block;
	text-align: center;
	float: left;
	margin-right: 4px;

}

.wp-pagenavi span.extend {

	text-decoration: none;
	background:#9D3131 !important;
	border: 1px solid #842222 !important;
	color:#fff !important;
	padding:3px 7px !important;
	display: block;
	text-align: center;
	float: left;
	margin-right: 4px;

}	

.topbanner{
	float:right;
	margin:35px 20px 0px 0px;
}


.featbox{
	width:270px;
	margin:0px 20px 10px 0px;

}

.fblock{
	width:270px;
	display:inline-block;
	border-bottom:1px solid #ddd;
	padding:10px 0px!important;
}




.fblock h3{
	font-size:14px;
	font-weight:bold;
	padding:0px 0px 0px 0px;
}

.fblock h3 a:link,.fblock h3 a:visited{

	font-weight:bold;
	color:#555;
}

.fblock p{
	color:#6f6f6f;
	margin:0px !important;
	padding:0px 0px !important;
	font-size:11px;
	line-height:150%;
}


.phumb{
	width:80px;
	height:60px;
	float:left;
	margin:0px 10px 0px 0px;
}	
	
