/*  
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-body.png) repeat-x top center #A8A8A8;
	font-family:"Verdana" 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;
	}
a {
	cursor:pointer;
	}

a:hover {
	cursor:pointer;
	}
	
.entry a {
	text-decoration:none;
	cursor:pointer;
	color:#FF0000;
	}
.entry a:hover {
	text-decoration:none;
	cursor:pointer;
	color:#000000;
	}
	
#link a {text-decoration: none; padding: 0 0.5em 0 0;
border-bottom: 1px solid rgb(100%,100%,100%);
cursor:pointer;}

#link a:link {color: rgb(0%,0%,0%);
cursor:pointer;}

#link a:visited {color:#666666;
cursor:pointer;}

#link a:hover {color: rgb(10%,20%,0%
cursor:pointer;);
border-color:#FF0000;}

/* Structure */

	#wrapper {
	margin:0 auto;
	width:804px;
	margin-top:20px;
	background:#ffffff;
	font-size:1.20em;
	border: 3px solid #000000;
	}
#header {
	
	height:128px;
	background:url(images/bg-header.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;
	margin-top:20px;
	margin-left:48px;
	width:520px;
	min-height:400px;
	}
#footer {
	clear:both;
	height:100px;
	/*background:url(images/bg-footer.jpg) no-repeat;*/
	}
	
	
/* Entries */

.entry {
	padding:5px 10px;
	text-align:justify;
	line-height:1.75em;
	}
.entry-title {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#FF0000;
	}
.date {
	font-size:0.9em;
	color:#bbb;
	cursor:default;
	letter-spacing:1px;
	}
.comments {
	margin-top:-1em;
	color:#000000;
	background:url(images/icon-comment.png) no-repeat 0px 2px;
	padding-left:20px;
	padding-right:2px;
	}
.comments a {
	color:#000000;
	}
.comments a:hover {
	color:#FF0000;
	}
	
.chapo {
	background: #fff;
	font-weight: bold;
	padding: 5px;
	border: 1px dotted #ddd;
}
	
hr {
	border:0em;
	border-bottom:1px dotted #bbb;
	margin:auto;
	margin-top:1.8em;
	margin-bottom:1.8em;
	width:80%;
	text-align:center;
	}

/* 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;
	}
#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 h4 {
	margin-top:10px;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	}
#sidebar-bottom {
	height:20px;
	background:url(images/bg-sidebar-bottom.gif) no-repeat top center;
	}

/*Search*/
#q {
	margin-top: 10px;
	margin-bottom: 2px;
	}

/* Footer */

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

/* Heading's */

h1 {
	cursor:default;
	color:#FF0000;
	}

/*h2 {
	font-size:1.5em;
	font-weight:normal;
	cursor:default;
	position:relative; top:40px; left:50px;
	letter-spacing:1px;
	color:#aaaaaa;
	font-style:italic;
	}/*

/* 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;
	margin-left:10px;
	margin-top:5px;
	height:72px;
	background:url(images/bg-ad-top.png) no-repeat;
	padding:5px;
	}*/
	
/* Form comment
-------------------------------------------------------- */

#postcom {
	padding: 20px;
	background: #efefef;
}

#postcom p {
	margin: 0;
}

#postcom label {
	display: block;
	margin-top: 5px;
}

#postcom input, #postcom textarea {
	display: block;
	border: 1px solid #999;
	padding: 2px;
	font-size: 14px;
	margin-top: 4px;
}

#postcom #submit {
	margin-top: 10px;
	margin-bottom: 10px;
	background: #2798ff;
	border: 1px solid #4c6d8e;
	color: #fff;
}

/* Calendar
-------------------------------------------------------- */

#calendrier {
	display: block;
	text-align: center;
	width: 180px;
}

#calendrier caption {
	background: #eee;
	color: #666;
	padding: 4px;
}

#calendrier caption a {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

#calendrier td {
	font-size: 12px;
	color: #555;
	text-align: center;
	background: #f5f5f5;
	width: 30px;
	line-height: 2em;
}

#calendrier td a{
	display: block;
	text-decoration: none;
	color: #111;
	background: #ddd;
	font-weight: bold;
}

#calendrier td a:hover {
	background: #ccc;
	color: #fff;
}

#calendrier td.active a {
	color:#fff;
	background: #000000;
}