/* ----------------------------------------------
	Template Name : Unbound
	Template Code : S-0023
	Version : 1.0   stic
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/
	Last Date Modified : April 17, 2008
 ------------------------------------------------ */

/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 16px/185% "Times New Roman", Times, serif;
	color: #333;
	margin: 0; padding: 0 0 50px 0;
	background: #070707 url(/images/bg.jpg) repeat-x;
	text-align: center;
	line-height:1.4em;
}

/* Links */
a {
	color: #A56F38;
}
a:hover {
	background: #F0f0f0;
	color: #000;
	border-bottom: 1px dotted #000;
	text-decoration:none;
}

a.icon-link { display:block; float:right; text-decoration:none; padding: 5px; border: 1px solid #FFF;}
a.icon-link:hover {	display:block; background: #fafafa; border: 1px solid #dcdcdc;padding: 5px;}
/* Headers */
h1, h2, h3, h4 {
	font: bold 1em/1.5em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #111;
	padding: 17px 10px 5px 10px;
	margin: 0;
}
h1 {
	font-size: 345%;
	font-weight: normal;
	letter-spacing: -2px;
}
h2 {
	font-size: 160%;
	color: #663333;
	letter-spacing: 2px;
}
h3 {
	font-size: 140%;
	font-weight: normal;
}

h4 {
	font-size: 125%;
	font-weight: normal;
}

p, dl { padding: 10px; margin: 0; letter-spacing:0.02em;  }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #895F30;
}
dd {
  padding-left: 25px;
}

/* Images */
img {
	background: #fafafa url('/images/ajax-preloader') 10px 10px no-repeat ;
   border: 1px solid #dcdcdc;
	padding: 5px;
}
img.icon { border:0; padding:0; margin:0; display: block;}
img.icon-inline { border:0; padding:0 0 0.4em 0;; margin:0;  background:#FFF}
img.float-right {
  	margin: 5px 0px 10px 10px;
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #EBEBEB;
	background: #F0F0F0;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;
   border: 1px solid #F0F0F0;
	background: #F0F0F0 url(/images/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #555;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;
}
th {
	color: #555;
	background: #E6E6E6;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;

	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}
tr {
	height: 34px;
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #ECECEC;
}
/* end - table */

/* form elements */
form {
	margin: 15px 10px; padding: 5px 10px 20px 10px;
	border: 1px solid #f1f1f1;
	background: #fdfdfd;
}
fieldset {
	border:#999 dotted 1px;
	position: relative;
}
legend.date{
	background: white url('/images/icons/026.gif') bottom left no-repeat;
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;
}
textarea {
	width: 350px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
input, textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4;
}

input.button {
	font: bold 12px Arial, Sans-serif;
	height: 30px;
	margin: 0;
	padding: 2px 3px;
	color: #555;
	background: #E6E6E6;

	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;
	margin: 0; padding: 12px 0 15px 8px;
	width: 190px;
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox {
	width: 115px;
	color: #666666;
	height: 18px;
	padding: 2px;
	vertical-align: top;
}
.searchform input.button {
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */
#header-wrap {
	position: relative;
	background: url(/images/wrap-bg-small.gif) repeat-x top;
	margin: 0 auto;
	width: 98%;
	height: 405px;
	text-align: left;
}

#header-wrap-left-bg {
	background: url(/images/wrap-bg-left.jpg) no-repeat top left;
	width: 100%;
	height: 405px;
	text-align: left;
}

#header-wrap-right-bg {
	background: url(/images/wrap-bg-right.jpg) no-repeat top right;
	width: 100%;
	height: 405px;
	text-align: left;
}
/* tv teaser */
#tv-teaser {
	position: absolute;
	top: 278px; left: 42px;
	padding: 0;
	height:133px;
	width: 170px;
	clear: both;
	/* border: 1px solid #F0F0F0; */
}
#tv-teaser img {
	border: none;
	margin: 0; padding: 0;
}
/* tv teaser */
#calendar-teaser {
	position: absolute;
	top: 248px; left: 38px;
	padding: 0;
	height:160px;
	width: 308px;
	clear: both;
	background: #FFF;
	/* border: 1px solid #F0F0F0; */
}
#calendar-teaser img {
	border: none;
	margin: 0; padding: 0;
}
#calendar-teaser #text-container {
	background: #F5F5F5;
	margin:0 0 0 103px;
	padding: 5px;
}
/* sticker */
#sticker {
	position: absolute;
	top: 200px; left: 350px;
	padding: 0;
	height:134px;
	width: 180px;
	clear: both;
	background: url('/images/sticker_s.jpg');
	/* border: 1px solid #F0F0F0; */
}
#sticker h4 {
	border: none;
	font-size: 110%;
	margin: 0; padding: 10px 5px 10px 20px;
}



#header-photo {
	position: absolute;
	top: 83px; right: 24px;
	padding: 0;
	height:315px;
	width: 286px;
	clear: both;
	background: url('/images/ajax-loader') center no-repeat;
	/* border: 1px solid #F0F0F0; */
}
#header-photo img {
	border: none;
	margin: 0; padding: 0;
}

/*  Navigation  */
#nav {
	position: absolute;
	margin: 0; padding: 0;
	width: 880px;
	left: 25px;	top: 0px;
}
#nav ul {
	float: left;
	list-style: none;
	width: 880px;
	height: 40px;
	margin: 0; padding: 0;
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	float: left;
	margin: 0;	padding: 18px 11px 0 11px;
	font: bold 16px/37px 'Trebuchet MS', Tahoma, Helvetica, Arial, Geneva, Sans-serif;
	text-decoration: none;
	color: #070000;
}
#nav ul li a:hover,
#nav ul li a:active {
	color: #663333;
	background: none;
	border: none;
}
#nav ul li#current a {
	color: #000;
	background: #d5d3d6 url(/images/nav-current.jpg) repeat-x;
	border-bottom: 1px solid #CECECE;
}

#header-wrap h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 62px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -1.5px;
	color: #070000;
	text-decoration: none;

	/* change the values of top and left to adjust the position of the logo*/
	top: 135px; left: 48px;
}
#header-wrap h1#logo-text a:hover {
	background: none;	border: none;
}
#header-wrap p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #663333;
	width: 400px;

	/* change the values of top and left to adjust the position */
	top: 205px; left: 60px;
}

/* header quick search */
#header-wrap form#quick-search {
	position: absolute;
	top: 25px; right: 25px;
	padding: 0; margin: 0;
	width: 290px; height: 26px;
	background: #fff ;
	z-index: 999999;
	border: 1px solid #D8D8D8;
}
#header-wrap form#quick-search p {
	margin: 0 0 0 5px; padding: 0; background: url(/images/icons/021.gif) left center no-repeat;
}
#header-wrap form#quick-search .tbox {
	margin: 2px 0 0 25px;
	width: 250px;
	background: none;
	border: none;

	color: #ABABAB;
}
#header-wrap form#quick-search label,
#header-wrap form#quick-search .btn {
	display: none;
}

#content-outer {
	background: #fff;
	width: 100%;
}
#content-wrapper {
	width: 98%;
	margin: 0 auto;
	text-align: left;
}
#content {
	float: left;
	width: 100%;
	/*background: #fff url(content-bg.jpg) no-repeat;	*/
}

.col-one {
	margin: 0 49% 0 0;
	padding-left: 25px;


}
.col-two {
	float: right;
	width: 22%;
	margin-right: 15px;
	padding-top: 12px;
}
.col-three {
	float: right;
	width: 23%;
	/*margin-left: -235px;*/
	padding-top: 12px;
	padding-right: 25px;

}

#content .col-three {background: #fff url(/images/content-bg-right.jpg) no-repeat right top;}
#content .col-one { background: #fff url(/images/content-bg-left.jpg) no-repeat left top;	}

.col-one, .col-two, .col-three {
	padding-bottom: 20px;
}

#content .col-one h2 {
	padding-bottom: 4px;
	font: normal 1.9em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #000;
	letter-spacing: 0px;
	text-transform: none;
	border-bottom: 1px solid #ebebeb;
	margin-left: 5px;
	padding-left: 5px;
	padding-top: 15px;
}
#content .col-one h2 a {
	color: #000;
	text-decoration: none;
	background: none;
	border: none;
}
#content .col-one ul li {
	list-style-image: url(/images/bullet.gif);
}
#content-wrapper .col-three legend {
	color: #111;
	background-color: #fff;
	font: normal 1.4em "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-transform: none;
	text-align:right;
	letter-spacing: -0.5px;
	line-height:0.8em;
	padding: 0 0 0 32px;
	margin: 0 0 0 20px;
}
#content-wrapper .col-two h3,
#content-wrapper .col-three h3  {
	color: #111;
	font: normal 1.4em "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 10px;
	margin: 15px 0 5px 0;
}
#content-wrapper .col-three p { padding:3px 10px 10px 10px;}
/* sidebar menu */
ul.sidemenu {
font-size: 0.9em;
	text-align: left;
	margin: 7px 5px 8px 0px; padding: 0;
	text-decoration: none;
	background: url(/images/dots.gif) repeat-x left top;
}
ul.sidemenu li {
	list-style: none;
	background: url(/images/dots.gif) repeat-x left bottom;
	padding: 6px 10px;
	margin: 0;
}
* html body ul.sidemenu li {
	height: 1%;

}
ul.sidemenu li a {
	text-decoration: none;
	background-image: none;
	background-color: transparent;
	color: #666666;


}
ul.sidemenu li span {
	color: #989898;
	font-style: italic;
	font-weight: normal;

}
ul.sidemenu li a:hover {
	color: #000;
	background: none;

}
ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
ul.sidemenu ul li { background: none; }


/* footer */
#footer-wrapper {
	clear: both;
	color: #999;
	width: 98%;
	margin: 0 auto;
	text-align: left;
	font-size: 1.1em;
}
#footer-wrapper .col-three {
padding-top:0;
}
#footer-wrapper h3, #footer-wrapper p {
	padding-left: 0;
}
#footer-wrapper h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #ABABAB;
}
#footer-wrapper a {
	color: #fff;
	background: transparent;
}

#footer-wrapper ul.footer-list {
	border-top: 1px solid #333;
	list-style: none;
	padding: 0;
	margin-left: 0;
}
#footer-wrapper ul.footer-list li {
	border-bottom: 1px solid #333;
	padding:8px 0;

}
#footer-wrapper ul.footer-list li a {
	display: block;
	width: 98%;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0;
	border: none;
	margin-left: 0;
	padding-left: 0;
	color: #666666;
}
#footer-wrapper ul.footer-list li a span {
	color: #444;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
#footer-wrapper ul.footer-list li a:hover,
#footer-wrapper ul.footer-list li a:hover span {
	color: #fff;
	text-decoration: none;
}

#footer {
	float: left;
	width: 100%;
	padding: 0;
	margin-left: 5px;
	margin-top: 10px;
}
#footer-bottom {
	clear: both;
	border-top: 1px solid #111;
	width: 880px;
	margin: 0 auto;
}
#footer-bottom .bottom-left {
	float: left;
	padding-left: 5px;
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;
}

/* collaps */
.collaps {
	padding:20px;
	font: normal 1.8em/1.8em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #777;
	border: 1px solid #EBEBEB;
	background: #F5F5F5;
	text-align:center;
}

/* postmeta */
.postmeta {
	padding: 5px; margin: 20px 10px 15px 10px;
	font-size: 1em;
	color: #777;
	/*border: 1px solid #EBEBEB;*/
	background: #F5F5F5;
}
.postmeta a { background: transparent; }
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #bababa; }
.post-info a { color: #000; }

/* thumbnails */
p.thumbs{ padding: 12px 0 0 10px; }

.thumbs img {
	position: relative;
	padding: 4px;
	margin: 5px;
	background: #fafafa;
   border: 1px solid #dcdcdc;
}
.thumbs img:hover	{
	border: 1px solid #8E8E8E;
	background: #8E8E8E;
}
.thumbs a:hover { background-color: transparent; border: none }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* position classes */
.top-right-position { position: absolute; top:0px; right:10px;}

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content: ".";
}


div.recent-post-links-container {width:70%;}
div.recent-post-links-container hr { visibility: hidden; margin: 3px 0; }
div.recent-post-separator {border-bottom: 1px solid #ebebeb; padding: -5px 0 5px 0; margin: 5px 0 5px 5px;}
div.date-holder {float: left; width:4.5em; text-align: center; background: #F5F5F5; padding: 8px 0; margin:5px 5px 0  5px; line-height: 0.8em;}

div.tag-cloud-holder {text-align: center; background: #F5F5F5; margin:  0 5px; padding: 5px 10px;}
div.google-AdSense-holder {text-align: center; margin:  0 5px; padding: 5px 10px;}
ul.tag-cloud {display: inline; list-style: none; margin: 0; padding: 0; font-size:1em;}
ul.tag-cloud li { text-transform: none; letter-spacing: 0.5px; display: inline; padding: 7px 2px;}
ul.tag-cloud li a:hover{background: none;}
div#comment_list{ padding:8px}
p.comment-author {
  font-weight: bold;
  color: #895F30;


}
p.comment-body {
  margin:0 0 0 35px;
  padding:5px;
}
div.comment-short p.comment-body {
  margin:0 0 0 0;
  padding:5px;
}
ul.sidemenu li span.comment-body-savina { font-weight: bold;}
p.comment-body-savina {
  margin:0 0 0 35px;
  padding:5px;
  font-weight: bold;
}
div.comment {background:  #F0F0F0 url(/images/quote.jpg) no-repeat 10px 35px; margin:10px 0;}

div.links { color:#000; display:none; }
div.links a { color:#000; border:0; text-decoration:none;}
div.image-round {background:#ccc; float: right;}
div.image-round img{padding:0; margin:0 10px; border:0;}