/**************************************
AUTHOR:     Rob Rolls
WEBSITE:      http://www.voda.org.uk/
************************************
*************************************
HTML ELEMENTS
**************************************
Top Elements*/
*
{
	margin: 0;
	padding: 0;
}
BODY
{
	background: #FFF;
	font: 19px/1.85em Verdana, Tahoma, arial, sans-serif;
	color: #666666;
	text-align: center;
	margin: 0 0 15px;
}
/*links*/
A, A:visited
{
	color: #326EA1;
	background: inherit;
	text-decoration: none;
}
A:hover
{
	color: #383D44;
	background: inherit;
	padding-bottom: 0;
	border-bottom: 2px solid #DBD5C5;
	text-decoration: none;
}
/*headers*/
H1, H2, H3
{
	font-family: "Arial Rounded MT Bold", Arial, Tahoma, Sans-serif;
	font-weight: bold;
	color: #333;
}
H1
{
	font-size: 205%;
	font-weight: normal;
}
H2
{
	font-size: 175%;
	text-transform: uppercase;
}
H3
{
	font-size: 165%;
	font-weight: normal;
}
H1, H2, H3, P
{
	padding: 10px;
	margin: 0;
}
P
{
	font-size: 16px;
}
UL, OL
{
	margin: 5px 20px;
	padding: 0 20px;
}
UL.content, OL.content, LI.content
{
	font-size: 16px;
}
/*images*/
IMG
{
	background: #FAFAFA;
	border: 1px solid #DCDCDC;
	padding: 5px;
}
IMG.float-right
{
	margin: 5px 0px 10px 10px;
}
IMG.float-left
{
	margin: 5px 10px 10px 0px;
}
CODE
{
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 19px/1em "Lucida Console", "courier new", monospace;
/*white-space: pre;*/
	background: #E9EDED;
	border-left: 3px solid #D4D4D4;
}
ACRONYM
{
	cursor: help;
	border-bottom: 1px dashed #777;
}
BLOCKQUOTE
{
	font: bold 1.4em/1.5em "Trebuchet MS", Tahoma, Sans-serif;
	margin: 10px;
	padding: 0 0 0 25px;
	background: #E9EDED;
	border-left: 3px solid #D4D4D4;
	color: #444;
}
/*start - table*/
TABLE
{
	border-collapse: collapse;
	margin: 2px;
	font-size: 16px;
}
TH STRONG
{
	color: #FFF;
}
TH
{
	background: #E7E6E6 url(../images/button.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;
	border-left: 1px solid #F4F4F4;
	border-bottom: 2px solid #FFF;
	color: #333;
}
TR
{
	height: 30px;
}
TD
{
	padding-left: inherit;
	padding-right: inherit;
	border-left: inherit;
	border-bottom: 2px none;
	background: inherit;
}
TD.first, TH.first
{
	border-left: 0px;
}
TR.row-a
{
	background: #F8F8F8;
}
TR.row-b
{
	background: #EFEFEF;
}
/*end - table
start news ticker*/
#ticker-container
{
	position: absolute;
	top: 5px;
	right: 1px;
	overflow: hidden;
	width: 190px;
	height: 145px;
	background-color: #EEEEEF;
	background-repeat: repeat;
	padding: 2px;
	border: none;
}
#ticker
{
	position: relative;
	width: 190px;
	visibility: visible;
}
#ticker UL
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#ticker UL LI
{
	display: list-item;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	padding-left: 2px;
}
#ticker UL LI A
{
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #660033;
	text-decoration: none;
	padding-left: 2px;
}
#ticker UL LI A:hover
{
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: 15px;
	color: #0000FF;
	text-decoration: none;
	padding-left: 2px;
}
/*end news ticker
form elements*/
FORM
{
	margin: 10px;
	padding: 0 5px;
	background: #D6DBDB;
}
LABEL
{
	display: block;
	font-weight: bold;
	margin: 5px 0;
}
INPUT
{
	padding: 2px;
	border: 1px solid #EEE;
	font: normal 1em Verdana, sans-serif;
	color: #777;
}
TEXTAREA
{
	width: 400px;
	padding: 2px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #EEE;
	height: 100px;
	display: block;
	color: #777;
}
INPUT.button
{
	font: bold 13px Arial, Sans-serif;
	height: 24px;
	margin: 0;
	padding: 2px 3px;
	color: #333;
	background: #E7E6E6 url(../images/button.jpg) repeat-x;
	border: 1px solid #DADADA;
}
/*search form*/
.searchform
{
	background-color: transparent;
	border: none;
	margin: 0 5px 0 10px;
	padding: 5px 0 15px;
	width: 190px;
}
.searchform P
{
	margin: 0;
	padding: 0;
}
.searchform INPUT.textbox
{
	width: 100px;
	color: #777;
	height: 18px;
	padding: 2px;
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform INPUT.button
{
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}
/********************************************
LAYOUT
********************************************/
#wrap
{
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: #FFF url(../images/bg-content960.jpg) repeat-y center top;
}
#content-wrap
{
	float: left;
	width: 900px;
	margin-left: 30px;
	display: inline;
	padding: 0;
	border-top: 5px solid #FFF;
	background: #FFF url(../images/bg-content-wrap.jpg) repeat-x;
}
#header
{
	position: relative;
	background: #FFF url(../images/bg-header960.jpg) repeat-y center top;
	height: 4px;
	width: 960px;
	padding: 0;
	color: #FFF;
}
/*header links*/
#header #header-links
{
	position: absolute;
	top: 8px;
	right: 44px;
	color: #838181;
	font-size: 14px;
	font-weight: bold;
	width: 353px;
}
#header #header-links P
{
	padding: 0;
	margin: 0;
}
#header #header-links A
{
	color: #838181;
	text-decoration: none;
}
#header #header-links A:hover
{
	color: #444;
}
/*header-photo*/
#header-photo
{
	position: relative;
	clear: both;
	margin: 5px auto;
	height: 203px;
	width: 900px;
	background: #FFF url(../images/logo-900.jpg) no-repeat center center;
}
H1#print-logo
{
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 48px "Arial Rounded MT Bold", Arial, Tahoma, Sans-serif;
	text-transform: none;
	color: #000;
/*change the values of top and left to adjust the position of the logo*/
	top: 28px;
	left: 30px;
	display: none;
	visibility: hidden;
}
H2#print-slogan
{
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 14px "Arial Rounded MT Bold", Arial, Tahoma, Sans-serif;
	text-transform: none;
	color: #000;
/*change the values of top and left to adjust the position of the slogan*/
	top: 80px;
	left: 35px;
	display: none;
	visibility: hidden;
}
#header-photo H1#logo-text A
{
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 54px "Arial Rounded MT Bold", Arial, Tahoma, Sans-serif;
	letter-spacing: -1px;
	color: #FFF;
	text-transform: none;
	text-decoration: none;
	border: none;
/*change the values of top and left to adjust the position of the logo*/
	top: 28px;
	left: 30px;
	width: 443px;
	height: 35px;
	display: none;
	visibility: hidden;
}
#header-photo H2#slogan
{
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 18px "Arial Rounded MT Bold", Arial, Tahoma, Sans-serif;
	text-transform: none;
	color: #FFF;
/*change the values of top and left to adjust the position of the slogan*/
	top: 80px;
	left: 35px;
	display: none;
	visibility: hidden;
}
P#instruction
{
	padding: 0px;
	margin: 0px;
}
/*Navigation*/
#nav
{
	clear: both;
	padding: 0;
}
#nav UL
{
	float: left;
	list-style: none;
	background: #E4E4E4 url(../images/bg-nav.jpg) repeat-x;
	width: 850px;
	padding: 0;
	margin: 0 0 0 30px;
	height: 45px;
	display: inline;
	text-transform: uppercase;
}
#nav UL LI
{
	display: inline;
	margin: 0;
	padding: 0;
}
#nav UL LI A
{
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 15px;
	border-right: 1px solid #DADADA;
	border-left: 1px solid #FAFAFA;
	border-bottom: none;
	color: #555;
	font: bold 14px/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}
#nav UL LI A:hover, #nav UL LI A:active
{
	color: #166271;
}
#nav UL LI#current A
{
	background: #DBDBDB url(../images/bg-nav.jpg) repeat-x;
}
/*Main Column*/
.two-col #main
{
	margin: 10px 5px 0 200px;

}
.OnePagetwo-col #OnePagemain
{
	margin: 10px 5px 0 10px;
}
#main H1
{
	margin: 10px 10px 0;
	font: normal 2.5em "Arial Rounded MT Bold", Arial, Tahoma, Sans-serif;
	color: #444;
	padding: 15px 0 2px 0px;
	border-bottom: 1px solid #DADADA;
}
/*Sidebar*/
#sidebar
{
	float: left;
	width: 195px;
	margin-top: 10px;
}
/*textsizemenu*/
IMG.textsizemenu
{
	border: 1px solid #AAAA77;
	padding: 2px;
}
UL.textsizemenu
{
	text-align: left;
	margin: 7px 8px 8px 10px;
	padding: 0;
	border-top: 1px solid #E5E5E5;
	text-decoration: none;
}
UL.textsizemenu LI
{
	text-align: center;
	list-style: none;
	padding: 5px 0 2px 5px;
	margin: 0 2px;
	border-bottom: 1px solid #E5E5E5;
}
* HTML BODY UL.textsizemenu LI
{
	height: 1%;
}
UL.textsizemenu LI A
{
	text-decoration: none;
	color: #000;
	border: none;
}
UL.textsizemenu LI A:hover
{
	color: #383D44;
	border: none;
}
/*sidemenu*/
UL.sidemenu
{
	text-align: left;
	margin: 7px 8px 8px 10px;
	padding: 0;
	border-top: 1px solid #E5E5E5;
	text-decoration: none;
}
UL.sidemenu LI
{
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;
	border-bottom: 1px solid #E5E5E5;
}
* HTML BODY UL.sidemenu LI
{
	height: 1%;
}
UL.sidemenu LI A
{
	text-decoration: none;
	color: #166271;
	border: none;
}
UL.sidemenu LI A:hover
{
	color: #383D44;
	border: none;
}
/*footer-wrap*/
#footer-wrap
{
	clear: both;
	width: 960px;
	font-size: 95%;
	padding: 20px 0;
	text-align: left;
	background: url(../images/bg-footer-bottom960.jpg) no-repeat center bottom;
}
#footer-wrap A
{
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap A:hover
{
	color: #666666;
}
#footer-wrap P
{
	padding: 10px 0;
}
#footer-wrap H2
{
	color: #666666;
	margin: 0;
	padding: 0 10px;
}
/*footer*/
#footer
{
	clear: both;
	color: #666;
	margin: 0 auto 10px;
	width: 900px;
	padding: 5px 0;
	text-align: center;
	background: #F8F7F7;
	border-top: 1px solid #F2F2F2;
}
/*alignment classes*/
.float-left
{
	float: left;
}
.float-right
{
	float: right;
}
.align-left
{
	text-align: left;
}
.align-right
{
	text-align: right;
}
/*display and additional classes*/
.clear
{
	clear: both;
}
/*post*/
.post-by
{
	font-size: 13px;
	padding-top: 0;
}
.post-footer
{
	background: #E9EDED;
	padding: 5px;
	margin: 20px 10px 0;
	font-size: 95%;
	color: #666666;
}
.post-footer .date
{
	margin: 0 10px 0 5px;
}
.post-footer A.comments
{
	margin: 0 10px 0 5px;
}
.post-footer A.readmore
{
	margin: 0 10px 0 5px;
}
/**************************************
Includes CSS elements for most
design elements you'll use
***************************************/

