/*================================================
General Styles
================================================*/

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

@font-face { font-family: "League Gothic"; font-weight: bold; src: url('../fonts/League-Gothic.otf'); }


body {

	font:normal 62.5% helvetica, arial, sans-serif;
	background: rgba(255,255,255,.7) url(../images/bg-noise.png);
	color: rgba(79,43,11,.95);
	}

.container {
  text-align: center;
  margin-left: auto ;
  margin-right: auto ;
	margin-bottom: 0;
	margin-top: 0;
	}

.hidden {
	display: none;
	}

h1, h2, h3 {
	font-family: "Verdana";
	text-transform: uppercase;
	letter-spacing: .02em;
	}

h1 {
	font-size: 5.0em;
	letter-spacing: 0;
	}

h2 {
	font-size: 3em;
	margin-bottom: .33em;
	text-shadow: 0 1px 1px rgba(255,255,255,1);
	color: rgba(79,43,11,.4);
	}

h3 {
	margin-bottom: .5em;
	line-height: 1.333em;
	font: bold 2.8em helvetica;
	letter-spacing: -.05em;
	text-shadow: 0 1px 1px rgba(255,255,255,1);
	}

p, li {
	font-size: 1.4em;
	line-height: 1.285em;
	margin: 0 0 .714em 0;
	text-shadow: 0 1px 1px rgba(255,255,255,.7);
	}

a {
	color: rgba(203,111,21,1);
	text-decoration: none;
	}

a:hover {
	color: rgba(203,111,21,.7);
	}

/******************************** Header Styles */

#background {
	}

#background-inner {
	}

#header .container {
	text-align: center;
	width: 300px;
	margin-left: auto ;
    margin-right: auto ;

	
	}

#header .tagline {
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0em;
	font: normal 2.8em helvetica;
	letter-spacing: -.05em;
	color: rgba(255,255,255,.8);
	text-shadow: 0 1px 0 rgba(0,0,0,.5);

	}

#header ul {
	}

#header li,
#footer li {
	}
	
#header a,
#footer a {
	color: rgba(255,255,255,.9);
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
	padding: .66em .5em;
	}	

#footer a {
	padding: .66em 1em .66em 0;
	}
	
	
	
#header a:hover,
#footer a:hover {
	color: rgba(255,255,255,.9);
	}	
	

	
#articles, #collection, #search {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	background: rgba(255,255,255,0.7) url(../images/bg-gradient-large.png) 0 -1px repeat-x;
	margin-bottom: 2em;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.3);
	box-shadow: 0 1px 5px rgba(0,0,0,.3);
	-moz-border-radius: .5em;
	-webkit-border-radius: 2em;
	border-radius: .5em;
	}	

.mod-inner {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 2em;
	}


	
/******************************** Collection Styles */		

	
#footer .container {
	}
#header {
	width: 500px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:30px;
	background: rgba(0,0,0,.5) url(../images/beach.jpg);
	border: 10px solid rgba(255,255,255,.5);
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
	border-radius: 1.5em;


	}
#logo {
	border-style: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-top: 12px;
	padding-left: 0px;
	padding-bottom: 12px;
	padding-right: 0px;
	text-align: center;
	width: 325px;
	background: rgba(0,0,0,.5);
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
	border-radius: 1.5em;
	}
#facebook {
		top: 0px;
		position: absolute;
	}
#flickr {
		top: 0px;
		right: 0px;
		float:right;
		position: absolute;

}		
	/* Overlay */
#contact-overlay {z-index: -1; background-color:#000; cursor:wait;}

/* Container */
#contact-container {width:450px; font-family:'Trebuchet MS', Verdana, Arial; font-size:16px; text-align:left;}
#contact-container .contact-content {background-color:#333; color:#ddd; height:40px;}
#contact-container h1 {color:#d76300; margin:0; padding:0 0 6px 12px; font-size:1.2em; text-align:left;}
#contact-container .contact-loading {position:absolute; background:url(../img/contact/loading.gif) no-repeat; z-index:8000; height:55px; width:54px; margin:-14px 0 0 170px; padding:0;}
#contact-container .contact-message {text-align:center;}
#contact-container .contact-error {width:92%; font-size:.8em; background:#000; border:2px solid #ccc; font-size:0.8em; font-weight:bold; margin:0 auto; padding:2px;}
#contact-container br {clear:both;}
#contact-container form {padding:0; margin:0;}
#contact-container label {clear:left; display:block; width:100px; float:left; text-align:right; padding-right:4px; font-weight:bold;}
#contact-container .contact-input {font-family:'Trebuchet MS', Verdana, Arial; float:left; padding:2px; margin:2px; background:#eee; border:1px solid #fff; width:300px;}
#contact-container textarea {height:114px; font-size:.9em;}
#contact-container .contact-cc {font-size:.9em; cursor:default;}
#contact-container .contact-top {height:13px; background:url(../img/contact/form_top.gif) no-repeat; padding:0; margin:0;}
#contact-container .contact-bottom {height:13px; background:url(../img/contact/form_bottom.gif) no-repeat; font-size:.7em; text-align:center;}
#contact-container .contact-bottom a,
#contact-container .contact-bottom a:link,
#contact-container .contact-bottom a:active,
#contact-container .contact-bottom a:visited {position:relative; top:-4px; text-decoration:none; color:#666;}
#contact-container .contact-bottom a:hover {color:#888;}
#contact-container .contact-button {margin:4px 0 0 4px; cursor:pointer; height:24px; border:0; font-size:1em; font-weight:bold; color:#fff; text-align:center; vertical-align:middle;}
#contact-container .contact-send {width:50px; background:url(../img/contact/send.png) no-repeat;}
#contact-container .contact-cancel {width:65px; background:url(../img/contact/cancel.png) no-repeat;}
#contact-container a.modal-close,
#contact-container a.modal-close:link,
#contact-container a.modal-close:active,
#contact-container a.modal-close:visited {text-decoration:none; font-weight:bold; font-size:1.2em; position:absolute; top:-4px; right:6px; color:#999;}
#contact-container a.modal-close:hover {color:#9bb3b3;}
#menu {background: rgba(255,255,255,.7);
	border: rgba(0,0,0,.75) 10px;
	border-style: solid;}
	
.ImgCaptMain{
	/* only need a width if it's not inheriting one
 	width:; */          
	padding-bottom: 15px;
	         
	position:relative;
	width: 250px;
	float:left;
	margin-left: 15px;
}

.ImgCaptDescBox{
	margin-top: 10px;
	position:absolute;
	bottom:0;
	left:0;
	/* since it's positioned absolutely it will need a width, but not height,
       that would fill the entire box covering the image */
	width:100%;
}

.ImgCaptDescBg{
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 2px;
	background:#333333;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.ImgCaptDesc{
	padding: 10px;
	margin: 10px;
	 	padding-left: 5px;    
 	padding-right: 5px; 
	color:#fff;
	font-weight: bold;
	font-size: 2.29em;
	text-align:left;
}
	.ImgCaptMain2{
	/* only need a width if it's not inheriting one
 	width:; */
 	padding-bottom: 15px;
 	padding-left: 5px;    
 	padding-right: 5px;    
	position:relative;
	width: 250px;
	float: right;
	margin-right: 15px;
}
	.ImgCaptMain3{
	/* only need a width if it's not inheriting one
 	width:; */
	                                               
 	           	padding-left: 5px;    
 	padding-right: 5px; 
 	clear: both;
	                                               
 	          
	                                               
 	          
 	position: relative;
	                                               
 	          
	                                               
 	          
 	padding-bottom: 15px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
	.xtrig{
	z-index: 1000;
	height: 100%;
	width: 100%;
}
	.contact{
	font-size: 1.6em;
}
	#schedule{
	min-height: 700px;
}
	#about{
	height: 1750px;
}