@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";

/*   
Theme Name: WDB Blog Theme "REVITALIZE"
Theme URI: http://www.woodbine.com/blog
Description: This is a kick ass WDB ORIGINAL theme part 2.
Author: Taylor Webster - Head Geek of the Woodbine clan
Author URI: http://www.tellyousomething.com
Tags: corkboard, paper, asterisk, woodbine theme
Version: v2.0
This theme is released under the GPL:

.
*/

/* Globals ------------------------------------------------------>*/

* { margin:0; padding:0; font-family:Georgia, "Times New Roman", Times, serif; }
.divclear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.alignright { float:right; }
.alignleft { float:left; }
.aligncenter { display:block; margin-left:auto; margin-right: auto; }
body {
	background-color:#111;
	background-position:top center;
	text-align:center;
	background-image:url(images/body_bg.jpg);
	background-attachment:fixed;
	/*background-position:top center;*/
	margin:0;
	
}
a {
text-decoration:none;
color:#db5216;
}
ol, ul, li {
list-style:none;
}

/* Body Elements ------------------------------------------------>*/
#wrapper {

 background-image:url(images/bg_illustrations.png);
 background-position:top center;
 background-repeat:no-repeat;
 background-attachment:fixed;
 max-width:100%;

margin:0 auto;
min-width:896px;
	
}
#header {
	/*background-image:url(images/header.png);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center top;*/
	max-width:1280px;
	min-width:896px;
	height:250px;
	/*border:1px solid #00f;*/
	margin:0 auto;
	
}
#padTop {
	background-image:url(images/paper_top.png);
	background-repeat:no-repeat;

	background-position:center top;
	margin:0 auto;
	width:976px;
	height:47px;
	/*border:1px solid #f00;*/
}
#pageBody {
	background-image:url(images/pad_bg.png);
	background-attachment:fixed;
	background-repeat:repeat-y;
	background-position:center;
	margin:0 auto;
	width:976px;
	text-align:left;
	/*border:1px solid #00f;*/
		
}
#tabs {
	width:976px;
	height:288px;
	background-image:url(images/pad_tabs.png);
	background-position:top left;
	background-repeat:no-repeat;
}
#tabCol {
	width:75px;
	height:300px;
	float:left;
	/*border:1px solid #f00;*/
}
#postCol {
	width:526px;
	float:left;
	
	/*border:1px solid #f0f;*/
}
#sidebar {
	width:305px;
	float:right;
	/*border:1px solid #f00;*/
	margin-right:70px;
}
#footer {
	bottom:0px;
	max-width:100%; 
	min-width:896px;
	height:150px;
	margin-left:0 auto;
	/*border:1px solid #000;*/
	/*background-color:#CC0;*/
	/*background-image:url(images/pad_bottom.png);*/
	/*background-repeat:no-repeat;*/
	/*background-position:center;*/
}
#footer_center {
	/*border:1px solid #000;*/
	max-width:100%;
	min-width:896px;
	height:60px;
	/*background-image:url(images/footer_bg.png);
	background-repeat:no-repeat;
	background-position:top center;
	
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;*/

	margin: 0 auto;
}

/* Posts ------------------------------------------------ */

#post {
	margin-top:30px;
	background-image:url(images/post_bg.png);
	background-repeat:repeat-y;
	width:536px;
	
}
#postPage {
	margin-top:30px;
	background-image:url(images/postPage_bg.png);
	background-repeat:repeat-y;
	width:715px;
	
}
#postTop {
	background-image:url(images/post_top.png);
	width:515px;
	height:16px;
}
#postHead {
	/*background-image:url(images/post_head.png);
	background-repeat:no-repeat;*/
	width:468px;
	/*height:40px;
	border:1px solid #0F0;*/
	padding-top:10px;
	margin-left:5px;
	
	position:relative;
	}
/* This still needs work
#headVert {
	border:1px solid #CF0;
	height:60px;
	position:absolute;
	top:50%;
	margin-top:-30px;
}
*/
.copyBlock {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	width:475px;
	margin-left:20px;
	padding-top:0px;
	/*border:1px solid #999;*/
	line-height:20px;
}
.copyBlock, p {

	display:block;
	clear:both;
	margin-bottom:22px;
}
.copyBlock a:link {
	color:#66aec5;
	text-decoration:none;
	
}
.copyBlock a:hover {
	color:#66aec5;
	text-decoration:underline;
	
}
.copyBlock a:visited {
	color:#66aec5;
	text-decoration:none;
	
}
#postbottom {
	background-image:url(images/post_bottom.png);
	width:515px;
	height:26px;
	
}
h2.post-title {
	margin-top:0px; /* zeroing out the top margin bug for safari */
	line-height:24px;
	padding-left:15px;
	}
h2.post-title a {
	color:#000;
	line-height:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:25px;

}
h2.post-title a:hover {
	color:#666;
	text-decoration:underline;
}
h2.post-title a:visited {
	color:#666;
}
.shareBox {
	float:right; width:170px; height:25px;
}
#post blockquote {
	margin-left:15px;
	margin-right:25px;
	margin-bottom:25px;
	border-left:3px solid #666;
	padding-left:5px;
}
.author {
	font-size:15px;
	font-weight:normal;
	font-style:italic;
	margin-bottom:22px;
}
/* sidebar ------------------------------------------------ */
#searchbox {
	padding-left:19px;
	margin-left:19px;
	padding-top:27px;
	background-image:url(images/searchBG.gif);
	background-repeat:no-repeat;
	background-position:left;
	width:305px;
	height:53px;
	text-align:left;
	/*border:1px solid #000;*/
	
}
.textarea {
	background:transparent;
	border: none;
}
.submitbtn {
	margin-top:-10px;
	margin-right:35px;
}

#postit {
	width:305px;
	height: 300px;
	
	
	
}
/* side bar widgets etc... -------------------------------------- */

.widget {
	color:#CCC;
}
.widget a {
	color:#66aec5;
	text-decoration:none;
}
.widget a:hover {
	color:#66aec5;
	text-decoration:underline;
}

h3.widget-header {
	font-family:"Times New Roman", Times, serif;
	font-size:18px; 
	border-bottom:1px dotted #777;
	
	text-align:left;
	margin:0 0 15px;
	padding:0;
	padding-bottom:0;
	font-weight:normal;
	color:#000;
	
}
div.widget li {
	margin-left:15px;
	list-style-type:square;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	
}
div.widget ul {
	margin:0 0 15px;
}

/* single body ---------------------------------- */
#single-body {
		margin-top:0px;
	background-image:url(images/post_bg.png);
	background-repeat:repeat-y;
	width:536px;
}
/* Media Icons ---------------------------------- */
.media_icon {
	padding: 2px;
	background-image:url(images/icon_media_bg.png);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	margin:0 auto;
	margin-bottom:14px;
}
/* Suggestion box ------------------------------- */
#suggestion {
	font-size:12px;
	color:#333;
}
#suggestion input[type='text']{
	width:150px;
}
#suggestion textarea{
	width:250px;
	height:170px;
}
#contactForm input[type='text']{
	width:450px;
}
#contactForm textarea{
	width:450px;
}
/* comments ------------------------------------ */
#comment {
	width:350px;
}