/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* CSS Document */
body{
	background-image:url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color:#FFF;
	background-color: #0d0712;
}

h1, h2, h3, strong, #menu a{
	font-family: 'Conv_Market_Deco';
	font-weight:normal;
	color:#c7cae2;
}

h1, h2, h3, h4, h5 {
	border-bottom:thin solid #c7cae2;
	text-align:right;
	display:block;
}

h1{
	font-size:1.5em;
}

h2{
	font-size:1.2em;
}

h3{
	font-size:1.1em;
}
p{
	font-size:0.9em;
}

.center{
	text-align:center;
}

.heading h1, .heading h4{
	text-align:left;
	border-bottom:none;
}
.heading h4{
	font-size:1em;
	color:#c7cae2;
}
.heading h1{
	margin-top:100px;
	font-size:1.7em;
}

#menu{
	margin-bottom:30px;
	height:64px;
	word-spacing:5em;
	background-image: url(../images/menu-shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#menu a{
	text-shadow: 2px 2px 2px #000000;
	text-decoration:none;
	color:#e5e6f1;
	word-spacing:normal;
	font-size:1.1em;
	letter-spacing:1px;
}

#menu a:hover{
	color:#d19f2b;
}

#menu ul{
	display:block;
	margin:0 auto;
	text-align:center;
	list-style:none;
}
#menu ul li{
	display:inline;
	/*padding-right:25px;*/
}

a, a:visited{
	color:#cc99cc;
}

a:hover, a.selected{
	color:#cc99cc;
	}

#logo{
	width:270px;
	height:145px;
	margin:0 auto;
	display:block;
	margin-bottom:22px;
}
#bg-transp {
	background-image: url(../images/bg-transparent.png);
	background-repeat: repeat;
	padding-top:40px;
	padding-bottom:30px;
}
#footer{
	text-align:center;
	margin-top:70px;
	font-size:0.8em;
}

#footer-link{
	word-spacing:0.5em;
}

#footer-link a{
	text-decoration:none;
	word-spacing:normal;
}

#footer-link a:hover{
	text-decoration:underline;
}

/* #Page Styles
================================================== */
#homepage-gallery h3{
	width:70%;
	margin:0 auto;
	margin-bottom:12px;
}

#homepage-gallery{
	position:relative;
}

#homepage-gallery #prev-nav, #homepage-gallery #next-nav{	
	position:absolute;
	z-index:2;
	display:block;
	margin-top:45%;
}

#homepage-gallery #prev-nav{
	left:10px;	
}
/*
#homepage-gallery #prev-nav img, #homepage-gallery #next-nav img{
	width:100%;
}
*/
#homepage-gallery #next-nav{
	right:10px;
}

#arts img, .shadow{
	box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 1); 
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

#gallery-primary-desc, #nav-event-primary{
	display:block;
}
#gallery-primary-desc h1{
	margin-top:0;
}
#gallery-secondary-desc, #nav-event-secondary, #social-media-sharing-secondary{
	display:none;
}

#social-media-sharing, #social-media-sharing-secondary{
	text-align:right;
}

#event h2{
	border:none;
	text-align:left;
	color:#f3bd02;
	font-size:1.1em;
	font-family: "Georgia", "Times New Roman", serif;
	line-height:1.3em;
}

#contact-form input, #contact-form select, #contact-form textarea{
	width:320px;
}
#contact-form input#button{
	width:100px;
	/*margin-right:45px;*/
}

#contact-form .field{
	float:left;
	padding-top:5px;
	padding-right:5px;
	/*margin-left:50px;*/
	width:120px;
}

#contact-form ul{
	display:block;
	list-style:none;
	border-bottom:thin solid #C7CAE2;
}
#contact-form ul li{
	display:inline;
}
#contact-form ul li.second{
	margin-left:-5px;
}
#contact-form ul li h3{
	display:inline-block;
	text-align:center;
	width:90px;
	margin-bottom:0;
	padding-left:10px;
	padding-right:10px;
	border-bottom:none;
	border-left:thin solid #C7CAE2;
	border-top:thin solid #C7CAE2;
	border-right:thin solid #C7CAE2;	
	cursor:pointer;
}

#contact-form ul li h3.selected{
	background-color:#ab97ba;
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
			
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		#contact-form input, #contact-form select, #contact-form textarea{
			width:220px;
		}		
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		#menu{
			word-spacing:1em;
		}	
		.heading h1{
			margin-top:0;
		}
		#gallery-secondary-desc, #social-media-sharing-secondary{
			display:block;
		}		
		#gallery-primary-desc, #nav-event-primary, #social-media-sharing{
			display:none;
		}
		#nav-event-secondary{
			float:right;
			display:block;
			margin-top:15px;
		}
		#menu{
			margin-bottom:0px;
		}
		#contact-form .field{
			margin-left:0;
		}
		#contact-form input,#contact-form select, #contact-form textarea{
			width:250px;
		}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		#menu{
			word-spacing:3em;
		}			
		#homepage-gallery h3{
			width:100%;
		}	
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		#homepage-gallery h3{
			width:100%;
		}
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/

/** Generated by FG **/
@font-face {
	font-family: 'Conv_Market_Deco';
	src: url('../fonts/Market_Deco.eot');
	src: local('☺'), url('../fonts/Market_Deco.woff') format('woff'), url('../fonts/Market_Deco.ttf') format('truetype'), url('../fonts/Market_Deco.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}