/*  
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(images/bg-body5.png) repeat #ffffff;
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#222222;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}
	


p {
	margin-bottom:1.75em;
	}

p.nospace {
	margin-bottom:0;
	}

a {
	color:#000077;
	text-decoration: none; 
	border-bottom:1px dotted;
	}
a:hover {
	text-decoration:none;
	color:#6CC7DC;
	}

/* Structure */

#wrapper {
	margin:0 auto;
	width:700px;
	background:#ffffff;
	font-size:1.20em;
	border-left:1px solid #660066;
	border-right:1px solid #660066;
	}
#header {
	height:140px;
	background:url(images/bg-header2.jpg) no-repeat;
	}
#menu {
	height:35px;
	line-height:35px;
	background:url(images/bg-menu2.png) repeat-x;
	padding:0 10px;
	}

#content {
	float:left;
	width:680px;
	//min-height:400px;
	
	}
#footer {
	clear:both;
	height:100px;
	background:url(images/bg-footer2.jpg) no-repeat;
	}

/* Entries */

.entry {
	padding:5px 10px 15px 15px;
	text-align:justify;
	line-height:1.75em;
	}
	
h1{
color:#660066;
}

img.en1 {
	width: 200px;
	height: 200px;
	}
	
td.en1{
padding-left: 15px;
padding-right: 15px;
}

ul.en1{
padding-left:50px;
padding-top:0;
margin-top:0;
}
/* Menu */

#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
	}
#menu li a:hover {
	background:url(images/bg-menu-hover2.png) no-repeat center center;
	}
	
#submenu{ 
 background-color:#990099;
 color: white;
 width:600px;
 margin-left:-15px;
 margin-top: -6px;
 margin-bottom:10px;
 padding-left: 100px;
}

#submenu a{ 
 color: white;
}

#submenu a:hover{
font-weight:bold;
}


/* Footer */

#footer-valid {
	float:left;
	padding-top:55px;
	padding-left:20px;
	cursor:default;
	color:#ffffff;
	}
#footer-valid a {
	color:#ffffff;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

/* Heading's */

h1.heading {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative; top:50px; left:30px;
	letter-spacing:1px;
	color:white;
	font-style:italic;
	}


/* Extra's */

#ad-top {
	width:480px;
	height:72px;
	background:url(images/bg-ad-top.png) no-repeat;
	padding:5px;
	}
#refimages{
 text-align:center;
}

#refimages a:link{
	text-decoration: none;
	border-bottom: 0px none
}
