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

body {
	text-align: center;
  	color: #333; 
  	font: normal 14px/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 50px;
}
body#tinymce {
	background: #FFFFFF;
	text-align: left;
	margin: 0.5em 1em;
}
#wrapper {
	max-width:698px;
	margin: 15px auto 0 auto;
	padding-bottom: 2em;
	position: relative;
	text-align: left;
	background: #FFFFFF;
	border: 1px solid #7e7c3a;
}

#header {
	height: 108px;
	position: relative;
	background: url(header.jpg) no-repeat;
	margin-bottom: 66px;
}
#title, #subtitle {
	display: block;
	position: absolute;
	top: 33px;
	left: 25px;
	width: 250px;
	height: 65px;
	text-indent: 771px;
	white-space: nowrap;
	overflow: hidden;
}

/* @group frontpage */

#page2651 em {
	font-size:1.6em;
	color: #888;
	line-height: 1.3em;
	display: block;
	margin: 3em 1.5em;
}

#page2651 em:first-letter {
	font-size: 1.5em;
	color: #666;
	margin-left: -1em;
}

/* @end */

/* @group Navi */
#navi {
	position: absolute;
	top: 108px;
	background: url(nav_bg.png) repeat-x;
	width: 100%;
	height: 35px;
	border: 0px solid #ACA94F;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

#navi ul, #navi li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navi ul {
	margin-left: -0.7em;
	padding-left: 30px;
}
#navi li {
	position: relative;
	display: inline;
	line-height: 33px;
}
#navi a {
	text-decoration: none;
	padding: 0.7em;
	color: black;
}
#navi a:hover,
#navi li.active > a {
	color: #600;
}
#navi ul ul {
	position: absolute;
	left: 0.7em;
	padding: 0;
	top: 25px;
	font-size: 0.9em;
}
/* @end */

#main {
	padding-left: 25px;
	padding-right: 25px;
	min-height: 300px;
	height: auto !important;
	height: 300px; /*For IE*/
}

.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-bottom: 1em;
	margin-top: 1em;
	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:link { color: #006; }
a:visited { color: #669; }
a[href]:hover, a[href]:active { color: #600; }
	
h1, h2 {
	color: #93823E;
	margin: 0;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	margin-top: 1em;
}
h1{
	font-size: 2em;
	margin-bottom: 1em;
	line-height: 1.1em;
	position: relative;
	z-index: 1;
}
h2 {
	font-size: 1.5em;
	margin-bottom: 1em;
}
h3{
	margin-top: 1em;
	font-size: 1em;
	margin-bottom: 0;
}
hr {
	border: 1px solid #a3daec;
}
.pic_right {
	padding: 2px;
	border: 2px solid #ACA94F;
	position: relative;
	top: -4.2em;
}

.pic-down .pic_right {
	position: static;
}

#footer {
	clear: both;
	height: 30px;
	padding-top: 20px;
	margin-bottom: -50px;
	position: relative; /*IE6*/
	width: 100%;
	font-size: 11px;
	text-align: center;
	font-family: verdana;
}
#footer p {
	margin: 0;
}
#sidebar {
}
.clearer {
	display: none;
}
.pagination {
	text-align: center;
}
#search {
	display: none;
}
#login_link {
	display: none;
}

/* @group lists */

.boxed-list ul {
	border: 1px solid #ACA94F;
	background: #F3EAB5;
	padding: 3%;
	margin: 0;
}

.boxed-list li {
	width: 47%;
	float: left;
}

.boxed-list li:last-child {
	float: none;
	display: inline;
}

/* @end */
/* @group gallery */
.gallery ul {
	margin: 0;
	/* margin-right for the reason of symmetry */
	margin-right: 1px;
	border: 1px solid #ACA94F;
	background: #F3EAB5;
	padding: 4px;
}
.gallery li {
	float: left;
	list-style: none;
	height: 102px;
}

.gallery li:last-child {
	float: none;
}

.gallery img {
	border: 1px solid #7e7c3a;
	margin-right: 3px;
}

.gallery li:last-child img {
	margin: 0;
}
/* @end */


/* @group Form */
.user_form table {
	width: 80%;
}

.user_form .text_field,
.user_form .text_area {
	font-size: 14px;
	color: #7e7c3a;
	border: 1px solid #ACA94F;
	padding: 2px 2px 2px 5px;
	width: 15em;
}
.user_form .text_field:focus,
.user_form .text_area:focus {
	border-color: #9bbe00;
	background-color: #F3EAB5;
	color: black;
}
.user_form .text_area {
	margin: 0px 0px 20px 0px;
	height: 6em;
	width: 100%;
}

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

/* @group IE6 */

* html #wrapper {
	width: 698px;
}

* html .gallery ul {
	height: 1px;
}

* html #navi ul ul {
	top: 35px;
}

* html .boxed-list ul {
	height:1px;
}

* html .user_form table {
	width: 55%;
}

/* @end */

/* @group IE7 */

* + html .gallery ul {
	height: 102px;
}

* + html #navi ul ul {
	top: 35px;
}

* + html .boxed-list ul {
	min-height:1px;
}

* + html .user_form table {
	width: 55%;
}

/* @end */

/* @group IE8 */

.gallery ul {
	width /*\**/: 630px\9
}

.gallery ul {
	height /*\**/: 102px\9
}

.boxed-list ul {
	min-height /*\**/:145px\9
}

/* @end */
