/*
Theme Name: Meringue
Description: from Fresh Bananas
*/

body {
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #ffffaa;
	font-size: 80%;
	/* Used to set 1em to a nice size. More info available here: http://www.thenoodleincident.com/tutorials/typography/index.html */
	margin: 0 0 20px; 
	padding: 0;
	text-align: center; 
}

h1 {font-size: 2.2em;}
h2 {font-size: 1.6em}
h3 {font-size: 1.2em; margin:0p; font-style:oblique}

a {color: #008000;}
a:visited {color: #008000;}
a:hover {color: #00ff00;}

h1 a, h1 a:visited {color: #333;text-decoration: none;}
h1 a:hover {color: #637677;}

ul {list-style-type: circle;}


/* IDs */

#header {padding: 10px}
#header h1,h3 {margin:0}
#header h3 {font-style:oblique; font-weight:normal}
#header a {text-decoration:none}
#header img {border:0}

#text {
	background-color:#ffffff;
	margin: 0 auto;
	text-align: left;
	width: 740px;}
   
#main {
	background: url(images/text-top.gif) top left no-repeat;
	color: #333333;
	float: left;
	padding: 10px 10px 0 20px;
	width: 505px;
}
#main h1 {color: #323C3C;}
#main p.meta {color: #999;}

#reply label {display: block;}
 
#sidebar {
	background: url(images/text-top.gif) top right no-repeat;
	float: right;
	padding: 0px 20px 0 10px;
	width: 155px;
}
 
#sidebar h1 {font-size: 1px;margin: 0;padding: 0;visibility: hidden}
#sidebar h2 {color: #323C3C;font-weight: normal;margin: 33px 0 0}
 
#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 .5em;
}

#footer {
	/*background: url(images/text-bottom.gif) bottom left no-repeat;*/
	clear: both;
	color: #303030;
	padding: 10px 0;
}

#footer p {margin: 0}
#credits {font-size: .85em;}

* html #main
{padding-top: 20px;
width: 505px;   /* content width (for other browsers) */
}

* html #sidebar   /* this selector recognized by IE only */
{width: 155px;}


/* CLASSES */


.comment {list-style-type: none;margin: 0;}
.hilite {background-color: #F17196 !important;color: #fff;}


.alignRight {float:right}
.alignLeft {float:left}
.alignCenter {margin-left:auto; margin-right:auto}