@import url(../../rsc/css/basic.css);	/* Import basic styles */
@import url(../../rsc/css/img.css);	/* Import standard image styles */
@import url(../../rsc/css/blog_elements.css);	/* Import standard blog elements styles */
@import url(../../rsc/css/forms.css);	/* Import default form styles */
@import url(../../rsc/css/comments.css);	/* Import default comment styles */

body {
	font-size:10px;
	padding: 0px;
	margin: 0px;
	color: #402000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #A29F78;
	background-repeat: repeat-y;
	background-position: 50% 0;
}
a {
	color: #402000;
	text-decoration:none;
}
a:visited {
	color: #402000;
}
a:hover {
	color: #000000;
}
#page {
	width: 805px;
	padding: 1px;
	border: 1px dotted #402000;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#header{
	margin:0px;
	padding:0px;
	height:227px;
	z-index: 1;
	background-image: url(http://www.ericasp.com/media/users/ericasp/headers/random.php);
	width: 805px;
}
#bloglist{
	text-align: left;
	background-image: url(http://www.ericasp.com/images/menu.gif);
	height: 26px;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1.1em;
}

/* bloglist --------------- */
#bloglist ul {
	list-style-type:none;
	margin-top: 0px;
	margin-right: 24px;
	margin-bottom: 19px;
	margin-left: 30px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bloglist li {
	display: inline;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 1em ;
	border-right-width: 1px;
	border-right-style: solid;
	border-color:#000000;
}
#bloglist a {
text-decoration:none;
}
#bloglist li a:hover {
color: #000;
text-decoration: underline;
}
#bloglist li a.selected {
text-decoration: underline;
}
#login {
	position: relative;
	top: -34px;
	height: auto;
	width: 200px;
	text-align: right;
	left: 580px;
}
#login a {
	text-decoration: none;
}
#login a:hover {
	text-decoration: none;
	font-weight: bold;	
}

/* Top menu --------------------------- */
div.top_menu ul {
	float:left;
	padding: 0;
	list-style-type:none;
	/*padding: 8px 0 8px 0;*/
font-size: 108%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 50px;
}
div.top_menu li {
display: inline;
padding: 0 1em 0 0;
}
div.top_menu a {
font-weight: bold;
}
div.top_menu a:hover {
color: #666;
text-decoration: underline;
}
div.top_menu a.selected {
text-decoration: underline;
}
.postsTop {
	text-align: left;
	background-image: url(http://www.ericasp.com/images/bodytop.gif);
	height: 43px;
	background-repeat: no-repeat;
	background-position: left top;
}
.postsMid {
	text-align: left;
	background-image: url(http://www.ericasp.com/images/bodymid.gif);
	height: auto;
	background-repeat: repeat-y;
	background-position: left top;
}
.postsBot {
	text-align: left;
	background-image: url(http://www.ericasp.com/images/bodybot.gif);
	height: 44px;
	background-repeat: no-repeat;
	background-position: left top;
}
.posts {
	float: left;
	width: 590px;
	overflow: hidden;
	top: -6px;
	position: relative;
}
.post, .postpublished{/* individual post*/
	text-align: justify;
	clear: both;
	padding-top: 1ex;
	margin-top: 0;
	margin-right: 2.5ex;
	margin-bottom: 2ex;
	margin-left: 4ex;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #663300;
	font-size:1.2em;
}
.post a{
	text-decoration:underline;
}

.post h2 a{
	text-decoration:none;
}
hr {
	height: 0;
	border-top-width: 2px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dotted;
	border-top-color: #402000;
}
#footer {
	clear: both;
	width: 738px;
	padding: 0;
	margin: 0;
}

/* Begin Sidebar */
#sidebar {
	width: 210px;
	float: right;
	overflow: hidden;
	font-size: 1em;
	top: -25px;
	position: relative;
	/*padding: 20px 0 10px 0;
margin-left: 545px;
width: 190px;*/
}
#sidebar form {
margin: 0;
}
#sidebar .note,#sidebar .notes {
margin-top: 1ex;
font-size: 100%;
}
#sidebar ul ol {
margin: 0;
padding: 0;
}
#sidebar ul {
margin: 0;
padding: 0;
}
#sidebar ul li {
list-style-type: none;
list-style-image: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #663300;
	margin-top: 0ex;
	margin-right: 4ex;
	margin-bottom: 2ex;
	margin-left: 2ex;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2ex;
	padding-left: 0;
	overflow: hidden;
}
#sidebar ul p, #sidebar ul select {
margin: 5px 0 8px;
border:none;
}
#sidebar ul ul, #sidebar ul ol {
margin: 5px 0 0 10px;
border:none;
}
#sidebar ul ul ul, #sidebar ul ol {
margin: 0 0 0 10px;
border:none;
}
ol li, #sidebar ul ol li {
list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
margin: 3px 0 0;
padding: 0;
border:none;
}
#sidebar ul ul li, #sidebar ul ol li{
color: #777;
}
/* End Sidebar */

small {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 0.9em;
line-height: 1.5em;
}
h1 {
font-weight: bold;
font-size: 340%;
text-align: center;
text-decoration: none;
}
h2 {
font-weight: bold;
font-size: 1.6em;
text-decoration: none;
margin:0;
padding:0;
}
h3 {
font-weight: bold;
font-size: 1.3em;
text-decoration: none;
}
h2 a:hover, h3 a:hover {
color: #000;
text-decoration:underline;
}
.bCalendarLinkPost{
	text-decoration:underline;
	/*background-color: #E2DDB8;*/
}



.alt {
}
.commentlist li, #commentform input, #commentform textarea {
font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li {
font-weight: bold;
}
.commentlist cite, .commentlist cite a {
font-weight: bold;
font-style: normal;
font-size: 1.1em;
}
.commentlist p {
font-weight: normal;
line-height: 1.5em;
text-transform: none;
}
.commentmetadata {
font-weight: normal;
}
small, .nocomments, .postmetadata, blockquote, strike {
color: #777;
}
code {
font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps{
font-size: 0.9em;
letter-spacing: .07em;
}
#wp-calendar #prev a, #wp-calendar #next a {
font-size: 9pt;
}
#wp-calendar a {
text-decoration: none;
}
#wp-calendar caption {
font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
text-align: center;
}
#wp-calendar th {
font-style: normal;
text-transform: capitalize;
}
.postmetadata {
clear: left;
}
.posttags {
	clear: both;
	text-align: center;
	color: #777;
}
h3.comments {
padding: 0;
margin: 40px auto 20px ;
}



/* Begin Images */
p img {
padding: 0;
max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left
}
/* End Images */



/* Begin Lists
Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */
form.bComment /* New comment form */{
border:none;
margin:0;
padding:0;
}
html>body .bText ul {
margin-left: 0px;
padding: 0 0 0 30px;
list-style: none;
padding-left: 10px;
text-indent: -10px;
}
html>body .bText li {
margin: 7px 0 8px 10px;
}
.bText ul li:before, #sidebar ul ul li:before {
content: "\00BB \0020";
}
.bText ol {
padding: 0 0 0 35px;
margin: 0;
}
.bText ol li {
margin: 0;
padding: 0;
}
.postmetadata ul, .postmetadata li {
display: inline;
list-style-type: none;
list-style-image: none;
}
table.bCalendarTable {
font-size: 100%;
width: 155px;
}
table.bCalendarTable caption {
font-size: 130%;
}
table.bCalendarTable th {
font-size: 100%;
}
input.SearchField {
width: 170px;
padding: 2px;
}
acronym, abbr, span.caps {
cursor: help;
}
acronym, abbr {
border-bottom: 1px dashed #999;
}
blockquote {
margin: 15px 30px 0 10px;
padding-left: 20px;
border-left: 5px solid #ddd;
}
blockquote cite {
margin: 5px 0 0;
display: block;
}
.center {
text-align: center;
}
a img {
border: none;
}
.navigation {
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 60px;
}
table.prevnext_post {
width: 100%;
}
div.moderation_msg{
margin: 1ex 0;
