
/* Resets
--------------------------------------------------------------------------------*/

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

fieldset {
	border: 0;
}

a img {
	border: 0;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
}

a {
	color: #a64b1f;
	text-decoration: none;
}

a:hover {
	color: #813215;
	text-decoration: none;
}

/* General Styling and Structure
--------------------------------------------------------------------------------*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #222222;
	margin: 0;
	padding: 0;
	background: #431108 url(body-bg.jpg) bottom center no-repeat;
}

#top-bg {
	position: absolute;
	top: 0;
	background: transparent url(top-bg.jpg) top center no-repeat;
	width: 100%;
	height: 773px;
}

p {
	line-height: 1.5;
	padding: .5em 0;
}

h1,
h2,
h3,
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #2d1300;
	font-weight: normal;
}

h1 {
	font-size: 30px;
	line-height: 1;
	color: #fff;
}

h2,
h3 {
	line-height: 1.3;
	padding-bottom: 22px;
	color: #2d1300;
}

h2 {
	padding: .3em 0;
}

h4 {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 5px;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#header-top {
	background: url(header-bg.png) bottom no-repeat;
	padding: 0 40px 0 140px;
	line-height: 1;
	padding-bottom: 20px;
	position: relative;
}

#pen {
	background: url(pen.png) top left no-repeat;
	position: absolute;
	left: -50px;
	top: 0;
	height: 116px;
	width: 185px;
}

#header a {
	color: #6c3715;
}

#header a:hover {
	color: #fff;
}

#logo,
#logo a {
	text-decoration: none;
	font-size: 36px;
	font-weight: normal;
	color: #2d1300;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Navigation
--------------------------------------------------------------------------------*/

#navigation {
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1;
	background: none;
	padding: 30px 20px 10px;
}

#navigation ul {
}

#navigation li {
	float: left;
	position: relative;
	padding: 0;
	margin: 0 12px 0 0;
}

#navigation li a {
	float: left;
	display: block;
	color: #dba963;
	font-size: 19px;
	text-decoration: none;
	padding: 10px 12px;
	margin: 0;
	border: 0;
	outline: 0;
}

#navigation li:hover a,
#navigation li#active a {
	color: #f4cf9f;
	background: #370804;
	background-color: rgba(55, 8, 4, 0.55);
}

/* Navigation Drop-Down Menu Customization
--------------------------------------------------------------------------------*/

#wsite-menus .wsite-menu li a {
	padding: 10px;
	color: #dba963;
	background: #390802;
	border: 0;
	border-bottom: 1px solid #601d12;
}

#wsite-menus .wsite-menu li a:hover {
	color: #f4cf9f;
	background: #581209;
}

/* Header Area
-------------------------------------------------------------*/

#header {
	width: 100%;
	height: 150px;
}

#header,
#header table {
	border-collapse: collapse;
	border-spacing: 0;
}

#header td {
	vertical-align: middle;
	text-align: left;
}

#logo {
	padding: 25px 0;
}

#header-right {
	padding: 0 0 0 10px;
}

#header-right table {
	width: 1px;
}

#header-right table,
#header-right .search,
#header-right .wsite-search {
	clear: right;
	float: right;
}

#header-right td {
	padding: 0;
}

/* TOP RIGHT: Phone Number
--------------------------------------------------------------------------------*/

#header-right .phone-number .wsite-text {
	color: #2d1300;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	display: block;
	white-space: nowrap;
	margin: 5px 0 5px 15px;
}

/* TOP RIGHT: Content Area
--------------------------------------------------------------------------------*/

#header-right .wsite-social {
	vertical-align: middle;
	margin: 5px 0 5px 10px;
}

.wsite-social-item {  /* a */
	width: 19px;
	height: 19px;
	margin: 0 0 0 3px;
	vertical-align: middle;
	cursor: pointer;
	font-size: 0;
}

.wsite-social-item span {
	display: none;
}

.wsite-social-rss {
	background: transparent url(rss-h.png) no-repeat;
}

.wsite-social-linkedin {
	background: transparent url(linkedin-h.png) no-repeat;
}

.wsite-social-facebook {
	background: transparent url(facebook-h.png) no-repeat;
}

.wsite-social-twitter {
	background: transparent url(twitter-h.png) no-repeat;
}

/* TOP RIGHT: Search Box
--------------------------------------------------------------------------------*/

#header-right .wsite-search {
	margin: 5px 0 5px 15px;
	width: 207px;
	height: 25px;
	background: transparent url(searchForm-bg.png) no-repeat;
}

#header-right .wsite-search-input {
	width: 154px;
	height: 11px;
	border: 0;
	padding: 7px 10px !important;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #2d1300;
	font-size: 12px;
}

#header-right .wsite-search-button {
	display: inline-block;
	width: 33px;
	height: 25px;
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	font-size: 0;
	background: none;
}

/* Footer
--------------------------------------------------------------------------------*/

#footer {
	padding: 25px 30px;
	margin: 0 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #dba963;
	font-size: 14px;
	text-align: right;
}

#footer h2 {
	color: #dba963;
}

#footer a {
	color: #f8dab3;
}

#footer a:hover {
	color: #dba963;
}

#footer-right {
	float: right;
	width: 240px;
	text-align: right;
	display: none;
}

#footer .wsite-social {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

#footer .wsite-social-item {
	width: 19px;
	height: 19px;
	margin: 0 2px 0 0;
}

#footer .wsite-social-rss {
	background: transparent url(rss.png) no-repeat;
}

#footer .wsite-social-linkedin {
	background: transparent url(linkedin.png) no-repeat;
}

#footer .wsite-social-facebook {
	background: transparent url(facebook.png) no-repeat;
}

#footer .wsite-social-twitter {
	background: transparent url(twitter.png) no-repeat;
}

.rights {
	line-height: 19px;
	vertical-align: middle;
}

.wsite-footer {  /* make sure enough space between element footer and attribution */
	margin-bottom: 15px;
}

#footer h2 {
	font-size:18px;
	border-bottom:1px solid #b78948;
}

/* Footer Form Customization
--------------------------------------------------------------------------------*/

.wsite-form-container {
	margin-top:0px !important;
	text-align:left !important;
}

.wsite-footer .wsite-form-label {
	font-size: 1em !important;
	padding: 5px 0 2px 0 !important;
	color:#b78948;
}

.wsite-footer .wsite-form-field {
	width:315px !important;
}

.wsite-footer .form-radio-container {
	font-size:1em !important;
}

.wsite-footer .wsite-form-input {
	font-size: 1em !important;
	width: 100% !important;
	background-color:#fff;
}

.wsite-footer .form-select {
	width: 100% !important;
	background-color:#fff;
}


/* main contents styles
--------------------------------------------------------------------------------*/

#main-top {
	background: url(main-top.png) center top no-repeat;
	position: relative;
}

#main-bot {
	background: url(main-bot.png) center bottom no-repeat;
	padding: 30px 0 131px;
	zoom: 1;
	position: relative;
}

#main-bg {
	position: absolute;
	top: 510px;
	bottom: 150px;
	left: 0;
	right: 0;
	background: url(main.png) repeat-y;
}

#main {
	padding: 0 73px;
	position: relative;
	zoom: 1;
}

#frame-wrapper {
	margin: 24px 10px 10px 10px;
	position: relative;
}

#wsite-header-wrapper {
	padding: 20px;
}

.wsite-header {
	overflow: hidden;
}

#frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	right: 0;
}

#content {
	min-height: 400px;
	padding: 15px 20px;
}

/* PAGE TYPE: tall-header
--------------------------------------------------------------------------------*/

.tall-header-page .wsite-header {  /* the user-editable image */
	width: 760px;
	height: 235px;
	background: url(banner-tall.jpg) center center no-repeat;
}

.tall-header-page #frame,
.tall-header-page #frame-wrapper {
	height: 275px;
	width: 800px;
}

.tall-header-page #frame {
	background: url(frame-tall.png) center center no-repeat;
}

/* PAGE TYPE: short-header
--------------------------------------------------------------------------------*/

.short-header-page .wsite-header {  /* the user-editable image */
	width: 760px;
	height: 160px;
	background: url(banner-short.jpg) center center no-repeat;
}

.short-header-page #frame,
.short-header-page #frame-wrapper {
	height: 200px;
	width: 800px;
}

.short-header-page #frame {
	background: url(frame-short.png) center center no-repeat;
}

/* PAGE TYPE: no-header-header
--------------------------------------------------------------------------------*/

.no-header-page #frame {
	display: none;
}

.no-header-page .wsite-header {  /* the user-editable image */
}

/* PAGE TYPE: landing
--------------------------------------------------------------------------------*/

.landing-page #main {
}

.landing-page .wsite-header {  /* the user-editable image */
	height: 260px;
	width: 410px;
	background: url(banner-landing.jpg) center center no-repeat;
}

.landing-page #frame,
.landing-page #frame-wrapper {
	height: 300px;
	width: 450px;
}

.landing-page #frame {
	background: url(frame-landing.png) center center no-repeat;
}

#banner-left {
	float: left;
	width: 450px;
}

#banner-right {
	float: left;
	width: 315px;
	padding: 50px 0 0 35px;
}

#banner-right h2 {
	font-size: 30px;
	color: #2d1300;
}

#banner-right p {
	padding-bottom: 35px;
}

/* PAGE TYPE: splash
--------------------------------------------------------------------------------*/

.splash-page .wsite-header {  /* the user-editable image */
	height: 142px;
	background: url(banner-splash.jpg) no-repeat;
}

.splash-page #container {
	width: 628px;
}

.splash-page #header {
	background: url(header-splash.png) no-repeat;
}

.splash-page #banner-bot {
	background: url(banner-bot-splash.jpg) left bottom no-repeat;
	padding-bottom: 19px;
}

.splash-page #banner-top {
	background: url(banner-top-splash.jpg) no-repeat;
	padding-top: 15px;
}

.splash-page #bannr-mid {
	background: url(banner-mid-splash.jpg) repeat-y;
}

.splash-page #banner {
	width: 454px;
}

.splash-page #main-top {
	background: #d6a86d url(main-top-splash.jpg) no-repeat;
}

.splash-page #main-bot {
	background: url(main-bot-splash.jpg) left bottom no-repeat;
	padding-bottom: 133px;
}

.splash-page .search {
	display: none;
}

.splash-page .phone-number {
}

.splash-page #header-right {
	display: none;
}

.splash-page #navigation {
	display: none;
}

.splash-page #content {
	height: auto !important;
	min-height: 300px;
}

.splash-page #footer .wsite-social {
	display: none;
}

.splash-page #footer {
	text-align: center;
}

/* Form Customization
--------------------------------------------------------------------------------*/

.wsite-form-label {
	display: inline-block;
	color: #2d1300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	padding: 12px 0 5px 0;
}

.form-radio-container {
}

.wsite-form-input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background: #fff url(field.png) repeat-x;
	color: #222222;
	border: 1px solid #d2d2d2;
	padding: 8px 4px 5px 4px !important;
	line-height: 1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.form-select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background: #fff url(field.png) repeat-x;
	color: #222222;
	border: 1px solid #dcd0bc;
	padding: 3px;
	height: 25px;
	line-height: 25px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* Buttons
--------------------------------------------------------------------------------*/

/*
  Buttons are styled with background image sprites. There are 4 unique image files:
   - small & normal-colored  (button_small_grey.png)
   - large & normal-colored  (button_large_grey.png)
   - small & highlight-colored  (button_small_orange.png)
   - large & highlight-colored  (button_large_orange.png)

  Each of these 4 types of buttons must define a :hover state (when user's mouse is over)
  as well as an :active state (when the user presses down).

  Look at the CSS (especially the inner .wsite-button-inner wrapper), as well as the
  image files to understand how the liquid-width nature of these buttons work.
 */

/* small */

.wsite-button {
	color: #fff !important;
	height: 34px;
	display: inline-block;
	font-size: 14px;
	border: none;
	font-weight: bold;
	text-decoration: none;
	padding: 0 10px 0 0;
	background: url(button.png) no-repeat 100% -105px;
	font-family: Helvetica, Arial, san-serif;
}

.wsite-button:hover {
	background-position: 100% -140px;
}

.wsite-button:active {
	background-position: 100% -175px;
}

.wsite-button-inner {
	height: 34px;
	line-height: 34px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	border: none;
	text-decoration: none;
	padding: 0 10px 0 20px;
	background: url(button.png) no-repeat 0 0;
	font-family: Helvetica, Arial, san-serif;
	text-transform: uppercase;
}

.wsite-button:hover .wsite-button-inner {
	background-position: 0 -35px;
}

.wsite-button:active .wsite-button-inner {
	background-position: 0 -70px;
}

/* large */

.wsite-button-large {
	height: 41px;
	background: url(button_large.png) no-repeat 100% -126px;
	padding: 0 10px 0 0;
}

.wsite-button-large:hover {
	background-position: 100% -168px;
}

.wsite-button-large:active {
	background-position: 100% -210px;
}

.wsite-button-large .wsite-button-inner {
	height: 41px;
	line-height: 41px;
	padding: 0 10px 0 20px;
	background: url(button_large.png) no-repeat 0 0;
	font-family: Helvetica, Arial, san-serif;
	text-transform: uppercase;
}

.wsite-button-large:hover .wsite-button-inner {
	background-position: 0 -42px;
}

.wsite-button-large:active .wsite-button-inner {
	background-position: 0 -84px;
}

/* highlight */

/*
Making the highlighted versions of the buttons is easy because we just need
to switch out the background images. This works because the different button
states (normal, :hover, :active) have their sprite coordinates in the same places.
*/

.wsite-button-large.wsite-button-highlight {
	background-image: url(button_large_highlight.png);
}

.wsite-button-large.wsite-button-highlight .wsite-button-inner {
	background-image: url(button_large_highlight.png);
}

.wsite-button-highlight {
	background-image: url(button_highlight.png);
	color: #fff !important;
}

.wsite-button-highlight .wsite-button-inner {
	background-image: url(button_highlight.png);
}

/* Blog Customization */

#blog-title a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 1.5em;
	color: #2D1300;
}

#blog-title a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 1.5em;
	color: #2D1300;
}


.l {text-align:left}
.c {text-align:center}
.r {text-align:right}
.left {float:left}
.right {float:right}
#stats_members a.member, .bday_strip {white-space:nowrap}
.calendar li span {cursor:default}
#c_tos li {display:list-item;margin-left:25px}
#c_tos ul li {list-style:disc}
#c_tos ol li {list-style:lower-alpha}
#shoutrefresh {cursor:pointer}