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



/* Basics and Typography */

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	color: #0D447F;
	text-align: center;
	background: white;
}
td {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	color: #0D447F;
	text-align: center;
	background: white;
	}
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: #9F0002;
}
h1, h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
a {
	text-decoration: none;
	color: #9F0002;
}
a:link {
	
	color: #F87B30;
	text-decoration: underline;
}
a:visited {
	color: #F87B30;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: underline;
}
input, textarea, select {
	border: 1px solid #C1C0B5;
	background-color: #F6F6F6;
	color: #333;
	font-size: 1em;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #EBEBEB;
	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 1% 0 1%;
	width: 98%;
	background-color: #FFF;
	text-align: left;
}
#header {
	padding: 10px 0 0 0;
	background-color: #FFFFFF;
}

	/* Header Styles */
	#header h1 {
		margin: 0;
		font-size: 1.8em;
	}
	#header h1 a {
	text-decoration: none;
	color: #9F0002;
}

#content {
	float: left;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 100%;
} 
html>body #content {
	width: auto;
}
* html #content {
	overflow: hidden;
	/* So IE won't break things */
}
#sidebar {
	float: right;
	text-align: left;
	position: absolute;
	top: 170px;
	right: 14px;
	height: 65%;
	padding: 0px 4px 0 4px;
	font-size: 0.9em;
	width: 190px;
	background: url(images/blanc_op.png);
} 
 
html>body #sidebar {
	width: 190px;
}

.map
	{
	width: 99%;
	height: 74%;
	border: 4px solid #EBEBEB;
}
	
/* Lots of sidebar styles, so they're below */

#intro {
	clear: both;
	font-size: 0.9em;
	text-align: left;
	background-color: #F3F3F3;
	height: 50px;
	width: 100%;
	border-left: 4px solid #EBEBEB;
	border-right: 4px solid #EBEBEB;
}

#footer {
	clear: both;
	font-size: 0.9em;
	text-align: right;
	width: 99%;
}

	/* Footer Styles */
#footer p {
	margin: 0;
	padding: 10px 0 20px 0;
	background-color: #F3F3F3;
	border-left: 4px solid #EBEBEB;
	border-right: 4px solid #EBEBEB;
	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;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar ul li {
}
#sidebar ul ul {
	margin: 1.2em 0;
	border-top: 1px solid #EBEBEB;
	background-color: #F3F3F3;
}
#sidebar ul ul li {
	padding: 0 0 0 10px;
	border-bottom: 1px solid #EBEBEB;
}
#sidebar ul ul li a {
	display: block;
	margin: 0 0 0 -10px;
	padding: 2px 10px 0 10px;
	width: 190px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 170px;
} 
html>body #sidebar ul ul li a {
	width: 170px;
}
#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 #EBEBEB;
}
#sidebar ul ul ul li a {
	margin: 0 0 0 -25px;
	padding: 2px 10px 0 25px;
	width: 190px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 155px;
} 
html>body #sidebar ul ul ul li a {
	width: 155px;
}

/* 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: #F3F3F3 url(images/posttitle.gif) no-repeat top right;
}
.posttitle a:link, .posttitle a:visited {
	color: #111;	
}
.posttitle a:hover, .posttitle a:active {
	background: #EBEBEB url(images/posttitle.gif) no-repeat 100% -91px;
	color: #9F0002;
}
.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 #EBEBEB;
	list-style-type: none;
}
#commentlist li {
	border-top: 1px solid #EBEBEB;
	padding: 1px 20px;
	background-color: #FFF;
}
.alt {
	background-color: #F6F6F6 !important;
}
.commenttitle {
	margin-bottom: 0;
	font-size: 0.7em;
	text-align: justify;
}
.commentmeta {
	margin-top: 0;
	font-size: 0.9em;
	color: #999;
}
#comment {
	width: 98%;
}

#description {
	position: relative;
	top: 100px;
	left: 20px;
}

.tableau {
	padding-left: 20%;
}

.tableau tr {
	background-color: #F3F3F3;
	border-bottom: 10px #EBEBEB;
	font: normal 9pt, Verdana, Arial;
}
