@import url(../../rsc/css/basic.css);	/* Import basic styles */
@import url("../../rsc/css/blog_base.css");	/* Default styles for the blog navigation */
@import url("../../rsc/css/item_base.css");	/* Default styles for the post CONTENT */

@charset "utf-8";
/* CSS Document */

/*PNG Transparebcy fix IE*/
img, div, map { behavior: url(iepngfix.htc) }

/*General / Template Layout*/

.clearit {
	clear: both;
	height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0px;
}

.clearpad {
	clear: both;
	height: 5px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* Text */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #400080;
	background-color: #FFFFE1;
}

*html body {
	font-size: x-small; /*for IE5/Win*/
	font-size: small; /*for other IE versions*/
}

a:link {
	color: #0093c1;
	}

a:hover {
	color: #400080;
}

a:visited {
	color: #0093c1;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}

h1, h2 {
	font-size: 22px;
	color: #400080;
}

h3 {
	font-size: 14px;
	color: #0093c1;
}

h4 {
	font-size: 14px;
	color: #400080;
}

q {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 14px;
	color: #0093c1;
}

.quote-ref {
	font-style:italic;
	font-weight:normal;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #0093c1;
}

.paratext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #400080;
	padding: 0px 0px 22px 0px;
}

.paratitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	color: #0093c1;
	padding: 2px 0px 8px 0px;
}

.footnote {
	font-size: 10px
}

.aboutsubhead {
	font-size: 16px;
	font-weight:bold;
	color: #400080;
}


/* Layout */

#container {
	z-index: 1;
	position: absolute;
	width: 100%; /* mandatory to be centered */
}

#content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	width: 996px; /* mandatory to be centered */
	background-color:#FFFFFF;
}

#header {
	background-image:url('img/header.jpg');
	background-repeat:no-repeat;
	width:996px;
	height: 132px;
	padding-bottom: 8px;
}

.widget_core_coll_title {
	display: none;
}

.widget_core_coll_tagline {
	display: none;
}

#pagemain {
	float:left;
	width: 996px;
	min-height: 400px;
	background-color:#FFFFFF;
}

#leftnav {
	float:left;
	width: 180px;
	vertical-align:top;
}

.navbox {
	width: 180px;
	height: 48px;
	padding-top: 22px;
	margin-top: 8px;
	background-image:url(img/navswirl.gif);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	vertical-align:middle;
	text-transform:lowercase
}

.navbox2 {
	width: 180px;
	height: 64px;
	padding-top: 10px;
	margin-top: 8px;
	background-image:url(img/navswirl.gif);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	vertical-align:middle;
}

#leftnav a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color: #400080;
	font-weight:bold;
	text-decoration:none;
}

#leftnav ul {
	padding: 0px;
	margin: 0px;
}

#leftnav li {
	list-style: none;
}

#leftnav a {
	font-size: 20px;
	color: #0093c1;
	font-weight:bold;
	text-decoration: none;
}

#leftnav a:hover {
	font-size: 20px;
	color: #400080;
	font-weight:bold;
	text-decoration: none;
}

#leftnav a.current_page_item {
	font-size: 20px;
	color: #400080;
	font-weight:bold;
	text-decoration: none;
}

#pagecentre {
	float:left;
	width: 570px;
	padding: 0px 12px 0px 12px;
	vertical-align:top;
}

#rightcol {
	float:left;
	width: 205px;
	margin: 0px 8px 0px 8px;
	vertical-align:top;
}

#rightcol ul {
	padding: 0px;
	margin: 0px;
}

#rightcol li {
	list-style: none;
}

/*#rightcol li img {
	width: 205px;
	padding: 0px 0px 12px 0px;
}*/

#butterfly {
	float:left;
	width:996px;
	height: 40px;
	padding: 6px 0px 6px 0px;
	background-color:#FFFFFF;
	text-align: center;
}

#butterfly img {
	vertical-align: middle;
}

#footnav {
	float:left;
	width:996px;
	height: 28px;
	padding-bottom: 10px;
	background-color:#FFFFFF;
}

#footnav li {
	list-style: none;
}

.footnavitem {
	float: left;
	width:auto;
	height: 22px;
	padding: 6px 41px 0px 41px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0093c1;
}

a.footnavitem {
	font-size: 12px;
	color: #0093c1;
	text-decoration:none;
	padding: 0px 0px 0px 0px;
}

a:hover.footnavitem {
	font-size: 12px;
	color: #400080;
	text-decoration:none;
}

#footer {
	width: 100%;
	clear:both;
	font-size: 10px;
	text-align: center;
}

.logo {
	float:left;
	margin-right: 15px;
}

.italics {
	font-weight:normal;
	font-style:italic;
}

#directorytitle {
	float:left;
	width: 796px;
	padding: 0px 8px 18px 12px;
	vertical-align:top;
}

.directoryouter {
	float:left;
	width: 796px;
	padding: 18px 8px 0px 12px;
	vertical-align:top;
}

.directorycontainer {
	float:left;
	width: 254px;
	padding-right: 8px;
}

.directoryletter {
	float:left;
	width: 18px;
	padding: 0px 14px 0px 2px;
	vertical-align:top;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight:bold;
	color: #400080;
}

.directorycol {
	float:left;
	width: 206px;
	padding: 0px 14px 20px 0px;
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0093c1;
	line-height: 22px;
}

.directorycol img {
	padding-top: 20px;
}

a.directorycol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px 0px 0px 0px;
	color: #0093c1;
	text-decoration:none;
}

a:hover.directorycol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
	color: #400080;
	padding: 0px 0px 0px 0px;
}

.libraryouter {
	float:right;
	width: 815px;
	padding: 8px 0px 0px 0px;
	vertical-align:top;
}

.librarycentre {
	float:left;
	width: 720px;
	padding: 0px 12px 0px 12px;
	vertical-align:top;
}

.libraryleft {
	float:left;
	width: 568px;
	padding: 0px 12px 0px 12px;
	vertical-align:top;
}

.libraryrightcol {
	float:left;
	width: 205px;
	margin: 0px 8px 0px 8px;
	vertical-align:top;
}

.itemouter {
	float:right;
	width: 740px;
	padding: 8px 58px 0px 16px;
	vertical-align:top;
}

.itemcentre {
	float:left;
	width: auto;
	padding: 0px 12px 0px 0px;
	vertical-align:top;
}

.itemrightcol {
	float:right;
	width: auto;
	padding: 8px 0px 0px 14px;
	margin: 0px 0px 14px 12px;
	vertical-align:top;
}

.leftlogo {
	float:left;
	min-width: 205px;
	margin: 0px 16px 0px 0px;
	padding: 0px 0px 8px 0px;
	vertical-align:top;
}

.itemtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #400080;
	padding: 0px 0px 22px 0px;
	width: 470px;
}

.post {
	padding-bottom: 10px;
	border-bottom: solid lightgrey 1px;
}

.products td {
	vertical-align: top;
}

.products td.header {
	padding-top: 20px;
	padding-bottom: 20px;
}

