/***********************************************************************
* Project : Snowbunnys Backpackers
* Module : snowbunnys.css
* Purpose : Site Cascading Style Sheet
************************************************************************
* Copyright (C) AW CompuTech Ltd
* All Rights Reservered
************************************************************************
* Changes
*
* Version Date        Author               Reason
* 1.0     08/04/2004  Andrew J. Williams   Initial Version
* 2.0     02/06/2010  Andrew J. Williams   Changed Template (based on a template from Solucija)
***********************************************************************/

*{ margin: 0; padding: 0; }

:focus,:active { outline: 0; }
body { font: 12px Tahoma, Arial, Sans-Serif; color: #000; background: #ccc; }
a { ; color: #000; } 
	a:hover { color: #000; }
.menu a {text-decoration: none ; color: #000; }
#logo a {text-decoration: none ; color: #000; }
.x { clear: both; }

p { line-height: 22px; margin: 0 0 22px; color:#666; }
img { border: 0; }

h1 { font-size: 24px; font-weight: normal; margin-bottom: 15px;}
h2 { font-size: 14px; font-weight: normal; margin-bottom: 2px; color: #333; }
h3 { font-size: 14px; font-weight: bolder; margin-bottom: 10px; color: #333; }
h4 { font-size: 18px; font-weight: normal; float: left; margin: 3px 0 10px; width: 460px; }

#wrapper { margin: 0 auto; width: 980px; background: url(../img/bg.jpg) no-repeat; }

#logo { padding: 20px 12px 10px; }
	#logo h1 { font: bold 24px Arial; text-shadow: 1px 1px 1px #fff; letter-spacing: 4px; }
        #logo h2 { font: bold 16px Arial; text-shadow: 1px 1px 1px #fff; letter-spacing: 4px; }
		#logo h1 a { color: #333; }
		#logo h1 a span { color: #000; }
		#logo h2 a { color: #333; }
		#logo h2 a span { color: #000; }
#content { background: #fff; width: 980px; }
	
.menu { list-style:none; margin: 14px 25px 0 10px;  float: left; }
	.menu li { float: left; margin: 0 4px 0 0; }
	.menu li a { display: block; font-size: 14px; padding: 14px 24px; border: 1px solid #fff; }
	.menu a:hover, .menu li.current a { border: 1px solid #ddd; }

		.menu li ul { display: block; background: #fff; margin: -1px 0 0; position: absolute; display: none; z-index: 2; border: 1px solid #ddd; }
		.menu li ul li { float: none; display: inline; margin: 0; padding: 0; }
		.menu li ul li a { width: auto; margin: 4px; white-space: nowrap; }


#pitch { margin-bottom: 30px; }
	#pitch .infoline { margin-top: -70px; padding: 25px 0 25px 25px; background: #000; font-size: 18px; width: 955px; height: 18px; opacity:0.70; filter:alpha(opacity=70); color: #fff; }

	.pitch-gallery { overflow: hidden; width: 980px; position: relative; }
		.pitch-gallery-holder { width: 9999999999px; position: relative; top: 0; left: 0; }
		.pitch-gallery-div { float: left; }
		
#left { width: 600px; float: left; margin-left: 25px; display: inline; }
	#left img { float: left; margin: 5px 20px 2px 0; padding: 3px; border: 1px solid #ccc; }
        #left div.ads img { margin: 5px 0px 0px 0px; padding: 0px; border: 0px; }
        #left div.flags img { float: none; margin: 0px 0px 0px 5px; padding: 0px; border: 0px; }
        #left table#products img { float: none; margin: 0px 0px 0px 5px; padding: 0px; border: 0px; }
        #left div.bookhostels img { float: none; margin: 0px 0px 0px 0px; padding: 0px; border: 0px; }
        #left img.nofloat { float: none; }
        #left img.imageright { float: right; margin: 5px 0px 2px 20px; padding: 3px; border: 1px solid #ccc; }
	#left form { padding-left: 45px; }
        #left form.oebb { padding-left: 0px; }
        #left form.oebb img { margin: 0px 0px 0px 0px; padding: 0px; border: 0px; }
        #left form.raileurope { padding-left: 0px; }
        #left form.raileurope img { margin: 0px 0px 0px 0px; padding: 0px; border: 0px; }
	
	.error { font-size: 10px; color: #666; margin: 0 0 10px 150px; display: none; }
	#left .submit { border: 0; background: #000; color: #fff; padding: 5px; float: left; margin-left: 150px; }
	
ul { color: #666; margin: 0 0 10px 30px; line-height: 18px; }
ol { color: #666; margin: 5px 0 5px 30px; line-height: 18px; }
	
	#contact-back { margin: 12px 40px 0 0; float: right; }

.post { position: relative; margin-bottom: 20px; height: 127px; }
.post-options { position: relative; margin: -37px 0 40px 0; font-size: 10px; color: #666; }

#right { width: 260px; float: right; border-left: 1px solid #ccc; padding-left: 36px; margin-right: 25px; display: inline; }
	
#feature { margin-left: 25px; padding-bottom: 10px; }
	.small-post { float: left; width: 260px; margin-right: 75px; }
		.small-post img { border: 1px solid #ccc; padding: 3px; margin-bottom: 10px; }
	.last { margin-right: 0; }
	#feature ul { margin-top: -11px; }
	
#footer { color: #666; font-size: 11px; margin: 20px 0 20px 10px; }

.post-info { font-size: 11px; color: #999; }
.read-more { background: url(../img/link.gif) no-repeat center left; padding-left: 13px; font-size: 10px; }
.break { border-top: 1px solid #ccc; margin: 30px 0; display: block; }
	.no-border { border: 0; }
.space { margin-bottom: 20px; }


/**********
* Bullets *
**********/

.redbullet
{
  list-style-image: url("../img/ball_red.gif");
  vertical-align:middle;
}

.yellowbullet
{
  list-style-image: url("../img/ball_yellow.gif");
  vertical-align:middle;
}

.greenbullet
{
  list-style-image: url("../img/ball_green.gif");
  vertical-align:middle;
}

.cyanbullet
{
  list-style-image: url("../img/ball_cyan.gif");
  vertical-align:middle;
}

.bluebullet
{
  list-style-image: url("../img/ball_blue.gif");
  vertical-align:middle;
}

.purplebullet
{
  list-style-image: url("../img/ball_purple.gif");
  vertical-align:middle;
}



/*********
* Tables *
*********/

table#prices
{
 border-style: outset;
 border-width: 1px;
 margin-left:auto;
 margin-right:auto;
 text-align:center;
 font-size: .8em;
}

table#prices td, 
table#prices th
{
 border-style: inset;
 border-width: 1px;
 padding: 10px;
}

table#prices tr
{
 border-style: inset;
 border-width: 1px;
 padding: 10;
}


table#prices img { margin: 5px 0px 0px 0px; padding: 0px; border: 0px; }

div.tag
{
  font-size:7pt;
  color:#000000;
}

table#prices img { margin: 5px 0px 0px 0px; padding: 0px; border: 0px; }


table#products
{
  border-width: 1px;
  border-style: outset;
  table-layout: fixed;
}


#products td
{
  border-style: inset;
  border-width: 1px;
  text-align: center;
  overflow: scroll;
}

#products input
{
  vertical-align: middle;
}

#products img
{
  vertical-align: middle;
  border: 0;
}

#products td table td
{
  border-width: 0;
  font-size: 0.8em;
}

#products td span.riRssTitle
{
  font-size: 0.8em;
}

#products td span.riRssContributor
{
  font-size: 0.8em;
}