/***********************************************/
/* main.css   		                           */
/* Use for all pages of Gold-Games.com         */
/***********************************************/

/***********************************************/
/* Reset default settings 					   */
/***********************************************/

html, body, p, ul, dl, li, h1, h2, h3, h4, img	{
margin: 0;
padding: 0;
}

ul	{
list-style: none;
}

img	{
border: 0;
}


/***********************************************/
/* Main components							   */
/***********************************************/

body	{
background: #E6E5E5 url(images/background.gif);
}

/************** Main Layout **************/

#totalpage	{
width: 1000px;
margin-left: auto;
margin-right: auto;
position: relative;
}

#mainer	{
position: absolute;
width: 780px;
background: url(images/page_shadow.gif) repeat-y;
left: 5px;
top: 10px;
}
/*Note MAINER includes the shadow of the PAGE

#footer_image	{
width: 780px;
height: 133px;
position: relative;
background: url(images/page_footer.gif) no-repeat;
}

#sidebar	{
position: absolute;
width: 220px;
padding-top: 55px;
}


/************** Mainer Layout  780px **************/

/***** Header *****/

#header	{
width: 780px;
height: 154px;
position: relative;
}

#header_logo	{
width: 780px;
height: 133px;
position: absolute;
background: url(images/header_logo.gif) no-repeat;
}


/* Header: Navigation */

div.header ul#navi	{
width: 730px;
height: 21px;
position: absolute;
/*background: url(images/navi_spacer.gif);*/
/* background-repeat: no-repeat;*/
/* background-position: 431px;*/
}

ul#navi li a	{
	height: 21px;
	display: block;
	position: absolute;
	top: 134px;
	text-indent: -9999px;
}

ul#navi li#home_link a	{
left: 25px;
width:70px;
background-image: url(images/navi_home.gif);
}

ul#navi li#games_link a	{
left: 95px;
width:112px;
background-image: url(images/navi_games.gif);
}

ul#navi li#files_link a	{
left: 207px;
width:112px;
background-image: url(images/navi_files.gif);
}

ul#navi li#community_link a	{
left: 319px;
width:112px;
background-image: url(images/navi_community.gif);
}

ul#navi li a:hover	{
background-position: 0 -42px;
}

ul#navi li a.current	{
background-position: 0 -21px;
text-indent: -9999px;
}


/* Header: Login */

#login	{
	width: 324px;
	height: 80px;
	left: 431px;
	position: absolute;
	background: url(images/login.gif) no-repeat;
	top: 75px;
}


.loginform {
	top: 5px;
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #4a5153;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #E8EBDF;
	border-top-color: #BFBFBF;
	border-right-color: #BFBFBF;
	border-bottom-color: #BFBFBF;
	border-left-color:  #BFBFBF;
}
.loginform input:active, input:focus, input:hover { 
    background: #F9F9F9;
}

/* Header: Select gamefiles or iFiles */

#macpc	{
	width: 153px;
	height: 10px;
	left: 588px;
	position: absolute;
	top: 20px;
}

#macpc	 p {
font-size: 11px;
line-height: 15px;
color: #FFFFFF;
font-weight: 600;
}

#macpc	 p a{
font-size: 11px;
line-height: 17px;
color: #FFFFFF;
text-decoration: underline;
}

#macpc	p a:hover{
text-decoration: none;
}


/************** PAGE LAYOUT  730px **************/

#page	{
width: 730px;
position: relative;
margin-left: 25px;
margin-right: 25px;
padding-left: 10px;
padding-right: 10px;
padding-top: 0px;
}


#page_top	{
width: 728px;
height: 211px;
position: relative;
background: url(images/top.gif) no-repeat;
}


/* footer */

#footer_image	{
width: 780px;
height: 35px;
position: relative;
background: url(images/page_footer.gif) no-repeat;
}


#footer	{
background: url(images/background.gif);
text-align: center;
font-size: 10px;
padding-bottom: 15px;
}

#footer #partner	{
padding-left: 400px;
width: 400px;
text-align: right;
padding-top: 5px;
}

#footer p	{
font-size: 12px;
font-size: 10px;
padding-bottom: 25px;
display: inline;
color: #777;
}

#footer p a{
color: #777;
text-decoration: none;
}

#footer p a:hover	{
text-decoration: underline;
}

#footer_image ul#footer_links li	{
display: inline;
color: #777;
}

#footer_image ul#footer_links li a	{
color: #777;
text-decoration: none;
}

#footer_image ul#footer_links li a:hover	{
text-decoration: underline;
}





/***********************************************/
/* Sidebar									   */
/***********************************************/
/* Schriften */

#sidebar h4	{
	font-size: 14px;
	font-weight: 300;
	text-transform: inherit;
	letter-spacing: 0.1em;
	color: #181a1a;
	margin-top: 10px;
}

#sidebar p {
font-size: 11px;
line-height: 15px;
color: #333;
}

#sidebar p a{
font-size: 11px;
line-height: 17px;
color: #333;
text-decoration: none;
}

#sidebar p a:hover{
font-size: 11px;
line-height: 17px;
color: #333;
text-decoration: underline;
}


#sidebar p em {
	margin-left:-5px;
	font-size: 12px; 	
	line-height: 18px;
	font-weight: 300;
	font-style: normal;
	text-transform: inherit;
	letter-spacing: 0.1em;
	color: #181a1a;

}



/* SEARCHFIELD */

#search_box	{
width: 155px;
position: relative;
overflow: hidden;
}

#search_box	img	{
border: 0;
margin: 0;
}

search_box img.search_field_image	{
height: 18px; 
}

#search_box img#searchform_top_image	{
width: 180px;
height: 10px;
position: absolute;
top: 0;
left: 0;
}

#search_box img#searchform_bottom_image	{
width: 180px;
height: 9px;
position: absolute;
left: 0;
top: 21px;
}

#search_box img#searchform_left_image	{
width: 16px;
position: absolute;
top: 6px;
left: 0;
}

#search_box img#searchform_right_image	{
display: block;
width: 19px;
position: absolute;
top: 6px;
left: 146px;
}

form#searchform_new	{
display: block;
width: 150px;
margin-left: 7px;
margin-top: 8px;
height: 16px;
}

form#searchform_new input#s	{
height: 16px;
display: block;
padding-left: 11px;
font-size: 10px;
line-height: 10px;
width: 143px;
margin-top: -1px;
voice-family: "\"}\"";
voice-family:inherit;
height: 12px;
}


.sidebox	{
background: url(images/sidebar_bg.gif) no-repeat;
padding: 10px 0px 20px 10px;
}

#sidebar .sideboxIcon {
float: left;
display: block;
margin-right: 10px;
}

#sidebar .sideboxItem {
clear: left;
}

#sidebar .sideboxdescription {
margin-left: 35px;
margin-top: 0px;
}

#sidebar .sideboxdescription2 {
margin-left: 15px;
margin-top: 0px;
}



/***********************************************/
/* Typography								   */
/***********************************************/


body {
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #222;
}
 {
	text-decoration: none;
	color: #4d6399;
}

a:hover	{
	text-decoration: underline;
}

a:active {
	border: none;
}

h2	{
	font-size: 15px;
	font-weight: normal;
	margin-top: 23px;
	margin-bottom: 9px;
}


#login {
	font-size: 11px;
	line-height: 16px;
	color: #4a5153;
}

#login a { 
	color: #405669; 
}

#login p {
	line-height: 16px;
	margin-bottom: 16px;
}

#login1	{
	margin-top: 35px;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #181a1a;
}
