/* GENERAL ***********************************/
html * { padding: 0; margin: 0; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	text-align: center;
	padding: 15px 0;
	color: #5a687c;
}

/* 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: 4px; 
}
p, ul, ol, table { margin-bottom: 20px; }
li { margin-left: 30px; margin-bottom: 2px; }
th { padding: 1px 3px; vertical-align: bottom; }
td { padding: 1px 3px; vertical-align: top; }
fieldset { padding: 10px; margin-bottom: 20px; }
hr { margin-bottom: 8px; }

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




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




/* HEADER ***************************************/
#logo {
	position: relative;
	width: 768px; height: 67px;
	background: url('../img/logo.gif') top left no-repeat;
}
#logo a {
	position: absolute;
	width: 280px; height: 50px;
	top: 0; left: 473px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

#topnav {
	height: 30px; line-height: 30px;
	border-left-style: solid; border-left-width: 1px; border-left-color: #644c2c;
	border-right-style: solid; border-right-width: 1px; border-right-color: #644c2c;
	background-color: #fcb62c;
	text-align: right;
	padding-right: 10px;
	font-size: 10pt;
	font-weight: bold;
	color: #394353;
	position: relative;
}
#topnav a, #topnav a:visited { color: #394353; }
#topnav a:hover { color: #d72928; text-decoration: none; }
#topnav .curtab { color: #d72928; }
#topnav a.green, #topnav span.green { color: #28903a; }

#topnav .subnavlink {
	position: absolute;
	line-height: 20px;
	text-align: left;
	font-size: 8pt;
	color: #fff;
	font-weight: normal;
	display: none;
}
#topnav #subnav18 {
	top: 32px; left: 160px;
	width: 480px; height: 20px;
}
#topnav #subnav21 {
	top: 32px; left: 365px;
	width: 320px; height: 20px;
}
#topnav #subnav22 {
	top: 32px; left: 497px;
	width: 260px; height: 20px;
}
#topnav #subnav23 {
	top: 32px; left: 437px;
	width: 320px; height: 20px;
}

#topnav .subnavlink a, #topnav .subnavlink a:visited { color: #fff; }
#topnav .subnavlink a:hover { color: #fcb62c; text-decoration: none; }





#secondnav {
	height: 25px; line-height: 25px;
	background: url('../img/secondnav.back.gif') #5a687c top left repeat-x;
	border-left-style: solid; border-left-width: 1px; border-left-color: #644c2c;
	border-right-style: solid; border-right-width: 1px; border-right-color: #644c2c;
}



/* MAIN *****************************************/
#main {
	border-left-style: solid; border-left-width: 1px; border-left-color: #644c2c;
	border-right-style: solid; border-right-width: 1px; border-right-color: #644c2c;
	background: url('../img/main.back.gif') #fff top left repeat-x;		
	padding: 30px 25px 30px 54px;
}


/* SIDEBAR *************************************/



/* FOOTER ***************************************/
#footer {
	position: relative;
	height: 88px;
	width: 768px;
	background: url('../img/footer.2.gif') top left no-repeat;
	color: #fff;
	text-align: center;
}
#footer, #footer p { font-size: 7pt; }
#footer a, #footer a:visited { color: #fff; }
#mailinglist {
	position: absolute;
	width: 180px; height: 39px;
	left: 579px; top: -15px;
	background: url('../img/footer.mailing.list.gif') top left no-repeat;
}
#mailinglist a {
	display: block;
	width: 180px; height: 39px;
	text-indent: -9999px;
	overflow: hidden;
}
#bottomnav {
	padding-top: 45px;
	width: 768px;
	position: relative;
} 
#contactinfo {
	font-size: 6pt;
	color: #977348;
	text-align: right;
	position: absolute;
	width: 190px; height: 40px;
	left: 570px; top: 35px;
}
#contactinfo a, #contactinfo a:visited {
	color: #977348;
}


/* 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: 250px; height: 150px; }
.editdata textarea.smalltmce { width: 250px; height: 150px; }
.editdata fieldset { clear: both; }



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


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


.sitemap {
	list-style: none;
	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;
	color: #5a687c;
}



/* MAIN CONTENT PAGES ******************************/
#vcontent {
	width: 390px;
	float: right;
	padding-top: 10px;
}
#vsidebar {
	width: 260px;
	float: left;
	text-align: center;
}
.vtitle {
	font-size: 36pt;
	font-weight: normal;
	text-align: right;
	padding-right: 20px;
	margin: 0;
}
.vsubtitle {
	color: #9bafcf;
	font-weight: normal;
	font-size: 18pt;
	text-align: right;
	padding-right: 20px;
	margin: 0;
}
#vsidebar img {
	/*border-width: 2px; border-style: solid; border-color: #5a687c;*/
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}


/* BLOG **********************************************/
#blogcontent {
	width: 510px;
	float: right;
	padding-top: 10px;
}
#blogsidebar {
	width: 140px;
	float: left;
}
#sidebarcategories {
	list-style: none;
	margin-left: 0;
	margin-top: 20px;
}
#sidebarcategories li {
	margin-left: 0;
}
#blogcontent h2 {
	margin-top: 30px;
}



/* LOOKS ***********************************************/
#lookleft {
	width: 172px;
	float: left;
	position: relative;
	overflow: visible;
	padding-top: 244px;
	color: #644c2c;
}
#lookleft h1 {
	margin: 0;
	position: absolute;
	width: 158px; height: 154px;
	left: 10px; top: -20px;
	background: url('../img/lookinthemirror.gif') top left no-repeat;
	text-indent: -9999px;
	z-index: 100;
}
#lookleft #portrait {
	position: absolute;
	width: 160px; height: 137px;
	top: 106px; left: 6px;
	z-index: 110;
}
#lookleft #sigimage {
	margin: 5px 10px 5px 10px;
}
#lookleft p { margin-left: 10px; }

#lookmiddle {
	width: 350px;
	float: left;
	margin-left: 20px;
	padding-top: 15px;
}
#lookright {
	width: 205px;
	float: right;
	padding-top: 100px;
}


/* QUIZ **********************************************/
#quizform td { 
	text-align: right; 
	padding: 6px 3px;
}