/*
Theme Name: Ruth Pettus Blog
Theme URI: http://wordpress.org/
Description: Modification of the default Kubrick Theme
Version: 1.0
Author: Michael Heilemann (modified by Michael DiSanto)
*/

a { color: #ac2f41; text-decoration: none; }
a:hover { text-decoration: underline; }
p { padding: 6px 0; 	line-height: 1.5em; }
h1 { font-size: 25px; }
h2 { font-size: 16px; font-family: Palatino, "Times New Roman"; font-weight: normal; }
h2.pagetitle { padding: 5px 0; }


/* Begin Typography & Colors */
body {
	
	font-size: 9px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #e7e8ea;
	color: #333;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;

	}

/* ******************** */
/* Shadow Stuff			*/
/* ******************** */
#page {
	background: url(images/side-shadow.gif) right top repeat-y;
	text-align: left;
	margin: 20px auto;
	width: 734px;
	}
#buffer { padding: 0 11px 0 10px; } /* necessary because of background shadow images */

#header-shadow { height: 13px; width: 734px; background: url(images/header-shadow.gif) left top no-repeat}
#footer-shadow { height: 13px; width: 734px; background: url(images/footer-shadow.gif) left top no-repeat}




#header {
	background: #fff;
	margin: 0;
	padding: 0 10px 10px 10px;
	width: 693px; /* 717 - 20px */
}
#header h1 a {  }
#header .description { font-size: 13px; }

#romance {
	clear: both;
	margin: 0;
	height: 218px;

}
#romance img { border-top: 1px #EBEBEB solid;}

/* ******************** */
/* Content Stuff		*/
/* ******************** */

#content {
	float: left;
	width: 423px;
	padding: 15px;
	font-size: 1.2em
}
#content h2 { font-size: 18px; }
#content small { color: #848484; }

#comments { margin: 5px 0 7px 0;}
#commentlist li { padding: 5px 0; }
.comment-author a { font-size: 13px;  }
.comment-meta a { font-size: 10px; color: #848484 }
/* ******************** */
/* Sidebar Stuff		*/
/* ******************** */

#sidebar { float: right; width: 244px; text-indent: 10px; padding: 7px 15px 0 0;}
#sidebar h2 { border-bottom: 1px #bfbfbf solid; color: #555; }

#sidebar ul li { margin-bottom: 10px; }
#sidebar ul li ul { padding: 5px 0 0 0; }
#sidebar ul li ul li { margin: 0px; padding: 3px 0;  text-indent: 20px; background: url(images/bullet.gif) 10px 9px no-repeat; }
#sidebar ul li ul li a { font-size: 13px; }


#footer { clear: both; padding: 15px; }
