/************************************************
/	NORTH FORK MUSIC PARK CSS - MAIN LAYOUT
/************************************************/


/***************************************
/	RESET RELOADED 
/************************************{*/

*{ margin: 0; padding: 0; }
html>body * { height: auto; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.5;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*---- 21st CENTURY CLEARING OF FLOATS ----*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.clear {
	clear: both;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}      
/* End hide from IE-mac */



/************************************}*/



/***************************************
/	BASE
/************************************{*/

html, body {	
	height:100%;	
	background-color: #005B30;
	background-image: url(../images/layout/bg.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Lucida Sans Unicode", Verdana, sans-serif;	
}

/************************************}*/



/***************************************
/	MAIN WRAPPER
/************************************{*/

div#wrap {
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 0px;
	min-height: 100%;
	margin-bottom: -45px;
}
* html #wrap {
	height: 100%;
}

/************************************}*/	
	


/***************************************
/	LOGO & HEADER
/************************************{*/

div#logo {
	position: relative;
	float: left;
	display: inline;
	width: 254px;
	height: 232px;
	background-image: url(../images/layout/logo.png);
	background-repeat: no-repeat;	
}
div#logo span { display: none; }

div#header {
	position: relative;
	float: right;
	display: inline;
	margin-top: 30px;
	width: 664px;
	height: 223px;
	background-image: url(../images/layout/header.png);
	background-repeat: no-repeat;	
}
div#header span { display: none; }


/************************************}*/



/***************************************
/	NAVIGATION
/************************************{*/

div#nav {
	position: relative;
	float: left;
	display: inline;
	margin: 0 auto;
	width: 254px;
}
div#nav ul {
	margin: 0 0 10px 3px;
	padding: 0px;
}
div#nav ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div#nav ul li a {
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
}
div#nav ul li a.home:link,
div#nav ul li  a.home:visited {
	background-image: url(../images/layout/nav-home.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 246px;
	height: 53px;
}
div#nav ul li  a.gallery:link,
div#nav ul li  a.gallery:visited {
	background-image: url(../images/layout/nav-gallery.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 246px;
	height: 53px;
}
div#nav ul li  a.facilities:link,
div#nav ul li  a.facilities:visited {
	background-image: url(../images/layout/nav-facilities.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 246px;
	height: 53px;
}
div#nav ul li  a.directions:link,
div#nav ul li  a.directions:visited {
	background-image: url(../images/layout/nav-directions.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 246px;
	height: 53px;
}
div#nav ul li  a.events:link,
div#nav ul li  a.events:visited {
	background-image: url(../images/layout/nav-events.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 246px;
	height: 53px;
}
div#nav ul li  a.contact:link,
div#nav ul li  a.contact:visited {
	background-image: url(../images/layout/nav-contact.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 246px;
	height: 53px;
}

div#nav ul li  a.home:hover,
div#nav ul li  a.gallery:hover,
div#nav ul li  a.facilities:hover,
div#nav ul li  a.directions:hover,
div#nav ul li  a.events:hover,
div#nav ul li  a.contact:hover {
	background-position: -246px 0px ;
}
div#nav a#current {
	background-position: -492px 0px;
	cursor: default;
}
div#nav a span { display: none; }

/************************************}*/



/***************************************
/	CONTENT CONTAINER
/************************************{*/

div#mainRight {
	position: relative;
	float: right;
	width: 635px;
	margin: 30px 10px 25px 0;
	display: inline;
}

/************************************}*/



/***************************************
/	CONTENT ELEMENTS
/************************************{*/


div#mainRight div.owners  {
	float: right;
	width: 264px;
	height: 214px;
	margin-left: 10px;
	display: inline;
	background-image: url(../images/content/harrytope.png);
	background-repeat: no-repeat;
}
div#mainRight div.aerial  {
	float: right;
	width: 264px;
	height: 195px;
	margin-left: 20px;
	display: inline;
	background-image: url(../images/content/aerial.jpg);
	background-repeat: no-repeat;
}

div#nav div.fb {
	float: left;
	display: inline;
	width: 210px;
	margin-left: 20px;	
	margin-bottom: 20px;
}
div#nav div.fb h5 {
	text-align: center;
	margin-bottom: 20px;
}

div#nav div.fb a { 
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
div#nav div.fb a.fblogo img {
	border: 1px solid white;}
}



div#mainRight div.download {
	float: right;
	font-size: 12px;
}
div#mainRight div.download a {
	padding: 5px 0 35px 0;
	background-image: url(../images/content/download.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	display: block;
}
div#mainRight div.buyNow {
	display: block;
	margin-bottom: 25px;
}

div#mainRight div.buyNow div.info {
	width: 450px;
	float: left;
}
div#mainRight div.buyNow div.purchase {
	float: right;
}
table {
	color: white;
	float: left;
	margin: 0 50px 20px 0;
	border: 1px solid #333;
	padding: 5px;
	background-color: #004F29;
}
table caption {
	font-weight: bold;
	font-style: italic;
	padding: 10px 0 10px 0;
}
th {
	font-weight: bold;
	text-align: center;
}
th.right {
	text-align: right; 	
	padding: 5px 15px 5px 5px;
}
 tr {
}
td {
	padding: 5px 25px 5px 25px;
	text-align: center;
	background-color: #008445;
}
td.alt {background-color: #006635;}

td.clear {background-color: transparent;}


/************************************}*/



/***************************************
/	CONTENT STYLES
/************************************{*/

/*----	ANCHOR DEFAULTS ----*/

a:link, 
a:visited {
	color: #f3e6c1;	
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: white;
}


/*----	HEADING DEFAULTS  ----*/

h1 {
	font-size: 32px;  
	border-bottom: 2px solid #f9f9f9;
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: #f9f9f9;
	position: relative;
	display: block;
	clear: both;
	font-weight: normal;
}
h4 { font-size: 21px;
	margin-bottom: 30px;
	color: #f3e6c1;	
	font-weight: normal;	
	padding-top: 30px;
	border-top: 1px dashed white;
}

	
h5 {
	font-size: 23px;  
	margin-bottom: 10px;
	color: #f3e6c1;	
	font-weight: normal;
}
h3 { 
	font-size: 19px; 
	margin-bottom: 15px; 
	color: #f3e6c1; 
	font-weight: normal;
	line-height: 1.2;
}
h5.eventTitle {
	text-decoration: underline; 
	padding-bottom: 20px;
	margin-bottom: 0px;
	
}
h5.mailingListResponse {
	text-align: center;
	padding-bottom: 20px;
}
p {
	font-size: 16px;
	line-height: 1.5;
	text-align: justify;
	margin-bottom: 10px;
	color: #f9f9f9;
}
p.note {font-size: 20px;}
p.label {
	font-weight: bold;
	margin-bottom: 5px;
}
p.label span {text-decoration: underline;}
p.label span.reset {font-weight: normal; text-decoration: none;}

ul {
	padding-left: 15px;
	padding-bottom: 15px;
	list-style-type: circle;
	line-height: 1.5;
}
li {
	padding-bottom: 5px;
	color: #f9f9f9;
}
em {font-style: italic;}
em.email {font-size: 17px;}

/*---- FLOAT IMAGES ----*/

img {border: 0;}

img.floatRight {
	float: right;
	margin: 0;
}
img.floatLeft {
	float: left;
	margin: 0 20px 3px 0;
}
strong {font-weight: bold;}

hr {
	display: block;
	height: 2px;
	border-top: 2px solid #f9f9f9;
	margin-bottom: 25px;
}

/************************************}*/


/***************************************
/	CONTACT FORM
/************************************{*/

div#mainRight div.contactIcon  {
	float: left;
	display: inline;
	width: 64px;
	height: 64px;
	margin-right: 20px;
	background-image: url(../images/content/contact.png);
	background-repeat: no-repeat;
	margin-right: 78px;
}


div#mainRight div.formResponse {
	float: left;
	display:inline;
	margin: 0px 0 10px 0px;
}
div#mainRight  div.formResponse p.note {  
	font-size: 21px;
	color: #f3e6c1;	
	padding: 0px;
	margin: 20px 0 14px 0;
}
div#mainRight  div.formResponse p.alert {
	font-size: 21px;
	color: #f3e6c1;	
	padding: 0px;
	margin: 0;
}
div#mainRight form {
	margin: 0; 
}
div#mainRight fieldset {
	border: 0px;
}
div#mainRight legend {
}

div#mainRight form div {
	clear: left;
	display: block;
	margin: 6px 0 6px 0;
}
div#mainRight div label {
	float: left;
	width: 130px;
	margin: 3px 5px 1px 0; 
	padding: 5px 5px 5px 0;
	font-size: 17px;
	vertical-align: middle;
	color: #f9f9f9;	
}
div#mainRight form div input { 
	float: left; 
	margin: 1px 0 1px 0; 
	width: 450px; 
	background-color: #f9f9f9;
	border: 2px solid #333; 
	padding: 5px; 
	font-size: 14px;
	font-family: georgia;
}
div#mainRight form div textarea { 
	float: left; 
	margin: 1px 0 1px 0; 
	width: 455px; 
	border: 2px solid #333; 
	background-color: #f9f9f9;
	padding: 5px 0 5px 5px; 
	font-size: 14px;
	height: 165px;
}
div#mainRight form div input:focus, 
div#mainRight form div textarea:focus {
	border: 2px solid #000;			
	background-color: white;
}
div#mainRight form button {
    display: block;
    float: left;
    width: auto;
    margin: 0 7px 0 0;
    background-color: #f9f9f9;
	border: 2px solid #333; 
    font-family: georgia;
    font-size: 100%;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    padding: 5px 10px 6px 7px; 
    overflow: visible;
    padding: 4px 10px 3px 7px; 
}
div#mainRight form button[type] {
    padding: 5px 10px 5px 7px; 
    line-height: 17px; 
}
*:first-child+html button[type] {
    padding: 4px 10px 3px 7px; 
}
div#mainRight form button img {
    margin: 0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width: 20px;
    height: 16px;
}
div#mainRight form button:hover {
    background-color: #d3bea2;
	border: 2px solid #111;			
    color: #333;
}

/************************************}*/



/***************************************
/	FOOTER
/************************************{*/

.clearfooter {
	height: 45px;
	clear: both;
}

div#footer {
	position: relative;
	height: 45px;
	background-image: url(../images/layout/footer.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}
div#footer div.mailingList {
	margin: 0 auto;
	width: 940px;
	font-size: 13px; 
	text-align: center;
	color: #f9f9f9;
	font-style: italic;
}

div#footer div.mailingList span {
	font-weight: bold;
	padding-left: 10px;
	font-style: normal;
}



div#nav div.fb  a.fan { 
	background: url(../images/layout/fan.png) no-repeat left center;
	font-size: 14px;
	display: inline;
	padding-left: 22px;
	line-height: 1.2;
	padding-bottom: 2px;
	margin-left: 45px;
	}

/************************************}*/


 /* CMS editor */ 
 
strong, b { font-weight: bold; }
em, i { font-style: italic; }
u { font-style: underline; }



/* CKEDITOR IMAGE DIALOG OVERRIDE HACK */

div.contentWrap p img { 	
float: left;
display:inline;
margin: 4px 20px 0 0; }


div.contentBarr span.editable {
	display: block;
	margin-bottom: 30px;
}
div.contentBarr  span.editable p { 
	margin-bottom: 8px; 
	line-height: 1.2;
}

/*  CMS FORMATTING FOR PARAGRAPHS USING ee:wwig  */
div#mainRight div.contentWrap div p {margin-bottom: 15px; padding: 0; line-height: 24px;}

