/*  
Theme Name: chictip
Author URI: http://www.premiumthemes.net/
Version: 1.0
Author: Premium Themes
Description: Premium Themes is a theme by <a href="http://cssace.com/">R.Bhavesh</a> and <a href="http://premiumthemes.net/">Premium Themes</a>.
*/


* {
	margin: 0;
	padding: 0;
	border:none;
       
}
body {
 	
        font: 10pt Helvetica, Arial, sans-serif;
	color:#666;
	background:url(images/bg.jpg) fixed repeat;
        width:100%; 

}

/* Links -----------------------------------------------------------------------*/

a {
 	text-decoration: none;
	outline:none;
}
a:hover {
	color: #333;
}
ul {
	list-style:none;
}
.clear {
	clear:both;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}

.imgleft {
	float:left;
	margin:0 12px 12px 0;
	border:1px solid #809098;
	padding:3px;
}
.imgright {
	float:right;
	margin: 0 12px 12px 0;
	border:1px solid #809098;
	padding:3px;
}
.imgleft_n {
	float:left;
	margin:0 30px 12px 0;
	padding:3px;
}
.img_center {
	
        width:100%;
	background:#d5d5d5;
	padding:5px;
	margin:10px 0;
}
code {
	font-size:12px;
}
.gravatar {
	float:right;
	border:2px solid #999;
	margin:10px 10px 10px 15px;
	width:40px;
	height:40px;
	background: url(images/gravtar.png) no-repeat;
}


/* STRUCTURE ----------------------------------*/


#header{
	margin-bottom:15px;
}
#content-wrap {
	width:1025px;
	margin:0 auto;
	padding:10px 10px;
	overflow:hidden;
	height:100%;
	background:#fff;
        
}
#content {
	float:left;
	width:500px;
	overflow:hidden;
	margin-left:35px;
}
#sidebar {
	float:left;
	width:151px;
	margin-top:20px;
}
#sidebar2 {
	float: right;
        width:300px;
	margin-top:21px;
}

#sidebar3 {
	float: right;
        width:300px;
	margin-top:21px;
}
#footer {
	clear:both;
	height:50px;
	padding:10px 0;
	background:#0c2117;
	border-top:5px solid #1d402e;
}
#footer-in {
	width:860px;
	overflow:hidden;
	margin:0 auto;
	overflow:hidden;
}
 
 
/* Header  ----------------------------------*/

#header .logo{
	font:32px Helvetica, Arial, sans-serif;
	color:#add352;
	float:left;
	height:100px;
        width:280px;
	border:none;
}
#header .logo a {
	display:block;
	color:#000;
	width:280px;
	height:100px;
	overflow:hidden;
	margin:20px 0 0 0;
	text-indent:-9009px;
	text-decoration:none;
	background:url(images/logo.png) no-repeat;
}
#header h1 { background:none; margin:0; }

.h_left {
	float:left;
	width:280px;
	margin-bottom:30px;
}
.h_right {
        margin-top:35px;
	width:730px;
	float:right;
	text-align:left;
}

.subscribe_textield {
 	background:#fff;
	font:12px Helvetica, Arial, sans-serif;
 	margin:3px 0 3px 0;
	padding:2px;
	width:175px;
	float:left;
	color:#666;
}

.subscribe {
	background:#f0f1f1;
	padding:5px 8px;
	overflow:hidden;
	margin-bottom:5px;
	float:right;
	margin-top:34px;
	width:225px;
}
.h_right p { font-size:11px;  }
.subscribe p.head { color:#f15a29; text-transform:uppercase; font-size:8pt; }
.subscribe p.note { font-size:7pt; color:#a09f9f;  } 

.h_right p a { color:#f15a29; text-decoration:none; }
.h_right p a:hover { color:#333; }

.subscribe_b {
	border:none;
	font:11px Helvetica, Arial, sans-serif;
	color:#fff;
	text-align:center;
	margin:4px 0 0 0;
	_margin:-22px 0 0 50px;
	float:right;
	width:35px;
	height:18px;
}
 
p.i_rss { background:url(images/rss.gif) no-repeat 0 1px; padding-left:15px; clear:both; }
 
/*nav start ----------------------------------------------- */
#nav {
	list-style:none;
	background: url(images/navbg1.png) repeat-x;
	width:633px;
	margin:0 auto;
	clear:both;
	height:38px;
	padding-left:32px;
	margin-top:15px;
}
#nav li {
	float:left;
	display:inline;
}
#nav li ul li { display:none;}

#nav .page_item a {
	color: #5c2946;
	display: block;
	text-decoration: none;
	margin:0 0;
	padding:14px 24px 0 12px;
	font:bold 12px Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	background:url(images/navbg.png) no-repeat left 5px ;
}
#nav .page_item a:hover {
	border: none;
	color:#f15a29;
}
#nav li.current_page_item {
	color:#f15a29;
	text-decoration: none;
}
#nav .current_page_item a {
	color:#f15a29;
	text-decoration: none;
}
#nav .current_page_item a:hover {
	color:#f15a29;
	text-decoration: none;
 }
/* TOP SEARCH FORM -----------------------------------------------------------------------*/
#search {
	background:#fff;
	margin:0;
	padding:0;
	position:relative;
 }
#search .textfield {
	border: 1px solid #ccc;
	background:#fff;
	color: #333;
 	padding:3px;
	font:12px Helvetica, Arial, sans-serif;
	width:140px;
	float: left;
 	margin:0 5px 3px 0;
}
#sidebar #search p { font-size:9px; margin:0; padding:0; text-transform:uppercase;}
#sidebar #searchform .sgo {
	width:21px;
	height:23px;
	position:absolute; 
	top:2px;
	left:140px;
	color:#ccc;
}
 #searchform { overflow:hidden;  height:100%; }

/* Content  ----------------------------------*/
#content{
	font-size:12px;
}
#content p {
	margin: 0 0 12px 0;
	padding:0;
	font-size:12px;
	line-height:18px;
	text-align:justify;
}
#content p a {	
	color: #5c2a47;
 	text-decoration: underline;
 }
#content p a:hover {
	border-bottom:none;
	color: #333;
}
#content a {
	color: #5c2a47;
	text-decoration: none;
}
#content a:hover {
	color:#333;
}

h1 {
	margin: 0 0 15px 0;
	padding:15px 0 0 0;
	font:bold 10pt Helvetica, Arial, sans-serif;
	color: #f05827;
	text-transform:uppercase;
	background:url(images/sepretor_hr.png) repeat-x top;
 }
h1 a{
	text-decoration: none;
	color:#f05827;
	border-bottom:none;
}
h1 a:hover {
 	text-decoration: none;
}

#content h1.title { margin-top:20px; }
#content h1.title a {
	color: #f3582a;
	text-decoration: none;
}
#content h1.title a:hover {
	color:#5c2a47;
 	text-decoration: none;
}

#content h2 {
	margin:0;
	padding:0 0 5px 0;
	color: #f3582a;
	font:normal 22px Helvetica, Arial, sans-serif;
}
#content h2 a {
	color: #f3582a;
	text-decoration: none;
}
#content h2 a:hover {
	color:#5c2a47;
 	text-decoration: none;
}

h3 {
	margin:0 0 10px 0;
	padding:0;
	color:#f3582a;
	font:bold 16px Helvetica, Arial, sans-serif;
}
h4 {
	margin: 0 0 0 0;
	padding: 5px 0;
	font:bold 16px Helvetica, Arial, sans-serif;
	color:#f3582a;
}
h5 {
	margin:32px 0 12px 0;
	padding: 0;
	line-height: 150%;
	color: #f3582a;
	font-size:16px;
	font-weight:bold;
	border-bottom:2px solid #ccc;
}
#content h6 {
	margin:32px 0 12px 0;
	padding: 0;
	line-height: 150%;
	color: #666;
	font-size:16px;
	font-weight:bold;
	border-bottom:2px solid #ccc;
	
}


#content .commentsform h6 { 
	margin:0 0 8px 0;
	padding: 0;
	color: #f3582a;
	font-size:18px;
	font-weight:normal;
	border-bottom:none;}

#content ul {
	margin:10px 0 10px 13px ;
	padding:0;
	font:12px Helvetica, Arial, sans-serif;
}
#content li {
	margin:0 0 3px 0;
	padding:0 0 3px 14px;
	line-height:18px;
	background:url(images/bullet2.png) no-repeat 0 8px;
	color:#444;
 }
#content ul li ul {
	margin:8px 0 5px 0;
	padding:0 0 0 0;
}
#content li ul li {
	margin:0 0 3px 0;
	padding:0 0 3px 18px;
	background:url(images/bullet2.png) no-repeat 0 8px;
}

#content li a { text-decoration:underline; }


#content ol {
	list-style-type: decimal;
	line-height:18px;
	margin: 10px 0;
	font:12px Helvetica, Arial, sans-serif;
	padding: 0 0 10px;
}
#content ol li ol {
	margin:5px 0 3px 18px;
	padding:0 0 0 0;
}
#content ol li {
	margin:0 0 5px 0;
	padding:0;
	background:none;
}

#content p.aligncenter {
	text-align:center;
}
#content p.aligright {
	text-align:right;
}
#content p.aligleft {
	text-align:left;
}
#content p.more {
	font-size:10px;
	text-transform:uppercase;
}
#content p.more a {
	text-decoration:none;
}
#content blockquote {
	margin:15px 0 20px 0;
	padding:15px 10px 5px 10px;
	background:#f1f1f1;
 	color:#666;
	border-top:2px dotted #ccc;
	border-bottom:2px dotted #ccc;
	font-style:italic;
	clear:both;
	font:bold 12px Helvetica, Arial, sans-serif;
}
#content blockquote p {
	color:#666;
	font-size:12px;
	font-style:italic;
}
 .min_height {
	min-height:500px;
}

 
/*post css start ----------------------------------*/
.category {
	float:left;
	width:48%;
}
.archives {
	float:right;
	width:48%;
}

#search {
	background:#fff;
	margin:0;
	padding:0;
	margin-top:5px;
	position:relative;
 }
#search .textfield {
	border: 1px solid #ccc;
	background:#fff;
	color: #333;
 	padding:3px;
	font:12px Helvetica, Arial, sans-serif;
	width:140px;
	float: left;
 	margin:2px 5px 3px 0;
}
#sidebar #searchform .sgo {
	width:21px;
	height:23px;
	position:absolute; 
	top:2px;
	left:140px;
}
#sidebar #searchform { overflow:hidden;  height:100%; }


#content .search404 p { font-size:9px; margin:0; padding:0; text-transform:uppercase; clear:both;}

.search404 {
	background:#fff;
	margin:0;
	padding:0;
	margin-top:5px;
	position:relative;
 }
.search404 .textfield {
	border: 1px solid #ccc;
	background:#fff;
	color: #333;
 	padding:3px;
	font:12px Helvetica, Arial, sans-serif;
	width:140px;
	float: left;
 	margin:2px 5px 3px 0;
}
#content .search404 .sgo {
	width:21px;
	height:23px;
	position:absolute; 
	top:2px;
	left:155px;
}

#content .posts {
	clear:both;
	height:100%;
	padding-bottom:5px;
	margin-bottom:15px;
}

#commentArea {
	width:500px;
	margin:10px 0 0 0;
	padding:0;
	float:left;
	overflow:hidden;
}


#respond {
	width:100%;
	margin:0 0 0 0;
}
#respond h3 {
	margin:10px 0 5px 0;
	clear:both;
	color: #1d3956;
	font-size: 15px;
        position : relative;
}
h3#comments {
       
	color: #54616a;
	font-size: 15px;    
        position:relative;
        left: 25px;
        text-transform: uppercase;
}
h3#comments a {
        margin:10px 0 5px 0;
	color: #FF7518;
	font-size: 15px;
	text-transform: uppercase;
}
#pings {
	float:left;
	clear:both;
	margin:30px 0 10px 0;
}
.theform {
	padding: 15px 0 20px;
	
}
.commentlist {
	margin: 0 0 10px 0;
        padding-top:50px;
	list-style-type:none;
	clear:both;
	width:485px;
}
.commentlist p {
	padding:0;
	margin:10px 0 5px 0;
	font-size:10px;
}
.commentlist a {
	text-decoration:none;
	color: #1d3956;
}
.commentlist a:hover {
	text-decoration:none;
	border-bottom:none;
}
.commentlist li {
	padding-top:50px;
        margin-top:40px
	display:block;
	clear:both;
	border-bottom:1px solid #eaeaea;
	list-style-type:none;
}

.odd {
       text-decoration:bold;
}

.even {
    text-decoration:none;
}


.comment-text {
	width: 420px;
	float: left;
}
.comment-head {
	float: left;
	width: 300px;
}
ul.children {
	margin:10px 0 10px 0;
	color: #000000;
	padding: 0;
}
ul.children .comment-author-admin {
	color: #fff !important;
}
ul.children li.comment {
	padding:10px!important;
	border-left:0;
	border-bottom:0;
}
ul.children li.comment li {
	padding:10px 0 10px 10px!important;
}
.commentlist li.comment-author-admin {
	background:#FF7518;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
}
.commentlist li.comment-author-admin p {
}
.commentlist li.comment-author-admin ul.children li.comment {
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
}
.avatars {
	float:right;
	margin:0 0 0 10px;
}
.comment-meta {
	font-size:10px;
	margin:0 0 7px 0;
}
.comment-meta a {
	color: #818181;
}
.comment-author-admin .comment-meta a {
	color:#404040;
}
.fn {
	margin:0 10px 5px 0;
	font-size:12px;
	line-height:24px;
	font-style:normal;
}
.reply {
	margin:0 0 10px 0;
	float:left;
}
.reply a, .reply a:hover {
	color:#000;
	font-size:10px;
	text-transform:uppercase;
	background-color: #f1f1f1;
	border: 1px solid #e7e7e7;
	padding: 2px 6px;
}
.reply a:hover {
	color: #fff;
	background-color: #333333;
}
#commentform {
	padding:0;
	margin:10px 0 0 0;
	float:left;
	clear:both;
	font-size:12px;
	color:#fff;
}
#commentform a {
	color:#fff;
}
.comformleft {
	float:right;
	width:90%;
}
.comformright {
	float:right;
	width:38%;
	font-size:11px;
}
#commentform p.comtext {
	margin:0 0 4px 0;
}
#commentform input {
	vertical-align: middle;
	width: 98%;
	height:20px;
	padding: 5px;
	margin:0 0 10px 0;
	color:#666;
	float:right;
	font-size:11px;
	border: 1px solid #dfdfdf;
}
#commentform input:focus {
}
#commentform textarea {
	width:98%;
	height:103px;
	resize:none;
	font-size:12px;
	background:#fff;
	border: 1px solid #dfdfdf;
        margin : 5px;
}
#commentform textarea:focus {
	width:98%;
}
#commentform #submit {
	padding:7px 5px 8px 5px;
	margin:5px 0 0 0;
	height:30px;
	width:80px;
	cursor:pointer;
	border:none;
	color:#f7f7f7;
	background:#FF7518;
	border-bottom: 1px solid #54616a;
	border-right: 1px solid #54616a;
	font-size:12px;
	text-transform: uppercase;
        float : right;
}
#commentform #submit:hover {
	cursor:pointer;
	border:none;
	background:#333333;
	color:#fff;
	border-bottom: 1px solid #54616a;
	border-right: 1px solid #54616a;
        float : right;
   
}
#commentform #commentform #submit:focus {
	cursor:pointer;
	border:none;
}
/************************* COMMENTS AREA END ********************************/


#content .posts h2 { font-size:8pt; letter-spacing:1pt; font-weight:bold; }

#content .calendarbg { background:url(images/orange_hr.png) repeat-x center; overflow:hidden; height:100%;  }
#content .calendar { width:30px; height:38px; float:right; text-align:center; font-size:14px; font-weight:bold; color:#9d9fa2; background:#fff; border:1px solid #fcd6ca; line-height:12px; } 

#content .calendar span { font-size:11px; font-weight:normal; }
#content .post-ratings { clear:both;}

#content .post_top {
	margin:0px 0 10px 0;
	font-size:11px;
  	color:#666;
	overflow:hidden;
	height:100%;
 }
 

#content  .posts p a { color:#f3582a; }
#content  .posts p a:hover{ color:#5c2946; }

#content .pcategory { float:right; width:170px;text-align:right; text-transform:uppercase; margin-top:2px; font-size:8pt; color:#9D9FA2; font-weight:bold; }
#content .pcategory  a{ color:#9D9FA2;}
#content .pcategory  a:hover{ color:#000;}

#content p.auth { text-transform:uppercase; font-size:11px; }
#content p.auth a { text-decoration:none; color:#666; }

#content .post_bottom {
	padding:8px 0;
	margin:8px 0 5px 0;
	font:bold 11px Helvetica, Arial, sans-serif;
 	clear:both;
	color:#f15927;
	overflow:hidden;
	height:100%;
	background:url(images/orange_hr.png) repeat-x bottom;
}

#content .post_bottom a { color:#5c2a47; text-decoration:none; }
#content .post_bottom a:hover { color:#175f3b; }


.more-link {
	text-align:left;
	float:left;
	font-size:10px;
	width:72px;
	height:18px;
	margin:5px 0;
	text-transform:uppercase;
	padding-right:15px;
	margin-top:22px;
	margin-bottom:8px;
	
	color:#5c2a47 !important;
	text-decoration:none !important;
	clear:both;
}
.more-link a {
	text-indent:-9009px;
	overflow:hidden;
	margin:0;
	padding:0;
	
}
.more-link:hover { color:#000 !important; }

#content .auth {
	float:left;
}
#content .commentp {
	float:right;
}

.googleads { font-size:14px; float:right; margin:10px 0 10px 10px; color:#57a439; font-weight:bold; text-align:center; border:2px solid #b2bca9; width:230px; height:140px;   }


 


#content .bookmark {
	margin:0 0 8px 0;
	padding:0;
}
#content .bookmark li {
	margin:3px 6px 0 0;
	padding:0 0 5px 0;
	font-size:12px; 
	color:#444;
	float:left;
	display:inline;
	text-indent:-9009px;
}
#content .bookmark li a {
	color:#f3582a;
	display:block;
	width:14px;
	height:12px;
	text-decoration:none;
	font-size:12px;
}
#content .bookmark li a:hover {
	color:#000;
	text-decoration:none;
}

.i_del { background:url(images/i_del.png) no-repeat !important; }
.i_digg { background:url(images/i_digg.png) no-repeat !important; }
.i_stumble { background:url(images/i_stumble.png) no-repeat !important; }
.i_face{ background:url(images/i_face.png) no-repeat !important; }
.i_reddit{ background:url(images/i_reddit.png) no-repeat !important; }


/* 	Previous/Next Page Navigation ----------------------------------*/
.page-nav {
	clear: both;
	margin: 0 0px;
	padding: 2px 0px;
}
.nav-previous {
	width: 180px;
	float: left;
	text-align: left;
	margin: 2px 0px;
}
.nav-next {
	width: 180px;
	float: right;
	text-align: right;
	margin: 2px 0px;
}
.page-nav a {
	text-decoration: none;
	border-bottom:none;
}
.nav-previous a {
	padding-left: 11px;
	text-transform:uppercase;
	background:url(images/arrow-left.gif) no-repeat left;
}
.nav-next a {
	padding-right: 11px;
	text-transform:uppercase;
	background:url(images/arrow-right.gif) no-repeat right;
	border-bottom:none;
}
/* Comments  ----------------------------------*/

#content .commentsform {  overflow:hidden; height:100%; margin-top:15px; clear:both;  position:relative;  }

.comment_section { overflow:hidden; height:100%; }
.comment_right {  background:#f1f1f2; float:right; width:220px; padding:10px; }
.comment_left {  background:#f1f1f2; float:left; width:125px; position:absolute;   background:url(images/commentbg.png) no-repeat 20px 0; padding-left:40px;  border-bottom:1px dashed #F15A29; padding-bottom:2px; margin-top:-10px;  _margin-top:-6px; }

.comment_left2 {  background:#f1f1f2; float:left; width:125px; position:absolute; top:74px; background:url(images/commentbg.png) no-repeat 20px 0; padding-left:40px;  border-bottom:1px dashed #F15A29; padding-bottom:2px;  }

#content .commentsform .comment_left label { font-size:10pt; text-align:center; }

#commentform label {
	float:left;
	text-align:left;
	font-size:8pt;
	margin-bottom:4px;
	font-weight:bold;
	color:#F15A29;
}
.textarea {
	width:95%;
	padding:2px;
	margin-bottom:22px;
	border:1px dashed #F15A29;
	background:#f1f1f2;
	font:12px Helvetica, Arial, sans-serif;
}

.Cbutton {
	border:none;
	font:bold 8pt Helvetica, Arial, sans-serif;
	clear:both;
	background:#f1f1f2;
	color:#000000;
	cursor:pointer;
	text-align:left;
	float:right;
	margin-top:-10px;
}
.Cbutton:hover {
	border:none;
	background:#f1f1f2;
	color:#5C2946;
}

 
/*	Comments	*/



.commetmainauthor {
 	clear:both;
 	overflow:hidden;
	padding:10px;
	height:100%;
	background:#f1f1f1 ;
	margin-bottom:15px;
	border-bottom:1px solid #ccc;
}

.commetmain {
	clear:both;
	margin-bottom:15px;
	padding:10px;
	overflow:hidden;
	height:100%;
	background:#fff;
	border-bottom:1px solid #ccc;
}
.commet_left {
	width:20%;
	float:left;
	font:12px Helvetica, Arial, sans-serif;
}
.commet_right {
	width:75%;
	float:right;
	padding:5px 0 0 15px;
	min-height:55px;
	font:12px Helvetica, Arial, sans-serif;
}
.comm_list {
	margin-bottom:15px;
}

.nav-next {
	padding-right:8px;
	font-weight:bold;
}
.nav-previous {
	padding-left:8px;
	font-weight:bold;
}
.comment-author {
	padding-bottom:5px;
	font-size:11px;
	text-align:center;
}

#content .trackbacklist {
	margin:8px 0 0 0;
	padding:0;
	list-style:none;
}
#content .trackbacklist li {
	margin:0 0 8px 0;
	padding:0 0 5px 10px;
	list-style:none;
	line-height:19px;
	border-bottom:1px solid #ccc;
	background-position:0 8px;
}
.post-ratings {
	font-size:12px;
	font-style:normal;
	padding-left:8px;
	display:block;
	margin:8px 0;
}

/* Contact Form ----------------------------------------------------------------*/
 .contactform textarea, .contactform input {
	font:12px Arial, Helvetica, sans-serif;
	background:#fff;
	border:1px solid #ccc;
	padding:3px;
	width:200px;
}
.contactform textarea {
	height:150px;
}
.contactform #contactsubmit {
	width:142px;
	font:bold 12px Arial, Helvetica, sans-serif;
	background:#5c2a47;
	color:#fff;
	border:none;
	cursor:pointer;
}
.contactform #contactsubmit:hover {
	background:#f15927;
}

/*Page navigatoin 2 ----------------------------- */

#content .wp-pagenavi {
	text-align:center;
	height:25px;
	font:bold 11px Helvetica, Arial, sans-serif;
	line-height:24px;
}
#content .wp-pagenavi a, #content .wp-pagenavi a:link, #content .wp-pagenavi a:active {
	padding: 3px 8px 3px 8px;
	margin: 2px;
	text-decoration: none;
	color: #fff;
	line-height:24px;
	background-color: #9e9fa3;
}
#content .wp-pagenavi a:hover {
	color: #fff;
	background-color: #5c2946;
}
#content .wp-pagenavi span.pages {
	padding: 3px 8px 3px 8px;
	margin: 2px 2px 2px 2px;
	color:#333;
 	background-color: #fff;
}
#content .wp-pagenavi span.current {
	padding: 3px 8px 3px 8px;
	margin: 2px;
	line-height:25px;
	font-weight: bold;
	color: #fff;
	background:#f60;
}
#content .wp-pagenavi span.extend {
	padding: 3px 8px 3px 8px;
	margin: 2px;
	color: #fff;
	line-height:25px;
	background-color: #317023;
}
/* tagcloud  ----------------------------------*/

#tag_cloud a {
	font-size:12px !important;
	margin-right:10px;


	line-height:18px;
}

/* sidebar content ----------------------------------*/
#sidebar a {
 	line-height:18px;
	text-decoration: none;
	color:#333;
}
#sidebar a:hover {
	color:#f60;
	text-decoration: none;
}
/*widget calendar css =================================================== */

#wp-calendar {
	width:100%;
}
#sidebar .widget_calendar h2, widgettitle {
	display:none;
}
#sidebar #calendar_wrap caption {
	margin:0;
	padding:11px 0 11px 0;
	font:11px Helvetica, Arial, sans-serif;
 	text-transform:uppercase;
	text-align:center;
	background:url(images/headbg.png) repeat-x top;
	color:#009543;
}
 

#sidebar h2 {
	margin:0;
	padding:15px 0 8px 0;
	font:bold 11px Helvetica, Arial, sans-serif;
	text-align:left;
	color:#f05827;
	text-transform:uppercase;
	background:url(images/sepretor_hr.png) repeat-x top;
}
#sidebar h3 {
	margin:0 0 8px 0;
	padding:11px 0 11px 0;
	font:11px Helvetica, Arial, sans-serif;
 	text-transform:uppercase;
	text-align:left;
	background:url(images/headbg.png) repeat-x top;
	text-align:center;
	overflow:hidden;
}
#sidebar p {
	margin:0;
	padding:0 0 5px 5px;
	font:12px Helvetica, Arial, sans-serif;
	color:#333;
}
#sidebar p a {
	color:#b7483a;
	text-decoration:none;
}
#sidebar p a:hover {
	color:#f60;
	text-decoration:none;
}

#sidebar2 .advt { margin-bottom:10px;}

.money_maker {
	margin:8px -30px 20px 0;
	_height:155px;
	min-height:117px;
	overflow:hidden;
}
.money_maker img { float:left; margin:0 22px 12px 0;}

#sidebar ul, #sidebar ul li {
	margin:0 0 10px 0;
	padding:0;
	font:11px Helvetica, Arial, sans-serif;
	list-style-type: none;
}
#sidebar ul li ul {
	margin:0;
	padding:0;
}
#sidebar ul li ul li {
	margin: 0;
	padding: 2px 0 2px 0;
}
#sidebar ul li ul li a {
 	line-height:18px;
	text-decoration: none;
	border-bottom:none;
	color:#5c2946;
}
#sidebar ul li ul li a:hover {
	text-decoration: none;
	color:#f15a29;
	background-position:0 6px;
}
#sidebar ul li ul li ul li {
 	margin:0;
	border-bottom:none;
	padding: 3px 0 3px 22px;
}
#sidebar ul li ul li ul li a {
 	margin: 0;
	color:#5c2946;
	text-decoration: none;
	border-bottom:none;
}
#sidebar ul li ul li ul {
	border: none;
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li ul li a:hover {
	color:#f15a29;
	background-position:0 8px;
}
/* bottom  ---------------------------------- */

#bottom {
	background:#27563e url(images/bottombg.png) repeat-x top;
	height:100%;
	overflow:hidden;
}
#bottom-in {
	width:900px;
	padding:15px 0;
	margin:0 auto;
}
#bottom-in .bblock {
	width:32%;
}
#bottom-in h2 {
	margin:0 0 15px 0;
	padding:0;
	font:bold 18px Helvetica, Arial, sans-serif;
 	line-height:22px;
	color:#93d476;
	font-family:Helvetica, Arial, sans-serif;
}
.bblock {
	margin:0 0 8px 0;
	padding:0;
}
.bblock li {
	margin:0 0 5px 0;
	padding:0 0 8px 13px;
	background:url(images/bullet4.png) no-repeat 0 5px;
	border-bottom:1px solid #416b55;
	font-size:12px; 
	color:#fff;
}
.bblock li a {
	color:#fff;
	text-decoration:none;
	font-size:12px;
}
.bblock li a:hover {
	color:#a3ffcc;
	text-decoration:none;
}
#bottom-in p {
	margin:0 0 5px 0;
	padding:0;
	font-size:12px;
	line-height:18px;
	color:#fff;
	text-align:justify;
	font-family:Helvetica, Arial, sans-serif;
}
#bottom-in p a { color:#c5f4a0; }
#bottom-in p a:hover { color:#fff; }

#bottom-in p.tspcaer a { padding-left:5px; }

.blockspacer {
	padding-left:18px;
}
/* footer ---------------------------------- */

#footer p {
	margin:0 0 5px 0;
	padding:0;
	font-size:12px;
	line-height:22px;
	color:#c1e4d1;
	font-family:Helvetica, Arial, sans-serif;
}
#footer span {
	color:#81a391;
	position:relative;
	top:-5px;
	font-size:11px;
}
#footer span a {
	color:#81a391;
	text-decoration:none;
}
#footer span a:hover {
	color:#fff;
	text-decoration:none;
}
#footer a {
	color: #d0bed9;
}
#footer a:hover {
	color: #fff;
}
#flinks {
	float:right;
	list-style:none;
	margin-right:-10px;
}
#flinks li {
	display: inline;
	line-height:26px;
	color:#fff;
}
#flinks li a {
	color:#81a391;
	padding:0px 8px 0 8px;
	border-right:1px solid #18462e;
	margin:0;
	font:bold 11px Helvetica, Arial, sans-serif;
	text-decoration:none;
}

#flinks li a:hover {
	display: inline;
	color:#fff;
}


.inner_spacer { margin-top:20px; background:url(images/sepretor_hr.png) repeat-x top; padding-top:12px; }


/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */

.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.clearfix {
	display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

