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

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

body {
	margin: 0;
	background: url('../images/body_tile.jpg') repeat-x  #F2C889;
	}
	
body, th, td {
	color: #555555;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.3em;
	font-size: 100%;
	}
	
hr{
	color: silver;
	background: silver;
	border: 0;
	height: 1px;
	margin: 1em 0 2em;
	}

p {
	font-size: .80em;
	margin: 0 0 1em 0;
	}	

h1 {
	font-size:125%;
	font-weight: lighter;
	margin: 0 0 1em 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #421296;
	}

h2{
	font-size:110%;
	font-weight: normal;
	margin: .75em 0 .5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #421296;
	}

h3 {
	font-weight: normal;
	margin: 0 ;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	padding: 0 0 .35em 0;
	font-size: 100%;
	line-height: 1.2em;
	}
	
h4 {
	font-size:95%;
	font-weight: normal;
	line-height: 1.2em;
	margin: 1em 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#330066;
	}
	
h5 {
	font-size: .80em;
	font-weight: bold;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	color: #444444;
	}

 /*anchor tags lvha*/
a:link, a:visited {
	text-decoration: none;
	color: #306;
	border-bottom: 1px dotted #306;
	}
	
a:hover, a:focus, a:active {
	color: #f05a28;
	 }

a.pdf:link {
	color: #306;
	border-bottom: 1px dotted #306;
	background: url('../images/file-red.gif') no-repeat left center;
	padding-left: 18px;
	}
	
a.pdf:visited {
	text-decoration: none;
	color: #306;
	border-bottom: 1px dotted #306;
	}
	
a.pdf:hover, a.one:active {
	color: #F05A28;
	background-color: #cfcabe;
	}
	

small {
	display:block;
	font-size: 65%;
	line-height: 1.5em;
	margin: -5px .75em 40px 1em;
	}

* -----------------------------------
layout
----------------------------------- */

#container {
	width: 960px;
	margin: 0 auto;
	}
	
#content {
	width:960px;
	margin: 14px auto 0;
	overflow: auto;
	position: relative;
	background: #FFF;
	border-right: 4px solid #EAE8DF;
	border-left: 4px solid #EAE8DF;
	}
	
#content_main {
	float:left;
	width:620px;
	margin: 0;
	padding: 3em 20px 1.5em 30px;
	background-color: #FFF;
	border-right: 1px dotted #C4BDAE;
	height: auto;
	}

#content_main ul {
	list-style: none outside;
	font-size: .80em;
	margin: .25em 0 2em  0;
	padding: 0;
	}	

#content_main a:link {
	text-decoration: none;
	color: #306;
	border-bottom: 1px dotted #306;
 	}
	
#content_main a:visited {
	text-decoration: none;
	color: #421296;
	border-bottom: 1px dotted #306;
 	}
	
#content_main a:hover, a:active {
	color: #f05a28;
	background-color: #ddd7ca;
	}

#content_sub {
	float:left;
	width:250px;
	margin: 0;
	padding: 2em 0 1.5em 25px;
	background-color:#fff;
	}
	
#content_sub p{
	margin-bottom: 15px;
	}
	
#content img {
	float: left;
	margin: .1em 20px 1.5em 0;
	clear: left;
	border: 0;
	}

#content_sub  a:visited {
	text-decoration: none;
	color: #421296;
	border-bottom: 1px dotted #306;
 	}
	
#content_sub  a:hover, a:active {
	color: #f05a28;
	background-color: #ddd7ca;
	}
	
#content_sub ul {
	margin: 0 0 1em 0 ;
	list-style: none;
	font-size: .8em;
	padding: 0;
	}
	
#content_sub li {
	padding: 0 0 .5em 0;
	}

#content_sub li .donate {
	padding: .35em 0 0 0;
	}
	
#caption {
	text-align: right;
	margin:0px 10px;
	width: 280px;
	position: absolute;
	top:305px;
	font-size:60%;
	font-style: italic;
	display: block;
	}
	
#gallery {
	margin: 30px 0 0;
	padding: 0;
	}
	
.gallery li {
	display: inline;
	list-style: none;
	width: 150px;
	min-height: 175px;
	float: left;
	margin: 10px 10px 10px 0;
	text-align: center;
	}		
	
/* -----------------------------------
header
----------------------------------- */
	
#logo {
	margin: 0 auto;
	height: 250px;
	width: 960px;
	position: relative;
	background: url(../images/bnnr-top.jpg) no-repeat center top;
	border-right: 4px solid #091C2A;
	border-left: 4px solid #091C2A;
	}
	
/* -----------------------------------
primary navigation
----------------------------------- */

#nav_main{
	width: 960px; 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	text-align: center;
	height: 33px;
	padding-top: 1em;
	margin: 0 auto;
	}
	
#nav_main ul {
	margin : 0;
	padding : 0;
	}
	
#nav_main ul, #nav_main li {
	display : inline;
	padding : 10px;
	list-style-type: none;
	}
	
#nav_main a:link, #nav_main a:visited {
	text-decoration:none;
	color: #008193;
	border: 0px;
	}
	
#nav_main a:hover, 
a:focus, a:active { 
	text-decoration:none;
	color: #FFF;
	}
	
	
/* -----------------------------------
foooter
----------------------------------- */

#footer {
	width: 940px;
	height: 65px;
	margin: 0 auto;
	padding: 22px 28px 25px 0;
	text-align: right;
	background: #EAE8DF;
	color: #C3BDAF;
	}
	
#footer ul {
	padding : 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .80em;
	margin: 0;
	}
	
#footer ul, #footer li {
	display : inline;
	list-style-type: none;
	}

#footer a:link, a:visited{
	color: #666666;
	text-decoration:none;
	border: 0px;
	}

#footer a:hover, a:active{
	text-decoration:none;
	color: #f05a28;
	}


/* -----------------------------------
classes
----------------------------------- */

.cast {
	margin: .5em 0 1em;
	float: left;
	}

.caption {
	display: block;
	font-size: .65em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 5em 0;
	color: #306;
	}
	
.caps {
	margin-top: .75em;
	font-weight: bold;
	color: #306;
	text-transform: uppercase;
	font-size: 85%; }

.clear {
	clear: both;
	}

.dates {
	color:#f05a28;
	}
	
.floatL {
	float: left;
	margin: 0 5px 0 0;
	clear: left;
	}

	
.floatR {
	float: right;
	margin: 0 0 0 5px;
	clear: left;
	}


.info {
	font-size:1em;
	font-weight: normal;
	margin: 0;
	padding: 8px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9c9b94;
	}
	
.thanks {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9c9b94;
	}
	
.tag {
	color: #9750a4;
	font-size: 70%;
	line-height: 1.4em;
	margin-top: -10px
	}

.photo_p {
	margin: 0px;
	padding: 25px 0;
	}

.pipes {
	font-family: Arial, Helvetica, sans-serif;
	color: #C3BDAF;
	font-size: 1em;
	font-weight: lighter;
	}

.smText {
	font-size: .85em;
	font-style: italic;
	line-height: 1.6em;
	font-weight: bold;
	}

.callout{
	width: 300px;
	float: left;
	margin: .5em 20px 0 0;
	}

 .purchase {
	padding: 0;
	height: 100%;
	width: 600px;
/*	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;*/
	margin: 10px 0;
	font-family: Verdana, Geneva, sans-serif;
	}

 .button {
	margin: 10px 0 0 -20px;
	}

/* -----------------------------
 main content  form styles
------------------------------*/

#support{
	width: 260px;
	height: 270px;
	background: #eae8df url('../images/diamonds.gif') no-repeat 98% 96%;
	margin: 1.2em 0;
	padding: 1em 0 1.5em 20px;
	list-style: none;
	float: left;
	border-bottom: 1px solid;
	border: 1px #cbcbcb solid;
	}

#support li{
	padding: .35em 0 0;
	 }

#support li form{
	padding: .3em 0 ;
	border: 0; 
	}
	

/* -----------------------------
contact form styles
------------------------------*/	

/* =label/label span */
label, label span {
	display: block;
	padding-bottom: 0.75em;
	}
	
label {
	float: left;
	width: 100%;
	}
	
label span {
	float: left;
	width: 25%;
	text-align: right;
	padding: 0px 10px 0px 0px;
	font-size:80%;
	}

/* =input */
fieldset input {
	float: left;
	width: 65%;
	border: 1px solid #999;
	height: 20px;
	background: #EAE8DF;
	}
	
fieldset textarea {
	float: left;
	width: 65%;
	border: 1px solid #999;
	height: 140px;
	background: #EAE8DF;
	}
	
fieldset input:hover {
	border-color: #ccc;
	}
	
fieldset input:active, input:focus {
	border-color : #CCC;
	}

/* =fieldset */
fieldset {
	width : 475px;
	padding: 0px;
	border: none;
	overflow: hidden;
	margin: 30px 0px 0px;
	background-color: #FFF;
	}
	
form .button {
	margin: 0px auto 20px;
	height: auto;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #306;
	text-align: center;
	}

/* =div */
form {
	margin-bottom: .75em;
	padding: 0px;
	text-align : left;
	}

form select{
	margin: 0 0 10px 0;
	}


