/*  
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 #F0F0F0;
	font-family: Tahoma;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#222222;
	}

* {
	margin:0;
	padding:0;
	}

.sptable img {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	width: 90px;
	margin-bottom : 5px;
	margin-top : 5px;
	height: 105px;
}
.headerdiv
{
	text-align:center;
	width : 520px;
	margin-right:0px;
	font-size:18px;
	font-family:Tahoma;
	line-height:7mm;
}

.lang-button
{
	
	
	margin-right:50px;
	margin-left:50px;
	width: 100px;
	height: 40px;
	font-size:18px;
	font-family:Tahoma;
	line-height:7mm;
}
.normal ul
{
	list-style-type:square;
	margin-right:20px;
	margin-left:20px;
}
.normal li
{
	font-size : 13px;
	text-align:justify;
	line-height:6mm;
	font-family:Tahoma;
	margin-right:25px;
	margin-left:25px;
}


p {
	margin-bottom:1.75em;
	text-align:justify;
	font-size : 13px;
	margin-bottom:10px;
	line-height:6mm;
	font-family:Tahoma;
}

.Wizardcss
{
	text-align:justify;
	font-size : 13px;
	margin-bottom:10px;
	color:#333333;
	line-height:6mm;
	font-family:Tahoma;
}


a {
	text-decoration:none;
	color:#FBB347;
	}
a:hover {
	text-decoration:none;
	color:#6CC7DC;
	}

/* Structure */
#lang
{
    
}
.webpartHeader
{
	
	background: url(../images/bg-menu.png) repeat-x;
	height: 35px;
	margin-right: 50px;
	margin-left: 50px;
}
.clear
{
	border: 0px;
}
.clear td
{
	border: 0px;
}
.sptable
{
	
}
.sptable td
{
	
	border: 2px solid #333333;
	width : 240px;
}

.sptable img
{
	width:75px;
}
.sptable p
{
	font-size:10px;
}
#wrapper {
	margin:0 auto;
	width:800px;
	background:#ffffff;
	font-size:1.40em;
	
	}
#header {
	height:140px;
	background:url(../images/bg-header3.jpg) no-repeat;
	}
.menu {
	height:35px;
	line-height:35px;
	background:url(../images/bg-menu.png) repeat-x;
	padding:0 10px;
	font-size:12px;
	}
.menu2 {
	height:35px;
	line-height:35px;
	background:url(../images/bg-menu.png) repeat-x;
	padding:0 10px;
	}
#sidebar {
	float:right;
	width:148px;
	background:#efefef;
	margin-right:10px;
	
	}

#content {
	float:left;
	width:800px;
	min-height:400px;
	}
#footer {
	clear:both;
	height:100px;
	background:url(../images/bg-footer.jpg) no-repeat;
	vertical-align:middle;
	}

/* Entries */

.entry {
	padding:5px 10px;
	text-align:justify;
	line-height:1.75em;
	}
.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 Item */
.myMenu1
{
    list-style-type:none;
}
.myMenu
{
    float:left;
    padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
}
.myMenuHover
{
    background:url(../images/bg-menu-hover.png) no-repeat center center;
}

.myMenu2
{
    list-style-type:none;
     
}

.dynamicMenu
{
    width: 40px;
    color:#ffffff;
    padding:0 15px;
	display:block;
	background:url(../images/bg_menu.jpg) no-repeat center center;
	margin-right:2px;
}

.dynamicMenuHover
{
    width: 40px;
    color:#6CC7DC;
    padding:0 15px;
	display:block;
	background:url(../images/bg_menu.jpg) no-repeat center center;
	margin-right:2px;
}
.normalMenu
{
	list-style-type : decimal;
	margin-left : 10px;
}

/* Menu */

.menu ul {
	list-style-type:none;
	
	}
.menu li {
	float:right;
	}
.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;
	}
	
.menu2 ul {
	list-style-type:none;
	}
.menu2 li {
	float:left;
	}
.menu2 li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
	}
.menu2 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-bottom {
	height:20px;
	background:url(../images/bg-sidebar-bottom.gif) no-repeat top center;
	}
/*Second Menu*/
.Menu2 {
	list-style-type:none;
	margin-top:0px;
	}

.MenuItem2 {
	display:block;
	height:20px;
	line-height:20px;
	color:#222222;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
	}
.MenuItemHover2 {
	background:#edebed;
	color:#6CC4D8;
	}

/* Footer */

#footer-valid {
	float:left;
	padding-top:55px;
	padding-left:20px;
	cursor:default;
	color:#ffffff;
	}
#footer-valid a {
	color:#ffffff;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

/* Heading's */

h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative; top:-12px; 
	left:-27px;
	letter-spacing:1px;
	color:#aaaaaa;
	font-style:italic;
	}
h2
{
	font-size:20px;
	color: #8D684E;
}
h3
{
	font-size:15px;
	color: #8D684E;
}

h5
{
	font-size:13px;
	color: #8D684E;
}
/* Feed */

#feed 
{
	float:left;
	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 norepeat;
    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;
	}
	
	
	
	/* ---------------------- Dolphin nav ---------------------- */
#time4bed-nav{position:relative;height:43px;font-size:14px;text-transform:uppercase;background:#fff url("~/images/time4bed_bg.gif") repeat-x bottom left;font-family:Tahoma;}
#time4bed-nav ul{margin:0;padding:0;list-style-type:none;width:auto;float:left;}
#time4bed-nav ul li{display:block;float:left;margin:0 2px;}
#time4bed-nav ul li a{display:block;float:left;color:#ffdab6;text-decoration:none;padding:0 0 0 10px;height:43px;line-height:50px;}
#time4bed-nav ul li a span{display:block;float:left;padding:0 10px 0 0;height:31px;width:auto;}
#time4bed-nav ul li a:hover{color:#fff;}
#time4bed-nav ul li a:hover span{display:block;cursor:pointer;}
#time4bed-nav ul li a.current,#time4bed-nav ul li a.current:hover{color:#894d12;background:transparent url("~/images/time2bed_left-ON.gif") no-repeat top left;}
#time4bed-nav ul li a.current span{background:transparent url("~/images/time2bed_right-ON.gif") no-repeat top right;height:43px;}
/* ---------------------- END Dolphin nav ---------------------- */