/*  
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 {
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:70%; /*Was 62.5% = 0.625em for default font size of 10px, back to 70% = 0.7em = 11px fits heading, or 75% = 0.75em = 12px*/
	/*color:#222222; charcoal*/
	font-weight: normal;
	/*background:#ffffff;*/
	background-image: url('Images/CloudySky1024.jpg');
	background-repeat: no-repeat;
	background-attachment:fixed; /*must be fixed for Mozilla*/
	background-position:center; 
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0px none;
	}

p {
	margin-bottom:1.75em;
	}

a {
	text-decoration:none;
	/*color:#b4c835;*/
	}
a:hover {
	text-decoration:none;
	/*color:#6cc7dc;*/
	}
	
/* Structure */
#wrapper {
	margin:0 auto;
	width:985px; /*was 940px*/
	font-size:1.20em;
	}
	
#header {
	height:194px;
	/*height:100px;*/
	background:url('Images/BC-HeaderWide.jpg') no-repeat center;
	}
	
#header a {
	color: #392d26;
	}
	
#header a:hover {
	color:#adcd5e;
	}
	
#menu {
	height:35px;
	line-height:35px;
	background:url('Images/bg-menu.png') repeat-x;
	padding-left:10px; padding-right:10px; padding-top:0; padding-bottom:0
	}
	
/*#sidebar {
	float:right;
	width:130px; /*eliminated sidebar in News.htm*/
	background:#efefef;
	margin-right:1px;
	}
*/
	
#content {
	float:left;
	/*width:750px;*/
	width:985px; /*was 930px*/
	/* margin-left:10px; */
	/* margin-top:10px; */
	min-height:400px;
	}
	
#footer {
	clear:both;
	height:100px;
	background:url('Images/bg-footer.jpg') repeat-x right;
	}

/* Entries */

.entry {
	padding:5px 10px 20px 20px;
	text-align: justify;
	line-height:1.75em;
	}
.entry-title {
	font-size:1.90em;
	font-weight: normal;
	letter-spacing:-1px;
	}
.date {
	font-size:0.9em;
	color:#bbb;
	cursor:default;
	letter-spacing:1px;
	padding-left:30px;
	}
.comments {
	margin-top:-1em;
	}
.comments a {
	color:#6cc7dc;
	background:url('Images/icon-comment.png') no-repeat 0px 2px;
	padding-left:20px;
	padding-right:2px
	}
.comments a:hover {
	color:#b4c835;
	}

/* 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-hover.png') no-repeat center;
	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-top:10px;
	}
#sidebar li {
	
	}
#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#222222;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
	}
#sidebar li a:hover {
	background:#edebed;
	color:#6cc4d8;
	}
#sidebar-bottom {
	height:20px;
	background:url('Images/bg-sidebar-bottom.gif') no-repeat top center;
	}

/* Footer */

#footer-valid {
	float:center;
	padding-top:55px;
	padding-left:20px;
	padding-center: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 {
	color: #008000; /*green*/
	font-style:italic;
	font-size: 3.0em;
	font-weight: strong;
	cursor:default;
	letter-spacing:1px;
	}
	
h2 {
	color: #008000; /*green*/
	font-style:italic;
	font-size: 1.8em;
	/*text-decoration:underline;*/
	font-weight: strong;
	}
	
h3 {
	padding-left:2px;
	}

h4 {
	color: #008000; /*green*/
	font-style:italic;
	font-size: 1.4em;
	font-weight: strong;
	}

h5 {
	color: #392d26; /*black*/
	font-size: 1.2em;
	font-weight: normal;
	}

h6 {
	color: #FF00FF; /*fuchsia, was 800080*/
	font-size: 1.2em;
	font-weight: normal;
	}

/* Feed 
#feed {
	height:25px;
	width:126px;
	background:url('Images/bg-feed.gif') no-repeat;
	margin:0 auto;
	padding-left:26px
	}
a.feed-button {
	display:block;
    width:100px;
    height:25px;
    background:url('Images/button-feed.png') no-repeat 0 0;
    text-decoration: none
	}
a:hover.feed-button {
	background-position:0 -25px;
	}
*/

/* Extra's */

#ad-top {
	width:480px;
	height:72px;
	background:url('Images/bg-ad-top.png') no-repeat;
	padding:5px
	}