/**************************************************************

   Visit studio7designs.com for more layouts and downloads for this template!

 **************************************************************/



/*********************************************************

   HTML Elements

 *********************************************************/



html,

body {

  height: 100%;

}



body {

  margin: 0;

  padding: 0;

  text-align: center;

  background: url(../images/bg/light_body.gif) repeat-y top center;

  font: 600 1.0em verdana, arial, sans-serif;

  line-height: 170%;


  color: #555;


}





/* Headers */

h1, h2, h3, h4, h5, h6 {

  margin: 0 0 10px 0;

  padding: 0;

}





h1 {

  padding-bottom: 0.2em;



  font: 600 italic 1.6em georgia;

  color: #536C71;

  border-bottom: 12px solid #ddd;

  

}



h2 {

  font: 600 italic 1.2em georgia;

  color: #586B7A;

}



h3 {

  font: 1.2em georgia;

  text-transform: uppercase;

  font-size: 0.9em;

  color: #5D6F73;

}



h4 {

  font-size: 0.85em;

}



h5 {

  font-size: 0.8em;

}





/* Needed to horizontally pad in a coloured container */

.horzPad h1,

.horzPad h2,

.horzPad h3,

.horzPad h4,

.horzPad h5,

.horzPad p {

  padding-left: 5px;

  padding-right: 5px;

}





/* Links */

a {

  text-decoration: none;

  color: #3B5D77;

}



a:hover {

  color: #668FA3;

}



a img {

  border: 0;

}



a img.border {  

  border: 1px solid #FC3307;

}



a:hover img.border {  

  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */

  border: 1px solid #668FA3 !important;

  border: 1px solid #FC3307;

}







/* Images */

img.floatRight {

  margin: 5px 0 10px 10px;

}



img.floatLeft {

  margin: 5px 10px 10px 0;

}







/* Lists */

ul.image-bullets li {

  list-style-image: url(../images/bg/submenu1.gif);

}



ol li {

  font-weight: bold;

  color: #668FA3;

}



ol li span {

  font-weight: normal;

  color: #444;

}







/* Blockquote */

blockquote {

  margin: 0;

  padding: 0 20px;

  background: #E7F1F3;

  border-top: 1px solid #AAD3DB;

  border-bottom: 1px solid #AAD3DB;

}







/**************************************************************

   Form Elements

 **************************************************************/



form {

  padding: 0;

  margin: 0;

}



/* If you're finding the input elements get pushed down, increase the width */

label {

  float: left;

  width: 30%;

  vertical-align: top;

}



input,

textarea,

select {

  padding: 1px;

  font: 400 1em verdana, sans-serif;

  color: #999;

  background: #EEE;

  border: 1px solid #CCC;

}



input:focus,

input:hover,

textarea:focus,

textarea:hover,

select:focus,

select:hover {

  color: #000;

  background: #E7F1F3;

  border: 1px solid #888;

}



input.noBorder,

input:focus.noBorder,

input:hover.noBorder {

  padding: 0;

  border: 0;

}



input.button {

  padding: 2px 5px;



  font: 400 0.9em verdana, serif;

  cursor: pointer;



  color: #fff;

  background: #AD865F;

  border-width: 2px;

  border-style: solid;

  border-color: #B2947C #947256 #947256 #B2947C;

}



input.radio {

  background: none;

  border: 0px;

}



.error {

	font-size:70%;

	color:#c00;

	font-weight:bold;

	margin-left:25%;

	margin-top:-7px;

}





.calendar { font-size:70%; line-height:1em; }

.calendar td.monthname { border: solid 1px #eee; font-weight:bold; font-size:120%; padding:6px 0 2px 0; }

.calendar td.cell { border-width:1px; border-style:solid; border-color:#8CA7D4; cursor:pointer; width:18px; text-align:right; padding:2px; }

.calendar td.day { text-align:right; padding-right:3px; }

.calendar td.selected { background-color: #8CA7D4; }

.calendar td.hover { background-color:#BDC0E1; }



.prices { width:100%;font-size:70%; }

table.prices { border: solid 1px #BDC0E1; }

table.prices td { border: solid 1px #BDC0E1;  }



table.admin { font-size:80%; border:solid 1px #BDC0E1; }

table.admin th { background-color: #BDC0E1; }

table.admin td { padding:2px; }


p {
  clear:both;
  
}

p .inline-photo {
  float:left;
  margin:6px 12px 12px 0;
  
}

