/*  
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:#EFEFEF; /* Sets default font size to 10px */
	color:#252525;
	font: 12px/1.75em Verdana, Tahoma, arial, sans-serif;
	}

* {
	margin:0;
	padding:0;
	}


img.no-border {
	border: none;
}
img.no-border-right {
	border: none;
	float: right;
}
img.float-right {
	margin: 5px 0px 5px 15px;
	float: right;
}
img.float-left {
	margin: 3px 15px 3px 0px;
	float: left;
}

p {
	}

a {
	text-decoration:none;
	color:#0066CC;
	}
a:hover {
	text-decoration:none;
	color:#FF9900;
	}

/* Structure */

#wrapper {
	margin:0 auto;
	width:860px;
	background:#ffffff;

	}
#header {
	height:140px;
	background:url(images/backhead.jpg) no-repeat;
	}
#menu {
	height:35px;
	line-height:35px;
	background:url(images/bg-menu.png) repeat-x;
	padding:0 10px;
	}
#sidebar {
	float:right;
	width:180px;
	background:#efefef;
	margin-right:10px;
	}
#content {
	float:left;
	width:660px;
	min-height:400px;
	}
#footer {
	clear:both;
	height:69px;
	background:url(images/footer.gif);
	}

/* Entries */

.entry {
	padding:5px 10px;
	text-align:left;
	line-height:1.75em;
	}
	
	.entry .kutum {
	font: bold 1em Tahoma,sans-serif;
	background: #FFF url('cars/serit.gif') repeat-x;
	padding: 3px 5px 0 5px;
	height: 22px;
}


.entry li {
	list-style: url(images/ok.gif);
	margin-left: 18px;
}
.entry-title {
	font: bold 1.3em Tahoma,sans-serif;;
	}
.date {
	font-size:0.9em;
	color:#bbb;
	cursor:default;
	}
.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 center;
	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-top:0px;
	}
#sidebar li {
	
	}
#sidebar li a {
	display:block;
	line-height:25px;
	color:#222222;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
	}
#sidebar li a:hover {
	background:#888888;
	color:#FFFFFF;
	}
#sidebar-bottom {
	height:20px;
	background:url(images/bg-sidebar-bottom.gif) no-repeat top center;
	}
	
#sidebar .title {
	background: #666666 url(images/side.gif) repeat-x;
	color: #FFF;
	font: bold 100% Tahoma,sans-serif;
	padding: 6px 7px;
	margin: 10px 0 0 0;
}
/* Footer */

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

/* Heading's */

h1 {
	font: bold 1.2em Tahoma,sans-serif;
	color: #252525;
	padding: 10px 0 2px 0px; 		
	border-bottom: 1px solid #dadada;
}
h2 {
	font: bold 1em Tahoma,sans-serif;
	color: #444444;
	padding: 10px 0 2px 0px; 		
	border-bottom: 1px solid #dadada;
}

/* 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;
	}
.style3 {
	font-weight: bold;
	color: #FF0000;
}
