body {
	background: #558f9d url("images/bg_blue2.png") repeat 0 center;
}

html, body { height: 100%; }

#page{
	width: 1006px;
	margin: 0 auto;
	z-index: 10;
	position: relative;
	min-height: 100%;
}

#site {
	width: 100%;
	height: 100%;
	z-index: 5;
	position: relative;
	top: 33px;
	text-align: left;
	border-top: 1px solid #e8e8e8;
	border-left: 1px solid #e1e1e1;
	background-color: white;
}

#header {
	height: 244px;
	position: relative;
}

#logo {
	top: 53px;
	left: 783px;
	width: 200px;
	position: absolute;
}

#meta {
	color: black;
	height: 50px;
	font-size: 0.9em;
	line-height: 2;
}

#meta li { padding-top: 1em; }
#meta a {
	color: #8e9091;
	font-weight: 700;
}

#meta a:hover,
#meta .active a,
.jot-comment h4 a {
	color: #558f9d;
}

#nav,
#meta {
	position: relative;
	text-transform: lowercase;
}

#nav .inner,
#meta .inner { padding: 0 270px 0 12px; }

/*#nav li { position: relative; }*/

#nav li,
#meta li { float: left; list-style-type: none; }

#nav ul ul { display: none; }
#nav ul {
	top: 0;
	left: 10px;
	position: absolute;
}

#nav li.active ul {
	top: 35px;
	left: 0;
	width: 750px;
	display: block;
	position: absolute;
}

#nav li.active li { height: 25px; }

#nav a,
#meta a {
	display: block;
	padding: 0 10px;	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 10px 0;
}

#nav span { display: none; }

#content .fooNav {
	float: left;
	width: 652px;
	margin: 3em 0 2em 0;
	border-top: 1px dotted #545454;
	border-bottom: 1px dotted #545454;
}

.fooNav a {
	color: #545454;
	font-size: 18px;
	line-height: 24px;
}

.fooNav a:hover {
	text-decoration: none;
}

#content .fooNav li {
	padding: 0 36px 0 0;
	float: left;
	background-image: none;
}

#content .fooNav li.last {
	padding: 0;
}

#content {
	color: #545454;
	float: left;
	width: 775px;
	position: relative;
}

.inner {
	clear: both;
}

#content .inner {
	padding: 0 0 0 122px;
	position: relative;
}

#site #content .inner.first {
	padding: 0 0 0 22px;
}

#content h1, 
#content h2 {
	margin-top: 17px;
}

#site #content .inner.first h1 {
	padding: 0 0 0 0;
	margin-top: 0;
}

#site #content .inner.first img {
	margin-bottom: 1.5em;
}

/* auxiliary */

#aux {
	float: left;
	width: 204px;
}

#aux .bgHot .item { text-align: center; }

#aux .bg,
#aux .news,
#aux .bgHot {
	padding: 10px;
	margin-bottom: 10px;
}

#aux .bg { background: #caeef1 url("images/bg_aux.png") repeat; }
#aux .news { background: #fad7d6 url("images/bg_aux_news.png") repeat; }
#aux .bgHot { background: #860045 url("images/bg_aux_blue2.png") repeat; }

#aux .news hr {
	margin-bottom: 10px;
	border-top-color: #e32121;
}

#aux .news legend {
	display: none;
}

#aux .news div.input div {
	border-color: #fad7d6;
}

#aux .inner {
	padding: 7px 10px 1px 10px;
	background-color: white;
}

#aux .bgHot h4 {
	color: #558f9d;
	margin-bottom: 1em;
}

#aux h3,
#aux h4 {
	font-size: 9px;
	line-height: 14px;
}

#aux .bg * { color: #88878c; }
#aux .news * { color: #e32121; }

#aux .bg img,
#aux .news img { margin-bottom: 3px; }

#aux .news h4 {
	font-size: 14px;
	line-height: 16px;
}

#aux .bg p,
#aux .news p {
	font-size: 9px;
	line-height: 14px;
	text-transform: uppercase;
}

#aux .bg p a,
#aux .news p a {
	font-size: 9px;
	text-transform: lowercase;
}

#aux .item {
	margin-bottom: 1.6em;
}

/* footer */

#footer {
	clear: both;
	font-size: 0.9em;
	margin-bottom: 60px;
}

#gallery ul { width: 668px; margin: 0; }
#gallery li { padding-right: 1px; list-style-type: none; float: left; height: 59px; }
#gallery li.active { border: 1px solid white; padding-right: 0; margin-top: -1px; margin-left: -1px; }
#gallery img { margin-bottom: 0; }

.column { float: left; }
.row { clear: both; }
.tenth { width: 10%; }
.quarter { width: 25%; }
.third { width: 33.3333%; }
.half { width: 50%; }
.twothird { width: 66.6666%; }
.threequad { width: 75%; }
.ninth { width: 90%; }
.full { width: 100%; }

.right { float: right; }
.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

.errors {
	clear: both;
	margin-top: 3px;
}

#aux .errors {
	margin: 0 0 7px 0;
	font-size: 11px;
	line-height: 16px;
}

.newsletter div.input input.text.invalid {
	border-bottom: 2px red solid;
}

label {
	cursor: pointer;
	display: block;
	font-size: 12px;
	line-height: 16px;
	padding-right: 5px;
}

fieldset { border: 0; }

legend {
	font-weight: bolder;
	padding-bottom: 7px;
}

select,
textarea,
input.text, 
input.password {
	width: 100%; 
	border: 1px solid #c0c0c0;
	padding: 0.05em 0.1em;
	margin-bottom: 3px;
	background-color: white;
}

div.newsletter {
	clear: both;
	position: relative;
	margin-bottom: 1em;
}

#content div.login,
#content div.newsletter {
	width: 50%;
}

div.input {
	width: 66%;
	float: left;
	height: 26px;
}

div.input div {
	border: 1px solid #c0c0c0;
	padding: 2px 2px 2px 5px;
	background-color: white;
}

div.input input.text,
div.input input.password {
	border: none;
	padding: 0;
	line-height: 16px;
	margin-bottom: 0;
}

.checkbox {
	float: left;
	width: 15px;
	height: 15px;
	margin-right: 5px;
}

#QE_Toolbar .checkbox {
	float: none;
	width: auto;
}

.remember { padding-top: 3px; }

.forget .small {
	padding-top: 9px;
	display: block;
}

.remember .small { line-height: 15px; }

div.label {
	width: 33%;
	float: left;
	clear: both;
	padding-top: 4px;
}

.submit {
	width: auto;
	float: right;	cursor: pointer;	border: medium none;
	font-weight: bolder;
	background-color: white;
}

#aux div.input,
#aux div.input div,
#aux div.input input.text,
#aux div.label label {
	font-size: 9px;
	line-height: 14px;
}

#aux div.label {
	padding-top: 0;
}

#aux div.input div {
	padding: 1px 2px;
}

#aux div.input {
	height: 18px;
}

#aux input.submit {
	font-size: 9px;
}

.accordion { margin-bottom: 1em; }

#content .accordion .tab {
	margin-bottom: 1em;
}

#content .accordion .tab img {
	float: left;
	margin-right: 14px;
	margin-top: 3px;
	margin-bottom: 7px;
}

#content .accordion .tab ul {
	float: left;
	width: 500px;
	margin-bottom: 7px;
}

.accordion h3 {
	clear: both;
	cursor: pointer;
}

.QE_Link { z-index: 100; }

/* shade */

#shadeR,
#shadeB {
	position: absolute;
	line-height: 1px;
	font-size: 1px;
}

#shadeR {
	top: 9px;
	right: -10px;
	bottom: 10px;
	width: 10px;
	height: 100%;
	padding-bottom: 1px;
	background: transparent url("images/shade/right.png") repeat-y 0 0;
}

#shadeB {
	left: 9px;
	top: 100%;
	right: 0;
	height: 10px;
	border-top: 10px solid white;
	background: transparent url("images/shade/bottom.png") repeat-x 0 0;
	padding-right: 1px;
	padding-bottom: 260px;
}

.shadeX {
	float: left;
	width: 10px;
	height: 10px;
}

#shadeR .shadeX {
	top: -10px;
	position: relative;
	background: transparent url("images/shade/topRight.png") no-repeat 0 0;
}

#shadeB .shadeX.first {
	top: -10px;
	left: -10px;
	float: left;
	position: relative;
	border-top: 10px solid white;
	background: transparent url("images/shade/bottomLeft.png") no-repeat 0 0;
}

#shadeBL {
	top: 10px;	left: -1px;
	float: left;
	width: 10px;
	height: 10px;
	position: relative;
	background: transparent url("images/shade/bottomLeft.png") no-repeat 0 0;
}

#shadeB .shadeX.last {
	right: -11px;
	float: right;
	position: relative;
	background: transparent url("images/shade/bottomRight.png") no-repeat 0 0;
}

/* additionalContent */

#content .more {
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
}

.follow { font-size: 11px; }

/* fadeItems */

#site #aux .fadeItems {
	overflow: hidden;
	position: relative;
}

/* MaxiGallery */

.photo img { cursor: pointer; }

.photo,
.clearboth { clear: both; }
#content .managecontainer { float: none; }
#content .picturecontainer {	text-align: left;}

#content .picture img {
	height: 490px;
	overflow: hidden;	margin-bottom: 0;}

div.galleryPreview,
div.gallery {
	width: 653px;
	overflow-x: hidden;
}

#content ul.thumbs {
	width: 660px;
	margin-bottom: 0;
}

#content ul.thumbs li {
	float: left;
	margin: 2px 0 2px 0 !important;
	padding: 0;
	display: block;
	background: none;
	list-style-type: none;
}

#content ul.thumbs li,
#content ul.thumbs li a {
	width: 94px;
	height: 60px;
	overflow-y: hidden;
}

/* jot */

.date { width: 27px; text-align: center; margin: 0.3em 0 0 1em; }
.day { font-size: 20px; line-height: 17px; }
.month { font-size: 12px; line-height: 13px; text-transform: uppercase; }
.year { font-size: 9px; line-height: 9px; }

.jot-err { border: 1px solid red; font-weight: bold; color: red; padding: 5px; margin-bottom: 10px; }
.jot-cfm { border: 1px solid green;font-weight: bold;color: green;padding: 5px;margin-bottom: 10px; }
.jot-row { padding-bottom: 10px; }
.jot-row-author { background-color: #FFFFE1; }
.jot-row-me { background-color: #FFDDDD; }
.jot-row-up { border: 1px dotted red; }
.jot-row-new { border: 1px dotted green; }
.jot-comment { padding: 0.5em 0 0 0; }
.jot-comment h4 { text-transform: none; font-size: 9px; line-height: 15px; font-weight: normal; }
.jot-comment hr { border: 0px; border-bottom: 1px solid #cccccc; }
.jot-comment p { margin-bottom: 0; }
.jot-posticon { float: right;width: 20px;height: 20px;padding-top: 8px;padding-right: 3px; }
.jot-mod { float: right;width: 100px;text-align: right;color: #666666;font-weight: bold; }
.jot-mod a { float: right;padding: 1px;padding-left: 2px;padding-right: 2px; }
.jot-mod a:hover { background-color: #666666;color: #666666; }

.jot-poster { padding: 0px;text-align: left;font-size: 10px; line-height: 16px; }
.jot-nav { padding: 0px;text-align: center;margin: 10px; }
.jot-list ul { padding: 0px;text-align: left;margin-bottom: 10px;list-style-position: inside; }
.jot-subscribe { margin-bottom: 10px; }
.jot-form { margin-bottom: 10px; }
.jot-form fieldset { border: 0px; }
.jot-form label { display: block; }
.jot-user { float: left; width: 55px; }
.jot-content { margin-left: 55px; }
.jot-extra { text-align: right; }
.jot-editby { font-size: 10px;color: #666666;font-style: italic; }

