/*
font-family: 'Wendy One', sans-serif;
font-family: 'Rancho', cursive;
font-family: 'Rock Salt', cursive;

<link href='http://fonts.googleapis.com/css?family=Bilbo+Swash+Caps|Rouge+Script|Just+Another+Hand|BenchNine|Anton|Stint+Ultra+Condensed|Oswald:400,700|Boogaloo|Oregano|Medula+One' rel='stylesheet' type='text/css'>
font-family: 'Bilbo Swash Caps', cursive;
font-family: 'Rouge Script', cursive;
font-family: 'Just Another Hand', cursive;
font-family: 'BenchNine', sans-serif;
font-family: 'Anton', sans-serif;
font-family: 'Stint Ultra Condensed', cursive;
font-family: 'Oswald', sans-serif;
font-family: 'Boogaloo', cursive;
font-family: 'Oregano', cursive;
font-family: 'Medula One', cursive;

*/

html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

#container {
	position: absolute;
		height: 950px;
		width: 1000px;
		margin: .9em;
		box-shadow: 0px 0px 10px 3px #333333;
		/* background-image: url('aspen_leaves3.jpg'); */
		/* background-image: url('old_blueprint2.jpg'); */
		/* background-image: url('trinidad_background3.jpg'); */
		background-image: url('texture_background2.jpg');
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}

#front { 
	position: relative;
	margin-top: 75px;
	margin-left: 70px;
	border: 15px solid white;
		height: 300px;
		width: 500px;
		box-shadow: 0px 0px 10px 3px #333333;
		background-color: white;
	    -ms-transform: rotate(10deg); /* IE 9 */
	    -webkit-transform: rotate(10deg); /* Chrome, Safari, Opera */
	    transform: rotate(10deg);
}

#front > div { 
    position: absolute; 
}

#back {
	margin-top: -35px;
	margin-left: 125px;
	border: 15px solid white;
		height: 300px;
		width: 500px;
		box-shadow: 0px 0px 10px 3px #333333;
		background-color: white;
		 -ms-transform: rotate(-10deg); /* IE 9 */
		 -webkit-transform: rotate(-10deg); /* Chrome, Safari, Opera */
		 transform: rotate(-10deg);
		}
		
#back > div { 
	position: absolute; 
		}

		
#alexrooflogo {
	width: 293px;
	position: absolute;
	z-index: 0;
	/*left: 675px;
	top: 600px; */
	right: 25px;
	bottom: 15px;
}

#logocaption {
	/* font-family: 'Wendy One', sans-serif; */
	font-family: 'Anton', sans-serif;
	text-align: center;
	margin-top: -15px;
}


#nav {
	width: 300px;
	position: absolute;
	top: 15px; 
	right: 30px;
}

#nav ul li {
	width: 250px;
	height: 50px;
	font-family: 'Anton', sans-serif;
	font-size: 25px;
	color: white;
	margin-bottom: 8px;
	list-style-type: none;
	background-image: url('toned_sized/green_asphalt_button.jpg');
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	line-height: 50px;
}

#nav ul li:hover {
	background-image: url('toned_sized/shiny_copper_button.jpg');
	box-shadow: 0px 0px 5px 2px #333333;
	color: #193627;
}

#nav ul li div.active {
	background-image: url('toned_sized/shiny_copper_button.jpg');
	color: #193627;
	border-radius: 10px;
}

:focus {outline:none;}

::-moz-focus-inner {border:0;}

 #nav a {
	text-decoration: none;
	color: white;
}

#nav a:hover {
	color: #193627;
} 

#vids {
	position: absolute;
	left: 30px;
	top: 30px;
	padding: 25px;
	background-color: white;
	opacity: 1.0;
	/* font-family: "Arial", sans-serif; */
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	line-height: 1.2em;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 3px #333333;
}

#vids li {
	list-style-type: none;
}

#vids h1 {
	color: #293529;
}

#vids h2 {
	margin-top: 0em;
	margin-left: 1.75em;
	margin-bottom: 1.5em;
	color: #995f44;
}

#vids ul li {
	margin-top: 1em;
	margin-bottom: -.1em;
	color: #293529;
}

#vids ul li ul li{
	margin-top: .4em;
	color: #995f44;
}



.youtubeembed {
	width: 560px;
	height: 315px;
	display: block;
	position: absolute;
	left: 0px;
	top: 570px;
	opacity: 1.0;
	border: solid #293529 3px;
	border-radius: 2px;
	box-shadow: 0px 0px 10px 3px #333333;
}



#footer {
	position: absolute;
	width: 600px;
	left: 50px;
	bottom: 50px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	height: 100px;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.6) 10%, rgba(0,0,0,0.85) 50%, rgba(0,0,0,0.84) 51%, rgba(0,0,0,0.6) 90%, rgba(0,0,0,0.1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.1)), color-stop(10%,rgba(0,0,0,0.6)), color-stop(50%,rgba(0,0,0,0.85)), color-stop(51%,rgba(0,0,0,0.84)), color-stop(90%,rgba(0,0,0,0.6)), color-stop(100%,rgba(0,0,0,0.1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.6) 10%,rgba(0,0,0,0.85) 50%,rgba(0,0,0,0.84) 51%,rgba(0,0,0,0.6) 90%,rgba(0,0,0,0.1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.6) 10%,rgba(0,0,0,0.85) 50%,rgba(0,0,0,0.84) 51%,rgba(0,0,0,0.6) 90%,rgba(0,0,0,0.1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.6) 10%,rgba(0,0,0,0.85) 50%,rgba(0,0,0,0.84) 51%,rgba(0,0,0,0.6) 90%,rgba(0,0,0,0.1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.6) 10%,rgba(0,0,0,0.85) 50%,rgba(0,0,0,0.84) 51%,rgba(0,0,0,0.6) 90%,rgba(0,0,0,0.1) 100%); /* W3C */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1a000000',GradientType=1);  IE6-9 	);	*/
}

#footer p {
	color: white;
	text-align: center;
	font-size: 23px;
	margin: 17px;
}

.snowflake {
	font-size: 12px;
}

#staffbios, #stuffwedo, #peoplelikeus {
	position: absolute;
	left: 30px;
	top: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 45px;
	background-color: white;
	opacity: 1.0;
	/* font-family: "Arial", sans-serif; */
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	line-height: 1.8em;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 3px #333333;
}

div.bio {
	position: absolute;
	top: 250px;
	left: 200px;
	width: 400px;
	height: 450px;
	padding: 20px;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 3px #333333;
}

div.bio h2 {
	margin-top: 0px;
	color: #293529;
}

div.bio p {
	margin-top: -7px;
	color: #995f44;
	line-height: 1.5em;
}

div.bio > img {
	position: absolute;
	margin: 0px;
	bottom: 20px;
	right: 20px;
	width: 225px;
	height: 300px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 3px #333333;
	
}

div.service {
	position: absolute;
	top: 300px;
	left: 200px;
	width: 400px;
	/* height: 450px; */
	padding: 20px;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 3px #333333;
}

div.service h2 {
	margin-top: 0px;
	color: #293529;
}

div.service p {
	margin-top: -7px;
	margin-left: 2.5em;
	margin-right: 2.5em;
	color: #995f44;
	line-height: 1.5em;
}

div.recommendation {
	position: absolute;
	top: 280px;
	left: 200px;
	width: 400px;
	/* height: 450px; */
	padding: 20px;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 3px #333333;
}

div.recommendation h2 {
	margin-top: 5px;
	color: #293529;
}

div.recommendation p {
	margin-top: 0px;
	margin-left: 2.5em;
	margin-right: 2.5em;
	color: #995f44;
	line-height: 1.5em;
}

div.recommendation span {
	display: block;
	margin-top: .3em;
	text-align: right;
	color: #293529;
	font-size: .8em;
	line-height: 1.3em;
	font-style: italic;
}


