/* CSS Document */
@import url(subtopics.css);

body {
	margin: 0;
	padding: 0;
	background: #aa5525 url("../_images/calico_gentlediag.gif") repeat;
	}
body, th, td {
	font: normal 90% Georgia, "Times New Roman", Times, serif;
	line-height: 140%;
	}

/* Structure
----------------------------------------------------- */
#skip {
	margin-left: -9000px;
	height: 0px;
	}
#wrap {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	background: #f4eac7;
	}
#header {
	margin: 0;
	padding: 0;
	}
#header_image {
	margin: 0;
	padding: 0;
	width: 760px;
	height: 78px;
	background:  url("../_images/header_image.jpg") top center no-repeat;
	border-top: 1px solid #000;
	}
#content-wrap {
	clear: both;
	margin: 0;
	padding: 5px 10px;
	background:  url("../_images/bkgrd_content.gif") top center repeat-x;
	}
#content {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 98%;
	}
	.home, .gallery, .art, .tutorials {
	width: 470px;
	}
div#sidebar {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	width: 240px;
	}
#footer {
	clear: both;
	margin: 0;
	padding: 2em 0.5em 0.5em 0.5em;
	height: 20px;
	background:  url("../_images/pagecorner_footer.gif") bottom right no-repeat;
	text-align: center;
	font-size: smaller;
	}

/* Structural Classes
----------------------------------------------------- */
div.note {
	margin: 10px 0;
	padding: 1px 0 5px 20px;
	background:  url("../_images/note.gif") top left no-repeat;
	}
	div.wide {
	margin: 10px 0;
	padding: 1px 0 5px 20px;
	background:  url("../_images/note.gif") top left no-repeat;
	}

/* Links
----------------------------------------------------- */
a {text-decoration: none;}
a:link {
	color: #aa5525;
	border-bottom: 1px dotted #aa5525;
	}
a:visited {
	color: #666;
	border-bottom: 1px dotted #666;
	}
a:hover {
	color: #aa5525;
	border-bottom: 2px solid #aa5525;
	}
a:active {
	color: #f78600;
	border-bottom: 2px solid #f78600;
	}

/* Headings
----------------------------------------------------- */
h1 {
	margin: 0;
	padding: 0;
	width: 760px;
	height: 60px;
	background: #000 url("../_images/header.gif") top center no-repeat;
	}
h1 span {
	margin-left: -9000px;
	}
h2, h3, h4, h5 {
	color: #aa5525;
	font-weight: normal;
	}
h2 {
	font-size: 150%;
	}
h3 {
	font-size: 130%;
	border-bottom: 1px solid #aa5525;
	}
h4 {
	font-size: 110%;
	}
	div.newspapers h4 {font-size: 100%; margin-bottom: 0; padding-bottom: 0}
h5 {
	font-size: 100%;
	}
#content-home-sidebar h2, #content-diaries-sidebar h2, #content-gallery-sidebar h2, #content-store-sidebar h2, #content-art-sidebar h2 {
	font-size: 110%;
	}

/* Text
----------------------------------------------------- */
p.date, p.byline {
	font-variant: small-caps;
	}
	p.byline {
	font-size: 85%;
	}
	p.update {
	color: #aa5525;
	}
p.sistersquote {
	padding-right: 1em;
	font-size: 85%;
	}
	p.sistersquote em {
	font-style: normal;
	font-variant: small-caps;
	}
p.top {
	clear: both;
	text-transform: lowercase;
	font-variant: small-caps;
	}

/* Images
----------------------------------------------------- */
img {
	margin: -5px 0;
	padding: 0;
	border: 1px solid #aa5525;
	}
	
/* List
----------------------------------------------------- */
ul {
	margin: 0 0 0 2em;
	padding: 0;
	list-style-type: square;
	}
ul li {
	margin: 0;
	padding: 0;
	}

/* Navigation
----------------------------------------------------- */
#navigation {
	width: 100%;
	height: 29px;
	background: #fffddf url("../_images/bkgrd_navig.gif") top center repeat-x;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	}
#navigation a:link, #navigation a:visited { border-bottom: 0; }
#navigation a:hover { border-bottom: 2px solid #aa5525; }
#navigation ul {
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 85%;
	}
#navigation ul li {
	display: block;
	float: left;
	margin: 0 0.7em;
	line-height: 29px;
	}
#navigation ul li a#selected {
	color: #000;
	font-weight: bold;
	border-bottom: 0;
	cursor: auto;
	}