/*  
Theme Name: Design by Erica Simple
Theme URI: http://designbyeri.ca
Author: Erica Schoonmaker
Author URI: http://designbyeri.ca
*/

/* ------Layout */

#container {
	width: 940px;
	margin: 0 auto;
	top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

#headerimage {
	width: 764px;
	height: 292px;
	position: relative;
	top: 0px;
	left: 0px;
}

#content {
	width: 800px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	top: -20px;
}


#footer {
	border-top: 1px solid #9c9c9c;
	width: 100%;
	padding-top: 10px;
	margin-top: 20px;
}

#footerlinks {
	text-align: right;
	width: 45%;
	padding-left: 75px;
	float: left;
	display: table-cell;
	vertical-align: middle;
}

/* ------Nav Buttons */

#buttons {
	margin: 0 auto;
	text-align: center;
	padding: 40px 20px 40px 140px;
}

.buttonweb {
	text-indent: -9999px;
	position: relative;
	display: inline;
	float: left;
	z-index: 1;
}

.buttonweb a {
	display: block;
	width: 228px;
	height: 75px;
	background: url("button_web.png") no-repeat 0 0;
}

.buttonweb a:hover {
	background: url("button_web.png") no-repeat 0 -75px;
}

.buttonprint {
	text-indent: -9999px;
	position: relative;
	display: inline;
	float: left;
	padding-left: 110px;
	z-index: 1;
}

.buttonprint a {
	display: block;
	width: 228px;
	height: 75px;
	background: url("button_print.png") no-repeat 0 0;
}

.buttonprint a:hover {
	text-indent: -9999px;
	background: url("button_print.png") no-repeat 0 -75px;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.skiplink {
	display: none
}

/* ------Text & Titling */

#bodytext {
	width: 792px;
	height: 300px;
	text-indent: -9999px;
	background: url("bodytext.png") no-repeat top left;
}

#titleprint {
	width: 175px;
	height: 35px;
	text-indent: -9999px;
	background: url("title_print.png") no-repeat top left;
	padding-bottom: 20px;
}

#titleweb {
	width: 181px;
	height: 35px;
	text-indent: -9999px;
	background: url("title_web.png") no-repeat top left;
	padding-bottom: 20px;
}

#copyright {
	width: 45%;
	height: 18px;
	text-indent: -9999px;
	padding: 0;
	background: url("copyright.png") no-repeat top left;
	float: left;
	
}

/* ------General Style */

body {
	margin: 0;
	padding: 0;
	background: #373737 url("back.jpg") repeat top center;
}

h1 {
	display: none;
}

/* ------Gallery */

#gallery-1 {
	margin: auto;
}

#gallery-1 .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 25%;
}

#gallery-1 img {
	border: 5px solid #fdf5e4;
}

#gallery-1 img:hover {
	border: 5px solid #FFFFFF;
}

#gallery-1 .gallery-caption {
	margin-left: 0;
}
