/*  
Header Color Option - Orange
*/


#header {
	background: url(images/header_bck_orange.gif) repeat-x 0 16px #2e1709;
	border-bottom: 1px solid black;
}

#header .container {
	/*background: url(images/header_orange.gif) no-repeat 0 16px;*/
	background: url(images/background-header.jpg) no-repeat 0 16px;
}

#header .title {
	/*background: url(images/logo_orange.gif) no-repeat;*/
	background: url(images/new-logo.jpg) no-repeat;
	
}

#header .title #logoText {text-indent: -9999px;}

#header span { /*deleted .title here*/
	color: #311b09;
	margin-top: 50px; /*was 20px*/
	float: left;
	margin-left: -40px;
}

#header ul {height: 81px;}

#header li.current_page_item {
	background-color: #311b09;

}

#header li a {text-shadow: 0 1px 0 #8e4319;}

#contents .post p a, #contents .comment .box a, #contents #main_sidebar div.widget div p a,
#contents .page_navigation a.prev, #contents .page_navigation a.next {
	color: #ba5f1f;
}

#contents #leave_comment div.button a {
	background-color: #ba5f1f;
}



/* DEFAULT STYLING LINKED TO SCRIPT FOR IMAGES */
div.defaultImg {border: 1px solid #000000;}
div.defaultInnerImg {background-color: #111111; border: 1px solid #272727; padding: 7px;}
div.defaultInnerImg div {border: 1px solid #2F2F2F; overflow: hidden;}

/*GIVE BUTTON LIKE FEATURE TO ALL LINKS CLICKED*/
a:active {position: relative; top: 1px;}

/*style for youtube vids in the habittip section */
div.aboutme p{margin-top: 20px;}

/*CONTENTS POST BORDERS*/
#contents .post {padding: 15px 0; border-bottom: 1px solid #050505; border-top: 1px solid #2e2e2e;}
#contents div.post:first-child {border-top: none;}

/* AND BOX SHADOW TO SIDEBAR */
#contents #main_sidebar div.widget div:hover, #billboard div.showcase:hover, .post_wrapper div.img:hover, div.lightboxContainer div.defaultImg:hover {
	-moz-box-shadow: 0 0 15px black;
	box-shadow: 0 0 15px black;
	-webkit-box-shadow: 0 0 15px black;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#ffffff, offX=0, offY=0, positive=true);
}
#contents #main_sidebar div.widget div.textwidget {padding: 0;}
#contents #main_sidebar div.widget div a {color: #ff6600;}

/* ADD STYLE TO POST HEADERS */
#contents .post h1, div.showcase h2, #main_sidebar h2 {text-shadow: -2px -2px 1px black;}
#billboard .showcase h2 {letter-spacing: 1px;}
#billboard .showcase h2 a {line-height: 110%;}
#header li a {letter-spacing: 1px;}
#contents .container .post h1 a {letter-spacing: 1px; line-height: 110%;}
#contents #main_sidebar h2 {letter-spacing: 1px;}


/* ADD STYLES TO THUMBS */
#contents div.thumb {float: left; width: 170px; height: 200px; border: 1px solid black; margin: 10px; padding: 2px; position: relative; background-color: #202020;}
#contents div.lightboxContainer h3 {clear: both; color: rgb(255, 102, 0); }
#contents div.thumb span {font-size: .8em; position: absolute; top: 150px; left: 35px; text-align: center; width: 100px;}
#contents div.defaultImg {margin-bottom: 20px;}
div.clear {clear: both;}

#contents .post div.img_wrap div {
	height: 100%;
}


/*FOOTER PUSH*/
#footer, div.push {height: 92px;}

/*tiltview*/
#flashcontent {
	/*height: 600px;*/
	width: 609px;
	border: 1px solid #2a2a2a;
}

/*FLOATING IMAGES LEFT STYLES*/
#contents div.logoContainer p {width: 150px; height: 130px; margin: 10px; padding: 0px; float: left;}
#contents div.logoContainer p a {}
#contents div.logoContainer p a img {padding: 2px; border: 1px solid black;}

/* SHOWCASE STYLES */
#billboard .showcase {height: 337px; overflow: hidden;}
#billboard .showcase p {font-size: 13px;}

/*BACKGROUND STYLES FOR PAGE BACKGROUNDS*/
div.container div.post_wrapper {background: url('images/background-logo.jpg') scroll no-repeat 50px 100px; }

