/*  
Theme Name: Purple Bananas
Theme URI: http://www.nineyards.com/
Description: Theme based on Fresh Bananas
Version: 1.0
Author: Diane Aull
Author URI: http://www.aull.info/
*/

body {
	background: #404;
	font-size: 76%;
	margin: 0 0 20px; 
	padding: 0;
	text-align: center; /* Used to center in IE */
}

/* ------------------------- */
/* -- Header --------------- */
/* ------------------------- */

#header {
	background: url(images/box-repeat.jpg) center;
	margin: 0 auto 20px;
	text-align: left;
	width: 720px;
}

#header a {
	color: #790571;
	font-size: 3.5em;
	display: block;
	padding-top: 60px;
	padding-left: 20px;
	text-decoration: none;
}

#header a:hover { color: #CD8686; }

#header .tagline	{
	background: url(images/box-bottom.jpg) left bottom no-repeat;
	color: #999;
	display: block;
	font-size: 1.0em;
	padding-bottom: 15px;
	padding-left: 20px;
	letter-spacing: 4px;
}

/* ------------------------- */
/* -- Text ----------------- */
/* ------------------------- */

#text {
	background: url(images/text-repeat.jpg);
	margin: 0 auto;
	text-align: left;
	width: 720px;
}

/*
 * Main!
 */

#text #main {
	background: url(images/text-top.jpg) top left no-repeat;
	color: #333;
	float: left;
	padding: 10px 10px 0 20px;
	width: 505px;
}

#adsense	{
	padding-top: 10px;
}

/* Headers */

#text #main h1 {
	color: #404;
}

/* Paragraph */

#text #main p.meta {
	color: #666;
}

/* Lists */

ul {
	list-style-type: circle;
}

/* Preformatted and Code */

pre {
	background: #EFF29F; /* a nice yellow, but change as you like */
	font-size: 1.2em; /* make it a bit larger for ease of reading */
	padding: 5px;
}

code {
	background: #EFF29F;
	color: #000;
	font-size: 1.2em;
}

pre code {
	font-size: 1em; /* When people would place a code element in a pre, it would get very large */
}

/* Comments */

.comment {
	list-style-type: none;
	margin: 0;
}

/* Comment Form */

#reply label {
	display: block;
}

/* Search Highlight */

.hilite {
	background-color: #F17196 !important;
	color: #fff;
}

/*
 * Sidebar!
 */

#text #sidebar {
	background: url(images/text-top.jpg) top right no-repeat;
	float: right;
	padding: 10px 20px 0 10px;
	width: 155px;
}

#sidebar a {
	color: #790571;
	text-decoration: none;
}

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

#sidebar a:hover { 
	color: #900;
	text-decoration: underline;
}

/* Headers */

#text #sidebar h1 {
	font-size: 1px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

#text #sidebar h2 {
	color: #404;
	font-size: 1.6em;
	font-weight: normal;
	font-style: normal;
	margin: 33px 0 0;
}

/* Lists */

#text #sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 1em;
}

/*
 * Footer!
 */

#text #footer {
	background: url(images/text-bottom.jpg) bottom no-repeat;
	clear: both;
	color: #666;
	padding: 10px 20px 10px;
}

#text #footer p {
	margin: 0;
	font-size: 0.9em;
	font-style: italic;
}

/* ------------------------- */
/* -- Fonts ---------------- */
/* ------------------------- */

#header {
	font-family: "Stone Sans ITC TT", "Arial Rounded MT BOLD", Verdana, sans-serif;
	letter-spacing: -0.3em;
}

#text h1 {
	font-size: 2.0em;
	font-weight: normal;
	letter-spacing: -1px;
}

#text h2 {
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: -1px;
}

#text h3 {
	font-size: 1.2em;
	font-weight: normal;
}

#text p, #text #main ul, #text #main ol, #text dl {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 150%;
}

#text #sidebar ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 170%;
}

#credits	{
	border-top: medium double #404;
	padding-top: 8px;
	font-size: 0.9em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

}

#text .update	{
	color: #900;
}

#text .filenote	{
	color: #666;
	font-style: italic;
	font-size: 0.9em;
}

#text .extra	{
	font-style: italic;
	margin-right: 10px;
}

#text blockquote {
    font-style: italic;
}

/*
 * Links and their colors (is there a better place for this?)
 */

a {
	color: #790571;
}

a:visited {
	color: #666;
}

a:hover {
	color: #900;
}

/*
 * Header links
 */

h1 a, h1 a:visited {
	border-bottom: 1px solid #ccc;
	color: #404;
	text-decoration: none;
}

h1 a:hover {
	color: #790571;
	text-decoration: underline;
}

/* ------------------------- */
/* -- Hacks ---------------- */
/* ------------------------- */

/* #text #main */

* html #text #main
{
	padding-top: 20px;
	width: 505px;   /* content width (for other browsers) */
}

/* hide from MacIE. only WinIE sees this. \*/
* html #main
{
    overflow: hidden;
    o\verflow: visible;
    width: 100%;
    w\idth: auto;
    he\ight: 1%;
}
/* end hide */

/* #text #sidebar */

* html #text #sidebar   /* this selector recognized by IE only */
{
	width: 155px;
}
