/*  
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:"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:#B4C835;
	}
a:hover {
	text-decoration:none;
	color:#6CC7DC;
	}
.clear{
    clear:both;
}

/* Structure */

#wrapper {
	margin:0 auto;
	width:800px;
	background:#ffffff;
	font-size:12px;

	}
#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:600px;
	min-height:320px;
	}
#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;
	text-indent: 20px;
	}
.entry p{
	margin:8px 0;
	}
.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 */

#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;
	}
#search {
	float: right;
	height: 25px;
	padding: 4px 10px 0 0;	
}
*+html #search{
*padding: 0px 10px 0 0;	;/*IE7*/
}
@media all and (min-width: 0px){ /*opera*/ 
#search { 
padding-top:8px; 
} 
}
body:nth-of-type(1) #search {/*safari*/ 
padding-top:0px;
}
input.text {
	width: 100px;	
	border: 1px solid #999;
	color:#FFFFFF;
	background:url(images/bg-menu.png) 1px;
}

input.button {
	color: #FFFFFF;
	padding-left: 0px;
	font-size: 10pt;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border: none;
	background: none;
	}
	
/* 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;
	}
#sidebar-top {
	height:20px;
	background:url(images/bg-sidebar-top.gif) no-repeat top center;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 5px;
	}
#sidebar-center {
	height:20px;
	background:#ffffff;
	}
#sidebar-text {
	padding: 5px 8px;
	text-indent: 10px;
	}
/* Footer */

#footer-valid {
	float:left;
	padding-top:35px;
	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 */

#header img {
	position:relative; top:30px; left:50px;
	}

/* 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;
	}
a.feed-button1 {
	display:block;
    width:100px;
    height:25px;
    background:url("images/button-feed1.png") 0 0 no-repeat;
    text-decoration: none;
	}
a:hover.feed-button1 {
	background-position:0 -25px;
	}

/* Extra's */

#ad-top {
	width:580px;
	height:90px;
	padding:5px;
}
.dig {
	width:560px;
	margin:5px;
	padding:3px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #003399;
}
.dig1 {
	float: left;
	width: 80px;
	font-weight: bold;
	color: #003399;
}
.dig11 {
	float: left;
	width: 140px;
	font-weight: bold;
	color: #003399;
}
.dig2 {
	float: left;
	width: 59px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.dig2 a:link{
	color: #666699;
}
.dig2 a:visited{
	color: #666699;
}
.dig2 a:hover{
	color: #0099CC;
	text-decoration: underline;
}
.cla {
	width:560px;
	margin:5px 5px 0 15px;
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8F5FB;
}
.cla1{
	width:120px;
	text-align: center;
	float: left;
}
.cla1 img{
	height:100px;
	margin-top: 8px;
}
.cla2{
	background: #fff url(images/img-bg.png) 0 0 no-repeat;
	width:117px;
	height:117px;
	display: block;
}
.cla2:visited{
   background: #fff url(images/img-bg2.png) 0 0 no-repeat;
}
.cla2:hover{
   background: #fff url(images/img-bg1.png) 0 0 no-repeat;
}
.cla p{
	padding:2px 5px;
	float: left;
	margin:3px 5px 0px 15px;
	width: 390px;
}
.cla3 a{
	color: #3366CC;
}
.cla3 a:hover{
	color: #CC0000;
	text-decoration: underline;
}
.cla4{
	float: right;
}
.ind1{
	text-align: center;
	float: left;
	margin:5px 2px;
}
.ind2{
    display:block;
}
.ind2 a{
	color: #3366CC;
}
.ind2 a:hover{
	color: #CC0000;
	text-decoration: underline;
}
.oth1{
	width: 400px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #33CCFF;
	display:block;
	padding: 2px 0 2px 10px;
	margin: 0 0 4px 0;
}
.oth1 a{
	color: #3366FF;
}
.oth1 a:hover{
	color: #CC0000;
	text-decoration: underline;
}
.acc{
	text-align: center;
	float: left;
	margin:5px 5px;
	width:130px;
}
.acc img{
    height: 140px;
	margin-bottom: 8px;
}
.pro {
	width:570px;
	margin:5px 5px 0 10px;
	padding:5px;
}
.pro1{
	width:120px;
	float: left;
}
.pro2{
	width:415px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	display:block;
	padding: 2px 0 4px 10px;
	margin: 0;
}
.pro2 a{
	color: #3366CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.pro2 a:hover{
	color: #CC0000;
	text-decoration: underline;
}
.pro3{
	width: 445px;
	margin: 5px 2px;
}
.pro3 a{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F8F8F8;
	width: 60px;
	display: block;
	float: left;
	margin: 1px;
	height: 20px;
	line-height: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.pro3 a:hover{
	color: #CC0000;
	text-decoration: underline;
	background-color: #FFFFFF;
}
.pro4 a{
	width: 85px;
}
.pro5 a{
	width: 215px;
}
.pro6{
    width: 445px;
	float:left;
}
#content form{
    margin-top:10px;
}
#content input,textarea{
    margin-left:10px;
}
.con {
    margin: 10px auto;
}
.con td{
    padding: 0 10px;
}
.nca1{
	width:120px;
	text-align: center;
	float: left;
}
.nca1 img{
	width:100px;
	margin-top: 8px;
}
.nca3 {
    display:block;
	padding: 2px;
}
.nca3 a{
	color: #3366CC;
}
.nca3 a:hover{
	color: #CC0000;
	text-decoration: underline;
}#wrapper #content .entry li {
	text-indent: -1px;
	margin-left: 20px;
}
#wrapper #content .entry img {
	float: left;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 15px;
	margin-left: 15px;
}
