/*
Theme Name: Around the Campfire Theme (Public)
Description: The default public theme
Theme URI: http://aroundthecampfire.org/
Version: 1
Author: Tosch & Associates
Author URI: http://toschandassociates.com/
*/

/* cheers Eric: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



html, body {
	height:100%;
}

body {
	background:#70180b url("images/site-background.gif") repeat-x scroll 0 0;
	color:#4a4641;
	font-family:arial,helvetica,sans-serif;
	font-size:90%;
	padding:25px;
}

a, a:link, a:visited, a:active {
	color:#49443f;
}

h1 {
	font-size:160%;
	display:block;
}

h2 {
	font-size:150%;
	display:block;
}

h3 {
	font-size:140%;
	display:block;
}

h4 {
	font-size:130%;
	display:block;
}

h5 {
	font-size:120%;
	display:block;
}

h6 {
	font-size:110%;
	display:block;
}

blockquote {
	font-style:italic;
	padding:0 15px 15px;
}

#acf-container {
	width:750px;
	margin:0 auto;
}

#acf-content-wrapper {
	background:transparent url("images/background.png") repeat-y scroll 0 0;
}

#acf-roundcorners-top, #acf-rounndcorners-bottom {
	height:22px;
	background:red;
}

#acf-roundcorners-top {
	background:transparent url("images/roundcorners-top.png") no-repeat scroll 0 0;
}

#acf-rounndcorners-bottom {
	background:transparent url("images/roundcorners-bottom.png") no-repeat scroll 0 0;
}

#acf-header {
	padding:0 32px 0 32px;
	position:relative;
	height:162px;
}

#acf-logo {
	position:absolute;
	top:-28px;
}

#acf-login {
	display:block;
	position:absolute;
	padding:10px;
	top:15px;
	right:37px;
	z-index:9999;
	border:1px solid #4288ad;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#acf-login input {
	border:none;
	background:#f9f4e4;
	color:#b1aa9f;
	font-size:80%;
}

#acf-navigation {
	height:24px;
	position:absolute;
	top:126px;
	right:0;
	width:686px;
	z-index:9999;
	background:transparent url("images/navigation-background.gif") repeat-x scroll 0 100%;
	padding-bottom:11px;
	margin:0 32px;
}

#acf-navigation li {
	display:block;
	float:right;
	padding-left:3px;
	margin-left:2px;
}

#acf-navigation li a {
	display:block;
	padding:5px 10px;
	text-decoration:none;
	font-family:Lucida Grande, sans-serif;
}

#acf-navigation li.selected {
	color:#fff;
	padding-left:3px;
	background:transparent url("images/button.gif") no-repeat scroll 0 0;
}

#acf-navigation li.selected a:hover, #acf-navigation li.selected a {
	color:#fff;
	background:transparent url("images/button.gif") no-repeat scroll 100% 0;
}

#acf-splash {
	
}

h2.sifr {
	font:normal 35px Anke Calligraphic FG, Arial, sans-serif;
	color:#231f20;
	background:transparent url("images/heading-swoosh.gif") no-repeat scroll center 47px;
	margin:20px auto 15px;
	display:block;
	text-align:center;
	overflow:auto;
	height:58px;
}

h2.sifr embed, h2.sifr object {
	margin:0 auto !important;
	display:block;
	position:static !important;
}

.sIFR-alternate {
	display:none;
}

#acf-page {
	overflow:auto;
	padding:17px 32px 32px;
}

#acf-page-leftcol {
	float:left;
	width:175px;
	padding:10px;
	background:#f9f3e3;
	color:#680f17;
	text-transform:uppercase;
	font-size:115%;
	line-height:1.5em;
}

#acf-page-rightcol {
	float:left;
	width:466px;
	padding-left:25px;
	line-height:1.2em;
	font-family:Lucida Grande, sans-serif;
}

#acf-page-rightcol h2.heading {
	margin-bottom:2px;
}

#acf-page-rightcol span.date {
	display:block;
	font-size:90%;
	color:#666;
}

#acf-page-fullcol {
	padding:0 50px;
	line-height:1.2em;
	font-family:Lucida Grande, sans-serif;
}

.entry {
	padding:20px 0;
}

#acf-footer {
	padding:0 32px 10px 32px;
}

#acf-footer a {
	font-size:75%;
	margin:0 10px;
	text-decoration:none;
	color:#000;
}

#acf-swoosh {
	display:block;
	height:15px;
	margin:0 auto;
}

