/********************************************
   AUTHOR:	KMLTracks
   WEBSITE:	http://www.kmltracks.com/
   VERSION:	20081113
 *******************************************/ 


/* global elements */
* {
	margin: 0;
	padding: 0;
}

body {
	background: none repeat scroll 0 0 #DDDDDD;
	font-family: 'Trebuchet MS',Tahoma,Verdana,sans-serif;
	font-size: 0.875em;
}

p {
	margin: 10px 15px;
}
ul {
	margin: 0px 30px;
}

a {
	color: #4488FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* headers */
h1, h2, h3 {
	color: #333333;
	margin: 10px 15px;
}
h1 {font-size: 2.2em;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.4em;}


/* tabbed menu */
#tab-menu-bar {
	background: none repeat scroll 0 0 #FFFFFF;
}

ol#tab-menu-item {
	height: 2em;
	list-style: none outside none;
}

ol#tab-menu-item li {
	float: left;
	margin: 0 1px 0 0;
}

ol#tab-menu-item a {
	background: url('images/tab-menu.gif') repeat scroll 0 0 #FFFFFF;
	color: #333333;
	display: block;
	padding-left: 10px;
	text-decoration: none;
}

ol#tab-menu-item a:hover {
	background-position: 0 -120px;
}

ol#tab-menu-item a:hover span {
	background-position: 100% -120px;
}

ol#tab-menu-item li.current a {
	background-position: 0 -60px;
	color: #FFFFFF;
	font-weight: bold;
}

ol#tab-menu-item li.current span {
	background-position: 100% -60px;
}

ol#tab-menu-item span {
	background: url('images/tab-menu.gif') repeat scroll 100% 0 transparent;
	display: block;
	line-height: 2em;
	padding-right: 10px;
}

acronym {
	border-bottom: 1px solid #777777;
	cursor: help;
}
blockquote {
	background: url('images/quote.gif') no-repeat scroll 3px 5px #FAFAFA;
	border: 1px solid #EEEEEE;
	color: #666666;
	font: bold 1.2em/1.5em 'Trebuchet MS',Tahoma,Verdana,sans-serif;
	margin: 15px;
	padding: 0px 0px 0px 20px;
}

/* form elements */
form {
	margin:10px 15px;
	padding: 0;
	border: 1px solid #DDDDDD; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #DDDDDD;
	font: normal 1em 'Trebuchet MS',Tahoma,Verdana,sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em 'Trebuchet MS',Tahoma,Verdana,sans-serif;
	border:1px solid #DDDDDD;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em 'Trebuchet MS',Tahoma,Verdana,sans-serif;
	border: 1px solid #BBBBBB;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;
}


/***********************
   LAYOUT
************************/

#wrap {
	background: none repeat scroll 0 0 #FFFFFF;
	margin: 5px auto;
	width: 770px;
}

/* header */
#header {
	background: none repeat scroll 0 0 #F0701B;
	height: 110px;
	position: relative;
}

#header a#logo{
	background: url('images/kmltracks-logo.png') no-repeat scroll 5px 5px transparent;
	color: transparent;
	display: block;
	height: 105px;
	width: 106px;
}

#header .title {
	color: #000000;
	font: 48px 'Century Gothic',Tahoma,Verdana,sans-serif;
	left: 120px; /* change the values of top and left to adjust the position of the title */
	position: absolute;
	top: 20px; /* change the values of top and left to adjust the position of the title */
}

/* content */
#content-full {
	width: 100%;
	text-align: left;
	margin: 0 0 10px 0;
}

#content-full h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px dashed #D5D5D5;
}

#content-bigcol {
	float: left;
	width: 70%;
	text-align: left;
	margin: 0 0 10px 0;
}

#content-smallcol {
	float: right;
	width: 30%;
	text-align: left;
	margin: 0 0 10px 0;
}

#content-smallcol h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;
	color: #660000;
}

#content-smallcol .box{
	background-color: #e4efc7;
	border: 1px solid #7AA21B;
	color: #000000;
	text-align: left;
	margin: 10px;
	padding: 5px;
}
#content-smallcol .box2 {
	background-color: #F7F7F7;
	border: 1px solid #C9C9C9;
	color: #000000;
	text-align: left;
	margin: 10px;
	padding: 0 0 3px;
}

#content-smallcol .box2 h2 {
	background-color: #DDDDDD;
	background-image: url("images/icon_top_topics.gif");
	background-position: 10px 5px;
	background-repeat: no-repeat;
	border-bottom: medium none #C9C9C9;
	color: #000000;
	font-size: 90%;
	padding: 5px 5px 5px 30px;
	margin: 0;
	display: block;
	text-decoration: none;
    white-space: nowrap;
}
#content-smallcol .box2 a:hover {
	background-color: #E6E6E6;
	color: #000000;
	text-decoration: none;
}


/* footer */
#footer {
	clear: both;
	font: 0.8em 'Trebuchet MS',Tahoma,Verdana,sans-serif;
	text-align: center;
	height: 0px;
}
#footer a {
	text-decoration: none;
	color: #777;
}
#footer a:hover {
	text-decoration: underline;
	color: #333;
}
