body {
	margin: 0;
	font-family: "Trebuchet MS", Trebuchet, helvetica, sans-serif;
	background-color: rgb(20,20,20);
	}

a {
	cursor: hand;
	cursor: pointer;
	}

a img {
	border: 0;
	}

	
	
div.blinks a {
	font-size: 18px;
	color: #fff;
}
	
/* GENERAL STYLES */

h1 {
	font-size: 24px;
	font-weight: bold;
	color: rgb(234,24,98);
	margin: 2px 0
	}

h2 {
	color: rgb(41,42,41);
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 7px 0;
	}

h3 {
	font-size: 24px;
	font-weight: normal;
	color: rgb(234,24,93);
	padding: 3px 0 0 15px;
	margin: 0;
	text-decoration: none;
	}

h4 {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	padding: 0;
	margin: 5px 10px;
	}

h5 {
	font-size: 20px;
	font-weight: normal;
	color: rgb(157,157,157);
	padding: 8px 10px;
	margin: 0;
	}

hr {
	height: 1px;
	width: 100%;
	border: 0;
	margin: 4px 0;
	}

.constrain {
	width: 852px;
	margin: 0 auto;
	background-color: rgb(9,9,9);
	padding: 0 2px;
	}

.constrain-inner {
	background-color: rgb(32,32,32);
	}

.gen-text {
	color: rgb(157,157,157);
	font-size: 12px;
	margin: 0 10px;
	}

.gen-text a {
	color: rgb(100,100,100);
	text-decoration: underline;
	}

.gen-text a:hover {
	text-decoration: none;
	}

.gen-bar {
	background: rgb(32,32,32) url(../images/gen-bar-bg.gif) repeat-x 0 0;
	color: rgb(171,171,171);
	font-size: 16px;
	height: 42px;
	margin: 0 10px;
	}

.gen-bar a {
	color: rgb(89,89,89);
	font-size: 12px;
	text-decoration: underline;
	}

.gen-bar a:hover {
	text-decoration: none;
	}

.gen-media {
	text-align: center;
	padding: 3px;
	background-color: rgb(62,62,62);
	border: 1px solid rgb(17,17,17);
	}

.darkwindow {
	background-color: rgb(13,13,13);
	border-left: 1px solid rgb(53,53,53);
	border-right: 1px solid rgb(53,53,53);
	border-bottom: 1px solid rgb(53,53,53);
	color: rgb(88,88,88);
	font-size: 14px;
	}

#darkwindow-biginner {
	margin: 0 10px 10px 10px;
	width: 618px;
	}

#darkwindow-smallhr {
	background-color: rgb(50,50,50);
	margin: 10px 0 10px 10px;
	width: 268px;
}

#darkwindow-bighr {
	background-color: rgb(50,50,50);
	margin: 10px 0 10px 10px;
	width: 618px;
}

.darkwindow a {
	color: rgb(200,200,200);
	border-bottom: 2px solid rgb(75,75,75);
	text-decoration: none; 
	}
	
.darkwindow a:hover {
	border-bottom: 0;
	}

.darkwindow #images a {
	border-bottom: 0;
	}
	
.darkwindow .gen-media {
	background-color: rgb(0,0,0);
	border: 1px solid rgb(40,40,40);
	}

.btn-black a {
	font-size: 12px;
	color: rgb(234,24,98);
	text-decoration: none;
	}

.btn-black a:hover {
	color: #fff;
	}
	
.btn-black-left, .btn-gray-left {
	background: transparent url(../images/btn-black-left.png) no-repeat 0 0;
	width: 7px;
	height: 20px;
	float: left;
	}	

.btn-black-right, .btn-gray-right {
	background: transparent url(../images/btn-black-right.png) no-repeat 0 0;
	width: 7px;
	height: 20px;
	float: left; 
	}	

.btn-black-middle, .btn-gray-middle {
	background: transparent url(../images/btn-black-middle.png) repeat-x 0 0;
	height: 20px;
	float: left;
	padding-top: 3px;
	}	

.btn-gray a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	}

.btn-gray a:hover {
	color: #000;
	}

.btn-gray-left {
	background: transparent url(../images/btn-gray-left.png) no-repeat 0 0;
	}	

.btn-gray-right {
	background: transparent url(../images/btn-gray-right.png) no-repeat 0 0;
	}	

.btn-gray-middle {
	background: transparent url(../images/btn-gray-middle.png) repeat-x 0 0;
	}	
	
/* HEADER STYLES */

.top {
	background-color: rgb(234,24,98);
	border-bottom: 1px solid rgb(242,111,157);
	color: rgb(259,181,205);
	font-size: 11px;
	text-align: center;
	padding: 8px;
	}

.top span {
	color: rgb(239,130,160);
	}

.head {
	height: 74px;
	border-top: 1px solid rgb(9,9,9);
	border-bottom: 1px solid rgb(32,32,32);
	}

.logoholder {
	height: 74px;
	background: rgb(32,32,32) url(../images/head-nav-bg.gif) no-repeat top right;
	}

.logoholder a {
	color: #fff;
	text-decoration: underline;
	font-size: 14px;
	}

.logoholder a span {
	position: absolute;
	height: 74px;
	width: 203px;
	background: rgb(32,32,32) url(../images/logo.gif) no-repeat 0 0;
	}

.nav {
	float: right;
	margin: -48px 15px 0 0;
	font-size: 16px;
	color: #fff;
	}

.nav a {
	margin: 0 11px;
	font-size: 13px;
	color: rgb(234,24,98);
	text-decoration: none;
	border-bottom: 2px solid rgb(74,27,44);
	}

.nav a:hover {
	color: #fff;
	border-bottom: 0;
	}

/* FEATURE PIC STYLES */

.feature {
	width: 852px;
	height: 167px;
	}

.brown-bar {
	color: rgb(121,108,97);
	background: rgb(52,42,33) url(../images/brown-bar-bg.gif) no-repeat top right;
	padding: 5px 15px;
	font-size: 14px;
	margin-top: 1px;
	width: 822px;
	border-bottom: 1px solid rgb(68,56,46);
	float: left;
	}
	
.brown-bar a {
	color: rgb(209,195,183);
	text-decoration: underline;
	}

.brown-bar a:hover {
	text-decoration: none;
	}

.brown-bar-text {
	padding: 4px;
	color: rgb(151,138,127);
	border: 1px solid rgb(28,24,21);
	background-color: rgb(83,70,59);
	margin-right: 8px;
	font-size: 11px;
	}

/* NEWS STYLES */

.news-holder {
	border: 2px solid rgb(233,227,160);
	background-color: rgb(152,148,104);
	float: left;
	width: 288px;
	}

.news-title {
	padding: 9px 9px 1px 9px;
	border-bottom: 1px solid rgb(176,172,128);
	background: rgb(152,148,104) url(../images/news-title-bg.gif) repeat-x top left;
	font-size: 16px;
	color: rgb(22,22,22);
	float: left;
	width: 270px;
	}

.news-title a {
	text-decoration: none;
	color: rgb(22,22,22);
	}

.news-content {
	clear: left;
	padding: 10px;
	font-size: 12px;
	color: #fff;
	line-height: 1.2em;
	}

/* CONTENT STYLES */

.content {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	background-color: rgb(32,32,32);
	background-image: url(../images/newsletterbar-bottom.png);
	background-position: top left;
	background-repeat: repeat-x;
	float: left;
	}

.content-left {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	width: 530px;
	float: left;
	}

.content-right {
	padding-right: 10px;
	padding-bottom: 15px;
	float: left;
	width: 292px;
	}

.inner-left-content {
	float: left;
	width: 340px;
	margin-right: 10px;
	font-size: 12px;
	color: rgb(157,157,157);
	}

.inner-right-content {
	float: right;
	}


.feature-small {
	width: 164px;
	height: 114px;
	float: left;
	padding: 3px;
	background-color: rgb(60,60,60);
	border: 1px solid rgb(18,18,18);
	}

.testimony-holder {
	clear: left;
	background:  url(../images/testimony-bsxg.gif) repeat-x top left;
	margin: 15px 0;
	color: #ddd;
	padding: 5px;
	font-size: 12px;
	}

.testimony-holder hr {
	border: 0;
	height: 1px;
	background-color: #333;
	}

.testimony-quote {
	background: rgb(78,78,78) url(../images/testimony-bottom.gif) no-repeat bottom left;
	padding: 0px 8px 21px 8px;
	}

.recent-happening-bar {
	background: rgb(32,32,32) url(../images/gen-bar-bg.gif) repeat-x 0 0;
	color: rgb(234,24,98);
	font-size: 16px;
	height: 42px;
	margin-bottom: 15px;
	}

.recent-happening-bar a {
	color: rgb(89,89,89);
	font-size: 12px;
	text-decoration: underline;
	}

.recent-happening-bar a:hover {
	text-decoration: none;
	}

.recent-happening {
	background-color: rgb(28,28,28);
	border: 2px solid rgb(20,20,20);
	float: left;
	width: 526px;
	font-size: 12px;
	line-height: 1.4em;
	color: #999;
	margin-top: 25px;
	}

.recent-happening a {
	color: #777;
	text-decoration: none;
	}

.recent-happening a:hover {
	color: #ddd;
	}

.recent-happening-all {
	float: left;
	padding: 7px;
	width: 525px;
	}

.recent-happening-left {
	float: left;
	padding: 7px;
	width: 374px;
	}

.recent-happening-right {
	float: left;
	padding: 7px;
	}
	
.recent-happening-right img {
	border: 1px solid rgb(20,20,20);
	padding: 2px;
	background-color: rgb(46,46,46);
	}

.rightside-content {
	float: right;
	margin: 0 10px;
	width: 640px;
	margin-bottom: 20px;
	}

/* SIDEBAR STYLES */

.sidebar-holder {
	float: left;
	border-left: 1px solid rgb(47,47,47);
	border-right: 1px solid rgb(47,47,47);
	border-bottom: 1px solid rgb(47,47,47);
	padding: 0 1px 1px 1px;
	background-color: rgb(13,13,13);
	margin: -7px 0 5px 10px;
	}

.sidebar {
	float: left;
	width: 178px;
	font-size: 14px;
	color: #fff;
	padding-bottom: 10px;
	background-color: rgb(47,47,47);
	}

.sidebar a {
	display: block;
	float: left;
	width: 163px;
	font-size: 14px;
	color: rgb(93,93,93);
	margin-bottom: 2px;
	padding: 4px 5px 4px 10px;
	text-decoration: none;
	background: rgb(20,20,20) url(../images/sidebar-link-bg.gif) repeat-x 0 0;
	}

.sidebar a:hover {
	color: rgb(210,210,210);
	background: rgb(20,20,20);
	}

.sidebar-link-arrow {
	height: 12px;
	width: 12px;
	float: right;
	margin-top: 2px;
	background: transparent url(../images/sidebar-link-arrow.png) repeat-x 0 0;
	}

.sidebar-gallery a {
	display: block;
	margin-left: 8px;
	width: auto;
	padding: 2px;
	margin-bottom: 4px;
	text-decoration: none;
	background: none;
	}

.sidebar-gallery a:hover {
	background: #111;
	}
	
.sidebar-gallery img {
	border: 2px solid #222;
	}

/* SURF CAMPS STYLES */

.camps-media {
	text-align: center;
	padding: 3px;
	background-color: rgb(236,236,236);
	border: 1px solid rgb(217,217,217);
	}

.camp-pros {
	background: #fff url(../images/camps/camp-prosbg.gif) repeat-x top left;
	height: 460px;
	margin: 10px 0;
	text-align: center;
	}

.camp-register a {
	float: left;
	background: #fff url(../images/camps/camp-register.jpg) repeat-x top left;
	height: 202px;
	width: 269px;
	margin: 10px 0;
	text-decoration: none;
	}

.camp-register a:hover {
	background-position: top right;
	}

.camp-paymenttype input, .camp-paymenttype {
	color: #222;
	margin-left: 50px;
	}

.camp-smalltitle {
	color: rgb(19,38,69);
	margin-bottom: 5px;
	font-size: 16px;
	}

.camp-surround, .camp-surround-link {
	background: rgb(246,246,246) url(../images/camps/camp-datebg.gif) repeat-x bottom left;
	padding: 4px 5px;
	margin: 3px 0;
	border: 1px solid rgb(217,217,217);
	border-bottom: 1px solid rgb(182,182,182);
	}

.camp-surround:hover, .camp-surround-link:hover {
	background-image: none;
	background-color: rgb(250,250,250);
	}

.camp-surround-link span {
	background: transparent url(../images/camps/camp-arrowbg.gif) no-repeat 0 2px;
	padding-left: 17px;
	}

#camp-registerform {
	margin: 0 30px;
	}

#camp-registerform hr {
	height: 1px;
	width: 100%;
	border: 0;
	margin: 20px 0;
	background-color: #ddd;
	}

/* BLOG STYLES */

#index-blog #apost-processor {
	position: absolute;
	height: 30px;
	width: 342px;
	margin-top: -8px;
	background-image: url(../images/spinner.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgb(152,148,104);
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	z-index: 1000;
	}

#index-blog .apost {
	float: left;
	color: #fff;
	margin-bottom: 10px;
	}

#index-blog #apost-hr-top {
	display: none;
	}
	
#index-blog #apost-hr-bottom {
	margin-top: 30px;
	clear: left;
	height: 3px;
	background: rgb(152,148,104) url(../images/index-blog-hr.gif) no-repeat center center;
	}

#index-blog .post-body {
	padding: 2px 6px;
	}

#index-blog .post-body a {
	color: rgb(80,80,80);
	}

#index-blog .post-body a:hover {
	text-decoration: none;
	}

#index-blog .post-body img {
	background-color: #fff;
	padding: 2px;
	display: block;
	margin: 5px auto;
	border: 1px solid rgb(119,115,81);
	}

#index-blog .apost-title {
	font-size: 15px;
	color: rgb(13,13,13);
	margin-bottom: 10px;
	}

#index-blog .apost-title a {
	color: rgb(13,13,13);
	text-decoration: none;
	}

#index-blog .apost-title a:hover {
	text-decoration: underline;
	}

#index-blog .apost-info {
	clear: left;
	margin-top: 10px;
	width: 260px;
	font-size: 10px;
	text-transform: uppercase;
	padding-bottom: 5px;
	}

#index-blog .apost-date {
	float: left;
	background: rgb(152,148,104) url(../images/index-blog-middle.gif) repeat-x 0 0;
	height: 16px;
	}

#index-blog .thedate {
	float: left;
	padding-top: 2px;
	}

#index-blog .apost-comlink {
	float: right;
	background: rgb(152,148,104) url(../images/index-blog-middle.gif) repeat-x 0 0;
	height: 16px;
	}	

#index-blog .apost-comlink a {
	float: left;
	padding-top: 2px;
	color: rgb(13,13,13);
	text-decoration: none;
	}	
	
#index-blog .apost-comlink a:hover {
	color: #fff;
	text-decoration: none;
	}
	
#index-blog .comlink-prev, #index-blog .date-prev {
	background: rgb(152,148,104) url(../images/index-blog-left.gif) no-repeat 0 0;
	width: 7px;
	height: 16px;
	float: left;
	}	

#index-blog .comlink-post, #index-blog .date-post {
	background: rgb(152,148,104) url(../images/index-blog-right.gif) no-repeat 0 0;
	width: 7px;
	height: 16px;
	float: left; 
	}	

#index-blog .comments-holder {
	clear: left;
	float: left;
	margin: 20px 0;
	font-size: 12px;
	color: rgb(64,64,64);
	background-color: rgb(181,177,131);
	border: 1px solid rgb(129,126,94);
	}
	
#index-blog .comments-holder hr {
	background-color: rgb(129,126,94);
	margin-top: 0;
	height: 1px;
	width: 266px;
	}
	
#index-blog .acomment {
	margin: 10px 8px;
	}

#index-blog .comment-title {
	color: #fff;
	margin-bottom: 5px;
	}

#index-blog .comment-info {
	font-size: 10px;
	color: rgb(13,13,13);
	margin: 10px 0;
	}

#index-blog .leavecomment {
	margin: 10px 0 10px 10px;
	color: #fff;
	}

#index-blog .captcha {
	padding: 2px;
	border: 1px solid rgb(129,126,94);
	}

#index-blog .leavecomment textarea {
	height: 100px;
	width: 240px;
	margin: 10px 0;
	}
	
#index-blog .leavecomment textarea, #index-blog .leavecomment .text {
	font-family: "Trebuchet MS", Trebuchet, helvetica, sans-serif;
	font-size: 12px;
	color: rgb(13,13,13);
	background-color: rgb(152,148,104);
	border: 1px solid rgb(129,126,94);
	padding: 3px;
	margin-top: 5px;
	}

#index-blog .comment-alert {
	margin: 10px 10px 0 0;
	padding: 5px 10px;
	color: #2a2a2a;
	border: 1px solid rgb(115,150,120);
	background-color: rgb(178,246,178);
	}

#index-blog .blog-pagination {
	clear: left;
	text-align: center;
	color: rgb(233,227,200);
	}

#index-blog .comments-pagination {
	clear: both;
	margin: 10px 0;
	text-align: center;
	color: #555;
	}

#index-blog .blog-pagination a, #index-blog .comments-pagination a {
	color: #fff;
	cursor: pointer;
	text-decoration: underline;
	}

#index-blog .blog-pagination a:hover, #index-blog .comments-pagination a:hover {
	text-decoration: none;
	}

#index-blog .blog-pagination .pagination-prev, #index-blog .blog-pagination .pagination-next, #index-blog .comments-pagination .pagination-prev, #index-blog .comments-pagination .pagination-next {
	margin: 0 5px;
	}

#index-blog .blog-pagination .pagination-link {
	margin: 0 3px;
	padding: 2px 4px;
	border: 1px solid #555;
	background-color: rgb(132,128,90);
	}

#index-blog .comments-pagination .pagination-link {
	margin: 0 3px;
	padding: 2px 4px;
	border: 1px solid #777;
	background-color: rgb(162,158,110);
	}

		/* Bio-Blog */

#bio-blog #apost-processor {
	position: absolute;
	height: 30px;
	width: 342px;
	margin-top: -8px;
	background-image: url(../images/spinner.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgb(15,15,15);
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	z-index: 1000;
	}

#bio-blog .apost {
	background: rgb(50,50,50) url(../images/bios-apost-bg.gif) repeat-x 0 0;
	border: 1px solid rgb(23,23,23);
	border-bottom: 1px solid rgb(12,12,12);
	float: left;
	width: 340px;
	color: rgb(157,157,157);
	margin-bottom: 20px;
	}

#bio-blog #apost-hr-top {
	background-color: rgb(80,80,80);
	width: 324px;
	margin-bottom: 8px;
	}

#bio-blog #apost-hr-bottom {
	display: none;
	}
	
#bio-blog .post-body {
	padding: 0 8px 8px 8px;
	font-size: 12px;
	border-bottom: 1px solid rgb(68,68,68);
	}

#bio-blog .post-body a {
	color: #fff;
	}

#bio-blog .post-body a:hover {
	text-decoration: none;
	}

#bio-blog .post-body img {
	background-color: #fff;
	padding: 2px;
	display: block;
	margin: 5px auto;
	border: 1px solid rgb(36,36,36);
	}

#bio-blog .apost-title {
	padding-top: 8px;
	font-size: 16px;
	color: rgb(13,13,13);
	}

#bio-blog .apost-info {
	clear: left;
	float: left;
	width: 340px;
	font-size: 10px;
	color: rgb(73,73,73);
	border-top: 1px solid rgb(12,12,12);
	border-bottom: 1px solid rgb(37,37,37);
	background-color: rgb(23,23,23);
	}

#bio-blog .apost-info a {
	background: rgb(23,23,23) url(../images/sidebar-link-arrow.png) no-repeat top right;
	padding-right: 15px;
	padding-bottom: 5px;
	text-decoration: underline;
	}

#bio-blog .apost-info a:hover {
	text-decoration: none;
	}

#bio-blog .apost-date {
	float: left;
	padding: 5px;
	}

#bio-blog .apost-comlink {
	padding: 5px;
	float: right;
	}	

#bio-blog .comments-holder {
	clear: left;
	float: left;
	width: 340px;
	font-size: 12px;
	color: rgb(74,74,74);
	background-color: rgb(23,23,23);
	border-top: 1px solid rgb(12,12,12);
	}
	
#bio-blog .comments-holder hr {
	margin: 10px 0 10px 8px;
	background-color: rgb(13,13,13);
	width: 324px;
	height: 1px;
	}
	
#bio-blog .acomment {
	margin: 10px 8px;
	}

#bio-blog #comment-byuser {
	background-color: rgb(74,27,44);
	border-top: 2px solid rgb(94,47,64);
	padding: 5px 5px 0px 5px;
	color: #000;
	}

#bio-blog .comment-title {
	color: #fff;
	margin-bottom: 5px;
	}

#bio-blog .comment-info {
	font-size: 10px;
	color: rgb(68,68,68);
	background-color: rgb(13,13,13);
	border: 1px solid #000;
	border-top: 1px solid #272727;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 15px;
	}

#bio-blog #comment-byuser .comment-info {
	font-size: 10px;
	color: #fff;
	border: 0;
	border-top: 1px solid #282828; 
	background-color: transparent;
	}

#bio-blog .leavecomment {
	margin: 10px 0 10px 20px;
	color: #888;
	}

#bio-blog .captcha {
	padding: 3px;
	background-color: rgb(62,62,62);
	border: 1px solid rgb(17,17,17);
	}

#bio-blog .leavecomment textarea {
	width: 300px;
	height: 100px;
	margin: 10px 0;
	}
	
#bio-blog .leavecomment textarea, #bio-blog .leavecomment .text {
	font-family: "Trebuchet MS", Trebuchet, helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	background-color: rgb(13,13,13);
	border: 1px solid #333;
	padding: 3px;
	margin-top: 5px;
	}

#bio-blog .comment-alert {
	margin: 10px 20px 0 0;
	padding: 10px;
	color: #2a2a2a;
	border: 2px solid rgb(255,255,255);
	background-color: rgb(252,255,146);
	}

#bio-blog .blog-pagination {
	clear: left;
	text-align: center;
	width: 340px;
	font-size: 12px;
	color: rgb(74,74,74);
	}

#bio-blog .comments-pagination {
	clear: both;
	margin: 10px 0;
	text-align: center;
	color: rgb(66,66,66);
	}

#bio-blog .blog-pagination a, #bio-blog .comments-pagination a {
	color: #fff;
	cursor: pointer;
	text-decoration: underline;
	}

#bio-blog .blog-pagination a:hover, #bio-blog .comments-pagination a:hover {
	text-decoration: none;
	}

#bio-blog .blog-pagination .pagination-prev, #bio-blog .blog-pagination .pagination-next, #bio-blog .comments-pagination .pagination-prev, #bio-blog .comments-pagination .pagination-next {
	margin: 0 5px;
	}

#bio-blog .blog-pagination .pagination-link {
	margin: 0 3px;
	padding: 2px 4px;
	border: 1px solid #333;
	background-color: rgb(25,25,25);
	}

#bio-blog .comments-pagination .pagination-link {
	margin: 0 3px;
	padding: 2px 4px;
	border: 1px solid #252525;
	background-color: rgb(15,15,15);
	}

		/* Archives-Blog */

#thearchives .general-function-alert {
	margin: 7px 0 0 10px;
	color: rgb(157,157,157);
	}

#thearchives .archives-category-links {
	clear: left;
	margin: 20px 0 0 15px;
	}

#thearchives .archives-category-links span {
	display: block;
	margin-bottom: 10px;
	clear: left;
	}

#thearchives .archives-category-links a {
	display: block;
	margin: 7px 0;
	color: #fff;
	float: left;
	}

#thearchives .archives-category-links a:hover {
	text-decoration: none;
	}

#thearchives .recent-entry-date {
	padding-top: 10px;
	margin-left: 15px;
	float: left;
	font-size: 12px;
	color: rgb(157,157,157);
	}
	
#thearchives .archives-category-title {
	font-size: 20px;
	font-weight: normal;
	color: rgb(157,157,157);
	padding: 0px 10px;
	margin: 7px 20px 7px 0;
	float: left;
	}

#thearchives .archives-category-name {
	font-size: 14px;
	color: rgb(234,24,93);
	padding: 12px 0 0 0;
	}

#thearchives .galleries-media-description {
	margin-top: 20px;
	}

#thearchives .post-body {
	font-size: 14px;
	color: rgb(157,157,157);
	margin-bottom: 25px;
	}

#thearchives .post-body a {
	color: rgb(220,220,220);
	}

#thearchives .post-body a:hover {
	text-decoration: none;
	}

#thearchives .post-body img {
	background-color: #fff;
	padding: 2px;
	display: block;
	margin: 5px auto;
	border: 1px solid #000;
	}

#thearchives .apost-title {
	font-size: 20px;
	font-weight: normal;
	color: rgb(157,157,157);
	padding: 8px 10px;
	margin: 0;
	float: left;
	}

#thearchives .apost-date {
	font-size: 14px;
	font-weight: normal;
	color: rgb(234,24,93);
	padding: 3px 0 0 15px;
	margin: 7px 15px 0 0;
	float: right;
	text-decoration: none;
	}

#thearchives #apost-hr-top, #thearchives .archives-category-hr {
	clear: left;
	background-color: rgb(50,50,50);
	margin-bottom: 20px;
	}

#thearchives .comments-holder {
	font-size: 12px;
	color: rgb(157,157,157);
	border-top: 1px solid rgb(50,50,50);
	padding-top: 20px;
	}

#thearchives .comments-holder-title {
	font-size: 16px;
	color: rgb(157,157,157);
	margin-bottom: 10px;
	}

#thearchives .acomment {
	padding: 10px;
	background-color: #333;
	border: 1px solid #111;
	color: #fff;
	margin-bottom: 10px;
	}

#thearchives #comment-byuser {
	background-color: #777;
	border: 2px solid #999;
	}

#thearchives #comment-byuser .comment-title, #thearchives #comment-byuser .comment-info {
	color: #222;
	}

#thearchives .comment-title {
	margin-bottom: 10px;
	font-size: 14px;
	color: #999;
	}

#thearchives .comment-info {
	margin-top: 10px;
	color: #999;
	}

#thearchives .leavecomment {
	margin: 10px 0 10px 20px;
	color: #888;
	}

#thearchives .captcha {
	padding: 3px;
	background-color: rgb(62,62,62);
	border: 1px solid rgb(17,17,17);
	display: block;
	}

#thearchives .leavecomment textarea {
	width: 300px;
	height: 100px;
	margin: 10px 0;
	}
	
#thearchives .leavecomment textarea, #thearchives .leavecomment .text {
	font-family: "Trebuchet MS", Trebuchet, helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	background-color: rgb(13,13,13);
	border: 1px solid #333;
	padding: 3px;
	margin-top: 5px;
	}

/* NEWSLETTERS PAGE STYLES */

#newsletters a {
	display: block;
	margin: 7px 0;
	font-size: 14px;
	color: #888;
	background-color: #393939;
	border: 1px solid #111;
	padding: 4px;
	}


/* FOOTER STYLES */

.footer {
	clear: left;
	color: rgb(88,88,88);
	font-size: 12px;
	padding: 20px;
	text-align: center;
	border-top: 1px solid rgb(47,47,47);
	background-color: rgb(9,9,9);
	}

.footer span {
	margin: 0 14px;
	}
	
.footer a {
	color: rgb(88,88,88);
	text-decoration: underline;
	}

.footer a:hover {
	text-decoration: none;
	}

/* PRAYER TEAM STYLES */

#prayerteam-content {
	text-align: center;
	padding: 20px 0;
	background-color: rgb(255,255,255);
	color: rgb(140,140,140);
	font-size: 14px;
	}

.prayerteam-holder {
	margin: 0 22px;
	}

.prayerteam-holder hr {
	clear: left;
	background: rgb(200,200,200);
	width: 808px;
	margin-bottom: 12px;
	}

.prayerteam-holder a {
	color: #000;
	}

.prayerteam-holder a:hover {
	text-decoration: none;
	}

.prayerteam-logo {
	float: left;
	margin-bottom: 12px;
	font-size: 18px;
	color: rgb(0,0,0);
	}

.prayerteam-nav {
	float: right;
	margin-bottom: 12px;
	padding-top: 2px;
	font-size: 14px;
	}

.prayerteam-nav a {
	color: rgb(140,140,140);
	text-decoration: none;
	margin-left: 35px;
	}

.prayerteam-nav a:hover {
	color: rgb(0,0,0);
	}

		/* Preayer-Team-Blog */

#prayer-blog .apost {
	clear: left;
	float: left;
	width: 100%;
	color: rgb(140,140,140);
	margin-top: 20px;
	text-align: left;
	border-top: 1px solid rgb(230,230,230);
	}
	
#prayer-blog #apost-hr-top, #prayer-blog #apost-hr-bottom {
	display: none;
	}
	
#prayer-blog .post-body {
	font-size: 12px;
	}

#prayer-blog .post-body a {
	color: rgb(13,13,13);
	}

#prayer-blog .post-body a:hover {
	text-decoration: none;
	}

#prayer-blog .post-body img {
	padding: 2px;
	display: block;
	margin: 5px auto;
	border: 1px solid rgb(180,180,180);
	}

#prayer-blog .apost-title {
	padding: 8px 0;
	font-size: 14px;
	color: rgb(13,13,13);
	}

#prayer-blog .apost-info {
	clear: left;
	float: right;
	margin-top: 10px;
	font-size: 10px;
	color: rgb(13,13,13);
	}

#prayer-blog .apost-info a {
	text-decoration: underline;
	}

#prayer-blog .apost-info a:hover {
	text-decoration: none;
	}

#prayer-blog .apost-date {
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	}

#prayer-blog .apost-comlink {
	margin-left: 5px;
	margin-bottom: 5px;
	float: left;
	}	

#prayer-blog .comments-holder {
	clear: left;
	float: left;
	font-size: 12px;
	background-color: rgb(240,240,240);
	color: rgb(140,140,140);
	}
	
#prayer-blog .comments-holder hr {
	margin: 0 0 20px 0;
	background-color: rgb(200,200,200);
	height: 1px;
	}
	
#prayer-blog .acomment {
	border-top: 1px solid rgb(200,200,200);
	padding: 10px 8px 0 8px;
	}

#prayer-blog .comment-title {
	color: rgb(13,13,13);
	margin-bottom: 5px;
	}

#prayer-blog .comment-info {
	font-size: 10px;
	color: rgb(13,13,13);
	margin-top: 5px;
	margin-bottom: 15px;
	}

#prayer-blog .leavecomment {
	margin: 10px 0 10px 20px;
	color: rgb(140,140,140);
	}

#prayer-blog .captcha {
	padding: 3px;
	display: block;
	border: 1px solid rgb(180,180,180);
	}

#prayer-blog .leavecomment textarea {
	width: 300px;
	height: 100px;
	margin: 10px 0;
	}
	
#prayer-blog .leavecomment textarea, #prayer-blog .leavecomment .text {
	font-family: "Trebuchet MS", Trebuchet, helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	background-color: rgb(255,255,255);
	border: 1px solid rgb(180,180,180);
	padding: 3px;
	margin-top: 5px;
	}
	
#prayer-blog .comment-alert {
	margin: 10px 10px 0 0;
	padding: 5px 10px;
	color: #2a2a2a;
	border: 1px solid rgb(115,150,120);
	background-color: rgb(178,246,178);
	}

/* ART OVERLAY STYLES */

.art {
	position: absolute;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-top: 35px;
	z-index: 2;
	}

#art1 {
	background-image: url(../images/art/art1.png);
	width: 194px;
	height: 49px;
	}

#art2 {
	background-image: url(../images/art/art2.png);
	width: 181px;
	height: 53px;
	}

#art3 {
	background-image: url(../images/art/art3.png);
	width: 181px;
	height: 48px;
	}

#art4 {
	background-image: url(../images/art/art4.png);
	width: 190px;
	height: 61px;
	}
