/* top elements */

body
{
	margin: 0;
	padding: 0;
	font: normal 100%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
	color: #555;
	background: #FFF url(images/img_css/bg.jpg) repeat-x;
}

/* links */
a
{
	background: inherit;
	color: #72A545;
	text-decoration: none;
}

a:hover
{
	background: inherit;
	color: #006699;
	text-decoration: underline;
}

/* Tableau */
.post table
{
	border-collapse:collapse;
}

.post td, th
{
	border: 1px solid black;
}

/* Title */
h1
{
	font: bold 'Trebuchet MS', Tahoma, Sans-serif, 1.4em;
	color: #65944A;
}

h2
{
	font: bold 'Trebuchet MS', Tahoma, Sans-serif, 1.2em;
	text-transform: uppercase;
}

h3
{
	font: bold 'Trebuchet MS', Tahoma, Sans-serif, 1.4em;
}

p, h1, h2, h3
{
	margin: 10px 15px;
}

/* images */
img
{
	border: 1px solid #DADADA;
	padding: 5px;
	background: #FAFAFA;
}

code
{
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #72A545;
}

acronym
{
  cursor: help;
  border-bottom: 1px solid #777;
}

blockquote
{
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background-color: #FAFAFA; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #72A545;  
	font: bold 1.2em/1.5em "Trebuchet MS", Tahoma, sans-serif; 
	color: #666666;	
}

/* form elements */
form
{
	margin:10px 15px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}


label
{
	display:block;
	font-weight:bold;
	margin:5px 0;
}

input
{
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}

textarea
{
	width:475px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}

.post
{
	background-color: #FAFAFA;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 10px 10px 10px 10px;
}

/* HEADER */

#header-content, #footer-content
{
	width: 760px;
}

#header
{
	height: 130px;
	text-align: left;
}
#header-content
{	
	margin: auto;
	position: relative;
	font-size: 80%;
}

#header-content h1#logo
{
	position: absolute;	
	font: bold 45px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px; 
	color: #FFF;
	margin: 0; padding: 0;		
	
	/* change the values of left and top to adjust the position of the logo */
	top: 0; left: 0px;
}

#header-content h1#logo a
{
	text-decoration: none;
	color: #FFF;
}

#header-content #slogan
{
	position: absolute;	
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFF;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 55px; left: 40px;
}

/* header menu */
#header-content ul
{
	position: relative;
	right: -5px; top: 15px;
	font: bolder 1.3em 'Trebuchet MS', sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0; padding: 0;		
}

#header-content li
{
	display: inline;
}

#header-content li a
{
	float: left;
	display: block;
	padding: 3px 12px;	
	color: #FFF;
	background-color: #333;
	text-decoration: none;
	border-right: 1px solid #272727;
}

#header-content li a:hover
{
	background: #65944A;
	color: #FFF;
}

#header-content li a#current 
{
	background: #65944A;
	color: #FFF;
}

/* content */

#content
{
	width: 90%;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 5%;
	margin-right: 5%;
	text-align: left;
}

#content-index
{
	width: 100% - 400px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 240px;
	margin-right: 230px;
	text-align: left;
}

#content-other
{
	width: 100% - 400px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 240px;
	margin-right: 10px;
	text-align: left;
}

#content h1
{
	padding: 10px 0px 0px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #f2f2f2; 	
	font: normal 1.5em 'Trebuchet MS', Tahoma, Sans-serif;
}

#left_side
{
	margin-top: 10px;
	float: left;
	width: 230px;
	text-align: center;
}

#right_side
{
	  float: right;
	  width: 230px;
}

/* sidebar */

#sidebar h2
{
	font: bold 1.2em 'Trebuchet MS', Tahoma, Sans-serif;
}

.sidebox
{
	border: 2px solid #EFEDED;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* main */
.main
{
	width: 80%;	
	margin-left: 10%;
	margin-right: 10%;
}

.main_index
{
	margin: 0 0 10px 0; 
	padding: 0;
	text-align: left;
}

.main_bike
{
	margin-right: 15%;
}

.main_adm
{
	float: left;
	width: 100%;	
	margin: 0 0 10px 0; 
	padding: 0;	
}

.main_index h1, .main h1, .main_adm h1, .main_bike h1
{
	padding: 10px 0px 0px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #f2f2f2; 	
	font: normal 1.5em 'Trebuchet MS', Tahoma, Sans-serif;
}

.obj_center
{
	width: 55%;
	margin: auto;
}

.text_center
{
	text-align: center;
}

/* footer */
#footer
{
	clear: both;
	margin: 0; 
	padding: 0;
	font: normal .95em/1.6em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	text-align: left;	
}

#footer h1, #footer p
{
	margin-left: 0;
}

#footer-content
{	
	border-top: 1px solid #EAEAEA;
	margin: 0 auto;
	padding-left: 15px;
}

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

#footer-content a:hover
{
	text-decoration: underline;
	color: #333;
}

#footer-content ul
{
	list-style: none;
	margin: 0; padding: 0;
}

#footer-content .col
{
	width: 32%;
	padding: 0 5px 30px 0;	
}

#footer-content .col2
{
	width: 33%;
	padding: 0 0 30px 0;	
}

/* alignment classes */
.float-left 
{
	float: left;
}

.float-right
{
	float: right;
}

.align-left
{
	text-align: left;
}

.align-right
{
	text-align: right;
}

/* additional classes */
.clear
{
	clear: both;
}

/* Goldbook Classes */
.goldbook_msg
{
	background-color: #FAFAFA;
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
}

.message_text
{
	color: #000000;
	text-decoration: none;
	margin-left: 15px;
}

.goldbookhead_text
{
	color: #65944A;
}

.user_gb
{
	font-size: 18px;
	font-weight: bold;
}

.date
{
	float: right;
}

/* Arbo */
#arbo_page
{
	text-align: center;
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
}

#arbo_page a
{
	color: #65944A;
	text-decoration: underline;
}

/* admin */
#adm_tab
{
	text-align: center;
	border-left: solid 1px #65944A;
	border-top: solid 1px #65944A;
}

#adm_tab tr
{
	height: 60px;

}

#adm_tab td, #adm_tab th
{
	width: 150px;
	border-bottom: solid 1px #65944A;
	border-right: solid 1px #65944A;
}
#adm_tab td.adm_act, #adm_tab th.adm_act
{
	width: 20px;
}
#adm_tab td.adm_cont, #adm_tab th.adm_cont
{
	width: 400px;
}

form.adm_form
{
	margin: 0;
	padding: 0;
	border: none;
	background-color: none;
}

form.adm_form input
{
	padding: 0;
	border:none;
	color: #000000;
}

/* News */

.news_msg
{
	background-color: #FAFAFA;
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
}

.newshead_text
{
	color: #65944A;
}

.title_news
{
	font-size: 18px;
	font-weight: bold;
}