/* CSS Document */
A
{
/*Hyperlinked text.*/
 text-decoration: underline;
 color: #113366;
 cursor: pointer;
}

A:hover
{
/*Mouseover of hyperlinked text.*/
 color: #008080;
}

A:visited
{
/*A hyperlink to a page the user has already visited.*/
 text-decoration: underline;
 color: #113366;
}

A:visited:hover
{
/*Mouseover of a hyperlink to a visited page.*/
 color: #008080;
}

BODY
{
/*The main body for all pages.*/
 background-color: #ffffff;
 color: #000000;
 font-family: sans-serif;
 font-size: 12px;
} 

TABLE
{
/*All HTML tables.*/
 font-size: 12px;
} 

IMG
{
/*Image elements.*/
 border: 0;
}

H1
{
/*Main header element.*/
 font-size: 22px;
 font-weight: normal;
}

H2
{
/*Secondary header element.*/
 font-size: 20px;
 font-weight: normal;
}

.main
{
	/*The main outline from the top navigation down toward the footer.*/
 border-top: 1px solid;
	border-color: #C0C0C0;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	min-width: 1000px;
}

.titlebar
{
	border-bottom: thin solid #CCCCCC;
	font-size: 18px;
	font-weight: normal;
	color: #336699;
}
.content {
	width: 70%;
	margin: 0px 0px 20px;
	float: left;
	padding: 0 2% 0 0;
}
.rborder {
	padding: 10px;
	float: right;
	width: 220px;
	border: thin solid #CCCCCC;
}


.footer
{
/*The footer area at the bottom with links to admin panel, sitemap, sponsorhip etc.*/
 background-color: #FAFAFD;
 border-top: 1px solid;
 border-color: #C0C0C0;
 color: #000000;
 padding: 0px 10px 10px 10px;
}

.footer a, .footer a:hover
{
/*Links in the footer area at the bottom with links to admin panel, sitemap, sponsorhip etc.*/
 text-decoration: none;
 border-bottom: 1px dotted;
 border-color: #000000;
 color: #000000;
}

.footer li
{
	display: inline;
	list-style: none;
	padding-right: 15px;
	padding-left: 2px;
	border-left: 2px solid #336699;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}

.link
{
/*The listing bit table cell.*/
 background-color: #F5F5F5;
 color: #000000;
 border-bottom: 1px dotted;
 border-color: #A5A5FA;
 padding: 10px;
}

.category
{
/*The category table cell.*/
 background-color: #ffffff;
 color: #000000;
 border: 15px solid;
 border-color: #ffffff;
 padding: 10px;
}

.important
{
/*Important text.*/
 font-weight: bold;
}

.quote
{
/*A quoted comment post.*/
 background-color: #EEEEF3;
 color: #000000;
 border-left: 2px solid #999999;
 padding: 5px 5px 5px 15px;
 margin: 3px 15px;
 font-size: 10px;
}

.quoteby
{
	/*The "X wrote:" for a quoted comment post.*/
 font-size: 10px;
	font-weight: normal;
	color: #666666;
}

.floatleft
{
 /*Any div that should float on the left.*/
 float: left;
}

.floatright
{
 /*Any div that should float on the right.*/
 float: right;
}

.clear
{
 clear: both;
}

.articlebar
{
 /*Right hand vertical options by article text.*/
 float: right;
}

.articlebar a
{
 /*Hyperlinked text in right hand vertical options by article text.*/
 display: block;
 padding: 5px;
 margin: 10px;
 border: 1px inset;
 border-color: #000000;
 text-decoration: none;
}

.alert
{
/*Important alert box.*/
 background-color: #C4C9CF;
 border: 1px solid;
 border-color: #FF0000;
 padding: 10px;
 margin: 10px;
}

.logobg
{
/*The background behind the logo... you can edit this via the logo uploader page too.*/
 background-image: url('/cssimages/headerbg.png');
 background-repeat: repeat-x;
 position: absolute;
 left: 0; top: 0;
 height: 80px;
 width: 100%;
 z-index: -1;
}

.logo
{
/*The site logo.*/
 float: left;
 width: 40%;
}

.borderimagenormal
{
	/*Borders around thumbnails.*/
 border: 2px solid #999999;
	margin: 10px;
	padding: 10px;
}

/*CAROLS ADDITIONS*/

#topline {
	font: normal 0.8em Arial, Helvetica, sans-serif;
	color: #999999;
        text-align: right;
}
#topline a {
	color: #666666;
	font-weight: normal;
	font-size: 1em;
}
#topline a:link {
	text-decoration: underline;
}
#topline a:hover {
	text-decoration: underline;
	color: #0000000;
}
#topline a:visited {
	text-decoration: underline;
}
#topline a:active {
	text-decoration: underline;
}
.boxborder-padded {
	border: thin solid #CCCCCC;
	padding: 5px;
}

