/*  
Theme Name: Midnight Treeline 2
Theme URI: http://mattmeade.com
Description: Like the sky showing through the branches.
Version: .02
Author: Matt Meade
Author URI: http://mattmeade.com/

	Midnight Treeling v0.02
	 http://mattmeade.com

	This theme was designed and built by Matt Meade,
	whose blog you will find at http://mattmeade.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


body {
	background-color:black;
	font-family: Arial, Helvetica, Sans-Serif;
	color:white;
	background-image:url(images/trees.gif);
	background-repeat:repeat-x;

	}
img {
	border:0px;
	}
a, a:active, a:visited {
	color:#FFFFCC;
	text-decoration:none;	
	}
a:hover {
	color:#CCCC99;
	text-decoration:none;	
	}	
#main div div a, #main div div a:active, #main div div a:visited{
	text-decoration:underline;
	}		
		
#header {
	margin-left:195px;
	text-align:right;
	}
#header h1 {
	font-size:40px;
	font-weight:normal;
	color:#FFFFCC;
	font-style:italic;
	margin-bottom:0px;
	}
#header h3 {
	font-size:15px;
	font-weight:normal;
	color:#FFFFCC;
	font-style:italic;
	margin-top:0px;
	}		
#sidebar {
	font-size:13px;
	position:absolute;
	top:265px;
	left:0px;
	width:200px;
	}
#sidebar ul {
	padding:0px;
	margin:0px 0px 0px 10px;
	list-style:none;
	}
#sidebar ul li h2 {
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
	}		
#sidebar ul li {
	margin:10px 0px 0px 0px;
	}	
#sidebar ul ul li {
	margin:0px;
	}						
#sidebar ul ul {
	padding:0px;
	margin:0px 0px 0px 10px;
	list-style:none;
	}		
#main {
	text-align:left;
	position:absolute;
	left:195px;
	top:270px;
	margin:0px 50px 100px 0px;

	}
#pic {
	position:absolute;
	top:0px;
	left:0px;
	}
#music {
	padding:0px;
	height:75px;
	overflow:hidden;
	}
h2 {
	margin:0px;
	padding:0px;
	}
small {
	font-size: 11px;
	color:#777777;
	}		
	
p.postmetadata {
	font-size: 11px;
	margin-bottom:40px;
	}	
	
#comment {
	width:500px;
	}
	
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;

}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	color:black;
}
/* End captions */


div.bottom {margin-bottom:100px;}
	
	
span.wpcf7-not-valid-tip {color:red;}