/*
	CSS files kept in the 'styles' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 versions as well as debug any potential
	problems.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: 	Bikestyle Tours
	Author Site	: 	http://www.bikestyletours.com/
	Style Name	: 	Getaway
	Style URI	:	
	Version		: 	1.0
	Comments	: 	Simple and smart, thanks to http://jillij.com
*/

/* General K2 Adjustments */
h1, h2, h3, h4 {
	font-family: Verdana, Sans-Serif;
	}

/* END General Adjustments */


/* No-sidebar layout */
/* Note: to switch back just remove below CSS and remove Search box code from K2 Header */

.secondary {
	display:none;
	}
	
#primary {
	position: relative;
	float: none;
	width: 710px;
	padding: 10px;
	}
	
/* for position of search box - this is ALL trial and error - this won’t work for you out of the box */
.sb-search { 
	margin: -150px 0 0px 623px; /* margin: up, right, down, left in pixels */
	_margin: 0px 0 -70px 415px; /* same as above, but IE specific */
	padding-top: 5px; /* top padding - how far down you want the search box */
	_padding-top; 0px; /* for IE */
}

/* END No-sidebar layout */

/* Testing Web 2.0 gradient bg */

body {
background:#F2F2F2 url(../../images/bg.jpg) repeat-x scroll center top;
color:#444444;
font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
font-size:62.5%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
text-align:center;
}

/* end testing */

/* Substitute H3 Heading */

.entry-content h3 {
	border-bottom:1px solid #CCCCCC;
	display:block;
	font-size:1.5em;
	margin:0pt;
	padding:10px 0pt 2px;
}

/* Drop-down menu styles */

#sidebar {
	display: block;
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 5;
	position: relative;
}

#sidebar ul {
	width:780px;
	min-height: 30px;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 500;
}

* html #sidebar ul { width: 780px } /* IE hack */

#sidebar li {
	display: inline;
	float: left;
	min-height: 20px;
	position: relative;
	text-align: left;
	padding: 5px 16px 5px;
	margin: 0px 0px 0px 0px;
}

#sidebar li ul {
	width: 100px;
	height: auto;
	top: 100%;
	left: 0px;
}

#sidebar li ul li {
	text-align: left;
	width: 118px;	
	height: auto;
	min-height: auto;
	display: block;
}

#sidebar a {
	text-decoration: none;
	}

#sidebar li li ul {
	top: 0;
	left: 0;
}

#sidebar li li:hover ul {
	left: 150px;
}

/* initialy hide all sub sidemenus */
#sidebar ul ul,
#sidebar ul li:hover ul ul,
#sidebar ul ul li:hover ul ul,
#sidebar ul ul ul li:hover ul ul,
#sidebar ul ul ul ul li:hover ul ul {
	display: none;
	position: absolute;
}

/* display them on hover */
#sidebar li:hover ul,
#sidebar ul li:hover ul,
#sidebar ul ul li:hover ul,
#sidebar ul ul ul li:hover ul,
#sidebar ul ul ul ul li:hover ul,
#sidebar ul ul ul ul ul li:hover ul {
  display: block;
}

/* colors */

#sidebar {
	color: #FFFFFF;
}

#sidebar ul{
	background: #000000;
	-moz-opacity:0.95; /* for mozilla */
	opacity: 0.95; /* for safari */
	khtml-opacity: 0.95 /* for konquerer and older safari */
}

#sidebar ul ul {
	background: #000000;
}
#sidebar ul li {
	background: #000000;
}


#sidebar h2 {
	color: #FFFFFF;
}

#sidebar a {
	color: #FFFFFF;
	}

#sidebar ul li:hover {
	background: #333333;
}

#sidebar ul li ul {

}

#sidebar ul li ul li {
	background: #333333;
}

#sidebar ul li ul li:hover {
	background: #666666;
}

#sidebar ul li ul ul li{
	background: #666666;
	
}

#sidebar ul li ul ul li:hover {
	background: #999999;
}

/* END drop-down menu styles */

/* Page highlight styles */

.summary {
background:#FFF6BF url('http://bikestyletours.com/bikestylemay07/wp-content/uploads/2007/05/32px-crystal_clear_app_cal.png') no-repeat 10px 10px;
border:2px solid #FFD324;
padding:15px 20px 20px 50px;
}

.summary2 {
background:#F4F4E9 url('http://bikestyletours.com/bikestylemay07/wp-content/uploads/2007/05/32px-crystal_clear_app_cal.png') no-repeat 10px 10px;
border-top:2px solid #ffd324;
border-bottom:2px solid #ffd324;
padding:15px 20px 20px 50px;
text-align:left;
width:300px;
}


/* END Page highlight styles */
