
/*----------------------------------------
Name: global.css
Developed by: Ben Henschel
Date Created: 4/8/08
Last Updated: 4/24/08
Copyright: Project Designs 2008
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("/css/reset.css");
@import url("/css/externalLinks.css");


/* Elements
----------------------------------------*/
body
{
	background-color:#B1DA67;
	background-image: url(/images/header_bg.png);
	background-repeat:repeat-x;
	
}

body, p, td, th, li
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:.875em;
	line-height:1.5em;
	color:#000000;
}

#mainContainer
{
	width:750px;
	margin: 50px auto;
}

p
{
	margin: 0 0 1em 0;
}

/*--- Link Styles ---*/
a:link, a:visited
{
	color:#6A9923;
}

a:hover, a:active
{
	color:#EEEEEE;
	text-decoration:none;
}

h1
{
	color:#5C8127;
	margin:0 0 1em 0;
	font-size:2.125em;
}

h2
{
	color:#23340C;
	margin:.825em 0 .5em 0;
	font-size:1.75em;
}

h3
{
	color:#5C8127;
	margin:0 0 1em 0;
	font-size:1.5em;
}

h4
{
	color:#23340C;
	margin:.825em 0 .5em 0;
	font-size:1.25em;
}

h5
{
	color:#5C8127;
	margin:0 0 1em 0;
	font-size:1.125em;
}

h6
{
	color:#5C8127;
	margin: 0 0 1em 0;
	font-size:1em;
}

ul li
{
	list-style-type:square;
	margin-left:25px;
}

blockquote	{margin: 0 0 18px 18px; color:#666666; font-style: italic;}
strong		{font-weight:bold;}
em		{font-style:italic;}

/* Standard Definitions
----------------------------------------*/
.left 		{float:left;}
.right 		{float:right;}
.clearThis 	{clear:both;}
.small		{font-size:.625em;}
.large		{font-size:1em;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
p.last		{margin-bottom:0px;}

/* Header
----------------------------------------*/
#header
{
	width:750px;
	height:110px;
	
	
}

	/* Logo
	----------------------------------------*/
	.logo
	{
		width:164px;
		height:110px;
		display:block;
		margin-left:25px;
		float:left;
	}
	

	/* Nav
	----------------------------------------*/
	ul#nav
	{
		width:505px;
		margin-top:50px;
		float:right;
	}
	
	ul#nav li {float:left; list-style-type:none; margin-left:15px;}
	
	ul#nav li a:link, ul#nav li a:visited
	{
		color:#D8ECB3;
		font-size:1.35em !important;
		text-decoration:none;
	}
	
	ul#nav li a:hover, ul#nav li a:active
	{
		color:#EEEEEE;
		background-color:none !important;
		text-decoration:underline;
	}
	
/* Main Content
----------------------------------------*/
#mainContent
{
	width:699px;
	padding:20px 25px 15px 25px;
	background-color:#D8ECB3;
	border-left:#8ECF33 solid 1px;
	border-right:#8ECF33 solid 1px;
}

#mainContent p
{
	color:#23340C;
}

#mainContent a:hover {background-color:#6A9923;}

	/* Content
	----------------------------------------------*/
	.content
	{
		width:475px;
		float:left;
		padding-left:25px;
	}
	
	/* Ads
	----------------------------------------------*/
	.topAd
	{
		width:468px;
		margin:0 auto;
	}
	
	.rightAd
	{
		width:160px;
		float:right;
		margin-right:10px;
	}
		
.announcement
{
	background-color:#B1DA67;
	padding:10px;
	font-size:1.75em;
	text-align:center;
}

.features li
{
	list-style-type:square;
	margin-left:25px;
}

.overviewList
{
	font-size:1.25em;
}

.folder {color:#679120;}
.file 	{color:#1ECA2D;}

.explanation {border-bottom:#6A9923 solid 1px;}

/* Download Button
----------------------------------------*/

a.download:link, a.download:visited
{
	background-color:#94C648;
	border-right:#5C8127 solid 1px;
	border-bottom:#5C8127 solid 1px;
	border-left:#94C648 solid 1px;
	border-top:#94C648 solid 1px;
	display:block;
	color:#EEEEEE;
	font-weight:bold;
	width:175px;
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;
	margin-left:25px;
}

a.download:hover, a.download:active
{
	border-top:#5C8127 solid 1px !important;
	border-left:#5C8127 solid 1px !important;
}


/* Contact Form
----------------------------------------*/
.contactForm_layout {margin-top:10px;}
.contactForm_layout td {color:#23340C;}
.contactForm_layout td input, .contactForm_layout td textarea {color:#23340C; margin-left:10px; margin-top:10px;}
.contactForm_layout td span {font-size:10px; color:#6A9923;}
.inputText, #button {background-color:#B1DA67; border:#8ECF33 solid 1px;}
.submitButton {text-align:right;}

/* Footer
----------------------------------------*/
#footer
{
	width:750px;
	height:30px;
	background-color:#6A9923;
}

body#home #footer {margin-top:-21px;}
body#overview #footer {margin-top:-20px;}
body#howToUse #footer {margin-top:-21px;}
body#download #footer {margin-top:-32px;}
body#donate #footer {margin-top:-20px;}
body#contact #footer {margin-top:-21px;}

#footer p 
{
	font-size:.625em;
	color:#D8ECB3;
	padding-left:10px;
	padding-top:10px;
}

#footer a
{
	color:#D8ECB3;
}

