/* 	Theme Name: Gomeisa
	Version: 1.0b
	Author: Veroxium
	Author URL: http://www.veroxium.net
	
	-----------------------------------
	
	Please refer to the readme.txt for
	instructions on modifying this file
	
	-----------------------------------
	
	Table of Contents
	
 01 Global Reset & Header
 02 Navigation
 03 Content
 04 Footer
 
	-----------------------------------
	
	Please note that this stylesheet
	only deals with the structure and
	typography of the theme. If you
	want to get into more detail, then
	edit the variation stylesheets
	(prime, beta, gamma, delta).
	For more information, refer to the 
	documentation included.				 */
	
	
	
/*	===================================
	===================================
	=== 01 Global Reset & Header ======	 */

* { margin: 0; padding: 0; }
ul { list-style-type: none; }
a { text-decoration: none; outline: none;}
img { border: none; }

body 
	{
	font-size: 63%;
	}
#wrapper
	{
	width: 960px; margin: 0 auto;
	position: relative;
	}
#header
	{
	width: 960px; height: auto;
	}
	
#bannerspace {
		display: block; 
	}	
	
	#identity
		{
			padding-left: 5px;
			padding-right: 5px;
			height: 64px; 
			width: 366px;
            position:inherit;
            margin-bottom:30px;
			top: 0px;
			background: url("../images/logo-trans.png") no-repeat;
		}
		
	#identity a {
		color: white;
		}


	#variation-switcher
		{
		font: bold 18px Candara, "Century Gothic", Arial, Helvetica, sans-serif;
		color: white;
		padding-left: 5px;
		width: 293px; height: 35px; position: absolute; top: 0; right: 26px;
		background: url("../images/variation-trans.png") no-repeat;
		}
	#variation-switcher a {color: white;text-decoration: underline;font-weight: normal;}

/*	===================================
	===================================
	=== 02 Navigation =================	 */
	
#navigation
	{
    position:inherit; margin-left:72px; margin-top:20px;
	font: bold 19px Candara, "Century Gothic", Arial, Helvetica, sans-serif;
	}
	#navigation li
		{
		display: inline;
		}
		#navigation li a:link, #navigation li a:visited
			{
			float: left; height: 32px; display: block; margin: 0 2px; padding: 4px 12px 0 12px;
			}
		#navigation li a:hover, #navigation li a:active, #navigation li a:focus
			{
			background-position: 0 -72px;
			}

/*	===================================
	===================================
	=== 03 Content ====================	 */	
	
#content
	{
	width: 881px; position: relative; left: 10px; float: left; top: 0px; *top:-20px;
	padding-left: 23px;
	padding-top: 43px;
	padding-bottom: 43px;
	font: 1.8em/1.4em Candara, "Century Gothic", Arial, Helvetica, sans-serif;
	border: 18px solid #59575A;
	}


	
		
/*	===================================
	===================================
	=== 04 Footer =====================	 */	
		
#footer
	{
	clear: both; position: relative; padding: 4px 0 100px 0;
	font: 1.4em Arial, Helvetica, Verdana, sans-serif;
	}
	#footer-navigation
		{
		position: absolute; left: 10px;
		list-style: none;
		}
	#footer-navigation li
		{
			float: left; display: inline;
			padding: 0 8px;
		}
	