/* -----------------------------------
Site:       Northport Music Theater
CSS author: Catlin Barnes
Created:	March 28 2011
Updated by: March 28 2011
----------------------------------- */

/* -----------------------------------
elements
----------------------------------- */


body{
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: #020808;
color: #426868; }
	
/* anchor tags stlyes lvht*/	
a:link,
a:visited {
	color: #008ea2;
	text-decoration: none;
	}
	
a:hover,
a:active {
	color: #fff;
	text-decoration: none;
	}

a.two:link,
a.two:visited {
	color: #f3d169;
	text-decoration: none;
	}
	
a.two:hover,
a.two:active {
	color: #e2903e;
	text-decoration: none;
	}
	
h1 { 
	display: block;
	font-size: 1.2em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
margin: 80px 0 0 120px;
color: #fff;
}
	

/* -----------------------------------
primary nav
----------------------------------- */

nav{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.85em;
	background: #071822;
	height: 50px;
	border-top: 10px solid #008ea2;
	border-bottom: 1px solid #008ea2;
	padding-top: 2.5em;
	position: absolute;
}

nav ul {
	margin : 0 auto;
	padding : 0;
	list-style-type: none;
	}

nav li {
	display : inline;
	}

nav a:link {
	padding: 1em .7em;
	text-decoration:none;
	}

/* -----------------------------------
main styles
----------------------------------- */
#callAction {
	line-height: 1.6em;
	color: #ffffff;
	margin: 0 65px;
	width: 300px;
	}

#contentWrap {
	margin: 0 auto  ;
	padding: 1px;
	width: 960px;
	background: url('../images/ShowArt.gif') no-repeat 80% 60%;
	height: 640px;
	color: #325664; }
	
#logo {
	background: url(../images/logo-trans.gif) no-repeat left;
	height: 100px;
	width: 300px;
	margin: 150px 0 50px 60px;
	position: relative;
	display: block;
	float:left;
	}


/* -----------------------------------
footer styles
----------------------------------- */
footer{
	width: 960px;
	margin: 0 auto;
}

#preamble {
	clear: right;
	width: 850px;
	padding:0 60px 2em 60px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #808080;
	margin: 0 auto ;
	}
	

