/********************************************
	AUTHOR:  			Marc de Ruijter
	WEBSITE:   			http://www.google4games.com
	TEMPLATE NAME: 		G4G
	DATE				March 2008
	VERSION:			0.6
*******************************************/ 
/* COLORS
LOGO 					#white
BODY BCKGRND			#F03F12	
WRAPPER BCKGRND			#FDFEE9 lichtgeel
LEFTMENU BCKGRND		#CE3705 donker rood
RIGHTMENU BCKGRND
CONTENT BCKGRND
FOOTER BCKGRND			#FF6600
 */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {margin: 0;padding: 0;border: 0;	}
h1 {font-size:xx-large;	padding: 10px;}		
h2 {font-size:x-large; padding: 10px; color:#ff8000;}
h3 {font-size:large;padding: 5px;color:#ff8000;}
h4 { font-family: 'Cantarell', arial, serif; } /* Via Google Font API */
body {font-family:Verdana, Arial, Helvetica, sans-serif;background-color: #FF0000;text-align: center;}
#wrapper{background-color: #FDFEE9;margin-left: 4%;margin-right: 4%;text-align:left;max-width:1000px; }
#header {height: 84px;background-image: url(headerlogo.gif);background-repeat: no-repeat; }
#main {margin-left: 10px;margin-right: 10px;padding: 10px;line-height: 1.3em;}
#content {float: left;width: 100%;padding: 10px;margin-top: 20px;margin-bottom: 20px;width: 950px;border: thin solid #ff8000;}
#web20 {	float: right;	padding: 5px;	margin: 10px;}
#game {float: left;padding: 5px;margin: 10px;max-width:550px;}
#dev {float: left;padding: 5px;margin: 10px;max-width:550px;font-size: 0.5em;}
#nav span {margin:20px;clear:both;display:none;}
#leftsidebar {background:#CE3705;float:left;width:152px;height:400px; }
#rightsidebar {background:#CE3705;float:right;width:120px;padding:10px;margin-botton:0px }
#footer {background:#ff8000;font-variant: small-caps;clear:both;padding: 5px;margin-top: 600;font-size: x-small;text-align: center;}
	
/* Google API related */
#searchcontrol {background:#676767;float:left;}

/*floating images in the content, right or left*/
.leftimage{float: left;margin: 0 10px 20px 0;border: 0px;padding-left: 0px;}
.rightimage{float: right;margin: 0 0 20px 15px;border: 0px;width: 250px;}
.img-noborder {border: 	0px; padding:0px;}
.clearit{clear: both;}


/*TABLE styling*/

table.examples
{text-align: center;

color: #fff;
width: 90%;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;}

table.td {padding:5px}

/* SIDEBAR MENU box for right-side-menu */
#side {
	width: 180px;
	float: right;
	text-align: left;
	}
	
	/* sidebar menu */
#side ul.sidemenu {
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 0;		
}
#side ul.sidemenu li {
	padding: 0px 0px;
}
#side ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #000000;
	height: 1.5em;	
	/*padding:.3em 0 .3em 10px;*/
	line-height: 1.5em;
	border-bottom: 1px dashed #FF8000;
	text-decoration:none;
}
#side ul.sidemenu a.top{	
	border-top: 1px dashed #FF8000;
}
#side ul.sidemenu a:hover {
	/*padding: .3em 0 .3em 10px;*/
	border-left: 5px solid  #FF8000;
	color: #FF8000;		
}
	
/*  ***************************************	*/
	


/* *********** CSS generator ************** */

  /* *********** Topmenu ************** */
.topmenu{
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.topmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #333333;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF8000;
	border-right-color: #FF8000;
	border-bottom-color: #FF8000;
	border-left-color: #FF8000
}

.topmenu ul li{
display: inline;
}

.topmenu ul li a{
	float: left;
	color: #FFFFFF;
	padding: 5px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.topmenu ul li a:visited{
color: #FFFFFF;
}

.topmenu ul li a:hover, .topmenu ul li .selected{
	color: #3ee036 !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #FF8000;
}

  /* ***********  ************** */


