/* @override http://www.extremebike.com/stylesheets/screen.css */
body{
  background: #fff url(../images/bkg.gif) repeat-x;
  color: #222;
}

#hd{
  float: left;
  width: 100%;
  height: 71px;
}
#hd h1, #hd h1 a{
  float: left;
  width: 195px;
  height: 71px;
  background: transparent url(../images/logo.gif);
  text-indent: -10000px;
}

#yui-main .yui-b{ 
  margin-top: 1em;
 }

#ft{ 
  margin: 2em 0;
  border: dotted #444;
  border-width: 1px 0;
  padding: 1em;
 }
/* @group Typography */

body {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0; padding: 0
}
h1 {
	margin: 0;
	font-size: 1.6666666666666667em;
	line-height: 0.9em;
	margin-bottom: 0.9em;
}
h2 {
	margin: 0;
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 1em;
}
h3 {
	margin: 0;
	font-size: 1.3333333333333333em;
	line-height: 1.125em;
	margin-bottom: 1.125em;
}
h4 {
	margin: 0;
	font-size: 1.1666666666666667em;
	line-height: 1.2857142857142858em;
	margin-bottom: 1.2857142857142858em;
}
p, ul, blockquote, pre, td, th, label {
	margin: 0;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
p.small {
	margin: 0;
	font-size: 0.8333333333333334em;
	line-height: 1.8em;
	margin-bottom: 1.8em;
}
table {
	border-collapse: collapse;
	margin-bottom: 1.5em;
}

ul, ol{
	margin-left: 1em;
}
ul li{
	margin-left: 1em;
	list-style: disc;
}
h1, h2, h3{ 
	letter-spacing: -0.05em;
}
p, ul, blockquote, pre, td, th, label{ 
 	font-family: "Lucida Grande", "Lucida Sans Unicode";

}
h1,h2,h3,h4 {
  font-family: Georgia, Times;
  font-weight: normal;
}

blockquote {
  padding-left: 10px;
  padding-right: 10px;
  border-left: 2px solid #ddd;
}

cite {
  border-bottom: 1px dotted grey;
}

em{
  font-style: italic;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.clear {
  clear: both;
}

.right {
  float: right;
}

.left {
  float: left;
}
.block{
  display: block;
}
.relative{
  position: relative;
  display: block;
}
 
.no-margin p, .no-margin h3{
  margin: 0;
}

/* @group Horizontal Rules */

hr {
  margin: 2em 0;
  padding: 0;
  color: #ccc;
  background-color: #ddd;
  height: 1px;
  border: none;
  width: 100%;
  clear: both;
}

hr.clear {
  clear: both;
  visibility: hidden;
  margin: 0;
}

hr.space {
  margin: 1em 0;
}

hr.small {
  margin: .5em 0;
}
hr.tiny{ 
  margin: 0 !important;
  padding: 0 !important;
}

/* @end */

/* @end */
/* @group Navigation */

#navigation{
  float: left;
  margin-top: 1em;
  width: 90%;
}
#navigation ul{
	list-style: none;
	margin: 0;
}
#navigation ul li{ 
  background: #444;
  border-bottom: 1px solid #fff;
  list-style: none;
}
#navigation ul li a{ 
  font-family: Georgia, Times;
  display: block;
  color: white;
  text-decoration: none;
  padding: 4px 6px;
  font-size: 1.166em;
  line-height: 1.257em;
 }
 
#navigation ul li a:hover,
#navigation ul li.current a{ 
  background: #900;
}

/* @end */
/* @group Icons */
.icon{
  padding-left: 20px;
  line-height: 20px;
  display: block;
}

.icon.page_white_go_icon{
  background: transparent url(../images/icons/page_white_go.gif) no-repeat;

}
/* @end */
/* @group Home */
body#home{ 
	background: #000; 
}

#home div.container{ 
	width: 800px;
	margin: 0 auto; 
}
#home #ft{ 
	margin-top: 10em; 
	border-color: #111;
}

#home h1 #extreme_bike{ 
	display: block;
	background: #000 url(../images/extreme-bike.png) no-repeat;
	width: 760px;
	height: 180px;
	text-indent: -10000px; 
}
#home h1 #adventures{ 
	display: block;
	background: #000 url(../images/adventures.jpg) no-repeat;
	width: 760px;
	height: 128px;
	text-indent: -10000px; 
}

#home #travel{ 
	float: right; 
	background: #000 url(../images/travel.png) no-repeat;
	width: 580px;
	height: 190px;
	text-indent: -10000px; 
}

#home #nav-home{ 
	float: left;
	width: 180px;
}
#home #nav-home li, #home #nav-home li a{ 
	display: block;
	width: 150px;
	height: 30px;  
	text-indent: -10000px;
}
#home #nav-home #photos, #home #nav-home #photos a{ 
	height: 31px; 
	background: #000 url(../images/photos.gif) no-repeat;
}
#home #nav-home #photos a:hover{ 
	background-image: url(../images/photos-hover.gif); 
}

#home #nav-home #tours, #home #nav-home #tours a{ 
	background: #000 url(../images/tours.gif) no-repeat;
}
#home #nav-home #tours a:hover{ 
	background-image: url(../images/tours-hover.gif); 
}

#home #nav-home #haiti, #home #nav-home #haiti a{ 
	background: #000 url(../images/about_haiti.gif) no-repeat;
}
#home #nav-home #haiti a:hover{ 
	background-image: url(../images/about_haiti-hover.gif); 
}

#home #nav-home #about, #home #nav-home #about a{ 
	background: #000 url(../images/about_us.gif) no-repeat;
}
#home #nav-home #about a:hover{ 
	background-image: url(../images/about_us-hover.gif); 
}
/* @end */
