/*  
Theme Name: Damuhan
Theme URI: http://www.tiangson.com
Description: A WordPress theme designed by <a href="http://www.tiangson.com">PHILIP</a>.
Version: 1.0
Author: PHILIP
Author URI: http://www.tiangson.com/

	This theme was designed and built by Tiny Signs.

	To use this theme, a link back to "FOOTER" must be provided. You are free to:
	- use this theme for personal or commercial projects
	- modify, translate, or distribute
	- do anything you want but please give me some credit by linking back to my website...
	
	Thank you!
*/

 hr {
  border: #5EA0F5 1.5px solid;
}



*{
	margin:0px;
	padding:0px;
}

body {
	margin:0;
	background-color:#FFFFFF;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #5ea0f5;
}
a:link, a:visited {
	color: #527D00;
}
a img{
  border:0;
}
ul {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}


#page{
	width: 910px;
	margin: 0px auto;
	background: #FFFFFF repeat-y scroll 0pt
}

/* ------------------------------------------------------- page header --- */
#page-header {
	
	height: 130px;
	clear: both;
}
.header{
	/*background: url("images/header.jpg") no-repeat;*/
	background: url("images/header.jpg") repeat-x scroll 0 0;
	margin: 10px 10px 3px 10px;
	height:130px;
	float:left;
	width:890px;
}
.header h1 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 35px 0 0 25px;
	margin: 0px;
	font-weight: bold;
	font-size: 3em;
	letter-spacing:-.05em;
	/*color: #95E600;*/
}
.header h1 a:link, .header h1 a:visited {
	color: #527D00;
	text-decoration:none;
}
.header h1 a:hover {
  color: #6BA600;
  text-decoration:none;
}
.header .description{
	margin: 0px 0 0 50px;
	color: #fff;
	font: bold 14px Georgia, Tahoma;
}


/* navigation area */
#navbar {
	padding:0 10px 3px 10px;
	font: 1.5em Arial, Helvetica, sans-serif;
}
#menu {
	clear: both;
	height:30px;
	background:#D9E1E5 url('images/menu.gif');
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding-left: 2px;
	float:left;
}
#menu li {
	display: block;
	float: left;	
}
#menu li a {
	height:30px;
  color: #527D00;
	text-decoration: none;
	background: url('imgs/menu_bg.gif');
	display: block;
	float: left;
	line-height: 30px;
	padding: 0 10px;
}

#menu li a:hover {
	background-position: left bottom; 
	color: #6BA600;
}

/* search form */
#searchform {
	position: absolute;
	top: 115px;
	right: 220px;
	/*background: url(imgs/search-bg.gif) no-repeat right bottom;*/
	height: 30px;
	width: 150px;
}
#searchform #s{
	position:absolute;
	background: #fff;
	height: 14px;
	width: 135px;
	top:3px;
	margin: 0px 0px 0px 1px;
	padding: 2px 5px 2px 3px;
	color: #999999;
	border: 1px #00aa00 solid;
	font: 1em normal Arial, Helvetica, sans-serif;
	left:25px;
}
#searchform #searchsubmit { 
	position:absolute;
	background: no-repeat left top;
	height: 25px;
	width: 25px;
	border: none;
	text-indent: -50px;
	line-height: 0px;
	margin-top: 0px;
}


/* CONTENT */
#container {
	float: left;
	width: 890px;
	padding-left:10px;
	color:#fff;
	background: url(images/main-bg.gif) repeat-y;
	margin-bottom:5px;
}
#content {
	float: left;
	width: 660px;
	margin: 0 5px;
	color:#fff;
	height:100%;
	/*background-color: #cccccc;*/
}
#photo {
  background: #ffffff url(images/photo.jpg) no-repeat center top;
  height:170px;
  width:660px;
  display:block;
  padding-bottom:3px;
}

.posting{
  float:right;
  color:#000;
  width: 510px;
}

.post{
  float:left;
	width: 510px;
	/*background-color: #BBDE50;*/
	color: #000;
	background: #FFFFFF url(images/post.gif) no-repeat left top;
	margin-bottom:20px;
	/*margin-left:155px;*/
	clear:both;
}
.post a:link, .post a:visited {
	color: #519951;
	text-decoration: none;
}
.post a:hover {
	color: #507104;
	text-decoration: none;
}
.entry {
	padding: 2px 7px 0 7px; 
	color:#fff;
}
.entry-title {
	padding: 5px 0;
	margin: 5px 0;
	color: #afafaf;
	clear:both;
	display:block;
}
.title1 {
	color: #ffffff;	
	margin-bottom:5px;
	padding-bottom:10px;
}
.title1 h2{
  font: bold 1.6em/100% Arial, Helvetica, sans-serif;
	padding: 0px 0 5px 0;
	/*border-bottom: #fff 1px solid;*/
	margin-left:70px;	
}
.entry-title h2 a:link, .entry-title h2 a:visited {
	color: #548f23;
	text-decoration: none;
}
.entry-title h2 a:hover {
  color: #507104;
  text-decoration: none;
}
.entry-title-page h2 {
	font: bold 1.4em/80% Arial, Helvetica, sans-serif;
	padding: 10px 0 10px;
	color: #000;
}
.entry a:link, .entry a:visited {
	color: #77951C;
	text-decoration: underline;
}
.entry a:hover{
	color: #6BA600;
	text-decoration: none;
}
.post-content a:link, .post-content a:visited {
	color: #519951;
	text-decoration: none;
}
.post-content a:hover{
	color: #507104;
	text-decoration: none;
}
.post-cat-date{
  color: #000;
	float:left;
	font:12px Arial;
}
.post-comm{
  color: #000;
	float:right;
	font:12px Arial;
}
.entry-bot {
	background: no-repeat;
	height:20px;
}
.post-calendar {
	letter-spacing: 0.2em;
	margin: 0 ;
	padding: 5px 0 3px 10px;
	font: 100%/100% Arial, Tahoma, Verdana;
	color: #A0A0A0;
	background-color: #FFFFFF;
}
.post-content {
	clear: both;
	margin-top:5px;
	padding: 5px 3px;
	border-top:#427D42 3px solid;
	border-bottom:#427D42 3px solid;
	font: 14px/140% Arial, Tahoma, Verdana;
	color: #000;
}
.post-content p {
  margin: 7px 0 10px 0;
}

.post-date {
  clear:both;
  width: 60px;
  background-color: #bbde50;
  float:left;
  color:#ffffff;
  text-align:center;
  margin: 0 5px 5px 0;
  padding: 3px 2px;
}
.date-month {
  font: bold 18px Arial;
  /*text-decoration:underline;*/
  clear:both;
}
.date-day {
  float:left;
  font: bold 30px Arial;
  clear:both;
  width:100%;
}
.date-year {
  float:left;
  font: bold 15px Arial;
  text-decoration:none;
  clear:both;
  width:100%;
}


blockquote { 
  min-height: 10px; 
  padding: 10px 0 10px 20px;
  margin: 10px 0px 10px 15px; 
  background: url('images/bq.gif') no-repeat; 
  font: 1.0em Georgia, 'Times New Roman', Times, serif; 
  line-height: 2em; 
  font-style: italic; 
  clear: left; 
}

.pagetitle {
	clear: both;
	color:#505050;
	font: bold 1.2em/180% Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:center;
}

/* --------------------------------------------- sidebars */
.sidebar {
  padding-top:1px;
  font: 100%/130% Arial, Tahoma, Verdana;
}

#left-sidebar {
	float: left;
	width: 150px;
	/*margin:170px 0 0 -670px;*/
	clear:both;
}

#left-sidebar .side-box {
	margin-bottom:5px;
	color: #FF8800;
	padding: 0 3px;
}
#left-sidebar .side-box h3 {
  padding: 3px 3px 0 3px;
	background: url(images/sidebar.gif) no-repeat top right;
	margin: 0;
	font: bold 1.1em/150% Arial, Tahoma, Verdana;
	color: #000000;
	border-bottom: #FFFFFF 2px solid;
}
#left-sidebar .side-box ul{
	list-style: none;
	margin: 0 ;
	padding: 6px 2px 0 5px;
	background-color:#8cc6f5;
}
#left-sidebar .side-box ul li {
  margin-left:15px;
	padding-bottom:3px;
	list-style:disc;
	color: #527D00;
	list-style-position:outside;
}
#left-sidebar .side-box ul li ul li {
	padding-left: 7px;
	list-style:disc;
	color: #527D00;
	list-style-position:outside;
}
#left-sidebar .sidebox-bottom {
  background: url(images/sidebar-b.gif) no-repeat top;
  height:12px;
}


.side-box h3 {
	padding: 3px 3px 0 3px;
	background: url(imgs/sidebox.png) no-repeat top;
	margin: 0;
	font: bold 1.1em/150% Arial, Tahoma, Verdana;
	color: #000000;
	border-bottom: #FFFFFF 2px solid;
}

.sidebar a:link, .sidebar a:visited {
	color: #3D5E00;
	text-decoration:none;
}
.sidebar a:hover {
	color: #6BA600;
	text-decoration:underline;
}
#right-sidebar {
  float: left;
	width: 200px;
	margin:0 5px;
	padding:0 5px;
}

#right-sidebar .side-box ul{
	list-style: none;
	padding: 3px 0 0 3px;
	margin-bottom: 15px;
}
#right-sidebar .side-box ul li {
  margin-left:20px;
	padding-bottom:3px;
	list-style:disc;
	color: #527D00;
	list-style-position:outside;
}
#right-sidebar .side-box ul li ul li {
	list-style:disc;
	color: #527D00;
	list-style-position:outside;
	padding-left: 7px ;
}

/* ------------------------------------------- widgets */

.textwidget {
padding: 2px 7px;
margin:0;
}



/* -------------------------------------- comment area */
h3#comments, h3#respond {
	padding: 10px 0 0 10px;
	font: bold 1.3em/110% Arial, Helvetica, sans-serif;
	clear: both;
	color:#000000;
}
#commentform {
	margin: 10px 5px 0 5px;
	font: normal 12px/150% Arial, Helvetica, sans-serif;
	line-height: 15px;
	color: #000000;
}
#commentform p.notice {
	border: #fff 1px solid;
	padding: 5px 5px 5px 5px;
	background-color:#efefef;
	margin: 10px 0;
}
#commentform label {
	font-weight: bold;
	color:#000;
	font-size: 100%;
	padding-left: 5px;
}
#commentform small {
	color: #5f5f5f;
	font-size: 90%;
}
#commentform input {
	font: 100% Arial, Helvetica, sans-serif;
	width: 220px;
	padding: 2px 2px 2px 5px;
	border: 1px solid #000;
	/*margin: 2px 0;*/
}
#commentform textarea {
	font: 100% Arial, Helvetica, sans-serif;
	width: 470px;
	height: 140px;
	border: 1px solid #000;
	padding: 2px 2px 2px 5px;
}
#commentform #submit {
	font: 12px/100% Arial, Helvetica, sans-serif;
	color: #000;
	background: url(imgs/submit-btn.gif) no-repeat top left;
	border: none;
	width: 125px;
	height: 25px;
	padding-top: 0;
	margin-left: 315px;
}
#commentform #submit:hover {
	color:#000;
	background: url(imgs/submit-btn.gif) no-repeat bottom left;
}

/* comment list */
.commentlist {
	margin: 5px 0 10px 5px;
	padding-left: 5px;
	line-height: 150%;
	width: 95%;	
	list-style: none;
	color:#000000;
}
.commentlist li {
	padding: 3px 10px 3px 10px;
	margin-bottom:5px;
	background-color:#efefef;
	color:#000000;
}
.commentlist .alt {
	background-color: #E4E4E4;
	color:#000000;
}
.commentlist cite, .commentlist cite a:link, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 105%;
	color: #FF2F00;
	text-decoration:none;
}
.commentlist cite a:hover {
	color: #FF8800;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: .9em;
}


/* next & previous page navigation */
.page-nav, .page-navigation {
	clear: both;
	height: 25px;
	/*margin: 0 215px 5px 215px;*/
	margin: 0 30px 15px 400px;
}
.page-nav {
	background: url(imgs/nav.png) no-repeat left center;
}
.page-nav a:link, .page-nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
.page-nav a:hover {
	color: #d5d5d5;
	text-decoration: none;
}
.page-navigation a:link, .page-navigation a:visited {
	color: #000000;
	text-decoration: none;
}
.page-navigation a:hover {
	color: #555;
	text-decoration: none;
}
.previous-entries a {
	float: left;
	padding: 5px 0 0 5px;
	margin-left: 10px;
}
.next-entries a {
	float: right;
	padding: 5px 0 0 5px;
	margin-right: 10px;
}

/* next & previous post navigation */
.post-nav {
	clear: both;
	padding-bottom: 10px;
	margin: 5px 215px 10px 215px;
	font-size: 95%;
}
.post-nav a, .post-nav a:visited {
	color: #000000;
	text-decoration: none;
}
.post-nav a:hover {
	color: #999999;
	text-decoration: none;
}
.post-nav .previous a {
	float: left;
}
.post-nav .next a {
	float: right;
	text-align: right;
}

/* -----------------------------footer */
#footer {
  min-height:200px;
  background: #ffffff url('images/footer.jpg') repeat-x bottom left;
  margin: 0 10px 0px 10px;
  padding: 10px 5px 20px 5px;
  clear: both;
}
#footer a{
	color: #000;
}
#page-footer {
	clear:both;
	height: 20px;
	clear: both;
	display:block;
	color:#000;
	margin-bottom:10px;
}
#footer h3 {
  font-family:Georgia,serif;
  font-size:150%;
  margin:0pt 0pt 0.75em;
  text-align:center;
}

#footer .column {
  margin: 0 7.9% 0 0;
  width:33%;
  float:left;
}
#footer #recent-comments-foot ul li {
  margin: 0 0 2px 0;
  padding: 3px 0px 2px 16px;
}
#footer #recent-posts-foot ul li {
  margin: 0 0 2px 0;
  padding: 5px 0px 2px 16px;
}
#footer ul li {
  font:12px Arial, Helvetica, sans-serif;
}
#footer  ul {
  list-style: none;
  margin: 0 auto;
  padding: 0px;
}

#footer #archiveEntries-footer ul li {
  width:18%;
  text-align:center;
}
/*
#footer .rightcol {
  margin:0;
  width:18%
}


#footer .rightcol ul li {
  background: url(images/bullets.gif) no-repeat;    
  margin:0 0 2px 0;
  padding: 3px 0px 2px 16px;
}

.cols {
  overflow:hidden;
  width:100%;
}
.cols .column {
  width:46%;
  float:left;
  margin: 0 2% 0 2%;
}
.cols .rightcol {
  width:46%;
}
.rightcol ul {
  list-style: none;
  padding: 0 0;
}
.rightcol ul li {
  background: url(images/comments.gif) no-repeat;
  margin:0 0 2px 0;
  padding: 0 5px 1px 16px;
  font: bold 1.2em Arial, Tahoma, Verdana, sans-serif;
}*/


.credits {
	padding: 0;
	margin: 0 10px auto;
	clear: both;
	/*background: #ffffff url('images/footer.jpg') repeat-x bottom left;*/
}
.credits p {
	margin: 0;
	padding: 2px 0 10px 0;
	text-align: center;
	font: 1em Arial, Helvetica, sans-serif;
	color:#000;
}
.credits a:link, .credits a:visited {
	color:#000;
	text-decoration:none
}
.credits a:hover {
	color:#e0e0e0;
	text-decoration:underline;
}



.error {
	color: #000000;
	margin: 5px 215px 10px 215px;
	font: normal 1.3em/100% Arial, Helvetica, sans-serif;
	padding-bottom: 7px;
	text-align:center;
}
h2.error {
	color: #ff0000;
	font: bold 1.6em/100% Arial, Helvetica, sans-serif;
}


/*h1 a, h1 a:visited{
	color: #ffffff;
	text-decoration: none;
}
h1 a:hover{
	color: #d0d0d0;
	text-decoration: none;
}
h1 {
	color: #fff;
	margin: 0px 0px 2px;
	padding-bottom: 7px;
	font: bold 2.0em/100% Arial, Helvetica, sans-serif;
}
h2 {
	color: #fff;
	margin: 0px 0px 2px;
	font: bold 1.6em/100% Arial, Helvetica, sans-serif;
	padding-bottom: 7px;
}

h3 {
	font: bold 1.2em/120% Arial, Helvetica, sans-serif;
	margin: 0px 0 2px 0;
}
h4, h5{
	font: bold 1.1/100% Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 1em;
}
*/