/* Reset Default Browser CSS
-------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* Text Syles
-------------------------------------------------- */

h1 {
	width: 728px;
	height: 505px;
	background: url(images/sprites.png) 0 0 no-repeat;
	margin: 0 auto;
}
h2 {
	font: normal normal 16px 'rubyregular', Helvetica, Arial, sans-serif;
	color: #937D3E;
	padding-bottom: 15px;
	text-align: center;
	letter-spacing: 1px;
}
h3,
h3 a,
h3 a:hover {
	font: normal normal 25px 'rubyregular', Helvetica, Arial, sans-serif;
	color: #937D3E;
	padding: 0;
	text-align: center;
	letter-spacing: 1px;
}
h3 a {color: #fff;}
p {
	font: normal normal 16px 'rubyregular', Helvetica, Arial, sans-serif;
	color: #937D3E;
	padding-bottom: 10px;
	text-align: center;
	letter-spacing: 1px;
}
a {
	font: normal normal 16px 'rubyregular', Helvetica, Arial, sans-serif;
	color: #937D3E;
	text-decoration: none;
	-webkit-transition: all .20s ease-in-out;
	-moz-transition: all .20s ease-in-out;
	-o-transition: all .20s ease-in-out;
	transition: all .20s ease-in-out;	
}
a:hover {
	color: #fff;	
}
strong {
	font-weight: bold;	
}
em {
	font-style: italic;	
}
blockquote {
	font-style: italic;	
}
.clear {
	clear: both;	
}
.no-transition {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

/* Global Styles
-------------------------------------------------- */

body {
	background: #000;
}
body.unlocked {
	background: #000 url(images/bg_lg.jpg) fixed center top repeat-x;
	-webkit-background-size: 2000px 1778px;
}
.main-container {
	width: 940px;
	margin: 0 auto;
}
.text-image {
	text-indent: -9999px;
}

/* Header Styles
-------------------------------------------------- */

header {
	margin: 25px auto;
}

/* Locked Screen Styles
-------------------------------------------------- */

#locked-info {
	padding-top: 30px;
}
	#locked-info h2 {
		font-size: 50px;
		text-align: center;
	}
		#locked-info h2 span {
			display: block;
			font-size: 16px;
			color: #fff;
			line-height: 24px;
		}
	#locked-info a {
		background: #937D3E;
		color: white;
		text-align: center;
		width: 400px;
		display: block;
		padding: 20px 0;
		border-radius: 4px;
		margin: 10px auto;
		font-size: 24px;
		letter-spacing: 1px;
	}
	#locked-info a:hover {
		background: white;
		color: #937D3E;
	}

/* Unlocked Screen Styles
-------------------------------------------------- */

#unlocked-info {
	padding-top: 30px;
	text-align: center;
}
	#unlocked-info .widget-container,
	#unlocked-info .video-container {
		margin-bottom: 50px;
	}
		#unlocked-info .widget-container h3,
		#unlocked-info .video-container h3 {
			
		}
		#unlocked-info .widget-container span.embed-instructions,
		#unlocked-info .video-container span.embed-instructions {
			display: block;
			font: normal normal 16px 'rubyregular', Helvetica, Arial, sans-serif;
			color: #fff;
			padding: 15px 0 10px;
		}
		#unlocked-info .widget-container textarea,
		#unlocked-info .video-container textarea {
			width: 640px;
			height: 180px;
			padding: 10px;
			background: #111;
			border: 1px solid #252525;
			color: white;
			font: normal normal 13px/19px Helvetica, Arial, sans-serif;
		}
		
.share-container {
	padding-bottom: 50px;
	overflow: hidden;
}
	.share-container a {
		font-size: 30px;
	}
	.share-container a.share-facebook {float: left; margin-left: 100px;}
	.share-container a.share-twitter {float: right; margin-right: 100px;}
	
		.share-container a span {
			display: block;
			font-size: 16px;
		}