/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* HTML */
a:link {
	border-bottom: 1px dotted #AAA;
	text-decoration: none;
}

a:visited {
	border-bottom: 1px dotted;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

body {
	text-align:center;
    	font: 62.5%/1.5  Verdana, 'Trebuchet MS', Tahoma, Arial, sans-serif; /* 1.5 sets the line height */
   	color: #000000;
/*	background:url(/images/bg_gradient.jpg) repeat-x 0px 100px; */
background:#333;
}

blockquote {
	margin: 15px; 
	padding: 5px 0 5px 20px;  	
  	background-color: #FAFAFA; 
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #0A2B43;  
	font: bold 1.5em/1.2 "Trebuchet MS", Tahoma, sans-serif;
	color: #666666;	
}

code {
	margin: 15px;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;  
	font: 1.1em/1.5 'Lucida Console', 'courier new', monospace;
	background: #FAFAFA;
	border: 1px solid #f2f2f2;  
	border-left: 3px solid #0A2B43;
}

div.noarticletext {
	margin-top: 8px;
	border: 1px solid #ccc;
	background: #fff;
	padding: .2em 1em;
	color: #000;
	font-size: 1.2em;
}

form {
	margin:10px 15px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
    font-size: 2.4em;
	color: #003300;
	border-bottom: 1px solid #CCC;
}
    
h2 {
    font-size: 2.0em;
	color: #222;
}
    
h3 {
    font-size: 1.6em;
	color: #444;
}
    
img.right {
  margin: 5px 0px 5px 15px;  
}

img.left {
  margin: 5px 15px 5px 0px;
}

input {
	margin-top: 4px;
	padding: 2px;
	border:1px solid #777;
	font: normal 1.2em "Trebuchet MS", Tahoma, sans-serif;
	color:#333;
}

input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background: #FFF url(/images/buttongradientbg.jpg) repeat-x; 
	padding: 2px 3px; 
	color: #333;	
	border: 1px solid #DADADA;	
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	font-size: 1.3em;	
}

ul ul {
	margin: 10px 30px;
	padding: 0 15px;
	font-size: 1em;	
}

p {
    font-size: 1.2em;
}

textarea {
	width: 100%;
}

/* IDS */
#advertisement {
	text-align: center;
	clear: both;
}

#container {
	width: 980px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px; /* Adds 10px padding to the top of the content area */
/*	background-color: #FFF; */
background:#FFF;
border-left:2px solid #eeeecc;
border-right:2px solid #eeeecc;
margin-top:0;
margin-bottom:0;
padding:1em;
}

#container-background {
	background: #fff url(/images/tan-grad.gif) repeat-x 0 0;
}

#content {
	float:left;
	width:75%;
	padding-right:15px; /* Right padding moves the content to the left a bit and allows space between the content and right border*/
	background: transparent url(/images/main-bg.gif) repeat-y scroll 100% 0; 
}

#content p {
	margin-bottom:1em;
	font-size: 1.1em;
}

#content ul, #content ol {
	font-size: 1.1em;
}

#content a.external,
#cntent a[href ^="gopher://"] {
	background: url(external.png) center right no-repeat;
	padding-right: 13px;
}

#content a[href ^="https://"],
.link-https {
	background: url(lock_icon.gif) center right no-repeat;
	padding-right: 16px;
}
#content a[href ^="mailto:"],
.link-mailto {
	background: url(mail_icon.gif) center right no-repeat;
	padding-right: 18px;
}
#content a[href ^="news://"] {
	background: url(news_icon.png) center right no-repeat;
	padding-right: 18px;
}
#content a[href ^="ftp://"],
.link-ftp {
	background: url(file_icon.gif) center right no-repeat;
	padding-right: 18px;
}
#content a[href ^="irc://"],
.link-irc {
	background: url(discussionitem_icon.gif) center right no-repeat;
	padding-right: 18px;
}

#editform {
	margin: 0;
	border: 1px solid #111;
	font-size: 1.2em;
}

#editpage-copywarn {
	border-top: 1px solid #999;
}

#editpage-copywarn, #wpSummaryLabel, .editOptions {
	padding: 10px;
	font-size: .9em;
}

#footer {
	background: #333;
	padding: 10px;
	text-align:center;
	border-top: 2px solid #666;
}

#footer p {
	color:#DDD;
	font-size: 1.1em;
}

#footer a {
	text-decoration: none;
	color: #888;
	font-weight: bold;
}
#footer a:hover {
	color: #FFF;	
}

#grass {
	clear: left;
	background: url(/images/footer_grass.jpg) repeat-x 0 0;
	height:50px;
}

#header {
	background: #002A1C url(/images/g2.gif) repeat-x;
	border-bottom: 2px solid #62202F;
	padding: 30px 0;
	text-align:center;
	position: relative;
	overflow: hidden;
	height: 100%; /* IE6 fix - Without this the street sign image pops out of the div and the overflow is ignored */
}

#header-content {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}

#jump-to-nav, #siteSub {
	display: none;
}

#logo {
	position: absolute;
	top: 0;
	right: 25px;
}

#navigation {
	background: url(/images/nav-3.jpg) repeat-x 0 0;
	border-bottom: 4px solid #640000;
}

#navigation ul
{
	margin: 0;
	padding: 0;
	height: 45px;
}

#navigation li
{
	display: inline;
	list-style-type: none;
}

#navigation a { 
	padding: 0 10px;
	display: block;
	float: left;
	font: bold 14px/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	border-right: 1px solid #640000;
	border-left: 1px solid #CC0000;
	border-bottom: none;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
	color: #FFF;
}

#navigation a:hover{
	color: #FFF;
	background-color: #369;
	text-decoration: none;
	background: url(/images/nav-4.jpg) repeat-x 0 0;
}

#navigation ul li#current a {	
	background: url(/images/nav-2.jpg) repeat-x;
}

#navigation-content {
	width:1004px; /* Ideally this width would be 980px like the others but because of padding added to the container we have to widen this*/
	margin-left: auto;
	margin-right: auto;
}

#sidebar {
/*	background: #DDD;*/
	margin-left:78%;
}

#sidebar form {
	margin:10px 0;
	border: 1px solid #f2f2f2; 
	background:none;
	border: none;
}

#sidebar p {
	font-size: 1.1em;
}

#sidebar ul {
	font-size: 1em;
}

#site {
	font: bold 3em/1 'Trebuchet MS';
	color: #FFF;
}

#slogan {
	font: normal 1em Arial, Helvetica, sans-serif;
	margin-left: 6em;
	color: #F2F0DC;
}

#toc,
.toc,
.mw-warning {
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	padding: 0 5px;
}

#toc #toctitle {
	font-size: 1.2em;
}
#toc h2,
.toc h2 {
	display: inline;
	border: none;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}

#toc ul,
.toc ul {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
}
#toc ul ul,
.toc ul ul {
	margin: 0 0 0 2em;
}
#toc .toctoggle,
.toc .toctoggle {
	font-size: 94%;
}

#wikifooter {
	text-align: center;
	font-size: 90%;
	color: #999;
}
#wikifooter li {
	display: inline;
	margin: 0 1.3em;
}

/* CLASSES */
.clear {
    clear:both;
}

.editsection, .editsection a {
	color: #999;
}

.feed {
	margin-left: 3px;
	padding: 0 0 0 15px;
	background: url("/images/rss.png") no-repeat 0 50%;
}

.imgFrame {
	border: 1px solid #DADADA;
	padding: 5px;
	background: #FAFAFA;
}

.left {
    float: left;
}

.right {
    float: right;
}

.pBody ul {
	margin: 0;

}

.pBody li {
	font-size: 1.2em;
}

.portlet h2 {
	margin: 8px 0 6px 0;
}

.previewnote {
	color: #c00;
}
.previewnote p {
	border-bottom: 1px solid #c00;
	border-top: 1px solid #c00;
}

.printfooter {
	display: none;
}

.sitewebcolor {
	color: #66cc00;
}

/*
	Positioniseverything clearfix hack
	----------------------------------
	This bascially allows a parent container div to
	expand to the full height of its children div.
	Apply the clearfix class to the parent div.
*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1
}
/* end clearfix hack */