/* GENERAL ***********************************/
html * { padding: 0; margin: 0; }
body {
	background: url('../img/body.back.gif') top left #1a1a1a repeat-x;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	text-align: center;
}

/* font size */
h1 { font-size: 3.0em; }
h2 { font-size: 2.4em; }
h3 { font-size: 2.0em; }
h4 { font-size: 1.6em; }
h5 { font-size: 1.3em; }
p,td,th,li { font-size: 1.3em; }
td p, th p, li p { font-size: 1.0em; }
legend { font-size: 1.2em; margin-bottom: 15px; }

/* margins and padding */
h1, h2, h3, h4 { 
	margin-bottom: 15px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #460a27;
}
p, ul, ol, table { margin-bottom: 30px; }
li { margin-left: 25px; margin-bottom: 8px; }
th { padding: 1px 3px; vertical-align: bottom; }
td { padding: 1px 3px; vertical-align: top; }
fieldset { padding: 10px; margin-bottom: 20px; }
hr { margin-bottom: 30px; }

/* colors */
a, a:visited { color: #460a27; text-decoration: none; }
a:hover { color: #460a27; text-decoration: underline; }
fieldset { border-color: #460a27; border-width: 1px; border-style: groove; }




/* LAYOUT *************************************/
.hug {
	position: relative;
	width: 760px;
	margin: 0 auto;
	text-align: left;
}
.center { text-align: center; }
.clear { clear: both; height: 1px; }





/* HEADER ***************************************/
#header {
	position: relative;
	height: 205px;
	background: url('../img/header.back.gif') top center no-repeat;
}
#logo {
	position: absolute;
	top: 29px; left: 2px;
	width: 374px; height: 90px;
	margin: 0;
}
#logo a {
	display: block;
	width: 374px; height: 90px;
	background: url('../img/cleardot.gif');
}
#logo a span { display: none; }



#topnav {
	position: absolute;
	height: 36px; width: 760px;
	left: 0; top: 169px;
	text-align: center;
	overflow: hidden;
}
#topnav a, #topnav span {
	display: block;
	width: 116px; height: 36px;
	line-height: 34px;
	float: left;
	margin-left: 8px;
	background: url('../img/tab.gif') top left no-repeat;
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;	
	font-weight: bold;
}
#topnav a.firsttab, #topnav span.firsttab {
	margin-left: 22px;
}
#topnav span.curtab {
	background: url('../img/tab.current.gif') top left no-repeat;
	color: #460a27;
}
#topnav a:hover { 
	text-decoration: none; 
	background-image: url('../img/tab.current.gif');
}


#tagline {
	font-family: "Times New Roman", Times, serif;
	text-align: right;
	padding-top: 42px;
	font-size: 22pt;
	font-style: italic;
}




/* MAIN *****************************************/
#main {
	background-color: #d7d3c5;
	color: #1a1a1a;
	padding: 30px 0;
	min-height: 400px;
}
#main p {
	line-height: 150%;
}


/* SIDEBAR *************************************/
#sidebar {
	float: right;
	width: 200px;
	margin-left: 30px;
	margin-bottom: 30px;
	border-width: 1px; border-style: solid; border-color: #460a27;
}
#sidebartube ul { margin-bottom: 0; }
#sidebartube { padding: 15px; }



/* FOOTER ***************************************/
#footer { 
	clear: both;
	padding: 15px 0;
}
#footer .hug {
	text-align: center;
}
#footer p {
	font-size: 1.2em;
	margin-bottom: 10px;
}
#footer a, #footer a:visited { color: #d7d3c5; }
#footer a:hover { text-decoration: underline; }


/* GENERAL DETAIL ********************************/
.editdata p { 
	clear: both; 
	float: right; 
	width: 100%;
	margin: 8px 0 8px -100px;
}
.editdata .item, .editdata .error_message {
	display: block;
	margin-left: 100px;
}
.editdata .label {
	float: left; 
	width: 95px;
	text-align: right;
	padding-top: 3px;
}
.editdata .long { width: 240px; }
.editdata .short { margin-left: 245px; }
.editdata textarea { width: 570px; height: 320px; }
.editdata textarea.smallta { width: 350px; height: 150px; }
.editdata fieldset { clear: both; }



/* ADMIN ******************************************/
.adminlink a, .adminlink a:visited, #footer .adminfooter a, #footer .adminfooter a:visited { 
	color: #6343ee;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
#adminfooter { color: #fff; }
#adminfooter a, #adminfooter a:visited {
	color: #fff;
}
#flashMessage { 
	font-size: 11pt; 
	padding: 2px; 
	color: #fff; 
	background-color: #6343ee; 
	margin-bottom: 15px;
}


#imagelist { border-collapse: collapse; }
#imagelist td {
	padding: 5px;
	border-top-width: 1px; border-top-style: solid; border-color: #865a67;
}


#sitemapframe {
	background-color: #fff;
	padding: 20px;
	border-width: 1px; border-style: solid; border-color: #444;
	float: left;
}
.sitemap {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}
.sitemap ul { 
	list-style: none;
	border-left-style: dotted; border-left-width: 1px; border-left: color: #ddd; 
	margin: 5px 0 5px 10px;
	padding: 0;
}
.sitemap li {
	font-size: 10pt;
	margin: 0;
	padding: 0;
	line-height: 28px;
}
.sitemap ul li {
	margin-left: 15px;
}
.sitemap .linkurl { padding-left: 10px; font-size: 8pt; color: #444; }



/* EDITOR *****************************************/
body.mceContentBody {
	text-align: left;
	padding: 5px;
}




/* HOME LAYOUT *************************************/
#thumblist h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	text-transform: uppercase;
	font-size: 9pt;
}
#homelistwrapper { text-align: center; width: 760px; }
.homelist { margin: 0 auto; }
.homelist .thumb { margin-bottom: 8px; }
#homelistwrapper #thumblist .thumbwrapper {
	margin-left: 30px;
	margin-right: 0;
	margin-bottom: 10px;
}


/* GALLERY *****************************************/
.category { 
	clear: both; 
	float: right; 
	width: 100%;
	margin: 8px 0 8px -105px;
}
.category .blurb {
	display: block;
	margin-left: 105px;
}

.thumbwrapper .thumb {
	float: left; 
	width: 92px;
	height: 74px;
	background-position: 50% 50%;
	/*padding-top: 3px;*/
}
.thumbwrapper .thumb a {
	display: block;
	width: 92px;
	height: 74px;
}

.thumbwrapper {
	position: relative;
	float: left; 
	width: 94px;
	/*height: 77px;*/
}
.thumbwrapper .rightborder {
	position: absolute;
	top: 0; left: 92px;
	width: 2px; height: 77px;
	background: url('../img/thumbnail.right.gif') top left no-repeat;
}
.thumbwrapper .bottomborder {
	position: absolute;
	top: 74px; left: 0;
	width: 92px; height: 3px;
	background: url('../img/thumbnail.bottom.gif') top left no-repeat;
}


#thumblist .thumbwrapper {
	margin-right: 14px;
	margin-bottom: 20px;
}



#detail { padding-bottom: 50px; }
#beforewrapper, #afterwrapper {
	float: left;
	position: relative;
	/*
	width: 378px; +18
	height: 250px; +10
	*/
}
#beforewrapper {
	width: 276px;
	height: 184px;
}
#afterwrapper {
	width: 475px;
	height: 317px;
}

#beforewrapper .detailimg {
	width: 258px;
	height: 174px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#afterwrapper .detailimg {
	width: 457px;
	height: 307px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}


#beforewrapper .detailstroke {
	position: absolute;
	top: 0; left: 0;
	width: 258px; height: 174px;
	background: url('../img/detailstroke.before.gif') top left no-repeat;
}
#afterwrapper .detailstroke {
	position: absolute;
	top: 0; left: 0;
	width: 457px; height: 307px;
	background: url('../img/detailstroke.after.gif') top left no-repeat;
}

#beforewrapper .detailrightborder {
	position: absolute;
	top: 0; left: 258px;
	width: 3px; height: 178px; /* +4 */
	background: url('../img/detail.right.before.gif') top left no-repeat;
}
#afterwrapper .detailrightborder {
	position: absolute;
	top: 0; left: 457px;
	width: 3px; height: 311px; /* +4 */
	background: url('../img/detail.right.after.gif') top left no-repeat;
}


#beforewrapper .detailbottomborder {
	position: absolute;
	top: 174px; left: 0;
	width: 258px; height: 4px;
	background: url('../img/detail.bottom.before.gif') top left no-repeat;
}
#afterwrapper .detailbottomborder {
	position: absolute;
	top: 307px; left: 0;
	width: 457px; height: 4px;
	background: url('../img/detail.bottom.after.gif') top left no-repeat;
}


#detail h5 {
	text-align: center;
	padding: 5px 0;
}


