/*--------------------------------------
MUSICASACRA.ORG
MASTER STYLESHEET
http://www.musicasacra.org

Version: May 2010

Author: Michael Borum // etherweave
--------------------------------------*/

html, body, blockquote, pre, abbr, acronym, address, code,
em, img, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
}

@font-face {
	font-family: 'junctionregularRegular';
	src: url('Junction.eot');
	src: local('junction regular'),
	local('junctionregular'),
	url('Junction.woff') format('woff'),
	url('Junction.ttf') format('truetype'),
	url('Junction.svg#junctionregular') format('svg');
	}

html, body {
	width: 100%;
	height: auto !important;
	height: 100%;
	}
	
body {
	background: #fff url('../images/top-bg.jpg') top repeat-x;
	color: #333;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 20px;
	}

h1, h2, h3 {
	color: #333;
	padding: 0 15px 0 0;
	margin: 0;
	line-height: 150%;
	}

h1 {
	font-family: 'junctionregularRegular', 'Arial', 'Helvetica', sans-serif;
	font-size: 36px;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0;
	color: #9c3;
	}

h2 {
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 24px;
	font-weight: bold;
	}
	
h3 {
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 18px;
	font-weight: bold;
	}

h4 {
	font-family: 'junctionregularRegular', 'Arial', 'Helvetica', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 2px 0;
	padding: 0;
	line-height: 120%;
	}

h4.friends {
	font-size: 11px;
	}
		
a:link {
	color: #63c;
	text-decoration: none;
	}

a:visited {
	color: #8ed2d2;
	text-decoration: none;
	}

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

a:active {
	color: #8ed2d2;
	text-decoration: underline;
	}
		
a img {
	border: none;
	}

a {
	outline: none;
	}

a.pdf {
	background: url("../images/document.png") no-repeat left;
	padding-left: 18px;
	}
		
p {
	padding: 0 0 15px 0;
	margin: 0;
	}

p.small {
	font-size: 11px;
	}

ul {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	}

ul.bullets {
	list-style: square;
	margin: 0 0 0 20px;
	padding: 0 0 20px;
	}

ol {
	list-style: none;
	margin: 0;
	padding: 0;
	}

ol.recordings {
	margin: 0 0 0 25px;
	padding: 0 0 0 25px;
	}
	
dt {
	font-weight: bold;
	}

dd {
	margin: 0;
	padding: 0;
	}

dd a {
	font-size: 11px;
	}

#container {
	width: 800px;
	margin: 15px auto 0 auto;
	padding: 0;
	}

#masthead {
	width: 800px;
	height: 163px;
	margin: 0;
	padding: 0;
	}

#fc_masthead { /* SPECIFICALLY FOR FOXYCART CHECKOUT PAGE */
	width: 800px;
	height: 163px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
	}

/* FOOTER */

#footer {
	clear: left;
	width: 100%;
	background: #fff url('../images/footer-bg.jpg') top left repeat-x;
	margin: 0 auto 0 auto;
	padding: 0 0 150px 0;
	border-top: 1px solid #ccc;
	}

#footer p {
	font-size: 10px;
	margin: 0 0 10px 0;
	padding: 0;
	}

#footerNav {
	clear: left;
	width: 850px;
	height: 200px;
	margin: 20px auto 0 auto;
	padding: 0 0 0 45px;
	font-size: 11px;
	line-height: 16px;
	}

#footerNav ul {
	float: left;
	margin: 0 25px 0 0;
	padding: 0;
	}
	
#footerNav ul li.sectionTitle {
	font-family: 'junctionregularRegular', 'Arial', 'Helvetica', sans-serif;
	font-size: 14px;
	}

#footerNav ul.SeasonCalendar {
	width: 135px;
	}

#footerNav ul.Tickets {
	width: 110px;
	}
	
#footerNav ul.Recordings {
	width: 90px;
	}

#footerNav ul.PressMedia {
	width: 100px;
	}

#footerNav ul.InsideMusicaSacra {
	width: 135px;
	}

#footerNav ul.Donate {
	width: 125px;
	}

#footerNav ul li a:link {
	font-size: 11px;
	color: #fff;
	}

#footerNav ul li a:visited {
	font-size: 11px;
	color: #666;
	}
	
#disclosures {
	width: 800px;
	margin: 0 auto 0 auto;
	padding; 0;
	}
	
.footerLeft {
	float: left;
	text-align: left;
	line-height: 14px;
	width: 50%;
	margin: 20px 0 20px 0;
	padding: 0;
	}

address {
	font-style: normal;
	font-size: 9px;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
.footerRight {
	float: right;
	text-align: right;
	line-height: 14px;
	width: 50%;
	margin: 20px 0 20px 0;
	}

.footerRight img {
	float: right;
	margin: 0 0 0 10px;
	}

/* FORM INPUTS */

input, textarea {  
    padding: 3px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
    outline: 0;  
    font: normal 13px/100% Arial, Helvetica, sans-serif;  
    width: 200px;  
    background: #fff;  
    }  
  
textarea {  
    width: 400px;  
    max-width: 400px;  
    height: 150px;  
    line-height: 150%;  
    }  
  
input:hover, textarea:hover,  
input:focus, textarea:focus {  
    background: #f8f8f8;  
    }  
  
label {
	display: block;
 	font-family: "junctionregularRegular", "Arial", "Helvetica", sans-serif;
	font-size: 11px;
    color: #333;  
    }  

legend {
	visibility: hidden;
	display: none;
	}

input.fc_radio, input.checkbox { /* SPECIFIC TO FOXYCART */
	width: auto;
	}

#fc_complete_order_button {
	width: auto;
	text-decoration: none;
   	padding: 2px;  
   	background: #ccc;  
   	border-top: 1px solid #ccc;
   	border-left: 1px solid #ccc;
   	border-right: 1px solid #999;
   	border-bottom: 1px solid #999;
   	font-size: 13px;  
   	color: #fff;
   	text-shadow: 0 1px 0 rgba(155,155,155,.8);
	margin-top: 15px;
	}

#fc_complete_order_button:hover {
	background: #9c3;
	}

/* END */
		
.submit {
	width: auto;
    padding: 2px;  
    background: #ccc;  
    border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
    font-size: 13px;  
    color: #fff;
	text-shadow: 0 1px 0 rgba(155,155,155,.8);
    }

input.submit:hover {
	background: #9c3;
	}

.cartAdd {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #ccc;
	}