@charset "UTF-8";
/*
style sheet for www.sharonkatz.net
version 01/10
© Sharon Katz
*/
/*----------colour guide--------------
#F9F9F9: light gray | use for all backgrounds
#  : pink | Happy Birthday Hannah background
#  : purple | Der Fus Tort background
#B00000 : active
#660000 : link
#66314C : visited
#B00000 : hover
#F0F0F0 : sidebar2 hover
#F0F0F0 : sidebar1 hover
*/
/*------------Style sheet TOC----------
^1 Global constants
^2 CSS reset
^3 Global classes
^4 Home page layout
^5 Top-level layout
^6 Region detail styles
		^6a Header
		^6b Navigation
		^6c Main content
			^6d Data tables
			^6e Spotlight region
			^6f Forms
		
		^6g Sidebar
		^6h Footer			
*/

/*shortcut for Find cmd-Shift-G
*/


body {
	background-color: #F9F9F9;
	margin: 0px;
	padding: 0px;
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
}
#wrapper  {
	width: 960px;
	margin: 0 auto;
} 
#header  {
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 20px;
	height: 90px;
	text-align: left;
} 
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	font-size: 11px;
	text-align: left;
	padding-left: 20px;
	padding-right: 10px;
}
.sidebar1 p   {
	font-size: 11px;
}
#mainContent  {
	padding-right: 10px;
	padding-left: 20px;
	text-align: left;
	width: 580px;
	float: left;
} 
#mainContentbooks {
	padding-right: 10px;
	padding-left: 20px;
	text-align: left;
	width: 560px;
	float: left;
	padding-top: 20px;
}
#mainContentwide {
	padding-right: 10px;
	padding-left: 20px;
	text-align: left;
	width: 750px;
	float: left;
}
#mainContentnarrow {
	padding-right: 20px;
	padding-left: 40px;
	text-align: left;
	width: 500px;
	float: left;
}
#sidebar2  {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	font-size: 11px;
	text-align: center;
	padding-left: 10px;
}
.sidebar2 p  {
	font-size: 11px;
	text-align: center;
}
#footer  {
	padding-top: 0;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: 10px;
	clear: both;
	font-size: 10px;
	text-align: left;
} 
.footer p  {
	font-size: 10px;
	text-align: left;
}
#wrapper #mainContentnarrow p {
	font-size: 12px;
}
#wrapper #mainContentwide p {
	font-size: 12px;
}
#wrapper #mainContent p {
	font-size: 12px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of wrapperer that should fully contain a float */
	clear:both;
	height:0;
	line-height: 0px;
	font-size: 1px;
}

.box2 {
	font-style: italic;
	word-spacing: 2px;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}
p {
	line-height: 1.5em;
	font-size: 12px;
}
.centred {
	text-align: center;
}

.verdana10px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.italic {
	font-style: italic;
}
.bold666gray {
	color: #666;
	font-weight: bold;
}
.lineheight1dot7em {
	line-height: 1.7em;
}
.bold660000red {
	color: #660000;
	font-weight: bold;
}
.bold {font-weight: bold}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
h1 {
	font-size: 1.4em;
	color: #660000;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
}
h3 {
	font-size: .9em;
	font-weight: bold;
	color: #333333;
}
#sidebar1 a, #header {
	display: block;
	margin-top: 5px;
	padding-top: 4px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 5px;
	padding-bottom: 4px;
}
#sidebar1 a:hover, #header a:hover {
	background-color: #F0F0F0;
}
#sidebar2 a {
	background-color: #F9F9F9;
	display: block;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 4px;
}
#sidebar2 a:hover {
	background-color: #F0F0F0;
}
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	color: #66314C;
	text-decoration: none;
}
a:hover {
	color: #B00000;
	text-decoration: none;
}
a:active {
	color: #B00000;
	text-decoration: none;
}

