/* CSS Document */

body {
	color: #565656 !important;
	line-height: 1.2em;
}
a {
	color: #348;
}
p {
	line-height: 1.3em;
}
h1, h2, h3, h4,.panel h1, .panel h2, .panel h3, .panel h4 {
	font-family: 'Rancho', cursive;
	color: #036;
	font-weight: bold;
}
.apartment-list h3 {
	font-family: inherit;
    font-size: 1.1em;
    font-weight: normal;
}
.apartment-list a {
	color: #348;
}
@font-face {
  font-family: 'Challenge Bold LET';
  src: url('/themes/sandy_cove_responsive/challenge_bold.woff') format('woff');
}
#header #h1, #header #h2 {
	font-family: 'Challenge Bold LET';
	font-size: 62px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 3px 3px 3px #000;
}
#header #h2 {
	font-size: 35px;
}
#header #h3 {
	font-family: 'Dancing Script', cursive;
	font-size: 23px;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}
#fnav .nav li a {
	padding: 0 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	text-shadow: 1px 1px 2px #000;
}
#fnav .nav li a:hover {
	text-decoration: underline;
}
#fnav .nav-selected {
	font-weight: bold;
}
#copy {
	color: #323232;
	font-size: 10px;
	line-height: 13px;
}