/*  
Theme Name: Ginger Ninja! v2
Description: The new Ginger Ninja! theme.
Version: 1.0
Author: Donny Burnside
Author URI: http://www.ginger-ninja.net/
*/

/* Generic Styling */

body {

	background:url(y_greenbackground.gif) repeat center #E8F7F9;
	font-family:tahoma;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#FFFFFF;  /* I DON'T KNOW WHAT THIS CHANGES */
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-bottom:1.75em;
	}

a {
	text-decoration:none;
	color:#FFFFFF;  /* COLOR OF THE LINKS */
	}
	
a:hover {
	text-decoration:none;
	color:#FFFFFF; /* COLOR OF THE LINKS WHEN YOU HOVER OVER THEM */
	}

/* Structure */

#wrapper {
	margin:0 auto;
	width:680px;
	background:url(z_viridianpermanentchromegreen.JPG); /* different colors of green */
	font-size:1.20em;
	}
	
#header {
	height:240px;
	background:url(none) no-repeat center;
	}
	
#sidebar {
	float:right;
	background:#40826D; /* viridian */
	width:70px;
	margin-right:29px;
	margin-top:0px;
	}
	
#content {
	float:left;
	width:570px;
	min-height:400px;
	margin-left:10px;
	margin-top:0px;
	}
	
#footer {
	clear:both;
	height:100px;
	background:url(images/bg-footer.jpg) no-repeat;
	}

/* Entries */

.entry {
	padding:5px 10px;
	text-align:justify;
	line-height:1.75em;
	margin-left:10px;
	margin-right:40px;
	color:#FFFFFF;  /* THIS CHANGES THE COLOR FOR THE ENTRIES */
	}
	
.entry-title {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	margin-left:10px;
	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-top:1px;
	}
	
#sidebar li 
{
	
	}
	
#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#FFFFFF;
	padding-left:5px;
	border-bottom:1px solid #FFFFFF;
	}
	
#sidebar li a:hover {
	background:#FFFFFF;
	color:#40826D; /* viridian */
	}
	

/* Footer */

#footer-valid {
	position: center;
	padding-top:55px;
	padding-left:20px;
	cursor:default;
	color:#40826D; /* viridian */
	font-weight:bold;
	margin-left:10px;
	}
	
#footer-valid a {
	color:#ffffff;
	text-decoration:none;
	}
	
#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

/* Heading's */

h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative; top:50px; left:30px;
	letter-spacing:1px;
	color:#FFFFFF;
	font-style:bold;
	}
	
h2 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative; top:70px; left:30px;
	letter-spacing:1px;
	color:#40826D; /* viridian */
	font-style:italic;
	}