/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

Be sure to turn on custom CSS in the Headway Design Options.  

When writing the selectors for the elements, put body.custom at the
beginning.

For an example on how to change the background with custom CSS
we can use the following code.

body.custom {
	background: red;
}
*/

#headerpics { 
background: url("http://mayhemandmoxie.com/wp-content/themes/headway-101/media/rotate/rotate.php") 
no-repeat bottom; }

img.ttf {
border:0 none;
}

#header img {
left:70px;
position:absolute;
top:18px;
}
#header div img, #header h1 img {position:static;}
#header{position:relative;}

div#wrapper {
border-width:10px;
}

ul#header-navigation { float: right; }

a.more-link:link, a.more-link:visited, .entry-content a.more-link:link, .entry-content a.more-link:visited {
color:#9A0100;
float:left;
margin:10px 0 20px;
padding:2px 4px;
text-decoration:none;
background:#ffffff none repeat scroll 0 0;
}

.entry-meta {
clear:both;
display:block;
font-size:80%;
margin:3px 0 0;
text-transform:uppercase;
}

img {
border: 1px solid #000000;
}

div.nav-previous a, div.nav-next a {
background:#FFFFFF none repeat scroll 0 0;
color:#222222;
display:block;
font-size:1.1em;
padding:5px;
text-decoration:none;
}

#container {
margin:0 0;
}