/**********************************
AUTHOR: F. Greenroyd
PROJECT: DW4N 2011
VERSION: DW01.01
CREATION DATE: 06/06/2011
COMPLETION DATE: ??????????
Copyright 2011 F. Greenroyd
**********************************/

/*Top elements*/
* {
	margin: 0;
	padding: 0;
}

/*Body elements*/
body {
	/*Background*/
	background-color: #000000;
	background-image: url(/img/background.jpg);
	background-repeat: repeat-x;
	/*Font*/
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: ##333;
}

/*Links*/
a, a:visited {
	text-decoration: none;
	color: #4F82CB; 
	background: inherit;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	background: inherit;
}

/*Headers*/

h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 140%;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #000000;
}
h3 {
	font-size: 110%;
	color: #000000; 
}
h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}

/*Lists*/
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #000000;	
}
ul span, ol span {
	color: #666666;
}

/* images */
img {
	border: 0;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
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 { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFFFFF;
	color: #000000;
}

/********************************************
   LAYOUT
********************************************/ 

#wrap {
	width: 90%;
	background: #CCC repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 90%;
	padding: 0; 
	margin: 0 auto;
}
#header-left {
	float: right;
	position: relative;
	background: #CCC url(/img/headerLeft.png) no-repeat center top;
	padding: 0;
}
#header-Right {
	float: right;
	position: relative;
	background: #CCC url(/img/headerRight.png) no-repeat center top;
	padding: 0;
}
#header {
	width: 90%;
	position: relative;
	height: 250px;
	background: #CCC url(/img/header.png) repeat-x center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}

/* Menu */
#menu {
	clear: both;	
	margin: 0; padding: 0 40px 0 0;
	background: url(/img/menu.png) repeat-y center top;	
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu li {
	float: left;
	margin: 0;
}
#menu ul li {
	display: inline;
	padding: 0 8px;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 0px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li a:hover {
	text-decoration: underline;
	color: #FFFFFF;	
}
#menu ul li#current a {	
	color: #000000;	
	background: #FFFFFF url(/img/tab_left.png) left top no-repeat;
	text-decoration: none;
	padding-left: 10px;
	margin-left: 2px;
}
#menu #displaycurrent {
	background: url(/img/tab_right.png) right top no-repeat;
    display: block;
	padding-right: 11px;
}

/* Main Column */
#main {
	float: center;
	width: 50%;
	padding: 0; margin: 0;
}
#main h1 {
	margin-top: 10px;
	font: Bold 140% Verdana, 'Trebuchet MS', Sans-serif;
	color: #000000;
	padding: 5px 0 5px 5px; 	
	border-bottom: 1px solid #EFF0F1;
}

/* Sidebar */	
#sidebar-left {
	float: left;
	width: 20%;
	padding: 0; margin: 0;	
}
#sidebar-right {
	float: right;
	width: 20%;
	padding: 0;
	margin: 0;
}
#sidebar-left h1 #sidebar-right h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #6F7782;
	background: #005CB9 url(/img/headerbg.gif) repeat-x left bottom;	
	border: 1px solid #B0BDCF;
}
#sidebar-left .left-box {
	border: 1px solid #B0BDCF; 
	margin: 0 0 5px 0;	
}
#sidebar-right .right-box {
	border: 1px solid #B0BDCF;
	margin: 0 0 5px 0;
}
#sidebar-left ul.sidemenu #sidebar-right ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar-left ul.sidemenu li #sidebar-right ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	padding: 2px 0 2px 10px;
	margin: 0 2px;	
}
#sidebar-left ul.sidemenu a #sidebar-right ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}

/* Footer */	
#footer {
	color: #666666;
	background: #CCC url(/img/footer.png) no-repeat center top;
	clear: both;
	width: 90%;
	height: 55px;
	text-align: center;	
	font-size: 92%;
}
#footer a { text-decoration: none; }

/* 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; }
.gray { color: #CCC; }
