/*
THEME NAME: Camp Beechpoint
THEME URI: http://www.beechpoint.com
DESCRIPTION: This custom theme is was designed specifically for Camp Beechpoint.
VERSION: 1.0
AUTHOR: Brian Richards
AUTHOR URI: http://www.rzen.net
*/


/* BEGIN General Stylings */
* {
	margin:0;
	padding:0;
}
body, html {
	width:100%;
	height:100%;
}
body {
	background:url('images/page_bg.jpg') 50% top;
	color:#777;
	font:10pt "Trebuchet MS",Sans-serif;
	line-height:18pt;
}
h1, h2 {
	color:#692a38;
}
h2 {
	margin-top:18px;
}
h3, h4 {
	color:#555;
}
p {
	margin-bottom:18px;
}
hr {
	display:block;
	background:url('images/hr.gif') no-repeat 50% 50%;
	width:575px;
	height:1px;
	border:0;
	border-collapse:collapse;
	margin:10px auto;
	position:relative;
	clear:both;
}
a, a:visited {
	font-size:8pt;
	text-decoration:none;
	color:#692a38;
	text-transform:uppercase;
}
a:hover, a:active {
	text-decoration:underline;
}
img {border:0;}
.more {
	position:relative;
	clear:both;
	float:right;
}
blockquote {
	background:#f0f0f0;
	border-left:3px solid #692a38;
	font:1.2em;
	font-style:italic;
	margin:0 25px 15px;
	padding:15px;
	overflow:hidden;
}
blockquote p {
	margin:0;
	padding:0;
}
blockquote strong {
	color:#692a38;
	font:italic 1em Georgia;
}
.biglink {
	font-size:10pt!important;
	padding:2pt;
}
a.biglink:hover, a.biglink:active {
	background:#692a38;
	color:#fff;
	text-decoration:none;
}
.prev_link {
	font-size:10pt;
	margin-left:15px;
}
.alignright {
	margin:0 0 10px 10px;
	position:relative;
	float:right;
	clear:both;
}
.left {
	position:relative;
	float:left;
	margin-right:10px;
}
.right {
	position:relative;
	float:right;
	margin-left:10px;
}
.cb {clear:both;}
.ma {margin:auto;}
.al {text-align:left;}
.ar {text-align:right;}
/* END General Stylings*/


/* BEGIN Layout */
#header {
	background:url('images/header.jpg') repeat-x 50% top;
	width:100%;
	height:380px;
	margin-bottom:-75px;
	position:relative;
	z-index:10;
	overflow:hidden;
}
#staff_login {
	display:block;
	background:url('images/staff_login.png') no-repeat;
	width:92px;
	height:25px;
	position:absolute;
	left:50%;
	margin-left:350px;
	float:right;
}
#homelink {
	display:block;
	width:345px;
	height:85px;
	position:absolute;
	top:145px;
	left:50%;
	margin-left:-480px;
}
#wrapper {
	width:960px;
	margin:0 auto;
}
#content_container {
	width:940px;
	margin:2px auto;
	position:relative;
	z-index:40;
	overflow:hidden;
}
#content {
	background:#fff;
	width:550px;
	padding:10px;
	margin-left:10px;
	position:relative;
	float:left;
	overflow:hidden;
}
#content_container > #content {
	margin-left:19px;
}
#content h1 {
	background:url('images/h1.jpg') no-repeat;
	padding:20px 0 5px 15px;
}
#children {
	margin:10px 0 10px 45px;
}
#children ul {
	list-style:none;
	padding:0;
	margin:0;
}
#children a, #children a:visited {
	font-size:10pt!important;
	padding:2pt;
}
#children a:hover, #children a:active {
	background:#692a38;
	color:#fff;
	text-decoration:none;
}
#column {
	width:325px;
	margin-top:10px;
	position:relative;
	float:right;
	padding-bottom:40px;
}
#return_to_top {
	display:block;
	background:url('images/return_to_top.png');
	width:109px;
	height:28px;
	margin-top:10px;
	margin-left:20px;
	position:relative;
	clear:both;
	z-index:90;
}
#return_to_top span {
	display:none;
}
#footer {
	background:#45011a url('images/footer.jpg') repeat-x 50% top;
	width:100%;
	margin-top:-40px;
	position:relative;
	z-index:1;
}
.address {
	display:block;
	font-size:10pt;
	width:950px;
	padding-top:75px;
	margin:0 auto;
	text-align:center;
	color:#692a38;
	font-weight:bold;
	letter-spacing:-1px;
}
.address h1 {
	font-size:15pt;
	letter-spacing:-1px;
	display:inline;
}
/*  END Layout */


/* BEGIN Login Form */
#loginform {
	width:950px;
	margin:0 auto;
	overflow:hidden;
}
#login_content {
	overflow:hidden;
	background:#25000C;
	color:#9D797A;
	padding:0 5px;
	position:relative;
	float:right;
}
#login_content h2{
	color:#FCF7DB;
	margin:0;
}
#loginform table {
	width:auto;
}
#loginform tr, #loginform td {
	width:auto;
}
#loginform a, #loginform a:visited {
	color:#FCF7DB;
}
label {
	font-size:8pt;
}
#log, #pwd, #button {
	background:#9D797A;
	color:#25000C;
	font-size:10pt;
	width:200px;
	padding:3px 5px;
	border:0;
}
#button {
	width:auto;
}
/* END Login Form */

/* BEGIN Navigation */
#menu {
	position:relative;
	width:940px;
	padding:0 25px;
	margin:5px auto;
	z-index:80;
}
#wrapper > #menu {
	margin:10px auto 3px;
}
#nav {
	list-style:none;
	margin:0 18px;
	position:relative;
	z-index:81;
}
#nav li {
	display:inline;
	position:relative;
}
#nav li a, #nav li a:visited {
	font-size:10pt;
	color:#692a38;
	font-weight:bold;
	text-transform:uppercase;
	padding:3px 10px;
	margin:0;
}
#nav li a:hover, #nav li a:active, #nav li:hover a, 
#nav li.current_page_item a, #nav li.current_page_parent a {
	background:#692a38;
	color:#fcf7db!important;
	text-decoration:none;
}
#nav li ul {
	list-style:none;
	width:170px;
	margin:0;
	padding:0;
	position:absolute;
	left:-999em;
	z-index:85;
}
#nav li:hover ul {
	left:0;
	top:18px;
}
#nav li li {
	display:block;
}
#nav li li a, #nav li li a:visited,
#nav li.current_page_item li a, #nav li.current_page_parent li a,
#nav li.current_page_item li a:visited, #nav li.current_page_parent li a:visited {
	display:block;
	background:#692a38;
	color:#fcf7db;
	font-size:9pt;
	font-weight:normal;
	text-transform:uppercase;
	width:170px;
	padding:3px 10px;
	margin:0;
}
#nav li li a:hover, #nav li li a:active,
#nav li.current_page_item li a:hover, #nav li.current_page_parent li a:hover,
#nav li.current_page_item li a:active, #nav li.current_page_parent li a:active {
	background:#fcf7db;
	color:#692a38!important;
}
/* END Navigation */


/* BEGIN Footer */
#footer_content {
	width:950px;
	margin:80px auto 0;
	position:relative;
	overflow:hidden;
}
.footer_block {
	background:url('images/footer_text.png');
	width:270px;
	padding:10px;
	margin:0 10px;
	position:relative;
	float:left;
}
.footer_block h1 {
	font-size:14pt;
	font-weight:normal;
	color:#81605f;
}
.footer_block ul {
	list-style:square url('images/ul.gif') inside;
	margin:2px;
}
.footer_block ul li {
	padding-left:0;
}
#footer a, #footer a:visited {
	color:#fcf7db;
	text-transform:none;
	font-size:10pt;
}
.credit {
	color:#9d797a;
	font-size:8pt;
	text-align:center;
	margin:10px auto 0;
	position:relative;
	clear:both;
}
.credit a {
	font-size:8pt;
}
/* END Footer */


/* BEGIN Content */
.entry ul, .entry ol {
	margin-left:25px;
	margin-bottom:15px;
}
#content ul {
	list-style-image:url('images/entry_ul.png');
	text-indent:0;
	padding-left:15px;
	text-indent:-15px;
}
.entry ul li {
	margin:0;
	padding:0;
	text-indent:0;
}
#post-5 ol {
	font-size:16pt;
	list-style-type:decimal;
}
#post-5 ol li {
	margin:2px 0;
}
#post-5 ol li span {
	font-size:12pt;
	position:relative;
	margin-left:-15px;
	padding:5px;
	border-left:1px solid #ccc;
	background:#fff;
	color:#555;
}
.nav-previous {
	position:relative;
	float:left;
}
.nav-next {
	position:relative;
	float:right;
}
.nav-previous a, .nav-previous a:visited, .nav-next a, .nav-next a:visited {
	font-size:10pt!important;
	padding:2pt;
}
.nav-previous a:hover, .nav-previous a:active, .nav-next a:hover, .nav-next a:active  {
	background:#692a38;
	color:#fff;
	text-decoration:none;
}
/* END Content */


/* BEGIN Articles */
#camp_news {
	background:url('images/camp_news.gif') no-repeat;
	width:84px;
	height:21px;
	margin:0 0 -20px 10px;
	position:relative;
}
.post {
	margin:15px 0;
	position:relative;
	clear:both;
	overflow:hidden;
}
.post_header {
	background:url('images/post_title.jpg') no-repeat left top;
	width:540px;
	padding:10px 0 0 15px;
	margin-bottom:10px;
	position:relative;
	overflow:hidden;
}
.post_title {
	font-size:18pt!important;
	font-weight:bold!important;
	display:block!important;
	text-transform:capitalize!important;
}
a.post_title:hover, a.post_title:active {
	text-decoration:none;
}
.post_meta {
	color:#777;
	font-size:8pt;
	text-transform:uppercase;
	padding-top:2px;
	position:relative;
	float:left;
}
.post_date {
	position:relative;
	float:right;
	width:40px;
	color:#777;
	padding-top:5px;
}
.post_month {
	font-size:8pt;
	text-transform:uppercase;
	letter-spacing:3px;
	position:relative;
}
.post_day {
	display:block;
	font:18pt "Georgia",Times,Serif;
	margin-top:-4px;
}
.entry {
	padding:0 15px;
	position:relative;
	clear:both;
	overflow:hidden;
}
.post_footer {
	position:relative;
	float:right;
}
.post_footer a {
	padding:0 5px;
}
.stbutton {
	background:none!important;
}
/* END Articles */


/* BEGIN Comments*/
input[type="text"], textarea {
	font:11pt "Trebuchet MS", Verdana, Arial, Serif;
	background:#eee;
	color:#555;
	border:0;
	border:1px solid #999;
	width:400px;
	padding:5px;
}
input[type="submit"] {
	color:#333;
	width:auto!important;
	padding:5px;
	font-size:12pt;
}
#respond {
	font-size:14pt;
	font-weight:bold;
	display:block;
	margin-top:10px;
	position:relative;
}
.commentlist {
	padding: 0;
	font-size:10pt;
}
.commentlist li {
	margin: 0;
	padding: 10px 10px 3px;
	list-style: none;
	border-bottom:1px dotted #ccc;
}
.commentlist .alt {
	background:#eee;
	margin: 0;
	padding: 10px;
}
.avatar {
	float:left;
	margin-right:5px;
}
.commentlist h2 {
	font-size:18pt;
}
.commentlist h2 a {
	font-size:18pt;
	text-transform:none;
}
.commentlist p {
	margin: 10px 5px 10px 60px;
}
#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* END Comments */


/* BEGIN Authors */
#our_staff {
	background:url('images/our_staff.gif') no-repeat;
	width:81px;
	height:28px;
	margin:0 0 -22px 10px;
	position:relative;
}
#our_staff span {
	display:none;
}
#articles_by {
	background:url('images/articles_by.gif') no-repeat;
	width:156px;
	height:28px;
	margin:0 0 -22px 10px;
	position:relative;
}
#articles_by span {
	display:none;
}
.post-listing {
	margin-left: 15px;
}
.post-listing li {
	clear:both;
	padding:10px;
}
.post-listing li .post_meta {
	color:#777;
	font-size:8pt;
	text-transform:uppercase;
	margin:-5px 0 0 0;
	position:relative;
	float:left;
}
/* END Authors */


/* BEGIN Retreats */
table {
	width:550px;
	font-size:12pt;
}
.table_header {
	background:#999;
	color:#fff;
	font-weight:bold;
}
td {
	width:33%;
	padding:0 5px;
}
tr.odd {
	background:#eee;
}
.table_footer {
	font-size:8pt;
	line-height:10pt;
}
/* END Retreats*/


/* BEGIN Contact */
.address_table {
	position:relative;
	line-height:14pt;
}
.address_label {
	text-align:right;
	vertical-align:top;
	border-right:1px dotted #ccc;
	padding-right:5px;
}
.address_info {
	padding-left:5px;
	vertical-align:top;
	text-align:left;
}
/* END Contact */


/* BEGIN Sidebar */
#retreats {
	display:block;
	background:url('images/column/retreats.jpg') no-repeat;
	width:325px;
	height:280px;
	position:relative;
}
#summer_camp {
	display:block;
	background:url('images/column/summer_camp.jpg') no-repeat;
	width:325px;
	height:280px;
	position:relative;
}
#summer_jobs {
	display:block;
	background:url('images/column/summer_jobs.jpg') no-repeat;
	width:325px;
	height:365px;
	position:relative;
}
#ctg {
	display:block;
	background:url('images/column/ctg.jpg') no-repeat;
	width:325px;
	height:344px;
	position:relative;
}
#rakenrock {
	display:block;
	background:url('images/column/rakenrock.jpg') no-repeat left bottom;
	width:325px;
	height:330px;
	position:relative;
}
/* END Sidebar */


/* BEGIN cForms */
#post-5 .cform ol {
	font-size:10pt;
}
#post-5 .cform span {
	font-size:10pt;
	position:relative;
	margin:0;
	padding:0;
	border:0;
	background:transparent;
	color:#555;
}
/* END cForms */

/* PNG Fixes */
* html body #staff_login {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/wp-content/themes/beechpoint/images/staff_login.png');
}
* html body #return_to_top {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/wp-content/themes/beechpoint/images/return_to_top.png');
}
* html body .footer_block {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/wp-content/themes/beechpoint/images/footer_text.png');
}