﻿

* {
	margin: 0;
	padding: 0;
}

body {

	background: #242424;
}

#message {
	
	font-size: 16px;
	background-color: #ffffe1;
	width:100%;
	padding:0.2em;
	padding-left: .7em;
	border: 0;
	border-bottom: 1px;
	border-style: solid;
	border-color:#000000;
}

#wrap {
	
	background:transparent;
	width:80%;
	margin:0 auto;
	padding:1.4em;
	
}




#Header {

	margin:0 auto;
	
	text-align:center;
	
	display: block;
	
	height: 85px;
}

#Header h1 {
	
	display:none;
	
	margin-bottom: 0;
	
	font: bold 2.5em verdana, sans-serif;
	letter-spacing: 5px;
	white-space: nowrap;
}


#panel
{
    color: white;
    
   /*border: 1px solid black;*/
    
    
   -o-box-shadow: 2px 2px 5px black;
	-icab-box-shadow: 2px 2px 5px black;
	-khtml-box-shadow: 2px 2px 5px black;
	-moz-box-shadow: 2px 2px 5px black;
	-webkit-box-shadow: 2px 2px 5px black;
	box-shadow: 2px 2px 5px black;
	
	
	
	
	/* css3 */
	/* degrades gracefully on unsupported browsers */
	-moz-border-radius: 0px 0px 8px 8px;  
  	-webkit-border-radius: 0px 0px 8px 8px; 
	border-radius: 0px 0px 8px 8px;
	

	background-color:#909090;
    
}

#navigation_strip
{
  
    
/*  height: 30px;*/
	height:6px;
	background-color: #5dae30;
/*	background: url(images/bgfooter.png) repeat-x;*/
	
	/*border-bottom: 1px solid black;*/
	
	position:relative;
	z-index:4;
	
	
	
	-o-box-shadow: 0px 2px 7px black;
	-icab-box-shadow: 0px 2px 7px black;
	-khtml-box-shadow: 0px 2px 7px black;
	-moz-box-shadow: 0px 2px 7px black;
	-webkit-box-shadow: 0px 2px 7px black;
	box-shadow: 0px 2px 7px black;
	
	
	/* css3 */
	/* degrades gracefully on unsupported browsers */
	/*
	-moz-border-radius: 0px 0px 8px 8px;  
  -webkit-border-radius: 0px 0px 8px 8px; 
	border-radius: 0px 0px 8px 8px;
	*/
	
}

#navigation {
    
  width:100%;
  
  margin-left:auto;
  margin-right:auto;
    
	text-align: center;
	white-space: nowrap;

  padding-left:10px;
}

#navigation a {

	font-size: 18px;
	
	display:block;
	float:left;
	
	margin-top:5px;
	height:30px;
/*	width:20%;*/
	width:25%;
	
	margin-right:-1px;
	margin-left:-5px;
  
  

	text-decoration: none;
	
	padding-top:3px;
	
	border: 1px solid #002603;
	border-bottom: 0 solid black;
	
	color: black;
	background-color: #5dae30;
	
/*	background: url(images/bgfooter.png) repeat-x;*/

/*	opacity: 0.8;*/



	/* css3 */
	/* degrades gracefully on unsupported browsers */
	text-shadow: 1px 1px 2px #000;

	-moz-border-radius: 8px 8px 0 0;  
  -webkit-border-radius: 8px 8px 0 0; 
	border-radius: 8px 8px 0 0;

	
	
	-moz-border-radius: 13px 13px 0 0;  
  -webkit-border-radius: 13px 13px 0 0; 
	border-radius: 13px 13px 0 0;

}

#navigation a:hover {
	color: white;
	background-color: #7bf636;
	
/*	position: relative;*/
	
/*	z-index:3;*/
	
/*	margin-top:0px;*/
  
/*  height:35px;*/

	-o-box-shadow:      0px 2px 13px 3px #7bf636;
	-icab-box-shadow:   0px 2px 13px 3px #7bf636;
	-khtml-box-shadow:  0px 2px 13px 3px #7bf636;
	-moz-box-shadow:    0px 2px 13px 3px #7bf636;
	-webkit-box-shadow: 0px 2px 13px 3px #7bf636;
	box-shadow:         0px 2px 13px 3px #7bf636;
	
	-o-box-shadow:      0px 2px 8px 3px #7bf636;
	-icab-box-shadow:   0px 2px 8px 3px #7bf636;
	-khtml-box-shadow:  0px 2px 8px 3px #7bf636;
	-moz-box-shadow:    0px 2px 8px 3px #7bf636;
	-webkit-box-shadow: 0px 2px 8px 3px #7bf636;
	box-shadow:         0px 2px 8px 3px #7bf636;
}

#navigation .active{
	
	/*
	-o-box-shadow: 2px 2px 5px black;
	-icab-box-shadow: 2px 2px 5px black;
	-khtml-box-shadow: 2px 2px 5px black;
	-moz-box-shadow: 5px 5px 5px black;
	-webkit-box-shadow: 2px 2px 5px black;
	box-shadow: 2px 2px 5px black;
	*/
	position: relative;
    z-index:5;

	background-color:#2f7905;

	margin-top:0px;
  
    height:35px;
/*	z-index:1;*/
}


#navigation2 {
	clear:both;
	text-align: center;
	white-space: nowrap;
	font-size: 0px;
	height: 25px;
	
	width:400px;
	
	position:relative;
	left:50%;
	margin-left:-200px;
}
#navigation2 a {

	font-size: 14px;
	
	
	
	display:block;
	float:left;
	height:24px;
	width:32%;
	
	
	
/*	display:inline;*/
	padding-top:.3em;
/*	padding: .3em 1em;*/
	text-decoration: none;
	
	border-width: 1px 1px;
	border-style: solid;
	border-color:#000000;
	
	color: #000000;
	background-color: #E8F6BF;
	
	background: url(images/bgfooter.png) repeat-x;
}

#navigation2 a:hover {
	color: #FFF;
	background-color: #F0FFC6;
}

#navigation2 .active{
	font-weight: bold;
	
	
}



#bodyContent{
	
	
	
	/* background: url(images/bgcontainer.png) repeat-y; */
	

	

	
	padding:0;
	padding-top:10px;
	padding-bottom:50px;
}

#bodyContent h2,#bodyContent h2 a {
	
	font: italic bold normal 1.1em verdana, sans-serif;
	letter-spacing: 1px;
	color: #D43702;
	text-shadow: 2px 2px 2px #000;
	
}



#bodyContent h3 {
	
  margin-left:5px;
  margin-top:10px;
  
	font: bold normal 1.0em verdana, sans-serif;
	letter-spacing: 1px;
	
	color: #D43702;
	
	text-shadow: 1px 1px 2px #000;
	
}

#bodyContent h4 {
	
  margin-left:8px;
  margin-top:10px;
  
	font: bold normal 0.8em verdana, sans-serif;
	letter-spacing: 1px;
	
	color: #D43702;
	
	text-shadow: 1px 1px 2px #000;
	
}




#bodyContent p{
	font: .8em/1.4 verdana, Verdana, Arial, Helvetica, sans-serif;
	margin-left: 2em;
	padding: 5px;
}

#bodyContent ul{
	font: .8em/1.4 verdana, Verdana, Arial, Helvetica, sans-serif;
	margin-left: 4em;
	padding: 5px;
}




.pad
{
	padding:1em;
  
}





#footer{
	
	margin: 10px;
	
	text-align: center;
	font: .7em/0.5 verdana, Verdana, Arial, Helvetica, sans-serif;
	
}

#screenshots{
	text-align: center;
}
#screenshots img{
	margin-bottom: 0.7em;
}


.push
{
	clear:both;
}



/* wordpress */

#allowed-tags
{
  color:black;
}

.post
{
  margin-top:10px;
}

.bloggerLink
{
    float:right;
    font-size: 1.2em;
    font-weight:bold;
}


.blog_content .post
{
    padding:3px;
    margin-bottom:10px;
    
    border-bottom:1px solid gray;
}


.blog_content h3
{
    margin-bottom:7px;
}

.blog_content .content
{
    margin-left:10px;

}

.blog_content .bloggerLinkView
{
    text-align:center;
    
/*    margin:0 auto;*/
}

ul.game_list
{
    display:block;
    margin:0 auto !important;
    width:90%;
    
    list-style-type: none;
    
    
}

.game_list li
{
    
    
    
    
}

.game_list .title
{
    padding:0 !important;
    margin:0 !important;
    
    
    font-size: 1.2em;
    font-weight:bold;
    
    color:white;
    
    display:block;
}

.game_list .info
{
    padding:0 !important;
    margin:0 !important;
    
    color:white;
}

.game_list a
{
    border:2px solid gray;
    display:block;
    float:left;
    
    margin:5px;
    padding:7px;
    padding-top:25px;
    
    width:28%;
    height:110px;
    
    
    
    text-decoration: none;
    
    text-align:center;
    
    
}


.game_list a:hover
{
  border:2px solid #cfe5d3;
  
}





