/*
Theme Name: AstroMedia_PC
Theme URI: http://www.astro-media.net/
Description: Custom Wordpress theme for PremiereCraft Inc. Metal Fabrication company
Author: Bryan Jones
Author URI: http://www.astro-media.net/
*/




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

body {
	background: #e3e3b7 url(images/top_bg.png) top center repeat-x;
}
#wrapper {
	width: 1028px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

#header {
	width: 1028px;
	height: 182px;
	padding-top: 16px;
	margin-top: 20px;
	background:url(images/header_bg.png) top center no-repeat;
}
#logo {
	width: 996px;
	height: 141px;
	float:left;
	margin-left: 16px;
	overflow:hidden;
	background:url(images/logo.jpg) top left no-repeat;
}
#navbar {
	width: 996px;
	height: 41px;
	margin-left: 16px;
	float:left;
	background-color: #352f17
}
#navbar img { 
	margin-right: 4px; 
}

.center { margin-left:auto; margin-right: auto; text-align: center; }

#main {
	width: 1028px;
	background:url(images/middle_bg.png) top center repeat-y;
	padding-top: 10px;
	overflow: hidden;
}
#left_main {
	width: 630px;
	margin-left: 22px;
	float:left;
	overflow:hidden;
}
#right_main {
	width: 348px;
	float:right;
	margin-right: 22px;
}

/* Sidebar styles
-------------------------------------------------------------- */
#sidebar1_top {
	background: url(images/sidebar1_title.png);
	width: 346px;
	height: 75px;
}
#sidebar1_top2 {
	background: url(images/sidebar1_title2.png);
	width: 346px;
	height: 75px;
}
#sidebar1_middle {
	background: url(images/sidebar1_middle.png);
	width:346px;
	overflow: hidden;
}
.sidebar_inner {
	width: 290px;
	margin-left: 26px;
}
.sidebar_inner a.readon {
	background: url(images/body-hl3-readmore.png) 0 0 no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	width: 116px;
	height: 36px;
	padding: 3px 6px;
	display:block;
	float: right;
}
#sidebar1_bottom {
	background: url(images/sidebar1_bottom.png);
	width: 346px;
	height: 25px;
}
#sidebar2_top {
	background: url(images/sidebar2_title.png);
	width: 346px;
	height: 74px;
}
#sidebar2_middle {
	background: url(images/sidebar2_middle.png);
	width:346px;
	overflow: hidden;
	text-align:right;
	color:#FFFFFF;
}
#sidebar2_middle h5 {
	text-align: right;
	color:#ffffff;
	font-size:18px;
	line-height: 24px;
	margin: 0px;
}
#sidebar2_middle a {
	color:#ffffff;
	text-decoration:underline;
}
#sidebar2_bottom {
	background: url(images/sidebar2_bottom.png);
	width: 346px;
	height: 23px;
}
/* Basic Styles
-------------------------------------------------------------- */
h4 { 
	font-size: 14px; 
	color:#000; 
	margin-left: 5px; 
}
h2, h2 a { font-size: 14px; color: #039; margin: 0px; padding: 0px; text-align: center; line-height: 16px; margin-bottom: 5px; text-decoration: none;}

 

h3 { 
 font-size: 10pt;
 font-family: "Arial Black", Gadget, sans-serif;
 font-weight: normal;
 color: #ffffff;
 float: left; 
 margin-top: 10px;
 padding: 0px;
 margin-right: 15px;
  margin-left: 15px;
 }
 h3 a {
  font-size: 10pt;
 font-family: "Arial Black", Gadget, sans-serif;
 font-weight: normal;
 color: #ffffff;
 float: left; }
 
  h3 a:hover { color: #e3e3b7; }

h3.catnav a{
	color: #a6a6a6;
}
h3.catnav a:hover{
	color: #ffffff;
}
img.article {
	border: 2px;
	border-style:solid;
	border-color: #352F17;
}
/*  Main column styles
  ------------------------------------------------------ */
	  
.entry {
	width: 95%;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.entry2 {
	width: 95%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
div#button {
	font:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
	float: right;
}
div#button a.readon {
	background: url(images/body-readmore.png) 0 0 no-repeat;
	color: #fff;
	width: 116px;
	height: 36px;
	padding: 3px 6px;
	display:block;
}
.end_entry {
	background:url(images/content_hr.jpg) center center;
	height:37px;
	width: 626px;
	margin-top: 40px;
}
.end_entry2 {
	background:url(images/content_hr.jpg) center center;
	height:37px;
	width: 626px;
	margin-top: 20px;
}
.end_scvcentry {
	background:url(images/content_hr.jpg) center center;
	height:37px;
	width: 626px;
	margin-top: 90px;
}
.sidebar-bullet{
	margin:0;
	margin-bottom:15px;
	margin-left: 15px;
	padding:0;
	list-style:none;
	width: 96%;
	float:left;
}
.sidebar-bullet li{
	padding-left:20px;
	background:url(images/bullet-sidebar.png) left center no-repeat;
	border-bottom:0px solid #ccc;
	display:block;
	padding-top:2px;
	padding-bottom:2px;
}
ul.check-bullet{
	margin:0;
	margin-bottom:15px;
	margin-left: 15px;
	padding:0;
	list-style:none;
	width: 99%;
	float:left;
}
.check-bullet li{
	padding-left:30px;
	background:url(images/bullet-3.png) left center no-repeat;
	border-bottom:0px solid #ccc;
	display:block;
	padding-top:8px;
	padding-bottom:8px;
}
#footer {
	background:url(images/footer_bg.png) top center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	width: 1028px;
	overflow: hidden;
	height: 40px;
       
}
.footer-left {
	float: left;
	padding-top: 22px;
	padding-left: 20px;
	width: 346px;
	color: #000;
	font-size: 12px;
}
.footer-right {
	float: right;
	padding-top: 22px;
	padding-right: 25px;
	width: 626px;
	color: #8a3d1a;
	text-align:right;
	font-weight: bold;
	font-size: 12px;
}
.footer-right a {
	color: #8a3d1a;
	text-decoration:underline;
}
.footer-right a:hover {
	color: #dbb74c;
}