/*-----------------------------------------------------------------------------

###########################################################
# Base Site Functionality v2.0
# =================================================
#   Screen Stylesheet
# =================================================
# COPYRIGHT (C) 2008 Chris Brown ALL RIGHTS RESERVED
#
# This program is NOT free software and you may NOT 
# redistribute and/or modify it in any way.
#
########################################################### 


/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form {
margin:0pt;
padding:0pt;
border: 0;
}
/*
* 
	{
	margin: 0;
	padding: 0;
	
	border: 0;
}
*/



/* Set up the document
-----------------------------------------------------------------------------*/

body
	{
	font: 12px  Arial, Helvetica, sans-serif;
	background-color:#000000;
	/*background: url(/images/background.png) repeat;*/
	color: #FFFFFF;	
	text-align:center;
}



#wrapper
	{ 
	width: 900px; /* Set page width here - you can also use percentage */
	margin-top:10px;
	text-align:left;  
	margin-left:auto; 
	margin-right:auto; 
	
}

.container{

}


/* links */

a:link {
	color: #FFFFFF;
	
}

a:visited {
  color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
}


/* Typography
-----------------------------------------------------------------------------*/

h1
	{
	font-size: 20px; /* Equivalent to 22pt */
}
	
h2
	{
	font-size: 18px; /* Equivalent to 20pt */
}
	
h3
	{
	font-size: 16px; /* Equivalent to 18pt */
}
	
h4
	{
	font-size: 14px; /* Equivalent to 18pt */
}
	
h5
	{
	font-size: 12px; /* Equivalent to 14pt */
}
	
p, q, cite
	{
	font-size: 12px; /* Equivalent to 12pt */
}

ul, ol, dl
	{
	/* list-style: none; */
	font-size: 12px; /* Equivalent to 12pt */
}

li, dd, dt
	{
	font-size: 12px; /* Equivalent to 12pt */	
}

/* More Links */



a.hidden {
  color: #000000;
}

a.hidden:visited {
  color: #000000;
}

a.hidden:hover {
	color: #0000CC;
}

a.hidden:active {
  color: #000000;
}

a.nav:link {
	color: #333333;
	padding: 2px;}

a.nav:visited {
	color: #cccccc;
	padding: 2px;
}

a.nav:hover {
	color: #FFFFFF;
	background-color: #666666;
	padding: 2px;
}

a.menu {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

a.menu:hover {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
	}

a.box {
	padding: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	border: medium solid #CCCCCC;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.box:hover {
  color: #000000;
	padding: 3px;
	text-decoration: none;
	background-color: #666666;
	border: medium solid #3366FF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.footer:link {
	color:#CCCCCC;
	padding: 2px;}

a.footer:visited {
	color: #cccccc;
	padding: 2px;
}

a.footer:hover {
	color: #FFFFFF;
	background-color: #666666;
	padding: 2px;
}

/* Header
-----------------------------------------------------------------------------*/
.headerContainer{

}

/* Navigation
-----------------------------------------------------------------------------*/

.menuContainer{

}

/* Footer
-----------------------------------------------------------------------------*/
.footerContainer{

}

/* Homepage
-----------------------------------------------------------------------------*/
.smallertext{
font-size:10px;

}

/* Your template
-----------------------------------------------------------------------------*/

.padFiveRight {
padding-right:5px;
}

.strokeOne{
border:#000000 1px dashed;
}

.strokeTwo{
border:#000000 2px dashed;
}

.strokeThree{
border:#000000 3px dashed;
}

.red{
color:#FF0000;
}
.white{
color:#FFFFFF;
}

.black{
color:#000000;
}

.darkGrey{
color:#333333;
}
.lightGrey{
color:#CCCCCC;
}

.padOne{
padding: 3px;
}
.padTwo{
padding: 3px;
}
.padThree{
padding: 3px;
}

.padFive{
padding: 5px;
}

.padSix{
padding: 6px;
}

.padEight{
padding: 8px;
}

.padTen{
padding: 10px;
}
/* Forms
-----------------------------------------------------------------------------*/


fieldset{

}

input{

}

textarea{

}
input.text
	{
	padding: 3px;
	border: 1px solid #999999;	
}


/* Tables 
-----------------------------------------------------------------------------*/



table
 	
	{ 
  	border-spacing: 0;
	border-collapse: collapse;
}

td 
	
	{
  	text-align: left;
	font-weight: normal;
}
