@charset "UTF-8";
/* CSS Document */

/* SITE SPECIFIC STYLES */

body {
	background: #FFF;
	}

#main {
	position: relative;
	background:url(../img/pic/bkgd.jpg) no-repeat;}

a:link {
	color: red;
	outline: none;
	text-decoration: underline;}
a:visited {
	color: red;
	text-decoration: underline;}
a:hover {
	color: pink;
	text-decoration: underline;}
a:active {
	color: #000;
	text-decoration: underline;}
	
#footer {
	color: #000;}
	
#sharefooter{
	margin-top:20px;
	margin-right:85px;
	color: #FFF;
}
#footer a:link {
	color: #000;
	outline: none;}
#footer a:visited {
	color: #000;}
#footer a:hover {
	color: #CCC;}
#footer a:active {
	color: #000;
	text-decoration: none;}

/*INTRO PAGE*/
#skip {
	text-align: center;
	margin-top: 10px;}

#skip a:link {
	color: #FFF;}
#skip a:visited {
	color: #FFF;}
#skip a:hover {
	color: #CCC;}
#skip a:active {
	color: #999;}
	
#h1 {
	margin-bottom: 20px;}
/*END LANDING PAGE*/

/*RESEND PAGE*/

#main.resend {
	width: 960px; height: auto;
	margin: 0 auto; padding-bottom: 40px;
	position: relative;
	text-align: center;}

#resend p, #resend form {
	padding-left: 40px;
	padding-right: 40px;}

#resend .confirmation {
	font-size: 1.1em;}
	
form#resend_email {
	text-align: center;}
form#resend_email input {
	margin-right: 20px;}
	
/*END RESEND PAGE*/

/*PIC DISPLAY PAGE*/
.pic {
	height: 600px;
	background: #FFF;
	text-align: left;
}
.pic #col {
	font-size: .9em;
	width: 183px;
	padding: 0 0px 0 0;
	position: relative;
	float: right;
	clear: both;
}
.pic #col p {
	padding-bottom: .4em;
}

.pic #col h3, .pic #col h4, .pic #col strong {
	color: #d12b24;
}
.pic #col h4 {
	font-size: 18px; padding: .5em 0 .2em;
}

.pic .picture {
	float: left;
}
.pic #menu {
	position:absolute;
	top: 470px;
	left: 255px;
	z-index:9;
}
.pic #menu li{
	float: left; padding-right: 5px;
}

#picture_print {
	display: none;
}

.pic #socialicons{
	position:absolute;
	z-index:10;
	left:-100px;
	bottom:5px;	
}

#btVids {
	z-index: 2001;
	position: absolute;
	top: 0px; left: 0px;
	display: block;
	padding: 5px;
	background: red;
	color: #FFF;
}

#btNext, #btPrev {
	position: absolute; z-index: 99; top: 400px;}
#btPrev { left: 205px;}
#btNext { left: 605px;}

/*END PIC DISPLAY PAGE*/

/*VID DISPLAY PAGE*/
.vid {
	background: #FFF;
	height: 600px;
}
.vid #col {
	width: 183px;
	padding: 0px 0px 0 0;
	float: right;
	clear: both;
}
.vid #video {
	display: block;
	position: absolute; top: 90px; left: 210px;
	width: 450px;
	padding-top: 0px;
	text-align: center;
}

.vid #socialicons{
	position:absolute;
	z-index:10;
	right:200px;
	bottom:5px;	
}
.vid #menu {
	position:absolute;
	top: 470px;
	left: 300px;
	z-index:9;
	}
.vid #menu li{
	float: left; padding-right: 5px;}
	
#vidbtNext, #vidbtPrev {
	position: absolute; z-index: 10; top: 450px;}
#vidbtPrev { left: 205px;}
#vidbtNext { left: 605px;}
/*END VID DISPLAY PAGE*/

/*SHARE MODAL*/	
.share {
	font-size: 1em; margin: 0;
	padding: 0px 0px 0;
	margin-bottom:-83px;
	width: 410px;
	height:225px;
	overflow:hidden;
	background: none;
	color: #FFF;}
.share form {
	text-align: left; padding: 0px 165px 0 0;
	}
.share form fieldset {
	padding-bottom: 0px;
	padding-right:70px;
	position:relative;
	text-align:right;
	width:230px;
	}
.share #message {
	width:200px;
	margin-top:60px;
	margin-right:150px;
	margin-left:50px;
	text-align: center; font-size: 12px; padding-bottom: 10px;}
.share input.l {
	width: 165px; margin-bottom: 5px;
	border:0;
	}
.share label.error {
	display:none;
	text-indent:-9999px;
	position: absolute; left: 260px; top: 0; width: 150px; text-align: left;
	padding: 2px 5px;}
.share input.error {
	background:#FFE6FF;
	font-weight: 100; color: red;}
.confirmation {
	font-size: 1.5em;}
.button{
	position:absolute;
	left:234px;
	top:-25px;
	background:url(../img/share/send_btn.png) no-repeat;
	text-indent:-9999px;
	width:60px;
	height:50px;
	border: none;
}

/*END SHARE MODAL*/

#btHomeSite {
	display: block;
	position: absolute;
	bottom: 15px; left: 40px;
	width: 175px; height: 75px;
	text-indent: -9999px;
	z-index: 3000;
}


	
