body {
	margin: 0; padding: 0;
	background: #eaeada;
	font: .9em/140% Georgia, Times, serif;
	color: #333;
}

img {
	border: 0;
}

p {
	margin: 1.2em 0; padding: normal;
}

ul, ol {
	margin: 0 0 0 25px;
 padding: 0;
}

/* navigation
================================================ */
a:link { color: #800000; text-decoration: none; }
a:visited { color: #800000; text-decoration: none; }
a:hover { color: #FF0000; text-decoration: none; }
a:active { color: #800000; text-decoration: none; }

/* headers
================================================ */
h1, h2, h3, h4 {
	margin: 0; padding: 0;
	font-weight: lighter;
}
h1 {
	color: #490f0f;
}
h2 {
	color: #490f0f;
	padding-bottom: 20px;
	font-size: 200%;
}
h3 {
	color: #333;
	padding-bottom: 5px;
	font-size: 140%;
}


/* typography
================================================ */
#search, #search_sec {
	font: 90% 'Lucida Grande', 'Tahoma', Arial, sans-serif;
	color: #fff;
}

#nav { color: #fff; }
#account a {
	color: #fff;
	font: 80% 'Lucida Grande', 'Tahoma', Arial, sans-serif;
	text-decoration: none;
}
#account a:hover {
	text-decoration: underline;
}

#categories_sec {
	margin: 0; padding: 0;
}
#categories_sec li {
	margin: 0; padding: 0;
	font: 80% 'Lucida Grande', 'Tahoma', Arial, sans-serif;
	display: block;
}
#categories_sec a {
	margin: 0; padding: 5px 0;
	width: 135px;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #e5e5e5;
	color: #797979;
}
#categories_sec a:hover, #categories_sec .selected {
	border-bottom: 1px solid #a58c8c;
	color: #663333;
}
#categories_sec .selected {
	padding-left: 10px;
	background: url(../images/bg_cat_indicator.gif) 0 50% no-repeat;
	width: 125px;
}

#left_col h3, #right_col h3 {
	padding-bottom: 15px;
}

.note {
	font-size: 90%;
	color: #999;
}

.content_col h4, #category_entries h4 {
	margin: 0; padding: 0;
}
.content_col .mistake a, .content_col .mistake a:visited, .content_col .mistake a:active {
	font-size: 170%;
	line-height: 110%;
	text-decoration: none;
	color: #403b37;
}
.content_col .mistake a:hover {
	background: #663333;
	text-decoration: none;
	color: #fff;
}
.content_col p {
	margin: 0; padding: 2px 0;
}
.small_info {
	margin: 5px 0;
}

#category_entries .content a {
	font-size: 120%;
	line-height: 155%;
	text-decoration: none;
	color: #403b37;
	border-bottom: 2px dotted red;
}
#category_entries .content a:hover {
	text-decoration: line-through;
}
.date {
	font: 80% 'Lucida Grande', 'Tahoma', Arial, sans-serif;
	color: #828282;
}

#welcome_actions li {
	padding-bottom: 15px;
}
#welcome_actions a {
	font-size: 130%;
}

#story_content div {
	margin: 0 0 10px 0;
}
#story_content p {
	margin: 0; padding: 0;
	font-size: 140%;
	line-height: 150%;
}
#story_content h4 {
	margin: 0; padding: 0;
	font-size: 80%;
	font-weight: bold;
	color: #663333;
	text-transform: uppercase;
}

#home_nav {
	margin: 0; padding: 10px;
	background: #fff;
}
#home_nav li {
	padding: 0;
	list-style: none;
	font: 80% 'Lucida Grande', 'Tahoma', Arial, sans-serif;
}
#home_nav a {
	padding: 4px 0;
	border-bottom: 1px solid #eee;
	text-decoration: none;
	color: #515151;
	display: block;
}
#home_nav a:hover {
	color: #663333;
	border-bottom: 1px solid #663333;
}

.cat_title {
	font-size: 200%;
	color: #422d2d;
}


/* layout
================================================ */
.container {
	margin: 0 auto; padding: 0;
	width: 770px;
}

#intro_header {
	background: #fff;
}
#intro {
}
#login {
	position: relative;
	top: 0;
	left: 0;
}
#phrase {
	width: 374px;
	position: absolute;
	top: -1px;
	left: 503px;
}
#topbanner {
	width: 150px;
	position: relative;
	top: 0px;
	left: 0px;
}
#actions {
	padding: 10px 0;
	text-align: right;
}

#header {
	height: 58px;
	background: #422d2d url(../images/bg_secstripe.gif) repeat-x;
}
#header #logo_sec {
	float: left;
}

#nav {
	clear: both;
	margin: 0; padding-top: 1px;
	background: #663333;
	width: 100%;
	float: left;
}
#browse {
	margin: 0; padding: 0;
	float: left;
	width: 60%;
}
#browse a img {
	padding: 2px 0 0 0;
}
#nav #account {
	margin: 0; padding: 0;
	float: right;
	width: 40%;
	text-align: right;
}

#content {
	margin: 0; padding: 0 0 20px 0;
	width: 100%;
	float: left;
	clear: both;
	background: #ffffec;
}
#content .label {
	padding: 5px 20px;
	text-align: right;
}
#content .seperate {
	padding: 10px 0;
}
#form_signin {
	margin-bottom: 10px; padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#form_signin td {
	padding: 3px 0;
}

#register_table {
	float: left;
	width: 475px;
}
#reasons {
	margin: 0 0 20px 0; padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	float: right;
	text-align: left;
	width: 225px;
}



#main {
	margin: 0; padding: 0;
	height: 140px;
	background: #422d2d url(../images/bg_indexstripe.gif) repeat-x;
}
#main img {
	margin: 0; padding: 0;
}

#search {
	margin: 0; padding: 10px 0;
	background: #663333;
}
#search #search_for {
	margin-left: 10px;
	width: 300px;
}

#search_sec {
	padding-top: 17px;
	float: right;
}

#categories li {
	padding: 0;
}
#categories a {
	padding: 4px;
	font: 80% 'Lucida Grande', 'Tahoma', Arial, sans-serif;
	text-decoration: none;
	color: #666;
	display: block;
	border-bottom: 1px solid #ddd;
	width: 200px;
}
#categories a:hover {
	color: #663333;
	border-bottom: 1px solid #663333;
}
#categories {
	margin: 0; padding: 10px;
	background: #fff;
}
#categories ul {
	margin: 0; padding: 0;
}
#categories li {
	list-style: none;
}
#categories table {
	margin: 0; padding: 0;
	width: 740px;
}
#categories td {
	vertical-align: top;
	text-align: left;
	width: 33%;
}

#topic_browse {
	margin: 30px 0;
	float: left;
	width: 770px;
	clear: both;
}
#topic_browse h3 {
	font-size: 120%;
}


#categories_sec {
	margin: 0; padding: 0;
}
#categories_sec li {
	list-style: none;
}

#left_col {
	margin-bottom: 40px; padding-bottom: 40px;
	float: left;
	width: 165px;
}
#right_col {
	margin-bottom: 40px; padding-bottom: 40px;
	float: right;
	width: 590px;
}

#sort {
	margin: 0 0 10px 0; padding: 0;
}
#sort li {
	list-style: none;
	display: inline;
}
#sort a {
	padding: 5px;
	border: 1px solid #999;
	font: 80% 'Lucida Grande', 'Tahoma', Arial, sans-serif;
	color: #999;
}
#sort a:hover, #sort .selected {
	color: #fff;
	text-decoration: none;
	border: 1px solid #000;
	background: #663333;
}

#category_entries {
	margin: 0; padding: 0;
	width: 100%;
}
#category_entries td {
	padding: 10px 10px 10px 0;
	vertical-align: top;
}
#category_entries .count {
	padding: 30px 0;
	font-size: 150%;
	width: 50px;
	text-align: center;
}
#category_entries .content {
	width: 480px;
}
#category_entries p {
	margin: 0; padding: 0;
}

#pagination {
	margin: 10px 0;
	clear: both;
	float: left;
	width: 100%;
}
#pagination a {
	font: 80% 'Lucida Grande', 'Tahoma', Arial, sans-serif;
	margin: 0 2px 0 0; padding: 4px;
	background: #fff;
	border: 1px solid #ccc;
}
#pagination a:hover {
	text-decoration: none;
	background: #663333;
	color: #fff;
}

#user_actions {
	margin: 0 0 10px 0; padding: 5px 0;
	border: 1px solid #e0dccf;
	background: #f4f1e0;
	font: 80% 'Lucida Grande', 'Tahoma', Arial, sans-serif;
}
#user_actions li {
	margin: 0; padding: 0;
	list-style: none;
	display: inline;
}
#user_actions a {
	margin: 0; padding: 5px 10px 15px 10px;
	text-decoration: none;
	color: #666;
}
#user_actions li a:hover, #user_actions li .selected {
	background: #663333 url(../images/bg_indicator.gif) bottom center no-repeat;
	color: #fff;
}

.entry_actions a {
	padding: 5px;
	font: 80% 'Lucida Grande', 'Tahoma', Arial, sans-serif;
	border: 1px solid #333;
	color: #333;
}

.profile_post {
	padding: 5px;
	font-size: 150%;
	border: 1px solid #ccc;
}

#add_story h3 {
	margin: 0 0 15px 0;
}
#add_story .short {
	width: 400px;
}

#stories {
	margin: 0; padding: 0;
	clear: both;
	float: left;
	width: 770px;
}
#stories .entry {
	margin: 15px 0; padding: 0;
	float: left;
}
.icon {
	padding: 5px;
	background: #fff;
	border: 1px solid #999;
}
.icon:hover {
	border: 1px solid #000;
}
.icon_col {
	float: left;
	width: 90px;
	text-align: center;
}
.content_col {
	margin: 0; padding: 0;
	float: right;
	width: 650px;
}

.required {
	color: red;
}

#profile {
	margin: 0; padding: 0;
	float: left;
	width: 125px;
}
#profile_actions {
	margin: 0; padding: 0;
}
#profile_actions li {
	margin: 0; padding: 2px 0;
	border-bottom: 1px solid #ccc;
	list-style: none;
}
#profile_actions a {
	font: 80% 'Lucida Grande', 'Tahoma', Arial, sans-serif;
}

#story_content {
	margin: 0 0 40px 0;
	float: right;
	width: 420px;
}

#long {
	margin: 10px 0;
	clear: both;
}
#relate {
	margin: 20px 0;
}
.comments {
	border-top: 1px solid #ccc;
}
.comment_entry {
	margin: 20px 0;
}

.button {
	padding: 5px;
	border: 1px solid #999;
	font: 80% 'Lucida Grande', 'Tahoma', Arial, sans-serif;
}

#search_nav {
	margin :0; padding: 0;
}
#search_nav li {
	list-style: none;
	display: inline;
	font: 80% 'Lucida Grande', 'Tahoma', Arial, sans-serif;
}
#search_nav a {
	padding: 3px 6px;
	background: #e6e7e1;
	border: 1px solid #ccc;
	text-decoration: none;
}
#search_nav a:hover {
	color: #333;
}
#search_nav .selected {
	background: #fff;
	border-bottom: 1px solid #fff;
}
#search_box {
	margin: 0; padding: 20px 10px 10px 10px;
	border: 1px solid #ccc;
	background: #fff;
}
#search_box #search_big {
	width: 400px;
}

.thickborder {
	padding: 5px;
	background: #f4f1e0;
}

.messageform {
	margin: 20px 0; padding: 5px 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#contacts {
	margin: 0 10px; padding: 0;
}
#contacts li {
	padding: 2px 20px;
	list-style: none;
	background: url(../images/icon_email.gif) 0 50% no-repeat;
}

#faq {
	padding: 10px 0;
}
#faq h2 {
	font-size: 130%;
}
#faq ul {
	margin: 0; padding: 0;
}
#faq ul li {
	padding: 2px 20px;
	list-style: none;
	background: url(../images/icon_help.gif) 0 50% no-repeat;
}
#faq .answers {
	padding-left: 20px;
	background: url(../images/icon_answer.gif) 0 50% no-repeat;
	font-size: 120%;
	color: #000;
}

.category_cont {
	padding: 10px;
	background: #fff;
}
.category_cont .topic_title {
	margin: 0; padding: 0 0 5px 0;
	display: block;
	line-height: normal;
	border-bottom: 1px solid #476071;
	font-size: 110%;
	color: #476071;
}
#cat_title_sec {
	margin: 0 0 5px 180px;
}

.entries_stories {
	margin: 25px 0;
	width: 100%;
}
.entries_stories td {
	padding: 0;
	vertical-align: top;
}
.entries_stories .count {
	width: 70px;
	text-align: center;
}
.entries_stories .c_number {
	padding: 3px 7px;
	background: #663333;
	color: #fff;
	font-size: 90%;
}
.entries_stories .title a {
	color: #422d2d;
	text-decoration: none;
	font-size: 150%;
	line-height: 120%;
}
.entries_stories .title a:hover {
	background: #663333;
	color: #fff;
}
.entries_stories .content {
	padding: 0 0 20px 0;
	width: 450px;
}
.stat {
	padding: 5px 0 0 0;
	font: 80% 'Lucida Grande', 'Tahoma', Arial, sans-serif;
	color: #666;
}
.created {
	padding: 3px 0;
	font: 80% 'Lucida Grande', 'Tahoma', Arial, sans-serif;
	color: #999;
}

.icon_small {
	padding: 3px;
	background: #fff;
	border: 1px solid #ccc;
	float: left;
	text-align: center;

}






/* footer
================================================ */

#footer {
	margin: 0; padding: 5px 0;
	float: left;
	clear: both;
	background: #cc9966;
	width: 100%;

	color: #fff;
	font: 80% 'Lucida Grande', 'Tahoma', Arial, sans-serif;
}
#footer a, #footer a:visited, #footer a:active {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


table { border-collapse: collapse;}

.finish{border:2px dotted purple; color: red; background: orange; text-decoration: blink;}

table#coach {
 width: 100%;}

table#coach td#left {
 vertical-align: top;
 width: 50%;
 padding: 0 5px 0 0;}

table#coach td#left table, table#coach td#right table {
 width: 95%;
 margin: 0 auto;
 background: #fff;
 border: 1px solid #CFCFC1;
 border-top: none;}

table#coach td#left table td, table#coach td#right table td {
 padding: 2px 5px;}

table#coach h1 {
 font-size: 24px;
 padding: 2px 5px;
 background: #EAEADA;
 color: #422D2D;
 text-align: center;
 border: 1px solid #CFCFC1;}

table#coach td#full {
 padding: 0;}

table#coach td#right {
 vertical-align: top;
 width: 50%;
 padding: 0;}

table#coach td#full table {
 width: 95%;
 border: 1px solid #CFCFC1;
 border-top: none;
 background: #fff;}

table#coach td#full table td {
 padding: 3px;}

table#coach td#back {
 text-align: center;
 padding: 2px 5px;
 background: #EAEADA;
 border: 1px solid #CFCFC1;}

table#coach td.bio h3 {
 margin: 5px 0 0 0;
 padding: 0;
 font-family: georgia;
 color: #558B4F;
 font-style: italic;
 font-size: 15px;}

table#coach td.bio ul {
 margin: 0 0 0 20px;
 padding: 0;}

th {
 text-align: left;}