/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---------------------------
------------------------------
------------------------------
960
*/

/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Containers
----------------------------------------------------------------------------------------------------*/

.container_12,
.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.container_12 .grid_3,
.container_16 .grid_4 {
	width: 220px;
}

.container_12 .grid_6,
.container_16 .grid_8 {
	width: 460px;
}

.container_12 .grid_9,
.container_16 .grid_12 {
	width: 700px;
}

.container_12 .grid_12,
.container_16 .grid_16 {
	width: 940px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width: 60px;
}

.container_12 .grid_2 {
	width: 140px;
}

.container_12 .grid_4 {
	width: 300px;
}

.container_12 .grid_5 {
	width: 380px;
}

.container_12 .grid_7 {
	width: 540px;
}

.container_12 .grid_8 {
	width: 620px;
}

.container_12 .grid_10 {
	width: 780px;
}

.container_12 .grid_11 {
	width: 860px;
}

/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
	width: 40px;
}

.container_16 .grid_2 {
	width: 100px;
}

.container_16 .grid_3 {
	width: 160px;
}

.container_16 .grid_5 {
	width: 280px;
}

.container_16 .grid_6 {
	width: 340px;
}

.container_16 .grid_7 {
	width: 400px;
}

.container_16 .grid_9 {
	width: 520px;
}

.container_16 .grid_10 {
	width: 580px;
}

.container_16 .grid_11 {
	width: 640px;
}

.container_16 .grid_13 {
	width: 760px;
}

.container_16 .grid_14 {
	width: 820px;
}

.container_16 .grid_15 {
	width: 880px;
}

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_3,
.container_16 .prefix_4 {
	padding-left: 240px;
}

.container_12 .prefix_6,
.container_16 .prefix_8 {
	padding-left: 480px;
}

.container_12 .prefix_9,
.container_16 .prefix_12 {
	padding-left: 720px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left: 80px;
}

.container_12 .prefix_2 {
	padding-left: 160px;
}

.container_12 .prefix_4 {
	padding-left: 320px;
}

.container_12 .prefix_5 {
	padding-left: 400px;
}

.container_12 .prefix_7 {
	padding-left: 560px;
}

.container_12 .prefix_8 {
	padding-left: 640px;
}

.container_12 .prefix_10 {
	padding-left: 800px;
}

.container_12 .prefix_11 {
	padding-left: 880px;
}

/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
	padding-left: 60px;
}

.container_16 .prefix_2 {
	padding-left: 120px;
}

.container_16 .prefix_3 {
	padding-left: 180px;
}

.container_16 .prefix_5 {
	padding-left: 300px;
}

.container_16 .prefix_6 {
	padding-left: 360px;
}

.container_16 .prefix_7 {
	padding-left: 420px;
}

.container_16 .prefix_9 {
	padding-left: 540px;
}

.container_16 .prefix_10 {
	padding-left: 600px;
}

.container_16 .prefix_11 {
	padding-left: 660px;
}

.container_16 .prefix_13 {
	padding-left: 780px;
}

.container_16 .prefix_14 {
	padding-left: 840px;
}

.container_16 .prefix_15 {
	padding-left: 900px;
}

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_3,
.container_16 .suffix_4 {
	padding-right: 240px;
}

.container_12 .suffix_6,
.container_16 .suffix_8 {
	padding-right: 480px;
}

.container_12 .suffix_9,
.container_16 .suffix_12 {
	padding-right: 720px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right: 80px;
}

.container_12 .suffix_2 {
	padding-right: 160px;
}

.container_12 .suffix_4 {
	padding-right: 320px;
}

.container_12 .suffix_5 {
	padding-right: 400px;
}

.container_12 .suffix_7 {
	padding-right: 560px;
}

.container_12 .suffix_8 {
	padding-right: 640px;
}

.container_12 .suffix_10 {
	padding-right: 800px;
}

.container_12 .suffix_11 {
	padding-right: 880px;
}

/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
	padding-right: 60px;
}

.container_16 .suffix_2 {
	padding-right: 120px;
}

.container_16 .suffix_3 {
	padding-right: 180px;
}

.container_16 .suffix_5 {
	padding-right: 300px;
}

.container_16 .suffix_6 {
	padding-right: 360px;
}

.container_16 .suffix_7 {
	padding-right: 420px;
}

.container_16 .suffix_9 {
	padding-right: 540px;
}

.container_16 .suffix_10 {
	padding-right: 600px;
}

.container_16 .suffix_11 {
	padding-right: 660px;
}

.container_16 .suffix_13 {
	padding-right: 780px;
}

.container_16 .suffix_14 {
	padding-right: 840px;
}

.container_16 .suffix_15 {
	padding-right: 900px;
}

/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .push_3,
.container_16 .push_4 {
	left: 240px;
}

.container_12 .push_6,
.container_16 .push_8 {
	left: 480px;
}

.container_12 .push_9,
.container_16 .push_12 {
	left: 720px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
	left: 80px;
}

.container_12 .push_2 {
	left: 160px;
}

.container_12 .push_4 {
	left: 320px;
}

.container_12 .push_5 {
	left: 400px;
}

.container_12 .push_7 {
	left: 560px;
}

.container_12 .push_8 {
	left: 640px;
}

.container_12 .push_10 {
	left: 800px;
}

.container_12 .push_11 {
	left: 880px;
}

/* `Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1 {
	left: 60px;
}

.container_16 .push_2 {
	left: 120px;
}

.container_16 .push_3 {
	left: 180px;
}

.container_16 .push_5 {
	left: 300px;
}

.container_16 .push_6 {
	left: 360px;
}

.container_16 .push_7 {
	left: 420px;
}

.container_16 .push_9 {
	left: 540px;
}

.container_16 .push_10 {
	left: 600px;
}

.container_16 .push_11 {
	left: 660px;
}

.container_16 .push_13 {
	left: 780px;
}

.container_16 .push_14 {
	left: 840px;
}

.container_16 .push_15 {
	left: 900px;
}

/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_3,
.container_16 .pull_4 {
	left: -240px;
}

.container_12 .pull_6,
.container_16 .pull_8 {
	left: -480px;
}

.container_12 .pull_9,
.container_16 .pull_12 {
	left: -720px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
	left: -80px;
}

.container_12 .pull_2 {
	left: -160px;
}

.container_12 .pull_4 {
	left: -320px;
}

.container_12 .pull_5 {
	left: -400px;
}

.container_12 .pull_7 {
	left: -560px;
}

.container_12 .pull_8 {
	left: -640px;
}

.container_12 .pull_10 {
	left: -800px;
}

.container_12 .pull_11 {
	left: -880px;
}

/* `Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
	left: -60px;
}

.container_16 .pull_2 {
	left: -120px;
}

.container_16 .pull_3 {
	left: -180px;
}

.container_16 .pull_5 {
	left: -300px;
}

.container_16 .pull_6 {
	left: -360px;
}

.container_16 .pull_7 {
	left: -420px;
}

.container_16 .pull_9 {
	left: -540px;
}

.container_16 .pull_10 {
	left: -600px;
}

.container_16 .pull_11 {
	left: -660px;
}

.container_16 .pull_13 {
	left: -780px;
}

.container_16 .pull_14 {
	left: -840px;
}

.container_16 .pull_15 {
	left: -900px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

* html .clearfix {
	height: 1%;
}


/* ---------------------------
------------------------------
------------------------------
TEXT
*/

/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#content_out {
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #333333;
	background-image: url(/images/header_out-bg.png);

}
.bright #content_out {
	background-color: #99CC00;
}


#secondary {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.33;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}
#primary .post {
	padding-top: 26px;
	padding-right: 26px;
	padding-bottom: 0px;
	padding-left: 26px;
}

#primary {
min-height: 400px;
}
#secondary .guts {
	padding-top: 26px;
	padding-right: 26px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header #call-to-action {
	position: absolute;
	top: 82px;
	right: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: -2px;
}

#header #paypal-logos {
	position: absolute;
	top: 0px;
	right: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: -2px;
}



#footer .copyright {
	text-align: center;
	padding-bottom: 18px;
	margin-bottom: 0px;
	margin-top: 50px;
}

.home #header {
	height: 460px;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(/images/header-3.jpg);
	background-repeat: no-repeat;
	background-position: center 150px;
}

#header {
	height: 143px;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(/images/header-3.jpg);
	background-repeat: no-repeat;
	background-position: center 150px;
}


#facebook {
	position: absolute;
	top: 85px;
	right: 25px;
}


#content {
	padding-bottom: 54px;
	background-color: #fff;
	padding-top: 27px;
	background-repeat: repeat-y;
	background-position: 580px 20px;
}
#nav  {
	background-color: #000000;
	height: 45px;
	margin-right: auto;
	margin-left: auto;
}
#nav_out {
	background-color: #000000;
	background-image: url(/images/images/header_out-bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#garlic {
	position: absolute;
	left: -150px;
	top: -180px;

}
#secondary blockquote {
	font-style: italic;
	font-size: 14px;
	color: #666666;
}



#footer_out {
	background-color: #333333;
	padding-top: 18px;
	border-top-width: 20px;
	border-top-style: double;
	border-top-color: #000000;
	background-image: url(/images/header_bg2.jpg);
	background-repeat: repeat;
}
#nav  li  {
	float: left;
	list-style-type: none;
	margin-left: 50px;
}
#nav  li:first-child  {
margin-left: 0px;
}
#nav  a  {
	font-size: 16px;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	height: 20px;
	padding-bottom: 10px;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 11px;
}
#secondary h3 {
	margin-bottom: 0px;
	font-size: 24px;
	letter-spacing: -1px;
}

#header #logo a  {
	height: 120px;
	width: 400px;
	background-image: url(/images/images/cliffhouse_furnished_logo_k.png);
	text-indent: -9995px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	left: 25px;
	top: 20px;
	z-index: 99;
}
/*
#header #swoosh {
	background-image: url(/images/swoosh.png);
	background-repeat: no-repeat;
	height: 138px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 960px;
}
*/
#header  h1 {
margin: 0;
}
#nav_out #nav ul {
	margin: 0px 0 0 27px;
}


#header_out {
	background-color: #000000;
	background-image: url(/images/header_bg2.jpg);
	background-repeat: repeat;
	background-position: center top;
}
#header_ds {
	background-image: url(/images/images/header_out-bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#nav  a:hover  {
	font-size: 16px;
	background-image: url(../assets/images/nav-arrow2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#footer, #footer  p   {
	color: #000000;
}
#footer a, #footer li {
	text-decoration: none;
	color: #333333;
}

.home #primary h2, #primary h1 {
	font-size: 36px;
	color: #000000;
	letter-spacing: -2.5px;
	font-weight: bold;
}
.alive {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	padding: 13px;
	line-height: 1.33em;
}


.home #primary h3, #primary h2 {
	font-size: 23px;
	color: #666666;
}

.home #primary h4, #primary h3 {
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 0px;
}

.home #primary h5, #primary h4 {
	font-size: 19px;
	margin-bottom: 0px;
}
.home #primary h6, #primary h5 {
	font-size: 16px;
	margin-bottom: 0px;
}
#footer {
	position: relative;
}

.sidebar_entry img {
margin: 10px 0;
}

.sidebar_entry {
margin-bottom: 20px;
}
ol.top5 li {font-size:14px;}

ul.gallery-images {
list-style: none;
}

ul.gallery-images li {
float: left;
margin: 0 10px 10px 0;
}

table.rates {
width: 90%;
border: solid 1px #ccc;
}

.rates th {
background-color: #ccc;
padding: 5px;
}

.rates td {
padding: 5px;
text-align: center;
}

.image-right {
float: right;
margin: 0 0 10px 10px;
}
.image-left {
float: left;
margin: 0 10px 10px 0;
}

.testimonials blockquote {
margin-top: 10px;
margin-bottom: 10px;
font-size: 16px;
font-style: italic;
}

.testimonials cite {
display: block;
text-align: right;
margin-top: -10px;
font-style: normal;
font-size: 12px;
padding-bottom: 20px;
font-weight: bold;
}

.theedge #header #logo a {
background-image: url("/images/theedge/logo-the-edge.png");
top: 13px;
}

.button {
    background-color: #6b320c;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    color: white;
    font-weight: bold;
    padding: 6px 10px;
    text-align: right;
    text-decoration: none;
}

#footer .connect p {
    background-color: #000;
    color: white;
    font-size: 21px;
    margin-bottom: 0;
    margin-top: 20px;
    padding: 20px;
    text-align: center;
border-radius: 8px 8px 8px 8px
}

#footer .connect a {
color: #999;
font-weight: bold;
}