
* {
	margin: 0;
	padding: 0;
	border:none;
}

body {
	background:#fff;
	font-size: 13px;
	/* font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Trebuchet MS', Arial, Helvetica, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	color:#454545;
}

/* Links -----------------------------------------------------------------------*/

a {
	text-decoration: none;
	outline:none;
}
a:hover {
	color:#333;
}
ul {
	list-style:none;
}
.clear {
	clear:both;
	overflow: visible !important;
}
.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 0 12px 12px;
	border:1px solid #809098;
	padding:3px;
}
.imgleft_n {
	float:left;
	margin:0 40px 12px 0;
	padding:3px;
}
.img_center {
	width:98%;
	background:#d5d5d5;
	padding:5px;
	margin:10px 0;
}
code {
	font-size:12px;
}
.gravatar {
	float:right;
	border:2px solid #999;
	margin:0 0px 8px 15px;
	width:40px;
	height:40px;
	background: url(images/gravtar.png) no-repeat;
}

/* STRUCTURE ----------------------------------*/
#header {
	overflow:hidden;
	padding: 4px 0px 2px 0px;
	height:86px;
}

#header-in {
	width:960px;
	margin:0 auto;
}
#content-wrap {
	width:960px;
	margin:0 auto;
	height:100%;
	overflow:hidden;/*background:url(images/grid.png) repeat-y center;*/
}
#content {
	float:left;
	width:480px;
}
.content-in {
	float:left;
	width:640px !important;
}
#sidebar_l {
	float:left;
	width:160px;
	margin-left:10px;
	overflow:hidden;
}
#sidebar_r {
	float:right;
	width:300px;
	overflow:hidden;
}
#footer {
	clear:both;
	height:50px;
}
#footer-in {
	width:960px;
	margin:0 auto;
	overflow:hidden;
	padding:10px 0 0 0;
	border-top:1px solid #e5e5e5;
	background:url(images/topbg.png) repeat-x top;
}
/*  Headings ----------------------------------*/

h1 {
	margin: 0 0 15px 0;
	padding:0;
	font:normal 25px Arial, Helvetica, sans-serif;
	color: #006DAD;
	border-bottom:1px solid #d4d7d9;
}

h1.htitle {
	margin: 0 0 0 0;
	padding:0;
	font:normal 28px Arial, Helvetica, sans-serif;
	color: #006DAD;
	border-bottom:none;
}


h1.htitle a {
	color:#006DAD;
}

h1.htitle a:hover {
	color:#006DAD;
}

h3.title {
	/*make homepage h3's for the first 2 stories look like H1 */
	font-size:21px;
}

h1 a, h3 a {
	text-decoration: none;
	color:#006DAD;
	border-bottom:none;
}
h1 a:hover, h3 a:hover {
	text-decoration: none;
}

h2 {
	margin:0;
	padding: 5px 0 0 0;
	line-height: 150%;
	color: #006DAD;
	font:normal 22px Arial, Helvetica, sans-serif;
}

h2 a {
	color: #006DAD;
	/* text-decoration: underline; */
}
h2 a:hover {
	text-decoration: none;
}
h3 {
	margin:0;
	padding:0;
	color:#006DAD;
	font:normal 26px Arial, Helvetica, sans-serif;
}
#sidebar h3 {
	font-size: 14px;
}
h3 a {
	color: #006DAD;
	text-decoration: none;
}
h4 {
	margin: 0 0 0 0;
	/* padding: 5px 0; */
	font:normal 17px Arial, Helvetica, sans-serif;
	color:#454545;
}
h5 {
	margin: 0 0 0 0;
	padding: 5px 0;
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#006DAD;
}
h6 {
	margin: 0px 0 12px 0;
	padding: 0;
	line-height: 150%;
	color: #006DAD;
	font:normal 18px Arial, Helvetica, sans-serif;
	border-top:4px solid #e0e0e0;
}
/* Header  ----------------------------------*/

#header-in .logo-text {
	font:32px "Arial Black", Arial, Helvetica, sans-serif;
	/* margin:12px 0 0 0; padding:3px 8px; */
	float:left;
	/* background:#F0D818; */
	color:#F0A800;
}

#header-in .marketing {
	float: right;
	color:#006DAD;
	width: 300px;
	height: auto;
	font-style: italic;
	font-weight: lighter;
}

#header-in .logo-text a {
	color:#F0A800;
	text-decoration:none;
}

#header-in .logo-text a:hover {
	color:#F0A800;
	text-decoration:none;
}

#header-in .advt_top {
	float:right;
	/* margin-top:8px; */
	/* background: url(http://www.moneymint.in/images/mm-header-small.png) no-repeat right; */
}

/* breadcrumb start -----------------------------------------------------------------------*/
.breadcrumb2 {
	font:10px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:left;
	clear:both;
	border-top:1px solid #e0e0e0;
	border-bottom:1px dotted #e0e0e0;
	background:#fafafa;
	line-height:25px;
	padding-top:15px 0;
	width:960px;
	margin:0 auto;
}
.breadcrumb2 a {
	color:#333;
}
.breadcrumb2 a:hover {
	color:#dc0709;
}

/*nav start ----------------------------------------------- */
 
#navi {
	margin:0px auto;
	width:960px;
	background: #515151;
	display: block;
	height: 34px;
}

#googlenavi {
	margin:0px auto;
	width:960px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-top:1px solid gray;
	background: #515151;
}


#navi-in {
	margin:0px auto;
}

#nav {
	float:left;
	list-style: none;
	margin:0px 0 0 0;
	padding-left:2px;
	padding-top: 2px;
}

#nav li {
	float: left;
	/* border-right:1px solid #dbdbdb; */
}

#nav .page_item a {
	color: #fff;
	background: #515151;
	text-decoration: none;
	padding: 10px 10px 4px 10px;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	display: block;
}

#nav .page_item a:hover {
	color: #000;
	background:#fff;
}
#nav .current_page_item a, #nav .current_page_item a:visited {
	color: #fff;
	background:#515151;
	text-decoration: none;
}

/* TOP SEARCH FORM -----------------------------------------------------------------------*/
.search404 {
	width:250px;
	height:25px;
}
.search404 input {
	background:none;
	border:1px solid #ccc;
	width:215px;
}
#content .category {
	float:left;
	width:48%;
	border-right:1px solid #ccc;
}


#content .archives {
	float:right;
	width:48%;
}
#content .search404 .sgo {
	background-color:#fff;
	background:#fff url(images/b_go.png) no-repeat;
	width:31px;
	height:19px;
	border:none;
	margin-top:-18px;
}

#search {
	float:right;
	padding:5px 0px 0px 5px;
	float:right;
	/*width:140px;*/
	height:25px;
	background: #515151;
}

#search .s {
	border: 1px solid #b6b6b6;
	background:#fff url(images/i_search.png) no-repeat 3px 5px;
	color: #5f5e5e;
	padding:2px;
	padding-left:18px;
	font:12px Arial, Helvetica, sans-serif;
	width:187px;
	float: left;
	height:16px;
	margin-right:5px;
}
#searchform .sgo {
	margin:1px -5px 0 0;
	background-color:#fff;
	background:#fff url(images/b_go.png) no-repeat;
	width:31px;
	height:19px;
	float:right;
	cursor:pointer;
	outline:none;
}
/* Content  ----------------------------------*/

#content p {
	margin: 0 0 12px 0;
	padding:0;
	font-size: 14px;
	line-height:20px;
	text-align:justify;
}

/*
#content p a {
	border-bottom:1px dotted #454545;
}
*/

#content p a:hover {
	/* border-bottom:none; */
	color: #333;
}
#content a {
	color: #006DAD;
	text-decoration: none;
	/* border-bottom:none; */
}
#content a:hover {
	text-decoration: none;
}
#content .readmore {
	float:right;
	font-size:10px;
	margin-bottom:5px;
	text-transform:uppercase;
	color:#064599;
}
#content .readmore:hover {
	color:#515151;
}
#content ul {
	margin:0 0 10px 0;
	padding:0;
}
#content li {
	list-style:none;
	margin: 0 ;
	font-size: 14px;
	padding: 3px 0 3px 12px;
	background:url(images/bullet3.png) no-repeat 0 8px;
}
#content ul li ul {
	margin:8px 0 5px 0;
	padding:0 0 0 0;
	list-style:outside;
}
#content li ul li {
	margin:0 0 5px 0;
	padding:0 0 0 12px;
	background:url(images/bullet3.png) no-repeat 0 5px;
}

#content ol {
	line-height:18px;
	margin: 0;
	font-size:12px;
	padding: 0 0 10px 22px;
}
#content ol li ol {
	margin:8px 0 5px 18px;
	padding:0 0 0 0;
	list-style:decimal
}
#content ol li {
	margin:0 0 5px 0;
	padding:0;
	background:none;
		list-style:decimal
}

#content li a,  #content li ul li a {
	/* border-bottom:1px dotted #454545; */
	color:#454545;
}

#content li a:hover, #content li ul li a:hover {
	/* border-bottom:none; */
	color: #333;
}


#content .related_posts a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;	
	color: #454545;
}

#content .related_posts small {
	color: #454545;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	
}



#content ol {
	list-style-type: decimal;
	line-height:18px;
	margin: 0;
	font-size:12px;
	padding: 0 0 10px 25px;
}
#content ol li ol {
	margin:8px 0 5px 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.more {
	font-size:10px;
	text-transform:uppercase;
}
#content p.more a {
	text-decoration:none;
}
#content blockquote {
	margin:10px 10px 10px 10px !important;
	padding:10px 10px 5px 25px;
 	color:#333333;
	/*float:right;*/
	font-size:14px;
	border-top:3px solid #CCD9FF; 
	border-bottom:2px solid #CCD9FF;
	background:#E5ECFF url(images/quote2.png) no-repeat;
	background-position:5px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content blockquote p {
	color:#333;
	font-style:italic;
	font-size:15px;
}
/*Post start ----------------------------- */

#content .posts {
	clear:both;
	margin-bottom:15px;
	border-top:1px solid #e5e5e5;
	background:url(images/topbg.png) repeat-x top;
}

#content .sidebar_posts {
	clear:both;
	margin-bottom: 2px;
	border-top:1px solid #e5e5e5;
	background:url(images/topbg.png) repeat-x top;
}


#content .posts h3 {
	margin:0 0 10px 0;
	padding:10px 0 3px 0;
	font-size:12px;
	text-transform:uppercase;
	color:#999;
	font-weight:bold;
}

#content .posts h2, #content .listings h2 {
	margin:0;
	padding:0;
	font-size:28px;
	color:#006DAD;
	font-weight:normal;
}
#content .posts h2, #content .listings h2 a {
	color:#006DAD;
}
#content .posts h2, #content .listings h2 a:hover {
	color:#515151;
}

#content .listings {
	margin-bottom: 30px;
	border-bottom: 1px solid #e0e0e0;
	height:100%;
	overflow:hidden;
}

#content .homeCatch table {
	border: 0px !important;
	font-size: 12px !important;
	color: #454545 !important;
	border-spacing: 0px;
	border-color: #000000;
}

#content .homeCatch td {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	padding-left: 5px;
	background: #e0e0e0;
}

#content .homeCatch li {
	font-size: 13px;
	color: #454545;
}


#content .homeCatch h3 {
	font-size: 14px !important;
	color: #454545;
	font-weight: bold;
	text-decoration: underline;
}


#content .post_top {
	padding:2px 0 2px 0;
}

#sidebar_l .post_top {
	padding:2px 0 5px 0;
	margin-bottom:5px;
	line-height:20px;
	height:15px;
	overflow:hidden;
	
}

#content .post_top p {
	font-size:11px;
}

#sidebar_l .post_top p {
	font-size:11px;
}

#sidebar_l .post_top {
	margin-bottom:5px;
}

.imgspcaer {
	margin-bottom:10px;
}

#content .post_top {
	color:#515151;
	text-decoration:none;
}

#content .post_top a {
	color:#454545;
	font-weight: bold;
}

#content .post_top a:hover {
	text-decoration:none;
	border-bottom:none;
}

#content .post_bottom {
	padding:5px 0;
	margin:8px 0 5px 0;
	/* font-size:11px; */
	clear:both;
 	border-bottom:1px solid #e5e5e5;
	overflow:hidden;
	height:100%;
}

#content .post_bottom a:hover { color:#515151; }

#content .post_category {
	padding:0px;
	margin:0px;
	color: #454545;
}

#content .post_category a:link { color:#454545; }

.more-link {
	text-align:right;
	float:right;
	font-size:10px;
	text-transform:uppercase;
	background:url(images/i_continue.png) no-repeat right;
	padding-right:10px;
	margin-bottom:8px;
}
#content .commentp {
	float:left;
	background:url(images/i_comment.png) no-repeat;
	background-position:0 3px;
	padding-left:18px;
}
#content .posts .category {
	float:right;
	border:none;
}
#content .trackbacklist {
	margin:8px 0 0 0;
	padding:0;
	list-style:none;
}
#content .trackbacklist li {
	border-bottom:1px solid #ccc;
}
.post-ratings {
	font-size:12px;
	font-style:normal;
	display:block;
	margin:8px 0;
}
/* 	Previous/Next Page Navigation ----------------------------------*/
.page-nav {
	clear: both;
	margin: 10px 0px;
	padding: 2px 0px;
	overflow:hidden;
	height:100%;
}
.nav-previous {
	width: 120px;
	float: left;
	text-align: left;
	margin: 2px 0px;
}
.nav-next {
	width: 100px;
	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;
}
/*Page navigatoin 2 ----------------------------- */

.wp-pagenavi {
	text-align:center;
	height:25px;
	font:bold 11px Arial, Helvetica, sans-serif;
	line-height:24px;
	margin-bottom:10px;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	padding: 3px 8px 3px 8px;
	margin: 2px;
	text-decoration: none;
	color: #fff;
	line-height:24px;
	background-color: #ccc;
}
.wp-pagenavi a:hover {
	color: #ff;
	background-color: #eee;
}
.wp-pagenavi span.pages {
	padding: 3px 8px 3px 8px;
	margin: 2px 2px 2px 2px;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 3px 8px 3px 8px;
	margin: 2px;
	line-height:25px;
	font-weight: bold;
	color: #fff;
	background:#d82424;
}
.wp-pagenavi span.extend {
	padding: 3px 8px 3px 8px;
	margin: 2px;
	color: #000000;
	line-height:25px;
	background-color: #FFFFFF;
}
/* tagcloud  ----------------------------------*/

#tag_cloud a {
	font-size:12px !important;
	margin-right:10px;
	line-height:18px;
}
/* Comments  ----------------------------------*/

#commentform label {
	/* float:left; */
	text-align:left;
	margin-bottom:15px;
	font-size:11px;
	width:20%;
	font-weight:bold;
}
.textarea {
	border:1px solid #ccc;
	background:#fff;
	width:70%;
	color:#333;
	float:right;
	padding:5px;
	margin-bottom:5px;
	font:12px Arial, Helvetica, sans-serif;
}
.textarea:hover {
	border:1px solid #ccc;
	background:#f8f9f9;
}

.Cbutton {
	border:none;
	font:bold 11px Arial, Helvetica, sans-serif;
	padding:4px;
	background:#003366;
	color:#fff;
	clear:both;
	margin-left:28%;
	clear:both;
	cursor:pointer;
}

.Cbutton:hover {
	border:none;
	background:#515151;
	color:#fff;
}


/*	Comments -------------------------------------------------------- */

.commetmainauthor {
	background:#f0f0f0;
	clear:both;
	margin-bottom:15px;
	padding: 5px 10px 5px 10px;
	overflow:hidden;
	height:100%;
 	border-bottom:1px solid #e5e5e5;
}
.commetmain {
	clear:both;
	margin-bottom:15px;
	padding:10px;
	overflow:hidden;
	height:100%;
	border-bottom:1px solid #e5e5e5;
}
.commet_left {
	width:20%;
	float:left;
	font:11px Arial, Helvetica, sans-serif;
}
.commet_right {
	width:70%;
	float:right;
 	padding:5px 0 0 35px;
	border-left:1px dotted #d4d7d9;
	min-height:55px;
}
.comm_list {
	margin-bottom:15px;
}
#content .commetmain p {
	margin:0;
	padding:0;
}
.thecomment {
	margin: 0px;
}
.comment-body {
	margin:0;
}
.comment-metadata {
	padding:5px 10px;
	color: #333;
	font-weight:bold;
	font-size:11px;
}
.comment-metadata a, .comment-metadata a:visited {
	color:#333;
	text-decoration:none;
}
.comment-metadata a:hover {
}
.authorcomment {
	margin: 0px;
	font-size:12px;
}
.authorcomment .comment-body {
	border: none;
}
.authorcomment .comment-metadata {
	padding:0 10px;
	background: #fff;
	color: #333;
}
.authorcomment .comment-metadata a {
	color:#333;
	text-decoration:none;
}
.authorcomment .comment-metadata a:hover {
	color: #333;
}
.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;
}
/* sidebar content ----------------------------------*/
 
#sidebar_l a, #sidebar_r a {
	color:#064599;
	text-decoration: none;
}
#sidebar_l a:hover, #sidebar_r a:hover {
	color:#515151;
}
/*widget calendar css =================================================== */

#wp-calendar {
	width:100%;
}
#sidebar_l .widget_calendar h2, #sidebar_r .widget_calendar h2, widgettitle {
	display:none;
}
#sidebar_l #calendar_wrap caption, #sidebar_r #calendar_wrap caption {
	margin:5px 0 3px 0;
	padding:3px 0 3px 0;
	font:bold 12px "Trebuchet MS", Verdana, Arial;
	color:#ff4102;
	border-top:4px solid #dbdbdb;
	background:url(images/headbg.png) repeat-x bottom;
	width:100%;
}
/* widget search css ===================================================  */	

#sidebar_l #search {
	width:100%;
	margin:10px auto 8px auto;
	overflow:hidden;
	height:100%;
}
#sidebar_r #search {
	width:100%;
	margin:10px auto 8px auto;
	overflow:hidden;
	height:100%;
}
#sidebar_l .widgettitle, #sidebar_r .widgettitle {
	clear:both;
}
#sidebar_l .widget_search, #sidebar_r .widget_search {
	background:#fff;
	padding:0px 0;
	overflow:hidden;
	height:100%;
	clear:both;
}

#sidebar_l .widget_search input, #sidebar_r .widget_search input {
	border:1px solid #ccc;
	margin:2px;
	padding:2px;
	color:#333;
}

#content input, #sidebar_l input, #sidebar_r input {
	border: 2px solid #ccc;
}

.submit {
	background: gray;
	border-bottom: 2px solid #00F;
	color: #000;
	display: inline;
}


#sidebar_l .widget_search br {
	display:none;
}
.Sponsors {
	text-align:center;
}
.ads {
	text-align:center;
	margin:8px 0;
}
#sidebar_l .posts, #sidebar_r .posts {
	clear:both;
	height:100%;
	margin-bottom:15px;
	border-bottom:none;
}
#sidebar_l h2, #sidebar_r h2 {
	margin:0;
	padding:8px 0 10px 0;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	color:#999999;
	border-top:1px solid #e5e5e5;
	background:url(images/topbg.png) repeat-x top;
}
#sidebar_l .listings h2, #sidebar_r .listings h2 {
	margin:0;
	padding:0;
	font-size:14px;
	color:#006DAD;
	font-weight:bold;
	background:none;
	border-top:none;
	text-transform:none;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar_l .listings h2 a, #sidebar_r .listings h2 a {
	color:#064599;
}
#sidebar_l .listings h2 a:hover, #sidebar_r .listings h2 a:hover {
	color:#515151;
}
#sidebar_l .listings {
	margin-bottom:10px;
	height:100%;
	overflow:hidden;
	border-bottom:1px solid #e5e5e5;
}
#sidebar_l p, #sidebar_r p {
	margin:0;
	padding:0 0 8px 0;
	line-height:18px;
	font:12px Arial, Helvetica, sans-serif;
	color:#454545;
}
#sidebar_l p a, #sidebar_r p a {
	color:#454545;
	border-bottom:1px dotted #454545;
	text-decoration:none;
}
#sidebar_l p a:hover, #sidebar_r p a:hover {
	color:#333;
	text-decoration:none;
}
#sidebar_r p.i_email {
	background:url(images/i_email.png) no-repeat;
	background-position:5px 3px;
	padding-left:28px;
}
#sidebar_r p.i_rss {
	background:url(images/toprss.png) no-repeat;
	background-position:5px 3px;
	padding-left:28px;
}
#sidebar_l .spacer, #sidebar_r .spacer {
	padding:0 5px;
}
#sidebar_l .advt_spacer, #sidebar_r .advt_spacer {
	margin:0 0 10px 0;
}
#sidebar_l ul, #sidebar_r ul, #sidebar_l ul li, #sidebar_r ul li {
	margin:0 0 5px 0;
	padding:0;
	list-style:disc;
}
#sidebar_l ul li ul, #sidebar_r ul li ul {
	margin:0;
	padding:0;
}
#sidebar_l ul li ul li, #sidebar_r ul li ul li {
	margin: 0 0 0 5px;
	padding: 3px 0 3px 0;
	list-style: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #006DAD;
}
#sidebar_l ul li ul li a, #sidebar_r ul li ul li a {
	line-height:18px;
}
#sidebar_l ul li ul li a:hover, #sidebar_r ul li ul li a:hover {
	text-decoration: none;
	color:#dc0709;
}
#sidebar_l ul li ul li ul li, #sidebar_r ul li ul li ul li {
	margin: 0 0 0 0;
	padding: 3px 0 3px 0;
	list-style:inside;
}
#sidebar_l ul li ul li ul li a, #sidebar_r ul li ul li ul li a {
	line-height:18px;
}
#sidebar_l ul li ul li ul, #sidebar_r ul li ul li ul {
	padding: 0;
	margin: 0;
}

#sidebar_l ul li ul li ul li a:hover, #sidebar_r ul li ul li ul li a:hover {
	color:#dc0709;
}


th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #6D929B;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

td {
	border-top: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
}


.subscribetextbg {
	padding:0 0;
	/*margin:0px 0 8px 0;*/
	background-position:55px 4px;
	overflow:hidden;
}
.subscribe_textield {
	border:1px solid #ccc;
	background:#fff;
	font:12px Arial, Helvetica, sans-serif;
	margin:2px 0 0 2px;
	padding:2px;
	width:218px;
	float:left;
}
.subscribe {
	background:#fff url(images/topbg.png) repeat-x top;
	border:1px solid #efefef;
	padding:10px 5px 5px 5px;
	overflow:hidden;
	height:100%;
	margin-bottom:11px;
}
#sidebar_r .subscribe h2 {
	background:none;
	border-top:none;
	padding-top:0;
}
.subscribe_b {
	border:none;
	margin-top:-13px;
	float:right;
}
#sidebar_r .advt {
	margin-bottom:20px;
}
#sidebar_r .sponsorslist {
	overflow:hidden;
	/*height:255px;*/
	margin-right:-15px;
}
#sidebar_r .sponsors {
	margin:0;
	padding:0;
}
#sidebar_r .sponsors li {
	float:left;
	margin:0 17px 8px 0;
	display:inline;
	list-style:none;
}
/* bottom  ---------------------------------- */

#bottom {
	background:#894990 url(images/bottombg.png) repeat-x top;
	height:100%;
	overflow:hidden;
}
#bottom-in {
	width:800px;
	padding:15px 0;
	margin:0 auto;
}
#bottom-in .bblock {
	width:250px;
}
#bottom-in h2 {
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	font:bold 14px Arial, Helvetica, sans-serif;
	border-bottom:1px solid #e1388c;
	line-height:22px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}
.bblock {
	margin:8px 0 5px 0;
	padding:0;
}
.bblock li {
	margin:0 0 5px 0;
	padding:0 0 8px 3px;
	background:url(images/bsperetor.png) repeat-x bottom;
	font-size:11px;
	color:#fff;
}
.bblock li a {
	color:#d6b7d9;
	text-decoration:none;
	font-size:12px;
}
.bblock li a:hover {
	color:#fff;
	text-decoration:none;
}
#bottom-in p {
	margin:0 0 5px 0;
	padding:0;
	font-size:11px;
	line-height:18px;
	color:#fff;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
}
.blockspacer {
	padding-left:24px;
}
/* footer ---------------------------------- */

#footer p {
	margin:5px 0 5px 0;
	padding:0;
	font-size:11px;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
}
#footer span {
	color:#909090;
	position:relative;
	top:-5px;
}
#footer span a {
	color:#909090;
	text-decoration:none;
}
#footer span a:hover {
	color:#333;
	text-decoration:none;
}
#footer a {
}
#footer a:hover {
}
#flinks {
	float:right;
	list-style:none;
	padding:0;
}
#flinks li {
	display: inline;
	color:#fff;
}
#flinks li a {
	color:#064599;
	padding:8px 0 8px 22px;
	margin:0;
	display:block;
	float:left;
	line-height:26px;
	font:12px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#flinks li a:hover {
	display: inline;
	color:#515151;
}
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

#sidebar_r h5 {
	font-size:12px
}
#sidebar_r .comments2 {
	padding: 3px 0 5px 15px;
	clear:both;
	background: url(images/bullet1.png) no-repeat 0 8px;
	border-bottom:1px solid #e5e5e5;
}
#sidebar_r .comments {
	margin:0;
	padding:0;
}
#sidebar_r .comments li {
	list-style:outside;
	margin: 0 0 0 15px;
	padding: 3px 0 5px 0;
	clear:both;
	border-bottom:1px solid #e5e5e5;
}
#sidebar_r .comments ul li ul {
	margin:0;
	padding:0
}
#sidebar_r .comments ul li ul li {
	list-style:outside;
	margin: 0 0 0 15px;
	padding: 3px 0 8px 0;
	border-bottom:1px solid #e5e5e5;
}
/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
	display:none;
}
/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
	clear:both;
}
.tabberlive {
	/* margin-top:1em;*/
 margin-bottom: 10px;
}
/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
	margin:0 !important;
	padding: 3px 0;
	border-bottom: 1px solid #e5e5e5;
	font: bold 11px Arial, Helvetica, sans-serif;
}
ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
}
ul.tabbernav li a {
	padding: 3px 8px 3px 8px;
	margin:0 0 0 0;
	line-height:22px;
	margin-left: 3px;
	border-bottom: none;
	text-decoration: none;
}
ul.tabbernav li a:link {
	color: #7c7c7c;
}
ul.tabbernav li a:visited {
	color: #667;
}
ul.tabbernav li a:hover {
	color: #fff;
	border-color: #e5e5e5;
}
ul.tabbernav li.tabberactive a {
	background: #fff;
	color:#515151 !important;
	border: 1px solid #e5e5e5;
	border-bottom: 2px solid #fff;
	text-decoration:none;
}
ul.tabbernav li.tabberactive a:hover {
	color: #333;
	background: #fff;
	border-bottom: 1px solid #fff;
}
/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	padding:5px;
	border-top:0;
	/*margin-top:-18px;*/
	background:#fff;
	position:relative;
	height: 150px;
    overflow:hidden;
}
/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
	display:none;
}
.tabberlive .tabbertab h3 {
	display:none;
}
/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}

.tabberlive#tab2 {
}

.tabberlive#tab2 .tabbertab {
	height:150px;
	overflow:hidden;
}


/*
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 */


/* threaded comments */

ul.commentlist { 
	list-style:none; 
	/* margin:0; 
	padding:0; 
	text-indent:0;
	*/ 
	display: block;
}

ul.commentlist div.commetmain { border:1px solid #d5d5d5; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; height:1%; margin:0 0 10px; /*padding:5px 7px 5px 57px;*/ position:relative; }
ul.commentlist li.alt { }
ul.commentlist li.bypostauthor {}
ul.commentlist li.byuser {}
ul.commentlist li.comment-author-admin {}
ul.commentlist li.comment { }
ul.commentlist li div.comment-author { padding:0 170px 0 0; }
ul.commentlist li div.vcard { font:bold 14px/1.4 helvetica,arial,sans-serif; }
ul.commentlist li div.vcard cite.fn { font-style:normal; }
ul.commentlist li div.vcard cite.fn a.url { color:#c00; text-decoration:none; }
ul.commentlist li div.vcard cite.fn a.url:hover { color:#000; }
ul.commentlist li div.vcard img.avatar { border:5px solid #d5d5d5; left:7px; position:absolute; top:7px; }
ul.commentlist li div.vcard img.avatar-32 {}
ul.commentlist li div.vcard img.photo {}
ul.commentlist li div.vcard span.says {}
ul.commentlist li div.commentmetadata {}
ul.commentlist li div.comment-meta { font:bold 10px/1.4 helvetica,arial,sans-serif; position:absolute; right:10px; text-align:right; top:5px; }
ul.commentlist li div.comment-meta a { color:#333; text-decoration:none; }
ul.commentlist li div.comment-meta a:hover { color:#000; }
ul.commentlist li p { font:normal 12px/1.4 helvetica,arial,sans-serif; margin:0 0 1em; }
ul.commentlist li ul { font:normal 12px/1.4 helvetica,arial,sans-serif; list-style:square; margin:0 0 1em; padding:0; text-indent:0; }
ul.commentlist li div.reply { background:#999; border:1px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:5px 10px;  text-align:center; width:36px; }
ul.commentlist li div.reply:hover { background:#c30; border:1px solid #c00; }
ul.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }

ul.commentlist ul.children { 
	list-style:none; 
	margin:1em 0 0 0 !important; 
	padding:0px 0px 0px 20px !important;
}

ul.commentlist ul.children li { }
ul.commentlist ul.children li.alt {}
ul.commentlist ul.children li.bypostauthor {}
ul.commentlist ul.children li.byuser {}
ul.commentlist ul.children li.comment {}
ul.commentlist ul.children li.comment-author-admin {}
ul.commentlist ul.children li.depth-2 { margin:0 0 .25em; }
ul.commentlist ul.children li.depth-3 { margin:0 0 .25em; }
ul.commentlist ul.children li.depth-4 { margin:0 0 .25em; }
ul.commentlist ul.children li.depth-5 {}
ul.commentlist ul.children li.odd {}
ul.commentlist li.even { background:#fff; }
ul.commentlist li.odd { background:#f6f6f6; }
ul.commentlist li.parent { }
ul.commentlist li.pingback { }
ul.commentlist li.pingback.parent { }
ul.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
ul.commentlist li.thread-alt { }
ul.commentlist li.thread-even {}
ul.commentlist li.thread-odd {}



/*For Page Navigation*/

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}



/* blogads */

/* BLOG ADS */

div#adspot_554003752.adspot {
border-spacing:0;
overflow:hidden;
 /*background-color:#EEEEEE;*/
border-color:#000000;
 /*border-width:0px;*/
 /*border-style:solid;*/
width:152px !important;
font-size:10pt;
}
div#adspot_554003752 .adspot_head {
font-family:Arial;
font-size:10pt;
color:#000000;
font-weight:bold;
font-style:normal;
text-decoration:none;
text-align:left;
}
div#adspot_554003752 a.adspot_link , div#adspot_554003752 a.adspot_adurl {
font-family:Arial;
font-size:8pt;
font-style:italic;
color:#AA0000;
font-weight:normal;
margin:0;
padding:0;
display: inline;
text-decoration:underline;
text-align:left;
background-image: none;
}
div#adspot_554003752 a.adspot_link:link, div#adspot_554003752 a.adspot_link:visited, div#adspot_554003752 a.adspot_adurl:link, div#adspot_554003752 a.adspot_adurl:visited {
color:#AA0000;
text-decoration:underline;
font-size:8pt;
font-style:italic;
}
div#adspot_554003752 a.adspot_link:active, div#adspot_554003752 a.adspot_link:hover, div#adspot_554003752 a.adspot_adurl:active, div#adspot_554003752 a.adspot_adurl:hover {
color:#AA0000;
text-decoration:none;
}
div#adspot_554003752 * ul {
list-style-position:outside;
list-style-image:none;
list-style-type:none;
width:152px;
margin:0;
padding:0;
}
div#adspot_554003752 * li {
background:#FFFFFF;
width:150px;
margin:0;
margin-bottom:5px;
padding:0;
text-align:left;
border-color:#BBBBBB;
border-width:1px;
border-style:solid;
border-spacing:0;
display:block;
text-indent:0;
overflow:hidden;
line-height: 12px;
}
div#adspot_554003752 span.blogad_rss_ad li {
border: none;
}
div#adspot_554003752 .adspot_adhead {
text-align:left;
font-family:Arial;
font-size:10pt;
font-weight:bold;
color:#000000;
margin:0;
padding:2px;
border-spacing:0;
width:150px;
display:block;
}
div#adspot_554003752 * img {
border-width:0;
border-spacing:0;
}
div#adspot_554003752 * li * img {
text-align:center;
display:block;
clear:both;
margin:auto;
}
div#adspot_554003752 .adspot_adtext {
font-family:Arial;
font-size:8pt;
font-weight:normal;
font-style:normal;
color:#000000;
margin:0;
padding:2px;
border-spacing:0;
display:inline;
clear:both;
width:150px;
text-align:left;
}
div#adspot_554003752 div.adspot_link {
width:152px !important;
text-align:left;
}

/* CB JOBS*/

.stdInner { margin: 0 10px; padding: 10px 0; }
.hidden { position: absolute; left: -200em; top: -20em; }
#jobResults li { border-bottom: 1px solid #ccc; padding-bottom: 1em; }

/* FACETS
------------------------------------------------------------------- */
.facets { margin-bottom: 1em; }
.facets ul { margin: 0; padding: 0; }
.facets li { list-style-type: none; padding: .2em .5em; }
.facets li a { color: green; }
.FacetState, .FacetCity, .FacetCompany { width: 31%; float: left; margin-right: 1%; }
.FacetState ul { border: 1px solid #000; height: 100px; overflow-y: scroll;}
.FacetCity ul { border: 1px solid #000; height: 100px; overflow-y: scroll;}
.FacetCategory ul { border: 1px solid #000; height: 100px; overflow-y: scroll; }
.FacetCompany ul { border: 1px solid #000;  height: 100px; overflow-y: scroll;}

/* POPULAR SEARCHES
-------------------------------------------------------------------- */
#pop_searches li { float: left; width: 49%; }
#sidebar #pop_searches { margin-bottom: 2em; }

/* RECOMMENDATIONS
------------------------------------------------------------------ */
#recommendations { padding: 1em 0; }
#recommendations a { font-size: .8em; }

/* CLEARFIX
------------------------------------------------------------------ */

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

#content legend {
	margin:0;
	padding: 5px 0 0 0;
	line-height: 150%;
	color: #006DAD;
	font:normal 22px Arial, Helvetica, sans-serif;
}