-Copyright Vixx, 2003-08 (http://geek-goddess.co.uk)

-You are free to study this code and learn from it, 
 but do not take anything from here without my permission and pass it as your own!

-Credits: 
	Accessibility: Mark (Diveintoaccessibility.com) for Accessibility modifications
	Centering tip: Jem (Jemjabella.co.uk)
/* 
----------------------------------
ACCESSIBILITY MODERATIONS!
-------------------------------
*/

/*/*/a{}
body p {
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}
html>body p {
  font-size: small;
}
/* */
  

/* 
----------------------------------
GENERAL POSITIONING STUFF
-------------------------------
*/

body {
	background-image: url(images/bgdown2.gif); 
	margin: 0px; 
	padding: 0px;
	background-repeat: repeat-x; 
	background-color: #DED3A4; 
	text-align: center;
}


.banner {
	background: no-repeat url(images/header2.gif);
	width: 1000px;
	height: 900px;
	padding: 0px;
	margin: 0px;
}



.footer {
	background: repeat-x url(images/footer3.gif);
	width: 1000px;
	height: 75px;
	padding: 0px;
}


#container{
	width:1000px;
	padding: 0px;
	text-align: left;
	background-image: url(images/bg2.gif); 
}

.centered {

}

.navbar {
	padding: 270px 0px 0px 20px;
	color:#ffffff;
	font: 14px Arial, Verdana, sans-serif;
	text-align: left;
	}

.navbar a:link, .navbar a:active, .navbar a:visited {
	color: #ffffff; 
text-decoration: none;
}

.navbar a:hover {font-weight: normal; 
	color: #EC1C24; 
	text-decoration: none;
}


/* 
----------------------------------
GENERAL STYLING
-------------------------------
*/


h1.blogheader {
  	padding: 58px 120px 0 0px;
	color:#000000;
	font: 30px/20px Georgia, serif;
	text-align: right;
	margin: 0px;
}

h2.blogheader {
  	padding: 7px 120px 0 0px;
	color:#000000;
	font: 17px Georgia, serif;
	text-align: right;
	margin: 0px;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #013e74;
	}

a:hover {font-weight: normal; 
	color: #000000; 
	text-decoration: none;
}


/* 
----------------------------------
IMAGE TAGS
-------------------------------
*/

img {
	margin-right: 5px;
	padding: 10px; 
	border: 1px solid #ccc;
	background-color: #FFF; 
	color: inherit;
}

img.content {
float: right;
	margin-right: 5px;
	padding: 10px; 
	border: 1px solid #ccc;
	background-color: #FFF; 
	color: inherit;
width: 230px;
}

img.noborder {
	padding: 0px; 
	border: 0px; 
	text-align: left;
}



/* 
----------------------------------
MAIN CONTENT
-------------------------------
*/

#content {
 	float: left;
  	width: 500px;
  	margin: -880px 0px 0 175px;
  	z-index: 3;
  	letter-spacing: 0px;
  	padding: 2px;
	}
html>body>#container>#content {
  	margin: -900px 0px 0 345px;
	}


#content p {
	color: #000000;
	font: 13px  Tahoma, Verdana, sans-serif;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	}


#content p.dlstat {
	color: #000000;
	font: 13px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-weight: normal;
	line-height: 150%;
	text-align: center;
	}


#content h1 {
	color: #Af0000;
	font: 24px  Arial, Tahoma,  sans-serif;
	font-weight: normal;
	text-align: right;
	border-bottom: 1px solid;
}


#content h2 {
	color: #19164D;
	font: 18px  Arial, Tahoma,  sans-serif;
	font-weight: normal;
	text-align: right;
	border-bottom: 1px solid;
}

#content h3 {
	color: #5c9b6c;
	font: 18px 'Georgia', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-weight: normal;
	line-height: 50%;
	text-align: left;
}


#content a:link, #content a:active, #content a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #Af0000;
}

#content a:hover {font-weight: normal; 
	background-color: #Af0000; 
	color: #FFFFFF; 
	text-decoration: none;
}


#content li {
	color: #000000;
	font: 13px Tahoma, Arial, Verdana, sans-serif;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	}
	
	#content td {
width: 33%;
	color: #000000;
	font: 12px Tahoma, Arial, Verdana, sans-serif;
	font-weight: normal;
	line-height: 150%;
	text-align: center;
	border-bottom: 1px solid #ccc;
	}
	
	#content td.form {
width: 600px;
	color: #000000;
	font: 12px Tahoma, Arial, Verdana, sans-serif;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	border-bottom: none;
	}

	#content td.button {
width: 150px;
	}
	
	
	#content td.text {
width: 500px;
	text-align: left;
	}
	
blockquote {
	color: #000000;
	margin: 3px 3px 3px 13px;
	padding: 0 8px;
	border-left: 4px solid #013e74;
	text-align: left;
	background-color: #cdc; 
font: 14px  Tahoma, Verdana, sans-serif;
	line-height: 170%;
	}

.credit {
	padding-top: 0px;
	padding-right: 0px;
	margin:-40px 0px 0px 350px;
	color:#000000;	
font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;	
	text-align: left;
}


.credit a:link, .credit a:active, .credit a:visited {
	text-decoration: none;
	color: #ffffff;
}

.credit a:hover {font-weight: normal; 
	background-color: #000000; 
	color: #FFFFFF; 
	text-decoration: none;
}


/* 
----------------------------------
ACCESSIBILITY
-------------------------------
*/


.skiplink {display:none}
abbr, acronym {
   border: none;
} 

abbr[title], acronym[title] {
   border-bottom: 1px dotted #000000; 
   cursor: help;
}