/*
Theme Name: Joan
Theme URI: http://www.joanbarsotti.com/
Description: May 2008 design
Author: Sandra K. Williams
Author URI: http://www.williamswriting.com/
*/

/* LAYOUT */

html, body, div, span, h1, h2, h3, h4, h5, h6,
blockquote, p, a, img, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,
pre, tbody, tfoot, thead, tr, th, td, .hidden {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html {
	background: #a00000;
	padding: 8px 0 2px;
	height: 100%;
}

body {
	background: url(images/joan-bkgd.jpg) top center repeat-y;
	font: normal 100%/1.4 "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", "New Century Schoolbook Std", "ITC New Century Schoolbook", Century, Georgia, serif;
	text-align: center;
	height: 100%;
}

.header {
	height: 120px;
	width: 768px;
	background: #fff2af url(images/joan-header.jpg) center top no-repeat;
	margin: 0 auto;
}

.hidden {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#wrapper {
	width: 768px;
	color: #000;
	background: #fff;
	text-align: left;
	margin: 0 auto;
	padding-top: 20px;
}

#content {
	float: left;
	width: 460px;
	padding-left: 30px;
}

#sidebar {
	float: right;
	width: 180px;
	border-top: 3px solid #a00000;
	border-bottom: 1px solid #a00000;
	background: #fefee6;
	margin-top: 1em;
	margin-right: 30px;
	padding: 0 12px;
}

#footer {
	clear: both;
	color: #333;
	background: url(images/butterfly.jpg) 30px 12px no-repeat;
	font-size: .9em;
	padding: 30px 84px 10px;
}

/* MENU & LINKS */

ul#tabs {
	width: 760px;
	list-style-type: none;
	text-align: center;
	font: bold .9em Arial, Helvetica, Verdana, sans-serif;
	background: #fff2af;
	margin: 0 auto;
	padding: 4px;
}

ul#tabs li {
	display: inline;
	margin: -3px;
}

ul#tabs li.page_item a:link, ul#tabs li.page_item a:visited {
	color: #2828aa;
	text-decoration: none;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 4px 10px;
	white-space: nowrap;
}

ul#tabs li.page_item a:focus, ul#tabs li.page_item a:hover, ul#tabs li.page_item a:active {
	color: #a00000;
	white-space: nowrap;
}

ul#tabs li.current_page_item a:link,
ul#tabs li.current_page_item a:visited {
	color: #a00000;
	cursor: default;
	white-space: nowrap;
}

a:link {
	color: #2828aa;
	text-decoration: underline;
}

a:visited {
	color: #555;
}

a:focus, a:hover, a:active {
	color: #a00000;
}

a[href $='.pdf']:link, a[href $='.pdf']:visited,
a[href $='.pdf']:focus, a[href $='.pdf']:hover {
	background: url(images/pdf.gif) no-repeat center right;
	padding-right: 18px;
}

a:link img, a:visited img {
	text-decoration: none;
}

a:focus img, a:hover img, a:active img {
	outline: 2px solid #a00000;
	text-decoration: none;
}

/* IMAGES & CAPTIONS */

img {
	border: 1px solid #000;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: .7em auto;
}

.alignleft,
div.alignleft {
	float: left;
	margin-right: 16px;
}

.alignright,
div.alignright {
	float: right;
	margin-left: 16px;
}

.wp-caption {
	text-align: center;
}

.wp-caption p.wp-caption-text {
	color: #2828aa;
	line-height: 1.1;
	margin-top: 4px;
}

/* TEXT */

h1, h2, h3, h4, h5, h6 {
	color: #2828aa;
	line-height: 1.1;
	margin: 1em 0 .5em;
}

h2 { font-size: 1.5em; }

h2.pagetitle {
	text-align: center;
	margin-top: 16px;
}

#sidebar h2 {
	font-size: 1.2em;
	text-align: center;
	margin-top: 0;
	padding-top: .25em;
}

h3 { font-size: 1.3em; }

h4 {
	font-size: 1.15em;
	font-style: italic;
}

h5 { text-transform: uppercase; }

h6 { font-style: italic; }

small { font-size: .9em; }

p, ol, ul, dl, pre, blockquote {
	margin: .7em 0;
}

blockquote { margin-left: 2em; }

ol { margin-left: 2em; }

ul li { margin-left: 1em; }

ul ul { margin: 0; }

ul ul li { margin-left: 1em; }

dt { font-weight: bold; }

dd { margin: 0 0 .5em 2em; }

/* MISC CLASSES */

.clear {
	clear: left;
}

span.more {
	white-space: nowrap;
	font-style: italic;
}

.post { margin: 1em 0; }

.metapage, .metapost {
	clear: left;
	font-size: .8em;
	font-style: italic;
	padding-top: 1em;
}

.noborder { border: none; }