/************************
 * Kustom Fitness style *
 *    "Free Weights"    *
 ************************/

body {
	font:13px sans-serif;
	background-image:url('bodybackground.png');
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#636870;/*7D838B;*/
}

/*
 * Various elements not specific to any major classes
 */
p {
	color:#303030;
	margin-top:5px;
	margin-bottom:10px;
}

p.promo {
	color:#050505;
}

ul {
	list-style-image:url('ArrowSmallRight.gif');
}

a {
	color:#006699;
	text-decoration:none;
}

a:hover {
	color:#DD6900;
	text-decoration:none;
}

a:active {
	color:#F8A01C;
	text-decoration:none;
}

a.top {
	color:#090909;
	text-decoration:underline;
}

a.top:hover {
	color:#232629;
	text-decoration:underline;
}

a.top:active {
	color:#202020;
	text-decoration:underline;
}

a.promolink {
	color:#292929;
	font-size:.9em;
	text-decoration:none;
}

a.promolink:hover {
	color:#101010;
	font-size:.9em;
	text-decoration:underline;
}

a.promolink:active {
	color:#202020;
	text-decoration:underline;
}

/*
 * Container for whole page (1 above body)
 */
.fw-container {
	width:800px;
	padding:0px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	background-image:url('containerbg.png');
	background-repeat:no-repeat;
}

#contexthelp {
	display:none;
	width:300px;
	padding:2px;
	position:absolute;
	z-index:10;
	color:#202020;
	border:1px solid #505050;
	background-color:#CCCCCC;
}

/*
 * Page heading
 */
.fw-head {
	padding:0px;
	margin:0px;
	background:none;
}

.fw-head h1 {
	display:none;
}

.fw-head h3 {
	display:none;
}

/*
 * Kustom Fitness logo
 */
.fw-logo {
	height:300px;
	padding:0px;
	margin:0px;
	border:0;
}

/*
 * Navigation Menu
 */
.fw-nav-menu {
	font-family:arial;
	padding:0px;
	margin-top:1px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:15px;
	border:0;
}

.fw-nav-menu a {
	width:82px;
	display:block;
	color:#D0D0D0;
	font-size:18px;
	text-decoration:none;
	padding:0px;
	margin:0px;
}

.fw-nav-menu a:hover {
	width:82px;
	display:block;
	color:#F0F0FF;
	font-size:18px;
	text-decoration:none;
	padding:0px;
	margin:0px;
}

.fw-nav-menu table {
	width:100%;
	height:35px;
	padding:0px;
	margin:0px;
	background-image:url('navbarbg.png');
	background-repeat:repeat-x;
	border-collapse:collapse;
	border:1px solid #000000;
}

.fw-nav-menu tr {
	padding:0px;
	margin:0px;
}

.fw-nav-menu td.section {
	width:91px;
	height:33px;
	font-size:18px;
	font-weight:normal;
	text-align:center;
	text-indent:0px;
	border-collapse:collapse;
	border:1px solid #000000;
}

.fw-nav-menu td.sectionOver {
	width:91px;
	height:33px;
	font-size:18px;
	font-weight:normal;
	text-align:center;
	text-indent:0px;
	border-collapse:collapse;
	border:1px solid #000000;
	background-image:url('navbarbgpln.png');
	background-position:center;	
}

.fw-nav-menu td.current {
	width:91px;
	height:33px;
	font-size:18px;
	font-weight:normal;
	text-align:center;
	text-indent:0px;
	border-collapse:collapse;
	border:1px solid #000000;
	background-image:url('navbarbgpln.png');
	background-position:center;
}

.fw-nav-menu td.currentOver {
	width:91px;
	height:33px;
	font-size:18px;
	font-weight:normal;
	text-align:center;
	text-indent:0px;
	border-collapse:collapse;
	border:1px solid #000000;
	background-image:url('navbarbgpln.png');
	background-position:center;
}

.fw-nav-menu td.button {
	width:29px;
	height:33px;
	font-size:18px;
	font-weight:normal;
	text-align:center;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	border:1px solid #000000;
}

.fw-nav-menu td.buttonOver {
	width:29px;
	height:33px;
	font-size:18px;
	font-weight:normal;
	text-align:center;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	border:1px solid #000000;
	background-image:url('navbarbgpln.png');
	background-position:center;
}

.fw-nav-menu td.currentButton {
	width:29px;
	height:33px;
	font-size:18px;
	font-weight:normal;
	text-align:center;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	border:1px solid #000000;
	background-image:url('navbarbgpln.png');
	background-position:center;
}

.fw-nav-menu td.currentButtonOver {
	width:29px;
	height:33px;
	font-size:18px;
	font-weight:normal;
	text-align:center;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	border:1px solid #000000;
	background-image:url('navbarbgpln.png');
	background-position:center;
}

.fw-nav-menu hr {
	display:none;
}

/*
 * Extended navigation options
 */
.fw-nav-options {
	width:800px;
	height:25px;
	padding:0px;
	margin-top:-1px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:1px;
	font-size:1em;
	color:#707275;
	background-image:url('subnavbg.png');
	background-position:bottom center;
	background-repeat:no-repeat;
	border-top:1px solid #000000;
	border-left:0;
	border-right:0;
	border-bottom:0;
}
.fw-nav-options p {
	padding:2px;
	margin:1px;
	color:#76787A;
}
.fw-nav-options a {
	display:inline;
	padding:0px;
	margin:0px;
	color:#797B7F;
	font-size:1em;
	text-decoration:underline;
}
.fw-nav-options a:hover {
	display:inline;
	padding:0px;
	margin:0px;
	color:#67696D;
	font-size:1em;
	text-decoration:underline;
}
#navoption_login {
	margin-left:1px;
}
#navoption_content {
	margin-left:187px;
}
#navoption_learn {
	margin-left:280px;
}
#navoption_profiles {
	margin-left:373px;
}
#navbarsearch {
	display:none;
	width:225px;
	height:40px;
	position:relative;
	z-index:10;
	left:575px;
	font-size:16px;
	font-family:arial;
	text-align:right;
	padding:0px;
	margin-top:-96px;
	margin-bottom:56px;
	border:0;
}


/*
 * Container for page content
 */
.fw-content {
	width:800px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1px;
	border:0;
	/*background-color:#43474A;*/
	/*background-color:#4E5255;*/
}

/*
 * Content Paragraphs
 */
.fw-paragraph {
	margin-top:0px;
	margin-left:8px;
	margin-right:8px;
	margin-bottom:15px;
	padding:0px;
	border:0;
	background-image:url('fw-paragraph_bgimg.gif');
	background-repeat:no-repeat;
	background-position:top right;
}

/*
 * Content Paragraphs Titles
 */
.fw-paragraph h2 {
	display:inline;
	color:#E0E0E0;
	font:normal 1.5em arial;
	height:25px;
	margin:0px;
	padding-top:0px;
	padding-left:2px;
	padding-right:25px;
	padding-bottom:0px;
	border-top:0;
	border-left:1px solid #000000;
	border-right:0;
	border-bottom:0;
	background-image:url('fw-paragraph-h2_bgimg.gif');
	background-repeat:no-repeat;
	background-position:top right;
}

/*
 * Content Paragraphs Body (Containing the actual information)
 */
.fw-paragraph-body {
	padding:5px;
	margin:0px;
	border:1px solid #000000;
	background-color:#EFEFEF;
}

/*
 * Content Paragraphs Footer
 */
.fw-paragraph-footer {
	display:block;
	height:9px;
	border-top:0;
	border-left:0;
	border-right:1px solid #000000;
	border-bottom:0;
	background-image:url('fw-paragraph-footer.gif');
	background-repeat:no-repeat;
	background-position:top left;
}

/*
 * Content Paragraphs Text
 */
.fw-paragraph p {
	color:#404040;
}


/*
 * Comments (especially on content)
 */
.comment {
	padding:1px;
	margin-top:-6px;
	margin-bottom:5px;
	border-top:1px solid #C0C0C0;
	border-left:0;
	border-right:1px solid #C0C0C0;
	border-bottom:0;
	background-color:#DFDFDF;
}

.comment p {
	margin-top:2px;
	margin-left:4px;
	margin-bottom:2px;
}

/*
 * The input of the comment
 */
.commentbody {
	padding:10px;
	border:0;
	background-color:#F5F5F5;
}

.commentbody .quote {
	margin-left:25px;
}

/*
 * Kustom Fitness blog
*/
h1.blog {
	margin-top:2px;
	margin-left:0px;
	margin-bottom:2px;
}

h1.blog a {
	color:#101010;
}

h1.blog a:hover {
	color:#505050;
}

p.blog-details {
	margin-top:0px;
	margin-left:4px;
	margin-bottom:10px;
	font-size:0.9em;
}

.blog-post {
	margin-top:0px;
	margin-left:0px;
	margin-bottom:30px;
	padding-top:1px;
	padding-left:1px;
	padding-right:1px;
	padding-bottom:10px;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:1px solid #303030;
}

.blog-post blockquote {
	border-left:5px solid #CFCFCF;
}

.blog-comment {
	margin-top:0px;
	margin-left:20px;
	margin-right:0px;
	margin-bottom:10px;
	padding:5px;
	border-top:1px solid #303030;
	background-image:url('blogcommentbg.png');
	background-position:top;
	background-repeat:repeat-x;
}

.blog-comment h4 {
	margin-top:0px;
	margin-left:0px;
	margin-bottom:2px;
}

.blog-comment p.poster {
	margin-top:0px;
	margin-left:4px;
	margin-bottom:10px;
	font-size:0.9em;
}

.blog-comment blockquote {
	border-left:5px solid #CFCFCF;
}

h3.blog-info {
	font-size:1.3em;
	margin-top:2px;
	margin-left:0px;
	margin-bottom:2px;
}

/*
 * To do things (normally for Homepage only)
 */
table.thingstodo {
	width:100%;
	border:0;
}

td.todoheading {
	color:#202020;
	font-size:.8em;
	padding:1px;
	border-top:1px solid #202020;
	border-left:0;
	border-right:0;
	border-bottom:0;
}

td.todo {
	text-align:center;
	font-size:.9em;
	padding:2px;
	border:0;
}

a.todolink {
	color:#505050;
	font-size:.9em;
	text-decoration:none;
}

a.todolink:hover {
	color:#303030;
	font-size:.9em;
	text-decoration:underline;
}

/*
 * Product Links (normally for Homepage only)
 */
table.productlinks {
	width:100%;
	margin-top:0px;
	margin-left:8px;
	margin-right:8px;
	margin-bottom:15px;
	height:275px;
	border:0;
	border-collapse:collapse;
}

td.productlink {
	width:150px;
	height:255px;
	margin:0px;
	border:0;
	background-image:url('hmpgproduct_top00.png');
	background-repeat:no-repeat;
	background-position:bottom center;
}

td.productbot1 {
	width:150px;
	height:20px;
	text-align:left;
	padding:0px;
	margin:0px;
	border:0;
	background-image:url('hmpgproduct_bot01.png');
	background-repeat:no-repeat;
	background-position:top center;
}

td.productbot2 {
	width:150px;
	height:20px;
	text-align:left;
	padding:0px;
	margin:0px;
	border:0;
	background-image:url('hmpgproduct_bot02.png');
	background-repeat:no-repeat;
	background-position:top center;
}

td.productbot3 {
	width:150px;
	height:20px;
	text-align:left;
	padding:0px;
	margin:0px;
	border:0;
	background-image:url('hmpgproduct_bot03.png');
	background-repeat:no-repeat;
	background-position:top center;
}

td.productbot4 {
	width:150px;
	height:20px;
	text-align:left;
	padding:0px;
	margin:0px;
	border:0;
	background-image:url('hmpgproduct_bot04.png');
	background-repeat:no-repeat;
	background-position:top center;
}

/*
 * Items related to fitness profiles.
 */
table.archive-workout {
	border:0;
	border-collapse:collapse;
}
td.archive-workoutcell {
	border:0;
}
th.archive-workoutheader {
	width:10px;
	text-align:center;
	font-weight:bold;
	font-family:sans-serif;
	font-size:1em;
	color:#202020;
	border:0;
	background-image:none;!important
	background-color:#EFEFEF;
}
th.archive-fitmonthday {
	width:10px;
	text-align:center;
	font-weight:bold;
	font-family:sans-serif;
	font-size:1em;
	color:#202020;
	border:1px solid #707070;
	border-collapse:collapse;
	background-image:none;!important
	background-color:#EFEFEF;
}
th.archive-fitmonthcurrentday {
	width:10px;
	text-align:center;
	font-weight:bold;
	font-family:sans-serif;
	font-size:1em;
	color:#202020;
	border:1px solid #707070;
	border-collapse:collapse;
	background-image:none;!important
	background-color:#CCCCCC;
}
table.archive-meal {
	border:0;
}
th.archive-mealheader {
	width:100px;
	height:15px;
	text-align:right;
	font-weight:bold;
	font-family:sans-serif;
	font-size:1em;
	color:#202020;
	border:0;
	background-image:none;!important
	background-color:#EFEFEF;
}
td.archive-mealcell {
	border:0;
}

a.datelink {
	color:#404040;
	text-decoration:none;
}
a.datelink:hover {
	color:#707070;
	text-decoration:none;
}

.goaldesc {
	display:none;
	color:#000000;
	font-size:1.1em;
	padding:2px;
	background-color:#FFFF33;
}
/*
 * Page footer
 */
.fw-footer {
	padding:0px;
	margin:0px;
	font-size:.8em;
	text-align:center;
	clear:both;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:1px solid #404040;
}

.fw-footer p {
	color:#202020;
}

.fw-footer hr {
	display:none;
}
