/*#############################################################
Name: Fluid Solution
Date: 2006-09-06
Description: Totally liquid three-column layout, clean and simple.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */

* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
body {
	background: #FFF url(../img/bg.gif) repeat-x;
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",Verdana,sans-serif; 
	padding-top: 35px;
}
p,code,ul {
	font-size: 1.5em;
	padding-bottom: 1.5em;
}
li {
	list-style: none;
}
h1 {
	font-size: 1.7em;
}
code {
	//background: url(../img/bgcode.gif);
	background-color: #eeeeee;
	border: 2px solid #dddddd;
	// border-left: 6px solid #F06;	
	color: #444;
	display: block;
	font: normal 1.4em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: #FBFCF5;
	border-bottom: 1px solid #EED;
	border-top: 1px solid #EED;
	color: #444;
	display: block;
	font: normal 1.4em Verdana,sans-serif;
	margin-bottom: 12px;
	padding: 12px;
}
h1,h2,h3,h4 {
	font: normal 1.5em "Trebuchet MS",sans-serif;
	color: #F06;
}
/* misc */
.clearer {
	clear: both;
}

/* header */
/*
.header {
	background: url(../img/stripes.gif) no-repeat;
	border-bottom: 1px solid #EEE;
	height: 160px;
	margin-bottom: 24px;
}
.header h1 {
	color: #222;
	font: normal 4em sans-serif;
	margin-top: 40px;
	text-align: center;
}
.header h2 {
	border-top: 1px solid #EEE;
	color: #666;
	text-align: right;
}
.header h2 span {
	background: #222;
	color: #EEE;
	padding: 0 6px;
}
*/

div#linker {
  width:100%;
  float:right;
  color: #8F0;
/*  background-image: url("../image/bg/bg_bar02.png"); */
  background-image: url("../img/bg.gif") ; 
  font: normal 1em Verdana,sans-serif;
  border-bottom:1px solid #444;
  margin-left: 10px;
}

/* left side (main div#content) */
/*
.left {
	margin: 0 42% 20px 3%;
}
*/
div#content .descr {
	color: #06F;
	font-size: 1.2em;
	margin-bottom: 6px;
}
div#content li {
	list-style: url(../img/li.gif);
	margin-left: 18px;
}
div#content h1 {
	font-size: 2.4em;
	margin-top: 4px;
	margin-bottom: 4px;
}
div#content h2 {
	font-size: 2.0em;
	margin-top: 4px;
	margin-bottom: 4px;
}
div#content h3 {
	font-size: 1.6em;
	margin-top: 4px;
	margin-bottom: 4px;
}
div#content h4 {
	font-size: 1.2em;
	margin-top: 4px;
	margin-bottom: 4px;
}
div#content a,div#footer a {
	color: #F06;
	text-decoration: none;
}
div#content a:hover,div#footer a:hover {
	color: #444;
	border-bottom: 1px solid #F06;
}

/* nav & naviigation */
/*
.nav, div#inline_sidebar {
	margin-bottom: 20px;
	position: absolute;
	top: 40px;
}
*/

/* navigation */
/*
.nav {
	right: 23%;
	text-align: center;
	width: 17%;
}
.nav .logo {
	background: url(../img/logo.gif) no-repeat center top;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	height: 159px;	
}

.nav h1 {
	color: #F60;
	margin: 12px 0;
}
div.nav li {
	border-bottom: 1px solid #EEE;
}
div.nav li a {
	color: #888;
	display: block;
	font: normal 1.4em serif;
	padding: 8px 0;
}
div.nav li a:hover {
	background: #FAFAFA;
	color: #F06;
}
*/

/* navi */
/*
div#inline_sidebar {
	background: #ff0000; 
	right: 3%;
	width: 18%;
}
*/
div.navi {
	background: #222;
	right: 3%;
	width: 100%;
}

/*
div.navi {
	padding: 0px 0px 0;
}
*/

div.navi h1 {
	color: #F06;
	font-size: 1.4em;
	height: 20px;
	margin-left: 8px;
}
div.navi ul {
	margin: 0 0 16px;
	padding: 0;
}
div.navi li { 
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #333;
}
div.navi li a {	
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 8px;
	text-decoration: none;
}
div.navi li a:hover {
	color: #DDD;
}

/* round edges */
.roundtl,.roundtr,.roundbl,.roundbr {
	background: url(../img/round.gif);
	height: 16px;
	width: 14px;
}
.roundtl,.roundbl {
	float: left;
}
.roundtr,.roundbr {
	float: right;
}
.roundtr {
	background-position: right top;
}
.roundbr {
	background-position: right bottom;
}
.roundbl {
	background-position: left bottom;
}

div#header   {width:100%;}
div#header_logo {float:left; width:20%;margin-left: 20px;}
div#header_advertise {float:right; width:75%;}
div#container{width:100%;}
   div#inline_container{float:left; width:100%;}
     div#inline_sidebar{float:left; width:19%;  /* background-image: url("../image/bg/navi.png"); background-color:#f0f0f0; */ padding: 0 10px 0 10px;}
     div#content       {float:right;width:75%; background-color:#ffffff;}
   div#sidebar{float:right; width:0%;}
div#footer{width:100%;clear:both; text-align:center;
/*background-color:#bbcced; */
	color: #666;
	border-top: 1px solid #EEE;
	font: normal 1em Verdana,sans-serif;
/*	margin: 0 42% 0 3%;  */
	padding: 8px 6px;
	background: #FFF url(../img/bg.gif) repeat-x;
}
h1#nodisplay {display: none;}

img {
	border: none;
}

.recent-list ul {
	font-size: 1.5em;
}

