/*
Theme Name: VanMadrone Metalworks 
Theme URI: http://greymedia.com/
Description: VanMadrone Metalworks's Theme Template. This is the main theme and styles for VanMadrone Metalworks.
Version: 1.0
Author: Grey Media
Autor URI: http://greymedia.com/

Comments: Handcrafted by Don Grey

*/


/* ------------- BROWSER RESET ------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */

:focus { outline: 0; }

/* remember to highlight inserts somehow! */

ins { text-decoration: none; }

del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */

table { border-collapse: collapse; border-spacing: 0; }

/* ------------- GENERAL STYLES ------------- */

body {
	font-family: "Cabin Condensed", "Lucida Grande", Lucida, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000;
	background: #fff;
}

/* Global Text Styles */

p {
	margin-bottom: 18px;
	line-height: 21px;
}

p.gallery {
	text-indent: 20px;
}

a {
	color: #eb4320;
	text-decoration: none;
 }

a.contact {
	color: #000;
}

a:hover { color: #eb4320; }

a:visited { color: #666; }

/* Normal Header Styles */

h2 {
	display: block;
	width: 490px;
	height: 30px;
	margin: 0 0 30px 0;
	text-align: center;
	background: #494a4b;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 30px;
	letter-spacing: 5px;
	word-spacing: 8px;
}

h4 {
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
}

h5 {
	display: inline-block;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #000;
	padding-bottom: 7px;
	border-bottom: 2px dotted #000;
	margin: 0 auto 20px auto;
}

h6 {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 27px;
}

/* Styles Gallery Page Nav List */

ul.gallery {
	list-style: none;
	margin: 10px 0 0 20px;
}

ul.gallery li {
	background: url("images/bullet.png") 0 4px no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
}

ul.gallery li a {
	color: #eb4320;
	text-decoration: none;
}

ul.gallery li a:hover {
	color: #000;
	text-decoration: none;
}

/* Styles Breadcrumbs on Gallery Page */

#crumbs {
	border: 1px solid #dedede;
	height: 30px;
	width: 350px;
}

#crumbs li {
	float: left;
	line-height: 30px;
	padding-left: .75em;
	color: #777;
}

#crumbs li a {
	display: block;
	padding: 0 15px 0 0;
	background: url("images/crumbs.gif") no-repeat right center;
}

#crumbs li a:link, #crumbs li a:visited {
	text-decoration: none;
	color: #777;
}

#crumbs li a:hover, #crumbs li a:focus {
	color: #dd2c0d;
}

/* Misc Styles */

.clear-float {
	width: 0;
	height: 0;
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
}

.spacer10 {
	height: 10px;
	clear: both;
}

.spacer30 {
	height: 30px;
	clear: both;
}

.spacer35 {
	height: 35px;
	clear: both;
}

.spacer45 {
	height: 45px;
	clear: both;
}

.spacer70 {
	height: 70px;
	clear: both;
}

/* ---------- STRUCTURAL ELEMENTS ---------- */

#wrapper {
	width: 962px;
	margin: 25px auto 20px auto;
}

/* ### LEVEL 1 ### */

#level1 {
	width: 962px;
}

/* Global Navigation */

.nav-container {
	width: 962px;
	margin: 20px 0 0 0;
	height: 25px;
	border-bottom: 1px solid #000;
}

#navigation ul {
	width: 962px;
	padding: 0 0 20px 0;
}

#navigation li {
	float: left;
	list-style: none;
	padding: 0;
    text-align: center;
	width: 137px;
}	

#navigation a:link, #navigation a:visited {
	display: inline-block;
	font-size: 15px;
	word-spacing: 5px;
	line-height: 18px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 2px;
}

#navigation a.active:link,  #navigation a.active:visited, #navigation a:hover {
	border-bottom: 5px solid #eb4320;
	padding-bottom: 2px;
}

#navigation li.active a  {
	border-bottom: 5px solid #eb4320;
	padding-bottom: 2px;
}

.current_page_item a {
	border-bottom: 5px solid #eb4320;
	padding-bottom: 2px;
}

#navigation li.first {
	text-align: left;
}

#navigation li.last {
	text-align: right;
}

#logo {
	width: 615px;
	height: 118px;
	margin: 0 auto;
}

/* ### LEVEL 2 ### */

#level2 {
	position: relative;
	width: 962px;
	margin: 10px 0 0 0;
	z-index: 500;
}

#left-sidebar {
	float: left;
	width: 448px;
	list-style: none;
	background: url("images/divider.png") top right no-repeat;
}

#content {
	position: relative;
	float: left;
	left: 24px;
	width: 490px;
}

#home-content {
	width: 675px;
	margin-top: 15px;
}

#home-content p {
	margin-bottom: 0;
}

#gallery-content {
	margin: 20px 0 20px 0;
}

.contact-text {
	margin: 0 0 45px 100px;
}

.contact-content {
	margin-left: 20px;
	display: inline-block;
}

/* ### FOOTER ### */

#footer {
	position: relative;
	width: 962px;
	margin: 20px 0;
}

#footer ul {
	float: right;
}

#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}

#footer ul li.omega {
	margin-right: 0;
}

#footer p {
	line-height: 18px;
	margin-bottom: 5px;
	text-align: right;
}

/* FAQ Accordion Styles */

.question {
	position: relative;
	width: 490px;
	background-color: #f0f0f0;
	background-image: url("images/bullet-open.png");
	background-repeat: no-repeat;
	background-position: 450px 50%;
	margin-bottom: 20px;
	padding: 2px 0;
}

a.aj-collapse {
	color: #000;
	padding: 1px;
	text-decoration: none;
}

.aj-hidden {
	margin: 9px 15px 20px 15px;
}