/*
Theme Name: Mastercraft Default
Theme URI: http://anchorstl.com/
Description: The default Mastercraft theme.
Version: 1.0
Author: Anchor Digital Services
Author URI: http://anchordigital.net/
*/


/* GLOBAL RESET */
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr {
  margin:0px;  
  padding:0px;  
  border:0px;  
  border-collapse:separate;  
  border-spacing:0px;
}

/* BEGIN STYLING */

html {
  background: #d7d7d7 url(images/bodybg.jpg) no-repeat center top;
  font: 100.1% Arial, Helvetica, Verdana, Tahoma, Sans-Serif;
  color: #fff;
}

body {
	width: 1026px;
	margin: 0 auto;
}

h1 { 
	position: relative;
	display: block;
	width: 590px;
	float: left;
}
h1 a {
	display: block;
	text-indent: -9009em;
	width: 528px;
	height: 106px;
	background: transparent url(images/logo.png) no-repeat left top;
	outline: none;
	margin: 17px 5px;
}
h1 span {
	font-size: .4em;
	font-weight: normal;
	color: #000;
	position: absolute;
	right: 70px;
	top: 118px;
}

#icon-set { 
	float: right;
	margin: 0 25px;
	height: 147px;
	width: 87px;
}
#icon-set img {
	margin-top: 3px;
}

#nav {
	background: transparent url(images/navbg.png) no-repeat center top;
	overflow: hidden;
	margin: 0 0 10px;
	clear: both;
	float: left;
	width: 100%;
}

#nav li {
	list-style: none;
	float: left;
	display: block;
}

#nav li a, #nav li a:link, #nav li a:visited {
	display: block;
	height: 39px;
	float: left;
	margin: 28px 0 0;
	text-indent: -9009em;
}

#nav li.page-item-2 a {
	width: 139px;
	background: transparent url(images/nav_home.png) no-repeat left bottom;
	margin-left: 79px;
}
#nav li.page-item-6 a {
	width: 122px;
	background: transparent url(images/nav_services.png) no-repeat left bottom;
	margin-left: 10px;
}
#nav li.page-item-8 a {
	width: 151px;
	background: transparent url(images/nav_equipment.png) no-repeat left bottom;
	margin-left: 10px;
}
#nav li.page-item-10 a {
	width: 139px;
	background: transparent url(images/nav_aboutus.png) no-repeat left bottom;
	margin-left: 12px;
}
#nav li.page-item-12 a {
	width: 131px;
	background: transparent url(images/nav_gallery.png) no-repeat left bottom;
	margin-left: 11px;
}
#nav li.page-item-14 a {
	width: 126px;
	background: transparent url(images/nav_contact.png) no-repeat left bottom;
	margin-left: 13px;
}
#nav li a:hover, #nav li a:active, #nav li.current_page_item a { background-position: left top !important; }

#video {
	float: left;
	width: 472px;
	margin: 0 0 0 20px;
}
#video img { vertical-align: text-bottom; }

#home_content {
	background: #9d0a0e url(images/redboxbg.jpg) repeat-x left bottom;
	padding: 15px;
	float: left;
	width: 450px;
	margin: 0 0 0 20px;
	min-height: 310px;
}
* html #home_content { height: 310px; }
#home_content h2,
#int_content h2 {
	font: 1.3em Georgia, "Times New Roman", serif;
	margin: 0 0 10px;
	font-weight: bold;
}
#home_content h3 {
	margin: 15px 0;
	font-size: 1.1em;
	font-weight: normal;
}
#home_content p {
	font-size: .8em;
	margin: 10px 0;
}

#int_content {
	background: #9d0a0e url(images/redboxbg.jpg) repeat-x left bottom;
	padding: 15px;
	clear: left;
	overflow: hidden;
}

#int_content img {
	float: left;
	border: 2px solid #959595;
	margin: 0 10px 0 0;
}
#int_content p {
	margin: 0 0 10px 10px;
	font-size: .8em;
}

#home_content ul { 
	margin: 10px 0; 
	overflow: hidden;
}
#home_content ul li {
	float: left;
	width: 40%;
	margin: 0 0 5px 25px;
	font-size: .8em;
}

#grey_content, body#int_page #footer {
	clear: left;
	background: #2a2a2a url(images/greyfooterbg.jpg) no-repeat center top;
	padding: 25px 100px;
	overflow: hidden;
}

#grey_content .blog_feed {
	width: 47%;
	float: left;
	padding: 10px;
}

#grey_content .blog_feed h2 {
	font: 1.3em normal Georgia, "Times New Roman", serif;
	color: #fafa62;
}
#grey_content .blog_feed h2 a, #grey_content .blog_feed h2 a:link, #grey_content .blog_feed h2 a:visited {
	color: #fff;
	text-decoration: none;
}
#grey_content .blog_feed h2 a:hover, #grey_content .blog_feed h2 a:active { text-decoration: underline; }

#grey_content .blog_feed p {
	font-size: .8em;
	margin: 10px;
}

#grey_content .metalplate {
	background: transparent url(images/metalplate.jpg) no-repeat left top;
	padding: 12px 20px;
	overflow: hidden;
	height: 103px;
	margin: 10px 0 0;
}

#grey_content .metalplate img {
	border: 1px solid #fff;
	float: left;
	margin: 0 5px 0 0;
}
#grey_content .metalplate h3 {
	font-size: .9em;
}
#grey_content .metalplate ul {
	margin-left: 165px;
	font-size: .7em;
}

body#int_page #footer p {
	margin: 10px;
	color: #fff;
}

#footer {
	clear: left;
	color: #2a2a2a;
	padding: 10px 120px 50px;
	font-size: .7em;
}
#footer p {
	float: left;
}
body#int_page #footer #footnav { margin-top: 10px; }
#footnav li {
	list-style: none;
	float: left;
	display: inline;
	margin-left: 15px;
}

#footer a, #footer a:link, #footer a:visited { color: #2a2a2a; text-decoration: none; }
#footer a:hover, #footer a:active { text-decoration: underline; }

#int_page #footer a, #int_page #footer a:link, #int_page #footer a:visited { color: #fff; text-decoration: none; }

#int_page #tooltip { background-color: #666; }

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

body.page-id-8 #int_content {
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
body.page-id-8 #int_content h2 {
	font-size: 1.2em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
}

body.page-id-8 #int_content h3 {
	font-size: .9em;
}

body.page-id-8 #int_content h4 {
	text-transform: uppercase;
	color: #fcf465;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding-top: 40px;
	padding-left: 5px;
	font-size: 1.3em;
}

body.page-id-8 #int_content div.ui-accordion h5 {
	background: none;
	background-color: #80090d;
	font-size: .8em;
}
body.page-id-8 #int_content div.ui-accordion h5.ui-state-hover { background-color: #560609; }
body.page-id-8 #int_content div.ui-accordion h5.ui-state-active { background-color: #560609; }
body.page-id-8 #int_content div.ui-accordion h5.ui-accordion-header a { padding-top: .3em; padding-bottom: .3em; }

body.page-id-8 #int_content div.ui-accordion div.ui-accordion-content img { border: none; }

body.page-id-8 #int_content div.ui-accordion div.ui-accordion-content h6 {
	margin-top: 0;
	padding-top: 0;
	color: #fff568;
	margin-bottom: 0;
	padding-bottom: .5em;
	font-size: 1.1em;
}

body.page-id-8 #int_content div.ui-accordion div.ui-accordion-content {
	overflow: hidden;
	background: #9c0a0d url(images/equipmentbg.jpg) no-repeat center top;
	border: 0;
	border-top: 1px solid #BB5759;
}

body.page-id-8 #int_content div.ui-accordion div.ui-accordion-content p {
	margin-bottom: 5px;
	padding-left: 130px;
}

body.page-id-8 #int_content div.ui-accordion div.ui-accordion-content p strong {
	font-weight: normal;
	color: #fff568;
}


