/*  
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 top center #E8F7F9;
    font-family:"Trebuchet MS" Arial, Helvetica, sans-serif,MS UI Gothic;
    font-size:x-small;
    /*Setsdefaultfontsizeto10px*/
color:#222222;
}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-bottom:1.75em;
              line-height:1.5em;
	}

a {
    text-decoration:none;
    color:#0080ff;
}
a:hover {
	text-decoration:none;
	color:#6CC7DC;
	}

/* Structure */

#wrapper {
	margin:10px auto;
	width:700px;
	background:#ffffff;
	font-size:1.20em;

	}
#header {
	height:140px;
	background:url(images/bg-header.jpg) no-repeat;
	}

#content-1 {
	float:left;
	width:670px;
	min-height:400px;
    text-align:center;
	}
#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-1 {
	padding:5px 10px;
	text-align:center;
	}
.entry-2 {
	padding:5px 10px;
	text-align:left;
	}
.entry-3 {
	padding:5px 10px;
	text-align:left;
	letter-spacing: 0.2em;
	line-height: 200%;
	}
.entry-3 strong {
    border-bottom: 1px #FF3333 solid;
}
.entry-title {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:1px;
	line-height:1.75em;
	}
.entry-title1 {
	font-size:1.5em;
	font-weight:bold;
	letter-spacing:1px;
	line-height:1.75em;
	}
.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;
	}

/* Footer */

#footer-valid {
	float:right;
	padding-top:55px;
	padding-right:20px;
	cursor:default;
	color:#ffffff;
	}
#footer-valid a {
	color:#ffffff;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

/* Extra's */

hr {
    margin:5px;
	color: #dddddd;
	height: 1px;
}

input {
	border: #cccccc 1px solid;
    padding:5px;
}
textarea {
	border: #cccccc 1px solid;	
    padding:5px;    
}
.red {
 color:#EC0000;
}

table {
  margin-left      : auto;
  margin-right     : auto;
  border           : solid 1px #ccc;
  text-align: center;
}
td.key {
  width            : 120px;
  padding          : 5px;
  background-color : #dcdcdc;
  border-right     : solid 1px #ccc;
  border-bottom    : solid 1px #ccc;
  text-align       : left;
  height: 35px;
}
td.val {
  width            : 480px;
  padding          : 5px;
  border-bottom    : solid 1px #ccc;
  text-align       : left;  
  height: 35px;
}
span.blank {
  color            : #ccc;
}
