/*  
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 #D4D4D4;
	font-family:"Trebuchet MS" 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 {
	text-decoration:none;
	color:#6CC7DC;
	}
a:hover {
	text-decoration:none;
	color:#B4C835;
	}



/* Structure */

#wrapper {
	margin:0 auto;
	margin-top:20px;
	width:930px;
	font-size:1.20em;
	background:#ffffff;
	background-position: 0px 144px;
	}
#header {
	height:30px;
	}
#adheader {
	position:relative; top:-15px; left:185px; height:90px;
	}
#menu {
	height:45px;
	line-height:45px;
	background:url(images/bg-menu.png) repeat-x;
	padding:0 10px;
	}
#sce {
	position:relative;
	height:45px;
	line-height:45px;
	margin-top:-45px;
	margin-left:765px;
	}
#sidebar {
	float:right;
	width:170px;
	background:url(images/sidebar.jpg);
	margin-right:0px;
	}
.sidebarleft {
	float:left;
	width:170px;
	background:url(images/sidebar.jpg);
	margin-right:0px;
	}
.content {
	float:right;
	width:590px;
	min-height:400px;
	}
#content {
	float:right;
	width:750px;
	min-height:400px;
	}
#footer {
	clear:both;
	height:100px;
	}

/* Entries */

.entry {
	padding:30px 10px;
	text-align:justify;
	line-height:1.75em;
	font: .8em;
	font-family: "Arial", Tahoma, Sans-Serif;
	}
.entry a {
	text-decoration:none;
	color:#6CC7DC;
	}
.entry a:hover {
	text-decoration:none;
	color:#B4C835;
	}
h1, h2 {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#B4C835;
	margin-bottom:10px;
	}
.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;
	}
.download{
width:127px;
height:50px;
background:url(images/download.gif) no-repeat 0 0;
text-indent:-9999px;
overflow:hidden;
display:block;
outline:none;
margin-left:8px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
}
.download:hover{
background:url(images/download.gif) no-repeat 0 100%;
}
.imgboxdl {
background: url(images/download.png) no-repeat right bottom;
}

.imgboxdl li {
 font-family: Arial, sans-serif;
 margin-left: 40px;
 font-size: 100%;
 color: black;
 display : list-item;
 list-style-image : url(images/puce.png);
} 


/* Menu */

#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	text-align:center;
	width:70px;
	margin-right:12px;
	}
#menu li a {
	display:block;
	color:#000000;
	margin-right:2px;
	}
#menu li a:hover {
	background:url(images/bg-menu-hover.png) no-repeat center center;
	color:#ffffff;
	}
	
#menu li.charme {
	float:left;
	text-align:center;
	width:85px;
	margin-right:12px;
	}
#menu li.charme a {
	display:block;
	color:#FF4242;
	margin-right:2px;
	}
#menu li.charme a:hover {
	background:url(images/bg-menu-hover-charme.png) no-repeat center center;
	color:#ffffff;
	}

/* 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:#3A3A3A;
	color:#ffffff;
	}
#sidebar-bottom {
	height:20px;
	background:url(images/bg-sidebar-bottom.gif) no-repeat top center;
	}

/* 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:#000000;
	text-decoration:underline;
	}

/* Heading's */

.logo {
	font-size:1em;
	font-weight:normal;
	cursor:default;
	position:relative; top:0px; left:15px;
	letter-spacing:1px;
	color:#000000;
	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;
	height:72px;
	background:url(images/bg-ad-top.png) no-repeat;
	padding:6px;
	}
	
	

	
/* other */

div#fancy_overlay { background: #2c2c2c; }	/* overlay color */

.fixe { 
  /* un bloc fixe situ? en haut qui fait toute la largeur */ 
  position : fixed;
  display: inline-block;
  height:auto;
  z-index:100;
  background-color:#FFFFE1;
  border-bottom:#707070 1px solid;
  top: 0px; 
  left: 0px; 
  right: 0px; 
  width: 100%; 
  /* et le patch pour IE */ 
  position : expression("absolute"); 
  width : expression("100%"); 
  top : expression(document.body.scrollTop + this.offsetHeight - this.offsetHeight); 
  left : expression("0px"); 
}

.pr1 { 
  /* un bloc fixe situ? en haut qui fait toute la largeur */ 
  position : fixed;
  display: inline-block;
  height:auto;
  z-index:101;
  border: #000 solid 1px;
  top: 50px; 
  left: 50px;  
  width: 100px;
  height:100px;
  background-color:#FFF;
  
  /* et le patch pour IE */ 
  position : expression("absolute"); 
  width : expression("100px"); 
  top : expression(document.body.scrollTop + this.offsetHeight - this.offsetHeight); 
  left : expression("50px"); 
}

