/* -------------------------------------------------------------------------------
	Theme Name: Maple Leaf
	Theme URI: http://www.templatelite.com/livedemo/mapleleaf.php
	Description: Nice 2-column WordPress Theme by <a href="http://www.templatelite.com">TemplateLite</a>.
	Version: 1.02
	Author: Brian L
	Author URI: http://www.templatelite.com/
	Tags: simple, clean, fixed width, widget-ready, widgets, left sidebar, two columns, valid XHTML, valid CSS
   ------------------------------------------------------------------------------- */
/* general */
body{
	margin:0px auto;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color:#000000;
	background-color: #ffffff;
	text-align: center;
	background: transparent;
}

img {
	border:0px;
	padding:0px;
}
a {color:#000000;text-decoration: underline;}
a:hover {color: #FB0246;text-decoration: none;}

h1 {font-size:30px;}
h2 {font-size:26px;}
h3 {
	font-size:18px;
	top:15px;
	color:#5A6B1E;
	}
h4 {
	font-size:14px;
	top:15px;
	color:#666666;
	}
h5 {font-size:14px;}
h6 {font-size:12px;}

p {margin: 0px 0px 12px 0px;}

blockquote {
	clear: left;
	text-align: justify;
	padding: 0px 0px 0px 20px;
	margin: 20px 20px 10px 20px;
	background: url(images/quote.gif) no-repeat top left;
}
input {
	margin-bottom:5px;
	vertical-align: middle;
}

hr {
	border: 0;
	color: #5A6B1E;
	background-color: #5A6B1E;
	height: 1px;
	width: 100%;
	text-align: left;
}

/***** gallery *****/

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #D4CB9D;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
width:500px
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 150px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

/***** layout *****/
#page_top{
	margin:0px auto;
	padding:0;
	width:100%;
	border-bottom-width: 50px;
	border-bottom-style: solid;
	border-bottom-color: #FB0246;
}

#base{
	margin:0 auto;
	padding:0;
	width:860px;
}

#header{
	width: 860px;
	margin: 0px auto;
	text-align: left;
}
#menu{
	position:relative;
	width: 860px;
	height: 42px;
	text-align: left;
	background: url('images/menu_bg_test.jpg') no-repeat left;
}
#container{
	position:relative;
	overflow:hidden;
	width:875px;
}
#sidebar{
	float:left;
	width:215px;
	color:#FB0246;
	padding:10px 20px 700px 2px;
	border:0px red solid;
	text-align: left;
	
}
#content{
	float:right;
	width:100%;
	padding: 0 15px 0 10px;
	border:0px red solid;
}
#content_single{
	float:right;
	width:600px;
	padding: 0 15px 0 0px;
	border:0px red solid;
}
#footer{
	clear:both;
	position:relative;
	height:47px;
	overflow:hidden;
	color:#CCCCCC;
	padding: 20px 20px 0px 20px;
	text-align: left;
}
#footer a,#footer a:hover{
	color:#ffffff;
	text-decoration:underline;
}
/*######### header ############*/
#blogtitle {
	text-align:left;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}

#blogtitle a, #blogtitle a:hover {
	text-decoration:none;
}
	
#subtitle {
	font-size:10px;
	color:#FFFFFF;
	padding: 0px;
}
#menu ul {
	position:absolute;
	width: 695px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	
	
}
#menu ul li {
	display: block;
	float: left;
	padding: 0px 3px 0px 10px;
	font-size: 14px;
	font-family:"Verdana", "Arial";
	font-weight: bold;
	line-height: 150%;
}

#menu ul li a {
	display: block;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-decoration: none;
}

#menu ul li a:hover, #menu ul li.current_page_item a {
	color:#FB0246;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FB0246;
}
.searchbox {
	position:absolute;
	top:1px; 
	right: 45px;
	width:250px;
	height:30px; 
	border:0px;
}
.search-field input {
	position:absolute;
	left:7px;
	width:172px; 
	height:18px; 
	font-family:Verdana;
	font-size:11px; 
	font-weight:bold;
	color:#999999; 
	padding:5px 3px 0px 3px;
}
.search-but input {
	position:absolute;
	right:5px;
	width:50px; 
	height:20px; 
	background:transparent;
}
#footer img.rss{
	position: absolute;
	right: 52px;
	top: 29px;
	height:26px;
	width:26px;
}

/***** sidebar *****/
#sidebar a{color:#000000;text-decoration:underline;}
#sidebar a:hover {color:#FB0246;text-decoration:underline;}
#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family:Verdana,Arial;
}
#sidebar li {
	list-style-type: none;
	color:#AAAAAA;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family:"Verdana", "Arial";
	line-height: 140%;
	
	
}
#sidebar ul ul li{
	position: relative;
	line-height: 1.7em;
	list-style-type: none;
	font-size:12px;
	border:0px red solid;
	font-family:Verdana,Arial;
	margin: 0px 0px 0px 5px;
	padding:0 5px 0 16px;
	background: url('images/sidebar_arrow.jpg') no-repeat 0px 4px;
}

#sidebar ul ul ul li {
	position: relative;
	list-style-type: none;
	font-size:12px;
	border:0px; 
	margin: 0px 0px 0px 0px; 
	line-height: 1.7em; 
	font-family:Verdana,Arial;
	background: url('images/sidebar_arrow.jpg') no-repeat 0px 4px;
	padding: 0px 0px 0px 16px;
}

#sidebar h1 {
	color: #FB0246;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 10px 0px 0px 0px;
	padding: 12px 0px 0px 0px;
	height: 30px;
	font-family:Verdana,Arial;
	background:url('images/sidebar_title.jpg') no-repeat center;
	border-top:1px #ECECEC solid;
}

/***** content *****/
.spacer {height:20px;}
.archivetitle {
	height:20px;
	color: #000000;
	font-size: 11px;
	font-weight:normal;
	padding: 10px 0px 10px 5px;
	margin: 0px 0px 0px 0px;
}
.post{
	width:100%;
	border:0px red solid;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}	

.post_top{
	position: relative;
	border-bottom: 1px #ECECEC solid;
	margin-bottom: 15px;
	padding-bottom: 15px;
	/*background: #f6f6f6;*/
}
.post_bottom{
	margin: 0px 0px 50px 0px;
	height:3px;
	background:url(images/line.jpg) repeat-x bottom;
	clear: both;
}	
.posttitle{
	font-size:18px;
	font-family:"arial";
	color:#FB0246;
	border:0px red solid;
	font-weight: bold;
	text-align: left;
	padding: 20px 5px 0px 20px;
	margin: 0 0 3px 0;
	background-image: url(images/posttitle_bg2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

}
.posttitle a{
	font-family:arial;
	color:#FB0246;
	text-decoration:none;
	font-weight: bold;
}
.posttitle a:hover{
	font-family:arial;
	text-decoration:underline;
	color:#FB0246;
	font-weight: bold;
}
.date {
	position:absolute;
	font-family:arial;
	right: 20px;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	color:#CCCCCC;
}
.author{
	position:absolute;
	font-family:arial;
	font-size:11px;
	left:20px;
	color:#CCCCCC;
}
.author a{
	text-decoration:none;
	color:#CCCCCC;
}
.author a:hover{
		text-decoration:underline;
	color:#CCCCCC;
}
.info {
	line-height: 2em;
	font-size: 9px;
	color:#000000;
	border:0px red solid;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.category{
	padding:2px 0 2px 20px;
	background:url(images/category.jpg) no-repeat top left;
}
.bubble{
	padding:2px 0 2px 20px;
	background:url(images/bubble.jpg) no-repeat left top;
}
.tags{
	padding:2px 0 2px 20px;
	background:url(images/tags.jpg) no-repeat left top;
}

.entry {
	color: #000000;
	line-height: 1.6em;
	text-align: justify;
	padding: 5px 15px 0px 15px;
}

.entry img {
	border: 1px solid #EDEDED;
	margin: 5px;
	background-color: #F7F7F7;
	padding: 5px;
}
.entry img a {
	border: 1px solid #EDEDED;
}
.entry img a:hover {
	border: 1px solid #FB0246;
}
.entry2 {
}
.entry2 img {
	border: none;
	margin: 5px;
	padding: 0px;
}
.navigation {
	font-size: 12px;
	padding: 30px 0px 30px 0px;
}

.alignleft {float: left; text-align: left;}

.alignright {float: right; text-align: right;}
.aligncenter{
   display: block;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}

.sorry {
	font-size: 11px;
	font-style: italic;
	margin: 8px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px dashed #CC6633;
	background:#ffffff;
}

/*** comment ***/
#postmetadata {
	font-size: 11px;
	margin: 10px 0px 20px 0px;
	padding: 5px 5px 5px 5px;
}
#comments{
	padding:0 20px 0 20px;
}
.nocomments {background: none; color: #000000;}

.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 #5A6B1E;
}
.commentlist {list-style: none;margin:0px;padding:0px;}

.commentbody {
	height:100%;
	color: #000000;
	font-size: 12px;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 1px 5px;
	border: 0px solid #5A6B1E;
	background:#F0F3CD;
}

.commenthead {
	height:34px;
	color: #000000;
	padding: 5px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dashed #5A6B1E;
	background:#F0F3CD;
}
.adminbody {
	height:100%;
	color: #000000;
	font-size: 12px;
	list-style-type: none;
	margin: 0px 0px 10px 25px;
	padding: 0px 5px 1px 5px;
	border: 0px solid #5A6B1E;
	background:#F0F3CD;
}
.adminhead {
	height:32px;
	color: #000000;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dashed #5A6B1E;
	background:#F0F3CD;
}
.trackhead {
	height:34px;
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 10px 40px;
	border-bottom: 1px dashed #5A6B1E;
	background: #F0F3CD url(images/track.gif) no-repeat center left;
}
.trackbody {
	height:100%;
	color: #000000;
	font-size:12px;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 1px 5px;
	border: 0px dashed #5A6B1E;
	background:#F0F3CD;
}

.avatar {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background: #ffffff;
}
.commentcount {
	float: right;
	color: #aaaaaa;
	font-size: 20px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	font-family: Georgia, Times, 'Times New Roman', serif;
}
.authorlink {color: #000000; font-size: 12px; font-weight: bold;line-height:1.5em;}
.authorlink a {color: #000000; font-size: 12px; font-weight: bold;line-height:1.5em;}
.commentlink {font-size: 10px; color: #000000;}

.trackbody p a {color: #000000;}

#commentform {
	margin:0;
	padding:20px 0 0 0;
}
#email, #author, #url {
	color: #000000;
	background: #ffffff;
	font-size: 12px;
	padding-left: 2px;
	vertical-align: middle;
	border: 1px solid #5A6B1E;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
#comment {
	width: 500px;
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px solid #5A6B1E;
	padding: 2px 2px 2px 2px;
}
#submit {
	width: 80px;
	height: 20px;
	color: #000000;
	font-size: 12px;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 2px 10px;
	border: 1px solid #5A6B1E;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

/***** widget *****/
#wp-calendar td {
	font-size:11px;
	color:#999999;
	border: 1px solid #EFEFEF;
}
#wp-calendar td a {font-weight:bold;text-decoration:underline;}
#wp-calendar {
	width: 210px;
	text-align: center;
	font-size:11px;
	color:#5A6B1E;
}


.work-menu {
	color: #000000;
	text-align: left;
	float: left;
	width: 33%;
	margin-top: 5px;
	margin-bottom: 20px;
	vertical-align: top;
}
.work-menu a {
	color: #000000;
	text-decoration: none;
}
.work-menu a:hover {
	color:#FB0246;
}
.work-menu img {
	float: left;
}
.worktext {
	font-size: 100%;
	font-weight: bold;
	margin: 10px 0 0 5px;
	float: left;
}
