/*  
Theme Name: Almost Spring
Theme URI: http://beccary.com/goodies/wordpress-themes/
Description: A two column theme. Light and simple with greens and oranges. 
Version: 1.3
Author: Becca Wei
Author URI: http://beccary.com
*/

/* Basics and Typography */

body {
	margin: 0;
	padding: 0;
	background: #;
	font-size: 78%;
	font-family: Arial, sans-serif;
	color: #330000;
	text-align: center;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0;
}
ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0;
	font-family: Arial, sans-serif;
	color: #330000; 
}
h1, h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
a {
	text-decoration: none;
}
a:link {
	color: #330000;
}
a:visited {
	color: #330000;
}
a:hover, a:active {
	color: #900000;
}
input, textarea, select {
	border: 1px solid #330000;
	background-color: #ffffff;
	color: #333;
	font-size: 1em;
	font-family: Arial, sans-serif;
	padding-left: 3px;
}
blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #330000;
	font-size: 0.9em;
}
code {
	font-family: monospace;
	color: #330000;
}
form, img {
  margin-top: 5px;
  margin-bottom: 5px;
	margin-left: 0;
	margin-right 0;	
	padding: 0;
	border: 0;
}
.small {
	font-size: 0.9em;
	color: #330000;
}

/* Layout */

#wrapper {
	margin: 0 auto;
	width: 750px;
	background-color: #FFFFFF;
	text-align: left;
}
#header {
	padding: 30px 0 0 0;
	background-color: #FFFFFF;
	border-bottom: 3px solid #330000;
}
	/* Header Styles */
	#header h1 {
		margin: 0;
		font-size: 1.8em;
	}
	#header h1 a {
		text-decoration: none;
		color: #330000;
	}		
#content {
	float: left;
	margin: 0 0 0 0px;
	width: 520px;
	display: inline; /* IE double margin bug fix */
}
#sidebar {
	float: left;
	margin: 0 0px 0 20px;
	padding: 1.8em 0 0 0;
	width: 170px;
	font-size: 0.9em;
	display: inline; /* IE double margin bug fix */
}
* html #content, * html #sidebar {
	overflow: hidden; /* For IE */
}
#footer {
	clear: both;
	font-size: 0.9em;
	text-align: right;
	padding-top: 10px;
}
	/* Footer Styles */
	#footer p {
		margin: 0;
		padding: 10px 0 20px 0;
		background-color: #FFFFFF;
		border-top: 1px dotted #330000;
		font-size: 0.9em;
		text-align: right;
	}
	
/* Sidebar Styles */

#sidebar h2 {
	display: inline;
	margin: 1.2em 0 0.6em 0;
	padding: 0 10px 0 0;
	font-size: 1.1em;
	color: #900000;
}
#sidebar h2 a {
	color: #900000;
}
#sidebar h2 a:hover {
	color: #900000;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar .tagcloud {
	border-top: 1px solid #330000;
	border-bottom: 1px solid #330000;
	margin-top: 10px;	
  margin-bottom: 12px;
	padding-top: 2px;	
  padding-bottom: 2px;  
}
#sidebar ul ul {
	margin: 1.2em 0;
	border-top: 1px solid #330000;
	background-color: #FFFFFF;
}
#sidebar ul ul li {
	padding: 0 0 0 10px;
	border-bottom: 1px solid #330000;
}
#sidebar ul ul li a {
	display: block;
	margin: 0 0 0 -10px;
	padding: 0.1em 10px;
	width: 170px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 150px;
} 
html>body #sidebar ul ul li a {
	width: 150px;
}
#sidebar ul ul li a:hover {
	background-color: #ffffff;
}
/* Nested lists? */
#sidebar ul ul ul {
	margin: 0;
	border: none;
}
#sidebar ul ul ul li {
	margin: 0 0 0 -10px;
	padding: 0 0 0 25px;
	border-bottom: none;
	border-top: 1px solid #E8E7D0;
}
#sidebar ul ul ul li a {
	margin: 0 0 0 -25px;
	padding: 0.1em 10px 0.1em 25px;
	width: 190px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 155px;
} 
html>body #sidebar ul ul ul li a {
	width: 155px;
}
/* Calendar */
#wp-calendar {
	margin: 0 0 1.2em 0;
	width: 190px;
	border: 1px solid #330000;
	background: #FFFFFF;
	line-height: 1.2em;
	text-align: center;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 188px;
} 
html>body #wp-calendar {
	width: 188px;
}
#wp-calendar caption {
	margin: 1.2em 0 0 0;
	padding: 0.4em 0;
	background: #FFFFFF;  
	color: #FFFFFF;
	font-weight: bold;
}
#wp-calendar td {
	border: 0;
	border-collapse: collapse;
	background: #FFFFFF;
}
#wp-calendar td a {
	display: block;
	width: 100%;
	font-weight: bold;	
}
#wp-calendar td.pad {
	background: transparent;
}
#wp-calendar td#next, #wp-calendar td#prev {
	padding: 0.1em 2px;
	background: transparent;
}
#wp-calendar td#next a, #wp-calendar td#prev a {
	display: inline;
}
#wp-calendar td#next {
	text-align: right;
}
#wp-calendar td#prev {
	text-align: left;
}

/* Blog */

.post {
	border-bottom: 2px solid #330000;
}
.posttitle {
	margin-bottom: 0;
	width: 100%;
	color: #330000;
	overflow: auto;
	/* Width and overflow to clear '.posttitle a' */
}
.posttitle a {
	float: left;
	padding: 0 0px;
}
.posttitle a:link, .posttitle a:visited {
	color: #900000;	
}
.posttitle a:hover, .posttitle a:active {
	color: #900000;
}
.postmeta {
	margin-top: 0;
	padding-top: 1px;
	font-size: 0.9em;
	color: #330000;
}
.posticons {
	padding-bottom: 10px;
}
.postentry {
}
.permalink {
	margin: 0 1.8em 0 0;
	padding: 0 0 0 14px;
	background: url(images/permalink.gif) no-repeat center left;
}
.commentslink {
	padding: 0 0 0 17px;
	background: url(images/commentslink.gif) no-repeat center left;
}

/* Comments */

#commentlist {
	margin: 1.2em 0;
	padding: 0;
	border-bottom: 1px solid #E8E7D0;
	list-style-type: none;
}
#commentlist li {
	border-top: 1px solid #E8E7D0;
	padding: 1px 20px;
	background-color: #FFF;
}
.alt {
	background-color: #ffffff !important;
}
.commenttitle {
	margin-bottom: 0;
	font-size: 1.1em;
}
.commentmeta {
	margin-top: 0;
	font-size: 0.9em;
	color: #999;
}
#comment {
	width: 98%;
}

/* Widgets and Etc */

.widget_search div {
	margin: 1.2em 0;
}
#sidebar #s {
	margin-bottom: 2px;
	width: 130px;
}
