/*  
Theme Name: Template 3 - Almost Spring
Theme URI: http://beccary.com/goodies/wordpress-themes/
Description: Modified Almost Spring Template. Light and simple with greens and oranges. 
Version: 1.0
Author: Becca Wei / Haden McCabe
Author URI: http://beccary.com

Theme last updated: 04.07.05
*/

.GoogleAd-Right {


	float: right;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-top: 0px;

}

.newsBox {
	margin-top: 10px;
	
}

/* 	This surrounds the whole news item */

.newsItem {
	margin-bottom: 10px;
	
}

/* This changes the colors of the links */

.newsTitle {

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #E58712;

	
}

.newsTitle a {
	font-family: Arial, Helvetica, sans-serif;
	
}

.newsTitle a:visited {

}

.newsTitle a:hover {

}

/* You can use this to change the description
	colors, spacing, padding etc. */
	
.newsDescription {

}

.newsDescription p {

}


/* 	This changes the more news link */

.moreNews a:link, a:visited {

}

.moreNews a:hover {

}

.break {
	clear: both; 
}

.sectionTitle {
	margin-bottom: 0;
	overflow: auto;
	color: #FFF;
	float: left;
	padding: 0 10px;
	background: #9999FF url(images/posttitle.gif) no-repeat right top;
	/* Width and overflow to clear '.posttitle a' */
}

.fader {
	clear: both;
	margin-top: 0;
	padding-top: 1px;
	background: url(images/postmeta.gif) no-repeat top left;
	font-size: 0.9em;
	color: #999;
}

/* Basics and Typography */

body {
	margin: 0;
	padding: 0;
	background: #E9F0F5;
	font-size: 78%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #333;
	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: "Lucida Grande", Tahoma, Arial, sans-serif;
	color: #003366; 
}

h1 {
	padding-left: 20px;
	padding-bottom: 10px;
}

h1, h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
a {
	text-decoration: none;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #003366;
}
a:hover, a:active {
	color: #003366;
}
input, textarea, select {
	border: 1px solid #C1C0B5;
	background-color: #F0F7FB;
	color: #333;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}
blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #E8E7D0;
	font-size: 0.9em;
}
code {
	font-family: monospace;
	color: #666;
}
form, img {
	margin: 0;
	padding: 0;
	border: 0;
}
.small {
	font-size: 0.9em;
	color: #999;
}



/* Layout */

#wrapper {
	margin: 0 auto;
	width: 750px;
	background-color: #FFF;
	text-align: left;
}
#header {
	background-color: #003366;
	border-bottom: 10px solid #9999ff;
	height: 70px;

}

	/* Header Styles */
	#header h1 {
	margin: 0;
	font-size: 2.5em;
	font-family: Geneva, Arial, Helvetica, san-serif;
	padding-top: 20px;


	}
	#header h1 a {
		text-decoration: none;
		color: #FFFFFF;
	}
	
	
#content {
	float: left;
	padding: 0 20px;
	width: 560px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 520px;
} 
html>body #content {
	width: 520px;
}
* html #content {
	overflow: hidden;
	/* So IE won't break things */
}
#sidebar {
	float: left;
	padding: 16px 20px 0 20px;
	width: 190px;
	font-size: 0.9em;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 150px;
} 
html>body #sidebar {
	width: 150px;
}

	/* Lots of sidebar styles, so they're below */

#footer {
	clear: both;
	font-size: 0.9em;
	text-align: center;
}

	/* Footer Styles */
	#footer p {
	margin: 0;
	padding: 10px 0 20px 0;
	background-color: #003366;
	border-top: 10px solid #9999ff;
	font-size: 1em;
	text-align: center;
	color: #FFFFFF;

	}

	
	
/* Sidebar Styles */

#sidebar h2 {
	display: inline;
	margin: 1.2em 0 0.6em 0;
	padding: 0 10px 0 0;
	background: url(images/arrow.gif) no-repeat center right;
	font-size: 1.1em;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar ul li {
}
#sidebar ul ul {
	margin: 1.2em 0;
	border-top: 1px solid #003366;
	background-color: #E6F2F7;
}
#sidebar ul ul li {
	padding: 0 0 0 10px;
	border-bottom: 1px solid #003366;
}
#sidebar ul ul li a {
	display: block;
	margin: 0 0 0 -10px;
	padding: 2px 10px 0 10px;
	width: 150px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 130px;
} 
html>body #sidebar ul ul li a {
	width: 130px;
}
#sidebar ul ul li a:hover {
	background-color: #FFF;
}
/* 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: 2px 10px 0 25px;
	width: 150px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 115px;
} 
html>body #sidebar ul ul ul li a {
	width: 115px;
}



/* 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: #9999FF url(images/posttitle.gif) no-repeat right top;
}
.posttitle a:link, .posttitle a:visited {
	color: #FFF;	
}
.posttitle a:hover, .posttitle a:active {
	background: #3366FF url(images/posttitle.gif) no-repeat 100% -91px;
	color: #FFFFFF;
}
.postmeta {
	margin-top: 0;
	padding-top: 1px;
	background: url(images/postmeta.gif) no-repeat top left;
	font-size: 0.9em;
	color: #999;
}
.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: #FAFAF0 !important;
}
.commenttitle {
	margin-bottom: 0;
	font-size: 1.1em;
}
.commentmeta {
	margin-top: 0;
	font-size: 0.9em;
	color: #999;
}
