/*  
Theme Name: Jonah's theme
Author: Jonah Winters
*/


.drop ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.drop ul li {
	position: relative;
	float: left;
    width: 90px;

}

.drop li ul {
	position: absolute;
	top: 16px;
	display: none;
}

.drop ul li a {
	display: block;
	text-decoration: none;
	line-height: 10px;
	color: #000;
	padding: 4px 3px 4px 3px;
	background: #edca6e;
	background-image: url('http://kariwinters.com/images/shelfbackdrop3.jpg');
	margin: 0 0px 0 1px;
}

.drop ul li a:hover { background: #5b22b0;color:#fff; }
.drop li:hover ul, .drop li.over ul { display: block; }

.drop {
	background-color:#5b22b0;
	background-image:url(/images/purplechairdark.jpg);
	color:#ffffff;
	font-size: 11px;
	border-top:1px solid black;
	border-bottom:1px solid black;
}


.pagequote {
	padding:0px 0px 15px 50px;
}

	
.quote {
	text-align:right;
	padding:0px 8px 0px 10px;
	margin: 0px;
	font-style:italic;
}

.quoteauthor {
	text-align:right;
	padding:1px 8px 0px 10px;
	margin: 0px;
	font-weight:500;
}


.V9 {
	font-size:11px;
	background:#ffffff;
	border:solid 1px #939;
	padding:3px;
}

.V9 a {
	text-decoration:none;
}

.V9 a:hover {
	text-decoration:underline;
}


a.psf			{ text-decoration:	none;font-weight:400; font-size:10px; }
a.psf:link		{ color: #003399; }
a.psf:visited	{ color: #003399; }
a.psf:active	{ color: #3366CC; }
a.psf:hover		{ color: #000099; text-decoration: underline; }



.content {
	padding:5px 10px 5px 10px;
}

.content a, .content a:visited {
	color:#3D1B88;
	text-decoration:none;
	font-weight:700;
}

.content a:hover {
	color:#0000ee;
	text-decoration:underline;
	font-weight:700;
	background-color:#cceeFF;
}

.webmail a, .webmail a:visited {
	color:#ddddee;
	font-weight:400;
	text-decoration:none;
	text-align:right;
	font-size:11px;
}

.webmail a:hover {
	color:#bbbbff;
	font-weight:400;
	text-decoration:underline;
	text-align:right;
	font-size:11px;
}


.shelf img {
	border: 0px;
}

.divider {
	background-color:#6F50C1;
	background-image:url(/images/purplechairdark.jpg);
	color:#ffffff;
	font-size: 11px;
	padding:5px 0 5px 0;
	border-top:1px solid black;
	border-bottom:1px solid black;
}

.divider a, .divider a:visited {
	color:#FFFFaa;
	font-size:11px;
	text-decoration:none;
	font-weight:500;
}

.divider a:hover {
	color:#FFff00;
	font-size:11px;
	text-decoration:underline;
	font-weight:500;
}

body {
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #B8B331;
	background-image:url(/images/greencarpet.jpg);
	color: #333;
	margin: 0 0 5px 0;
	padding: 0; 
}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}
	
.pages {
	text-align:center;
	list-style:none;
}

.pages li {
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	display:inline;
}


h1, h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color:#4415dd;
	text-align: center;
	padding-top:0px;
	margin-top:5px;
	}
	
h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color:#4415ee;
	padding-top:5px;
	margin-top:15px;
}

h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color:#4415ee;
	margin-top:5px;
	padding-top:10px;
	padding-bottom:4px;
}

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

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

.press li {
	margin-top:12px;
	margin-bottom:12px;
	list-style-type:none;
}