/*************************************************************************
	Title:		Master stylesheet for screen media
	Author:		420 Design - fourtwentydesign.com
*************************************************************************/
@import url(tables.css);
@import url(hacks.css);

body {
	text-align: center;
	margin: 45px 0 0 0;
	padding: 0;
	font: 11px/1.5em "Lucida Grande", Helvetica, Arial;
	background: #ebe4cf;
	color: #4e1c19;
}

html, body {
	height: 100%;
}





/*	common
-------------------------------------------------------- */
img {
	border: 0;
}

h1 {
	color: #8d2d29;
	font-weight: normal;
}

p img {
	float: left;
	margin-right: 10px;
}

dl dt {
	font-weight: bold;
}

dl dd {
	margin: 0 0 8px 0;
}

a {
	color: #4e1c19;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}




/*	logo
-------------------------------------------------------- */
#logo {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

#logo img {
	margin-left: -18px;
	margin-bottom: -5px;
}

/*#logo p {
	position: relative;
	text-align: right;
	margin: -15px 15px 3px 0;
}*/



/*	top bar
-------------------------------------------------------- */
#topbarContainer {
	width: 100%;
	height: 31px;
	background: url(/images/bg-topbarContainer.jpg) repeat-x 0 0;
}

#topbar {
	width: 750px;
	height: 31px;
	margin: 0 auto;
	background: url(/images/bg-topbar.jpg) repeat-x 0 0;
	border: 1px solid #8a7a58;
	border-width: 0 1px;
}


#topbar p {
	margin: 0 15px 0 0;
	padding: 10px 0 0 0;
	color: #4d2e12;
	text-align: right;
}

	#topbar p.tagleft {
		width: 45%;
		float: left;
		text-align: left;
		padding-left: 12px;
	}
	
	#topbar p.tagright {
		width: 45%;
		float: right;
	}



/*	content containers
-------------------------------------------------------- */
#contentContainer {
	background: #8d2d29;
	width: 100%;
	margin: 0 0 0 0;
}

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

#content {
	background: url(/images/bg-content.jpg) repeat-y 0 0;
	width: 750px;
	margin: 0 auto;
	border: 1px solid #8a7a58;
	border-width: 0 1px;
}

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










/*	sidebar + navigation
-------------------------------------------------------- */
#sidebar {
	width: 200px;
	float: left;
	text-align: left;
	height: 100%;
	position: relative;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul li {
	width: 199px;
	height: 36px;
	margin-bottom: 1px;
}

#sidebar ul li a {
	background: url(/images/bg-link.jpg) no-repeat 0 0;
	width: 199px;
	height: 36px;
	display: block;
	padding: 10px 0 0 12px;
	text-decoration: none;
	color: #ebe4cf;
}

#sidebar ul li a:hover {
	background: url(/images/bg-linkHover.jpg) no-repeat 0 0;
}

/*	email signup	*/
#signuparea {
	padding: 10px;
}

#signuparea h3 {
	margin-bottom: -.5em;
}





/*	sior logo and container
-------------------------------------------------------- */
/*#siorContainer {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}*/

#sior {
/*	height: 10em;*/
	border-top: 1px solid #8a7a58;
	margin-top: 4em;
}

/*
#sior p.contact {
	display: none;
}

#home #sior p.contact {
	display: block;
	text-align: left;
	margin-left: 8px;
}

#home #sior {
	width: 150px;
	height: auto;
	position: relative;
	margin: -125px 0 0 6px;
	bottom: 0;
}*/






/*	main content area
-------------------------------------------------------- */
#main {
	width: 500px;
	float: left;
	text-align: left;
	padding: 8px 20px;
}

#main.flash {
	padding: 0 0 0 1px;
}

#flash_border {
	border-top: 1px solid #8d2d29;
	width: 550px;
}
	
#flash_border hr {
	display: none;
}




/*	footer(s)
-------------------------------------------------------- */
#footerContainer {
	width: 100%;
	height: 45px;
	background: url(/images/bg-footerContainer.jpg) repeat-x 0 0;
}

#footer {
	width: 750px;
	height: 45px;
	margin: 0 auto;
	border: 1px solid #8a7a58;
	border-width: 0 1px;
	background: url(/images/bg-footer.jpg) repeat-x 0 0;
}

#footer p {
	margin: 0 15px 0 0;
	padding: 8px 0 0 0;
	font-size: 90%;
	text-align: right;
	color: #4d2e12;
}


/*	Gallery
-------------------------------------------------------- */
.gallery {
	overflow: auto;
	width: 100%;
}
.thumbnail{
	padding: 3px 3px 2px 3px;
	background-color: #a38c48;
	border: 1px solid #222;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
/*	Form override
-------------------------------------------------------- */

.e2ma_signup_form_row {
	margin: 12px 0;
}

.e2ma_signup_form_label{
	text-transform: capitalize;
	font-weight: bold;
}

/*	Quotes trans
-------------------------------------------------------- */
p.quote {
	font-size: 1.15em;
	line-height: 1.3em;
	color: #80352c;
}

p.quotesource {
	text-align: right;
	font-size: .95em;
	color: #80352c;
	margin-bottom: 30px;
}


