body {
	font-family:verdana, arial, serif;
	font-size:11px;
	color:#6d5f52;
}

div#container {
	background:url("../img/background.gif") no-repeat top left;
	margin:0 auto;
	width:990px;
}



/* OVERALL SETTINGS */


hr {
	border-bottom:1px solid #d9d5ca;
	margin:15px 0;
	border-right:0;
	border-left:0;
	border-top:0;
}

div.clear {
	font-size:1px;
	height:1px;
	clear:both;
}

a:link, a:visited {
	text-decoration:none;
	color:#ff8500;
}

a:hover, a:active, a.active {
	color:#665f4f;
}

span.link {
	color:#ff8500;
}


h1 {
	font-weight:normal;
	line-height:23px;
	font-size:23px;
	margin:0 0 10px 0;
}

h2 {
	font-weight:normal;
	margin:0 0 15px 0;
	font-size:24px;
}

h3 {
	margin:0 0 10px 0;
	font-weight:bold;
	font-size:19px;
	color:#ff8500;
}

div.r {
	float:right;
}

/* FORMS */

form label {
	padding-top:4px;
	display:block;
	width:150px;
	float:left;
}

div.input {
	margin-bottom:5px;
}

div.text input, div.password input, textarea {
	border:1px solid #a7a6aa;
	padding:2px 5px 2px 5px;

}

div.submit input {
	background-color:#fd8604;
	text-transform:uppercase;
	text-align:center;
	line-height:23px;
	cursor:pointer;
	font-size:10px;
	height:23px;
	width:57px;
	color:#fff;
	border:0;
}

a.btn:link, a.btn:visited {
	background-color:#fd8604;
	text-transform:uppercase;
	text-align:center;
	line-height:23px;
	cursor:pointer;
	font-size:10px;
	color:#fff;
}

/* LAYOUT */

#content {
	border-collapse:collapse;
	width:100%;
}

#content .side {
	padding-left:10px;
	width:300px;
}

div.block {
	margin-bottom:20px;
}

div.block div.title {
	background-color:#f7962f;
	text-transform:uppercase;
	text-align:center;
	line-height:23px;
	font-size:10px;
	height:23px;
	float:left;
	width:57px;
	color:#fff;
}

div.block div.t-archive {
	background-color:#70adc0;
}
div.block div.t-today {
	background-color:#fec400;
}
div.block div.t-other {
	background-color:#7ed3be;
}
div.block div.t-poll {
	background-color:#d281a2;
}
div.block div.t-blogs {
	background-color:#818ed2;
}
div.block div.t-ads {
	background-color:#c2bf72;
}

div.block div.content {
	margin-left:70px;
}

div.block div.content div.hr {
	border-bottom:1px solid #d9d5ca;
	margin-bottom:15px;
	text-align:right;
	height:23px;
}

div.block div.content div.hr img {
	margin:6px 0 2px 0;
}

table.col2 {
	border-collapse:collapse;
	width:100%;
}

table.col2 td {
	padding:0 45px 0 0;
	width:50%;
}

/* ERRORS */

div.error-message {
	margin:2px 0 5px 0;
	color:#FF3E3E;
}

div.error div.text input, div.error div.password input, div.error textarea {
	border-color:#FF3E3E;
}

/* HEADER */

div#header {
	height:90px;
}

div#header #logo {
	background:url("../img/logo.gif") no-repeat center;
	text-indent:-3000px;
	margin-left:80px;
	display:block;
	width:416px;
	height:62px;
}

div#header div.r {
	margin-top:15px;
	text-align:right;
	float:right;
	width:400px;
}

div#namedays span {
	font-weight:bold;
	color:#ff8402;
}

div#weather {
	text-align:right;
	line-height:40px;
	margin-top:10px;
	height:40px;
}

div#weather img {
	vertical-align:middle;
	margin:0 10px;
}

div#current-date {
	text-align:right;
	margin-top:5px;
	width:495px;
}

/* TOPMENU */

#topmenu {
	margin:0 0 30px 0;
	border-collapse:collapse;
	line-height:34px;
	color:#3d3329;
	height:34px;
	width:100%;
}

#topmenu a:link, #topmenu a:visited {
	background-color:#ffc300;
	margin-right:1px;
	text-align:center;
	color:#3d3329;
	display:block;
	height:100%;
}

#topmenu a:hover, #topmenu a:active, #topmenu a.active {
	background-color:#ff8500;
}

#topmenu td.text {
	background-color:#e1dabd;
	vertical-align:middle;
	text-align:center;
	width:165px;
}

#topmenu td.text a:link, #topmenu td.text a:visited {
	margin:0 0 0 15px;
	text-align:center;
	display:inline;
	color:#3d3329;
}

#topmenu td.text img {
	vertical-align:middle;
	text-align:center;
}



/* FLASH MESSAGE */

div#flash-message {
	background-position:-6px -6px;
	background-repeat:no-repeat;
	margin-bottom:10px;
	padding-left:35px;
	font-weight:bold;
	line-height:32px;
	height:32px;
}

div.flash-message-failure {
	background-image:url("../img/msg-bg-err.gif");
	border-bottom:2px solid #e50d2e;
	border-top:2px solid #e50d2e;
}

div.flash-message-success {
	background-image:url("../img/msg-bg-ok.gif");
	border-bottom:2px solid #51683b;
	border-top:2px solid #51683b;
}

div.flash-message-unknown {
	background-image:url("../img/msg-bg.gif");
	border-bottom:2px solid #999;
	border-top:2px solid #999;
}

/* FOOTER */

#footer {
	margin:35px 0 5px 80px;
	font-size:10px;
	color:#a3a194;
}

#botmenu {
	border-bottom:1px solid #d9d5ca;
	border-top:1px solid #d9d5ca;
	border-collapse:collapse;
	margin-bottom:15px;
	width:100%;
}

#botmenu td {
	text-align:center
}

#botmenu a:link, #botmenu a:visited {
	font-weight:bold;
	padding:13px 0;
	display:block;
	color:#666050;
}

#botmenu a.section:link, #botmenu a.section:visited {
	color:#f6952e;
}




/* PAGINATOR */

div#paginator {
	text-align:center;
	margin:50px 0;
	height:30px;
}

div#paginator a:link, div#paginator a:visited, div#paginator span.current {
	background-color:#d9d5ca;
	text-align:center;
	line-height:23px;
	padding:5px 10px;
	margin:0 10px;
	height:23px;
	width:23px;
	color:#fff;
}

div#paginator a.prev:link, div#paginator a.prev:visited,
div#paginator a.next:link, div#paginator a.next:visited{
	text-transform:uppercase;
	background-color:#fd8604;
	font-size:10px;
}

div#paginator div.disabled {
	text-transform:uppercase;
	background-color:#fd8604;
	text-align:center;
	line-height:23px;
	padding:5px 10px;
	font-size:10px;
	display:inline;
	margin:0 10px;
	height:23px;
	width:23px;
	color:#fff;
}

div#paginator span.current {
	background-color:#fd8604;
}

div#paginator span.numbers {
	margin:0 50px;
}

/* jqTransform Select */

.jqTransformSelectWrapper {
	width:100%;
	position:relative;
	height:22px;
	background:url("../img/select-left.gif") no-repeat top left;
	float:left;
	z-index:999;
}

.jqTransformSelectWrapper div span {
	font-size:12px;
	float:none;
	position:absolute;
	width:100%;
	height:22px;
	line-height:15px;
	padding:4px 0 0 10px;
	overflow:hidden;
	cursor:pointer;
	z-index:999;
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display:block;
	position:absolute;
	right:0;
	width:22px;
	height:22px;
	background:url("../img/select-right.gif") no-repeat center center;
	z-index:999;
}

.jqTransformSelectWrapper ul {
	position:absolute;
	top:23px;
	left:0;
	list-style:none;
	background-color:#FFF;
	border:solid 1px #CCC;
	display:none;
	margin:0;
	padding:0;
	height:150px;
	overflow:auto;
	overflow-y:auto;
	/*z-index:10;*/
	z-index:999;
}

.jqTransformSelectWrapper ul a {
	display:block;
	padding:5px;
	text-decoration:none;
	color:#333;
	background-color:#FFF;
	font-size:12px;
}

.jqTransformSelectWrapper ul a.selected {
	background:#EDEDED;
	color:#333;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	background:#3582c4;
	color:#fff;
}

/* used to hide the original form elements */
.jqTransformHidden {display:none;}

/* BANNERS */


#slides-right div.slide {
	margin-bottom:30px;
	text-align:center;
}

#slides-right img {
	border:1px solid #dcdace;
}

#slides-center div.slide {
	/*text-align:center;*/
	margin:10px 0;
}

#slides-center img {
	border:1px solid #dcdace;
}

#slides-bottom {
	min-height:160px;
}

#slides-bottom div.slide {
	text-align:center;
	margin-right:64px;
	float:left;
}

#slides-bottom img {
	border:1px solid #dcdace;
}

#slides-bottom div.last {
	margin-right:0;
}

/* POST INTRO */

div.head {
	font-weight:bold;
}

div.head a.title:link, div.head a.title:visited {
	color:#665f4f;
}

p.txt a:link, p.txt a:visited {
	color:#665f4f;
}

div.entry {
	margin-bottom:35px;
	line-height:150%;
}

div.entry img {
	border:1px solid #dad6cb;
	margin-bottom:20px;
	display:block;
}

/* GENERAL POST */


div.date a:link, div.date a:visited {
	font-weight:bold;
}

div.cnt_comments {
	text-align:right;
	margin-top:15px;
	font-size:10px;
}

div.cnt_comments a:link, div.cnt_comments a:visited {
	background:url("../img/icn-comments.gif") no-repeat left center;
	font-weight:bold;
	padding-left:15px;
}

div.cnt_comments div.r a:link, div.cnt_comments div.r a:visited {
	background:none;
	padding:0;
}

/* NEWS */

div.news-entry {
	line-height:17px;
	min-height:240px;
	font-size:11px;

}

div.news-entry div.image {
	margin-right:30px;
	height:240px;
	float:left;
}

div.news-entry div.image img {
	border:1px solid #dcdace;
	font-size:10px;
}

div.news-entry h2 {
	margin-bottom:15px;
	line-height:100%;
	font-size:21px;
}

div.news-entry h2 a:link, div.news-entry h2 a:visited {
	font-size:21px;
	color:#65604f;
}

#news-paginator {
	margin-top:10px;
	height:30px;
}

#news-paginator a:link, #news-paginator a:visited {
	border:3px double #d1cbbf;
	font-size:16px;
	text-align:center;
	margin-right:10px;
	line-height:24px;
	font-weight:bold;
	display:block;
	float:left;
	height:24px;
	width:34px;
	color:#fff;
}

#news-paginator span {
	background-color:#d1cbbf;
	cursor:pointer;
	display:block;
	height:24px;
	width:34px;
}

#news-paginator a:hover, #news-paginator a:active, #news-paginator a.active {
	border-color:#f8952d;
}

#news-paginator a:hover span, #news-paginator a:active span, #news-paginator a.active span {
	background-color:#f8952d;
}

/* COMMENTS */

div.comment {
	padding:15px 20px;
}

div.even {
	background-color:#ebe8e3;
}

div.comment div.date {
	margin-bottom:20px;
}

div.comment div.date span {
	font-weight:bold;
	color:#ff8500;
}

#add-comment {
	border-collapse:collapse;
	margin:0 auto;
	width:520px;
}

#add-comment td {
	padding-bottom:15px;
}


#add-comment div.text input {
	background-color:#d9d5ca;
	padding:3px 10px;
	color:#8a8774;
	font-weight:normal;
	font-size:11px;
	width:210px;
	border:0;
}

#add-comment textarea {
	background-color:#d9d5ca;
	padding:3px 10px;
	color:#8a8774;
	height:155px;
	width:500px;
	border:0;
}

#add-comment div.submit {
	text-align:right;
}

#add-comment div.error-message {
	display:none;
}
#add-comment div.error input, #add-comment div.error textarea {
	border:1px solid #f00;
}

/* GALLERY */
div.gallery{
	position:relative;
}
/* GALLERY IMAGE NEXT PREV*/
div.gallery a#gallery-btn-next{
	display:block;
	width:250px;
	height:400px;
	position:absolute;
	right:7px;
	top:0;
	background:url(../img/blank.gif) no-repeat;
}

div.gallery a#gallery-btn-next:hover, div.gallery a#gallery-btn-next:active{
	background:url(../img/next.gif) no-repeat right center;
}

div.gallery a#gallery-btn-prev{
	display:block;
	width:250px;
	height:400px;
	position:absolute;
	left:0;
	top:0;
	background:url(../img/blank.gif) no-repeat;
}

div.gallery a#gallery-btn-prev:hover, div.gallery a#gallery-btn-prev:active{
	background:url(../img/prev.gif) no-repeat left center;
}

div.gallery img {
	border:1px solid #dcdace;
}

div.gallery div.thumbs img {
	margin-top:30px;
	margin-right:7px;
}

/* ARCHIVE CHOOSER */

.archive-chooser div.select {
	padding-bottom:15px;
}

.archive-chooser div.submit {
	text-align:right;
}

/* ADMIN TOOLS */

div#admtools {
	padding:5px 10px 5px 3px;
	border:1px solid #aaa;
	background-color:#eee;
	margin:0 0 15px 0;
	font-size:11px;
}

div#admtools img {
	vertical-align:middle;
}

div#admtools a:link, div#admtools a:visited {
	text-decoration:none;
}

div#admtools a.logout:link, div#admtools a.logout:visited {
	float:right;
}

/* SUGGEST POST */

#suggest-post {
	padding:10px 20px 0 20px;
}

#suggest-post h2 {
	font-weight:bold;
	margin:0 0 15px 0;
	font-size:15px;
	color:#595854;
}

#suggest-post div.submit {
	text-align:right;
	width:211px;
}

#suggest-post p {
	background-color:#e1e1e1;
	margin-top:15px;
	font-size:11px;
	padding:10px;
	color:#666;
}

#suggest-post textarea {
	width:200px;
	height:80px;
}

/* MISC */

div.section, div.post {
	line-height:150%;
}

div.section ul {
	margin:5px 0 5px 20px;
}

div.section li {
	list-style-image:url("../img/li.gif");
	list-style-position:inside;
	padding-left:0;
}

div.post div.image {
	margin-right:20px;
	height:245px;
	float:left;
}

div.post div.image img {
	border:1px solid #dcdace;
}

#post-options {
	font-size:10px;
	margin-top:30px;
}

#post-options img {
	vertical-align:middle;
	margin:0 5px;
}

#post-options a:link, #post-options a:visited {
	color:#6d5f52;
}

#post-options a span {
	font-weight:bold;
	color:#ff8300;
}

#post-options a#suggest:link, #post-options a#suggest:visited {
	background:url("../img/icn-email.gif") no-repeat left center;
	padding-left:15px;
}

#post-options a.cnt_comments:link, #post-options a.cnt_comments:visited {
	background:url("../img/icn-comments.gif") no-repeat left center;
	margin-left:30px;
	padding-left:15px;
}

div.follow{
	padding-top:20px;
}
/* BLOGS */

div.blogs div.entry {
	min-height:135px;
	_height:135px;
}

div.blogs div.entry img {
	margin-right:20px;
	float:left;
}

div.blogs h2 a:link, div.blogs h2 a:visited {
	color:#665f4f;
}


.start div.blogs div.entry {
	margin-bottom:25px;
	min-height:50px;
}

.start div.blogs div.entry img {
	margin-right:10px;
}

/* POLLS */

div.poll img {
	margin-bottom:10px;
}

/* POST SUBMIT */

.post-submit {
	text-align:right;
}

.post-submit div.input {
	margin-bottom:20px;
}

.post-submit div.file {
	margin-bottom:5px;
}


.post-submit div.text input {
	font-family:verdana, arial, serif;
	background-color:#d9d5ca;
	border-color:#d9d5ca;
	font-size:12px;
	color:#333;
	padding:3px 7px;
	width:211px;
}

.post-submit div.submit {
	margin-top:10px;
}div.reader-info{	text-align:justify;	padding-bottom:20px;	line-height:150%;}