/***Misc Tags***/

* {
 margin: 0px;
 padding: 0px;
}

body {
 background: #fff url(images/bodybg.jpg) repeat-x;
 font-family: "Trebuchet MS",Verdana, Arial, sans-serif;
 font-size: 16px;
 color: #000;
 text-align: center;}
 
a img{
 border: 0px;}

a {
text-decoration: none;}

.hidden {
 text-indent: -9000px;
 background: inherit;}

/***Header/logo tags***/

#header {
 width: 850px;
 margin: 15px auto 15px auto;
 height: 140px;
 border-top: 1px solid #fff;}
 	
#logo {
 margin: auto;
 width: 700px;}

 
 /***Top Navigation - try not to findle this took me a while to work out and get right***/

#topnav {
 margin-top:75px;
 margin-left: 300px}

#topnav a{
 float: left;
 text-decoration: none;
 margin-left: 30px;
 color: #aaa;
 font-size: 1em; }

#topnav a:hover {
 color: #000;
 border-bottom: 3px #009 solid;}
	
#topnav .active {
 color: #000;}
 
#topnav ul { list-style-type: none; } 

#topnav il { margin: 35px 10px 35px 10px; float: left;}

/***MAIN CONTENT (WHITE) AREA***/

#content {
background: #fff url(images/contentbg.jpg) no-repeat top right;
 clear: both;
 text-align: left;
 width: 650px;
 margin: 60px auto 0 auto;
 padding: 5px;
 width: 655px;}

#content h1{
 margin-bottom: 10px; }

#content h2{
 padding-left: 8px;
 font-size: 1.2em;
 text-transform: uppercase;
 margin-left: 15px;
 letter-spacing:-1px;
 margin-bottom: 10px;
 color: #F90; }

#content p {
 font-size: 0.8em;
 line-height: 1.5em;
 color: #8f8f8f;
 margin-bottom: 10px; }

#content p a{
 color: #324A97; text-decoration: underline;}
 
#content p a:hover {text-decoration: none;}
 
/* #content p a:hover {
 color: #fff;
 background: #324A97;} */

#content blockquote {
 margin: 15px;
 border: 1px solid #b0b0b0;
 padding: 10px;
 width: 500px;
 background: #f4f4f4;
 font-size: 0.8em;
 font-family: Courier, "Lucidia Console", "Times New Roman", sans-serif;
 color: #a0a0a0;}
 
#content abbr {
 border-bottom: 1px dotted #8f8f8f;}


/***Random stuff Area***/

 
#latest {
 width: 100%;
 background: #000 url(images/bg2.jpg) repeat-x;
 font-size: 0.7em;
 padding-top: 80px;
}

#container2 {
 clear: both;
 background: #000;
 text-align: left;
 width: 650px;
 color: #fff;
 margin: 0 auto;}

#container2 h3{
 font-size: 1.2em;
 text-transform: uppercase;
 margin-left: 10px;
 letter-spacing:-1px;
 margin-bottom: 10px;
 color: #F58220;}
 
.name { color: #ccc; }
 
.blocklinks {
 width: 320px;
 float: left;
 background: #000;}

.blocklinks a.link {
  display: block;  
  padding: 10px;
  background: inherit;
  color: #fff;
  border-top: 1px dotted #aaa;
}

.blocklinks a:hover.link { 
  color: #DDD;
  background: #525252;
  border-top: 1px dotted #aaa;
}




#articles {
 width: 320px;
 float: right;
 background: #000;}
	
/***FOOTER***/

#footer {
 width: 100%;
 clear: both;
 text-align: center;
 background: #000;
 font-size: 1em;
 margin-top: 105px;
 color: #aaa;}

#footer img { vertical-align: middle;}

#footer a { color: #aaa; }

/* extra content */

.extra {
	float: left;
	width: 210px;
	margin: 10px;
	padding-bottom: 10px;
	background: #fff;
  border: 2px solid #aaa;
  color: #4B4000;
}

.extra h1 {
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
  padding-left: 12px;
}

.extra p { 	padding: 0 12px 0 12px; }


/* Leap Function Properties */


li#menutitle, li#edit { display: none; }

.logdiv { text-align: center; }

textarea.alogdata {
	width: 250px;
	height: 200px;
	border: 1px solid #ccc; 
	}

div.login { width: 100%; height: 100%; text-align: center; vertical-align: top; }
.admindiv table { width: 100%; }
.admindiv table td.check { width: 20px !important; text-align: center; vertical-align: middle;}
/*.admindiv table td.name { width: 380px; }*/
.admindiv table td.buttons { width: 150px; height: 15px; text-align: center; }
.admindiv table ul { list-style-type: none; margin: 0; padding:.8em 0; display: inline; }
.admindiv table ul li { display:inline; margin-left: 4px; }

.admindiv table li a { 
padding: 4px;
border: 1px #E0E0E0 solid;
color: #666;
background-color: #F3F3F3;
text-decoration: none; }

.admindiv table li a:hover {
border:1px #E5E4A0 solid;
color: #4B4000;
background-color: #FFFED1;
text-decoration: underline;  }

p#adminNotice {
text-align: center;
background: #FFFED1;
border: 1px solid #E5E4A0;
margin: 15px;
padding: 10px;
color: #4B4000;
}

p#versionOkay {
text-align: center;
background: #E2FFD9;
border: 1px solid #69CB4B;
margin: 15px;
padding: 10px;
color: #69CB4B;
}

p#needUpgrade {
text-align: center;
background: #FFE2D9;
border: 1px solid #CB694B;
margin: 15px;
padding: 10px;
color: #CB694B;
}

table input.text, form input.text, form textarea{
	width: 100%;
	border:1px #E0E0E0 solid;
	color:#666;
	padding:4px 5px;
	background-color: #F3F3F3;
	}

form textarea { height: 400px; }

form input.text:hover, form textarea:hover{
	border:1px #E0E0E0 solid;
	}

form input.text:focus, form textarea:focus{
	border:1px #CCC solid;
	color:#666;
	}

.admindiv input.button, form input.button, form input.ed_button, .admindiv select{
	padding:3px 5px;
	}

.menuTable { padding: 2px; }
table td.left { width: 30%; }
table td.right { width: 70%; }

* html form input.text,

* html form textarea{
	border-color: #CCC;
	color:#333;
	height: 400px;
	}
