/*
Theme Name: Jane
Theme URI: http://janevandenburgh.com/
Description: A theme vaguely based on Michael Heileman's WordPress Default.
Version: 1
Author: Michael Pruess
Author URI: http://michaelpruess.com/
Tags: randomized colors, sunset, two column, fixed width


*/


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

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

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

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

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

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

/* 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: 0px;
	margin: 0 0 2px 10px;
	display: inline;
	}

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

.alignright {
	float: right;
	}

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



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 20px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 25px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#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;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

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

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	border:1px solid #777;
	border-left:none;
	border-right:none;
	padding:4px;
	width:486px;
	font-size:80%;
	}

.navigation .alignright {
    width:50%;
    text-align:right;
    }

.navigation .alignleft {
    width:50%;
    text-align:left;
    }
/* End Various Tags & Classes*/



/* 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;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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;
}
/* End captions */

.clear {
    clear:both;
    }



/* FROM THIS POINT ON, FLAK */


/* GENERAL */

a {
    color:#307a00;
    text-decoration:none;
    }

#content a:hover, #sidebar a:hover {
    color:#44aa00;
    text-decoration:none;
    border-bottom:1px dotted #44aa00;
    }

/* END GENERAL */






body {
    color:#333;
    background:#e0e0e0;
    font-family:arial, lucida sans unicode, lucida grande;
    font-size:14px;
    }

#page {
    width:800px;
    padding:0px;
    position:relative;
    left:50%;
    margin-top:20px;
    margin-bottom:20px;
    margin-left:-400px;
    border:1px solid #333;
    border-top-color:#777;
    border-left-color:#777;
    background:#fafafa;
    }

#header2 {
    background:#555 url(images/blue.png);
    margin:0px;
    height:200px;
    border-bottom:1px solid #777;
    }

#header1 {
    background:#555 url(images/red.png);
    margin:0px;
    height:200px;
    border-bottom:1px solid #777;
    }
   
#header1 h1 a {
    color:#efefdf;
    }    


#header1 h1 a:hover {
    color:#444;
    }      

h1 {
    margin:0px;
    padding-top:38px;
    text-align:center;
    font-size:30px;
    font-weight:normal;
    letter-spacing:8px;
    font-family:trebuchet ms;
    text-transform:uppercase;
    }
    
h1 a {
    color:#4b4336;
    }    


h1 a:hover {
    color:#000000;
    }   



#pages {
    padding:10px 0 9px 24px;
    margin:0;
    background:#a22b36;
    border-bottom:1px solid #777;
    }

#pages li {
    display:inline;
    list-style-type:none;
    margin:0px;
    padding:0px;
    }

#pages a {
    font-size:120%;
    padding:10px 16px;
    letter-spacing:2px;
    background:#a22b36;
    color:#fafafa;
    margin:0;
    }

#pages a.current {
    background:#fafafa;
    color:#333;
    border-left:1px solid #777;
    border-right:1px solid #777;
    padding:10px 16px 11px 16px;
    }

#pages a:hover {
    background:#e0e0e0;
    color:#333;
    text-decoration:none;
    }


#content {
    width:495px;
    float:left;
    padding:10px 40px 10px 40px;
    border-right:5px solid #11100a;
    margin-right:-5px;
    margin-bottom:-1px;
    margin-top:-1px;
    }

#sidebar {
    float:right;
    width:220px;
    border-left:5px solid #11100a;
    margin-bottom:-1px;
    margin-top:-1px;
    }

#sidebar ul {
    padding-left:15px;
    }

h2, h3 {
    margin:0px;
    }

h3 {
    padding:0px;
    }

.post h2 {
    padding-left:20px;
    }

.post {
    margin-top:14px;
    padding:0px;
    margin-bottom:20px;
    }

.page {
    margin-top:14px;
    padding:0px;
    margin-bottom:20px;
    }
    
.entry {
    }

#footer {
    color:#f6f6f6;
    background:#306138;
    border-top:1px solid #777;
    clear:both;
    margin-bottom:0px;
    padding:2px;
    text-transform:lowercase;
    text-align:center;
    }

#footer a {
    color:#bbb;
    border-bottom:1px dotted #bbb;
    }

#footer a:hover {
    color:#fafafa;
    border-bottom:1px dotted #fafafa;}

#footer ul {
    padding:0;
    margin:10px 0 -10px 0;
    }

#footer ul li {
    list-style-type:none;
    padding:0;
    margin:0;
    }

.gallery-icon a img {
    border:1px solid #307a00;
    }

.gallery-icon a:hover img {
    border:1px solid #44aa00;
    }
    
#content dt a:hover {
    border-bottom:none;
    }
    
a.details {
    cursor:pointer;
    }

ul.details { 
    }

ul.details li {
    display:block;
    padding:10px;
    background:#fdd;
    }

ul.details li:before {
    content:none;}

ul.details li span {
    display:none;
    }
    
ul.details li:hover span {
    display:block;
    padding:10px;
    }

ul.details span:hover {
    display:block;}

.hidebox {
    display:none;
    margin-left:30px;}
 
.searchresult p {
    margin:0px;
    }