/*  
Theme Name: Tree
Theme URI: http://wpskins.net
Description: Treewise WPSkinsnet
Version: 0.1
Author: WPSkins.net
Author URI: http://wpskins.net

*/


* {
	margin: 0;
	padding: 0;
}

body {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background: #660000;
	color: #FFFFFF;
	}

a, a:link, a:visited {
	color: #FFFFFF;
}

a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

a img  {
	border: 0;
}


acronym, abbr {
	border-bottom: 1px dashed #FFFFFF;
	}



code {
	font: 1em 'Courier New', Courier, Fixed;
	}

h2 {
	color: #FFFFFF;
	font: 2em Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	}

	h2 a, h2 a:link, h2 a:visited {
		color: #FFFFFF;
		text-decoration: none;
		}
		
	h2 a:hover, h2 a:active {
		text-decoration: underline;
		}

h3 {
	color: #FFFFFF;
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	margin: 5px 0;
	}

	h3#respond {
		margin: 25px 0 5px 0;
		padding-top: 10px;
		}

 	h3#comments {
		margin: 25px 0 5px 0;
		padding-top: 10px;
		}



input, textarea, select {
	border: 1px solid #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-weight: lighter;
	background: #FFFFFF;
	}



#container {
	width: 775px;
	margin: 0 auto;
	border-top: 12px solid #FFFFFF;
	background: url(images/header.gif) no-repeat top right;
	}

#header {
	float: left;
	width: 775px;
	height: 200px;
	display: block;
	}

	#header h1 {
		text-align: left;
		color: #FFFFFF;
		font: 3.4em Georgia, "Times New Roman", Times, serif;
		font-weight: lighter;
		margin-top: 20px;
		}
	
		#header h1 a, #header h1 a:link, #header h1 a:visited {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#header h1 a:hover, #header h1 a:active {
			color: #FFFFFF;
		}

	
	#header h2 {
		text-align: left;
		color: #FFFFFF;
		font: 1.7em Georgia, "Times New Roman", Times, serif;
		font-weight: lighter;
		font-style: italic;
		line-height: 1.8em;
		}


#contents {
	clear: both; 
	float: left;
	width: 775px;
	text-align: justify;
	line-height: 1.2em;
	margin-top: 25px;
	}


#main-content {
	float: left;
	width: 525px;
	font-size: 0.9em;
	}
	

	
	.data {
		color: #FFFFFF;
		margin: 5px 0 20px 0;
		text-align: left;
		}

		.data a, .data a:link, .data a:visited, a.more-link, a:link.more-link, a:visited.more-link {
			color: #FFFFFF;
			}

		.data a:active, .data a:hover, .more a:active, .more a:hover {
			text-decoration: none;
			}
	
	

	.more {
		text-align: right;
		margin-top: 10px;
		}


	.postmetadata {
		margin: 15px 0;
		font-style: italic;
		}
		
	.commcount {
		margin: 15px 0 25px 0;
		}
		
	.navigation {
		display: block;
		height: 3em;
		}

		.alignright {
			float: right;
			}
		
		.alignleft {
			float: left
			}

	
			.alignleft a, .alignleft a:link, .alignleft a:visited {
				padding-left: 20px;
				background: url(images/arrow-pr.gif) no-repeat left;
				color: #FFFFFF;
				text-decoration: none;
				font-weight: bold;
				}
	
			.alignleft a:active, .alignleft a:hover {
				text-decoration: underline;
				}
	
	
			.alignright a, .alignright a:link, .alignright a:visited {
				padding-right: 20px;
				background: url(images/arrow-nx.gif) no-repeat right;
				color: #FFFFFF;
				text-decoration: none;
				font-weight: bold;
				}
	
			.alignright a:active, .alignright a:hover {
				text-decoration: underline;
				}
		
		
	ol.commentlist {
		list-style-type: none;
			}
			
			
		.commentauthor {
			margin: 10px 0;
			color: #cceaf5;
			font-weight: bold;
			line-height: 2em;
			background: url(images/author.gif) no-repeat left;
			padding-left: 43px;
			}

		.commentauthor a, .commentauthor a:link, .commentauthor a:visited {
			color: #cceaf5;
			text-decoration: none;
			}

		.commentdate {
			margin: 10px 0;
			font-style: italic;
			text-align: right;
			}


		

	#commentform {
		line-height: 2em;
			}

		#commentform input, #commentform textarea {
			padding: 2px 3px;
			width: 517px;
			font-size: 1em;
			}
	
		#commentform #submit {
			margin: 5px 0 10px 0;
			padding: 0 3px;
			width: 524px;
			background: #660000;
			font-weight: bold;
			}

#sidebar {
	float: right;
	width: 170px;
	margin-left: 10px;
	line-height: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	}


	#sidebar h2 {
		color: #FFFFFF;
		font-size: 1.4em;
		font-weight: lighter;
		}
		
	#sidebar li {
		list-style-type: none;
		font-weight: bold;
		}


		#sidebar li ul {
			margin-bottom: 2em;
			}


		#sidebar li ul li {
			font-size: 1em;
			margin-left: 20px;
			}

			#sidebar a, #sidebar a:link, #sidebar a:visited {
				color: #FFFFFF;
				}
		
			#sidebar a:active, #sidebar a:hover {
				text-decoration: none;
				}

		

	
	#searchform {
		margin: 20px auto;
		padding: 5px 3px; 
		text-align: center;
		}
			
	#searchform #s {
		padding: 2px 3px;
		width: 161px;
		font-size: 0.95em;
		background: #FFFFFF;
		border: 0;
		}

	#searchform #searchsubmit {
		margin-top: 5px;
		padding: 0 3px;
		width: 167px;
		background: #660000;
		border: 0;
		font-weight: bold;
		font-size: 0.9em;
		}


	


#footer {
	clear: both; 
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.9em;
	padding-top: 15px;
	margin: 10px auto;
	}

	#footer a, #footer a:link, #footer a:visited {
		color: #FFFFFF;
		}

	#footer a:active, #footer a:hover {
		text-decoration: none;
		}






#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}


p img {
	padding: 0;
	max-width: 100%;
	}


#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}
	
#main-content img{
	margin-bottom: 10px;
	margin-top: 10px;
	border: 6px solid white;
	}

