/*Print stylesheet for www.moonboats.co.uk 
Contents
1. Body
2. Sidebar
3. Main content in vaguely top to bottom order
4. Typography
5. Links
6. Tables
*/

*{
margin:0;
padding:0;
border:0;
}

body {
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333;
background-color:#fff;
}

#container {width:100%;}

#banner {display:none}

/*-------------Sidebar ------------------*/

#sidebar {display:none}

/*-----------End of sidebar stuff, start of main container stuff-----*/

#contentcontainer {}
		
#content {}

#blurb {margin-top:20px;}

/*-----------tabs-----*/

#extratab {
width:100%;
}

#nav {display:none}

/*-----------End of tab stuff-----*/

.teaser {}

.dropshadow {}

.dropshadow img {}

.textbox {margin-bottom:5pt;}

.textbox img {display:none}

#credit  {display:none}

blockquote {}

br {display:none}        

.divider{display:none}

.clear {display:none}

.hide {display:none}

#tops  {display:none}

#contentbottom {display:none}	

#footer {display:none}

#counter {display:none}

#counter img {display:none}

/*--------------------------------- typography -------------------------------------*/

p {    
font-size:10pt;
color: #000;
text-align: justify;
}

.left {display:none;}

p img {display:none}

.copyright {display:none}

h1 {
font-size:11pt;
text-align: justify;
}

.title {font-size:11pt;}

h2 {
font-size:11pt;
text-align: justify;
margin: 2px 10px 2px 20px;
}

h3 {
font-size:10pt;
text-align: justify;
margin: 2pt 0;
font-weight: bold;
}

/*-------------------------- links -------------------------------------*/

a:link {
color:#33c;
text-decoration:none;
}

/*--------------------- tables-------------------------------------*/

/*smaller photos on index page*/	

#smallsnaps {}

#smallsnaps td {
text-align:center;
padding-left:14px;
}/*to account for the drop shadow*/

#smallsnaps .dropshadow {margin:10px auto 0;}

#smallsnaps p {
text-align:center;
padding:0;
font-size:9pt;
font-weight:bold;
margin-right:14px;/*to account for the drop shadow*/
}

/*---------------------------- availability -------------------------------------*/			 

#calendar table {
border: 1px solid #6cc;
margin:10px auto;
width:420px;
} 	

#calendar td {
width:53px;
border: 1px solid #666;
font-family:Arial, Helvetica, sans-serif;
font-size:11pt;
font-weight:bold;
}

.month {background-color:#fbbd39;}

.day {color:#060;}

.unbooked {}	

.maybe {}

.maybeout {}

.maybeback {}

.maybebackbookedout {}

.booked {color: #ccc;}	

.bookedout {}	

.bookedback {}

.bookedbackmaybeout {}

.blank {}	

/*--------------------------------- Prices Table -------------------------------------*/	

#price table {
border: 1px solid #ccc;
margin:10px auto;
width:550px;
} 	

#price td {
width:174px;
border: 1px solid #666;
font-size:11pt;
font-weight:bold;
padding:2px 0 2px 5px;
}	

.dates {text-align:left;}	

/*--------------- Booking Form-------------------------------------*/

#bookform {
font-family: Arial, Helvetica, sans-serif;     
margin:auto;
}

#bookform h1 {margin:2px 0}

#bookform table{
color: #000;
border:1px solid #666;
text-align: left;
}

#bookform table td {
font-size:11pt;
color: #000;
text-align: justify;
padding:2px 10px;
border:1px solid #999;
}

/*-------------------------------------------contact form -------------------------------------*/	

#formheader {display:none}


		 
