/*
	Theme Name: WaterColor
	Theme URI: http://www.templatelite.com/watercolor-free-wordpress-theme/
	Description: Take your theme to the next level with this artistic Watercolor theme.
	Version: 1.00
	Author: TemplateLite.com
	Author URI: http://www.templatelite.com/
	Tags: red, fixed width, two columns, widget ready, valid xhtml, valid css
*/

body{
	margin:0px auto;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color:#000000;
	background:#D9D7A6 url(images/bg_repeat.jpg) repeat-y top center;
}

img {
	border:0px;
	padding:5px;
	max-width: 100%; /* not working in IE6*/
	/*height: auto;*/ /* you can enable this. but it will cause safari problem*/
}
a {color:#9E7B22;text-decoration: none;}
a:hover {color: #9E7B22;text-decoration: underline;}

h1 {font-size:26px;}
h2 {font-size:21px;}
h3 {font-size:17px;}
h4 {font-size:14px;}
h5 {font-size:12px;}
h6 {font-size:11px;}

p {margin: 0px 0px 12px 0px;}
hr {height:1px;border:none;border-top:1px dashed #ACACAC; width:90%;}
del {color:red;}
ins {color:green;}
blockquote {
	clear: left;
	text-align: justify;
	padding: 0px 0px 0px 10px;
	margin: 20px 20px 10px 20px;
	border-left: 2px solid #ACACAC;
}
input,select,textarea {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
code{
	font: 1.1em 'Courier New', Courier, Fixed;
}

.alignleft {float: left;}
.alignright {float: right;}
.aligncenter,div.aligncenter{
	display: block;
   margin-left: auto;
   margin-right: auto;
}
img.alignleft {
	padding: 5px;
	margin: 0 7px 2px 0;
	display: inline;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {clear:both;}
.spacer {height:40px;}

/*************** layout ***************/
#base_top{
	position:relative;
	background:url(images/bg_top.jpg) no-repeat top center;
	margin:0;	padding:0;
}
#base_bottom{
	position:relative;
	background:url(images/bg_bottom.jpg) no-repeat bottom center;
	margin:0;	padding:0;
}
#base{
	position:relative;
	width:980px;
	margin:0px auto 0 auto;
	padding:0px 0 0 0;
	background:url(images/bg_center_repeat.jpg) repeat-y top center;
	border:0px red solid;
}
#header{
	position:relative;
	height:200px;
	background:url(images/bg_header_original.jpg) no-repeat top center;
	margin:0; padding:0;
	border:0px red solid;

}
#container{
	position:relative;
	background:url(images/bg_container.jpg) no-repeat top center;
	margin:0;padding:0;
	border:0px blue solid;
}
#content{
	position:relative;
	float:left;
	display:inline;
	width:588px;
	border:0px red solid;
	margin:8px 0 0 67px;
	padding:0 10px 0 10px;
	/*background:url(images/transparent.png);*/
}
#sidebar{
	float:right;
	overflow:hidden;
	display:inline;
	width:177px;
	margin:50px 96px 0 0;
	border:0px red solid;
}
#footer{
	height:149px;/*bg=471px;*/
	background:transparent url(images/bg_footer.jpg) no-repeat bottom center;
	font-size:11px;
	margin:-189px 0 0 0;
	padding:322px 50px 0 350px;
	border:0px yellow solid;
	text-align:right;
}
#footer a, #footer a:hover{
	font-size:11px;
	color:#000000;
	text-decoration:underline;
}

/************** Header **************/
#blogtitle{
	position:relative;
	font-family: luminari,fantasy;
	margin:0px 250px 0 100px;
	padding:20px 0 0 0;
	text-align:center;
	font-size:32px;
	font-weight:bold;
	border:0px red solid;
}
#blogtitle a, #blogtitle a:hover {
	/*font-family: Arial,Verdana;*/
	color:#000000;
	text-decoration:none;
}
#subtitle {
	position:relative;
	font-family: Arial, Verdana;
	margin:0px 300px 0 150px;
	padding:10px 0 0 0;
	text-align:center;
	font-size:12px;
	color:#000000;
	font-style:italic;
	font-weight:bold;
	border:0px red solid;
}

#menu {
	position:absolute;
	overflow:hidden;
	left:0;
	bottom:0px;
	padding:0;
	margin:0 0 0 75px;
	width:450px;
	height:40px;
	border:0px red solid;
}
#menu ul {
	float:left;
	width:100%;
	height: 40px;
	padding:0;
	margin:0px;
}


#menu ul li {
	display: inline;
	font-size: 11px;
	font-family:Arial,Verdana;
	font-weight: bold;
	height:40px;
	margin:0px;

}
#menu ul li a { /*145x70*/
	float: left;
	display: block;
	height:25px;
	width:87px;
	line-height: 12px;
	color: #000000;
	text-align:center;
	padding: 15px 10px 0 8px;
	margin:0 2px 0 0;
	text-decoration:none;
	background:url(images/bg_menu1.png) no-repeat top center;
}

#menu ul li a:hover, #header ul li.current_page_item a {
	color:#b01115;
	cursor:pointer;
	background:url(images/bg_menu2.png);
}

#header img.home {
	position: absolute;
	margin:0px;
	padding:0px;
	left: 65px;
	top: 0px;
	width:800px;
	height:130px;
	border:0px red solid;
}

#mainsearch{
	position:absolute;
	top:166px;
	left:758px;
	width:170px;
	height:23px;
	margin:0;padding:0;
	border:0px red solid;

}
#mainsearch .input {
	position:absolute;
	text-align:center;
	top:1px;
	left:1px;
	height:16px;
	width:102px;
	padding:4px 5px 1px 5px;
	margin:0 0 0 0;
	font-size:10px;
	font-family: Arial, Verdana, Helvetica;
	color:#999999;
	border:none;
	background:transparent;
	border:0px red solid;
}
#mainsearch .submit{
	cursor:pointer;
	border:none;
	background:transparent;
	position:absolute;
	top:0px;
	right:0px;
	height:23px;
	width:55px;
}

img.rss{
	position:absolute;
	left: 622px;
	bottom: 0px;
	height:45px;
	width:50px;
}

/*************** content ***************/
.archivetitle {
	color: #351E00;
	text-align:left;
	font-size: 12px;
	font-weight:bold;
	height:25px;
	line-height:25px;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 15px 30px;
}

.post {
	position:relative;
	padding:0 0 30px 0;
	margin:0 20px 0 20px;
	/*background:transparent url(images/bg_post_bottom.png) no-repeat bottom right;*/
	border:0px red solid;
	min-height:100px;

}
.post_bottom{
	height:100px;
	width:550px;
	margin:-100px 20px 30px 20px;
	background:transparent url(images/bg_post_bottom.png) no-repeat bottom right;
	border:0px blue dotted;
}

.date {
	position:absolute;
	left:-77px;
	top:0;
	height:43px;
	width:47px;
	padding:0 0px 0 0px;
	margin:0 0 0 0px;
	background:transparent url(images/bg_date.jpg) no-repeat;
	border:0px red solid;
}
.date_d {
	font-size: 18px;
	font-family:Arial, Verdana;
	font-weight:bold;
	text-align:center;
	color:#000000;
	padding:0px 0 0 0;
}
.date_m {
	font-size: 11px;
	font-weight:bold;
	text-align:center;
	color:#000000;
	padding:5px 0 0 0;
}
.title{
	margin:0;
	padding:0px 0 0px 0;
	font-size:20px;
}
.title a{
	color:#9E7B22;

}
.title a:hover{
	color:#9E7B22;
	text-decoration:underline;
}
.author{
	margin:0;
	padding:0px 0 20px 0;
	color:#000000;
	font-weight:bold;
	font-style:italic;
}
.author a, .author a:hover{
	color:#000000;
}
.entry {
	position:relative;
	overflow:hidden;
	width:528px;
	color: #000000;
	line-height: 1.6em;
	text-align: justify;
	padding: 10px 10px 10px 10px;
	margin:0;
}
.info {
	line-height: 1.6em;
	font-size: 10px;
	text-align: left;
	margin: 0px 1px 20px 0px;
	padding: 4px 0px 1px 1px;
}
.category {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('images/category.jpg') no-repeat top left transparent;
}

.tags {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('images/tags.jpg') no-repeat top left transparent;
}

.bubble {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('images/bubble.jpg') no-repeat top left transparent;
}
.navigation {
	font-size: 11px;
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	border-top: 2px dotted #ACACAC;
}

.sorry {
	font-size: 12px;
	font-style: italic;
	margin: 8px 0px 0px 10px;
	padding: 3px 0px 3px 0px;
}

/*************** comment ***************/
#postmetadata {
	font-size: 11px;
	margin: 0px 0px 20px 0px;
	padding: 5px 5px 5px 5px;
}

.nocomments {background: none; color: #000000;}

#comments {
	color: #000000;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	font-variant: normal;
	border-bottom: 2px dotted #D7D5A4;
}

.commenttitle {
	color: #000000;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	margin: 0px 0 20px 0;
	padding: 2px 0px 2px 0px;
	font-variant: normal;
	border-bottom: 1px dashed #D7D5A4;
}

.commentlist {
	list-style: none;
	margin:0px ;
	padding:0 5px 10px 5px;
}
.comment,.trackback,.pingback{
	clear:both;
	margin:10px 0px 0px 0;
	padding:0px 0px 0px 0px;

}
.comment .children{
	list-style: none;
	padding:0px 0 0 0;
	margin:0px 0 0px 15px;
	border:0px red solid;
}
.comment div, .trackback div, .pingback div{
	height:100%;
	background:#E0E0B7;
	border:2px #D7D5A4 solid;
	padding:5px;
}
.trackback div, .pingback div{
	border:1px #D7D5A4 dashed;
}
.comment div div,.trackback div div, .pingback div div{
	background:none;
	padding:0;
	border:0px;
}

.comment .says, .trackback .says, .pingback .says{
	display:none;
}
.comment .avatar{
	position:relative;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}
.comment .fn,.comment .fn a,.trackback .fn,.trackback .fn a,.pingback .fn,.pingback .fn a{
	margin-left:0px;
	color:#000000;
	text-decoration:none;
	font-size: 11px;
}
.byuser .fn a{
	font-weight:normal;
	text-decoration:underline;
}
.bypostauthor .fn a{
	font-weight:bold;
	text-decoration:underline;
}
.comment .comment-meta,.trackback .comment-meta, .pingback .comment-meta{
	border-bottom: 1px dashed #B1A074;
	margin:0 0 10px 0px;
	padding:6px 0 6px 0;
	font-size:10px;
}
.trackback .comment-meta{
	padding:2px 0 2px 0;
}
.comment .comment-meta a, .trackback .comment-meta a, .pingback .comment-meta a {
	color:#000000;
	text-decoration:none;
}

.comment .reply{
	margin:5px 0 0px 0;
	padding:2px;
	font-size:10px;
	text-align:right;
}
.comment .reply a{
	color:#000000;
	text-decoration:none;
}
.trackback .reply, .pingback .reply{
	display:none;
}
	/**comment paging WP2.7**/
.commentnavi{
	position:relative;
	padding-right:20px;
}
.commentpages{
	float:right;
	padding:5px 10px;
}
.page-numbers{
	padding-left:5px;
}
.current{
	font-weight:bold;
}
	/*** comment form ***/
#respond {
	clear:both;
	padding:5px 15px 5px 5px;
	margin:10px 0px 0px 20px;
	font-size:11px;
}
.cancel-comment-reply{
}

#commentform {
	margin:0;
	padding:10px 0 0 0;
}
#email, #author, #url {
	color: #000000;
	font-size: 11px;
	padding-left: 2px;
	vertical-align: middle;
	border: 1px solid #B1A074;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
#comment {
	width: 98%;
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px solid #B1A074;
	padding: 2px 2px 2px 2px;
}
#submit {

	height: 20px;
	color: #000000;
	font-size: 11px;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 2px 10px;
	border: 1px solid #B1A074;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

/***** sidebar *****/
#sidebar {color:#666666;}
#sidebar a{color:#000000;}
#sidebar a:hover {color:#ED1B23;}
#sidebar h1 {
	color: #ffffff;
	height:30px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0px;
	font-variant: normal;
	margin: 0px 0px 0px 0px;
	padding: 15px 10px 0px 10px;
   background:url('images/bg_sb1.gif') no-repeat right;
}
#sidebar select{
	margin:5px 0px 0px 3px;
	font-size:11px;
	width:170px;
}


#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}
#sidebar li {
	list-style-type: none;
	margin: 0px 0px 24px 0px;
	padding: 2px 0px 2px 0px;
}
#sidebar ul li{
	padding-bottom:20px;
	background: url('images/bg_sb2.gif') no-repeat bottom center;
}

#sidebar ul ul li{
	line-height: 1.7em;
	list-style-type: none;
	font-size:11px;
	border:0px red solid;
	font-family:Verdana,Arial;
	margin: 0px 0px 0px 0px;
	padding:2px 2px 0 20px; /*padding-bottom:0;*/
	background: url('images/bg_sb_pin1.gif') no-repeat 0px 3px;
}

#sidebar ul ul ul li {
	list-style-type: none;
	font-size:11px;
	border:0px;
	margin: 0px 0px 0px -5px;
	line-height: 1.7em;
	font-family:Verdana,Arial;
	padding: 0px 0px 0px 20px;
}



/*************** widget ***************/
#wp-calendar td {font-size:11px;color:#555555;}
#wp-calendar td a {font-weight:bold;text-decoration:underline;}
#wp-calendar {
	width: 170px;
	margin:0 0 0 0px;
	text-align: center;
	font-size:11px;
	color:#333333;
}

.wp-caption {
    text-align: center;
    color:#333333;
}

.textwidget {
	margin:2px 2px 0 2px;
}
#akismetwrap{
	margin:2px 0 2px 10px;
}
.rsswidget img {
	display:none;
}

#sidebar h1 a.rsswidget{
	margin-left:0px;
	overflow:hidden;
	text-decoration:none;
}
.wp-smiley{
	vertical-align:middle;
	border:0px;
	padding:0px;
}

#flickrrss{
	overflow:hidden;
	height:81px;
	margin:0 50px 0 100px;
	padding:0 0 20px 0;
	border:0px red solid;

}
/*#flickrrss img{
	background:white;
	border:1px black solid;
	padding:2px;
	margin:0 2px;
	width:75px;
	height:75px;
}*/

#breadcrumb{color:#777;margin-bottom:1em;background-color:#f2f2f2;
			/*background-image:url('i/corner_bl.gif');*/
			background-position:bottom left;background-repeat:no-repeat;font-size:.9em}
#breadcrumb h2{margin-top:.2em;margin-bottom:0px;font-size:1.5em}
#breadcrumb ul{margin-left:0px;padding-left:0px;display:inline;border:none}
#breadcrumb ul li{margin-left:0px;padding-left:2px;border:none;list-style:none;display:inline}

#mainpage-box .box-item{margin:0 3px 1em 0;float:left}
#main-boxes{margin-bottom:1.5em;clear:both}
.main-box-container{color:#000;padding:0;font-size:1em;font-weight:bold;width:24.7%;float:left}
.main-box{padding:.5em;line-height:1.5em}.main-box:hover{background-color:#f5f5f5}
.main-box h3{font-size:1.1em;margin-top:0;margin-bottom:0.7em;border-bottom:1px dotted #000}
#main-boxes ul{list-style:none;margin-left:0;padding-left:1em;text-indent:-1em}

.clearfix{display:block}
#table-of-contents ol{list-style-type:none}
#table-of-contents{/*border-top:1px dotted #000;*/ margin-top:1em}