@charset "utf-8";
/* CSS Document */
/* Copyright Hogan Media & Music.  All rights reserved */
/* Design by: Theilen Design - www.theilendesign.com */

* {
	margin:			0px;
	padding:		0px;
	
}


body {
	background:	#111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #fff;
	border: none;
}

/* template page only styles */


#allcontent {
	width: 	730px;
	height: 605px;
	margin: 40px auto;
	padding-top: 0px;
	border: 10px solid #fff;
	background: #fff;
	color: #000;
}

#stage-allcontent {
	width: 	730px;
	height: 640px;
	margin: 40px auto;
	padding-top: 0px;
	border: 0px solid #fff;
	background: #111;
	color: #000;
}

/* header styles - template pages */

#header {
	margin: 0;
	background: #111;
}

#header a:link {
	color: #111;
	text-decoration: none;
}

#header a:visited {
	color: #111;
	text-decoration: none;
}

#header a:hover {
	color: #111;
	text-decoration: underline;
}

/* end header styles */

#content {
	width: 	740px;
	height: 500px;
	margin: 50px auto 0px auto;
	background: none;
	padding-top: 0px;
	position: relative;
}

/* nav styles */

/* Single tier horizontal navigation */

#nav {
	width: 100%;
	font-size: 1.15em;
	margin: 10px 0px 10px 0px;
	float: right;
	text-align: right;
	border: 0px solid red;
}

#nav ul {
	margin-right: 0px;
}

#nav li {
	border-right: 0px solid #840000;
	list-style-type: none;
	float: right;
	position: relative;
	margin-left: 10px;
		
}

#nav a {
	text-decoration: none;
	font-weight: bold;
	margin-left: 0px;
}

#nav a:link {
	color: #ddd;
	text-decoration: none;
}

#nav a:hover {
	color: #ddd;
	padding-bottom: 2px;
	border-bottom: 3px solid #005392;
	text-decoration: none;
}

#nav a:visited {
	color: #ddd;
	text-decoration: none;
}

/* END Teir one horizontal nav */

#nav #current {
	padding-bottom: 2px;
	border-bottom: 3px solid #005392;
}

/* Stage styles */

#stage {
	height: 420px;
	margin-top: 40px;
	background-image: url(../images/stage-bg.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	border: 1px solid #red;
}

#stage2 {
	height: 420px;
	margin-top: 40px;
	background-image: url(../images/stage-bg2.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	border: 1px solid #red;
}

#stage3 {
	margin-top: 40px;
	background-color: #fff;
	background-image: url(../images/stage-bg3.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	border: 1px solid #fff;
}

#stage-top p {
	padding: 12px 0px 0px 22px;
	color: #555;
	font-size: 1.5em;
	font-weight: normal;
	vertical-align: text-bottom;
}

.title {
	color: #999;
	font-size: .9em;
	font-weight: normal;
}

.client {
	color: #000;
	font-size: .9em;
	font-weight: normal;
}

.desc {
	color: #555;
	font-size: .8em;
	font-weight: normal;
}

#stage-main {
	margin: 20px 0px 30px 0px;
	padding-top: 0px;
	height: 230px;
	border: 0px solid red;
}

#stage-main3 {
	margin: 20px 0px 30px 0px;
	padding-top: 0px;
	border: 0px solid red;
	background-color: #fff;
}

#stage-main p.iframe {
	padding-bottom: 30px;
	text-align: center
}

#stage-main3 p.iframe {
	padding: 0px 0px 30px 30px;
	text-align: left;
}

#stage-main p.center {
	text-align: center;
	padding-top: 30px;
	vertical-align: middle;
}

.border {
	border: 1px solid #ccc;
}

p.text-home {
	padding: 20px 25px 10px 35px;
	line-height: 1.5em;
	letter-spacing: 1px;
}

p.text-df {
	padding: 10px 25px 5px 23px;
	line-height: 1.5em;
	letter-spacing: 1px;
}


p.text-contact {
	padding: 20px 25px 10px 35px;
	line-height: 1.65em;
	letter-spacing: 1px;
}

h1.h1text {
	padding: 20px 0px 0px 22px;
	letter-spacing: 1px;
	font-size: 1.25em;
}

h2.h2text {
	padding: 20px 0px 0px 25px;
	line-height: 1.5em;
	letter-spacing: 1px;
	font-size: 1.25em;
}

p.text {
	padding: 0px 25px 10px 35px;
	line-height: 1.5em;
	letter-spacing: 1px;
}

p.text2 {
	padding: 0px 25px 10px 35px;
	line-height: 1.5em;
	letter-spacing: 1px;
	font-style: italic;
	font-weight: bold;
}

ul.ul-text {
	padding: 10px 40px;
	letter-spacing: 1px;
	line-height: 1.5em;
}

p.text-right {
	text-align: left;
	font-size: .9em;
	letter-spacing: 1px;
	padding: 10px 25px 0px 540px;
}

p.image {
	padding: 20px 25px 10px 25px;
	line-height: 1.5em;
	letter-spacing: 1px;
}

p.image-left {
	float: left;
	padding: 20px 25px 10px 25px;
	line-height: 1.5em;
	letter-spacing: 1px;
}

p.center {
	text-align: center;
}

p.center img {
	text-align: center;
	padding: 0px 15px;
}

#stage-main3 a:link {
	color: #005392;
}

#stage-main3 a:visited {
	color: #005392;
}

#stage-main3 a:hover {
	color: #840000;
}

ol {
	margin-left: 42px;
	font-style: italic;
}

/* stage nav */

/* Single tier horizontal navigation */

#stage-nav {
	width: 100%;
	font-size: .9em;
	margin-top: 10px;
	float: left;
	text-align: center;
	border: 0px solid red;
}

#stage-nav ul {
	margin-left: 33px;
	text-align:center;
}

#stage-nav li {
	border-right: 0px solid #840000;
	list-style-type: none;
	float: left;
	position: relative;
	width: 75px;
	margin-right: 25px;
	
	
}

#stage-nav a {
	text-decoration: none;

}

#stage-nav a:hover {
	padding-bottom: 2px;
	border-bottom: 2px solid #838383;

}

#stage-nav li:hover ul {
	display: block;
	
}

/* END Teir one horizontal nav */


#stage-nav img {
	margin-top: 0px;
	border: none;
	
}

#stage-nav #sub-current {
	padding-bottom: 2px;
	border-bottom: 2px solid #838383;
}

.stage-p {
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #999;
}

.stage-p a {
	color: #777;
}

/* Footer styles */

.footer-p {
	padding-left: 15px;
	padding-top: 10px;
	color: #999;
}

/* Index page only styles */

.index-nav {
	margin-top: 2px;
	text-align: center;
}

.index-p {
	padding-left: 5px;
	padding-top: 5px;
}

p.white {
	color: #555;
}