/********************************************
   HTML ELEMENTS
********************************************/ 

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

body {
	margin: 0;
	padding: 0;
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	background: #A9BAC3 url(/images/theme/bg.gif) repeat-x;
	text-align: center;
}

p {
  margin-bottom: 4px; 
}

/* links */
a { 
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #9EC068;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h3 { font-size: 1.3em; }
h2 { font-size: 1.4em; font-weight: bold; }

h1, h2, h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1, h2.pagetitle { font-size: 1.5em; color: #6297BC; text-transform: none;} 

#sidebar h1 {
  margin-left: 15px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ul span, ol span, ul p, ol p {
	color: #666666; 
}

/* images */
.inlineimageleft {
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: right;
}
.inlineimageright {
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: right;
}
img {
	border: 2px solid #CCC;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 2px solid #568EB6;
}
a:hover img {  
  border: 2px solid #CCC !important; /* IE fix*/
  border: 2px solid #568EB6;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold Georgia, 'Bookman Old Style', Serif; 
}

/* form elements */
form {
	/*
	background-color: #FAFAFA;
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
  */ 
}
/*
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
*/
input, select {
	padding: 2px;
	border:1px solid #9EC630;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
select {
	padding: 0px;
}
textarea {
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #9EC630;
	//height:100px;
	//width:300px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}
input.checkbox { 
  border: none;
  margin-right: 5px;
}
/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #9EC630; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 60px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 820px; 
  /* height: 100%; */
	margin: 0 auto;	
	text-align: left;
}

#wrap_print {
	background: #FFF;
	width: 700px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}

#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* header */
#header {
	position: relative;
	height: 85px;	
	background: #000 url(/images/theme/headerbg.gif) repeat-x 0% 100%;	
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 0; left: 5px;
  cursor: pointer;	
}

#header h2#slogan {
	position: absolute;	 
	top:43px; left: 95px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
  cursor: pointer;	
}
#header form.searchform {
	position: absolute;
	top: 0; right: -12px;
	border: solid 1px red;	
}

/* main */

#main.full {
	padding: 5px;
}

#main.wide {
	float: left;
	padding: 5px;
	width: 625px;	
}

#main.normal {
	float: left;
	margin-left: 15px;
	margin-right: 10px;
	padding: 0;
	width: 450px;		
	font-size: 100%;	
}
	
#main.print {
	float: left;
	margin-left: 15px;
	margin-right: 10px;
	padding-right: 20px;
	width: 600px;		
}

#flashmessage {
	text-align: center;
	font-size: 200%;
}
	
#main p {
  text-align: justify;
}

/* sidebar */
#sidebar {
	float: left;
	width: 180px;
	margin: 0;	padding: 0; 
	display: inline;		
}

#googlesearch {
  margin-left: 15px;
}

#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	
	min-height:18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left:4px solid #9EC630;
}

/* rightbar */
#rightbar {
	float: right;
	width: 162px;
	padding: 0; margin:0;		
}

/* Footer */
#footer { 
	clear: both; 
	color: #FFF; 
	background: #A9BAC3; 
	border-top: 5px solid #568EB6;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 65%;
}
#footer .footer-right{
	float: right;
	width: 30%;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(/images/theme/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(/images/theme/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
  background-position:0% -42px;
}
#header a:hover span {
  background-position:100% -42px;
}
#header #current a {
  background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
  background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }
.align-center {	text-align: center; }

/* additional classes */
.clear { clear: both; }
.green { color: #9EC630; }
.gray  { color: #BFBFBF; }

/* language select */

#header #langselect 
{
	position: absolute;
	top: 10px; right: 0px;
	width: 400px;	height: 40px;
	text-align: right;
	vertical-align: top;
}
#langselect span {
  float: right;
	height: 19px;
	padding: 0px 10px 0px 10px;
} 

#langselect span.active {
  font-weight: bold;
}

#langselect a 
{
  margin: 0px; padding: 0px;
	text-decoration: none;
	background: #fff;
}

#loginstatus {
  margin-left: 10px;
}









/* travelage.eu-introduced classes */

.post {
	padding-bottom: 10px;
	border-bottom: dotted 3px #f2f2f2;
}

.post-title {
	font-size: 150%;	
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 10px;
}

.post-teaser {
	clear: both;
	margin-top: 30px;
 	padding: 10px;  	
	font-size: 115%;
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
}

.post-content {
	clear: both;
	padding-bottom: 10px;
}

.post-header .date, .post-footer .date {
	background: url(/images/theme/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
	height: 20px;
}

.post-footer {
	background-color: #FAFAFA;
/*	padding: 5px; margin: 20px 15px 0 15px; */
	margin-bottom: 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
	padding: 5px;
}

#main.print .post-footer, #main.print .post-comments {
	display: none;
}

.post-footer .comments {
	background: url(/images/theme/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(/images/theme/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .print {
	background: url(/images/theme/printer.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .share {
	background: url(http://www.macnightowl.com/wp-content/plugins/share-this/share-icon-16x16.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}



#tagcloud {
	margin-top: 20px;
	margin-bottom: 20px;
}

#tagcloud .tagclouditem {
	position: relative;
	float: left;	
}

#article_list_conditions, #article_langversions {
	margin-top:20px; 
	padding-left: 10px; 
	padding-right:10px; 
	border: solid 1px green;
}






.filmstrip {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
}

.paddedimage {
	float: left;
	margin: 2px;
}

.filmstripaction {
	float: left;
	color: red;
	width: 400px;
	border: solid 1px blue;
}

#pager {
	margin-top: 15px;
}

#pager span {
	text-size: 120px;
	padding: 5px;
	border: solid 1px #4284B0;
}

#pager span.pageritem_selected {
	text-size: 120px;
	padding: 5px;
	border: none;
	background: #4284B0;
	color: white;
}

#pager span.pageritem_selected a {
	color: white;
}

.helpdiv {
  display: none;
}

.message {
  background: #9EC630;
  color: #FFF;
  /* font-size: 150%; */
  padding: 20px;
  margin: 10px;
}

.error {
  background: #9EC630;
  color: #FFF;
  margin-top: 3px;
  margin-bottom: 3px;
}

table.form, table.list {
  margin-top: 10px;
  margin-bottom: 10px;
	font-size: 100%;	
}

table.list {
  width: 100%;
  border: solid 1px #9EC630;
}

table.form tr th {
  background: #f0f0f0;
  padding: 2px;
  text-align: left;
}

table.list tr th {
  background: #efefef;
  //border-bottom: solid 1px #9EC630; // commented until list of pricelists is fixed
}

table.list tr.mod2_0 td,
table.list tr.mod2_2 td
{
  background: #F6F6F6;
}

table.list tr.mod2_a td {
  background: #efefef;
  font-weight: bolder;
}

.helpdiv {
  color: #9EC630;
}

.section th {
	border-left: 4px solid #CCC;	
	border-right: 4px solid green;	
  text-align: center;
  background: white;
}

.gallery_thumbnail {
  background: white;
  float:left; 
  width:77px; 
  height:77px; 
  padding:1px;
}

.gallery_thumbnail a {
  background-color: white;
  color: white;
}

.gallery_thumbnail a:hover {
  color: green;
}

.gallery_album_thumbnail {
  float: left; 
}


/* Social bookmarking */

ul.share {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
ul.share li {
	float: left;
	margin: 0;
	padding: 0;
	width: 48%;
}
ul.share li a {
	background-position: 0px 2px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 24px;
	padding: 4px 0 0 22px;
	vertical-align: middle;
}

.share_delicious {
	background-image: url(http://www.macnightowl.com/wp-content/plugins/share-this/delicious.gif);
}
.share_digg {
	background-image: url(http://www.macnightowl.com/wp-content/plugins/share-this/digg.gif);
}
.share_furl {
	background-image: url(http://www.macnightowl.com/wp-content/plugins/share-this/furl.gif);
}
.share_netscape {
	background-image: url(http://www.macnightowl.com/wp-content/plugins/share-this/netscape.gif);
}
.share_yahoo_myweb {
	background-image: url(http://www.macnightowl.com/wp-content/plugins/share-this/yahoo_myweb.gif);
}
.share_stumbleupon {
	background-image: url(http://www.macnightowl.com/wp-content/plugins/share-this/stumbleupon.gif);
}
.share_google_bmarks {
	background-image: url(http://www.macnightowl.com/wp-content/plugins/share-this/google_bmarks.gif);
}
.share_technorati {
	background-image: url(http://www.macnightowl.com/wp-content/plugins/share-this/technorati.gif);
}
.share_blinklist {
	background-image: url(http://www.macnightowl.com/wp-content/plugins/share-this/blinklist.gif);
}
.share_newsvine {
	background-image: url(http://www.macnightowl.com/wp-content/plugins/share-this/newsvine.gif);
}
.share_magnolia {
	background-image: url(http://www.macnightowl.com/wp-content/plugins/share-this/magnolia.gif);
}
.share_reddit {
	background-image: url(http://www.macnightowl.com/wp-content/plugins/share-this/reddit.gif);
}
.share_windows_live {
	background-image: url(http://www.macnightowl.com/wp-content/plugins/share-this/windows_live.gif);
}
.share_tailrank {
	background-image: url(http://www.macnightowl.com/wp-content/plugins/share-this/tailrank.gif);
}

.contentdate {
	background: #FFFFFF url(/images/theme/date.gif);
	float: left;
	width: 45px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	}
	
.contentdate h3 {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	padding: 1px 0px 0px 10px;
	margin: 0px;
	text-transform: uppercase;
	}
	
.contentdate h4 {
	font-family: Times New Roman, Helvetica, Sans-Serif;
	color: #999999;
	font-size: 21px;
	font-weight: bold;
	padding: 5px 4px 0px 0px;
	margin: 0px;
	text-align: center;
	}





.calendarMonth th {
	text-align: center;
	border: solid 1px black;
}

.calendarHeader th {
	text-align: center;
	width: 20px;
}

.calendarWeek td {
	text-align: center;
	width: 20px;
}

.calendarDayFree {
  background-color: lightgreen;
  font-weight: bold;
}

.calendarDayClosed {
  background-color: grey;
  font-weight: bold;
}

.calendarDayBooked {
  background-color: pink;
  font-weight: bold;
}

.calendarDayOtherMonth {
  background-color: white;
}




/* styles for re-layouting main area when required */
@import "css/layouts.css";

/* 2-columns layout */

#main2columns {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 620px;		
}

#menuplaceholder {
	height: 26px; 
	text-align: right; 
	border-bottom: solid 3px #568EB6;
}

#mainareamenu ul {
	z-index: 999999;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
	width: 580px;
}
#mainareamenu li {
   display:inline;
   margin:0; padding:0;
}
#mainareamenu a {
   float:left;
   background: url(/images/theme/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#mainareamenu a span {
   float:left;
   display:block;
   background: url(/images/theme/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#mainareamenu a span {float:none;}
/* End IE5-Mac hack */
#mainareamenu a:hover span {
	color:#FFF;
}
#mainareamenu a:hover {
   background-position:0% -42px;
}
#mainareamenu a:hover span {
   background-position:100% -42px;
}
#mainareamenu #current a {
   background-position:0% -42px;
	color: #FFF;
}
#mainareamenu #current a span {
   background-position:100% -42px;
	color: #FFF;
}



<style type="text/css">

  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */

</style><!-- main stylesheet ends, CC with new stylesheet below... -->

<!--[if IE]>
<style type="text/css">
  .clearfix {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
</style>
<![endif]-->

