/*
Theme Name: Steel Theme
Theme URI: http://wordpress.org/
Description: Theme designed for Crays Hill Steel Company
Author: Brett Golding
Author URI: http://www.brettgolding.com/
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu (optional)

License:
License URI:

Gener


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body {height: 100%;}
#wrap {min-height: 100%;}
.main-content-wrap {
	background: url(images/content-bg.jpg) top center repeat-y;
	overflow: hidden;
	height: 150%;
	padding-bottom: 40px; /* must be same height as the footer */
}  

#footer {
	position: relative;
	margin-top: -40px; /* negative value of footer height */
	height: 40px;
	background: black;
	clear:both;} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background: url(images/content-bg.jpg) bottom center no-repeat #121212;
	margin: 0;
	padding: 0;
	height: 100%;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}


@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('fonts/Chunkfive-webfont.eot');
    src: url('fonts/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Chunkfive-webfont.woff') format('woff'),
         url('fonts/Chunkfive-webfont.ttf') format('truetype'),
         url('fonts/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'EstrangeloEdessaRegular';
    src: url('fonts/estrangelo_edessa-webfont.eot');
    src: url('fonts/estrangelo_edessa-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/estrangelo_edessa-webfont.woff') format('woff'),
         url('fonts/estrangelo_edessa-webfont.ttf') format('truetype'),
         url('fonts/estrangelo_edessa-webfont.svg#EstrangeloEdessaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* -- BEGIN MY STYLES --
=======================================*/

#header {
	border-top: 10px solid black;
	background: url(images/header-steel.png) no-repeat center #121212;	
}
.header-wrap {
	height: 165px;
	width: 960px;
	margin: 0 auto;	
}
h1 a,
h1 a:visited {
	font-family: "ChunkFiveRegular", Arial, Helvetica, sans-serif;
	text-shadow: 3px 3px 3px black;
	color: white;
	font-size: 38px;
	text-transform: uppercase;
	padding: 40px 0 0 20px;
	float: left;
	text-decoration: none;
}
#main-nav {
	margin-top: 95px;
	float: right;
}
#main-nav ul li {
	float: right;
	padding-right: 20px;	
}
#main-nav ul a {
	color: #ccc;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "EstrangeloEdessaRegular", Arial, Helvetica, sans-serif;
}


/* -- FEATURED SECTION --
=======================================*/

.stretch-grey-for-headers {
	background: url(images/header-bottom-border.jpg) repeat-x top #121212;
	min-height: 40px;
	border-bottom: 15px solid #0a0a0a;
}


/* -- MAIN CONTENT --
=======================================*/

.main-content {
	width: 960px;
	margin: 0 auto;	
}
.main-content h2 {
	font-family: "EstrangeloEdessaRegular", Arial, Helvetica, sans-serif;
	color: white;
	font-size: 16px;
	border-bottom: 1px solid white;
	border-bottom-style: ridge;
	padding: 20px 0 10px 0;	
	margin-bottom: 10px;
	text-transform: uppercase;
}
.right-column-content ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc;
	padding: 10px 0 0 10px;
	font-size: 13px;
	line-height: 200%;	
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;	
}
.right-column-content ul li {
	background: url(images/bullet.png) left center no-repeat;
	padding-left: 15px;	
}
.main-content p {
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc;
	padding: 10px 0 0 0;
	font-size: 13px;
	line-height: 130%;
}
.left-column-content {
	width: 430px;
	margin-right: 60px;
	padding: 10px;
	float: left;
	padding-bottom: 40px;
}
.right-column-content {
	padding: 10px;
	float: left;
	width: 430px;
	padding-bottom: 40px;
}

/* -- FOOTER --
=======================================*/

#footer p {
	padding: 13px 0 0 0;
	text-align: center;
	color: #ccc;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;	
}
#footer p a:link,
#footer p a:visited {
	color: #ccc;	
}
#footer p a:hover {
	color: white;	
}
#footer p span {
	padding: 0 20px;	
}


/* -- GALLERY PAGE --
=======================================*/

.slideshowlink {
	display: none;	
}
.ngg-gallery-thumbnail-box {
	display: inline-block;
	margin: 6px;
}

.post h2 {
	font-family: "EstrangeloEdessaRegular", Arial, Helvetica, sans-serif;
	color: white;
	font-size: 16px;
	border-bottom: 1px solid white;
	border-bottom-style: ridge;
	padding: 20px 0 10px 0;	
	margin-bottom: 10px;
	text-transform: uppercase;
}
div.ngg-navigation {
	text-align: center;
}
div.ngg-navigation,
div.ngg-navigation span.current,
div.ngg-navigation a {
	color: #ccc;
	text-decoration: none;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 5px;
}
div.ngg-navigation span.current {
	font-weight: bold;	
	color: white;
	text-decoration: underline;
}


/* -- CONTACT PAGE --
=======================================*/

.wpcf7-form {
	width: 450px;
	float: left;
	margin: 10px 25px 0 5px;
	color: white;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.post iframe {
	margin-top: 25px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.wpcf7-form p input,
.wpcf7-form p textarea {
	margin-bottom: 15px;
	margin-top: 4px;
	width: 440px;
}
dl {
	color:white;
	display:block;
	width: 430px;
	height: 170px;
	margin-left: 480px;
	margin-top: 20px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 160%;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
dl dt {
	font-weight: bold;
}
dl dd {
	padding-bottom: 10px;
}
.post a.google-map {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ccc;
	font-size: 12px;
	padding: 10px 0;
	display: block;
}
.post .entry h3 {
	font-family: "EstrangeloEdessaRegular", Arial, Helvetica, sans-serif;
	color: white;
	font-size: 14px;
	padding: 20px 0 10px 0;	
	margin-bottom: 10px;
font-weight: bold;
	text-transform: uppercase;
}

.post .entry p {
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc;
	padding: 10px 0 0 0;
	font-size: 13px;
	line-height: 130%;
}

.post .entry p b {
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc;
	padding: 10px 0 0 0;
	font-size: 14px;
	line-height: 130%;
font-weight: bold;

}

.post .entry a {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	padding: 10px 0 0 0;
	font-size: 13px;
	line-height: 130%;
}

