/*****************************************************************
*****************************************************************

LAMS Productions Screen Style Sheet

Created and maintained by: Matt Meola ( matthewmeola[at]gmail[dot]com )

*****************************************************************
*****************************************************************/


/*****************************************************************
Page Layout
*****************************************************************/
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-image: url(layoutimages/pagebg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #CC0000;
}

#pagecontainer {
	margin: 0 auto 0 auto;
	width: 900px;
}

#navigation {
	float: left;
	background-image:url(layoutimages/SpotLightAndLogo.png);
	background-position:right;
	background-repeat: no-repeat;
	width: 301px;
	height: 664px;
}

#navigation ul {
	margin: 200px 0 0 12px;
	list-style: none;
	text-align: center;
	font-family: 'minion pro', minion, times, serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 38px;
	text-transform: uppercase;
}

#navigation li {

}

#navigation a {
	color: #ffffff;
	text-decoration: none;
}

#navigation #selected {
	color: #730201;
}

#navigation a:hover {
	color: #000000;
}

#maincontent {
	float: right;
	background-color: #000000;
	width: 533px;
	height: 100%;
	min-height: 900px;
	border-left: 3px #730201 solid;
	border-right: 3px #730201 solid;
	padding: 1.5em 30px 1.5em 30px;
}

#home #welcome {
	width: 240px;
	float: left;	
}

#home #branding {
	background-image:url(layoutimages/tophatbranding.jpg);
	background-repeat: none;
	width: 240px;
	float: right;
	height: 316px;
	margin-top: .5em;
}

#home #secondarycontent {
	clear: both;
	padding: 4.5em 0 0 0;
	
}

#home #emaillist {
	float: right;
	width: 45%;
}

#home #news {
	float: left;
	width: 45%;
}

#home #secondarycontent p {
	margin-bottom: .5em;
	text-align: left;
}

#home #secondarycontent li {
	padding-left: 0;
	margin-left: 0;
	line-height: 1em;
	margin-bottom: .75em;
	text-align: left;
}

#home #secondarycontent a, #news ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #ffffff;
	border-bottom: 1px #cc0000 dotted;
	text-decoration: none;

}

#home #secondarycontent a:hover { 
	border-bottom: none;
	color: #cc0000;
}


#footer {
	float: left;
	clear: none;
}

address {
	font-family: "Arial Narrow", arial, helvetica, sans-serif;
	font-style: normal;
	color: #ffffff;
	font-size: 18px;
	padding: 10px 0 10px 85px;
	font-weight: bold;
}

address a {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px #ffffff dotted;
}

address a:hover {
	border-bottom: 1px #ffffff solid;
}

/**********************************************************
Headers
************************************************************/
h1 {
	font-family: "Arial Black", Arial, Gadget, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bolder;
	color: #cc0000;
}

h2 {
	font-family: 'minion pro', minion, georgia, times, serif;
	font-size: 24pt;
	font-weight: bold;
	color: #cc0000;
	margin: 0 0 8pt 0;
	clear: both;
	line-height: 25pt;
}

h3 {
	font-family: 'minion pro', minion, georgia, times, serif;
	font-size: 16pt;
	font-weight: bold;
	border-width: 0 0 1px 0;
	border-bottom-style: solid;
	border-bottom-color: #bababa;
	color: #ffffff;
	letter-spacing: .05em;
	margin: 18pt 0 5pt 0;
	clear: both;
}

/*h3 {
	font-family: 'minion pro', minion, times, serif;
	font-size: 16pt;
	font-weight: bold;
	background-color: #730201;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-bottom-color: #cccccc;
	border-right-color: #ffffff;
	color: #ffffff;
	margin: 20pt 0 5pt 0;
	padding: 0 0 0 4px;
	
}*/


h4 {
	font-family: 'minion pro', minion, georgia, times, serif;
	font-size: 1.15em;
	font-weight: bold;
	color: #bababa;
	clear: both;
	margin: .65em 0 .7em 0;
	text-transform: uppercase;
	letter-spacing: .15em;
}

h4 em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #ffffff;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
}

h4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .65em;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px #bababa dotted;
	letter-spacing: normal;
	text-transform: none;
}

h4 a:hover {
	border-bottom: none;
	color: #cc0000;
}

h5 {
	font-family: 'minion pro', minion, georgia, times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #ffffff;
	margin: 0 0 5pt 0;
	border-top: 6px #cc0000 solid;
	border-bottom: 1px #999999 solid;
}

/********************************************************
Paragraphs and Other Content
********************************************************/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #ffffff;
	line-height: 1.575em;
	text-align: justify;
	margin: 0 0 1em 0;
}

#home #welcome p {
	font-size: 1em;
	line-height: 1.65em;
}

p a {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px #cc0000 dotted;
}

p a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #A60000;
	text-decoration: none;
	border-bottom: 1px #730201 dotted;
	
}

p a:hover {
	color: #cc0000;
	border-bottom: none;
	background-color: #111111;	
}

img {
	border: 0px;
}

#aboutus h4 img {
	float: left;
	border: 1px #ffffff solid;
	margin: 0 10px 0 0;
	
}

form {
	line-height: .9em;
}

label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

input {
	margin-bottom: .5em;
}

/*********************************
Show Page Layout
*********************************/

.showwrapper {
	clear: both;
}

.showlogo {
	width: 160px;
	height: 100%;
	float: left;
	padding: .5em 0 1.5em 0;
}

.showlogo p {
	font-size: 11px;
	margin: 5px 0 0 0;
	color: #ffffff;
}

.showlogo p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px #cc0000 dotted;
}

.showlogo p a:hover {
	color: #cc0000;
	border-bottom: none;
}

.showtext{
	width: 65%;
	height: 100%;
	float: right;
	padding: 0 0 1.5em 0;
}

/*********************************
Tony Awards
*********************************/

.tony {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #ffffff;
	padding-top: 1.1em;
}

.tony img {
	clear: both;
	float: left;
	padding-right: 1em;
}

.tony a {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px #cc0000 dotted;
}

.tony a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #A60000;
	text-decoration: none;
	border-bottom: 1px #730201 dotted;
	
}

.tony a:hover {
	color: #cc0000;
	border-bottom: none;
	background-color: #111111;	
}



