/* Main body style */
body { 
       font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
       font-size: 10px;
	   margin: 0px;
	   padding: 0px;
	   background:#f0f0f0; 
	 }

/* Site sub headings - used in sub_header elements */
h1 { 
    color:#666699; 
	margin-top: 2px;
	margin-bottom: 5px;
	text-align: center; 
	font: 12px Verdana, Geneva, Arial, helvetica, sans-serif; letter-spacing: 0.1em; 
	font-weight: bold; border-bottom: 1px dotted #666699; 
	}

/* Nav bar headings in the side bar */
h2 { 	
        font-size: 12px;
        font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
        font-weight: bold;
	color: #999;
	margin: 5px 0px 5px 0px; /* top, right, bottom, left */
	padding: 0px;
	border-bottom: 1px dotted #999;
	}

/* Main article headings on the front page */
h3 { 
    color:#999;
	margin-top: 7px;
	margin-bottom: 5px; 
	text-align: left; 
	font: 12px Verdana, Geneva, Arial, helvetica, sans-serif;
	letter-spacing: 0.1em;  
	font-weight: bold; 
	border-bottom: 1px dotted #666699; 
	}

/* default html tag styles */
td { font-size: 10px;}
img { border: 0px; }

/* default html forms */
form  { padding: 0px; display: inline; font-size: 10px;}
input { font-size: 10px; }
select { font-size: 10px; }
textarea { font-size: 10px; }
fieldset  { border: #cccccc solid 1px; padding: 1px; margin-top: 10px;}
legend { background: #ffffff; border: #cccccc solid 1px; padding: 1px 10px; margin-bottom: 4px; font-size: 12px; font-weight: bold; color: #000000; }

/* form highlight effect and search button on index */
input:focus {background: #CCDDFF; font-size: 10px;}
textarea:focus {background: #CCDDFF; font-size: 10px;}
input.button {background: #99c; color: #fff; font: bold 1em Arial, Helvetica, sans-serif; }
	
/* normal link colours */
a:link {color: #0066FF; text-decoration: underline; }
a:visited {color: #0066FF; text-decoration: underline; }
a:active {color: #000000; }
a:hover {color: #9999ff; }

/* This styles the numbers like total read, total comment, category totals, hits and so on */
.livenumbers { color: #990000; }



.boxart_headers { background: #333333; font-weight: bold;color: #ffffff;}
.boxart_subheaders { font-size: 12px; color: #999999;}





/* After posting good content, the system replys in a message box styled by this */
.messagebox { 
	background-color: #D5FFD5; 
	width: 98%;
	border: 2px dashed #66CC00; 
	display: block; padding: 5px; 
	text-align: center;
	margin: auto;
	margin-top:4px;
	margin-bottom:8px;
	}

/* After posting bad content, the system replys in a message box styled by this */
.error {
	display: block;
	font-weight: bold;
	font-size: 14px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:5px;
	width: 90%;
	background-color: #FF5333;
	color: #ffffff;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	text-align: center;
	padding: 15px;
	}

/* global page number styles when browsing results i.e  << Back 1 2 3 4 5 6 next >> 
The style page number is the page you are viewing, the pagenumberbox 
is a wrap around the whole lot */
.pagenumber { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #990000; font-weight: bold; }
.pagenumberbox {margin-top: 0px;display: block; text-align: center; padding: 5px; background: #F0F0FF; margin-bottom: 15px; }

/* user tips box */
.tip { margin-left:auto;margin-right:auto;display: block;margin-top:10px;margin-bottom:10px;width: 90%;background-color: #FFFFCC;color: #000000;border-top: 0px;border-right: 2px solid #CCCCCC;border-bottom: 2px solid #CCCCCC;border-left: 0px;text-align: center;padding: 10px;}

/* form text field error message text */
.formerror {font-size: 10px;background-color: #FF5333;color: #ffffff;text-align: center;padding-left: 5px;  padding-right: 5px;}

/* form text box headings */
.headings { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #000000; line-height:12px; }

/* when browsing content, data rows swap colours using these two styles */
.RowB { background-color: #E7E7F5; }
.RowBB { background-color:#F0F0FF;}

/* navbar link colours used in default skin element navbar.xhtml */
a.nav {color: #ffffff; font-size: 10px; text-decoration: none;}
a.nav:link {color: #ffffff; text-decoration: none; }
a.nav:visited {color: #ffffff; text-decoration: none; }
a.nav:active {color: #CC3399; text-decoration: none; }
a.nav:hover {color: #CCCCFF; text-decoration: none; }

/* article date box */
.art_date_box { font-size: 10px; margin-left:auto;margin-right:auto;display: block;margin-top:2px;margin-bottom:5px;background-color:#F0F0FF;color: #000000;border-top: 0px;border-right: 2px solid #CCCCCC;border-bottom: 2px solid #CCCCCC;border-left: 0px;text-align: left;padding: 5px; }

/* article footer box */
.articlefooter { margin-left:auto;margin-right:auto;display: block;margin-top:5px;margin-bottom:15px;background-color:#F0F0FF;color: #000000;border-top: 0px;border-right: 2px solid #CCCCCC;border-bottom: 2px solid #CCCCCC;border-left: 0px;text-align: left;padding: 5px; }

/* green box wrap around admin message */
.focus_box { background-color: #D5FFD5; border: 2px dashed #66CC00; display: block; padding: 5px; text-align: center;margin-right: 1px; margin-top: 1px;margin-bottom: 0px;}

/* Header layout wraps */
#header_wrap {
	display: block;
	background-color: #666699;
	margin: 0px;
	padding: 0px;
	height: 50px;
	background-image: url(../img/purelogo.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #F0F0FF;
}
#header_date {
	display: block;
	float: right;
	width: 500px;
	text-align: right;
	margin: 0px;
	padding: 4px;
}
#nav_box {
	text-align: right;
	display: block;
	background-color: #666699;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #9999FF;
	clear: both;
	padding: 5px;
}
#search_box {
	text-align: right;
	display: block;
	border-bottom-width: 20px;
	clear: both;
	padding: 5px;
}
#nav_box_footer {
	text-align: right;
	display: block;
	background-color: #666699;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #9999FF;
	padding: 5px;
	clear: both;
}
#footer_wrap {
	text-align: left;
	display: block;
	background-color: #666699;
	margin: 0px;
	padding: 0px;
	height: 50px;
	font-size: 10px;
	color: #CCCCCC;
}

#footer_sig {
	display: block;
	float: left;
	text-align: left;
	margin-top: 20px;
}
/* footer sig link */

a.sig {color: #ffffff; font-size: 10px; text-decoration: none;}
a.sig:link {color: #ffffff; text-decoration: none; }
a.sig:visited {color: #ffffff; text-decoration: none; }
a.sig:active {color: #CC3399; text-decoration: none; }
a.sig:hover {color: #CCCCFF; text-decoration: none; }

/* Side bar wrap, This was one of the elements that was playing up, ill get back to this */
#sidebar_frame {
    height:100%;
	text-align: left;
	display: block;
	background-color: #F0F0F0;
	padding: 4px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #9999CC;
}

/* Main content  wrap, This was one of the elements that was playing up, ill get back to this */
#main_content_frame {
	padding: 4px;

}

/* sidebar navbox styles */
#navigation {
    background-color: #f0f0f0;
	padding: 3px;
	z-index: 3;
	}
#navigation ul {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 18px;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	}
#navigation li {
	list-style-type: none;
	margin: 0;
	}
#navigation li a {
	display: block;
	padding-left: 10px;
	color: #000;
	text-decoration: none;
	width: 140px;
	background-position: 0px 6px;
	}
#navigation li a:hover {
	display: block;
	padding-left: 15px;
	color: #fff;
	background-color: #666699;
	text-decoration: none;
	width: 135px;
	background-position: 5px 6px;
	font-weight: bold;
	}
#navigation li a:visited { /* shows the visited links with other image */
	display: block;
	padding-left: 10px;
	color: #000;
	text-decoration: none;
	width: 140px;
	background-position: 0px 6px;
	}
#navigation li a:visited:hover { /* if you use li a:visited then this */
	display: block;
	padding-left: 15px;
	color: #fff;
	background-color: #666699;
	text-decoration: none;
	width: 135px;
	background-position: 5px 6px;
	font-weight: bold;
	}
	
#conclusion {
	background: transparent url( "http://gru-uk.com/uploads/conclusion_bg.gif" ) no-repeat scroll top left; 
}

