/*
 * b2evolution Blog Skin by The Skin Faktory - http://skinfaktory.com/
 *
 * Based on terrafirma1.0 by nodethirtythree design - http://www.nodethirtythree.com
 * Based on terrafirme3.5 by Sadish Bala - http://wpthemepark.com
 */

@import url("../../rsc/css/basic.css");	/* Import basic styles */
@import url("../../rsc/css/img.css");	/* Import standard image styles */
@import url("../../rsc/css/blog_elements.css");	/* Import standard blog elements styles */
@import url("../../rsc/css/forms.css");	/* Import default form styles */

body {font: 12px/17px "Lucida Grande", "Lucida Sans Unicode", sans-serif;}

*
{	padding: 0;	margin: 0;}

#skin_wrapper
{
	color: #3a3a3a;
}
.skin_wrapper_anonymous
{
	background: url('img/bg_design.jpg') center no-repeat;
	background-position: center top;
}
.skin_wrapper_loggedin
{
	background: url('img/bg_design.jpg') no-repeat;
	background-position: center top;
}

/*
 * Header / bloglist on top:
 */
div#splash ul {
	float:right;
	margin: 0;
	list-style-type:none;
	padding: 8px 6px;
}

div#splash li {
	background:#FFFFFF url(img/a18.gif) repeat-x scroll center -1px;
	border: 1px solid #4D4D24;
	display: inline;
	padding: 2px 1ex;
	margin-left: 5px;
}
div#splash li a {
	font-weight: bold;
	color: #7C7C6A;
}
div#splash li a:hover {
	color: #46461F;
	text-decoration: underline;
}
div#splash li a.selected {
	color: #000;
}

a
{
	color: #cc0000;
	text-decoration: none;
}

a:hover
{
	color:#f20000;
	text-decoration: underline;
}

p
{
	margin-bottom: 14px;
}

blockquote
{
    background-color: transparent;
    border: none;
    margin:10px 20px;
    padding-left:10px;
    border-left:#ccc 2px solid;
}

fieldset
{
	border:none;
}

h1,h2,h3,h4,h5,h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#holder
{
	background: url('img/bg_content.gif') repeat-y center bottom;
}

#container
{
	background: url('img/bg_bottom.jpg') no-repeat center bottom;
}

#upbg
{
	position: absolute;
	top: 0;
	left: 0;
	width: 860px;
	height: 10px;
	z-index: 1;
	border: 0px solid #000;
}

#wrapper
{
	position: relative;
	width: 862px;
	margin: 0 auto;
}

#inner
{
	position: relative;	
	z-index: 2;
}

.pageHeader
{ 
	background: url("img/header_bg.jpg") center no-repeat;
	margin-left:-1px;	
	width: 865px;
	height: 154px;	
}

.pageHeader span
{
	font-weight: normal;
}

.pageHeader h1
{
	font: 35px/25px "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	margin: 32px 0 10px 15px;
}

.pageHeader h1 a
{
	color:#fff;
	text-decoration:none;
}

.widget_core_coll_tagline
{
	font-size: 20px;
	line-height:normal;
	color: #edb3b3;
	margin: 0 0 0 285px;
	border: 0px solid #fff;
}

.top_menu
{
	position: relative;
	font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	text-transform:uppercase;
	/*height: 8px;
	margin: 0;
	padding: 110px 0 0 0;*/
	border: 0px solid #000000;
}

.top_menu ul
{
	margin:0;
	padding:0;
}

.top_menu ul li
{
	display: inline;
	line-height: 52px;
	padding-left: 3px;
	margin:0 10px 0 0;
}

.top_menu ul li a
{
	background-color: transparent;
	background-repeat: repeat-x;
	padding: 4px 8px;
	font-size: 11px;
	color: #999999;
	font-weight: bold;
	border-bottom:none;
	text-transform: capitalize;
}

.top_menu ul li a:hover, .top_menu ul li.current_page_item a
{
	color: #ffffff;
	text-decoration: none;
	background-color: #FF0000;
}


#search
{
	margin:-50px 0 0 0;
}

.SearchField
{
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	padding:1px;
	float:left;
	background:#F9F9F7;

	width: 120px;
	margin: 5px 5px 0 0;
	border: 1px solid #ccc;
}
.gobutton{float:left;}

.submit, .preview, .SaveButton, .ResetButton
{
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:13px;
	color:#fff;
	background: #5d5d5d;
	width: auto;
	height: 18px;
	padding: 0 2px;
	margin: 5px 0 10px 0;
	border: 1px solid #454545;
}

.bMore {
    color:#e20000;
	text-align: left;
}

.bMore a {
	font-weight: normal;
	font-size: 90%;
}

.bPosts
{
	position: relative;
	width: 600px;
	padding:0 0 0 10px;
	float: left;
}

.bPosts p
{
	text-align:left;
}

.bPosts .bPost .bSmallHead
{
	margin-bottom: 5px;
}

.bPosts h3, .bPosts h2
{
	font-size: 14px;
	color: #40636f;
	padding-bottom:5px;
}

.right{float:right;}

.bPosts h2.pagetitle
{
	text-align:left;
	color:#d50000;
	padding: 10px 0 0 10px;	
}


h3.bTitle {
	font-size: 1.1em;
}

.bPosts h2 a, .bPosts h2 a:hover
{
	/*font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;  
	letter-spacing: -0.5px; 
	color:#8a1e1e; diff frm proposal*/
	color:#B01A19;
	border-bottom:none;	
}

.bPosts ul
{
    margin:1em;
    padding:0 1em;
    list-style-image:url('img/bullet.gif');
}
.bPosts ol
{
    list-style-type:decimal;
    margin:1em;
    padding:0 1em;
}
.bPosts .entry
{
	padding: 0 15px;
	margin-bottom: 20px;
}

.bPosts .bPost
{
	font-size:13px;
	line-height: 20px;
	text-align:left;
	width:auto;
	clear:both;
	padding: 10px 10px 0px 10px;
	margin: 0 0 20px 0;
}

.bPosts .bPost .bImages .image_block
{
	float:left;
	clear:both;
	padding:0;
	margin: 0 0 5px 0;
	border:1px solid #C8C8C8;
}

.image_border /* for link image css */
{
	display:inline;
    float:left;
	padding:5px;
	margin: 0 4px 20px 0px;
	border:1px solid #ccc;
}

.bPosts .bPost .bText 
{
	clear:both;
}

.bPosts .bPost .bText .youtube, .postvideo
{
	float:left;
	clear:both;	
	padding:5px;
	margin:0 0 5px 0;
	border:1px solid #C8C8C8;
}

.bPosts .bPost .date
{
	padding:5px 0 0 0;
	color:#666;
	font-size:11px;
	line-height:15px;
}
.bPosts .bPost .date em
{
	font-style:normal;
	color:#666;
}

.bPosts .bPost .date em.user
{
	background:url('img/user.png') no-repeat left top;
	padding-left:15px;
}

.bPosts .bPost .date em.bPostdate
{
	padding-left:0px;
}

.bPosts .bPost .entry
{
    margin-bottom: 0;
}

.bPosts .bPost .bSmallPrint
{
	width:100%;
	font-size:11px; 
	line-height:12px;
}

.bPosts .bPost .bSmallPrint .edit a
{
	color: #000;
}

.bPosts .bPost .bSmallPrint .comments a
{
    color: #40636f;
	margin: 0; 	
}
.rightcor{background:url('img/corner_commentright.gif') no-repeat right; width:7px; height:20px;}

.bPosts .bPost .bSmallPrint ul
{
	list-style: none;
	text-align:right;
	padding:5px 0;
}

.bPosts .bPost .bSmallPrint .comments
{
	color:#fff;
}

.note,
.notes,
.dimmed {
	font-size: 10px;
	color:#666666;
	line-height:15px;
	font-weight:normal;
}

#inline {margin:0; padding:0; list-style: none;}
	#inline ul li{margin:0; padding:0;}
	#inline li{float:left;}

.bPosts .bPost .bSmallPrint ul li.readmore
{
	background-image: url('img/a38.gif');
	color:#999;
	margin-left: 20px;
}

.bPosts .bPost h4
{
	font-size:1em;
	font-weight:normal;
	font-family: Verdana, Tahoma, Arial, Serif;
}
.bPosts .bPost h4 em
{
	font-style:normal;
	float:right;
	font-weight:normal;
}


.bSideBar
{
	line-height: 16px; /*control the welcome text*/
	padding:10px 10px 10px 15px;
	width: 195px;
	float: right;
}

div.bSideItem {
	margin-bottom: 16px;
	border: 0px solid green;
}
div.bSideItem a, .post-tags a{color:#40636f;}
div.bSideItem a:hover, .post-tags a:hover{color:#243f49;}

div.bSideItem li, div.bSideItem ul{margin:0; padding:0;}
div.bSideItem li{line-height:13px;}
div.bSideItem div.notes {
  	border: 0px solid blue;
}

.bSideBar h2
{
	font-family: Lucida Sans Unicode, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #b01a19;
}

.bSideBar ul
{
	list-style:none;
}

.bSideBar ul li
{
	padding: 3px 0px;
}

.bSideBar ul ul
{
	list-style-image:url('img/arrow.gif');
	padding: 0 0 0 15px;
	margin:0;
}

.bSideBar a
{
	border-bottom:none;
}

/*.bSideBar a:hover
{
	border-bottom:0px solid;
}*/

.bSideBar ul.feeds
{
	margin-left:20px;
}

.bSideBar ul.feeds li
{
	list-style-image:url('img/feed.gif');
	margin:5px 0;
	padding:0;
}

#inner .pageHeader .widget_core_menu_link li{
	float:left;
	list-style: none;
}
.navlink a, .navlink_about a
{
	font-size: 11px;
	color: #fff;
	display: block;
	padding: 1px 10px;
	border:0;
}
.navlink a:hover, .navlink_about a:hover
{
	color:#FFFFFF;
	text-decoration: none;
	background-color:#7b0000;
}

/*about tony button*/
.navlink_about a
{
	position: absolute;
	top: 132px;
	left: 64px;
}
.navlink a{
	background-color: #b13334;
	position: absolute;
	top: 132px;
	left: 10px; }
.bSideBar .widget_core_menu_link{margin-bottom:-20px;}

input.form_text_input, textarea, select
{
	padding:2px;
	background:#F9F9F7;
	font:11px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	border: 1px solid #ccc;
}

textarea{
	width: 90%;
	height: 20em;
}

.radio {
	margin-left: 2px;
	margin-right: 2px;
}

#wrapper input.form_text_input:focus, textarea:focus
{
	background:#fff;
	border: 1px solid #999;
}

#pageFooter
{
	font-size:9px;
	color: #999;
	text-align: center;
	clear: both;	
	position: relative;
	padding: 15px 0 0 0;
}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 0 auto;
	width: 155px;
	border: 1px solid #ccc;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	font-weight:bold;
	margin:0;
	padding:3px 0;

	}
	
#wp-calendar thead
{
	margin:0;
	padding:0;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	background:url('img/a32.gif') repeat top;
	}
	
#wp-calendar th
{
	padding: 3px 0;
	text-align: center;
	background:url('img/a34.gif') repeat top;
}

#wp-calendar td.pad:hover 
{ /* Doesn't work in IE */
	background-color: #fff; 
}

.calendar_arrow
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	border: 0px solid #000;
	text-align:center;
}

/**/
/* End Calendar */

.ceogallery, .viewall
{
	font-weight:bold;
	font-size:11px;
 	text-align:center;
	width:158px;
	margin:10px auto 0 auto;
}

.ceogallerytd a
{
	padding:1px;
	float:left;
	border: 1px solid #ccc;
}

.ceogallerytd a:hover
{   
	border: 1px solid #e20000;
}

.pageHeader, .bPosts, .bSideBar, #pageFooter, .widget {
    overflow: hidden;
}

.powered_by a:hover {
	text-decoration: none;
	border: none;
}

div.log_container, div.action_messages {
	margin: 3px 0;
}

div.log_container div,div.action_messages div {
	color:#000;
	font-weight:bold;
	background:#d0d579;
	margin:3px auto;
	padding:1ex;
	border:1px solid #b2bb22;
}

div.log_container div.log_success,div.action_messages div.log_success,
div.success {
	color:#000;
	font-weight:bold;
	background:#fdf8d2;
	border:1px solid #e4dda0;
}

div.log_container div.log_error,div.action_messages div.log_error,
div.error {
	color:#000;
	font-weight:bold;
	background:#ffc1c1;
	border:1px solid #e9acac;
}

/* Styles for comments */
 
form.bComment /* New comment form */
{
	margin: 2ex ;
	padding: 0;
}

div.bComment{}/* Entire comment block */
.commentform{background:#fff; padding:10px;}
label{font-style:normal;}
#comment_preview {
	background-color: #f9f8f7;
}

div.bCommentTitle {
	font-size:11px;
	padding:5px;
	position:relative;
	font-weight: bold;
	background:url('img/bg_hordot.gif') repeat-x bottom;
}
div.bCommentTitle .edit{float:right; font-weight: normal;}
div.bCommentTitle em {
	margin:0;
	padding:0 1em;
	text-align:right;
	font-style:normal;
	color:#999;
	font-weight: normal;
}
div.bCommentText {
	margin:0 0 40px 0;
	border: none;
	padding:5px;
	background:#ebebe6 url('img/bg_hordot.gif') repeat-x bottom;
}

div.bCommentText a{color:#cc0000;}
div.bCommentSmallPrint {
	clear: both;
	font-size: 78%;
	margin: 1ex 0;
}

div.moderation_msg
{
	margin: 1ex 0;
	padding: 1ex;
	border: 1px dotted #fa9;
	background-color:#fff;
	color: #e70;
}

div.feedback_feed_msg {
	margin: 2em 0;
	font-size:11px;
	text-align: right;
}

table.bCalendarTable
{
	margin: 0 auto;
	font-size: 11px;
	border-collapse: separate;
	border-spacing: 0px;
	background-color: #E4403F;
	border:2px solid #CC0001;
}

table.bCalendarTable caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: auto;
	padding: 0;
	white-space: nowrap;
}

th.bCalendarHeaderCell { /* ben calendar heander*/
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	width: 4.7ex;
	padding: 4px 1px;	
}


td.bCalendarCell,   
td.bCalendarLinkPost,
td.bCalendarEmptyCell { /* ben calendar body cel*/
	text-align:center;
	color: #fff;
	width: 4.7ex;
	padding: 4px 1px;	
}

.bCalendarLinkPost {
	color: #ff0000;
	background-color:#fff;
	font-weight: bold;
	text-align: center;
	border:0px solid #fff;
}

#bCalendarToday {
	color: #fff;
	background-color:#7B0000;
}

#bCalendarToday a{
	color: #fff;
	text-decoration: underline;	
}

div.PageTop a {
	font-weight: bold;
	text-decoration: none;
	color: #DEDECE;
	border-bottom: none;
}
div.PageTop a.default {
	color: #DEDECE;
	text-decoration: none;
}
div.PageTop a.default:hover {
	text-decoration: underline;
	color: #FFF7D4;
}
div.PageTop a.selected {
	color: #FFFF99;
}
div.PageTop a.selected:hover {
	text-decoration: underline;
	color: #FFFF99;
}

.clear{clear: both;}

.disclaimer
{	padding:10px;
	margin-top:5px;
	background-color:#fdfbe6;
	border: 1px solid #dbd8b0;
}

.footer_t
{
	color:#666666;
	font-size: 9px;
	font-weight:normal;
	line-height:15px;
	padding-bottom: 5px;
}

.sharethis{
	background:url('img/bg_sharethis.gif') no-repeat;
	padding-top:3px;
	line-height:11px;
	height:23px;
	width:240px;
}
.sharethis a, .sharethis a:hover{
	border-bottom:#e20000 0px solid;
}

.youare
{
padding: 10px 0 5px 10px;
font-size:80%;
}
.login .label{width:65px; float:left;}
.login .input{width:110px; float:left;}
.login .input input{width:90px;}
.login .loginbutton{width:40px; margin-left:65px;}
.msg_nothing{margin-left:10px;; padding:0;}
.divider{background:url('img/divider.gif') repeat-x; margin:15px 0 0 0; padding:0; height:10px;}
#imgleft {float:left; margin:0 10px 0 0;}
#imgcenter {display:block; margin:0px auto; text-align:center;}
#imgright {float:right; margin:0 0 0 10px;}
.s{font-size:88%; display:inline;}
pad5{padding-top:5px;}
.highlight{background-color:#fffbdc; padding:10px;}
.highlight a{color:#cc0000;}

.reply {border:1px solid #dcdcd8; padding:12px 5px 10px 42px; margin:10px 0px 5px 0px; background:#fff url(img/icon_reply.gif) no-repeat 5px 5px;}

.editreply {padding-left:38px; margin-top:5px; width:602px;}
.editreply textarea {font-size:11px; line-height:17px;}

/* Twitter */
#twitter {
	background-color: #ffcccc;
}

#twitter ul li {
	background: url(../../images/bg_twitter_top.gif) top left no-repeat;
	display: block;
	padding: 0;
}
#twitter ul li a {
	background: url(../../images/bg_twitter_btm.gif) bottom left no-repeat;
	display: block;
	padding: 0 8px 10px 8px;
}
#twitter ul li span {
	padding: 6px 8px 0 8px;
	display: block;
}
#twitter_update_list a:hover {
	background:none;
}
div#twitter-footer {
	background-color: #ffcccc;
}