/* CSS Document - Author: Randy Wells */

/* COLORS:
Body Backgound and fade to:  F4F4F4 (very light grey)
text: 767576 (medium grey)
footer text:  5A5A5A  (dark grey)
nav tab text:  2D2D2D  (darker grey)
link text (all): 767576 (medium grey)
link text (hover): 
tab background:  f1f1f1  (light grey)
footer background:  CCCCCC (light grey)
borders:  efefef (very light grey)
border bottom:  CCCCCC (light grey)
picture border:  767576 (medium grey)
tab color: #B0F878 
tab font:  7AAD53 
*/

/* Main Styles that apply to body */

body {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;
	padding-left: 50%;
	background: #fbfbfb url(img/bg4.gif) center repeat-y;
	position: absolute;
	text-align: center;
}
/* This holds the content, handles the centering */
#container {
	width: 700px;
	margin-left: -350px;
	text-align: left;
}

/* This holds the two heading blocks, the title and the login form */
#headerwrapper {
	width: 100%;
	overflow:hidden;
}

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

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

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

/* The title style for the main article */
.articleheader {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}

h1,
h2,
h3,
h4 {
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 2px 6px 0px 6px;
}

h1 {
	font: 18px verdana;
}
h2 {
	font: 15px verdana;
}
h3 {
	font: 13px verdana;
}

p {
	font: 12px verdana;
	padding: 2px 6px 0px 12px;
	margin: 5px 5px 5px 12px;
}
/*
h6 {
	font: 10px verdana;
	font-weight: bold;
	color: #DDD;
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
}
*/
/* 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 #767576 solid;
	float: left;
	margin-right: 20px;
	margin-bottom: 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;
	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 #767576 solid;
	vertical-align: middle;
}

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

/* For taming those leeeeeeetle arrows */
/* todo: change this for read more arrow only */
img {
	vertical-align: text-bottom;
}

/* Style-up those ugly default hyperlinks */
a,
a:link, 
a:hover,
a:active,
a:visited {
	text-decoration: underline;
	padding: 0;
	margin: 0;
	color: #767576;
}


/* Why should the humble footer be left out? */
#footer {
	background-color: #CCC;
	color: #2D2D2D;
	text-align: center;
	vertical-align: bottom;
	height: 20px;
	padding-top: 5px;
	clear: both;
}


#footer a, #footer a:hover {
	color: #fff;
	
}

/*
#footer {
	background-color: #CCC;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	padding-top: 5px;
	clear: both;
}
*/

/* This will contain the three columns */
#newsContainer2 {
	width:auto;
	background-color: #E0E0E0;
}
.cWide {
	border: 1px solid #efefef;
	border-top: none;
	color: #7AAD53;
	background-color: #fbfbfb;
}

/* First column of the three columns */
.c1 {
	width: 227px;
	background-color: #F7F4F7;
	border: 1px solid #DDD;
	border-top: none;
	line-height: 22px;
	color: #767576;
	float: left;
}

/* Second column of the three columns */
.c2 {
	width: 230px;
	float: left;
	border-bottom: 1px solid #DDD;
	line-height: 22px;
	color: #767576;
}

/* Third column of the three columns */
.c3 {
	width: 228px;
	background-color: #F7F4F7;
	border: 1px solid #DDD;
	border-top: none;
	line-height: 22px;
	color: #767576;
	float: right;
}

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

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

/* class that styles the holder div of the forms */
.userform {
	width: auto;
	color: #767576;
	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;
}
/* The topmost faded bar */
#topbar {
	width:auto;
	background: #EEE;
	height: 20px;
	padding: 10px 5px 5px 2px;
	font: 9px verdana;
	font-weight: bold;
	color: #CCCCCC;
	text-align: right;
}

/*
body {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;
	background: #f4f4f4 url(img/bg.gif) center repeat-y;
	
	text-align: center;
}
*/
/* This is the page container built and centered using -ve margins */
/*
#container {
	width: 700px;
	
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
*/

