/* @group reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

/* @end */

/* @group layout */

/* @group the loft */

/* @group chat */

#loft_content #chatroom {
	font: 90%;
	line-height: 1;
}
#content #loft_content #chatroom #chatroom_user_list {
	padding: 0;
	list-style-type: none;
	float: left;
	width: 90px;
	font-size: 75%;
}
#content #loft_content #chatroom #chatroom_user_list li {
	margin-bottom: 2px;
}
#content #loft_content #chatroom #chatroom_user_list li a {
	background: black;
	display: block;
	text-decoration: none;
	padding: 2px;
	color: white;
	overflow: hidden;
}
#loft_content .chat.post {
	border-top: none;
	padding: 3px;
	margin: 0 0 5px 120px;
	width: 350px;
	background: white;
	clear: none;
	font-size: 90%;
}
#loft_content .chat.post.mine {
	text-align: left;
	margin-left: 100px;
}
#loft_content .chat.archive {
	margin-left: 0;
	width: 450px;
	margin-bottom: 10px;
}
#loft_content .chat {
	margin-right: 0;
	margin-left: 100px;
	margin-bottom: 5px;
}
#loft_content .chat .user {
	font-weight: bold;
	text-decoration: none;
	background: #043373;
	color: white;
	padding: 0 2px;
}
#loft_content .chat .time {
	float: right;
	font-size: 65%;
	color: #999;
}
#loft_content .chat.mine .user {
	display: none;
	background: #9c222a;
}
#loft_content .chat .text {
	margin-top: 4px;
	text-align: left;
}
#chatroom_actions {
	padding: 10px;
	background: #9c222a;
	margin-bottom: 10px;
	color: white;
}
#chatroom_actions.offline {
	display: none;
}
#chatroom_actions a {
	color: white;
}

/* @end */

/* @group forum */

.post.topic textarea {
	display: block;
	width: 100%;
	height: 150px;
}



/* @end */

/* @group album */

#loft_content #media {
	text-align: center;
	padding: 10px 0;
	margin-bottom: 10px;
	background: black;
}
#loft_content #media * {
	border: 1px solid white;
}

/* @end */

/* @group the wall */

#loft_content .post {
	clear: left;
	border-top: 4px solid #000;
	padding-top: 20px;
	margin-top: 20px;
}
#loft_content .post .left {
	margin-left: -40px;
	display: inline;
	padding: 1px;
	margin-top: ;
}
#loft_content .post .date {
	float: right;
	margin-top: -10px;
	font-size: 80%;
	color: #7a6a5b;
}
#loft_content .post .user {
	font-size: 100%;
}
#loft_content .post .user a {
	font-size: 150%;
}
#content #loft_board_actions {
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-top: 20px;
	float: left;
}
#content #loft_board_actions li {
	float: left;
	margin-right: 2px;
}
#content #loft_board_actions li a {
	display: block;
	float: left;
	padding: 3px 10px;
	color: white;
	text-decoration: none;
}
#content #loft_board_actions li a:hover {
	background: black;
}
#content #loft_board_actions #add_text {
	background: #a32924;
}
#content #loft_board_actions #add_pic {
	background: #132940;
}
#content #loft_board_actions #add_video {
	background-color: #005945;
}
#loft_content .help {
	color: white;
	font-size: 80%;
}
#post_text_form {
	clear: left;
	background: #a32924;
}
#post_video_form {
	clear: left;
	background: #005945;
}
#post_text_form textarea,
#post_video_form textarea {
	height: 100px;
	width: 457px;
	margin: 10px 10px 0 10px;
	display: block;
	padding: 0;
}
#post_video_form textarea {
	height: ;
}
#post_text_form input,
#post_video_form input {
	margin: 0 10px 10px 10px;
	padding: 0;
}
#post_image_form {
	clear: left;
	margin: 0;
	padding: 0;
	background: #132940;
}
#post_image_form input {
	margin: 10px 10px 0 10px;
}
#post_image_form input[type="file"] {
	color: white;
}
#loft_board_paging {
	clear: left;
	border-top: 4px solid #000;
	padding-top: 10px;
	margin-top: 10px;
}

#loft_board_paging #link_to_next_page {
	float: right;
}

.comments {
	clear: left;
	margin-left: 30px;
	font-size: 90%;
	line-height: 1.2;
}

#content .comments ul {
	list-style-type: none;
	padding: 0;
}

#loft_content .post .comments .user a {
	font-size: 100%;
}
#loft_content .post .comments .user {
	margin-left: -30px;
	font-weight: bold;
}
#content .comments p {
	margin-bottom:  .5em;
}

/* @end */

/* @group profile */

.profile.image {
	padding: 3px;
	border: 1px solid black;
	background: white;
	position: relative;
	z-index: 2;
}
.profile.edit {
	clear: right;
	padding: 2px 5px;
	background: #104582;
	color: white;
	text-decoration: none;
}
.profile.edit:hover {
	background: black;
}
#content .profile.image img {
	margin: 0;
}

#loft_content h1.profile {
	border-bottom: 1px solid black;
}
#loft_content .profile.text {
	margin-top: 20px;
}

#loft_content .comments textarea {
	border: 2px solid black;
	width: 400px;
	height: 100px;
}

/* @end */

/* @group index */

#loft_login form {
	padding: 10px;
	background: #005743;
}
#loft_login .errors {
	border: none;
}
#loft_login form input[type="text"],
#loft_login form input[type="password"] {
	width: 126px;
	margin-bottom: 5px;
}
#loft_content img[src='/stylesheets/design_images/81/home-youth.png'] {
	display: inline;
	margin-left: -60px;
}
#signup_promo {
	clear: both;
	padding: 10px;
	background: #104582;
	color: white;
}
#signup_promo a:link,
#signup_promo a:visited {
	color: #90c4ff;
}
#signup_promo a:hover {
	text-decoration: underline;
	color: white;
}

/* @end */

/* @group sidebar */

#loft_actions {
	float: right;
	width: 150px;
	margin-left: 20px;
	padding: 0 0 0 10px;
	border-left: 2px solid #104582;
}

#content #loft_actions h3 {
	margin-top: 0;
}


#content #loft_actions .menu {
	padding: 0;
	margin: 0;
	float: none;
	font-size: 130%;
	width: inherit;
	border: 0;
}
#content #loft_actions .menu li.section {
	margin-top: 1em;
}
#content #loft_actions .menu * {
	width: 140px;
}
#content #loft_actions .menu a {
	display: block;
	padding: 2px;
	text-decoration: underline;
}
#content #loft_actions .menu a:hover {
	color: white;
	text-decoration: none;
}


/* @end */
#loft_content {
	width: 480px;
}
#loft_content table.editor {
	font-size: 80%;
	line-height: 1.1;
	border: 2px solid black;
}
#loft_content table.editor td {
	vertical-align: top;
	padding: 2px 5px;
	border-bottom: 2px solid black;
}
#loft_content table.editor td.key {
	width: 25%;
	text-align: right;
	padding: 5px;
	vertical-align: top;
	background: #09274b;
	color: white;
}
#loft_content .explanation {
	font-style: italic;
	color: #7a6a5b;
	line-height: 1;
	margin-bottom: 3px;
}
#loft_content table.editor input,
#loft_content table.editor text_area {
	margin: 5px 0;
	font-size: 100%;
}
.errors {
	padding: 10px 15px;
	background: #962625;
	color: #fff;
	border: 2px solid black;
	border-bottom: none;
}
#loft_content .errors ul {
	margin: 0;
}


/* @end */

/* @group overall */

html {
	background-color: #000;
	background-position: top left;
	background-repeat: repeat-x;
}

body {
	background-color: #000;
	background-position: right 284px;
	background-repeat: repeat-y;
	background-image: url(/stylesheets/design_images/81/background-bottom.jpg);
	width: 1033px;
	margin: 0 auto;
	position: relative;
}

#container1 {
	position: relative;
	width: 1033px;
	background-position: top right;
	background-repeat: no-repeat;
	background-image: url(/stylesheets/design_images/81/background-top.jpg);
}

#header {
	position: absolute;
	width: 1000px;
	z-index: 1;
	top: 0;
	left: 33px;
}

#about_cbc {
	position: absolute;
	top: 42px;
	right: 40px;
	color: #529d8a;
	font-size: 80%;
	line-height: 1;
	padding: 4px;
}
#get_flash {
	position: absolute;
	top: 5px;
	right: 360px;
}
#about_cbc:hover {
	background: #000;
}

#container2 {
	margin: 64px 0 0 0;
	overflow: hidden;
	float: right;
	width: 1033px;
	background-image: url(/stylesheets/design_images/81/content-background-top.png);
	background-repeat: no-repeat;
	background-position: 196px top;
	position: relative;
	z-index: 2;
	padding-top: 20px;
}
* html #container2 {
	background-image: url(/stylesheets/design_images/81/content-background-top-ie.gif);
}
#content {
	float: right;
	width: 680px;
	display: inline;
	margin-right: 17px;
	clear: both;
	min-height: 280px;
	padding: 0 40px 0 100px;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
	background-image: url(/stylesheets/design_images/81/content-background-middle.png);
	background-position: right 0;
	background-repeat: repeat-y;
	position: relative;
	z-index: 2;
}

* html #content {
	background-image: url(/stylesheets/design_images/81/content-background-middle-ie.gif);
}

#content_top_1 {
	margin-top: -10px;
	position: relative;
}

#sidebar {
	float: right;
	width: 196px;
}


#sidebar .zone {
	margin-bottom: 1.5em;
	margin-left: 43px;
	position: relative;
	z-index: 1;
}

#footer {
	clear: both;
	background-image: url(/stylesheets/design_images/81/content-background-bottom.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 196px;
	margin-right: 17px;
	padding: 59px 20px 20px 20px;
	text-align: center;
}
* html #footer {
	background-image: url(/stylesheets/design_images/81/content-background-bottom-ie.gif);
}

.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* @end */

/* @group calendar */

div.calendar.nav {
	float: right;
}

table.calendar {
	width: 600px;
	margin-left: 20px;
	border-collapse: collapse;
	line-height: 1.1;
}

table.calendar td {
	border-left: 1px solid black;
	border-right: 1px solid black;
	width: 14%;
	padding: 0 2px;
}

table.calendar td.outside {
	color: #aaa;
}

table.calendar tr.label td.outside {
	font-size: 70%;
}

table.calendar tr.label td {
	border-top: 1px solid black;
	font-size: ;
	padding-bottom: 4px;
}

table.calendar td.last {
	border-bottom: 1px solid black;
	height: 10px;
}

table.calendar div.event a {
	display: inline-block;
}

table.calendar div.event a {
	display: block;
	padding: 5px 3px;
	margin: 1px;
	color: white;
}

table.calendar .event a:hover {
	background: black;
}

table.calendar .c1 a {
	background-color: #005c45;
}

table.calendar .c2 a {
	background-color: #6A8338;
}

table.calendar .c3 a {
	background-color: #B26212;
}

table.calendar .c4 a {
	background-color: #9c222a;
}

table.calendar .c5 a {
	background-color: #104582;
}

.event .date {
	color: ;
	margin: 4px 0 4px 20px;
	font-size: 160%;
}

/* @end */

/* @group contact form */

div.contactform {
	margin: 20px;
	border-top: 1px solid #104582;
}

.contactform form {
	padding: 10px 0;
}

.contactform div {
	padding: 10px 0 0 0;
}

.contactform input[type="text"] {
	width: 100%;
}

.contactform textarea {
	width: 100%;
	height: 10em;
}

.contactform.submission {
	border: none;
	background: ;
	padding: 10px;
	color: white;
	text-align: center;
}

.contactform label {
	display: block;
	color: #104582;
	font-size: 90%;
	font-weight: bold;
}

/* @end */

/* @group blog */

.blog.post h2 a {
	color: ;
}

.blog.post h2 a:hover {
	color: white;
	background-color: ;
}

.blog.post .next {
	float: right;
}

#blog_nav {
	position: relative;
	margin-bottom: 20px;
	width: 640px;
}

#blog_nav div {
	
}

#blog_nav #newer_posts {
	width: 200px;
	z-index: 2;
	position: absolute;
	right: 0;
	text-align: right;
}

#blog_nav #older_posts {
	width: 200px;
	z-index: 2;
	position: absolute;
	left: 0;
}

#blog_nav #blog_archive {
	text-align: center;
}

.blog.post .published {
	color: ;
	margin: 4px 0 0 30px;
	font-size: 90%
}

div.blog_archive {
	margin-left: 20px;
}

#content h3.blog_archive {
	font-weight: normal;
}

/* @end */

/* @group image */

#album_nav {
	float: right;
}

#album_nav div {
	display: inline;
}

#album_nav .next {
	margin-left: 10px;
}

/* @end */

/* @group menus */

/* @group content */

#content #content_top_1 .menu {
	position: relative;
	margin-left: -64px;
	margin-bottom: 10px;
	float: left;
	display: inline;
	width: 730px;
	border-left: none;
	padding-left: 0;
}
#content #content_top_1 .menu li {
	float: left;
	margin-right: 2px;
	position: relative;
}
#content #content_top_1 .menu li a,
#content #content_top_1 .menu li span {
	display: block;
	position: relative;
	text-decoration: none;
	color: #549f8c;
	cursor: pointer;
}
#content #content_top_1 .menu li a:hover span {
	background: black;
	color: white;
}
#content #content_top_1 .menu li.current span {
	color: white;
	font-weight: bold;
}
#content #content_top_1 .menu li a span,
#content #content_top_1 .menu li span span {
	background: #005C45;
	padding: 4px;
	line-height: 1;
	cursor: pointer;
}

#content .menu {
	position: relative;
	margin-left: -30px;
	margin-bottom: 10px;
	float: left;
	display: inline;
	width: 730px;
	border-left: 2px solid #174785;
	padding-left: 5px;
}
#content .menu li {
	margin-right: 20px;
	position: relative;
}
#content .menu li a,
#content .menu li span {
	position: relative;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}
#content .menu li a:hover span {
	background: black;
	color: white;
}
#content .menu li.current span {
	color: blask;
	line-height: 1.2;
	font-weight: bold;
}
#content .menu li a span,
#content .menu li span span {
	line-height: 1.4;
	cursor: pointer;
}
#content .menu li span span {
	padding-left: 10px;
	background: url(/stylesheets/design_images/81/menu-pointer.png) left center no-repeat;
}



/* @end */

/* @group main */
#sidebar {
	cursor: pointer;
}
#sidebar #main_menu {
	position: relative;
	margin-left: 0;
	margin-top: -10px;
	margin-right: -34px;
	margin-bottom: 10px;
	z-index: 3;
	cursor: pointer;
	width: 230px;
}
#sidebar #main_menu .menu {
	margin-right: 34px;
	margin-top: 44px;
}
#main_menu li {
	margin: 0 0 2px 0;
}
#main_menu li a,
#main_menu li a:hover,
#main_menu li span {
	text-decoration: none;
	display: block;
	background: inherit;
	position: relative;
}
#main_menu li a:hover {
	background: none;
}

* html #main_menu li a,
* html #main_menu li a:hover,
* html #main_menu li span {
	display: inline-block;
}
#main_menu li.current span span,
#main_menu li a span{
	display: block;
	background: #104582;
	padding: 4px;
	color: white;
}
#main_menu li a span {
	margin: 0 -10px 0 0;
	cursor: pointer;
}
#main_menu li.current span span,
#main_menu li a:hover span {
	margin: 0 -30px 0 20px;
}



/* @end */

ul.menu li {
	padding: 0 !important;
	list-style-type: none !important;
}


/* @end */

/* @end */

/* @group typography */

html {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 90%;
	line-height: 1.5;
	color: black;
}

#header #tagline {
	color: #656565;
	line-height: 1.1;
	position: absolute;
	text-indent: -10000px;
	top: 94px;
	left: 50px;
}

#footer {
	font-size: 80%;
	color: #000;
}

/* @group content */

/* @group lists */

#content ul {
	list-style-type: disc;
	padding-left: 1em;
	margin-bottom: 1em;
}
#content ul ul {
	margin-bottom: 0;
}
#content ul.nobullit {
	list-style-type: none;
	padding: 0;
}
#content ul.nobullit li {
	margin-bottom: 5px;
}

/* @end */

#content h1 {
	margin: 1em 0 .25em -30px;
	color: #9C222A;
	font: bold 180%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content #content_top_1 h1 {
	margin-top: 0;
	margin-left: -64px;
	padding: 4px;
	color: #000;
}

#content h2 {
	margin: 1em 0 .25em -30px;
	color: #9C222A;
	font: normal 160%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h3 {
	margin: 1em 0 .25em 0;
	color: #9C222A;
	font: bold 135%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h4 {
	font-weight: bold;
	margin: 1em 0 .25em 0;
	line-height: 1;
	color: #9C222A;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h5 {
	margin: 1em 0 .25em 0;
	line-height: 1;
	color: #9C222A;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h6 {
	margin: 1em 0 .25em 0;
	line-height: 1;
	color: #9C222A;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content p {
	margin: 0 0 1em 0;
}

#content p img {
	display: block;
	margin: 20px auto;
}

div.image img {
	display: block;
	margin: 20px auto;
}

/* @end */

/* @group sidebar */

.sidebar {
	font-size: 90%;
	line-height: 1.2;
	color: ;
}

.sidebar p {
	margin: 0 0 .5em 0;
}

.sidebar .zone h2 {
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid #000;
	margin-bottom: .25em;
	color: #9C222A;
}

.sidebar ul.blog_posts li,
.sidebar ul.calendar_events li {
	list-style-type: disc;
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: .25em;
	color: ;
}

/* @end */

/* @group links */

a {
	color: #104582;
}

a:hover {
	color: white;
	background-color: #104582;
	text-decoration: none;
}

a:visited {
	color: #2765c0;
}

a:visited:hover {
	color: white;
}

/* @end */

strong {
	font-weight: bold;
	font-style: inherit;
}

em {
	font-style: italic;
	font-weight: inherit;
}

/* @end */

/* @end */