
body {
	margin: 0px;
	padding: 0px;
	color: #b9b9b9;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5em; 
	background-color: #000000;
}

a, a:link, a:visited { color: #d3a971; font-weight: bold; text-decoration: underline; }
a:hover { color: #d3a971; text-decoration: none; }

p { margin: 0px; padding: 0; }
img { border: none; }

ul { margin: 0; padding: 0; }
ul li { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6 { color: #000; }
h1 { font-size: 30px; font-weight: normal; margin: 0 0 20px 0; padding: 5px 0; color: #9b9b9b; }
h2 { font-size: 24px; font-weight: normal; margin: 0 0 20px 0; padding: 5px 0 15px 0; color: #fff; }
h3 { font-size: 20px; font-weight: normal; margin: 0 0 15px 0; padding: 0; padding: 0 0 10px 0; }
h4 { font-size: 18px; margin: 0 0 20px 0; padding: 0 0 10px 0; ; }
h5 { font-size: 16px; margin: 0 0 10px 0; padding: 0; }
h6 { font-size: 14px; margin: 0 0 5px 0; padding: 0; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.hr_divider { background: url(http://www.procustomplating.com/images/hr_divider.jpg) bottom repeat-x; }

.float_l { float: left; }
.float_r { float: right; }

.image_wrapper { display: inline-block; padding: 4px; border: 1px solid #666; background: none; margin-bottom: 10px; }
.image_fl { float: left; margin: 3px 15px 0 0; }
.image_fr { float: right; margin: 3px 0 0 15px; }

blockquote { font-style: italic; margin-left: 10px;}
cite { font-weight: bold; color:#3b3823; }
cite span { color: #696443; }
em { color: #d3a971; }  

a.continue { color: #F00; font-weight: bold; text-decoration: none; }

#header {
	width: 100%; 
	padding: 0;
	margin: 20px auto 20px auto;
	
}

#title {
	float: center;
	width: 400px;
	height: 100px;

}

#title a {
	display: block;
	width: 400px;
	height: 100px;
	margin: 0px;
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	background: url(http://www.procustomplating.com/images/pcpilogo.png) no-repeat top center;	
}



/* menu */

#menu_wrapper {
	clear: both;
	width: 100%;
	height: 50px;
	background: url(http://www.procustomplating.com/images/menu_wrapper.jpg) repeat-x;
}

#menu {
	width: 100%; 
	height: 50px;
	padding: 0 0px;
	margin: 0 auto;
	background: #262626; 
}

#menu ul {
	height: 33px;
	margin: 0;
	padding: 8px 0 0 0;
	list-style: none;
}

#menu ul li {
	padding: 0;
	margin: 0;
	display: inline-block;
}

#menu ul li a {
	position: relative;
	float: left;
	display: block;
	height: 26px;
	padding: 7px 28px;
	font-size: 15px;
	color: #d3a971;	
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	outline: none;
}

#menu ul li a:hover, #menu ul .current {
	color: #d3a971;
	background: url(http://www.procustomplating.com/images/menu_right.jpg) no-repeat top right;)
}

#menu ul li a:hover span, #menu ul .current span {
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 33px;
	background: url(http://www.procustomplating.com/images/menu_left.jpg) no-repeat;
}

/* end of menu */




/* main */

#main {
	clear: both;
	position: relative;
	width: 100%; 
	padding: 0 0px 50px;
	margin: 0 auto;
	background: #000000; 
}

#main .tm_bottom {
	 position: absolute;
	 width: 100%; 
	 height: 60px;
	 bottom: 0;
	 left: 0;

}

#content {
	float: left;
	width: 55%; 
	padding: 40px 10px 30px 40px; 

}

#content h1 span {
	color: #20c4d3;
}

.content_box {
	padding-bottom: 30px;   
	margin-bottom: 30px;   

}

.post_box {
	clear: both;
	padding-bottom: 30px;
	margin-bottom: 30px;

}

.pb_last { margin: 0; padding: 0; border: none; }

.post_box .header {
	position: relative;
	margin-bottom: 10px;
}

.header a { color: #FFFFFF; font-weight: normal; text-decoration: none; }
.header a:hover { color: #999999; }

.header .tag { font-size: 11px; color: #999999; }
.header .tag a { font-size: 11px; color: #666666; }
.header .tag a:hover { color: #CCCCCC; }

.header h2 { margin: 0; padding: 5px 0; }
.header .posted_date { position: absolute; font-size: 11px; color: #2b2b2b; top: 0; right: 0; width: 45px; height: 45px; padding: 8px 3px 0 0; text-align: center; background:url(http://www.procustomplating.com/images/date.jpg) no-repeat;
}
.header .posted_date strong { display: block; margin-top: 5px; }

.post_box img { width: 108px; height: 108px; border: 5px solid #fff; float: left; margin-right: 30px; }
.post_box .pb_right { float: right; width: 450px; }
.post_box .comment a { display: block; margin-top: 15px; background: url(http://www.procustomplating.com/images/comment.jpg) no-repeat bottom left; padding: 3px 0 0 25px; }

#sidebar {
	float: right;
	width: 35%; 
}

.sidebar_box {
	clear: both;
}

.sidebar_box h3 {
	width: 30%; 
	height: 38px;
	margin: 0;
	padding: 42px 0 0 0px;
	color: #fff;

}

.sidebar_box a { text-decoration: none; color: #b9b9b9; }

.sidebar_box .sb_content {
	padding: 30px;
}

.sidebar_menu { margin: 0; padding: 0; list-style: none; }
.sidebar_menu li { margin: 0 0 5px 0; padding: 3px 0; } 
.sidebar_menu li a { text-decoration: none; font-size: 11px; font-weight: normal; background: no-repeat top left; display: block; padding-left: 20px;}
.sidebar_menu li a span { color: #f00; }

/* end of main */




/* bottom */

#bottom {
	clear: both;
	width: 100%; 
	height: 168px;
	margin: 0 auto;

}

.bottom_box {
	float: left;
	margin-left: 20px;
	width: 256px;
	padding: 20px 20px 0;

}

.bottom_box h5 {
	color: #b3b3b3;
}

.bottom_box h5 span {
	color: #26c6d5;
}

.bottom_box a.continue {
	font-weight: normal;
	float: right;
	color: #26c6d5;
}

.bottom_box_list { margin: 20px 0; padding: 0; list-style: none; }
.bottom_box_list li { background: url(http://www.procustomplating.com/images/footer_list.png) no-repeat scroll 0 3px; margin: 0 0 10px; padding: 0 0 3px 15px; line-height: 1em; }
.bottom_box_list li a { color: #8e8e8e; text-decoration: underline; font-weight: normal; }
.bottom_box_list li a:hover { text-decoration: none; }

/* end of bottom */




/* footer */

#footer {
	clear: both;
	width: 100%; 
	margin: 0 auto;
	padding: 10px 0;
	color: #999999;
	text-align: center;
}

#footer a { color: #999999; font-weight: normal; }

#footer .footer_menu { margin: 0 0 5px 0; padding: 0; list-style: none; }
#footer .footer_menu li { margin: 0; padding: 0 5px; list-style: none; border-left: 1px solid #000000; display: inline-block; } 
#footer .footer_menu .first { border: none; }
#footer .footer_menu li a { color: #d3a971; font-size: 11px; } 
#footer .footer_menu li a:hover { color: #fff; }

/* end of footer */