@charset "utf-8";
/* =INITIAL */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

html, body {
	font: 12px/120% "Lucida Sans Unicode", "Lucida Sans", Verdana, Helvetica, sans-serif;
	color:#000;
	background:url(../../images/css/background.jpg) repeat top left;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 1em;
}

.clearBoth {
	clear:both;
}

/* General Typography */
h2 {
	font-size:24px;
	color:#422714;
	margin:0px 0px 0px;
	padding:0px;
	line-height:1em;
}

h3 {
	font-size:16px;
	color:#422714;
	margin:0px 0px 0px;
	padding:0px;
	line-height:1em;
}

h4 {
	font-size:14px;
	color:#422714;
	padding:0px;
	margin:0px 0px 0px 10px;
	line-height:1em;
}

a {
	color:#422714;
	outline:none;
}

span#byline {
	font-size:12px;
	color:#422714;
	margin:0px;
	padding:0px;
	line-height:1em;
}

/* Site-wide formating */
#wrapper {
	width:100%;
	margin:0px;
	padding:10px 0px;
	background: #fff url(../../images/css/top_background.jpg) top repeat-x;
}

#content_wrapper {
	width:900px;
	margin:0px auto;
	padding:0px 5px;
	background-color:#fff;
}

#wrapper #head {
	width:900px;
	height:75px;
	margin:-10px auto 0px;
}

#wrapper #head #title {
	background:url(../../images/css/title_graphic.png) no-repeat top left;
	width:195px;
	height:75px;
	float:left;
}
#wrapper #head #title h1 {
	display:none;
}

#footer {
	color:#422714;
	font-size:10px;
	text-align:center;
	padding:5px;
}

#footer a {
	color:#422714;
	text-decoration:none;
}
/* Membership menu */
#wrapper #head #membership {
	float:right;
	padding:0px;
	margin:5px 0px 0px;
	list-style:none;
}
#wrapper #head #membership li {
	float:left;
	margin:0;
	padding:0px 2px;
	list-style:none;
}
/* Site menu */
#wrapper #head #site_menu {
	float:right;
	clear:right;
	padding:0px;
	margin:10px 0px 0px;
	list-style:none;
}

#wrapper #head #site_menu li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	height:43px;
}
#wrapper #head #site_menu li span {
	display:none;
}
#wrapper #head #site_menu li.first{
	background:url(../../images/css/menu_first_bg.png) left no-repeat;
	padding-left:13px;
}
#wrapper #head #site_menu li.last{
	background:url(../../images/css/menu_last_bg.png) right no-repeat;
	padding-right:13px;
}

#wrapper #head #site_menu li a {
	display:block;
	height:43px;
}
#wrapper #head #site_menu li .home {
	background:url(../../images/css/home_off.png) no-repeat left;
	width:48px;
}
#wrapper #head #site_menu li .archive {
	background:url(../../images/css/archive_off.png) no-repeat left;
	width:69px;
}
#wrapper #head #site_menu li .photos {
	background:url(../../images/css/photo_off.png) no-repeat left;
	width:56px;
}
#wrapper #head #site_menu li .about {
	background:url(../../images/css/about_off.png) no-repeat left;
	width:58px;
}
#wrapper #head #site_menu li .contact {
	background:url(../../images/css/contact_off.png) no-repeat left;
	width:75px;
}

#home #wrapper #head #site_menu .home, #wrapper #head #site_menu li a.home:hover {
	background:url(../../images/css/home_on.png) no-repeat left;
}
#archive #wrapper #head #site_menu .archive, #wrapper #head #site_menu li a.archive:hover {
	background:url(../../images/css/archive_on.png) no-repeat left;
}
#photos #wrapper #head #site_menu .photos, #wrapper #head #site_menu li a.photos:hover {
	background:url(../../images/css/photo_on.png) no-repeat left;
}
#about #wrapper #head #site_menu .about, #wrapper #head #site_menu li a.about:hover {
	background:url(../../images/css/about_on.png) no-repeat left;
}
#contact #wrapper #head #site_menu .contact, #wrapper #head #site_menu li a.contact:hover {
	background:url(../../images/css/contact_on.png) no-repeat left;
}

/* Homepage formatting */

#wrapper #home_splash {

}

#content_wrapper #blog_copy {
	float:left;
	width:340px;
	margin:10px 4px 10px 0px;
}

#content_wrapper #blog_copy p {
	margin-top:0px;
}

#content_wrapper .posted {
	font-size:10px;
	color:#422714;
}

#content_wrapper #recent_posts {
	list-style:none;
	margin:0;
	padding:0;
}

#content_wrapper #recent_posts li {
	margin:.5em 0px;
	padding:0;
}

#content_wrapper #site_copy {
	float:left;
	width:206px;
	padding:0px;
	font-size:11px;
	background:url(../../images/css/home_center_bg.gif) repeat-y center;
	z-index:1;
}
#content_wrapper #site_copy #sc_top {
	height:10px;
	width:206px;
	padding:0;
	margin:0;
	text-align:center;
	display:block;
	background:url(../../images/css/home_center_top_bg.gif) no-repeat center top;
	z-index:5;
}
#content_wrapper #site_copy #sc_bottom {
	height:12px;
	width:206px;
	display:block;
	background:url(../../images/css/home_center_bottom_bg.gif) no-repeat center bottom;
	z-index:5;
}
#content_wrapper #site_copy p {
	margin:1em 13px;
}
#content_wrapper #site_copy p.quote {
	margin-top:0px;
}

#content_wrapper #other_copy {
	float:left;
	width:340px;
	margin:10px 0px 10px 10px;
}

/* Internal Pages */
#content_wrapper #kk_copy #blog_copy {
	float:right;
	width:530px;
	margin:2px 5px 10px 15px;
}

#content_wrapper #kk_copy #sub_splash {
	float:left;
	width:350px;
}
#content_wrapper #kk_copy #sidebar {
	float:left;
	width:330px;
	clear:left;
	padding:0px 10px;
}
#content_wrapper #kk_copy #sidebar #quote {
	float:left;
	width:330px;
	padding:0px 14px;
	margin:0px 0px 0px -14px;
	font-size:10px;
	background:url(../../images/css/sub_left_quote_bg.gif) repeat-y center;
	z-index:1;
}
#content_wrapper #kk_copy #sidebar #quote #sc_top {
	height:10px;
	width:330px;
	padding:0px 14px;
	margin:0px 0px 0px -14px;
	text-align:center;
	display:block;
	background:url(../../images/css/sub_left_quote_top_bg.gif) no-repeat center top;
	z-index:5;
}
#content_wrapper #kk_copy #sidebar #quote #sc_bottom {
	height:12px;
	width:340px;
	padding:0px 9px;
	margin:0px 0px 0px -14px;
	display:block;
	background:url(../../images/css/sub_left_quote_bottom_bg.gif) no-repeat center bottom;
	z-index:5;
}
#content_wrapper #kk_copy #sidebar #quote p.quote {
	padding:0px;
	margin:0px;
}
#content_wrapper #kk_copy #blog_copy .date_heading {
	margin-bottom:1px;
}
#content_wrapper #kk_copy #blog_copy .archive_link {
	margin-left:12px;
}
#content_wrapper #kk_copy #blog_copy #pagination {
	font-size:10px;
        color:#422714;
	float:right;
}
/* Photo Lists */
#content_wrapper #photo_list {
	list-style:none;
	margin:0;
	padding:0;
}
#content_wrapper #photo_list li {
	display:inline;
}
#content_wrapper #photo_list li a {
	float:left;
	border:2px solid #d4c6ae;
	display:block;
	width:75px;
	height:75px;
	padding:4px;
	margin:0px 10px 10px 0px;
}

/* Comments */
#content_wrapper #kk_copy #blog_copy .even_comment, #content_wrapper #kk_copy #blog_copy .odd_comment, #content_wrapper #kk_copy #blog_copy .comment_entry, #content_wrapper #kk_copy #blog_copy .contact_entry {
	width:508px;
	padding:0px 10px;
	margin:0px -10px 0px -4px;
	font-size:11px;
	z-index:1;
}
#content_wrapper #kk_copy #blog_copy .even_comment .comment_top, #content_wrapper #kk_copy #blog_copy .odd_comment .comment_top, #content_wrapper #kk_copy #blog_copy .comment_entry .comment_top, #content_wrapper #kk_copy #blog_copy .contact_entry .contact_top {
	height:10px;
	width:508px;
	padding:0px 10px;
	margin:0px 0px 0px -10px;
	text-align:center;
	display:block;
	z-index:5;
}
#content_wrapper #kk_copy #blog_copy .even_comment .comment_bottom, #content_wrapper #kk_copy #blog_copy .odd_comment .comment_bottom, #content_wrapper #kk_copy #blog_copy .comment_entry .comment_bottom, #content_wrapper #kk_copy #blog_copy .contact_entry .contact_bottom {
	height:12px;
	width:508px;
	padding:0px 10px;
	margin:0px 0px 0px -10px;
	display:block;
	z-index:5;
}
#content_wrapper #kk_copy #blog_copy .odd_comment, #content_wrapper #kk_copy #blog_copy .comment_entry, #content_wrapper #kk_copy #blog_copy .contact_entry {
	background:url(../../images/css/odd_comment_bg.gif) repeat-y center;
}
#content_wrapper #kk_copy #blog_copy .odd_comment .comment_top, #content_wrapper #kk_copy #blog_copy .comment_entry .comment_top, #content_wrapper #kk_copy #blog_copy .contact_entry .contact_top  {
	background:url(../../images/css/odd_comment_top_bg.gif) no-repeat center top;
}
#content_wrapper #kk_copy #blog_copy .odd_comment .comment_bottom, #content_wrapper #kk_copy #blog_copy .comment_entry .comment_bottom, #content_wrapper #kk_copy #blog_copy .contact_entry .contact_bottom {
	background:url(../../images/css/odd_comment_bottom_bg.gif) no-repeat center bottom;
}
#content_wrapper #kk_copy #blog_copy .even_comment p, #content_wrapper #kk_copy #blog_copy .odd_comment p, #content_wrapper #kk_copy #blog_copy .comment_entry p, #content_wrapper #kk_copy #blog_copy .contact_entry p {
	margin:1em 13px;
}
#content_wrapper #kk_copy #blog_copy .comment_entry #submit, #content_wrapper #kk_copy #blog_copy .contact_entry #submit {
	margin-left:13px;
}
#content_wrapper #kk_copy #blog_copy .even_comment .by, #content_wrapper #kk_copy #blog_copy .odd_comment .by {
	text-align:right;
}
#content_wrapper #kk_copy #blog_copy .even_comment .by a, #content_wrapper #kk_copy #blog_copy .odd_comment .by a {
	color:#2e5b78
}

/* HR */
#content_wrapper #site_copy hr {
      background:url(../../images/css/home_center_hr.gif) no-repeat top center;
      border: 0;
	  width:206px;
	  height:12px;
}

#content_wrapper #blog_copy hr, #content_wrapper #other_copy hr, #content_wrapper #sidebar hr {
      background:url(../../images/css/site_hr.gif) no-repeat top center;
      border: 0;
	  width:206px;
	  height:12px;
	  clear:both;
}
.pad10 {
	margin-top:15px;
	margin-bottom:15px;
}