/**
  Theme Name: Aaron Presley
  Theme URI: http://www.aaronpresley.net
  Version: 1.0
  Author: Aaron Presley
  Author URI: http://www.aaronpresley.net
  
  Description: Aaron's super-awesome website theme, bitch!

*/


/* -- FIXED FOOTER STUFF -- */
*{margin: 0;}
html, body{height: 100%;}
#container{min-height: 100%;height: auto !important;height: 100%;margin: 0 auto -100px;}
#footer, .push {height:100px;}

/* -- RESET STUFF -- */
h1,h2,h3,h4,h5{margin:0;padidng:0;}
.last{margin-right:0!important;}
.first{margin-left:0!important;}
.clear{clear:both;height:1px;visibility:hidden;}


/* -- THE GOODIES -- */
body{
    background: #3170A5;
    font-family:"Georgia", arial;
}

h1.logo{
    margin:0px;padding:0px;
    text-align:center;
    font-family: 'Antic', sans-serif;
    font-size:65px;
    font-weight:bold;
    color:#EFEFEF;
    text-shadow:0px 2px 0px #174c77;
    padding-top:30px;
}
h2.tag{
    text-align:center;
    font-size:18px;
    font-family: 'Antic', sans-serif;
    font-weight:normal;
    color:#EFEFEF;
    text-shadow:0px 2px 0px #174c77;
}

div.intro{
    margin:0 auto;
    margin-top:50px;
}
div.intro p{
    text-align:center;
    font-size:35px;
    color:white!important;
    text-shadow:0 1px 1px #000;
}

a{
    color:#ffff56;
    font-size:30px;
    text-decoration:none;
    padding-top:1px;
}
a:active {
    display:block;
    padding-top:0px;
}

/* -- THE FOOTER -- */
#footer{
    background: url(images/footer_tile.jpg) repeat;
}
#footer #mountains_kinda{
    margin-top:-175px;
    background: transparent url(images/mountains_kinda.png) bottom center repeat-x;
    height:222px;
}
#footer .content{/* Nothing here yet */}

