/*  
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.41
Author: Becca Wei
Author URI: http://beccary.com
*/

/* Basics and Typography */

a.linkback {
	color: #333333;
	font-weight : bold;
        font-size: 0.8em;
}

.red18b a:link, .red18b a:visited {
  font-family: Arial, sans-serif;
  font-size: 24px;
  color: #FF3333;
  font-weight : bold;
  text-decoration: none;
}

.size9 {
  font-family: Arial, sans-serif;
  font-size: 9px;
}

.menu a:link, .menu a:visited {
font-family:Arial, sans-serif;
font-size:12px;
color:#ffffff;
font-weight:bold;
text-decoration:none
}

TD.menubar {
background:#0099CC;
}

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-size: 100%;
	font-family: Arial, sans-serif;
	color: #333333;
}
p {
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 1.2em 0;
}
ol, ul {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;

}
h1, h3, h4, h5, h6 {
	margin: 0.9em 0 0 0;
	font-family: Arial, sans-serif;
	color: #000000; 
}
h1 {
	font-size: 1.2em;
}
h2 {
	font-size: 1.2em;
	margin: 0.9em 0 0 0;
	font-family: Arial, sans-serif;
	color: #333333; 
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

h7 {
	font-size: 0.6em;
}

a {
	text-decoration: underline;
}
a:link, a:visited {
	color: #333333;

}

A:hover {
  color: #DC0000;
  text-decoration: underline;
}

input, textarea, select {
	border: 1px solid #d2d2d2;
	background: #F5F5F5;
	color: #333;
	font-size: 1em;
	font-family: Arial, sans-serif;
}
blockquote {
	margin: 1.2em 20px;
	padding: 0.1em 20px;
	border-top: 1px solid #E8E7D0;
	border-bottom: 1px solid #E8E7D0;
	background: #FAFAF0;
}
small {
	font-size: 0.9em;
}
code {
	font-size: 1.1em;
	font-family: "Courier New", Courier, monospace;
	background: #FAFAF0;
	color: #666;
}
form {
	margin: 0;
	padding: 0;
	border: 0;
}
a img {
	border: 0;
}

/* Layout */

#content {
	float: left;
	margin: 0 0 0 20px;
	width: 510px;
	overflow: hidden;
	display: inline; /* IE double margin bug fix */
}
#sidebar {
	float: left;
	margin: 0 20px 0 20px;
	padding: 2.0em 0 0 0;
	width: 190px;
	font-size: 0.7em;
	overflow: hidden;
        display: inline; /* IE double margin bug fix */
}
#footer {
	clear: both;
	font-size: 0.9em;
	text-align: right;
}
	/* Footer Styles */
	#footer p {
		margin: 0;
		padding: 10px 0 20px 0;
		background-color: #FFFFFF;
		border-top: 10px solid #9BBB38;
		font-size: 0.9em;
		text-align: right;
	}
	
/* Sidebar Styles */

#sidebar h2 {
	display: inline;
	margin: 1.2em 0 0.4em 0;
	padding: 0 10px 0 0;
	background: url(images/arrow.gif) no-repeat center right;
	font-size: 1.1em;
}
#sidebar h2 a {
	color: #333333;
}
#sidebar h2 a:hover {
	color: #000000;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar ul li {
}
#sidebar ul ul {
	margin: 1.2em 0;
	border-top: 1px solid #00AAE0;
	background-color: #F0F0F0;
}
#sidebar ul ul li {
	padding: 0 0 0 10px;
	border-bottom: 1px solid #00AAE0;
}
#sidebar ul ul li a {
	display: block;
	margin: 0 0 0 -10px;
	padding: 0.1em 10px;
	width: 190px;
	voice-family: "\"}\""; 
	voice-family: inherit;
        text-decoration: none;
	width: 170px;
} 
html>body #sidebar ul ul li a {
	width: 170px;
}
#sidebar ul ul li a:hover {
	background-color: #F0F0F0;
}
/* 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 #00AAE0;
}
#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 #00AAE0;
	background: #FFFFFF;
	line-height: 1.1em;
	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: #00AAE0;  
	color: #FFF;
	font-weight: bold;
}
#wp-calendar td {
	border: 0;
	border-collapse: collapse;
	background: #FFF;
}
#wp-calendar td a {
	display: block;
	width: 100%;
}
#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 {
}
.posttitle {
	margin-bottom: 0;
	width: 100%;
	color: #FFF;
	overflow: auto;
	/* Width and overflow to clear '.posttitle a' */
}
.posttitle a {
	float: left;
	padding: 0 10px;
	background: #00AAE0 url(images/posttitle.gif) no-repeat top right;
}
.posttitle a:link, .posttitle a:visited {
	color: #FFF;
  	text-decoration: none;
}
.posttitle a:hover, .posttitle a:active {
	background: #00AAE0 url(images/posttitle.gif) no-repeat top right;
	color: #FFF;
}
.postmeta {
	margin-top: 0;
	padding-top: 0.2em;
	background: url(images/postmeta.gif) no-repeat top left;
	font-size: 0.7em;
	color: #999;
}
.postentry {
}
.permalink {
	margin: 0 1.8em 0 0;
	padding: 0 0 0 14px;
	background: url(images/permalink.gif) no-repeat center left;
	color: #333333;
	font-size: 0.8em;
	font-weight : bold;
}

.commentslink {
	padding: 0 0 0 17px;
	background: url(images/commentslink.gif) no-repeat center left;
	color: #333333;
	font-size: 0.8em;
	font-weight : bold;
}

.postnav {
	width: 100%;
	padding: 1.2em 0;
	overflow: auto;
}
.prev {
	float: left;
}
.next {
	float: right;
}

/* Comments */

#commentlist {
	margin: 1.2em 0;
	padding: 0;
	border-bottom: 1px solid #d2d2d2;
	list-style-type: none;
}
#commentlist li {
	border-top: 1px solid #d2d2d2;
	padding: 0.1em 20px;
	background-color: #F5F5F5;
}
.alt {
	background-color: #F5F5F5 !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_calendar h2 {
	display: none !important;
}
.widget_search div {
	margin: 1.2em 0;
}
#sidebar #s {
	margin-bottom: 2px;
	width: 180px;
}

/* Image Borders */

div.image {
	margin: 1.2em 0;
}

div.imagecenter {
	margin: 1.2em 0;
	text-align: center;
}
div.imagecenter img {
	margin: 0 auto;
}

div.imageleft, img.imageleft {
	float: left;
	margin: 0 15px 0.2em 0;
	padding: 0;
}
 
div.imageright, img.imageright {
	float: right;
	margin: 0 0 0.2em 15px;
	padding: 0;
}

div.image img, img.image,
div.imagecenter img,
div.imageleft img, img.imageleft,
div.imageright img, img.imageright {
	padding: 5px;
	border: 1px solid #C1C0B5;
	background: #FFF;
}



