/* GENERAL ***********************************/
html * { padding: 0; margin: 0; }
body {
	background-color: #8A8C24;
	color: #222;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	text-align: center;
}

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

/* margins and padding */
h1, h2, h3, h4 { 
	margin-bottom: 10px; 
	font-family: Georgia, "Times New Roman", Times, serif;
}
p, ul, ol, table { margin-bottom: 20px; }
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; }


/* colors */
a, a:visited { color: #8A8C24; text-decoration: none; }
a:hover { color: #720039; }




/* LAYOUT *************************************/
.hug {
	position: relative;
	width: 823px;
	padding: 20px 0;
	margin: 0 auto;
	text-align: left;
}
#borderbottom {
	position: relative;
	width: 823px;
	padding-bottom: 30px;
	background: url('../img/border.bottom.gif') bottom left no-repeat;
}
#bordermiddle {
	width: 823px;
	background: url('../img/border.middle.gif') #fff top right repeat-y;	
}
#bordertop {
	position: absolute;
	top: 0; left: 0;
	width: 823px;
	height: 20px;
	background: url('../img/border.top.gif') top left no-repeat;
}
.center { text-align: center; }
.clear { clear: both; height: 1px; }





/* HEADER ***************************************/
#header {
	position: relative;
	width: 823px;
	height: 185px;
	overflow: hidden;
}
#logo {
	position: absolute;
	top: 28px; left: 28px;
	width: 163px; height: 108px;
	background: url('../img/logo.main.3.gif') center no-repeat;
}
#logo a {
	display: block;
	width: 163px; height: 108px;
}
#logo a span { display: none; }



#topnav ul {
	list-style: none;
	position: absolute;
	height: 23px;
}
#topnav li {
	float: left;
	min-width: 1px;
	height: 23px;
	line-height: 23px;
	font-size: 12pt;
	padding: 0 14px 0 0;
	margin: 0 7px 0 0;
	background: url('../img/topnav.bullet.gif') bottom right no-repeat;
}
#topnav li.first {
	min-width: 1px;
}
#topnav li.last {
	background-image: none;
	padding-right: 0;
	margin-right: 0;
}
#topnav ul#row1 {
	top: 96px; left: 330px;
	width: 405px;
}
#topnav ul#row2 {
	top: 121px; left: 370px;
	width: 405px;
}
#topnav a, #topnav a:visited { color: #720039; text-decoration: none; }
#topnav a:hover { color: #8A8C24; }





/* MAIN *****************************************/
#main {
	float: right;
	position: relative;
	margin-right: 40px;
	width: 447px;
	background: url('../img/main.middle.gif') top left repeat-y;
}
#maininnertube {
	padding: 30px 25px;
	background: url('../img/main.topbot.gif') bottom left no-repeat;
}
#maintop {
	position: absolute;
	top: 0; left: 0;
	width: 447px; height: 3px;
	background: url('../img/main.topbot.gif') top left no-repeat;
}

#main p {
	line-height: 140%;
}
#main h3 {
	font-weight: normal;
	font-size: 1.5em;
	letter-spacing: 1px;
	font-variant: small-caps;
	color: #720039;
}



/* SECONDARYNAV *********************************/
#secondarynav {
	float: left;
	width: 273px;
}
.secondarytitle {
	text-align: center;
	font-weight: normal;
	color: #8A8C24;
	font-size: 14pt;
	font-variant: small-caps;
	letter-spacing: 1px;
}
#sidenav {
	position: relative;
	width: 189px;
	margin-left: 42px;
	background: url('../img/secondarynav.middle.gif') top left repeat-y;
}
#sidenavtop {
	position: absolute;
	top: 0; left: 0;
	width: 189px;
	height: 3px;
	background: url('../img/secondarynav.topbot.gif') top left no-repeat;
}
#sidenav ul {
	list-style: none;
	padding: 18px 12px 11px 12px;	
	margin-bottom: 0;
	background: url('../img/secondarynav.topbot.gif') bottom left no-repeat;
}
#sidenav li {
	padding: 0; margin: 0 0 7px 0;
	font-size: 10pt;
}
#sidenav .curpage {
	color: #720039;
}
#sidenavconnector {
	position: absolute;
	top: 50px; left: 188px;
	width: 107px; height: 3px;
	background-color: #89CBDF;
}


/* PORTFOLIO **************************************/

#projectnav {
	float: left;
	width: 290px;
	margin-left: 25px;
}
#projectnav .secondarytitle {
	padding-right: 10px;
}
#projectnav #thumbs a { 
	background-color: #ccc; 
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	overflow: hidden;
}
#projectnav #thumbs a.vertical {
	width: 83px; height: 100px;
}
#projectnav #thumbs a.horizontal {
	width: 83px; height: 55px;
}
#projectnav #thumbs img { 
	border-width: 0; border-style: none;
}
#detailcontent { margin-top: 25px; }

#prevnext {
	position: relative;
	overflow: display;
	height: 1px;
	font-size: 10pt;
}
#prev {
	position: absolute;
	width: 60px;
	height: 20px; line-height: 20px;
	top: 18px; left: 47px;
}
#next {
	position: absolute;
	width: 60px;
	height: 20px; line-height: 20px;
	top: 18px; left: 295px;
	text-align: right;
}
#prevnext a, #prevnext a:visited, #backtohomes a, #backtohomes a:visited { color: #720039; text-decoration: none; }
#prevnext a:hover, #backtohomes a:hover { color: #8A8C24; }
#backtohomes {
	clear: both;
	text-align: center;
	padding-right: 10px;
}
#projectnav p.adminlink { text-align: center; padding-right: 10px; }



/* FOOTER ***************************************/
#footer { 
	clear: both;
	text-align: center;
	margin: 0;
	color: #8A8C24;
	font-size: 11pt;
	padding-top: 50px;
}



/* GENERAL DETAIL ********************************/
.pagetitle {
	margin-top: 0;
}
.editdata { }
.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: 370px; height: 320px; }
.editdata textarea.smallta { width: 250px; height: 200px; }
.editdata fieldset { clear: both; }



/* ADMIN ******************************************/
.adminlink a, .adminlink a:visited, #sidebar .adminlink a, #sidebar .adminlink a:visited  { 
	color: #aaa;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
}
#adminfooter { color: #fff; padding-bottom: 15px; }
#adminfooter a, #adminfooter a:visited {
	color: #fff;
	text-decoration: underline; 
}
#flashMessage { 
	font-size: 11pt; 
	padding: 2px; 
	color: #fff; 
	background-color: #8A8C24; 
	margin-bottom: 15px;
}


.sitemap {
	list-style: none;
	margin: 20px 0 20px 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;
}



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




/* HOME LAYOUT *************************************/
#homeimages {
	width: 811px;
	height: 186px;
	overflow: hidden;
	background-color: #89CBDF;
}
#homeimages img {
	float: left;
	margin: 7px 0 0 7px;
	padding: 0;
}
#homeblurb {
	margin: 32px 0 0 43px;
	width: 430px;
	font-size: 24pt;
	font-style: italic;
	color: #720039;
}
#movielink {
	width: 231px; height: 160px;
	float: right;
	margin: 69px 46px 0 0;
	text-align: center;
	font-weight: bold;
}
