/* S&M 4.0 style sheet */

/* Layout & cascading typography */

img {
	border: none;
}

body {
	background-color: #ddd;
	background-image: url("../images/background.jpg");
	font-family: "Lucida Grande", Vernanda, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	
}

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

#headback {
	background-color: #000;
	background-image: url("../images/headback.jpg");
}

#headcontainer {
	color: #999;
	margin: 0 auto;
	width: 800px;
	height: 200px;
}

#headleft {
	width:338px;
	float: left;
}

#headright {
	font-size: 1.3em;
	margin-top: 80px;
	width: 400px;
	float: right;
	text-transform: uppercase;
	text-align: right;
	color: #333;
}

#headright a {
	text-decoration: none;
	color: #ccc;
	font-weight: normal;
	-webkit-transition: all 0.2s linear; 
	-moz-transition: all 0.2s linear; 
	text-shadow: 0px 0px 10px #000;
	font-family: Vernanda, Arial, Helvetica, sans-serif;
}

#headright a:hover {
	color: #fff;
	text-shadow: 0px 0px 10px #FFF;
}

#footer-background {
	height: 600px;
	background-color: black;
	background-image: url("../images/footer-background.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#tearoff {
	height: 64px;
	background-image: url("../images/tearoff.png");
}

#footersignthing {
	color: #fff;
	width: 636px;
	height: 136px;
	background-image: url("../images/footer-sign.png");
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 32px;
	padding-bottom: 180px;
	text-align: center;
}

#footersignthing a {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}

#footersignthing a:hover {
	color: #000;
	background-color: #FFF;
}

#gallery {
	background-image: url("../images/background-gallery.jpg");
	background-repeat: repeat-x;
	background-color: #222;
	padding-top: 12px;
	padding-bottom: 12px;
/*	-webkit-box-shadow: 0px 3px 12px #666;
	-moz-box-shadow: 0px 3px 12px #666;
	box-shadow: 0px 3px 12px #666; */
	border: 1px solid #999;
}

.slideshow {
	height: 452px;
	width: 797px;
	overflow: hidden;
	top: -22px;
}

.thumbnail {
	margin-left: 16px;
	margin-top: 6px;
	margin-bottom: 6px;
	border: 1px solid #888;
    -moz-transition: all 0.2s linear; 
	-webkit-transition: all 0.2s linear; 
	-o-transition: all 0.2s linear; 
	opacity: 0.65;
}

.thumbnail:hover {

	border: 1px solid #FFF;
	-webkit-box-shadow: 0px 0px 14px #999;
	-moz-box-shadow: 0px 0px 14px #999;
	box-shadow: 0px 0px 14px #999;
	opacity: 1;
}

/* Typography */



a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	-webkit-transition: color 0.2s linear; 
	-moz-transition: color 0.2s linear; 
}

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

a.backtotop {
	text-transform: uppercase;
	margin-left: 16px;
}

h1 {
	text-align: right;
	font-weight: bold;
	font-size: 3.0em;
	text-shadow: #777 0px 0px 3px;
	line-height: 1.3em;
}

h3 {
	text-align: right;
	font-size: 1.3em;
}

h2 {
	text-align: center;
	text-decoration: none;
	font-size: 1.8em;
}


