/* @override http://www.patriziagapp.com/docs/26/layout/user.css */

body {
	text-align: center;
  	color: #666666; 
  	font: normal 13px/18px Helvetica, Arial, Verdana, sans-serif; 
}
body#tinymce {
	background: #FFFFFF;
	text-align: left;
	margin: 0.5em 1em;
	width: 510px;
}
#wrapper {
	position: relative;
	margin: 30px auto 10px auto;
	width: 890px;
	text-align: left;
	background: #FFFFFF;
}
#header {
	height: 100px;
	position: relative;
	background: url(header.gif) no-repeat;
}
#title, #subtitle {
	display: block;
	position: absolute;
	top: 75px;
	right: 0;
	width: 340px;
	height: 25px;
	text-indent: 345px;
	white-space: nowrap;
	overflow: hidden;
}
#title:hover, #subtitle#hover {
	background: none;
}
#content_wrapper {
}
#main {
	float: left;
	position: relative;
	z-index: 1;
	width: 535px;
	margin: 30px 0 20px 5px;
	display: inline;
	min-height: 300px;
	height: auto !important;
	height: 300px; /*For IE*/
}

/* @group Navi */



#navi {
	position: absolute;
	z-index: 2;
	left: 10px;
	top: 73px;
	width: 550px;
	float: left;
}
#navi ul {
	top: 0px;
	margin: 0;
}

#navi li {
	list-style-type: none;
	float: left;
	padding: 8px 0 0 0;
}
#navi li:hover,
#navi li.sfhover,
#navi li.active {
	padding: 0 0 8px 0;

}
#navi a {
	color: #999;
	font: normal 13px/20px Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	letter-spacing: 1px;
	white-space: nowrap;
	margin-right: 15px;
	text-decoration: none;
	float: left;
}
#navi li a:hover,
#navi li.active a {
	color: #000000;
}

#navi ul ul {
	position: absolute;
	top: 195px;
	left: 553px;
	padding: 3px 5px;
}
#navi li.active li {
	float: none;
	padding: 0;
}
#navi li li a,
#navi li.active li a {
	display: block;
	float: none;
	color: #999999;
	background: url(submenu_bullets.gif) no-repeat 0 6px;
	padding-left: 18px;
	margin: 0;
	line-height: 22px;
	height: 22px;
}
#navi li.active li a:hover,
#navi li.active li.active a {
	color: #000000;
	background-position: 0 -34px;
}
#navi ul ul ul {
	position: relative;
	left: 0;
	top: 0;
}
#navi li.active li.active li a {
	padding-left: 12px;
	color: #999999;
	font-size: 12px;
	line-height: 18px;
	height: 18px;
	/*background: url(smaller_bullets.gif) no-repeat 0 7px;*/
	background: none;
}
#navi li.active li.active li a:hover,
#navi li.active li.active li.active a {
	color: #000000;
	background-position: 0 -33px;
}

li#mi682 a { /* Home */
	display: none;
}
/* @end */


.content {
	clear: both;
	position: relative;
	padding: 0 12px 8px 0;
}
.post p {
	margin: 0;
	padding: 0;
	text-align: right;
}
a { color: #666666;
	text-decoration: underline; }
a:visited { color: #666666; }
a:hover { 
	color: #000000; }
	
h1, h2 {
	color: #444444;
	margin: 0 0 0.3em 0;
	font-size: 15px;
}
h1 {
	text-align: right;	
}
hr {
	border: 1px solid #e5e5e5;
}
#sidebar {
	float: right;
	display: block;
	width: 250px;
	margin-top: 130px;
}

#footer {
	width: 521px;
	text-align: right;
	font-size: 0.85em;
}
#footer p {
	margin: 0;
}
.clearer {
	clear: both;
}
.pagination {
	text-align: center;
}
#search {
	display: none;
}
/* @group gallery */
.gallery ul {
	margin: 0;
	width: 500px;
}
.gallery li {
	width: 120px;
	height: 120px;
	float: left;
	list-style: none;
}
.gallery img {
	padding: 2px;
	border: 1px solid #d0d0d0;
}

#c1718 img {
	margin-left: -87px;
}
/* @end */

/* @group gallery2 */
.gallery2 ul {
	position: absolute;
	top: 0;
	left: 564px;
	_left: 557px;
	width: 325px;
}
.gallery2 #big_pic {
	margin-left: 2px;
}
.gallery2 .caption {
	font-size: 11px;
	margin-top: 5px;
}
/* @end */



/* @group Form */
.user_form .text_field,
.user_form .text_area {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
	color: #2e86cd;
	border: 1px solid #b4d9f4;
	padding: 2px 2px 2px 5px;
	background-color: #fcfdff;

	width: 300px;
}
.user_form .text_field:focus,
.user_form .text_area:focus {
	border-color: #fbd47f;
	background-color: #fffbd8;
}
.user_form .text_area {
	margin: 0px 0px 20px 0px;
	height: 50px;
	width: 600px;
}
.user_form .label {
	width: 70px;
}
#user_form_error, #user_form_ok {
	border: 2px solid;
	padding: 3px 5px;
}
/* @end */