/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: url(images/bgr.png) #000000 fixed;
	color: #777777;
	font: 14px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
}
a{
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #F2568D;
	text-decoration: underline;
}
input,select,textarea{
	background: #e8e8e8;
	border: #c0c0c0 1px solid;
	font-size: 14px;
	padding: 3px 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}
/*=== Layout ===*/
#page{
	background: #ffffff;
	margin: 0 auto;
	padding: 0 9px;
	width: 905px;
}
/*=== Header ===*/
#header{
	background: url(images/header-bgr.gif) no-repeat top left;
	border-bottom: 1px solid #c0c0c0;
	height: 136px;
	margin: 0 0 10px;
}
#header .spacer{
	float: right;
	height: 136px;
	width: 365px;
}
/*- Logo -*/
#header h1{
	float: left;
	text-indent: -9999px;
}
#header h1 a{
	display: block;
	height: 136px;
	width: 535px;
}
/*- Top Menu -*/
#header ul{
	float: right;
	height: 45px;
	margin: 0 0 25px;
}
#header li{
	float: left;
	font-size: 20px;
	height: 45px;
	margin: 0 0 0 5px;
	text-align: center;
	text-transform: lowercase;
	width: 114px;
}
#header li a{
	background: url(images/btn-green.gif) no-repeat;
	color: #ffffff;
	display: block;
	line-height: 45px;
}
#header li.pink a{
	background: url(images/btn-pink.gif) no-repeat;
}
#header li.yellow a{
	background: url(images/btn-yellow.gif) no-repeat;
}
#header li a:hover{
	color: #ffffff;
}
/*- RSS -*/
.rss{
	clear: both;
	font-size: 16px;
	margin: 0 15px 10px 0;
	text-align: right;
}
.rss a{
	background: url(images/ico-rss.gif) no-repeat right;
	color: #333333;
	display: block;
	padding: 0 22px 0 0;
}
/*- Search -*/
#search{
	float: right;
	height: 30px;
	width: 185px;
}
#search input{
	float: left;
	margin: 0 5px 0 0;
	width: 165px;
}
#search .btn{
	border: 0;
	margin: 3px 0 0 -25px;
	padding: 0;
	position: relative;
	width: auto;
}
/*=== Columns ===*/
#columns{
	background: url(images/columns-bgr.gif) repeat-y left;
	height: 1%;
}
/*--- Left Column ---*/
#leftcol{
	float: left;
	width: 150px;
}
#leftcol h2, #rightcol h2{
	color: #a1cd3a;
	font-size: 24px;
	font-weight: normal;
	padding: 0 0 5px;
}
#leftcol ul, #leftcol p, #rightcol p{
	padding: 0 0 15px 8px;
}
/*--- Center Column ---*/
#centercol{
	float: left;
	margin: 0 0 0 18px;
	width: 410px;
}
#centercol h2{
	color: #f2568d;
	font-size: 28px;
	font-weight: normal;
	padding: 0;
}

.date {
        font-size: 12px;
        padding-bottom: 10px;
        padding-left: 3px;

}
#centercol h2 a{
	color: #f2568d;
}
#centercol p{
	padding: 0 0 15px;
}

.meta{ padding-bottom: 8px;}

img.icon {
	border: 0px;
	vertical-align: middle; 
	border: 0px;
}

.feedback {
	color: #808080;
	background: #fff;
	padding-right: 4px;
	margin-top: 5px;
	margin-bottom: 15px;
        font-size: 12px;
}

.feedback a {
	color: #1D91B0; 
	background:#fff;       
}

.feedback a:hover {
	color: #8EB332;
	background:#fff;
}

/*--- Right Column ---*/
#rightcol{
	float: right;
	width: 301px;
}

#rightcol ul{
        padding: 5px;
        font-size: 13px;
}
#rightcol li{
        padding: 5px;
}
/*--- Sub Columns ---*/
.col1{
	padding: 0 0 0 10px;
	width: 265px;
}
.col2{
	font-size: 12px;
	text-align: right;
}
/*=== Styling Boxes ===*/
/*- Ads -*/

.ad span a {
	font: 12px Arial, Helvetica, sans-serif;
	color: #777;
	margin: 0 0 0 9px;
        text-decoration: none;
        line-height: 2em;
}
.ad ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 31px;
	font: 12px/13px Arial, Helvetica, sans-serif;
}

.ad ul li {padding: 0 0 5px 0;}
.ad ul a {
	color: #777;
	text-decoration: none;
}
.ad ul a:hover {text-decoration: underline;}
.ad .right {
	float: right;
	text-align: right;
	margin: 0;
        line-height: 1.4em;
}
.ad .right li {padding: 0;}
.ad2{
	margin: 0 0 10px;
}
.ad2{
	text-align: center;
}
.ad2 img{
	margin: 3px;
}

#rightcol .ad2 p{
	font-size: 12px;
	padding: 0 20px 0 0;
	text-align: right;
}
/*=== Footer ===*/
#footer{
	border-top: 1px solid #c0c0c0;
	clear: both;
	color: #000000;
	font-size: 15px;
	height: 75px;
	margin: 10px 0 0;
	overflow: hidden;
	padding: 0 0 7px;
        background-color: #fff;
}
#footer a{
	color: #000000;
}
#footer p.copy{
	background: url(images/ico-copyr.gif) no-repeat left top;
	float: left;
	height: 75px;
	padding: 20px 0 0 80px;
}
#footer p.botmenu{
	background: url(images/ico-tall.gif) no-repeat right top;
	float: right;
	height: 75px;
	padding: 20px 80px 0 0;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
hr{
	border-bottom: 1px solid #c0c0c0;
	clear: both;
	height: 1px;
	margin: 5px 45px 10px;
}
.fl{
	float: left;
}
img.fl{
	margin: 0 12px 0 0;
}
.fr{
	float: right;
}
img.fr{
	margin: 0 0 12px 8px;
}
.pic{
	background: #e2e2e2;
	border: 1px solid #c0c0c0;
	padding: 4px;
}

h4 {
        font-size: 22px;
        font-weight: normal;
        padding-top: 10px;
        margin-bottom: 5px;
}

.farc li {
        list-style: none;
        padding-bottom: 2px;   
        font: 14px/22px arial, sans-serif; 
}