/*#############################################################
Name: Indigo
Description: A lightweight (7kb images), simple and professional design.
Date: 2006-07-27
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */

* { margin: 0; padding: 0; }
body { background-color: #FFFFFF; font: normal 12px "Lucida Grande", "Lucida Sans Unicode", Geneva, Arial, Verdana, sans-serif; color: #004B69; padding: 10px; }

/*
input[type=submit] { background: url(submit-normal.jpg) top repeat-x #D9D9D9; color: #777777; font-size: 12px; font-weight: bold; padding: 0px 4px 2px 4px; border: 1px solid #CCCCCC; cursor: pointer; }
input[type=submit]:hover:focus { background-color: #C5C5C5; background-image: none; }
input[type=submit].blue { background: url(submit-blue.jpg) top repeat-x #5F78AB; color: #FFFFFF; font-size: 12px; font-weight: bold; padding: 0px 4px 2px 4px; border: 1px solid #29447E; }
input[type=submit].blue:hover:focus { background-color: #4B649A; background-image: none; }
*/

a {
	color: #F70;
}
a:hover {
	color: #C60;
}
body {
	background: #0094D6 url(img/bg.gif) repeat-x;
	color: #466;
	/*font: normal 62.5% "Lucida Sans Unicode",sans-serif;*/
    font: normal 0.8em "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;

}
p,cite,code,ul {
	/*font-size: 1.2em;*/
    font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
    color: #ffffff;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #06C;
	padding-top: 6px;
}
/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(img/topleft.gif) no-repeat;
}

.header {
	height: 92px;
}

/* title */
.title {
	float: left;
	padding: 28px 0 0 76px;
}
.title h1 {
	color: #FFF;
	font: normal 2em Verdana,sans-serif;
}
/* navigation */
.navigation {
	/*float: left;*/    
	/*height: 92px;*/
	/*margin-left: 24px;*/
	/*padding: 0 16px;*/

    float: right;
    margin-right: 0px; 
    margin-top:-65px;    
}
.navigation a {
	color: #FFF;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	/*margin-top: 56px;*/
	/*padding: 8px 18px;*/
	text-align: center;
	text-decoration: none;

    padding: 0px 3px;
}
.navigation a:hover {
	background-color: #4A91C3;
	color: #FFF;
}

/* main */
.main {
	background: #FFF url(img/bgmain.gif) no-repeat;
	clear: both;
	padding: 12px 12px 0 52px;
}

/* main left */
.sidenav {
	float: left;
	/*width: 24%;*/
    width:18%;
    margin:0;
    padding:0;
    margin-top:5px;
    margin-left:-5px;
}
.sidenav h1 {
	border-bottom: 1px dashed #DDD;
	color: #E73;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li { 
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111;
	background: url(img/nav_li.gif) no-repeat;
}

.gamemenu span { 
    float:left;
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin: 0;
    font-size: 15px;
    width: 50%;
}
.gamemenu span a {
	color: #777;
	display: block;
	font-size: 0.9em;
	/*padding: 3px 6px 3px 18px;*/
    padding: 3px 0 3px 18px;
	text-decoration: none;
    border-bottom: 1px dashed #EEE;
}
.gamemenu span a:hover {
	color: #111;
	background: url(img/nav_li.gif) no-repeat;
}

/* content */
.content {
	float: left;
    margin:0;
	/*margin-right: 4%;*/
	width: 69%;
}
.content .descr {
	color: #C60;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

/* search form */
.styled {
	border: 3px double #E5E5E5;
	padding: 2px 3px;
}
.search_button {
	border: 1px solid #AAA;
	margin-left: 5px;
	padding: 2px 3px;
}

/* footer */
.footer {
	background: #0094D6 url(img/bgfooter.gif) repeat-x;
	color: #C1DEF0;
	font-size: 1.1em;
	line-height: 40px;
	text-align: center;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

.exchange-link {
    margin-bottom: 50px;
    word-spacing: 50px;
}


.user_nav {
	color: #FFF;
	font: bold 1.0em "Trebuchet MS",sans-serif;
}

.user_nav a {
	color: #FFF;
	text-decoration: none;
    padding: 0px 3px;
}
.user_nav a:hover {
	background-color: #4A91C3;
	color: #FFF;
}

.greeting {
    color: #FFF;
}

.greeting a {
    color: #FFF;
    text-decoration: none;
}
.greeting a:hover {
    color: #FFF;
    text-decoration: none;
}

.button {
    padding: 8px 5px 8px 5px; 
    background-color: #3B5998;
    text-align: center;
}

.button a, .button a:hover {
    background-color: #3B5998;
    text-align:center;
    color: #FFF;
    text-decoration: none;
}

.box_container {
    /*width: 630px;*/
    border: 2px solid #3b5998;
}

.box_header {
    /*width: 630px;*/
    background-color: #3b5998;  
    color: #ffffff;  
    cursor: hand;  
    padding: 5px 0px 5px 10px;
}

.box_header a {
    color: #fff;
	text-decoration:none;
}
.box_header a:hover {
    text-decoration:underline;
}

.menu_title {
	color: #06C;
	padding-top: 6px;
}