/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {font: 13px Helmet, Freesans, sans-serif;}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {color: #333;}

a {color: #fff;}
nav a {color: #fff;}
a:hover {color: red;}
nav a:hover {color: red;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: red; color: #fff; text-shadow: none;}
::selection {background: red; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: red; color: #000; text-decoration: none;}
mark {background-color: red; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }



/* Media queries
-------------------------------------------------------------------------------*/

    
h1 {font-size: 50px;line-height: 50px; font-weight: 100;text-transform: uppercase;}
h2 {font-size: 18px; text-transform: uppercase; font-weight: 700; line-height: 20px;
    padding-bottom: 20px;}
h3 {font-size: 38px;line-height: 38px; color: #333;}
p {font-size: 16px; line-height: 28px; color: #575757; font-weight: 100;}

a {color: #fff;}
nav a {color: #fff;}
a:hover {color: red;}
nav a:hover {color: red;}

#logo {
    float: left;
}

header {
    background-color: black;
    width: 100%;
    height: 85px;
}

nav {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-top: 12px;
}

.wrapper {
    margin: 0 auto;
    text-align: center;
}

nav ul {
    float: right;
    text-align: right;
}

nav li {
	color: #fff;
}

.slideshow {
    height: auto;
    margin: 0 auto;
    text-align: center;
}

article {
    background-color: #fff;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    padding-top: 60px;
    
}

section {
    padding: 20px 0;
    text-align: left;
    margin: 30px auto;
    max-width: 980px;
    position: relative;
}

    section p {
    padding-bottom: 5% ;
    
}
    
        #contact {
    padding: 8% 0;
    text-align: center;
    margin: 0 auto;
    
}
.container {
    border-style: solid;
    border-width: 25px;
    border-color: #f1f1f1;
}

footer {
    background-color: #000;
    height: auto;
    padding: 2% 0;
    position: relative;

}

small {
     color: #fff;

}

#left {
    float: left;
    max-width: 590px;
    padding-right: 30px;
    padding-bottom: 20px;
	padding-left: 15px;
}

img section { padding: 20px;}

#right {
    float: right;
    max-width: 590px;
    padding-right: 30px;
    padding-bottom: 20px;
	padding-left: 15px;
}






/* Print styles
-------------------------------------------------------------------------------*/
@media print {



}



#end {
    text-align: center;     
    margin: 0 auto;
}
