@charset "UTF-8";

html {
	height: 100%;
	overflow: hidden;
}

body {
	margin: 0 0 0 0;
	overflow: hidden;
	text-align: center;
	background-color: #333333;
}

img {
	border: none;	
}

#slideshow_div {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 102%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -1%;
}

#bg {
	background: url(/images/home_page_dark.jpg);
	height: 650px;
	width: 820px;
	top: 50%;
	left: 50%;
	margin:	-325px 0 0 -410px;
	position: absolute;
	z-index: -10;
}

#about_carissa_riccardi_bg {
	background: url(/images/about_carissariccardi_bg.jpg);
	height: 650px;
	width: 820px;
	top: 50%;
	left: 50%;
	margin:	-325px 0 0 -410px;
	position: absolute;
	z-index: -10;
}

#about_carissariccardi {
	height: auto;
	width: 400px;
	top: 50%;
	left: 50%;
	margin:	-20px 0 0 -100px;
	font: 11px normal Helvetica, Verdana, sans-serif;
	line-height: 14px;
	color: #999999;
	text-align: left;
	position: absolute;
	z-index: 10;
}

#about_joel_micah_bg {
	background: url(/images/about_joelmicah_bg.jpg);
	height: 650px;
	width: 820px;
	top: 50%;
	left: 50%;
	margin:	-325px 0 0 -410px;
	position: absolute;
	z-index: -10;
}

#about_joelmicah {
	height: auto;
	width: 400px;
	top: 50%;
	left: 50%;
	margin:	-20px 0 0 -100px;
	font: 11px normal Helvetica, Verdana, sans-serif;
	line-height: 14px;
	color: #999999;
	text-align: left;
	position: absolute;
	z-index: 10;
}

#about_nav {
	margin: 260px 0 0 -60px;
	top: 50%;
	left: 50%;
	color: #923912;
	font-size: 11px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: ;
	background: transparent;
	position: absolute;
}

#about_nav a{
width: auto;
text-decoration: none;
color: #636363;
}

#about_nav a:hover{
color: #923912;
}

/* hide from ie on mac \*/

#flashcontainer {
	height: 70%;
	width: 100%;
	top: 12.5%;
	border-top: 20px solid #000000;
	border-bottom: 20px solid #000000;
	position: absolute;
}
	
#flashcontent {
	height: 100%;
	position: relative;
}

/* end hide */

#top {
	height: 60px;
	width: 100%;
	top: 12.5%;
	margin: -60px 0 0 0;
	background: transparent;
	border-top: 5px solid #fff;
	position: absolute;	
}
	
#bottom {
	top: 82.5%;
	margin: 0 0 0 0;
	width: 100%;
	text-align: center;
	color: #000000;
	position: absolute;
}

#logo {
	background: url(/images/glass_eye2_400.jpg) no-repeat;
	top: 12.5%;
	left: 0;
	margin: -58px 0 0 50px;
	height: 53px;
	width: 400px;
	vertical-align: middle;
	position: absolute;
}

#bio {
	margin: 170px 0 0 0;
	width: 45%;
	padding: 0 0 0 25%;
	font-size: 0.9em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: 100;
	text-transform: none;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	position: absolute;
}

#bio h1 {
	color: #aaa;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: none;
}

/* DROP DOWN NAVIGATION */

.chromestyle{
	left: 50%;
	top: 50%;
	margin: 93px 0 0 -92px;
	background: transparent;
	width: 305px;
	height: 30px;
	text-align: left;
	padding: 0px;
	position: absolute;
}

#carissa_nav {

}

#joel_nav {
	margin-left: 43px;
}

.chromestyle ul{
	text-align: left;
	margin: 0;
	padding: 0;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #cccccc;
	margin: 0;
	text-decoration: none;
}

.chromestyle ul li a:hover {
	color: #923912;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
}


/* ######### Style for Drop Down Menu ######### */

#carissa_dropdown {
	width: 163px;
}

#joel_dropdown {
	width: 95px;
}

.dropmenudiv{
	position: absolute;
	font: normal 12px Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	line-height: 14px;
	margin-top: 2px;
	z-index: 100;
	background-color: #333333;
	visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-decoration: none;
	color: #404040;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #923912;
}

/* END DROP DOWN NAVIGATION */
