/* Main Styles that apply to body */
body {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;
	padding-left: 50%;
	background: white;
	position: absolute;
}

/* This is the page container built and centered using -ve margins */
#container {
	width: 770px;
	margin-left: -385px;
}

/* The topmost faded bar */
#topbar {
    width:auto;
    background: #000;
    height: 10px;
    padding: 2px 5px 5px 2px;
    font-size: .90em;
    font-weight: normal;
    color: white;
}

/* This holds the two heading blocks, the title and the login form */
#headerwrapper {
	width: auto;
	background-repeat: no-repeat;
	background-position: 6px top;
	height: 75px;
}

/* class that styles the holder div of the forms */
.userform {
    width: auto;
    color: #DD7CB4;
    padding: 5px 0px 5px 3px;
    background: #fbfbfb;
    border:1px solid #efefef;
    border-top: none;
    text-align: justify;
    margin-bottom: 1px;
}

/* Search box styles */
.userform input {
    border: 1px solid #ddd;
    font-family: verdana;
    font-size: 10px;
    color: #BBB;
    font-weight: bold;
}

h1 {
    font: 14px verdana;
	font-weight: bold;
	color: #999999;
	margin: 5px 5px 5px 0;
}

h6 {
    font: 10px verdana;
    font-weight: bold;
	color: #999999;
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
}

/* This holds the tabs */
#tabholder
{
    width: auto;
}

/* Container for the article box, and the pic box */
.articleboxouter {
    width: auto;
    padding: 0px 6px 10px 5px;
    clear: both;
} 

/* Content holder for the articles */
.articleboxinner {
    width: auto;
    line-height: 16px;
    color: #666666;
    padding: 15px 6px 0px 6px;
    background: #fbfbfb;
    text-align: left;
    height: 220px;
}

/* The title style for the main article */
.articleheader
{
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
}

/* This will style the read more thing at the bottom */
.readmore {
    text-align: right;
    display: block;
    width: auto;
}

/* This controls the main pic in the main article box */
.mainpiccontrol
{
    border: 1px solid #777;
    float: left;
    padding: 5px;
    margin-right: 10px;
}

/* Container for the pic thumbnails */
.picboxouter {
    width: auto;
    padding: 0px 6px 0px 5px;
    clear: both;
}

/* Content holder for the pic box */
.picbox {
    width: auto;
    line-height: 22px;
    color: #DD7CB4;
    padding: 5px 6px 6px 6px;
    border:1px solid #efefef;
    border-top: none;
    text-align: center;
}

/* This controls the thumbnails in the picbox div */
.pickboxcontrol
{
    border: 1px dotted #666666;
    vertical-align: middle;

}

/* Sometimes, I don't want borders around my hyperlink /images */
.noborder {
    border: none;
}

/* Tame the arrows */
img {
    vertical-align: text-bottom;
}

/* Links */
a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #990000;
}

/* Hover State */
a:hover {
	color: #000000;
}

/* Footer styles */
#footer {
	font-size: 1em;
	background-color: #000;
	color: #fff;
	vertical-align: middle;
	height: 30px;
	padding-top: 5px;
	clear: both;
}
#footer img {
    margin-top: 1px;
    margin-bottom: 5px;
}

/* This will contain the three columns */
#newsContainer2
{
    width:auto;
    background-color: #e0e0e0;
}

/* First column of the three columns */
.c1
{
	width: 305px;
    border-top: none;
    line-height: 16px;
    color: #666666;
	float: left;
}

/* Second column of the three columns */
.c2
{
    width: 305px;
    float: left;
    line-height: 16px;
    color: #444;
}

/* Third column of the three columns */
.c3
{
	width: 135px;
    background-color: #eee;
    border: 1px solid #ddd;
    border-top: none;
    color: #666666;
	float: left;
}
.c3 img {
    margin-bottom: 5px;
}

/* This controls the titles for each column */
.noteheader
{
    width:auto;
    border-bottom: 1px solid #ddd;
    border-top: none;
    color: #333333;
    height: 24px;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
	  background:url(/images/headerBG.jpg) repeat-x;
    padding-left: 5px;
    padding-top: 4px;
}

/* And this gives the column text some breathing space */
.spacy
{
    padding: 5px;
}

/* CSS Tabs */
#tabs8 {
    float:left;
    width:100%;
    /*background:#F1F1F1;*/
    font-size:93%;
    line-height:normal;
    border-bottom:1px solid #ccc;
}

#tabs8 ul {
    margin:0;
    padding:10px 10px 0 5px;
    list-style:none;
}

#tabs8 li {
    display:inline;
    margin:0;
    padding:0;
}

#tabs8 a {
    float:left;
    background:url("/images/tableft8.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}

#tabs8 a span {
    float:left;
    display:block;
    background:url("/images/tabright8.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#ffffff;
    font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#tabs8 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs8 a:hover span {
    color:#591333;
}

#tabs8 a:hover {
    background-position:0% -42px;
}

#tabs8 a:hover span {
    background-position:100% -42px;
    color: #990000;
}

#tabs8 #current a {
    background-position:0% -42px;
}
#tabs8 #current a span {
    background-position:100% -42px;
    color: #990000;
}
/* End of CSS Tabs */

#wisements {
    width: 82%;
    float: right;
    text-align: left;
}
#wisetitle {
    margin-top: 7px;
    margin-left: 5px;
    float: left;
}
/* Other Stuff */
.blog_title {
    clear: both;
    font-weight: bold;
    font-size: 1.3em;
    margin-top: 5px;
}
.blog_date {
    font-style: italic;
    font-size: .95em;
    margin-bottom: 7px;
}
#firefoxbar {
    position: absolute;
    bottom: 5px;
    right: 10px;
}
.hide {
    display: none;
}
.show {
    display: inline;
}
#maincontent {
    margin: 0 20px 0 20px;
}
#maincontent input, select, textarea {
    border: 1px solid #777;
}
.warning {
    color: red;
    font-weight: bold;
}
