/*
*/

/* iepngfix */

/* default elements */

* {
	margin: 0;
	padding: 0;
}

/* My Comment */

body {
	background: black url(img/bg.jpg);
	color: #404040;
	font: normal 62.5%  Helvetica, Arial, "Lucida Grande", "Verdana", sans-serif;
	padding: 0 0 15px 0;
}

a {
	color: #3f3f3f;
	text-decoration: underline;
}

a:hover {
	color: #d35900;
}

big {
	font-size: 1.1em;
}

h1,h2,h3 {
	color: #b5b01d;
	padding: 8px 0 2px 0;
}

h1 {
	font: bold 2.4em Helvetica,sans-serif;
}

h1 a {
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

h2 {
	font: normal 1.6em Helvetica,sans-serif;
}

h3 {
	font: bold 1.2em Helvetica,sans-serif;
}

.title h1 {
	color: #c82d33;
	font: normal 2.2em Helvetica,sans-serif;
	padding: 10px 0 10px 18px;
}

.title h1 a:hover {
	text-decoration: none;
}

.col2 .right h2 {
	font-size: 1.2em;
	font-weight: bold;
}


blockquote {
	display: block;
	margin: 8px 0 12px 0;
	padding: 25px 25px 15px 25px;
	background: url(img/bg_comments.jpg) no-repeat top left;
	color: #b76218;
	font: italic 1.1em Georgia, serif;
	position: relative;	
	width: 385px;
}

.SinglePageTemplate blockquote {
	background: url(img/bg_comments_wider.jpg) no-repeat top left;
	width: 500px;
	margin-left: 67px;
}

.entry blockquote p { 
	color: #b76218;
}

.entry blockquote strong { font-size: 1.3em; }

blockquote div.blockquote_bottom {
	position: absolute;
	left: 0px;
	bottom: -5px;
	height: 15px;
	width: 440px;
	background: url(img/bg_comments_bottom.gif) no-repeat top left;
	z-index: 10000;
}

.SinglePageTemplate blockquote div.blockquote_bottom {	
	width: 544px;
	background: url(img/bg_comments_bottom_wider.gif) no-repeat top left;	
}

form, table {
	margin-bottom: 1.2em;
}

img {
	border: none;
}

label {
	display: block;
}

li {
	line-height: 1.5em;
}

p {
	padding: 2px 0 10px;
}

small,.small {
	font: normal 0.9em sans-serif;
}

ul {
	padding: 0 2em 1.2em;
}

/* structure */

#wrapper {
	margin: 0 auto;
}

#container {
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 691px;
	background: transparent url(img/bg_content.gif) repeat-y left top;
	padding: 0 62px 40px 66px;
}

/* header and curtains */
#curtains {
	position:absolute;
	top: 0px;
	left: 0px;
	height: 260px;
	width: 100%;
	background: url('img/curtains.png') no-repeat top center;
}

/* header and curtains */
#curtains1 {
	position:absolute;
	top: 0px;
	left: 0px;
	height: 260px;
	width: 100%;
	background: url('img/curtains.gif') no-repeat top center;
}

/* logo container */
.title a {
	background: transparent url(img/logo.gif) no-repeat left bottom;
	height: 149px;
	display: block;
	position: relative;
	text-indent: -10000px;
}

.title a:focus { outline: 0;}

.title h1 { 
	display: none;
}


/* navigation */
.navigation {
	background: transparent url(img/bg_menu.jpg) no-repeat top left;
	height: 98px;
	margin-left: -60px;
	margin-right: -62px;
	position: relative;
	overflow: hidden;
}

.navigation ul {
	list-style: none;
	position: absolute;
	top: 35px;
	left: 26px;
	white-space: nowrap;
	width: 1000px;
}

.navigation ul li {
	float: left;
	padding-left: 21px;
	margin-left: 4px;
	background: url(img/nav_off_left.gif) no-repeat top left;
}

.navigation ul li a {
	font-family: Helvetica, arial, sans-serif;
	display: block;
	color: #3f3f3f;
	font-size: 1em;
	font-weight: bold;
	padding: 7px 20px 5px 0px;
	text-decoration: none;
	background: url(img/nav_off_right.gif) no-repeat top right;
}

/* active items */
.navigation ul li.current_page_item {
	margin-top: -34px;
	background: url(img/nav_on_left.gif) no-repeat top left;
}

.navigation ul li.current_page_item a,
.navigation ul li.current_page_item a:hover {
	display: block;
	color: #d35900;
	padding-top: 40px;
	padding-bottom: 15px;
	padding-right: 25px;
	background: url(img/nav_on_right.gif) no-repeat top right;
}

.navigation ul li:hover a {
	color: #d35900;
}

.navigation ul li a:focus { outline: 0;}

/* main */

.main#two-columns {
/*	background: transparent url(img/two-columns.gif) repeat-y;*/
}

/* bottom */

.bottom {
	font-size: 0.9em;
	color: #999999;
	margin-top: 25px;
}

.bottom-content  {
	background: #404040 url(img/bottom-shadow.jpg) no-repeat left top;
	padding: 10px;
	padding-left: 47px;
}

.bottom h1,
.bottom h2,
.bottom h3 {
	color: #aaaaaa;
	font-size: 18px;
	padding: 0;
}

.bottom .block {
	width: 270px;
}

.bottom a,
.bottom .block li a {
	background: none;
	color: white;
	font-size: 1.1em;
	line-height: 1em;
}

.bottom .block li a em {
	color: #999999;
	font-weight: normal;
}

.bottom .left,.bottom .right {
/*	float: none;*/
	display: block;
}

.bottom .right {
/*	padding-left: 40%;*/
	width: 50%;
	float: right;
}

/* footer */
.footer {
	font-size: 11px;
	color: #222222;
	margin: 0 auto;
	width: 819px;
	height: 54px;
	background: transparent url(img/bg_footer.gif) no-repeat 0 0;
}

.footer p {
	margin: 0 0 0 66px;
}

.footer a {
	color: #222222;
	background: none;
	text-decoration: none;
}

.footer a:hover {
	background: none;
	text-decoration: underline;
}


/* My Comment */

/* gallery */

.gallery td {
	vertical-align: top;
	text-align: center;
}

.gallery em {
	display: block;
}

/* misc */
.clear, .clearer {
	clear: both;
}

.clearer {
	font-size: 0;
}

.col2 {
	
}

.col2 .left {
	width: 64%;
}

.col2 .right {
	width: 210px;
}

.col2 .right .content {
	background-image: none;
	font-size: 0.9em;
	padding: 0px;
}

.col2 .right .content h2 {
	margin-top: 20px;
}

.content h5 {
	font-size: 1em;
	color: #d15c0c;
	margin: 0 0 15px 7px;
	padding-top: 10px;
}

#sidebar {
	background: transparent url(img/sidebar.jpg);
	font-size: 1em;
	padding: 10px 30px 0 45px;
	margin-top: 10px;
}

#sidebar_bottom {
	clear: both;
	height: 35px;
	margin-top: -16px;
	margin-bottom: 25px;
	background: transparent url(img/sidebar_bottom.jpg) top left;	
}

#sidebar form#searchform input { width: 90px; }
#sidebar form#searchform input.submit { 
	width: 25px;
	height: 21px;
	font-weight: bold;
	font-size: 0.9em;
}

.left {
	float: left;
}

.main .content {
	background: url(img/stain.gif) no-repeat left top;
}

.main .col2 .left {

}

.main .col2 .left > .content {
	min-height: 400px;
}

.right {
	float: right;
}

.right .content {
	padding: 18px 12px 12px;
}

/* block list */

ul.block {
	margin: 4px 0;
	padding: 0;
	width: 90%;
}

.block li {
	list-style: none;
}

.block li a,.block li em {
	color: #553;
	display: block;
}

.block li em {
	font-size: 0.9em;
	font-style: normal;
}

.block li a {
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
}

.block li a:hover {
	color: #d35900;
}


.entry p {
	color: #3f3f3f;
	font-size: 1em;
	line-height: 1.5em;
}

/* Comment Form */

#commentform {
	padding-top: 20px;
}

#commentform p label {
	font-weight: bold;
	float: left;
}

#commentform p input {
	float: right;
	width: 50%;
}

#commentform p {
	clear: both;
}

#commentform input[type=text],
#commentform textarea {
	font: 10pt/14pt Helvetica, sans-serif;
	color: #444444;
	padding: 3px 2px 1px 2px;
	border: 1px solid #818181;
	background: #F3E8E4;
}


#commentform #comment {
	width: 434px;
	padding: 3px;
}

/* Post information */

.post {
	/* I know, this sucks, yet another manual tweak */
	padding-left: 8px;
}

.post .descr {
	font-size: 0.9em;
	border-bottom: 1px solid #b76218;
	color: #b76218;
}

.post .entry {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #8a4000;
}

.post .info {
	font-size: 0.9em;
	text-align: right;
	color: #8a4000;
}

/* Floating images page */
ul#float-images { 
	list-style: none; 
	margin: 0;
	padding: 0;
}

ul#float-images li {
	clear: both;
}

ul#float-images li.right-align img {
	float: right;
	margin: -5px -20px 0 0;
}

ul#float-images li.right-align div {
	float: left;
	width: 48%;
}

ul#float-images li.left-align img {
	float: left;
	margin: -5px 0 0 -20px;
}

ul#float-images li.left-align div {
	float: right;
	width: 48%;
}

/* clearfixing each li */
ul#float-images li:after {
	clear:both;
	content:".";
	display:block;
	height:0pt;
	visibility:hidden;
}
* html ul#float-images li.clearfix {
	height:1%;
}

/* sIFR */

.sIFR-replaced .sIFR-alternate {
	display: none;
}

/* Page templates fixes */

.SinglePageTemplate .bottom {
	display: none;
}

.SinglePageTemplate .content {

}

.SinglePageTemplate .content h1 {

}

.SinglePageTemplate .post .entry {
	color: #8a4000;
}

.post .entry {
	padding-top: 10px;
	padding-bottom: 10px;
}

.post .info {
	font-size: 0.9em;
	text-align: right;
}

.commentlist {
/*	padding-left: 30px;*/
	list-style: none;
}

.commentlist li {
	margin: 0 0 20px 0;
	padding: 15px;
	background: url(img/bg_comments.jpg) no-repeat top left;
	color: #8c3900;
	position: relative;
}

.commentlist li .comments_bottom {
	position: absolute;
	left: 0px;
	bottom: -1px;
	height: 15px;
	width: 440px;
	background: url(img/bg_comments_bottom.gif) no-repeat top left;
	z-index: 10000;
}

.commentlist li ol {
	border-bottom: 1px solid #dbc9a6;
	padding-bottom: 0;
	margin: 0 15px 15px 15px;
	background: transparent;
}

.commentlist li ol li {
	background: transparent;
	margin-bottom: 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #dbc9a6;
	position: relative;	
}

.commentlist li .authorline {
	font-size: 0.9em;
	color: #9c8761;
}

.commentlist li ol li .comments_bottom { display: none; }

/*.commentlist li {
	border: 1px solid red;
}*/

/* main page */
#mainpage {
	position: relative;
	padding-top: 361px;
}

#mainpage .mainpage-image {
	position: absolute;
	top: -30px;
	left: -67px;
	z-index: 10000;
}
#mainpage .mainpage-image img { width: 806px; }

#mainpage h1 { display: none; } /* hiding title */

#mainpage .mainpage-form-title {
	text-indent: -10000px;
	height: 30px;
	background: url(img/title-signup.gif) no-repeat top left;
}

#mainpage .mainpage-blog-title {
	text-indent: -10000px;
	height: 30px;
	background: url(img/title-recentblog.gif) no-repeat top left;
}

#mainpage .form input.email {
	width: 230px;
	font-size: 12px;
	padding: 2px;
}

#mainpage td.recent {
	padding-left: 20px;
}

.mainpage-note {
	color: #888888;
	font-size: 0.9em;
}

#mainpage .signup-message {
	display: none;
}

#mainpage table.signup {
	margin-top: 20px;
	margin-bottom: 20px;
}

#mainpage table.signup tr td {
	vertical-align: top;
}

#mainpage table.signup tr td.form {
}

#mainpage .signup-error {
	color: red;
	font-size: 0.9em;
	display: none;
	margin-top: -10px;
	margin-bottom: 10px;
}
/* EOF */
