/* @override http://pawatec.com/docs/14/layout/user.css */


html {
	background: #f1d3bf;
}
body {
	text-align: center;
	color: #542a15;
	font: 13px/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
body#tinymce {
	background: #FFFFFF;
	text-align: left;
	margin: 0.5em 1em;
	
}
#wrapper {
	position: relative;
	margin: 15px auto 10px auto;
	width:650px;
	border: 7px solid #fff;
	text-align: left;
	background: url(content.gif) repeat-y;
}
#header {
	position: relative;
	height: 203px;
	background: #fff url(header.jpg) right top no-repeat;
}
#title, #subtitle {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 180px;
	height: 164px;
	text-indent: 181px;
	white-space: nowrap;
	overflow: hidden;
	background: url(logo.gif) no-repeat;
}
#content_wrapper {
}
#main {
	min-height: 250px;
	height: auto !important;
	height: 250px;
	width: 440px;
	float: right;
	margin: 10px 10px 10px 0;
	display: inline;
}

/* @group Navi */

#navi {
}
#navi ul {
	margin: 0;
	position: absolute;
	top: 171px;
	left: 187px;
}
#navi li {
	list-style-type: none;
	float: left;	
}
#navi a {
	float: left;
	height: 25px;
	line-height: 25px;
	padding: 0 7px;
	margin-right: 7px;
	color: #c44b00;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#navi a:hover,
#navi li.active a {
	color: #fff;
	background-color: #c44b00;
}
#navi ul ul {
	position: absolute;
	top: 37px;
	left: -187px;
	width: 180px;
}
#navi li.active li {
	float: none;
}
#navi li.active li a {
	float: none;
	background: none;
	height: 27px;
	line-height: 28px;
	display: block;
	margin: 0;
	padding: 0 0 0 13px;
}
#navi li.active li a:hover,
#navi li.active li.active a {
	background: #c44b00;
}
#mi390 { /*Home*/
	display: none;
}
/* @end */
.content {
	clear: both;
	position: relative;
	margin-bottom: 5px;
}
.post .pic_left {
	float: left;
	margin: 5px 13px 5px 0;
	display: inline;
}
.post .pic_right {
	float: right;
	margin: 5px 0 5px 8px;
	display: inline;
}
.post img {
	border: 3px solid #fff;
}
.post p, #sidebar p {
	margin: 0;
	padding: 0;
}
a { color: #c44b00; }
a:hover { color: #000; }
a:visited { color: #c44b00; }

h1, h2 {
	color: #c44b00;
	margin-top: 0;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 0.3em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h2 {
	font-size: 14px;
}
hr {
	border: 1px solid #c0a276;
}
#sidebar {
	display: none;
}
#footer {
	clear: both;
	height: 30px;
	line-height: 30px;
	font-size: 11px;
	position: relative;
	text-align: center;
	background: #f1d3bf;
	margin: 0 -7px -7px -7px;
	border-top: 7px solid #fff;
	color: #d37840;
}
#footer p {
	margin: 0;
}
#footer a {
	color: #d37840;
}
th, td {
	border-color: #d8c2a2;
}
.clearer {
	clear: both;
}
.pagination {
	text-align: center;
}
.edit_highlight:hover {
	background: #e5c9b6 !important;
}
#search {
	display: none;
}
#search form {
	display: none;
}

/* @group gallery */
.gallery {
	margin-bottom: 10px;
}
.gallery ul {
	margin: 0;
}
.gallery li {
	padding: 0;
	float: left;
	list-style: none;
	height: 92px;
	width: 92px;
	_margin: -3px -3px -3px 0;
}
.gallery img {
	border: 3px solid #fff;
	padding: 0;
}

/* @end */

/* @group form */
.user_form .text_field {
	width: 320px;
}
/* @end */

