/*
	Author: Jey Legarie
	Created On: December 16th, 2014
	Revised On: 
	CSS Version: 2.1
	
	Purpose: This is the css for dungeoncrawler.com
*/

/* CLEAR DEFAULT VALUES */
body, section, article, header, footer, nav, a, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
}

/* FONT STYLES */

body {
	font-family: verdana;
	font-size: 100%;
	color: #FFF;
}

h1, h2, h3, h4 {
	text-shadow: 0 0 0.5em #FC0, 0 0 0.5em #FC0;
	margin: 10px 0 20px 0;
}

h1 {
	font-size: 175%;
}

h2 {
	font-size: 150%;
}

h4 {
	font-size: 75%;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0;
}

	.subtext {
		font-size: 75%;
		text-align: center;
		margin: 4px;
		padding: 0;
	}

footer {
	font-size: 75%;
}

a:link {
	color:#FC0;
	font-weight: 900;
	text-decoration: none;
}
a:visited {
	color:#FC0;
	font-weight: 900;
	text-decoration: none;
}
a:hover {
	color:#FF6;
	font-weight: 900;
}
a:active {
	color:#FF6;
	font-weight: 900;
	text-decoration: none;
}

	nav li a:link, nav li a:visited {
		padding: 6px 24px;
		background-color: #333;
		border: 2px solid #666;
		border-radius: 12px;
	}

	nav li a:hover, nav li a:focus {
		background-color: #555;
		border: 2px solid #666;
		border-radius: 12px;
	}

	.sel {
		padding: 6px 24px;
		color: #000;
		font-weight: 900;
		background-color: #888;
		border: 2px solid #666;
		border-radius: 12px;
		text-shadow: 0 0 0.5em #FFF, 0 0 0.5em #FFF;
	}

	.ina {
		padding: 6px 24px;
		color: #666;
		font-weight: 900;
		background-color: #333;
		border: 2px solid #666;
		border-radius: 12px;
	}

	.sub {
		width: 680px;
		position: relative;
		left: 20px;
		font-size: 75%;
	}

span {
	color: #CCF;
	text-shadow: 0 0 0.5em #000, 0 0 0.5em #000;
}

/* POSITIONING */

body {
	background-color: black; 
	background-image: url("../images/bg_margins.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: scroll;
	margin: 0px auto;
	width: 100%;
	height: 1000px;
}

section {
	margin: 0px auto;
	width: 800px;
	border: #000 solid 12px;
	background: #000 url("../images/bg_tile_interior.jpg");
}

header, article, footer {
	display: inline-block;
	margin: 0px auto;
	width: 800px;
}

#content {
	padding: 20px;
	min-height: 600px;
}

#landing {
	min-height: 1400px;
	position: relative;
	top: -23px;
}

article {
	width: 720px;
	min-height: 200px;
	border-radius: 20px;
	border: #FFF solid 3px;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #333;
	background: rgba(51,51,51,.65);
}

article p {
	margin: 10px 0 20px;
	vertical-align: top;
	text-align: justify;
	min-height: 4px;
}

article img {
	border: #111 solid 3px;
	border-radius: 20px;
	background-color: #EEE;
}

.center {
	text-align: center;
}

.left {
	clear: both;
	float: left;
	margin: 0 15px 15px 0;
}

.right {
	clear: both;
	float: right;
	margin: 0 0 15px 15px;
}

.spacer {
	margin-top: 40px;
}

.indentleft {
	margin-left: 40px;
}
	
.clean {
	border: initial;
	border-radius: 0;
	background-color: initial;
	vertical-align: top;
}

.halfsize {
	height: 50%;
	width: 50%;
}

.pointerOff {
	pointer-events: none;
	/* this prevents the overlapping image from blocking cursor selection */
}

.pointerOn {
	pointer-events: auto;
	/* cursor fix */
}

#homeL {
	width:450px;
	position: relative;
	z-index: 1;
}

#homeR {
	width:350px;
	position: relative;
	z-index: 1;
}

	.homeR1 {
		height: 60px;
	}

	.homeR2 {
		height: 55px;
	}

	.homeR3 {
		height: 65px;
	}
		
	#homeR, #homeL {
		display: inline-block;
		vertical-align: top;
	}

.col2A {
	display: inline-block;
	width: 340px;
	vertical-align: top;
}

.col2B {
	display: inline-block;
	width: 330px;
	margin: 0 0 0 20px;
	vertical-align: top;
}

	.col2B img {
		margin: 0;
		border: 0px solid #000;
		border-radius: 0px;
		background-color: initial;
	}

.col3A {
	display: inline-block;
	width: 260px;
	vertical-align: top;
}

.col3B {
	display: inline-block;
	width: 410px;
	margin: 0 0 0 20px;
	vertical-align: top;
}

.col4A {
	display: inline-block;
	width: 160px;
	vertical-align: top;
}

.col4B {
	display: inline-block;
	width: 510px;
	margin: 0 0 0 20px;
	vertical-align: top;
}

iframe {
	border: #000 solid 3px;
}

ul {
	list-style: none;
	display: inline-block;
}

	li {
		text-align: left;
		display: inline-block;
	}

	#main_nav {
		position: relative;
		top: -3px;
	}

nav {
	width: 760px;
}
	
	nav li {
		margin-bottom: 20px;
	}
	
	.nav_btn {
		display: inline-block;
		width: 140px;
		height: 40px;
	}
	
	.nav_btn_sm {
		display: inline-block;
		width: 50px;
		height: 40px;
	}
	
	.btn {
		display: inline-block;
		width: 54px;
		height: 52px;
	}
			
	.btnlabel {
		position: absolute;
		top: -9999em;
	}
	
/* FORMS - like Contact Form */
input {
	width: 100%;
	padding: 2px;
	margin: 2px;
}

	input[type=submit] {
		width: initial;
		padding: 2px 10px;
		margin: 2px;
	}

label {
	display: block;
	width: 200px;
	padding: 2px;
	margin: 2px;
}

textarea {
	width: 100%;
	padding: 2px;
	margin: 2px;
}


/* LANDING PAGE */

	#land_forum {
		display: inline-block;
		height: 60px;
		width: 170px;
		background: url("../images/landingpage_forum_btn.png") no-repeat 0 0;
	}

	#land_forum:hover { 
		background-position: 0 -60px;
	}

	#land_ecg {
		display: inline-block;
		height: 60px;
		width: 240px;
		background: url("../images/landingpage_ecg_btn.png") no-repeat 0 0;
	}

	#land_ecg:hover { 
		background-position: 0 -60px;
	}

	#land_dcm {
		display: inline-block;
		height: 55px;
		width: 235px;
		background: url("../images/landingpage_dcm_btn.png") no-repeat 0 0;
	}

	#land_dcm:hover { 
		background-position: 0 -55px;
	}

	#land_adv {
		display: inline-block;
		height: 65px;
		width: 255px;
		background: url("../images/landingpage_adv_btn.png") no-repeat 0 0;
	}

	#land_adv:hover { 
		background-position: 0 -65px;
	}

	#land_uni {
		display: inline-block;
		height: 55px;
		width: 190px;
		background: url("../images/landingpage_uni_btn.png") no-repeat 0 0;
	}

	#land_uni:hover { 
		background-position: 0 -55px;
	}

	#land_store {
		display: inline-block;
		height: 65px;
		width: 350px;
		background: url("../images/landingpage_store_btn.png") no-repeat 0 0;
	}

	#land_store:hover { 
		background-position: 0 -65px;
	}

		#nav_home {
			background: url("../images/nav_home.jpg") no-repeat 0 0;
		}

		#nav_home:hover { 
			background-position: 0 -40px;
		}

		#nav_forum {
			background: url("../images/nav_forum.jpg") no-repeat 0 0;
		}

		#nav_forum:hover { 
			background-position: 0 -40px;
		}

		#nav_ecg {
			background: url("../images/nav_ecg.jpg") no-repeat 0 0;
		}

		#nav_ecg:hover { 
			background-position: 0 -40px;
		}

		#nav_dcm {
			background: url("../images/nav_dcm.jpg") no-repeat 0 0;
		}

		#nav_dcm:hover { 
			background-position: 0 -40px;
		}

		#nav_adv {
			background: url("../images/nav_adv.jpg") no-repeat 0 0;
		}

		#nav_adv:hover { 
			background-position: 0 -40px;
		}

		#nav_uni {
			background: url("../images/nav_universe.jpg") no-repeat 0 0;
		}

		#nav_uni:hover { 
			background-position: 0 -40px;
		}

		#nav_store {
			background: url("../images/nav_store.jpg") no-repeat 0 0;
		}

		#nav_store:hover { 
			background-position: 0 -40px;
		}

		#nav_store {
			background: url("../images/nav_store.jpg") no-repeat 0 0;
		}

		#nav_store:hover { 
			background-position: 0 -40px;
		}

			#nav_ecg_sel {
				background: url("../images/nav_ecg_sel.png") no-repeat 0 0;
			}

			#nav_dcm_sel {
				background: url("../images/nav_dcm_sel.png") no-repeat 0 0;
			}

			#nav_adv_sel {
				background: url("../images/nav_adv_sel.png") no-repeat 0 0;
			}

			#nav_uni_sel {
				background: url("../images/nav_universe_sel.png") no-repeat 0 0;
			}

		#newsletter {
			background: url("../images/link_newsletter.png") no-repeat 0 0;
		}

		#newsletter:hover { 
			background-position: 0 -52px;
		}

		#facebook {
			background: url("../images/link_facebook.png") no-repeat 0 0;
		}

		#facebook:hover { 
			background-position: 0 -52px;
		}

		#googleplus {
			background: url("../images/link_googleplus.png") no-repeat 0 0;
		}

		#googleplus:hover { 
			background-position: 0 -52px;
		}

		#twitter {
			background: url("../images/link_twitter.png") no-repeat 0 0;
		}

		#twitter:hover { 
			background-position: 0 -52px;
		}

		#sellsword {
			background: url("../images/link_sellsword.png") no-repeat 0 0;
		}

		#sellsword:hover { 
			background-position: 0 -52px;
		}

		#mythacle {
			background: url("../images/link_mythacle.png") no-repeat 0 0;
		}

		#mythacle:hover { 
			background-position: 0 -52px;
		}

		#bgg {
			background: url("../images/link_bgg.png") no-repeat 0 0;
		}

		#bgg:hover { 
			background-position: 0 -52px;
		}

		#policies {
			background: url("../images/link_policies.png") no-repeat 0 0;
		}

		#policies:hover { 
			background-position: 0 -52px;
		}

		#aboutus {
			background: url("../images/link_aboutus.png") no-repeat 0 0;
		}

		#aboutus:hover { 
			background-position: 0 -52px;
		}

		#contact {
			background: url("../images/link_contact.png") no-repeat 0 0;
		}

		#contact:hover { 
			background-position: 0 -52px;
		}

		#policies_sel {
			height: 52px;
			width: 54px;
			background: url("../images/link_policies_sel.png") no-repeat 0 0;
		}

		#aboutus_sel {
			height: 52px;
			width: 54px;
			background: url("../images/link_aboutus_sel.png") no-repeat 0 0;
		}

		#contact_sel {
			height: 52px;
			width: 54px;
			background: url("../images/link_contact_sel.png") no-repeat 0 0;
		}

#smallsection {
	width: 620px;
	padding: 20px;
	background: url("../images/bg_tile_interior.jpg");
}

#smallwindow {
	width: 580px;
	padding: 20px;
	background: rgba(51,51,51,.65);
}

	#smallwindow img {
		float: right;
		margin: 0 0 15px 15px;
		padding: 10px 25px;
		border: #111 solid 3px;
		border-radius: 20px;
		background-color: #EEE;
	}

	#smallwindow li {
		display: list-item;
	}

/* TEMP HEADER CODE */

.temphead {
	text-align: center;
	margin: 5px 0 20px 0;
}

	.temphead img {
		border-radius: 5px;
		box-shadow: 0px 0px 10px 5px rgba(51, 51, 102, .75);
	}


/* MOVIE CODING */
#details_img {
	width: 800px;
	z-index: 0;
	position: absolute;
	top: 470px;
}
	
/* MOVIE CODING */
#head_movie {
	height: 260px;
	width: 800px;
	z-index: 0;
	position: absolute;
	top: 1133px;
}

#left_arrow {
	pointer-events: auto;
	height: 260px;
	width: 90px;
	position: absolute;
	top: 470px;
	left: 0;
	z-index: 4;
	background: url("../images/arrow_left.png") no-repeat 0 0;
}

	#left_arrow:hover { 
		background-position: -90px 0;
	}

#right_arrow {
	pointer-events: auto;
	height: 260px;
	width: 90px;
	position: absolute;
	top: 470px;
	right: 0;
	z-index: 4;
	background: url("../images/arrow_right.png") no-repeat 0 0;
}

	#right_arrow:hover { 
		background-position: -90px 0;
	}
	
footer {
	height: 130px;
	width: 760px;
	vertical-align: bottom;
	text-align: center;
	padding: 20px;
	position: relative;
}

	#copyright {
		padding: 10px;
		background-color: #333;
		color: #FFF;
	}
	
	#social {
		text-align: center;
		margin-bottom: 10px;
		position: relative;
		top: -10px;
	}
	
	#social div {
		display: inline-block;
		vertical-align: top;
	}

	#twitterfollow {
		margin-left: 30px;
	}

		#twitterfollow iframe {
			border: 0px;
		}

footer #links {
	display: block;
	margin: 10px 0 10px 0;
	list-style: none;
}

footer button, #landing button {
	border: none;
	background: none;
	text-decoration: none;
}

	footer button:focus, #landing button:focus {
		outline: 0;
	}

/* mailchimp */

#mc_embed_signup {
	display: none;
	width: 440px;
	position: absolute;
	top: -320px;
	left: 160px;
	z-index: 3;
	background: #FFF;
	padding: 20px;
	border: 4px solid #000;
	border-radius: 20px;
	color: #000;
	text-align: center;
}

	#mc_embed_signup div {
		padding: 2px;
		margin: 2px 40px 2px 2px;
		text-align: right;
	}

	#mc_embed_signup_scroll h2 {
		text-align: center;
		margin-left: 6px;
	}

	#mc_embed_signup_scroll label {
		width: 120px;
		display: inline-block;
	}

	#mc_embed_signup_scroll input[type="text"], #mc_embed_signup_scroll input[type="email"] {
		width: 200px;
		display: inline-block;
		text-align: left;
	}

	#mc_embed_signup_scroll input[type="radio"] {
		width: 40px;
		display: inline-block;
	}
	
	#mc_embed_signup_scroll .input-group {
		display: inline-block;
		text-align: left;
		margin: 20px 0 0 42px;
	}
	
	#mc_embed_signup_scroll ul {
		margin: 10px 0 0 100px;
	}

	.asterisk {
		font-size: 200%;
		color: red;
	}

#mailclose { 
	position: relative;
	left: 40px;
}
