/* Reset */

* {
	margin: 0;
	padding: 0;
	}


/* Global */

body {
	background-color: #F1F2F2;
	font-family: Arial, sans-serif;
	color:#15135F;
	}
	
#wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
	}

#content {
	position: relative;
	width: 724px;
	padding: 30px;
	background-color: white;
	margin: 0 auto;
	box-shadow: 2px 2px 8px #aaa;
	-moz-box-shadow: 2px 2px 8px #aaa;
	-webkit-box-shadow: 2px 2px 8px #aaa;
}

#contentWrapper {
/*
	position: relative;
	width: 724px;
	padding: 30px;
	background-color: white;
	margin: 0 auto;
	overflow: auto;
*/
	}
	
	.leftCol {
		position: relative;
		width: 510px;
		float: left;
		color: rgb(22, 20, 95);
		font-size: 0.9em;
		line-height: 1.45em;
		}
	.leftCol p.caption {
		font-size: 10px;
		line-height: 1em;
		}
		
		.leftCol a {
				color: rgb(22, 20, 95);
				text-decoration: none;
				}
				
		.leftCol a:hover {
				color: rgb(209, 111, 26);
				}
		
		.leftCol h1, h1 {
			font-size: 1.5em;
			line-height: 1.75em;
			margin-top: -5px;
			}
			
			.leftCol h1 a, h1 a {
				color: rgb(22, 20, 95);
				text-decoration: none;
				}
				
			.leftCol h1 a:hover, h1 a:hover {
				color: rgb(209, 111, 26);
				}
				
			.leftCol h2 {
				font-size: 1.25em;
				line-height: 1.5em;
				margin-top: -5px;
				}
		
		.leftCol hr {
			border: 0;
			color: rgb(209, 111, 26);
			background-color: rgb(209, 111, 26);
			height: 1px;
		}
			
		#bottomSubNav ul {
			position: relative;
			list-style-type: none;
			margin: 20px 0 0 0;
			padding: 0;
			}
			
			#bottomSubNav ul li {
				display: inline;
				margin-right: 10px;
				padding: 0;
				}
				
				#bottomSubNav ul a {
					font-size: 0.5em;
					color: rgb(22, 20, 95);
					text-transform: uppercase;
					text-decoration: none;
					letter-spacing: 1;
					font-weight: bold;
					}
					
				#bottomSubNav ul a:hover {
					color: rgb(209, 111, 26);
					}
					
				#bottomSubNav ul a:active {
					color: rgb(209, 111, 26);
					}
	
	.rightCol {
		position: relative;
		width: 184px;
		float: right;
		margin-left: 30px;
		}

.clearboth {
	clear: both;
	}
	
/* Header */

#nav {
	position: relative;
	margin: 0 auto;
	padding: 30px 0 25px 0;
	width: 922px;
	height: 120px;
	}
	
	#nav_logo {
		position: relative;
		float: left;
		width: 283px;
		height: 120px;
		outline: none;
		background: url(/img/bg_navbar.png) 13px 11px no-repeat;
		}
		
		#nav_logo img {
			border: 0;
			}
		
		#nav_logo a {
			position: absolute; top:0; left:0; display: block;
			width: 283px; height: 120px;
			}
			
		#nav_logo a span {
			position: absolute; top:0; left:-99999px;
			}
			
/*
	div#nav_logo #quotecontainer {
		display: none;
		position: fixed;
		top: 25px;
		z-index: -1000;
		margin-left: 145px;
		height: 50px;
		}
		
	div#nav_logo #quotecontainer #quotetriangle {
		position: relative;
		margin-left: 60px;
		}
		
	div#nav_logo #quotecontainer #quote {
		display: none;
		position: relative;
		background: rgb(209, 111, 26);
		color: rgb(22, 20, 95);
		padding: 6px 22px 6px 22px;
		font-size: 0.8em;
		font-style: italic;
		}
		
	div#nav_logo:hover #quotecontainer {
		display: block;
		}
		
	div#nav_logo:hover #quotecontainer #quote {
		display: block;
		}
*/
	
	#nav_banner {
		position: relative;
		float: right;
		width: 639px;
		height: 120px;
		background: url(/img/bg_navbar.png) -283px 11px no-repeat;
		}
		
		#nav_banner ul {
			list-style: none;
			margin: 0;
			padding: 32px 0 0 20px;
			}
			
			#nav_banner ul li {
				display: inline-block;
				position:relative;
				margin: 0 25px 0 0;
				padding: 0;
				height: 54px;
				color: rgb(22, 20, 95);
				vertical-align: middle;
				line-height: 54px;
				}
				
				#nav_banner ul li a {
					font-size: 0.8em;
					color: #fff;
					text-transform: uppercase;
					text-decoration: none;
					font-weight: bold;
					outline: none;
					}
					
					#nav_banner ul li a:hover {
						color: #D16F1A);
						}
					
					#nav_banner ul li a:active {
						color: #D16F1A;
						}
				
				#nav_banner ul li ul {
					position: absolute;
					top:54px;
					left:-60px;
					width: 165px;
					background: url(/img/nav_sub_bg.png) repeat-x rgb(209, 111, 26);
					display: none;
					padding: 0;
					}
					
				#nav_banner ul li:hover ul {
					display: block;
					z-index: 1000;
					padding: 10px 0 14px 20px;
					}
					
					#nav_banner ul li ul li {
						display: list-item;
						height: 20px;
						line-height: 20px;
						vertical-align: middle;
						list-style: none;
						margin: 0;
						padding: 0;
						}
						
						#nav_banner ul li ul li a {
							font-size: 0.7em;
							color: rgb(22, 20, 95);
							text-transform: uppercase;
							text-decoration: none;
							font-weight: bold;
							outline: none;
							
							display: block;
							width: 145px;
							text-align: center;
							}
							
						#nav_banner ul li ul li a:hover {
							color: white;
							}
							
	
/* Home */

#homeIntro {
	position: relative;
	text-align: center;
	float:left; width:100%;
	}
	
	#homeIntro h1 {
		height:72px;
		margin-bottom: 30px;
		background: url(/img/swim-bike-run.png) top center no-repeat;
	}
	
	#homeIntro h1 span {
		position: absolute; top:0; left:-999999px;
	}
	
	#homeIntro .image {
		position: relative; display: block;
		width:450px; float:left;
		}
		
	#homeIntro .tweets {
		position: relative; display: block;
		width:260px; float:left;
		color:#15135F;
		}
	#homeIntro p.twitter {
		background: url(/img/icon-twitter.png) 5px 8px no-repeat;
		padding: 10px 0 10px 40px;
		text-align: left;
		font-size: 14px;
		font-style: italic;
		text-transform: uppercase;
		font-weight: bold;
		float: left;
	}
	#homeIntro p.twitter span {
		padding-left:10px;
		font-size: 11px;
		font-weight: normal;
	}
	#homeIntro p.twitter a {
		color:#15135F; text-decoration: none;
	}
	.tweets, .query {
		font-size: 11px;
		color:#666;
	}
	.tweets.brandon {
		margin-bottom:20px;
	}
/*
	.tweet_list {
		-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		list-style: none;
		margin: 0;
		padding: 0;
		overflow-y: hidden;
		background-color: #8ADEE2;
	}
*/
		
		.tweet_list li {
			overflow-y: auto;
			overflow-x: hidden;
			padding: 5px;
			list-style-type: none;
			clear: both;
			border-top: 1px solid #efefef;
		}
		
			.tweet_list li a {
				color: #D16F1A;
			}
/*
		.tweet_list .tweet_even {
			background-color: #efefef;
		}
*/
		
		.tweet_list .tweet_avatar {
			padding-right: .5em; float: left;
		}
		.tweet_list li span {
			float: left; position: relative; display: block; width: 210px; text-align: left;
		}
		
			.tweet_list .tweet_avatar img {
				vertical-align: middle;
			}


#homePreview {
	position: relative;
	text-align: center;
	}
	
	.homePreviewCell {
		position: relative;
		display: inline-table;
		width: 224px;
		height: 72px;
		text-align: left;
		color: white;
		font-size: 0.8em;
		line-height: 1.25em;
		letter-spacing: 1;
		}
		
		.homePreviewCell h2 {
			font-size: 0.5em;
			color: rgb(209, 111, 26);
			text-transform: uppercase;
			text-decoration: none;
			}
			
		.homePreviewCell ul {
			list-style: none;
			margin: 0;
			padding: 0;
			}
			
		.homePreviewCell a {
			color: white;
			text-decoration: none;
			}
			
		.homePreviewCell a:hover {
			color: rgb(209, 111, 26);
			text-decoration: none;
			}
	
	.homePreviewVR {
		position: relative;
		display: inline-table;
		width: 14px;
		border-right: 1px solid rgb(209, 111, 26);
		margin: 0 13px 0 0;
		height: 72px;
		}

#homeBottom {
	position: relative;
	float: left;
	clear:both;
	margin-top:30px;
	padding-top:10px;
	width:100%;
	background: url(/img/hr_dots.gif) top center no-repeat;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color:#16145F;
	}
	
	#homeBottom ul {
		list-style-type: none;
		position: relative; display: block;
	}
	
	#homeBottom ul li {
		position: relative; display: block;
		float: left;
	}
	
	
	
/* News */

.newsDate {
	font-size: 0.5em;
	color: rgb(209, 111, 26);
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1;
	}
	
	.newsDate a {
		color: rgb(22, 20, 95);
		text-decoration: none;
		}
		
	.newsDate a:hover {
		color: rgb(209, 111, 26);
		}
		
#newsArchiveRightColList {
	color:#16145F;
	font-weight: bold;
	}
	
	#newsArchiveRightColList ul {
		list-style: none;
		margin-left: 10px;
		font-size: 12px;
		}
		
		#newsArchiveRightColList ul li {
			margin-left: 10px;
			}
			
			#newsArchiveRightColList ul li ul {
				margin-left: 10px;
				}
				
				#newsArchiveRightColList ul li ul li {
					margin-left: 10px;
					}
		
	#newsArchiveRightColList a {
		color: rgb(209, 111, 26);
		text-decoration: none;
		}
		
#comments {
}

#comments h6, #comment-form h6 {
	text-transform:uppercase;
	border-bottom:1px solid #aaa;
	font-size:11px;
	font-weight:normal;
	letter-spacing:1px;
	padding-bottom:5px;
	margin:25px 0 0 0;
}

#comments dl {
	padding:0;
	margin:0;
}            

#comments dl dt  {
	font-size:10px;
	text-transform:uppercase;   
}

#comments .comment-date {
	float:right;
	font-size:11px;
}

#comments .posted-by {
	text-transform:none;
}

#comments dl dd {
	margin:15px 0 0 0;
	font-size:14px;
	line-height:18px;
}

#comments .comment-content {
	margin-bottom:15px;
	width:70%;
	padding:15px;
}

#comments .even {
	background-color:#f2f0e2;
}

#comment-form {
}           

#comment-form h6 {
	
}   

fieldset#comment-form-field {
	background-color:#eee;
	border:1px solid #ccc;
	margin:25px 0 25px 0;
	padding:10px 0 10px 25px;
}

fieldset#comment-form-field label {
	font-size:12px;
	color:#111;
}

form#comment-form-form {
	float:left;
	width:50%;
	clear:left;
}

#disclaimer {
	float:right;
	width:35%;
    clear:left;
	margin:30px 35px 0 0;
}

#disclaimer p {
	font-size:11px; 
	padding-left:15px;
}


/* Coaching */

table.coachingTable {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 858px;
	background-color: white;
	border: 0;
	border-collapse: collapse;
	color: rgb(22, 20, 95);
	font-size: 0.9em;
	line-height: 1.45em;
	}
	
	table.coachingTable h1 {
		font-size: 1.5em;
		line-height: 1.75em;
		margin-top: -5px;
		}
		
	table.coachingTable a {
		color: rgb(209, 111, 26);
		}
			
	table.coachingTable a:hover {
		color: rgb(22, 20, 95);
		}
	
	td.coachingTablePrice {
		background-image: url('http://www.team-marsh.com/img/coaching_price_bg.png');
		vertical-align: top;
		}
		
	td.coachingTableContent {
		vertical-align: top;
		padding: 30px 0 30px 0;
		width: 510px;
		}
		
	td.coachingTableImage {
		vertical-align: top;
		padding: 30px 0 30px 0;
		}
	
	td.coachingTableShadowRight {
		background-image: url('http://www.team-marsh.com/img/coaching_shadow_right.png');
		}
		
	td.coachingTableShadowBot {
		background-image: url('http://www.team-marsh.com/img/coaching_shadow_bot.png');
		}
		
	td.coachingTableShadowBotLeft {
		background-image: url('http://www.team-marsh.com/img/coaching_price_bg.png');
		text-align: right;
		}

.coaching.entry {
	position: relative; display: block; clear:both;
	font-size: 13px; line-height: 1.5em; color:#15135F;
}
	.coaching.entry .sticker {
		position: absolute; display: block;
		top:0; left:-66px;
	}
	
	.coaching.entry h1 {
		margin-bottom: .5em;
	}
	
	.coaching.entry .content,
	.coaching.entry .image {
		float: left;
	}

/* Articles */

#articlelist {
	[-moz- | -webkit-]column-count: 3;
	[-moz- | -webkit-]column-gap: 20px;
}

.articleColumn {
	position: relative;
	display: inline;
	width: 150px;
	list-style: none;
	}

	.articleColumn ul {
		position: relative;
		display: inline;
		width: 150px;
		list-style: none;
		}

/* Contact */

#contactInfo {
	position: relative;
	height: 400px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: navy;
	text-transform: uppercase;
	}
	
	#contactInfo a {
		color: #D16F1A;
		text-decoration: none;
		}
		
	#contactInfo a:hover {
		color: #ccc;
		text-decoration: none;
		}

/* Login */

#loginContainer {
	position: relative;
	width: 784px;
	height: 400px;
	margin: 0 auto;
	}

	.loginCellLeft {
		position: relative;
		float: left;
		width: 384px;
		height: 119px;
		background: url('http://www.team-marsh.com/img/login_bg.png');
		color: rgb(22, 20, 95);
		font-size: 1.5em;
		font-weight: bold;
		text-align: center;
		}
		
	.loginCellRight {
		position: relative;
		float: right;
		width: 384px;
		height: 119px;
		background: url('http://www.team-marsh.com/img/login_bg.png');
		color: rgb(22, 20, 95);
		font-size: 1.5em;
		font-weight: bold;
		text-align: center;
		}
		
		.loginCellLeft a {
			display: block;
			margin-top: 60px;
			color: rgb(22, 20, 95);
			text-decoration: none;
			}
			
			.loginCellLeft a:hover {
				color: white;
				}
			
		.loginCellRight a {
			display: block;
			margin-top: 60px;
			color: rgb(22, 20, 95);
			text-decoration: none;
			}
			
			.loginCellRight a:hover {
				color: white;
				}

/* Footer */

#footer {
	position: relative;
	text-align: right;
	clear: both;
	width: 724px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	}

	#footer ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		}
		
		#footer li {
			display: inline;
			margin: 0;
			padding: 0 0 0 20px;
			}
	
	#footer a {
		font-size: 0.5em;
		color: rgb(209, 111, 26);
		text-transform: uppercase;
		text-decoration: none;
		letter-spacing: 1;
		}
