@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	background-color: #76867D;
	background-image: url(http://www.norfolk-luxury-cottages.co.uk/images/background.gif);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 962px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-color: #242C29;
	margin: 0px;
} 
.twoColFixLtHdr #toolbar {
	background-color: #64934B;
	background-image: url(http://www.norfolk-luxury-cottages.co.uk/images/nav_bar_bg.jpg);
	height: 24px;
	font-weight: bold;
	color: #FFF;
	padding-top: 2px;
	padding-left: 8px;
	background-repeat: repeat-x;
	padding-right: 8px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.rollover {
position:absolute;
top:10px;
right:0px;
display:block;
width: 252px;
height:60px;
background: url("http://www.norfolk-luxury-cottages.co.uk/images/24hour_booking_button.gif") 0 0 no-repeat;
text-decoration: none;
}
 a.rollover:hover { 
background-position: 0 -60px;
}

#header_link_image {
    border:0px;
}

#header {
position:relative;
width:949px;
height:104px;
background: url("http://www.norfolk-luxury-cottages.co.uk/images/cranmer_banner.gif") 0 0 no-repeat;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	color: #FFF;
	background-color: #444;
	margin: 0;
	padding: 0;
	height: 100%;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 7px;
	padding-right: 9px;
	padding-left: 9px;
	background-color: #FFF;
	padding-bottom: 5px;
} 

.twoColFixLtHdr #mainblog {
	margin-top: 0;
	margin-right: 320;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 7px;
	padding-right: 9px;
	padding-left: 9px;
	background-color: #FFF;
	padding-bottom: 5px;
} 


.twoColFixLtHdr #footer {
	text-align: left;
	padding-top: 5;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 10px;
	color: #CCC;
	margin: 0px;
	background-color: #70877D;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FF0;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
	margin: 0;
	padding: 0;
	width: 168px;
	list-style-type: none;
	z-index:999;
}
	
.suckerdiv ul li{
position: relative;
	z-index:999;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
		z-index:999;
	position: absolute;
	width: 170px; /*sub menu width*/
	top: 0;
	visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #FFF;
	text-decoration: none;
	background-color: #444;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 20px;
	background-image: url(http://www.norfolk-luxury-cottages.co.uk/images/diamonds.gif);
	background-repeat: no-repeat;
	margin-right: 0px;
}

.suckerdiv ul li a:visited{
	color: #FFF;
	background-color: #444;
	background-image: url(http://www.norfolk-luxury-cottages.co.uk/images/diamonds.gif);
	background-repeat: no-repeat;
}

.suckerdiv ul li a:hover{
	background-color: #900;
	color: #FFF;
	background-image: url(http://www.norfolk-luxury-cottages.co.uk/images/nav_bar_bg_hover.jpg);
}

.suckerdiv .subfolderstyle{
	background-color: #444;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #575758;
	padding: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 0px;
}

.greenbox {
	padding: 5px;
	border: 1px solid #73bb19;
	text-align: center;
	font-size: 14px;
	color: #24782D;
	background-color: #FFF;
	margin-bottom: 10px;
}
.bluebox {
	padding: 5px;
	border: 1px solid #516C93;
	text-align: center;
	font-size: 14px;
	color: #547294;
	background-color: #FFF;
	margin-bottom: 10px;
}
.rightCol {
	float: right;
	width: 300px;
	background-color: #EDEEE9;
	padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
.red {
	color: #FFF;
	background-color: #900;
	background-image: url(http://www.norfolk-luxury-cottages.co.uk/images/Button_red_bg.gif);
	border: 1px outset #900;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.box1 {
	padding: 5px;
	border-top-color: #778A84;
	border-right-color: #778A84;
	border-bottom-color: #778A84;
	border-left-color: #778A84;
	color: #FFF;
}

.box2 {
	background-color: #999;
	color: #333;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.twoColFixLtHdr #mainContent a:link {
	font-weight: bold;
	color: #069;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:visited {
	font-weight: bold;
	color: #069;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:hover {
	font-weight: bold;
	color: #900;
	text-decoration: underline;
}

.testamonial {
	background-color: #575758;
	font-style: italic;
	color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.formfield {
margin-top: 5px; margin-bottom: 5px; border: 1px solid #999; padding: 3px;	
}
.twoColFixLtHdr #container #mainContent .rightCol ul li {
	list-style-type: square;
} 

.cottagechart td
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
.cottagechart table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
.cottagechart th {
	font-weight: bold;
	color: #000;
	background-color: #CBCBCB;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
.twoColFixLtHdr #container #sidebar1 .box2 h3 {
	color: #FFF;
	margin: 0px;
	font-size: 14px;
}
.twoColFixLtHdr #container #sidebar1 .box2 p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.smallprint {
	font-size: 10px;
}
td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
}



/* Posts
----------------------------------------------- */
@media all {
  .date-header {
    margin:1.5em 0 .5em;
    }
  .post {
    margin:.5em 0 1.5em;
    border-bottom:1px dotted #ccc;
    padding-bottom:1.5em;
    }
  }
@media handheld {
  .date-header {
    padding:0 1.5em 0 1.5em;
    }
  .post {
    padding:0 1.5em 0 1.5em;
    }
  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  color:#c60;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#c60;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  color:#333;
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#ccc;
  }
.post-footer em, .comment-link {
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  border:1px solid #ddd;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }


/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }
.paging-control-container {
  float: right;
  margin: 0px 6px 0px 0px;
  font-size: 80%;
}
.unneeded-paging-control {
  visibility: hidden;
}
/* Content
----------------------------------------------- */
@media all {
  #content {
	width:760px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color: #FFF;
    }
  #main {
    width:520px;
    float:left;
    }
  #sidebar {
    width:200px;
    float:right;
    background-color: #EDEEE9;
	padding: 10px;
    }
  }
@media handheld {
  #content {
	width:90%;
	background-color: #FFF;
    }
  #main {
	width:100%;
	float:none;
	background-color: #FFF;
    }
  #sidebar {
	width:100%;
	float:none;
	background-color: #EDEEE9;
	
    }
  }
