/*  
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 #E8F7F9;
	font-family:"verdana" Arial, Helvetica, sans-serif;
	font-size:65.5%; /* Sets default font size to 10px */
	color:#0000cc;
	}

span.required{
        font-size: 13px;
        color: red;
    }  
	
* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p:first-letter {
    float:left;
    font: bold 100px/85px Georgia,"Times New Roman", Times,serif;
    color: #DDD}

p {
	margin-bottom:1.75em;
	}

a {
	text-decoration:none;
	color:#0000cc;
	}
a:hover {
	font-weight:bold;
text-decoration:none;
	color:#0000cc;
	}

/* Structure */

#wrapper {
	margin:0 auto;
	width:700px;
	background:#ffffff;
	font-size:1.20em;

	}
#header {
	height:140px;
	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;
	width:500px;
	min-height:400px;
	}
#footer {
	clear:both;
	height:100px;
	background:url(images/bg-footer.jpg) no-repeat;
	}


#dhtmlfloatie{
position: absolute;
left: 0;
left: -900px;
filter:alpha(opacity=0);
-moz-opacity:0;
border: 2px solid black;
padding: 7px;
z-index: 100;
}


/* Entries */

.entry {
	padding:5px 10px;
	text-align:justify;
	line-height:1.75em;
	}
.entry-title {
	font-size:1.50em;
	font-weight:bold;
	letter-spacing:1px;
	background-color: #fff
	}
.date {
	font-size:1.0em;
	font-weight: bold;
	color:red;
	cursor:default;
	letter-spacing:1px;
	position:relative; left:50px;
		}


/* Menu */

#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	font-weight:bold;
	margin-right:2px;
	}
#menu li a:hover {
	background:url(images/aa.PNG)
no-repeat center center;
	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-top:20px;
	}
#sidebar li {
	
	}
#sidebar li a {
	display:block;
	height:30px;
	line-height:30px;
	color:#0000ff;
	padding-left:20px;
	border-bottom:1px solid #000000;
	}
#sidebar li a:hover {
	background:#ff9900;
	font-weight:bold;
	color:#ffffff;
	}
#sidebar-bottom {
	height:20px;
	background:url(images/bg-sidebar-bottom.gif) no-repeat top center;
	}

/* Footer */

#footer-valid {
	float:left;
	padding-top:40px;
	padding-left:20px;
	cursor:default;
	color:#ffffff;
	}
#footer-valid a {
	color:#ffffff;
	text-decoration:none;
font-size:0.8em;
	}
#footer-valid a:hover {
	color:#ffffff;
	
	}

/* Heading's */

h1 {
	font-size:2.5em;
	font-weight:bold;
	cursor:default;
	position:relative; top:20px; left:30px;
	letter-spacing:1px;
	color:#FF9900;
	font-style:italic;
	}


/* Feed */

#feed {
	
	background:url(images/bg-feed.gif) no-repeat;
height:25px;
	width:126px;	
margin:0 auto;
	padding-left:26px;
	}




/* Extra's */

#ad-top {
	width:480px;
	height:30px;
	
	padding:5px;
	}

#pic {
	background-color: #FFFFFF;
	left: 10px;
	position: relative;
	top: 10px;
	width: 135px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 0px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 0px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	border: 3px solid #ff9900;
	display: block;
	height: 100px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 0px;
}

#pic a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 3px solid #ff9900;
	display: block;
	left: -50px;
	position: absolute;
	top: -50px;
	width: 200px;
	height: 400px;	
}
