/****** ##LOG: 
Author:  Dan Urquhart
Version: 1.0

This template has been made to be as simple to use as possible. Everything does have a place! Make sure you put things where they need to be.

Some rules:

-try not make multiple references o single elements: keeping all the stlyes of an element in one place keeps it from getting over styled or overlooked. 
-try to comment on what does what

Created: March 2007
******/
	
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			IMPORTANT BODY TAGS!!!!
||
||			***PUT THE BODY TAGS HERE AND NOT IN THE MAIN FILES!!***
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/

html {
		border: none; 
		margin: 0px; 
		padding: 0px;
		height: 100%; 
		width: 100%;
		overflow: auto; 
	}

	body {		
		text-align: center;
		margin: 0px;
		padding: 0px; 
		
		background: #000000 url(../images/template/bg.gif) fixed top repeat;
		
		border: none; 
		height: 100%;
		width: 100%;
		overflow: visible; 
	}
	
	
	body,table, tr,td {
		font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
		font-size: 11px;
		vertical-align: top; 
	}
	
	p {
		margin: 0px; 
		padding: 0px; 
		margin-top: 5px; 
		
	}
	
	
/*		
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			LINKS
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
* When adding links make sure you include all 4 link stages 
	(normal,hover,visited,visited:hover)
*/
	
	
/*		
	THE FOLLOWING STYLES ARE FOR ALL LINKS ON THE SITE!!!
*/
	a:link {
		color: #cc0000;
		text-decoration: none;
	}
	
	a:visited {
		text-decoration: none;
		color: #990000;
	}
	
	a:hover {
		text-decoration: none;
		color: #ff0000;
	}
	
	a:active {
		text-decoration: none;
		color: #cc0000;
	}

	a:focus { outline: none; }
		
	a img, img {
		border: none; 
		text-decoration: none; 
	}


/*end*/

	
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			Container Styles
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/
	
	/* Site Container */	
	#centerCon {
		text-align: center;
		height: 100%; 		
		width: 100%;
		
	}
	
	
	
	
	/* Site Container */	
	#siteCon {
		position: relative;
		background: #1b1b1b url(../images/template/watermark.gif) center 250px no-repeat;
		margin: auto;
		padding: 0px; 
		width: 800px;
		height: 100%;
		min-height: 100%;
		border: 1px solid #666666;
		border-bottom: none; 
		border-top: none; 
		overflow: visible;
	}
	
	div > #siteCon {
		height: auto;
	}
	
	
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			Header
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/
		#headerCon {
			position: relative;
			width: 800px;
			height: 192px;
			background: url(../images/template/header.jpg) top center;
		
		}	
		
		
		
	
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			Menus
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/		
		
		
	/* Top Menu */
	
		#topMenuCon {
			position: relative;			
			text-align: left;
			padding-left: 500px; 
			font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
			font-size: 12px;
			line-height: 20px;
			padding-top: 16px;  
				
		}	
		
			#topMenuCon a {
				display: block; 
				color: #242424;  
			}
		
			#topMenuCon a:visited {
				color: #000000; 
			}
			
			#topMenuCon a:hover {
				color: #990000; 
				font-weight: bold; 
			}
			
			
			
			
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			Body
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/	

		
	
		#centerBodyCon {
			position: relative;
			
		}	

					
			#bodyCon {
				position: relative;
				text-align: left;
				padding-left: 12px;
				padding-right: 12px;
				
				color: #FFFFFF;
				
			}
			
			
				.panel {
					margin: 0px 5px 13px 5px; 
				}
			
		form {
			margin: 0px; 
			padding: 0px; 			
		}
		
		input, textarea, select {
			border-left: 1px solid #111111;
			border-top:  1px solid #111111;
			border-right: 1px solid #666666;
			border-bottom: 1px solid #666666;
			background: #444444;
			color: #eeeeee; 
			font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
			font-size: 11px;
			
			overflow: auto; 
			width: 400px; 
			
			
			margin: 0px 0px 10px 0px; 
		}
	
		
		.submit {
			background: #444444;
			border-left: 1px solid #666666;
			border-top:  1px solid #666666;
			border-right: 1px solid #111111;
			border-bottom: 1px solid #111111;
			width: auto; 
			
			height: 20px; 
		}
		
		.defaults {
			width: auto; 
			height: auto; 
			line-height: auto;
			padding: 0px; 	margin: 2px 7px 2px 0px; 
			background: #1b1b1b; 
			border: none; 
		}
		
		.label {
			float: left; 
			width: 200px; 
		}
		
		
		
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			Footer
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/	
		
		#footerCon {
			
			margin-top: 15px; 
			clear: both;
			color: #999999;
			text-align: center;
			font-size: 10px; 
			
		}	
		
		.textFooter {
		
		}
		
			#footerCon a:link, #footerCon  a:active, #footerCon a:visited {
				color: #555555; 				
			}
			
			#footerCon a:hover {
				color: #cc0000; 
			}			
		
		
		
		
	
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			HEADERS
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/

	h1,h2,h3,h4,h5,h6 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		padding: 0px; 
		margin: 0px;
		margin-bottom: 10px; 
		margin-top: 15px; 
		color: #eeeeee;
	}
	
	h1 {
		font-size: 16px; 
	}
	h2 {
		font-size: 14px; 
	}
	h3 {
		font-size: 12px; 
	}
	
	
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			ADDITIONAL STYLES
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]



		
	/* Small Text */		
		.smallText, .textSmall, .small {
		font-size: smaller;
		color: #555555;
		}
		
	/* Required Text */	
	/* Use to denote user alert text. eg required fields in forms, this should be set smaller than the normal font*/	
		.textReqd, .requiredStar {
		color: #ff0000;
		font-size: 0.8em;
		}		
		
	
		.attention { 
			color: yellow; font-weight: bold; line-height: 25px; margin: 10px; font-size: 14px;
		}
	
	
	

	

	
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			OTHER STYLES - MODIFIERS
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/	
	
	
	
/* Horizontal Rule */
	hr {
		background-color: #aaaaaa; 
		border: 0px; 
		height: 1px;
		color: #aaaaaa;
	}			
	
/* Unordered List */	
	ul {
		color: #aaaaaa;
		list-style-type : disc;
	}
	
/* Ordered List */	
	ol {
		color: #aaaaaa;
	}
	
/* Add cursor to elements */
	.cursor { cursor: pointer; }
	
		
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			QUICK STYLES - MODIFIERS
||			Use these instead of inlines to make sure the same style works across the whole site
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/		
	
	
/* Clear Both VERY IMPORTANT */	
	.clearBoth {
		clear: both;	
	}
	
/* Style / Border Images */	
	.styleImg {
		border: 2px solid #333333;
		padding: 2px;
	}		
	
/* Float Left */	
	.floatLeft {
		float: left;
	}
	
/* Pad Left */
	.paddLeft {
		margin-left: 4px;
	}
	
/* Pad Right */
	.paddRight {
		margin-right: 12px;
	}

	
	
	
	

		
/*
If you are putting somthing into this sytle sheet page then it more than
likely has a home. 
				
don't simple include it at the bottom of the page.
				
Have a look at the page and look for the proper place for the variable that 
you are including.
				
If you can not find a place that looks right for the variable you are including
then create a spot for it somewhere that seems to fit and remember to include a 
header for your new section as well as remembering to comment what your variable 
is used for.	
*/
 

