@import url(layout.css);
@import url(links.css);
@import url(viewitem.css);
@import url(forms.css);
@import url(ajax.css);
body {
	color: #000;
	background: #FFF;
	font-size: 85%;
	text-align: center;
	font-family: "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif;
	background: #FFF url(images/cornerstar.png) no-repeat fixed 10px 50%;
}
p {
	padding: 7px;
	line-height: 150%;
	margin: 0;
}
acronym, .infohover {
	border-bottom: 1px dotted #555;
	cursor: help;
}
#outerwrapper {
	text-align: left;
}
#header h1 span {
	display: none;
}
#topbar {
	margin: 0;
	padding: 8px;
	color: #FFF;
	background: #444;
	vertical-align: middle;
	border-bottom: 5px solid #666;
	text-align:center;
}
#box {
	clear: both;
}
#menu ul li, #submenu ul li, #footer ul li, .pagebrowse li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#menu ul {
	font-size: 100%;
	color: #FFF;
	background: #990000;
	border-top: 3px solid #000;
	margin: 0;
	padding: 5px 0 4px 0;
	text-align: center;
}
#submenu ul {
	font-size: 100%;
	color: #555;
	background: #EEE;
	border-top: 3px solid #990000;
	margin: 0 0 10px 0;
	padding: 5px 0 4px 0;
	text-align: center;
}
#footer ul {
	font-size: 80%;
	color: #555;
	background: #EEE;
	border-top: 3px solid #990000;
	margin: 0 0 10px 0;
	padding: 5px 0 4px 0;
	text-align: center;
}
ul.listinfo p, .iteminfo {
	font-size: 80%;
	margin: 0;
	padding: 0;
	color: #515151;
	background: #F5F5F5;
	line-height: 110%;
}
#banner {
	border-top: 3px solid #000;
	text-align: center;
	margin: 10px 0 0 0;
	color: #FFF;
	background: #4b730d;
}
#content {
	padding: 10px 0px 5px 0px;
}
#content h2  {
	border-top: 3px solid #990000;
	color: #515151;
	background: #EEE url(images/headerstar.png) no-repeat 100% 1px;
	padding: 7px 4px;
	font-size: 140%;
	font-variant: small-caps;
}
#content h3 {
	color: #990000;
	background: #E5E5E5;
	border-right: 1px solid #CCC;
	font-size: 120%;
	display: block;
	clear: both;
	padding:5px;
}
#content h4, #content h5, #content h6 {
	color: #515151;
	background: #F5F5F5;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 110%;
}
#content .info {
	font-size: 80%;
	margin: 0;
	padding: 5px;
	color: #515151;
	background: #E5E5E5;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	clear:both;
}
#content .commentauth {
	margin: 0;
	padding: 5px;
	height: 20px;
}
#content .commentauth img {
	vertical-align: -25%;
}
#content .extrainfo {
	margin: 10px;
	padding: 5px;
	font-size: 80%;
	color: #515151;
	background: #E5E5E5;
	border: 1px solid #CCC;
	clear:both;
}
.container {
	color: #000;
	background: #F5F5F5;
	margin-bottom: 10px;
	padding-bottom: 1px;
	height: 100%;
}
.rsslink {
	border-top: 1px solid #CCC;
	font-size: 85%;
}
.rsslink img, .info img, .extrainfo img {
	vertical-align: text-top;
}

#content h3 a {
	display: block;
	clear: both;
}
#footer {
	font-size: 85%;
	color: #555;
	background: #FFF;
	text-align: right;
}
#footer cite {
	padding-right: 4px;
}
.center {
	text-align: center;
}
code {
	font-family: "Courier New", fixed;
	font-size: 80%;
}
#lhscol, #rhscol {
	font-size: 80%;
}
ul#lhscol, ul#rhscol, ul#lhscol ul, ul#rhscol ul, ul#lhscol li, ul#rhscol li {
	list-style: none;
	list-style-image: url(images/transparent1x1.gif);
	padding: 0;
	margin: 0;
}
ul#lhscol li ul, ul#rhscol li ul {
	color: #000;
	background: #FFDFDF;
	padding: 0 0 1px 0;
	margin: 0 0 10px 0;
}
#lhscol ul, #rhscol ul, #blog ul, #itemlist ul {
	list-style: none;
	list-style-image: url(images/transparent1x1.gif);
	padding: 0;
	margin: 0;
}
#lhscol ul li, #rhscol ul li {
	list-style: none;
	list-style-image: url(images/transparent1x1.gif);
	padding: 5px;
	border-bottom: 1px solid #BBB;
	border-right: 1px solid #BBB;
}
#lhscol h2, #rhscol h2 {
	border-top: 3px solid #990000;
	color: #515151;
	background: #E5E5E5;
	display: block;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#blog ul li, #itemlist ul li {
	clear: both;
	list-style: none;
	list-style-image: url(images/transparent1x1.gif);
	line-height: 110%;
	margin: 0;
	padding: 0;
}
#blog p.list, #itemlist p.list {
	border-right: 1px solid #CCC;
	color: #515151;
	background: #E5E5E5;
	margin: 0;
	padding: 3px 0 0 5px;
}
#blog p.info, #itemlist p.info {
	border-right: 1px solid #CCC;
}
.topline {
	border-top: 1px solid #CCC;
}
.error {
	color: #FF0000;
	background: #FFCCCC;
	font-weight: bold;
	border: 1px solid #FF0000;
	margin: 0 10px 10px 10px;
	padding: 10px;
}
.listitemwrap {
	margin-left: 50px !important;
}
.listimage {
	float: left;
	margin-left: -50px;
	width: 50px;
	height: 50px;
}
.listtext {
	float: right;
	width: 100%;
}
/* profile page */
.pfimg {
	float: left;
	padding: 10px 20px 0 0;
}
.pfinfo {
	padding: 10px;
	line-height: 150%;
}
/*
	Paginate class
	- The CSS is a mess, needs completely re-written hence the !important rules.
	  Ideally these wouldn't be there
*/
ul.pagebrowse
{
	border: 1px solid #CCC;
	float: right;
	padding: 3px 3px 4px 3px !important;
	margin-bottom: 3px !important;
	margin-top: 3px !important;
}
ul.pagebrowse li
{
	display: inline;
	padding: 3px !important;
}
ul.pagebrowse li.currentpage
{
	font-size: 120% !important;
	font-weight: bold;
}