/*
Theme name: Jennifer's Watercolor Tree IE Version
Theme URI: http://jenn.kyrnin.com/blog/about-this-site
Description: Created as a theme from a watercolor I painted of one of the trees in our NGPA. The whole theme was created as a project for my Art 123 class.
Author: htmljenn
Author URI: http://jenn.kyrnin.com/blog
Version: 0.02
Tags: xhtml transitional, two columns
*/

body {
	margin: 0;
	padding: 0;
	border: none;
	font-family: Arial, geneva, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.9em;
	color: #000;
	background: #EDEDF1 url(images/bg-content.jpg) no-repeat;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0 auto auto auto;
	padding-right: 15px;
	padding-left: 15px; 
	line-height:1.2em;
}
p,li {
	line-height:1.8em;
}
a img, .entry img.wp-smiley { 
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
	border-bottom: 1px solid #6E6C64;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #758D73;
	border-bottom: solid 1px #758D73;
}
#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	clear: both;
}
#header {
	margin: 1em 0px 0px;
	position: relative;
	width: 960px;
	margin:0 auto;
}
#header #hgroup {
	float:right;
	width:600px;
}
#header #hgroup h1 {
	height: 40px;
	width: 500px;
	background: url(images/sprites.png) no-repeat 0px -459px;
	text-indent: -999em;
	}
#header #hgroup h2 {
	position: relative;
	float: right;
}
#header #nav {
	position: relative;
	float: right;
	clear: right;
}
.post {
	margin-bottom: 1em;
	border-top: 2px solid #738b73;
}
.post h2, .content > h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.8em;
	line-height:2em;
}
.post h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.4em;
}
.content {
	position: relative;
	width: 780px;
	background: url(images/main-content-bg.jpg) repeat;
	padding-bottom: 1em;
	/* rounded corners */
  -moz-border-radius: 12px 0 12px 12px; /* FF1+ */
  -webkit-border-radius: 12px 0 12px 12px; /* Saf3+, Chrome */
	-webkit-border-bottom-left-radius: 12px; /* Saf4 in testing */
	-webkit-border-bottom-right-radius: 12px; /* Saf4 in testing */
  border-radius: 12px 0 12px 12px; /* Opera 10.5, IE 9 */  
}
.content ol, .content ul {
	margin: 0 2.5em;	
}
.content p, .content ul, .content ol {
	padding-bottom: 0.5em;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.comments-area { 
	position: relative;
}
.content > p, .content > h2 {
	position: relative;
}
textarea#comment { 
	width: 40em; 
	padding: 1.5em; 
}

#footer p {
	font-size: 0.8em;
	margin: 0px auto;
	width: 960px;
	text-align: center;
}
.entry blockquote {
	border-left: 0.5em solid #778F75;
}
#container .entry {
	position: relative;
}
#container .meta {
	position: relative;
}
.entry blockquote {
	border-left: 0.5em solid #778F75;
}
.entry p {
	margin-bottom: 0.6em;
}
.entry img {
	padding: 0.7em; 
	margin: 0.7em; 
	border: 0.06em solid #778F75;
}
.entry img:hover {
	border-color:#999;
}
.entry img a {
	border-bottom: none;
}

#aside {
	position:relative;
	float: right;
	width: 180px;
	padding-bottom: 10px;
	background: url(images/sidebar-bg.jpg) repeat;
	/* rounded corners */
  -moz-border-radius: 0 12px 12px 0px ; /* FF1+ */
  -webkit-border-radius: 0px 12px 12px 0px; /* Saf3+, Chrome */
	-webkit-border-top-right-radius: 12px; /* Saf4 in testing */
	-webkit-border-bottom-right-radius: 12px; /* Saf4 in testing */
  border-radius: 0px 12px 12px 0px; /* Opera 10.5, IE 9 */  
}
#aside p, #aside li {
	color: #CCC;
}
#aside a:link, #aside a:visited, #aside a:hover, #aside a:active , #aside a:focus{
	color: #ccc;
	border-bottom: 1px solid #ccc;
}

#aside ul ul, #aside ul ol {
	padding-right: 1.5em;
	padding-left: 1.5em;
}

#recent-comments-3 h2 {
	background: url(images/sprites2.png) no-repeat 0px -341px;
	text-indent: -999em;
	height: 55px;
	width: 132px;
}
#nav_menu-3 h2 {
	background: url(images/sprites2.png) no-repeat -250px -341px;
	text-indent: -999em;
	height:28px;
	width:132px;
	margin-top:0.4em;
}
#nav ul {
	list-style: none;
}
#nav ul li {
	display: inline;
}
#nav ul a, #nav ul a:visited {
	padding: 5px 15px;
	width: 160px;
	text-decoration: none;
	font-size: 85%;
	text-transform: uppercase;
	border: none;
}
#nav ul a:hover, #nav ul a:active, #nav ul a:focus { 
	background: #D6DEEF url(images/sidebar-bg-highlight.jpg) repeat;
	color: #000;
}

#footer {
	background: url(images/bottom-bg-tiled2.png) repeat-x;
	height: 100px;
}

.post .date {
	background: url(images/sidebar-bg.jpg) repeat;
	width: 171px;
	height: 50px;
	color: #CDC199;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-indent: -999em;
	position: relative;
	/* rounded corners */
  -moz-border-radius: 0 0 12px 0; /* FF1+ */
  -webkit-border-radius: 0px 0px 12px 0px ; /* Saf3+, Chrome */
	-webkit-border-bottom-right-radius: 12px; /* Saf4 in testing */
  border-radius: 0 0 12px 0; /* Opera 10.5, IE 9 */  

}
.month, .day, .year {
	position: absolute;
	background-image: url(images/sprites2.png);
	background-repeat: no-repeat;
}
.day { top: 4px; left: 0px; width: 35px; height: 24px;}
.month { top: 0px; left: 39px; width: 132px; height: 24px;}
.year { top: 25px; left: 8px; width: 54px; height: 24px; }

.m-01 { background-position: -0px -0px; width:102px; }
.m-02 { background-position: -0px -28px; width: 116px; }
.m-03 { background-position: -0px -55px; }
.m-04 { background-position: -0px -84px; }
.m-05 { background-position: -0px -116px; }
.m-06 { background-position: -0px -143px; }
.m-07 { background-position: -0px -171px; }
.m-08 { background-position: -0px -201px; }
.m-09 { background-position: -0px -228px; width: 132px; }
.m-10 { background-position: -0px -257px; }
.m-11 { background-position: -0px -287px; }
.m-12 { background-position: -0px -315px; }

.d-01 { background-position: -148px -0px; }
.d-02 { background-position: -148px -28px; }
.d-03 { background-position: -148px -55px; }
.d-04 { background-position: -148px -84px; }
.d-05 { background-position: -148px -116px; }
.d-06 { background-position: -148px -143px; }
.d-07 { background-position: -148px -172px; }
.d-08 { background-position: -148px -201px; }
.d-09 { background-position: -148px -230px; }
.d-10 { background-position: -148px -259px; }
.d-11 { background-position: -148px -287px; }
.d-12 { background-position: -148px -317px; }
.d-13 { background-position: -204px -0px; }
.d-14 { background-position: -204px -28px; }
.d-15 { background-position: -204px -55px; }
.d-16 { background-position: -204px -86px; }
.d-17 { background-position: -204px -118px; }
.d-18 { background-position: -204px -143px; }
.d-19 { background-position: -204px -171px; }
.d-20 { background-position: -204px -201px; }
.d-21 { background-position: -204px -230px; }
.d-22 { background-position: -204px -259px; }
.d-23 { background-position: -204px -288px; }
.d-24 { background-position: -204px -315px; }
.d-25 { background-position: -250px -0px; }
.d-26 { background-position: -250px -28px; }
.d-27 { background-position: -250px -57px; }
.d-28 { background-position: -250px -86px; }
.d-29 { background-position: -250px -116px;}
.d-30 { background-position: -250px -143px; }
.d-31 { background-position: -250px -171px; }

.y-2010 { background-position: -258px -201px; }
.y-2011 { background-position: -258px -228px; }
.y-2012 { background-position: -258px -257px; }
.y-2013 { background-position: -258px -287px; }
.y-2014 { background-position: -258px -315px; }
