/* 	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 14px Verdana, Candara, "Century Gothic", Arial, Helvetica, sans-serif;
			color: white;
			/*padding: 5px 0px !important;*/
			text-align: center;
			position: absolute; 
			top: 0; 
			right: 26px;
		}
	#variation-switcher a {
		color: white;
		text-decoration: underline;
		font-weight: normal;
	}

	#variation-switcher a:hover {
		color: #fff;
	}
/*	===================================
	===================================
	=== 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 #5D5746;
	}


	
		
/*	===================================
	===================================
	=== 04 Footer =====================	 */	
		
	#footer {
		clear: both; position: relative; padding: 4px 0 10px 0;
		font: 1.4em Arial, Helvetica, Verdana, sans-serif;
	}
		#footer-navigation {
			position: absolute; left: 10px;
			list-style: none;
			padding-bottom: 20px;
		}
		#footer-navigation li {
			float: left; display: inline;
			padding: 0 8px;
		}
	
	form#toplog {
		margin: 10px 0px;
		padding: 0;
	}
		form#toplog label {
			padding: 5px 0;
		}
		
	input[type="submit"], input[type="button"].button_text, input[type="cancel"] {
		color: #fff;
		font-weight: bold;
		background-color: #FF6927;
		border-width: 1px;
		border-style: solid;
		border-color: #DF4D0D #CF3F00 #CF3F00 #DF4D0D;
	}
	
	ul#login {
		padding: 10px 10px 5px;
		margin: 0;
	}
	
	ul#login li {
		float: left;
	}
		ul#login li a {
			color: #FFA200;
			text-decoration: none;
			font-weight: bold;
		}
		
	ul#lbg li {
		float: left;
		height: 48px;
	}
