/*

*/


/* BEGIN General Stylings */
* {
	margin:0;
	padding:0;
}
body, html {
	width:100%;
	height:100%;
}
body {
	background:url('background.jpg') 50% top;
	color:#777;
	font:10pt "Trebuchet MS",Sans-serif;
	line-height:18pt;
	
}
h1, h2 {
	color:#f36e33;
	line-height:18pt;
	font:"Franklin Gothic Demi",Sans-serif;
	
}
h2 {
	margin-top:18px;
	line-height:16pt;
	font-size:16px;
	
}
h3, h4 {
	color:#555;
	line-height:18pt;
	font-size:14px;
}
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:#1E3815;
	
}
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:#1E3815;
	font:italic 1em Georgia;
}
.biglink {
	font-size:10pt!important;
	padding:2pt;
}
a.biglink:hover, a.biglink:active {
	background:#1E3815;
	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('saumain_bg.gif') repeat-x 50% top;
	width:100%;
	height:110px;
	margin-bottom:-45px;
	position:relative;
	z-index:-10;
	overflow:hidden;
}

#homelink {
	display:block;
	width:345px;
	height:85px;
	position:absolute;
	top:145px;
	left:50%;
	margin-left:-480px;
}

#wrapper {
	width:1000px;
	margin:0 auto;
}

#content_container {
	width:1001px;
	height:600px;
	margin:-10px auto;
	position:relative;
	z-index:-40;
	overflow:hidden;
	background-color:#FFFFFF;
}
#content_container2 {
	width:1001px;
	height:750px;
	margin:-10px auto;
	position:relative;
	z-index:-40;
	overflow:hidden;
	background-color:#FFFFFF;
}
#content {
	background:#fff;
	width:675px;
	padding:10px;
	margin-left:10px;
	position:relative;
	float:right;
	overflow:hidden;
}
#content_container > #content {
	margin-left:19px;
}
#content h1 {
	background:url('images/h1.jpg') no-repeat;
	padding:5px 0 5px 0px;
	font-family:"Franklin Gothic Medium";
}
#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:#1E3815;
	color:#fff;
	text-decoration:none;
}
#column {
	width:240px;
	margin-top:10px;
	margin-left:55px;
	position:relative;
	float:left;
	padding-bottom:10px;
}
#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:100;
}
#return_to_top span {
	display:none;
}
#footer {
	background:#101C0E url('MCC_footer.jpg') repeat-x 50% top;
	width:100%;
	margin-top:-60px;
	position:relative;
	z-index:1;
}
.address {
	display:block;
	font-size:10pt;
	width:950px;
	padding-top:75px;
	margin:0 auto;
	text-align:center;
	color:#1E3815;
	font-weight:bold;
	letter-spacing:-1px;
}
.address h1 {
	font-size:15pt;
	letter-spacing:-1px;
	display:inline;
}
/*  END Layout */




/* BEGIN Navigation */
#menu {
	position:relative;
	width:800px;
	padding:0 20px;
	margin:0 18px;
	margin-left:400px;
	margin-top:105px auto;
	z-index:150;
}
#wrapper > #menu {
	margin:10px auto 2px;
}

#nav {

	list-style:none;
	margin: 10px auto;
	position:relative;
	z-index:150;
}
#nav li {
	display:inline;
	position:relative;
}
#nav li a, #nav li a:visited {
	font-size:10pt;	
	color:#a9abad;
	font-weight:bold;
	text-transform:uppercase;
	padding:3px 20px;
	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:#062e1a;
	color:#fcf7db!important;
	text-decoration:none;
}
#nav li ul {
	list-style:none;
	width:170px;
	margin:0;
	padding:0;
	position:absolute;
	left:-999em;
	z-index:155;
}
#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:#01774c;
	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:#1E3815!important;
}
/* END Navigation */


/* BEGIN Footer */
#footer_content {
	width:900px;
	margin:50px auto 0;
	position:relative;
	overflow:hidden;
}
.footer_block {
	background:url('footer_text.png');
	width:900px;
	padding:10px;
	margin:0 10px;
	position:relative;
	float:left;
	color:#ffffff;
	font:10pt "Trebuchet MS",Sans-serif;
}
.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:#fffff;
	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:#1E3815;
	color:#fff;
	text-decoration:none;
}
/* END Content */

/*BEGIN LOGO */
#logo {
	position: absolute;
	left: 128px;
	top: 36px;
}
	#logoImage {
		display: block;
		width: 242px;
		height: 39px;
		overflow: hidden;
		background: url(SAU_logo.png) no-repeat left top;
	}
	* html #logoImage {
		position: relative;
		background-image: none;
		
	}
	#logo a {
		top: 0;
		left: 0;
		position: absolute;
		display: block;
		width: 242px;
		height: 39px;
		overflow: hidden;
		background: url(spacer.gif) no-repeat left top;
	}
	#logo span {
	    display: none;
	}
/* END LOGO */

/* 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 RUNNING GIRL */

div#ontop
{
position: absolute;
left:0px;
top:100px;
z-index:1;
}
/* END Running Girl */




/* BEGIN Sidebar */
#retreats {
	display:block;
	background:url('momentumu.jpg') no-repeat;
	width:360px;
	height:500px;
	position:relative;
}
#summer_camp {
	display:block;
	background:url('MCC_OE-banner.png') no-repeat;
	width:240px;
	height:380px;
	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 Footer */
#footer_content {
	width:1015px;
	margin:-27px auto 0;
	position:relative;
	overflow:hidden;
}
.footer_block {
	background:url('footer_text.png');
	width:1000px;
	padding:10px;
	margin:0 5px;
	position:relative;
	float:left;
	color:#ffffff;
	font:10pt "Trebuchet MS",Sans-serif;
}
.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:#fffff;
	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 */

/* 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');
}
