/* CSS Document */

/* DOCUMENT INFORMATION -----------------------------------

TITLE:			Default screen display styles
LAST UPDATED:	7th November 2005
AUTHOR:			Nick Toye

-- CONTENTS -----------------------------------------------

	=0:		[IMPORTS]
	=1:		[HTML & BODY]
	=2:		[LINKS]
	=3:		[COMMON ELEMENTS]
	=4:		[TOP ELEMENTS]
	=5:		[NAVIGATION]
	=6:		[MAIN COLUMN]
	=7:		[SIDEBAR COLUMN]
	=8:		[FOOTER]
	=9:		[FORMS]
	
-----------------------------------------------------------*/

/*  =0: [IMPORTS] -----------------------------------------*/

@import url("application.css");

/*	=1:	[HTML & BODY] -------------------------------------*/	

* {
	margin: 0;
	padding: 0;
	}
	
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 1.5em;
	color: #000;
	background: #fff;
	}
	
/*	=2:	[LINKS] -------------------------------------*/	
	
/* NOTES: 
remember LoVe HAte, also I have added a current class for current elements 
*/

a:link {
	color: #666666;
	text-decoration: none;
	}
a:visited {
	color: #666666;
	text-decoration: none;
	}
a:hover {
	color: #ff9900;
	text-decoration: underline;
	}
	
a:active {
	color: #ff9900;
	}


/*	=3:	[COMMON ELEMENTS] -------------------------------------*/	

p {
	font-size: 100%;
	line-height: 120%;
	margin-bottom: 20px;
	clear: both;
	}
	
h1 {
	font-size: 150%;
	}
	
h2 {
	font-size: 130%;
	text-align: left;
	margin-bottom: 20px;
	}
	
h3 {
	font-size: 120%;
	margin-bottom: 5px;
	}

code {
	color: #000000;
	font-size: 110%;
	line-height: 1.2em;
	text-align: left;
	}
		
abbr, acronym {
	font-style: normal;
	border-bottom: 1px dotted #bbb;
	cursor: help;
	}
	
a abbr {
	border: none;
	}
	
em {
	font-style: italic;
	}
	
strong {
	font-weight: bold;
	}
	
del {
	text-decoration: line-through;
	}
	
ins {
	text-decoration: none;
	font-style: italic;
	}
	
address {
	margin: 0;
	padding: 0;
	font-style: normal;
	}
	
ul {list-style:none;}

img {border:none;}

.small {font-size: 70%;}

/*	=4:	[TOP ELEMENTS] -------------------------------------*/	

#wrap {
 float: left;
 position: relative;
 margin-left: 2%;
 margin-right: 2%;
 margin-bottom: 10px;
 padding: 0;
 font-size: 95%;
 text-align: left;
  width: 94%;
  border: 1px solid #000;
 display:inline;/* double margin bug*/
 }
 
div#wrapper{float:left;width:100%}
	
#adminPanel {
	width: 100%;
	height: 20px;
	background: #E6E6E6;
	border-bottom: 1px solid #cccccc;
	}
	
#header {
	height: 111px;
	background: url(../_images/header_bg.gif) repeat-x top left;
	position: relative;
	}
	
#header h1 {
	width: 383px;
	height: 111px;
	background: url(../_images/logo.gif) no-repeat top left;
	text-indent: -3000px;
	}
	
#header h1 a {
	display: block;
	width: 340px;
	height: 70px;
	}

/*	=5:	[NAVIGATION] -------------------------------------*/	

/* ===[RIGHT NAV]=== */

ul#leftNav {
	height: 20px;
	width: 49%;
	float: left;
	text-transform: uppercase;
	font-size: 80%;
	padding-left: 5px;
	}
	
ul#leftNav li {
	float: left;
	margin-right: 5px;
	padding-left: 10px;
	background: url(../_images/arrow.gif) no-repeat 0 50%;
	}
	
ul#leftNav li.noArrow {
	background: none;
	padding-left: 0px;
	}
	
/* ===[LEFT NAV]=== */

ul#rightNav {
	height: 20px;
	width: 49%;
	float: right;
	text-transform: uppercase;
	font-size: 80%;
	}
	
ul#rightNav li {
	float: right;
	margin-right: 5px;
	padding-left: 10px;
	background: url(../_images/divider.gif) no-repeat 0 50%;
	}
	
ul#rightNav li.noDivider {
	background: none;
	padding-left: 0px;
	}
	
ul#rightNav li.print {
	padding-left: 20px;
	background: url(../_images/printer.gif) no-repeat 0 50%;
	}
	
/* ===[MAIN NAV]=== */

ul#mainNav {
	position: absolute;
	top: 0;
	right: 0;
	}
	
ul#mainNav li {float: left;}
	
ul#mainNav li a {
	display: block;
	float: left;
	text-indent: -3000px;
	height: 21px;
	}
	
ul#mainNav li a:hover, ul#mainNav li a.current {background-position: 0 -21px;}

	
#homeBtn a {
	width: 44px;
	background: url(../_images/homeBtn.gif) no-repeat;
	}
	
#themesBtn a {
	width: 114px;
	background: url(../_images/themesBtn.gif) no-repeat;
	}
	
#campaignBtn a {
	width: 121px;
	background: url(../_images/campaignBtn.gif) no-repeat;
	}
	
#resourcesBtn a {
	width: 69px;
	background: url(../_images/resourcesBtn.gif) no-repeat;
	}
	
#movementBtn a {
	width: 81px;
	background: url(../_images/movementBtn.gif) no-repeat;
	}
	
#helpBtn a {
	width: 40px;
	background: url(../_images/helpBtn.gif) no-repeat;
	}
	


/*	=6:	[MAIN COLUMN] -------------------------------------*/	

/* NOTES: 
this is for two column layouts and three column layouts 
*/

#main {
	margin-left: 340px;
	position: relative;
	}
	
body#oneCol #main {
	width: 100%;
	margin: 0;
	}
	
#main .gutter {
	padding: 20px;
	}


	



/*	=7:	[SIDEBAR COLUMN] -------------------------------------*/	

/* NOTES: 
this is for two column laouts 
*/

#sidebar {
 float: left;
 width: 300px;
 }
 	
#sidebar .gutter {
	padding: 20px;
	}
	



	
/*	=8:	[FOOTER] -------------------------------------*/	


#footer {
	clear: left;
	}

/*	=9: [FORMS] -------------------------------------*/	
form {
	margin: 5px;
	}

.bigInput {
	width: 75%;
	}

form#globalSearch {
	position: absolute;
	top: 30px;
	right: 10px;
	text-align: right;
	}

fieldset {
	border: none;
	}







