/*
Theme Name: Pinnacle
Theme URI: http://chaffin.ch/
Description: October 2008
Version: 1.0
Author: Chaffinch
Author URI: http://chaffin.ch/
*/

/************************************************************** RESET */

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

/************************************************************** GENERIC */

html 		{ background: #339BC3; }

body {
	color: #333;
	background: #fff;
	font-family: arial;
	font-size: 12px;
	background: #339BC3;
}




strong 			{ font-weight: bold; }
em 				{ font-style: italic; }
a				{ text-decoration: none; color: #8bbc3e;}
a:hover			{ text-decoration: underline; }
p				{ margin-bottom: 20px; }

#everything {
	width: 961px;
	margin: auto;
	margin-bottom: 20px;
	position: relative;
}

/************************************************************** HEADER */

#top_bit {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 9999;
}

#top_right 	{ 
    color: #fff;
	float: right;
	font-size:11px;
	margin-right: 15px;
}

/*\*/ * html #top_right { margin-top: 10px; } /**/

#top_right .current {
    color:#1B3D6B;
    font-weight:bold;
    margin-right:15px;
}

#top_right a {
	color: #fff;
	font-weight: bold;
	margin-right: 15px;
}



#header	{
	padding: 50px 20px 10px;
	margin: 10px 0 0;
	position: relative;
	background: #fff url(img/bg_head.png) no-repeat top center;
}

* html #header	{
	padding: 50px 20px 10px;
	margin: 10px 0 0;
	position: fixed;
	background: #fff url(img/bg_head.png) no-repeat top center;	
}


#logo {
	float: left;
	margin: 2px 0 50px 30px;
}

#slogan {
	margin: 30px 15px 0 0;
	float: right;
}

#lower_head {
	/*border-bottom: 1px dotted #555;*/
	/*padding-bottom: 20px;*/
}

#lower_head_right {
	float: right;
	margin-right: 20px;
	width: 180px;
}

#banner {
	float: left;
	margin: 0 15px;
}

#book_dark { background: #3a5c8b; margin-bottom: 10px; }
#book_light { background: #339bc3; }
#book_dark {
    background:#1C3D6B url(img/book_bg.gif) no-repeat scroll center center;
    padding: 3px 5px;
    color:#FFFFFF;
}
#book_light {
    color: #fff;
	font-weight: bold;
	background: url(img/promo_bg.gif) 0 50% no-repeat;
	text-align: center;
	padding: 15px;
	vertical-align: middle;
	font-size: 14px;
}

.booking {
	padding: 21px 10px;
	border: 1px solid #555;
	font-size: 12px;
	text-align: center;
}

.booking a {
	padding: 10px 10px;
	color: #fff;
	font-weight: bold;
}
.bookinglist-top {
	color: #666666;
	border: 1px solid #1c3d6b;
	padding:5px;
	text-align:center;
}
/************************************************************** NAV */

#menu {
	/*border-bottom: 1px solid #2C7CA1;*/
	background: transparent url(img/menu_line.gif) repeat-x scroll left bottom;
	margin-bottom: 20px;
	padding-top: 10px;
}

* html #menu {
    position: relative;
	border-bottom: 1px solid #2C7CA1;
	margin-bottom: 20px;
	padding-top: 10px;
}


ul.nav {
}

ul.nav li {
	float: left;
	padding: 4px 8px;
	margin: 0 2px 0 2px;
}

ul.nav li a {

	color: #fff;
	font-size: 13.5px;
	font-weight: bold;
}

li.green	 	{ background: url('img/li_green.png') repeat-x bottom right; }
li.blue 		{ background: url('img/li_blue.png') repeat-x bottom right; }

ul.nav li.active a	{ 
	background: url('img/li_active.png') repeat-x top center!important;
	color: #146D97 !important;
	border: 1px solid #2C7CA1;
	border-width: 1px 1px 0;
	padding: 9px 8px 11px!important;
	z-index: 9999;
}



ul.nav li.active {
	padding: 4px 0 11px;
}

/************************************************************** SIDEBARS */

#sidebar {
	width: 180px;
	float: right;
	padding-right: 15px;
}

#s {
	border: 1px solid #aaa;
	padding: 4px;
	margin-right: 5px;
	width: 105px;
	float: left;
	color: #777;
}	

#submit {
	float: left;
	margin-top: 1px;
}

#search {
	margin-bottom: 20px;
}
#leftbar {
    float:left;
    margin-left:15px;
}
/*#leftbar {
	float: left;
	width: 180px;
	background: #ccc;
	border: 1px solid #aaa;
	margin-left: 15px;
}

#leftbar ul li {
	padding: 10px;
}

#leftbar ul li a {
	color: #555;
	font-size: 13px;
	font-weight: bold;
}*/

h2.sidetitle {
	font-size: 12px;
	font-weight: bold;
	background: url(img/sidetitle.png) no-repeat left center;
	padding: 2px 0 0 10px;
	margin-bottom: 3px;
}

.side {
	margin-bottom: 20px;
}



*+html .side li { margin-left: -7px; overflow: hidden; }
/*\*/ * html .side li { margin-left: -7px; overflow:hidden; width:180px; } /**/ 
.side li {
	margin-left: 10px;
}

/*#leftbar ul li.current a, #leftbar ul li.current a:visited {
    color:#146D97;
}

#leftbar li a:hover {
    color:#146D97;
}*/

/************************************************************** MAIN */

#middle {
	background: #fff url(img/bg_mid.png) repeat-y;
	padding: 20px 20px 0;
}

.breadcrumb {
	margin: 5px 0 0px 15px;
	padding-top:5px;
	font-size: 11px;
	height: 22px;
	line-height: 22px;
	float:left;
}
/*\*/ * html .breadcrumb {
    padding-left:15px;
}

.icons {
    display: block;
    float:right;
    height: 22px;
    line-height: 22px;
    margin: 10px 20px 0 15px;
    /*overflow: hidden;*/
    text-align: right;
    width: 295px;
}
.icons img {
    margin: 0 2px;
}

#main {
	float: left;
	margin: 0 15px;
	width: 420px;
}

h1 {
	font-size: 18px;
	color: #3a5c8b;
	font-weight: bold;
	margin-bottom: 20px;
}

h2.title a {
	font-size: 18px;
	font-weight: bold;
	color: #8bbc3e;
}

h3.date {
	margin-bottom: 10px;
	font-weight: bold;
	background: url(img/date.png) no-repeat left center;
	padding: 1px 0 0 15px;
}

#sidebar, #main, #leftbar {
	margin-bottom: 20px;
}

#commentform textarea {
	width: 420px;
}

#comments {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

p.metainfo {
	background: url(img/post.png) no-repeat left center;
	padding: 1px 0 0 15px;
}

/**************** LEFT MENU ********************/
/* @group Sub Menu */
ul.menu {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  margin: 0 10px 15px 0;
  padding: 0;
  width:185px;
}
ul.menu a {
  color: #FFFFFF;
  text-decoration: none;
}
ul.menu a:hover {
  color: #d1ef8e!important;
  text-decoration: none;
}
ul.menu li {
  background-color: #244573;
  list-style: none;
  border-bottom: solid 1px #fff;
  padding: 0;
  float: none;
}
ul.menu li.active a {
  color: #d1ef8e;
}
ul.menu li.active ul a {
  color: #FFFFFF;
}
ul.menu span {
  background-color: #244573;
  display: block;
  margin-left: 8px;
  margin-right: 7px;
  padding: 4px 0;
}
ul.menu li.parent span {
	background: transparent url(../images/bullet_active_menu.gif) no-repeat scroll right 11px;
}

/* level 2 */
ul.menu li ul {
  background-color: #71b9d5;
  border-top: 1px solid #FFFFFF;
}
ul.menu li li {
  background-color: #339bc3;
  border-bottom: solid 1px #71b9d5;
}
ul.menu li.parent li span {
  background-color: #339bc3;
  background-image: none;
}
ul.menu li.parent li.parent span {
	background: transparent url(../images/bullet_submenu.gif) no-repeat scroll right 10px;
}
ul.menu li.parent li.parent.hover span {
	background: transparent url(../images/bullet_active_submenu.gif) no-repeat scroll right 10px;
}

/* level 3 */
ul.menu li li ul {
  border-top: 1px solid #71b9d5;
  font-weight: normal;
}
ul.menu li li li span {
  padding-left: 11px;
}
ul.menu li.parent li.parent li span,
ul.menu li.parent li.parent.hover li span  {
	background: transparent url(../images/bullet_submenu.gif) no-repeat scroll left 9px;
}

/* @end */

/************************************************************** FOOTER */

#footer {
    margin-top:-20px;
	clear: both;
	color: #fff;
	padding: 0 20px 20px;
	font-size:11px;
	background: #fff url(img/bg_foot.png) no-repeat bottom center;
}

#footline {
	border-top: 1px solid #3a5c8b;
	padding-bottom: 10px;
}

#foot_images {
    border-top: 1px solid #3a5c8b;
	width: 100%;
	text-align:center;
	margin: auto;
}

#foot_images img {
	padding: 10px;
}

#foot_blue {
	padding: 15px 15px 10px 20px;
}

#foot_links {
	float: left;
}

#foot_links a {
	color: #fff;
	margin-right: 20px;
}

#copy {
	float: right;
}