/*  
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:"Helvetica Neue", Arial, sans-serif;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#222222;
	background-color: #DBD7FF;
	background-image: url(images/bg-body.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 10px;
	}

* {
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}

img {
	border:0;
	}

p {
	margin-bottom:1.75em;
	}

a {
	text-decoration:none;
	color:#B4C835;
	}
a:hover {
	text-decoration:none;
	color:#6CC7DC;
	}

/* Structure */

#wrapper {
	width:700px;
	font-size:1.20em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 5px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #CCCCCC;
	}
#header {
	height:60px;
	background-color: #FFFFFF;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	}
#flags {
	float: right;
	width: 40px;
	padding-top: 20px;
}
#menu {
	background-image: url(images/bg_menu.jpg);
	background-repeat: repeat-x;
	width: 700px;
	height: 60px;
	vertical-align: middle;
	}
#sidebar {
	float:right;
	width:180px;
	background:#efefef;
	margin-right:10px;
	}
#content {
	width:700px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	margin-top: 0px;
	min-height: 200px;
	}
#content p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	clear: both;
}
#footer {
	height:50px;
	float: right;
	width: 210px;
	padding: 5px;
	color: #FFFFFF;
	background-image: url(images/bg_news.png);
	background-repeat: repeat;
	right: 0px;
	bottom: 200px;
	background-color: #666666;
	}
	
#footer a{
	padding-left: 15px;
	font-size: 14px;
	color: yellow;
}
#footer h2{
	margin-top: 6px;
	font-size: 16px;
}
#menu #footer ul {
	margin-left: 0px;
	margin-top: 0px;
}
#menu #footer li {
	margin-left: 0px;
	margin-top: 0px;
}
#menu #footer a:hover {
	margin-left: 0px;
	margin-top: 0px;
	color: #006699;
}

/* Entries */

.entry {
	padding:0px;
	text-align:justify;
	line-height:1.75em;
	margin: 0px;
	}
.entry ul {
	padding-left: 10px;
}
.entry ul ul{
	padding-left: 20px;
}
.entry-title {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	}
.date {
	font-size:0.9em;
	color:#bbb;
	cursor:default;
	letter-spacing:1px;
	}
.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;
	margin-top: 20px;
	}
#menu li a {
	color:#000000;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	}
#menu li a:hover {
	color: #006699;
	}
#menu li a:active {
	color: #006699;
	}	

/* Footer */

#footer-valid {
	color:#666666;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 30px;
	text-align: center;
	font-size: 10px;
	}
#footer-valid a {
	color:#666666;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#999999;
	text-decoration:underline;
	}

/* Heading's */

h1 {
	font-size:2em;
	font-weight:normal;
	cursor:default;
	position:relative;
	letter-spacing:1px;
	color:#EBEBEB;
	text-align: right;
	right: 50px;
	font-family: Eurostile;
	vertical-align: top;
	padding-top: 10px;
	}
h2 {
	font-size: 1.6em;
	padding-left: 10px;
}

/* 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") 0 0 no-repeat;
    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;
	}

