/* CSS Document - Author: Good Web Solutions */

/* Main Styles that apply to body */
body {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-left: 50%;
	position: absolute;
	background-color: #6298FC;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(../images/design/bg.gif);
}

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

/* The topmost faded bar */
#topbar {
	width:auto;
	height: 20px;
	font-weight: lighter;
	color: #FFFFFF;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #6298FC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 2px;
}

/* This holds the two heading blocks, the title and the login form */
#headerwrapper {
	width: auto;
	padding-top: 15px;
	height: 146px;
	padding-left: 10px;
	padding-bottom: 15px;
	padding-right: 30px;
}

/* 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;
}

/* This will style the login and search */
.userform input {
    border: 1px solid #DDD;
    font-family: verdana;
    font-size: 10px;
    color: #BBB;
    font-weight: bold;
}

h1 {
	color: #6298FC;
	margin: 5px;
}

.views {
	font-weight: bold;
	color: #CCCCCC;
	padding: 0px;
	margin-left: 8px;
	font-family: verdana;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: -5px;
}

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

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

/* Content holder for the articles */
.articleboxinner {
	width: auto;
	line-height: 20px;
	color: #0033CC;
	background: #fbfbfb;
	border:1px solid #efefef;
	text-align: left;
	height: 220px;
	padding-top: 15px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}

/* The title style for the main article */
.articleheader
{
	font-size: 1.2em;
	font-weight: bold;
	color: #4B89FC;
	background-color: #FBFBFB;
}

/* 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 #DBB7DB solid;
	float: left;
	margin-right: 10px;
}

/* Container for the pic thumbnails */
.picboxouter {
	width: auto;
	clear: both;
	height: 120px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 5px;
}

/* 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 #DDD solid;
    vertical-align: middle;

}

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

/* For taming those leeeeeeetle arrows */
img {
    vertical-align: text-bottom;
}

/* Style-up those ugly default hyperlinks */
a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #0066FF;
}

/* And their ugly hover states too */
a:hover {
	color: #0456EE;
}

/* Why should the humble footer be left out? */
#footer {
	background-color: #6298FC;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	padding-top: 5px;
	clear: both;
	font-size: 0.8em;
	margin-top: 10px;
}

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

/* First column of the three columns */
.c1
{
	width: 224px;
	background-color: #FFFFFF;
	border: 1px solid #DDD;
	border-top: none;
	line-height: 1.5em;
	color: #0033CC;
	float: left;
	font-size: 0.9em;
	height: 310px;
	margin-bottom: 10px;
}

/* Second column of the three columns */
.c2
{
	width: 224px;
	float: left;
	line-height: 1.5em;
	color: #0033CC;
	font-size: 0.9em;
	height: 310px;
	margin-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
	border-left-color: #DDD;
}

/* Third column of the three columns */
.c3
{
	width: 226px;
	background-color: #FFFFFF;
	border: 1px solid #DDD;
	border-top: none;
	line-height: 1.5em;
	color: #0033CC;
	float: right;
	font-size: 0.9em;
	height: 310px;
}

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

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

/* CSS Tabs */

    #tabs {
      float:left;
      width:100%;
      background:#6298FC;
      font-size:93%;
      line-height:normal;
      }
    #tabs ul {
	margin:0;
	list-style:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 60px;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	background-image: url(../images/design/tableft.gif);
	background-repeat: no-repeat;
	background-position: left top;
      }
    #tabs a span {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	color:#666;
	background-image: url(../images/design/tabright.gif);
	background-repeat: no-repeat;
	background-position: right top;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FF9834;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }

        #tabs #current a {
                background-position:0% -42px;
        }
        #tabs #current a span {
                background-position:100% -42px;
        }
/* End of CSS Tabs */
#container #footer a {
	color: #FFFFFF;
	background-color: #6298FC;
}
#container #footer a:hover {
	text-decoration: underline;
}

#container #web {
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 0.7em;
	color: #999999;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
.acredit {
	width: auto;
	text-align: center;
}

#container .articleboxouter .articleboxinner {
	font-size: 0.9em;
}
#container #headerwrapper img {
	float: right;
}
#container #headerwrapper a {
	color: #6298FC;
	background-color: #FFFFFF;
}
#container #headerwrapper a:hover {
	color: #0000FF;
	background-color: #FFFFFF;
	text-decoration: none;
}
#container #headerwrapper a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

