@charset "utf-8";
/* CSS Document */

/* 
Blog Template Basic Styles
Name:     Lopapalooza Creative Fingers
Author:   Jeanne Rubbo
URL:      www.lopapalooza.com
Date:     11 February 2010
*/

/* Page Defaults */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background: #f1f1ea;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}

* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}

/* Page Layout and Styles */

#maincontent {
	color: #624F5E;
}

#sidebar {
	color: #666666;
	font-size: 90%;
	line-height: 1.3em;
}
#comments  {
	color: #555555;
}

/* Header Styles */

#sidebar h3 {
	color: #617383;
	font: italic bold 140%/1.3em "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
}

#sidebar a:link {
	color: #54796f;
}

#sidebar a:visited {
	color: #999999;
}

#sidebar a:hover {
	color: #bf70af;
}

#sidebar a:active {
	color: #bf70af;
}

#sidebar li a:link {
	color: #A28C9D;
	text-decoration: none;
	border-bottom: 1px dashed #A28C9D;
}

#sidebar li a:visited {
	color: #999999;
}

#sidebar li a:hover {
	color: #bf70af;
}

#sidebar li a:active {
	color: #bf70af;
}

/* Main Content Styles */

#maincontent h2 {
	line-height: 1em;
	border-bottom: 1px #6a7d78 solid;
	font-size: 120%;
}

#maincontent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #624F5E;
	font-size: 120%;
}

#maincontent .post .postmetadata p {
	font-size: 90%;
}

#maincontent .post .postmetadata p.postedby {
	color: #a28c9d;
}

#maincontent .post .postmetadata p.postinfo {
	border: 1px solid #666666;
}

#maincontent  .post ul {
	list-style: none;
}
#maincontent  .post li {
	line-height: .7em;
}

#maincontent .post abbr, acronym {
	font-style: normal;
	border-bottom: 1px dotted;
}

#maincontent .post blockquote {
	font: 90%/1.3em Georgia, "Times New Roman", Times, serif;
	color: #888888;
}

#maincontent .post code {
	color: #666666;
	font: 90% "Courier New", Courier, monospace;
}

#maincontent .post hr {
  display: none;
}

#maincontent .post img {
	background: #a0aba1;
	border-top: 1px solid #999999;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #999999;
}

#maincontent .post a:link, #maincontent .navigation a:link {
	color: #54796f;
}

#maincontent .post a:visited, #maincontent .navigation a:visited {
	color: #999999;
}

#maincontent .post a:hover, #maincontent .navigation a:hover {
	color: #bf70af;
}

#maincontent .post a:active, #maincontent .navigation a:active {
	color: #bf70af;
}

/* Comment Styles */

#comments h4 {
	font: bold 110% Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}

#comments .comment-author {
	font-size: 110%;
	font-weight: bold;
}

#comments .commentmetadata {
	font-size: 90%;
}

#comments ul a:link, #comments a:link {
	color: #865B7D;
	text-decoration: underline;
}

#comments ul a:visited, #comments a:visited {
	color: #666666;
	text-decoration: underline;
}

#comments ul a:hover, #comments a:hover {
	color: #4B7498;
	text-decoration: underline;
}

#comments ul a:active, #comments a:active {
	text-decoration: underline;
	color: #4B7498;
}

#comments #submit, #comments textarea {
	border: 1px solid #666666;
}

#comments #respond p.xhtmltags {
	font-size:90%
}

/* Footer Styles */

#footer {
	text-align: center;
}

#footer p {
	background: #A0ABA1;
	color: #666666;
	font-size: 90%;
}

