/*
 * 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/blog_base.css");	/* Default styles for the blog navigation */
@import url("../../rsc/css/item_base.css");	/* Default styles for the post CONTENT */

*
{
	padding: 0;
	margin: 0;
}

#skin_wrapper
{
	font-family: "Andalus", "Times New Roman",  serif !important;
	font-size: 14px;
	color: #444;
}
.skin_wrapper_anonymous
{
	background-color: #444;
	background-position: 1px top;
}
.skin_wrapper_loggedin
{
	background-color: #444;	
	background-position: 0 top;
}


/*
 * Header / bloglist on top:
 */
div#splash ul {}
div#splash li {}
div#splash li a {}
div#splash li a:hover {}
div#splash li a.selected {}


a
{
	color: #444;
	text-decoration: none;
	border-bottom: #444 1px dashed;
}

a:hover { border-bottom: #444 1px solid; }


p {}
blockquote {}
fieldset {}
#upbg {}

#wrapper
{
	position: relative;
	width: 747px;
	margin: 0 auto; 
}

#inner
{
	position: relative;
	padding: 13px 30px 13px 30px;
	z-index: 1;
	background-color: #f0eee4;
}

.pageHeader
{
	padding: 0;
	margin: 0;
	position: absolute;
	background: #64142d url('img/page_header_bkgrnd.gif') repeat-x;
	width: 222px;
	height: 92px;
	text-decoration: none;
}

.pageHeader span
{

}

.pageHeader h1
{
	padding: 5px 50px 5px 10px;
	font-size: 2.2em;
	line-height: .9em;
}
.pageHeader h1 a
{
	color: #dbdbd9;
	border-bottom-style: none;
}

.widget_core_coll_tagline
{
	font-style: italic;
	color: #dbdbd9;
	margin: 75px 0px 0px 125px; */
}


#splash
{
	position: relative;
	float: right;
	width: 458px;
	height: 92px;
	background: #EAEAE2 url('img/splash.jpg') no-repeat;
}

.top_menu
{
	position: relative;
	padding: 0;
	margin: 0;
	background-color: #dbdbd9;
	height: 25px;
	padding-left: 10px;  
	margin-top: 98px;
	border-bottom-style: solid;
	border-bottom-width: thick;
	border-bottom-color: #64142d;
}

.top_menu ul {}

.top_menu ul li
{
	display: inline;
	margin-right: 40px;
	line-height: 25px;
}

.top_menu ul li a
{
	font-size: 1.1em;
	color: #64142d;
	font-weight: bold;
	border-bottom: none;
	text-transform: uppercase;
}

.top_menu ul li a:hover, .top_menu ul li.current_page_item a
{
	background: #fff url('img/menu_hover_bkgrnd.gif') repeat-x top;
	color: #64142d; 
}


/* THE MAIN POSTS HAPPEN HERE */
.bPosts
{
	position: relative;
	width: 480px;
	padding-left: 10px;
	margin-top: 40px;
	float: left; 
}

.bPosts .bPost { margin-bottom: 75px;  border-bottom: #444 4px outset; }

.bPosts .bPost .bSmallHead
{
	position: relative;
	margin-bottom: 20px;
	border-bottom-color: #444;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-top-color: #444;
	border-top-style: solid;
	border-top-width: 3px;
}

.bPosts .bPost .bSmallHead .date { 
	float:right; 
	margin: 8px 0 0 8px;
}

.bPosts .bPost .bSmallHead .date em { 
	font-style: normal;
	font-weight: 600;
}

.bPosts .bPost .bSmallHead .date em.bPostdate { 
	font-size: 1.1em;
	padding-right: 12px;
}
.bPosts .bPost .bSmallHead .date em.bPosttime { }

.bPosts .bPost .bSmallHead .date em.user
{
	/* CREATE A SMALL SILHOUETTE OF THE MY FACE FROM THE PIC AT THE TOP AND THEN TURN BACK ON AUTHOR IN _item_block.inc.php */
	/*	background:url('../drewmoo/img/user.png') no-repeat left top ; /*customize for user look*/
	/* *************************************************************************************************** */
}

.bPosts .bPost .bSmallHead .bTitle a { font-size: 1.1em; border-bottom-style: none;}
.bPosts .bPost .bSmallHead .bTitle a:hover { border-bottom-style: none; }

.bPosts .bPost .content_full .bText { padding: 0 5px 10px 5px; }
.bPosts .bPost .content_full .bText p {	color: #000; margin-bottom: 12px; line-height: 1.3em; }
.bPosts .bPost .content_full .bText h3 { font-size: 1.2em; color: #64142d; }
.bPosts .bPost .content_full .bText h4 { font-size: 1.1em; color: #64142d; }
.bPosts .bPost .content_full .bText blockquote {
	font-style: italic;
	font-weight: 500;
	font-size: .9em;
	line-height: 1.35em;
	border: #64142d 1px solid;
	background-color: #dbdbd9;
	padding: 3px;
}


.bPosts .bPost .content_full .bText .post_link { 
	margin: 0 5px 10px 0;
	font-style: normal;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
}
.bPosts .bPost .content_full .bText .post_link a {
	font-size: .85em;
	font-style: italic;
	color: #64142d;
}

.bPosts .bPost .content_full .bText .videoblock { 
	padding: 20px; 
	border: #64142d 1px solid; 
	background-color: #444;
	margin-bottom: 20px;
}

.bPosts .bPost .content_full .bText .amazon { float: left; margin: 0 10px 5px 0; }
.bPosts .bPost .content_full .bText .itunes { float: right; margin: 0 0 10px 5px; }
.bPosts .bPost .content_full .bText .itunes a { border-bottom-style: none; }


.bPosts ul
{
    margin:1em;
    padding:0 1em;
    list-style-image:url('../drewmoo/img/bullet.gif');
}
.bPosts ol
{
    list-style-type:decimal;
    margin:1em;
    padding:0 1em;
}

.bPosts .bPost .bSmallPrint {
	border-top: solid #64142d 1px;
	border-bottom: solid #64142d 1px;
	margin-bottom: 30px;
	}

.bPosts .bPost .bSmallPrint ul
{
	margin: 0; padding: 0;
	list-style: none;
}

.bPosts .bPost .bSmallPrint ul li
{
	display: inline;
	margin-right: 20px;
	font-size: 1.1em;
	font-weight: 600;
}

.bPosts .bPost .bSmallPrint ul li.comments {}
.bPosts .bPost .bSmallPrint ul li.readmore {}

/* ***************************************************** */
/* TAGS NOT USED IN MY DESIGN BUT MIGHT BE AT SOME POINT 
.bPosts h3,.bPosts h2{}
.bPosts h2.pagetitle{}
h3.bTitle {}
.bPosts h2 a {}
.bPosts h2 a:hover {}
.bPosts .bPost h4{}
.bPosts .bPost h4 em{}
.bPosts .entry{}
.bPosts .bPost .entry{}
/* ***************************************************** */


/* SIDEBAR STARTS HERE */
.bSideBar {
	position: relative;
	width: 180px;
	float: right;
}

#searchDiv { margin: 37px 0 20px 0; } 
#searchDiv .search {
	padding-left: 5px;
	width: 170px;
	font-size: 2em;
} 

#searchDiv .search input.form_text_input 
{
	width: 120px;
	color: #444;
	background-color: #dbdbd9;
	border: solid 2px #64142d;
	padding-left: 1px;
} 

#searchDiv .search .searchsubmit { color: #444; } 


/* ***************************************************** */
/* Begin Calendar */
.bSideBar .bSideItem caption a { color: #64142d; border-bottom-style: none; }
.bSideBar .bSideItem .bCalendarTable { 
	margin: 0 0 20px 0; 
	padding: 0; 
	font-size: 1em;
	border-bottom: #64142d 2px solid;
	border-top: #64142d 2px solid;
}
.bSideBar .bSideItem .bCalendarTable .bCalendarRow .bCalendarHeaderCell { color: #64142d; }
.bSideBar .bSideItem .bCalendarTable #prev a { color: #64142d; font-weight: 600; margin-left: 10px; }
.bSideBar .bSideItem .bCalendarTable #next a { color: #64142d; font-weight: 600; margin-right: 10px; }
.bSideBar .bSideItem .bCalendarTable .bCalendarRow .bCalendarEmptyCell { }
.bSideBar .bSideItem .bCalendarTable .bCalendarRow .bCalendarCell { color: #f0eee4; }
.bSideBar .bSideItem .bCalendarTable .bCalendarRow .bCalendarLinkPost a { color: #64142d; font-weight: 600;}
.bSideBar .bSideItem .bCalendarTable .bCalendarRow #bCalendarToday { 
	background-color: transparent; 
	border: #64142d 1px solid; 
	color: #444;
}
/* End Calendar */


div.bSideItem {}
div.bSideItem div.notes {}
.SearchField{}

/* CATEGORIES */
.widget_core_coll_category_list { margin: 20px 0 20px 0; }
.widget_core_coll_category_list h2
{
	font-size: 1.7em;
	padding-left: 5px;
	border-top: #64142d 2px solid;
	border-bottom: #64142d 2px solid;
}
.widget_core_coll_category_list ul { list-style:none; padding: 0 10px; }
.widget_core_coll_category_list ul li {	padding: 3px 0; }
.widget_core_coll_category_list ul li a { border-bottom-style: none; }
.widget_core_coll_category_list ul li a:hover { border-bottom-style: solid; }

/* USER TOOLS */
.widget_core_user_tools { margin: 20px 0 20px 0; }
.widget_core_user_tools h2
{
	font-size: 1.7em;
	padding-left: 5px;
	border-top: #64142d 2px solid;
	border-bottom: #64142d 2px solid;
}
.widget_core_user_tools ul { list-style:none; padding: 0 10px; }
.widget_core_user_tools ul li {	padding: 3px 0; }
.widget_core_user_tools ul li a { border-bottom-style: none; }
.widget_core_user_tools ul li a:hover { border-bottom-style: solid; }

.powered_by a { border-bottom-style: none; }
.powered_by a:hover {}


/* SIDEBAR STUFF NOT USED 
.bSideBar ul ul{}
.bSideBar a {}
.bSideBar a:hover{}
.bSideBar ul.feeds{}
.bSideBar ul.feeds li{}
textarea, select{}
textarea{}
.radio {}
#wrapper input.form_text_input:focus, textarea:focus{}
/* ********************************************************* */

#pageFooter
{
	position: relative;
	clear: both;
	margin: 0; padding: 0;
	border-top: #64142d 2px solid; 
	border-bottom: #64142d 2px solid; 
	margin-bottom: 20px;
}

#pageFooter .widget_core_coll_xml_feeds { margin: 0; padding: 10px; float: }
#pageFooter .widget_core_coll_xml_feeds h3 { font-size: 1.5em; }
#pageFooter .widget_core_coll_xml_feeds h3 img { height: 24px; width: 24px; }
#pageFooter .widget_core_coll_xml_feeds ul { list-style: none;}
#pageFooter .widget_core_coll_xml_feeds ul li { display: inline; font-weight: 600; padding-right: 50px; }
#pageFooter .widget_core_coll_xml_feeds ul li a { font-weight: 400; padding-right: 10px; padding-left: 10px; }

/*  PAGE FOOTER SHIT NOT USED
#pageFooter p {}
#pageFooter a {}
.author_credits {}
#pageFooter a.contact_link {}
#pageFooter a.contact_link:hover {}
#pageFooter a:hover {}
/* ******************************************** */


/* MISC SHIT NOT USED
.pageHeader, .bPosts, .bSideBar, #pageFooter, .widget {}
div.log_container, div.action_messages {}
/* ********************************************  */


/* Styles for comments */
#inner h3 { color: #64142d; }

div.bComment, /* Entire comment block */
form.bComment /* New comment form */
{
	margin: 0 0 20px 5px; 
	padding: 2px; 
	background-color: #fff;
	border: #444 1px solid;
}

div.bCommentTitle {	font-size: 1.3em; }
div.bCommentTitle em {
	font-size: .7em;
	font-style: normal;
}
div.bCommentTitle img { width: 12px; height: 12px; padding-left: 10px; }

div.bCommentText {
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
}

/* EXTRA SHIT I AIN'T USING
#comment_preview {}
div.bCommentSmallPrint {}
div.moderation_msg {}
div.feedback_feed_msg {}
#bCalendarToday {}
div.PageTop a {}
div.PageTop a.default {}
div.PageTop a.default:hover {}
div.PageTop a.selected {}
div.PageTop a.selected:hover {}
/* ************************************* */

div.featured_post {	margin: 10px; padding: 3px; border: #444 4px groove }
