/*  
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.gif) repeat-y top;
	background-attachment:fixed;
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#222222;
	}
	
h1,h2,h3,h4,h5{
 	font: normal 1.8em Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color:#0549c9;
}
	
h1{ font-size: 1.4em;}
h2{ font-size: 0.8em;}
h3{ font-size: 1.4em;}
h4{ font-size: 1.3em;}
h5{ font-size: 1em;}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-bottom:1.75em;
	}

a {
	text-decoration:none;
	color:#0549c9;
	}
a:hover {
	text-decoration:underline;
	color:#000000;
	}

/* Structure */

#wrapper {
	margin:0 auto;
	width:700px;
	background:#ffffff;
	font-size:1.20em;
	}
#header {
	height:97px;
	background:url(../images/logo.jpg) no-repeat;
	}
#name{
    float:right;
    margin-right:20px;
	margin-top:5px;
	font-size:12px;
	}	
#menu {
	height:35px;
	line-height:35px;
	background:url(../images/bg-menu.gif) repeat-x;
	padding:0 10px;
	}	
#gameinfo h1{
     margin-left:276px;
     }

#content {
	float:left;
	width:690px;
	min-height:400px;
	}
#footer {
	clear:both;
	height:100px;
	background:url(../images/bg-footer.gif) no-repeat;
	}

/* Entries */

.entry {
	padding:5px 10px;
	text-align:justify;
	line-height:1.75em;
	}
.image {
    padding:10px 10px;
	} 	
.entry-title {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	position:absolute;
	top:230px;
	
	}
.date {
	font-size:0.9em;
	color:#bbb;
	cursor:default;
	letter-spacing:1px;
	}

/* 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/bg-menu-hover.gif) no-repeat center center;
	color:#000000;
	}


/* Footer */

#footer-valid {
    float:none;
	text-align:center;
	font-size:11px;	
	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;
	}

img{ border:none;}

img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 10px;
}
img.float-left {
  margin: 5px 10px 5px 0px;
}
/* helper classes */
.clear { clear: both; }

.clear-left{
	clear:left;
}

.clear-right{
	clear:left;
	margin-left:76px;
}

.clearfix{
	display:block;
	clear:both;
	height:1px;
}

.float-left  { float: left;  }
.float-left img {
             margin: 15px 10px 5px 30px;
               }
.float-left-2 { float: right; }
.float-left-2 img {
              margin-left:30px;
               }
.float-right { float: left; 
               margin-left:76px;}	 
.post-footer { float: left; 
               margin-left:76px;}	 			     
.align-left  {	text-align: left; }
.align-right {	text-align: left; }
.align-center{ text-align:center; }

.textbox{
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
/* main_gameinfo  styles*/


#gameinfo .btn_download{
	margin:0px 0px 5px 25px;
}

#gameinfo .btn_cart{
	margin:5px 0px 0px 25px;
}

