/*  
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:62.5%; /* Sets default font size to 10px */
	color:#000000;
	background-color: #BDE7F7;
	background-repeat: repeat-x;
	background-position: center top;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-bottom:1.75em;
	}

a {
	text-decoration:none;
	color:#004A94;
	}
a:hover {
	text-decoration:none;
	color:#B5E7F7;
	}

/* Structure */

#wrapper {
	margin:auto;
	width:700px;
	font-size:1.20em;
	overflow: auto;
	background-color: #FFFFFF;
	padding: 20px;
	}
#header {
	height:140px;
	background-repeat: no-repeat;
	}
#menu {
	height:35px;
	line-height:35px;
	background:url(images/bg-menu.png) repeat-x;
	padding:0 10px;
	}
#sidebar {
	float:right;
	background:no-repeat center center;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
#content {
	float:left;
	min-height:400px;
	background-color: #FFFFFF;
	width: 510px;
	}
#footer {
	clear:both;
	height:50px;
	background-repeat: no-repeat;
	background-image: url(images/bg-footer.jpg);
	}

/* Entries */

.entry {
	padding:5px 10px;
	text-align:justify;
	line-height:1.75em;
	}
.entry-title {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	}


/* 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 center;
	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-top:10px;
	}

/* Footer */

#footer-valid {
	float:left;
	padding-top:16px;
	padding-left:20px;
	cursor:default;
	color:#ffffff;
	}
#footer-valid a {
	color:#ffffff;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
	}
a:hover.feed-button {
	background-position:0 -25px;
	}
