/*
Theme Name: Mountain Metal
Theme URI: http://www.mountainapplestudios.com/
Description: The default WordPress theme for Mountain Apple Studios
Version: 1.0
Author: David Alger
Author URI: http://www.mountainapplestudios.com/
Tags: mountains, metal, fixed width
*/

@import url(reset.css);

/* !Main Structure and Design*/
/************************************************************/

body {
    background-color: black;
    padding-bottom: 25px;               /* Note: Seems to be the only way to get a black margin underneath footer in IE 6 & 7 */
}

#wrapper {
    width: 1024px;
    padding: 0;
    margin: 0 auto;
    background: white url(images/content_fill.gif) repeat-y top center;
}

h1 {
    position: relative;
    height: 246px;
    width: 1024px;
    margin: 0 auto;
    line-height: 246px;
}

h1 span {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: url(images/h1.jpg) no-repeat;
}

#nav {
    height: 50px;
    width: 1024px;
    line-height: 50px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    background: silver url(images/nav.gif) repeat-x top left;
}

#nav li {
    display: inline;
    float: left;
    height: 50px;
    width: 270px;
    margin: 0;
    padding: 0;
}

#nav li.first {
    height: 50px;
    width: 107px;
    background: url(images/nav_l.gif) no-repeat top left;
}

#nav li.last {
    height: 50px;
    width: 107px;
    float: right;
    background: url(images/nav_r.gif) no-repeat top left;
}

#nav li a {
    float: left;
    height: 50px;
    width: 270px;
}

#nav li a:hover, #nav li.current_page_item a {
    background: gray url(images/nav_h.gif) repeat-x top left;
}

#content {
    width: 750px;
    margin: 0 auto;
}

#content .entry {
    padding: 0 12px;
}

#content div.page-navigation {
    margin: 2em 0;
}

#footer {
    padding: 20px 0;
    background: url(images/box_bottom.gif) no-repeat bottom center;
}


/* !Typography & Text Embelishments*/
/************************************************************/

h1 {
    font-size: 4.8em;
    text-align: center;
}

h1 a, h1 a:hover, h1 a:visited, h1 a:link {
    color: black;
    text-decoration: none;
}

h2 {
    height: 25px;
    font-size: 2em;
    line-height: 25px;
    text-indent: 35px;
    background: url(images/h2.gif) no-repeat top left;
}

#nav li {
    text-align: center;
    font-size: 2.2em;
    font-weight: bold;
}

#nav li a {
    color: black;
    text-decoration: none;
}

#nav li a:hover, #nav li.current_page_item a {
    color: white;
    text-decoration: none;
}

#content .entry {
    font-size: 1.4em;
    line-height: 1.4em;
}

#content .entry p {
    color: #222;
}

#content .entry p strong {
    color: #111;
}

#footer {
    text-align: center;
}

#content div.page-navigation {
    font-size: 1.4em;
    line-height: 1.4em;
}

a, a:link, a:visited {
    color: #0000bb;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #dd0000;
    text-decoration: underline;
}

#content h2 a {
    color: black;
}

#content h2 a:hover {
    text-decoration: underline;
}

/* ! List Styles */
/************************************************************/

#content .entry ul.post-meta {
    list-style: none;
    text-indent: -.9em;
    font-size: .9em;
    line-height: 1em;
}

#content .entry ul.post-meta li:before {
	content: "\00BB \0020";
}


/* ! Form Styles */
/************************************************************/

#contactform input.form-wrong-box {
	border-color: red;
	border-style: dashed;
	background-color: #ff6699;
	padding: .2em .5em;
}

#contactform label {
	display: block;
	margin: 1.25em 0 0;
}

#contactform input#from,#contactform input#subject {
	width: 300px;
	display: block;
	margin: .25em 0 0;
	padding: .1em .25em;
}

#contactform img {
	margin: 0 1.5em;
	vertical-align: middle;
}

#contactform input#verif_box {
	width: 150px;
	display: inline;
	margin: .25em 0 1.25em;
	padding: .1em .25em;
	vertical-align: baseline;
}

#contactform textarea#message {
	width: 400px;
	height: 150px;
	display: block;
	padding: .1em .25em;
	margin: .25em 0 1.25em;
}

#contactform input#submit {
	width: auto;
	display: block;
}


/* !Generic Styles */
/************************************************************/

small {
    font-size: .7em;
    color: gray;
}

.clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}