/* ----------------------------------------------
	Template Name : Unbound
	Template Code : S-0023
	Version : 1.0   
	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: 12px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #666666; 	
	margin: 0; padding: 0 0 50px 0; 
	background: #070707 url(images/bg.jpg) repeat-x;
	text-align: center;
}

/* Links */
a {
	text-decoration: none;
	color: #A56F38; 	
}
a:hover {
	background: #F0f0f0; 
	color: #000;
	border-bottom: 1px dotted #000;
}
img a:hover {border:0; background:none;}
/* Headers */
h1, h2, h3 {
	font: bold 1em/1.5em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #111;
	padding: 15px 10px 5px 10px;
	margin: 0;
}
h1 {
	font-size: 345%;	
	font-weight: normal;
	letter-spacing: -2px;	
}
h2 {
	font-size: 200%;
	color: #663333;	
}
h3 {
	font-size: 170%;	
	font-weight: normal;	
}

p, dl { padding: 10px; margin: 0; }

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;
   border: 1px solid #dcdcdc;
	padding: 5px;
}
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 {
	padding: 5px 10px 20px 10px;
	border: 1px solid #f1f1f1; 
	background: #fdfdfd; 	
}
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: 580px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
 margin:5px;
	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; 

	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: #fff url(images/wrap-bg.jpg) no-repeat;
	margin: 0 auto;
	width: 940px;
	height: 385px;
	text-align: left;	
}
#header-photo {
	position: absolute;
	top: 90px; left: 24px;	
	padding: 0;		
	height:290px; 
	width: 890px;
	clear: both;
	/* border: 1px solid #F0F0F0; */
}
#header-photo img {
	border: none;
	margin: 0; padding: 0;
} 

/*  Navigation  */
/* MENU top */


#nav {
	position: absolute;
	margin: 0; padding: 0;		
	width: 880px;	
	left: 25px;	top: 8px;

}
#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 14px/35px 'Trebuchet MS', Tahoma, Helvetica, Arial, Geneva, Sans-serif;
	text-decoration: none;	
	color: #070000;	 border-bottom: 1px solid #CECECE;	
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #663333;
	background: #eee;
 border: none; border-bottom: 1px solid #CECECE;	
}
#nav ul li#current a {	
	color: #000;	
	background: #d5d3d6 url(images/nav-current.jpg) repeat-x;
	border-bottom: 1px solid #CECECE;
}
#nav ul li#current a:hover {	
	color: #fff;	

	border-bottom: 1px solid #CECECE;
}
#nav ul li ul {
  display: none;
  position: absolute;

 margin-left: 82px;
  margin-top: 54px;
  width: 102px;	background: #eee;
}
#nav ul li ul li a {
  width: 102px;
display: block;
height:30px;font: bold 12px/30px 'Trebuchet MS', Tahoma, Helvetica, Arial, Geneva, Sans-serif;
  padding-top: 0px;background: #eee;
}
#nav ul li ul li a:hover {

	color: #fff;
	background: #ddd;
border-bottom: 1px solid #CECECE;
}
#nav li a.sub {background: url(images/down-arrow.gif) no-repeat right center;background: #eee;}
#nav li:hover ul {
  display: block;
}

#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: 800px;
	
	/* change the values of top and left to adjust the position */
	top: 205px; left: 60px;		
}

/* header quick search */
#header-wrap form#dw__search {
	position: absolute;
	top: 25px; right: 25px;
	padding: 0; margin: 0;
	width: 260px; height: 26px;
	background: #fff;	
	z-index: 999999;
	border: 1px solid #D8D8D8;		
}
#header-wrap form#dw__search p {
	margin: 0; padding: 0;		
}
#header-wrap form#dw__search #qsearch__in {
	margin: 2px 0 0 4px; 
	width: 210px;
	background: none;
	border: none;
	color: #ABABAB;
}
#header-wrap form#dw__search label,
#header-wrap form#dw__search .button {
	display: none;	
}
.ajax_qsearch {
  position: absolute;
  right: 237px;;
  width: 200px;
  opacity: 0.9;
  display: none;
  font-size: 80%;
  line-height: 1.2em;
  border: 1px solid __border__;
  background-color: __background_other__;
  text-align: left;
  padding: 4px;
}

/* --------------- search result formating --------------- */
.search_result {
  margin-bottom: 6px;
  padding: 0 10px 0 30px;
}

.search_snippet {
  color: __text_other__;
  font-size: 12px;
  margin-left: 20px;
}

.search_sep {
  color: __text__;
}

.search_hit {
  color: __text__;
  background-color: __highlight__;
}
strong.search_hit {
  font-weight: normal;
}

.search_quickresult {
  margin: 0 0 15px 30px;
  padding: 0 10px 10px 0;
  border-bottom: 1px dashed __border__;
}
.search_quickresult h3 {
  margin: 0 0 1.0em 0;
  font-size: 1em;
  font-weight: bold;
}

ul.search_quickhits {
  margin: 0 0 0.5em 1.0em;
}

ul.search_quickhits li {
  margin: 0 1.0em 0 1.0em;
  float:left;
  width: 30%;
}


#content-outer {
	background: #fff;
	width: 100%;
}
#content-wrapper {
	width: 940px;
	margin: 0 auto;	
	text-align: left;
}
#content {
	float: left;
	width: 100%;
	background: #fff url(images/content-bg.jpg) no-repeat;		
}

.col-one {
	margin-right: 280px;
	padding-left: 25px;
}
.col-two {
	float: left;
	width: 210px;
	margin-left: -455px;
	margin-top: 12px;
}
.col-three {
	float: left;
	width: 220px;
	margin-left: -260px;
	margin-top: 0px;
}

.col-three .curent-day-park { }

.col-three .entry-content p {
 text-align:center;
font: normal 11px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;

 }
.col-three img, .col-three a:hover {
padding:0px;
border:0;
background:none;
 }
.col-three p {
padding:0px;

 }
.col-three img:hover {
padding:0px;
border:0;
 }
.col-three .entry-content p em {
 float: right;
font: italic 10px/150% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
 }

.col-one, .col-two, .col-three {
	padding-bottom: 20px;
}

#content .col-one h1 {
	padding-bottom: 3px;
	font: normal 3.4em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #000;
	letter-spacing: -2px;	
	text-transform: none;
	border-bottom: 1px solid #ebebeb;	
	margin-left: 5px;
	padding-left: 5px;
}
#content .col-one h1 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-two h3, 
#content-wrapper .col-three h3 {
	color: #111;
	font: normal 1.8em "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 10px;
	margin: 15px 0 5px 0;
}

/* Content DokuWiki */
.hfeed {
border-top:1px solid #bbb;
}
/* readmore */
.curid a.wikilink1 {
font-style: italic;float: right;
font: italic 1.2em "Trebuchet MS", Tahoma, Arial, sans-serif;}

/* sidebar menu */
ul.sidemenu {
	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;
	border: none;
	color: #666666;		
}
ul.sidemenu li a span {
	color: #989898;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 1em;
}
ul.sidemenu li a:hover {	
	color: #000;	
	background: none;
	border: none;
}
ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
ul.sidemenu ul li { background: none; }


/* footer */
#footer-wrapper {
	clear: both;
	width: 940px;
	margin: 0 auto;
	text-align: left;
	font: normal 1em/1.6em 'Trebuchet MS', Tahoma, Sans-serif;			
}

#footer-wrapper .col-one {
	margin-right: 480px;
	padding-left: 25px;
}
#footer-wrapper .col-two {
	float: left;
	width: 210px;
	margin-left: -490px;
	margin-top: 12px;
}

#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 #111;
	list-style: none;
	padding: 0;	
	margin-left: 0;	
}
#footer-wrapper ul.footer-list li {
	border-bottom: 1px solid #111;
}
#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: 0px;	
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;
}

/* postmeta */
.inclmeta {	
	padding: 5px; margin: 20px 10px 15px 10px;	
	font-size: 1em;	
	color: #777;
	border: 1px solid #EBEBEB;
	background: #F5F5F5;
}
.inclmeta a { background: transparent; }
.inclmeta .published { margin: 0 0px 0 0px;	padding-left: 16px;background: url(images/date.gif) no-repeat 0px;}
.inclmeta .comment { margin: 0 0px 0 0px;	padding-left: 16px;background: url(images/comment.gif) no-repeat 0px;}
.inclmeta a.readmore, .inclmeta a.wikilink1 { margin: 0 10px 0 5px;	}


/* TAGs */
.tags {
padding-left: 16px;
background: url(images/tag.gif) no-repeat 0px;
}
.tags a.wikilink1 {

	color: #444;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

.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; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}



/* edit form */
.toolbar {
    padding-top: 0em;
    padding-right: 0em;
    padding-left: 0em;
    padding-bottom: 0em;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }


.toolbar img {
    padding-top: 0em;
    padding-right: 0em;
    padding-left: 0em;
    padding-bottom: 0em;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }


#tool__bar img, #dw__editform {
    padding-top: 0em;
    padding-right: 0em;
    padding-left: 0em;
    padding-bottom: 0em;
  }


#size__ctl {
   float: right;
   width: 80px;
   height: 2.7em;
}
#size__ctl img {
   cursor: pointer;
padding:0px;
}
.toolbutton {
  background-color: __background__;
  padding: 0px;
  margin: 0 1px 0 0;
  border: 1px solid __border__;
  cursor: pointer;
}

#alphaindex h3{
    display: block;
    background-color: #dee7ec;
    padding: 2px 0 2px 10px;
    margin: 20px 0 5px 0;
  }
.toc {display:none;}


/* Image Box */
div.thumb2{
margin-bottom:.5em;
width:auto;
}
div.trien{
float:left;
margin:.5em 1.4em .8em 0;
}
div.tleft{
clear:left;
float:left;
margin:.5em 1.4em .8em 0;
}
div.tright{
clear:right;
float:right;
margin:.5em 0 .8em 1.4em;
}
div.tcenter{
clear:both;
margin:.5em auto .8em auto;
}
div.thumb2 .thumbinner{
background-color:#F9F9F9;
border:1px solid #CCC;
font-size:94%;
overflow:hidden;
padding:3px;
}
div.thumb2 .mediabox2{
background:#FFF none repeat scroll 0 0;
margin:0;
border:1px solid #CCC!important;
}
html .thumbcaption{
border:medium none;
font-size:94%;
line-height:1.4em;
padding:3px;
text-align:left;
}
div.thumb2 .magnify{
background:transparent none repeat scroll 0 0;
border:medium none!important;
float:right;
}
div.thumb2 .magnify a,div.thumb2 .magnify img{
background:transparent none repeat scroll 0 0;
border:medium none!important;
display:block;
}
div.thumb2 .interwiki{
background-position:0 center;
padding-left:17px;
}
/* Uncomment these lines to force the edit button show up bellow the imagebox. */
/* div.dokuwiki div.secedit input.button{
 * clear:both !important;
 * }
 */


/* indent different sections */
.level1 {margin-left: 0px; overflow:auto;}
.level2 {margin-left: 5px; overflow:auto;}
.level3 {margin-left: 10px; overflow:auto;}
.level4 {margin-left: 15px; overflow:auto;}
.level5 {margin-left: 20px; overflow:auto;}


/* Image view */
#imageview-wrapper {
	width: 940px;
	margin: 0 auto;	

}
.imageview {
	width: 100%;
	background: #fff url(images/content-bg.jpg) no-repeat;		
}


.imageview .curid a.wikilink1 {
float:none;
font: normal 1.2em "Trebuchet MS", Tahoma, Arial, sans-serif;}

/* ---------------  Image Details  ----------------- */

.img_big {
}
.img_big a:hover{
	border: 0;
	background: none;	
}
.img_detail {background: none;

	padding: 5px;
}

.img_tags dt {
  font-weight: bold;
}
.img_tags dd {
}

.imagemeta {
  color: __text_neu__;
  font-size: 70%;
  line-height: 95%;
}

.thumb {  margin-right: 0.1em;
}

/* Cloud */
.cloud { margin-bottom: 1em; }

.cloud a { padding: 0.5em; }
.cloud a:hover { padding: 0.5em; background:none; border:0; color:#dee7ec; }

.cloud a.cloud1 { font-size: 8px; color: #D3E0F5; }
.cloud a.cloud2 { font-size: 10px; color: #AEC4E5; }
.cloud a.cloud3 { font-size: 11px; color: #88A9DB; }
.cloud a.cloud4 { font-size: 12px; color: #4A7AC2; }
.cloud a.cloud5 { font-size: 14px; color: #003F9E; }

.cloud a.cloud1_tag1 { font-size: 8px; color: #CEF0D0; }
.cloud a.cloud2_tag1 { font-size: 10px; color: #AEE5B1; }
.cloud a.cloud3_tag1 { font-size: 11px; color: #88DB8C; }
.cloud a.cloud4_tag1 { font-size: 12px; color: #4AC250; }
.cloud a.cloud5_tag1 { font-size: 14px; color: #009E08; }

.cloud a.cloud1_tag2 { font-size: 8px;  }
.cloud a.cloud2_tag2 { font-size: 10px; }
.cloud a.cloud3_tag2 { font-size: 11px; }
.cloud a.cloud4_tag2 { font-size: 12px;  }
.cloud a.cloud5_tag2 { font-size: 14px; }



/* Plugin Styler */
/* Styler */
div.styler-box {
	border: 1px solid #9C8A63;
	padding: 1em;
}

div.styler-background { background-color: #ECE8DE }

div.styler-float-left { float: left; margin: 0 1em 0.5em 1em; }
div.styler-float-right { float: right; margin: 0 1em 0.5em 1em; }

div.styler-left { text-align: left; }
div.styler-right { text-align: right; }
div.styler-center { text-align: center; }
div.styler-justify { text-align: justify; }

/* Verse */
div.verse {
	border: none;
	padding: 1em 3em;
}

div.verse pre {
	font-family: 'Courier New', Courier, monospace;
	color: black;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
}

div.verse pre span {
	color: #006600;
	font-style: italic;
}

/* epigraph */
div.epigraph {
	margin-left: 60%;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 1em;
	font-family: Times New Roman, Georgia, Garamond, Times, serif;
	font-style: italic;
}

/* quote */
div.styler-quote {
	margin-left: 3em;
	border: 1px dotted #BBAC8C;
	background: #F8F5EE url(images/blockquote.gif) no-repeat 0.3em 0.3em;
	padding: 1em;
	
}

.rss { clear:both;}
p.rss { padding: 2px 0 0 5px; }

.rss img { 
	position: relative;
	padding: 2px;
	margin: 2px;	
}
.rss img:hover	{	padding: 2px;
	margin: 2px;
	background: none;	
}
.rss a:hover { background-color: transparent; border: none }


/* Twitter */
#twitter_div {
font: normal 10px "Trebuchet MS", Tahoma, Arial, sans-serif;
}

#twitter_update_list {
margin:5px;
padding:0;
}
#twitter_update_list li {
list-style-type: square;
margin:5px;
}

#twitter_update_list span {
display:block; font-weight: bold;
}

#twitter-link {
float:right;
}