/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

body 
{
	font-size: 0.9em;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#000000;
	padding:0;
}

body 
{ background:url(http://www.americanscrapmetal.com/background/bg.png); 
background-repeat:repeat-x; margin:0px; padding:0px; background-color: #40881A; background-attachment:fixed; }

a {color: #3A6629;}
a:visited {color:#4CBB17;}
a:hover {color: #9aff9a;}
a:active { color:#4CBB17;}

h1 {
	font-size: 2em; 
	font-weight: normal;
    color: #ffffff;
 }

h2 {
	font-size: 1.7em;
	font-weight: normal;
}

img.download {vertical-align:middle;}


/* defining styles */
#layout { width:90%; margin-left: 5%; background: #93DB70; }
#footer { border: 1px solid #ddd; }
#footer { clear: both; }
#first { background: #ffffff; }
#sidebar { background: #ffffff; }
#post { background: #ffffff; }
#second { background: #93DB70; }
#third { background: #93DB70; }
#footer { background: #000000; font-size: 1.0em;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#ffffff;
        text-align: center; }
#first { padding: 20; }
#post { padding: 20; }
#sidebar { padding: 20; }
#header, #footer { padding: 0; margin:auto; }
#content { padding: 0; }
#text { padding: 20px; }

/* sidebar */
.sidebar { }

/* position the columns */
.wrap { float: left; width: 70%; margin-right: 2%; background: #93DB70; }
#first { float: right; width: 76.5%; margin-right: -8.5%; min-height:850px; }
#post { float: right; width: 76.5%; margin-right: -8.5%; min-height:50px; }
#sidebar { float: right; width: 76.5%; margin-right: -8.5%; min-height:50px; }
#second { float: left; width: 32%; }
#third { float: right; width: 24%; }
#postfooter {  }

#global-nav-2 {
	padding: 0px 0 10px;
	text-align: center;
}
#global-nav-2 ul { margin: 0; }
#global-nav-2 li { display: inline; }
#global-nav-2 li {
	padding: 0px 10px;
	border-left: 1px solid #ffffff;
}
#global-nav-2 li:first-child { border-left: none; }

#global-nav-2 li a { color: #4cbb17; font-size: 11px; text-decoration: none; }
#global-nav-2 li a:visited { color: #9aff9a;}
#global-nav-2 li a:hover { color: #93DB70; text-decoration: underline; }
#global-nav-2 li a:active { color: #93DB70;}


 