/*   
Theme Name: lukeMV.com
Theme URI: http://lukeMV.com
Description: Designed for lukeMV
Author: Luke M. Vaillancourt
Author URI: http://lukeMV.com
Version: 4.0
.
This theme cannot be used or reused in any way, shape, or form.
.
*/

* {
	margin: 0;
}
html, body {
	height: 100%;
}

.wrapper {
	min-height: 75%;
	height: auto !important;
	height: 100%;
	margin: 25px auto -110px; /* the bottom margin is the negative value of the footer's height */
    width: 800px;
    background-color: #FFF;
    border: 1px solid #d9d9d9;
    padding: 20px;
}
.wrapper ul li { 
    padding: 6px 0 6px 10px; 
    border-bottom: 1px dotted #CCCCCC; 
    font-size: 80%; 
   list-style-type:none;
}
.footer, .push {
	height: 110px; /* .push must be the same height as .footer */
}

body {
	text-align: left;
    background-color: #f0f0f0;
}

#headerHome{
    margin: 50px 0 0 0;
    height: 50px;
    width: 425px;
    font: 15px "Gotham Black", Arial, sans-serif;
    background-color:#FFF;
    border-top:3px solid #202020;
    border-bottom:3px solid #202020;
    padding: 10px;
    text-align: left;
    clear: both;
    float: left;
}

.footer {
	position: relative;
	width: 100%;
	margin: 0 auto;
    border-bottom: 1px solid #cccccc;
    background-color: transparent;
    background-image: url("images/FooterBackground.jpg");
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: 0px 10px;
    height: 110px;
}            

#footer li{
    display: inline;
    list-style-type: none;
    padding-right: 20px;
    font: 12px "Century Gothic","Avant Garde",Verdana,Helvetica,Arial,sans-serif;
    text-shadow: #ede3e3 2px 2px;
}

#footer a{
    text-decoration: none;
}