
/*-----------------------------------------------------------------------------
 Style Sheet 

version:   1.0
author:    kris triplett
email:     info@fivetonine.net
website:   http://www.lazyambition/
-----------------------------------------------------------------------------*/
/* the overlay for the pictures is blue #0215c4 set at 30% opacity*/


/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  	margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

html, body {
	height: 100%;
	background: #fff url(../images/bglogo.jpg) bottom right no-repeat;
	}
#container, .wrapper, #stickyfooter { /* #container is the wrapper for index.html. .wrapper, #stickyfooter push the footer to the bottom of the browser window */
	width: 960px;
	margin: 0 auto;
	}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
	}
#stickyfooter, .push {
    height: 4em;
	}
	
/* =Typography
-----------------------------------------------------------------------------*/

body {
  font: 90%/1.0 Helvetica, Tahoma, Verdana, sans-serif;
  color: #111;
}


/* =Headings
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/
a, a:active, a:visited {
	color: #333; 
	font-weight: 900;
	outline: none;
	
	text-decoration: none;
	}
a:hover {
	color: #369;
	text-decoration: underline;
	outline: none;
	}
#main a {
	color: #111;
	}


/* =Branding
-----------------------------------------------------------------------------*/
#header {
	border-bottom: 1px solid #666;
	height: 160px;
	}
#header img {
	float: left;
	overflow: hidden;
	}



/* =Main Nav
-----------------------------------------------------------------------------*/
#header ul {
	list-style: none;
	float: left;
	margin-left: 35px;
	margin-top: 130px;
	display:inline;
	overflow:hidden;
	}
#header ul li {
	float: left;
	margin-left: 40px;
	}
#header ul.pushRight {
	float:right;
	overflow: hidden;
	display:inline;
	}
#header ul li a {
	font-size: 1.3em;
	font-weight: bold;
	}



/* =Sub Nav
-----------------------------------------------------------------------------*/
#footer ul, #stickyfooter ul {
	list-style: none;
	float: right;
	padding-right: 10px;
	}
#footer ul li, #stickyfooter ul li {
	float: left;
	margin-right: 3px;}



/* =Main Content
-----------------------------------------------------------------------------*/
p.theBigStuff {
	font-size: 5em;
	font-weight: bold;
	margin: 10px 5px;
	}
p.aboutLinks {
	margin: 20px 5px;
	text-align: center;
	}
p.aboutLinks a {
	font-weight: bold;
	margin: 0 5px;
	}
p.socialMedia a {
	font-size: .8em;
	margin-right: 5px;
	}
#aboutText {
	width: 610px;
	margin: 0 auto;
	line-height: 1.4;
	font-size: 1.1em;
	}
#main a {
	font-weight: bold;
	color: #642020;
	}
/* =About
-----------------------------------------------------------------------------*/
.wrap {
	height: 300px;
	width: 237px;
	position: relative;
	overflow: hidden;
	float: left;
	margin-bottom: 10px;
	}
.wrap img {
	position: absolute;
	top: 0; left: 0;
	padding-right: 7px;
	padding-left: 20px;
	}
.info {
	width: 380px;
	float: left;
	display: inline;
	margin: 30px 5px;
	}
.imgs .mainImg {
	float: left;
	margin: 0 10px 30px 10px;
	padding-right: 40px;
	}
.imgs .subImg {
	width: 227px;
	float: left;
	}
#corbin, #chris, #noah {
	width: 100%;
	padding: 5px;
	}
/* =Slider
-----------------------------------------------------------------------------*/
#slider {
    width: 800px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 400px;
    width: 800px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #fff; 
}

.scrollContainer div.panel {
    padding: 20px;
    height: 210px;
    width: 750px;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}
.panel img {
	margin: 75px 20px 75px 0;
	float: left;
	}
	
ul.navigation {
    list-style: none;
    width: 620px;
    margin: 0 150px;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    /*padding: 10px;*/
    /*color: #000;*/
    text-decoration: none;
}

/*ul.navigation a:hover {
    background-color: #f6f6f6;
}*/

ul.navigation a.selected {
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
	display: none;
    position: absolute;
    top: 192px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -60px;
}

.scrollButtons.right {
    right: -110px;
}

.hide {
    display: none;
}
.indent {
	padding-left: 300px;
	}
/* =Footer
-----------------------------------------------------------------------------*/
#footer, #stickyfooter {
	clear: both;
	border-top: 1px solid black;
	padding: 0;
	font-size: .8em;
	}
#footer p, #stickyfooter p{
	float: left;
	padding-left: 10px;}


/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
 	border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  	border-spacing: 0;
	border-collapse: collapse;
}

td {
  	text-align: left;
	font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/
ul.contactPage {
	list-style: none;
	margin-left: 30px;
	}

.contactPage img {
	vertical-align: middle;
	padding-right: 20px;
	}

.contactPage a img {
	border: none;
	}

/* =Misc 2
-----------------------------------------------------------------------------*/
