/* @override http://mik.media24.at/docs/48/layout/user.css */


html {
	background: #90c840 url(bg.png) repeat-x;
}

body {
	text-align: center;
  	color: #222; 
  	font: normal 13px/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
body#tinymce {
	background: #FFFFFF;
	text-align: left;
	margin: 0.5em 1em;
}
#wrapper {
	width:890px;
	margin: 15px auto;
	position: relative;
	text-align: left;
}
#header {
	height: 236px;
	position: relative;
	background: url(header.jpg);
}
#title, #subtitle {
	display: block;
	position: absolute;
	top: 30px;
	left: 35px;
	width: 300px;
	height: 60px;
	text-indent: 301px;
	white-space: nowrap;
	overflow: hidden;
}
#content_wrapper {
	background: #fff url(content.gif) repeat-y;
	margin: 0 8px;
	padding-right: 4px;
}

/* @group Navi */
#navi {
	width: 184px;
	float: right;
	overflow: hidden;
	position: relative; /*!*/
}

#navi ul {
	margin: -1px 0 0 0;
	border-bottom: 2px solid #fff;
}
#navi li {
	list-style-type: none;
	border-top: 1px solid #edf2f9;
}
#navi a {
	display: block;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	padding-left: 8px;
	border-left: 4px solid #acc7e3;
	background: #cadbed;
	color: #0058a7;
}
#navi a:hover,
#navi li.active a {
	background: #acc7e3;
}
#navi ul ul {
	border-bottom: 0;
}
#navi li li {
	border: none;
}
#navi li li a {
	font-weight: normal;
	font-size: 12px;
	height: 25px;
	line-height: 1.2em;
	padding-left: 15px;
}
#navi li.active li a:hover,
#navi li.active li.active a {
	text-decoration: underline;
}
/* @end */

#main {
	float: left;
	position: relative;
	width: 650px;
	margin: 8px 0 12px 22px;
	display: inline;
	min-height: 300px;
	height: auto !important;
	height: 300px; /*For IE*/
}

.content {
	clear: both;
	position: relative;
}
.post .pic_left {
	float: left;
	margin: 5px 15px 3px 0;
	display: inline;
}
.post .pic_right {
	float: right;
	margin: 5px 0 5px 15px;
	display: inline;
}
.post img {
	padding: 0;
	border: 0;
}
.post p, #sidebar p {
	margin: 0;
	padding: 0;
}
.post ul {
	margin-left: 0.5em;
}
.post li {
	list-style-type: none;
	padding-left: 1em;
	background: url(bullet.gif) no-repeat 0 0.55em;
}
a { color: #064ca2; }
a:visited { color: #064ca2; }
a:hover { color: #83c129; }
	
h1, h2 {
	color: #064ca2;
	margin: 0.2em 0;
	font: normal 20px/1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
h2 {
	font-size: 15px;
}
hr {
	border: 1px solid #a3daec;
}
#footer {
	clear: both;
	margin: 0 8px;
	height: 20px;
	padding-top: 20px;
	font-size: 11px;
	text-align: center;
	font-family: verdana;
	background: #90c840 url(footer.jpg) no-repeat;
}
#footer p {
	margin: 0;
}
#footer a:hover {
	 color: #fff;
}
#sidebar {
}
.clearer {
	clear: both;
}
.pagination {
	text-align: center;
}
#search {
	display: none;
}
/* @group gallery */
.gallery ul {
	margin: 0;
}
.gallery li {
	margin: 0 20px 15px 0;
	float: left;
	list-style: none;
}
.gallery img {
	padding: 1px;
	border: 1px solid #d0d0d0;
}
/* @end */


/* @group Form */
.user_form .text_field,
.user_form .text_area {
	font-size: 14px;
	color: #064ca2;
	border: 1px solid #acc7e3;
	padding: 2px 2px 2px 5px;
	background-color: #edf2f9;
	width: 300px;
}
.user_form .text_field:focus,
.user_form .text_area:focus {
	border-color: #90c840;
	background-color: #edf6b9;
	color: #5f9900;
}
.user_form .text_area {
	margin: 0px 0px 20px 0px;
	height: 50px;
	width: 480px;
}

#user_form_error, #user_form_ok {
	border: 2px solid;
	padding: 3px 5px;
}
/* @end */