/******************************************************************
Waiting List Landing Page

Designed for the Shoemoney System

Design Copyright 2010. All Rights Reserved. 
XHTML/CSS released under a Creative Commons Attribution 2.5 licence.
******************************************************************/

/******************************************************************
GENERAL STYLES
******************************************************************/

body {
	background: #eeeeee;
}

.wrap {
	width: 660px;
	margin: 0 auto;
	padding: 30px 20px 30px;
	background: #fcfcfc;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}

/******************************************************************
TEXT STYLES
******************************************************************/

.wrap p {
	font-size: 1.4em;
	line-height: 1.5em;
	margin: 1.5em 0;
}

a:hover {
	text-decoration: none;
	color: #DB1F00;
}

a.good, a.visited {
	color: #EA6A00;
}

	a.good:hover, a.good:active {
		color: #82AD0A;
	}

.big {font-size: 1.5em;}
p.big {font-size: 1.8em;}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/

h1, h2, h3, h4, h5 {color: #333333;}

/******************************************************************
HEADER STYLES
******************************************************************/
	
	#one-time-badge {
		position: absolute;
		right: -250px;
		top: 30px;
	}

/******************************************************************
PAGE STYLES
******************************************************************/

form {
	background: #DBF2FF;
	border: 2px dashed #1D5A89;
	padding: 15px;
	display: block;
	margin: 0 auto;
	margin: 0 25px;
}

	label {
		text-align: right;
		display: block;
		float: left;
		width: 100px;
		margin: 0 10px 10px 0;
	}
	
	input[type=text] {
		width: 300px;
		margin-bottom: 10px;
	}

	.white-box {
		background: #fcfcfc;
		padding: 4px 8px;
	}	
	
	input[type=submit] {
		font-size: 2em;
		font-weight: 700;
		color: #fcfcfc;
		text-shadow: -1px -1px .5px #404040;
		text-decoration: none;
		text-align: center;
		padding: 10px 15px;
		margin: 10px 0 0 125px;
		background: #EA6A00 url(http://sales.shoemoneysystem.com/images/glass.png) repeat-x 0 50%;
		border: 1px solid #EA6A00;
		position: relative;
		-webkit-box-shadow: 2px 2px 4px #010101;
		-moz-box-shadow: 2px 2px 4px #010101;
		box-shadow: 2px 2px 4px #010101;
		-moz-border-radius: 9px;
		-webkit-border-radius: 9px;
		border-radius: 9px;
	}
	
		input[type=submit]:hover {
			-webkit-box-shadow: 2px 2px 6px #010101;
			-moz-box-shadow: 2px 2px 6px #010101;
			box-shadow: 2px 2px 6px #010101;
			background: #8BB80C url(http://sales.shoemoneysystem.com/images/glass.png) repeat-x 0 50%;
			border-color: #8BB80C;
		}
		
		input[type=submit]:active {
			top: 5px;
		}

/******************************************************************
FOOTER STYLES
******************************************************************/

#footer p {
	text-align: center;
	color: #999999;
}

/******************************************************************
VIDEO DISPLAY STYLES
******************************************************************/

#regular_content {
	margin: 45px 0 0;
}

.video-top-nav {
	margin: 5px auto 15px;
}

	.video-top-nav ul {
		width: 300px;
		margin: 0 auto;
	}

	.video-top-nav li {
		float: left;
		font-size: 1.1em;
		text-transform: uppercase;
		letter-spacing: 2px;
		padding: 0 8px;
		border-right: 1px solid #a6a6a6;
		font-weight: 700;
	}
	
	.video-top-nav li a {
		color: #999999;
	}
	
		.video-top-nav li.current a {
			color: #010101;
		}
		
		.video-top-nav li a:hover, .video-top-nav li.current a {
			text-decoration: none;
		}
	
	.video-top-nav li:last-child {
		border-right: 0;
	}
	
#future-vids-title {
	position: absolute;
	right: -48px;
	top: 28px;
	z-index: 9999;
	text-shadow: 1px 5px 20px #cecece;
}

#video {
	background: #010101 url(http://sales.shoemoneysystem.com/images/video-bg-2.jpg) repeat;
	width: 800px;
	border: 1px solid #404040;
	height: 450px;
	margin: 0 0 0 -100px;
	padding: 10px;
	position: relative;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 4px 20px #010101;
	-moz-box-shadow: 0 4px 20px #010101;
	box-shadow: 0 4px 20px #010101;
}

	#video object {
		width: 800px;
		height: 450px;
		display: block;
		margin: 0 ;
	}
	
		.main-vid object {
			background: url(http://sales.shoemoneysystem.com/images/main-screen.png) no-repeat;
		} 
		
		.myads-vid object {
			background: url(http://sales.shoemoneysystem.com/images/myads-screen.jpg) no-repeat;
		}
	
	#video-nav {
		position: absolute;
		top: 10px;
		right: 10px;
		width: 200px;
	}
	
		#video-nav li {
			overflow: hidden;
			padding: 5px 0;
			border-bottom: 1px solid #8F8F93;
			border-top: 1px solid #3A3A3C;
		}
			
			#video-nav li:last-child {
				padding-bottom: 16px;
			}
			
			#video-nav li.current {
				background: #095B9B;
			}
		
	
		#video-nav li a {
			display: block;
		}
		
		#video-nav li img {
			width: 95px;
			float: left;
			margin: 0 5px 5px 5px;
		}
		
		#video-nav li span {
			font-weight: 700;
			font-size: 1.3em;
			line-height: 1.375em;
			text-align: right;
		}
		
		#video-nav a {
			color: #fcfcfc;
			text-shadow: 0 1px 1px #010101;
			text-decoration: none;
		}

#video-large {
	background: #010101 url(http://sales.shoemoneysystem.com/images/video-bg-2.jpg) repeat;
	width: 800px;
	border: 1px solid #404040;
	height: 450px;
	margin: 0 0 50px -100px;
	padding: 10px;
	position: relative;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 4px 20px #010101;
	-moz-box-shadow: 0 4px 20px #010101;
	box-shadow: 0 4px 20px #010101;
}
		
	#video-large object {
		width: 800px;
		height: 450px;
		display: block;
		margin: 0 ;
	}

