/*
Theme Name: Team Marsh
Theme URI: http://www.team-marsh.com/wp-content/themes/marsh
Description: Default theme for Team Marsh website
Author: Joseph Blalock
Author URI: http://www.josephblalock.com
Version: 1.0
*/



/* Reset */

* {
	margin: 0;
	padding: 0;
	}


/* Global */

body {
	background-color: rgb(22, 20, 95);
	font-family: Arial, sans-serif;
	}
	
#wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
	}
	
#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 a {
				color: rgb(22, 20, 95);
				text-decoration: none;
				}
				
		.leftCol a:hover {
				color: rgb(209, 111, 26);
				}
		
		.leftCol h1 {
			font-size: 1.5em;
			line-height: 1.75em;
			margin-top: -5px;
			}
			
			.leftCol h1 a {
				color: rgb(22, 20, 95);
				text-decoration: none;
				}
				
			.leftCol 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;
		}
			
		ul#bottomSubNav {
			position: relative;
			list-style-type: none;
			margin: 20px 0 0 0;
			padding: 0;
			}
			
			ul#bottomSubNav li {
				display: inline;
				margin-right: 10px;
				padding: 0;
				}
				
				ul#bottomSubNav a {
					font-size: 0.5em;
					color: rgb(22, 20, 95);
					text-transform: uppercase;
					text-decoration: none;
					letter-spacing: 1;
					font-weight: bold;
					}
					
				ul#bottomSubNav a:hover {
					color: rgb(209, 111, 26);
					}
					
				ul#bottomSubNav 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;
		}
		
		#nav_logo img {
			border: 0;
			}
			
	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-image: url(images/nav_banner.png);
		}
		
		#nav_banner ul {
			list-style: none;
			margin: 0;
			padding: 32px 0 0 20px;
			}
			
			#nav_banner ul li {
				display: inline-block;
				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: rgb(22, 20, 95);
					text-transform: uppercase;
					text-decoration: none;
					letter-spacing: 1;
					font-weight: bold;
					outline: none;
					}
					
					#nav_banner ul li a:hover {
						color: rgb(209, 111, 26);
						}
					
					#nav_banner ul li a:active {
						color: rgb(209, 111, 26);
						}
				
				#nav_banner ul li ul {
					position: absolute;
					width: 165px;
					background: url(images/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;
							letter-spacing: 1;
							font-weight: bold;
							outline: none;
							}
							
						#nav_banner ul li ul li a:hover {
							color: white;
							}
							
	
/* Home */

#homeIntro {
	position: relative;
	height: 330px;
	text-align: center;
	}
	
#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;
		}
		
/* 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);
		}

/* 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('images/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('images/coaching_shadow_right.png');
		}
		
	td.coachingTableShadowBot {
		background-image: url('images/coaching_shadow_bot.png');
		}
		
	td.coachingTableShadowBotLeft {
		background-image: url('images/coaching_price_bg.png');
		text-align: right;
		}
	

/* Articles */

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

/* Contact */

#contactInfo {
	position: relative;
	height: 400px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	}
	
	#contactInfo a {
		color: white;
		text-decoration: none;
		}
		
	#contactInfo a:hover {
		color: rgb(209, 111, 26);
		text-decoration: none;
		}

/* Login */

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

	.loginCellLeft {
		position: relative;
		float: left;
		width: 384px;
		height: 119px;
		background: url('images/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('images/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: 784px;
	margin: 0 auto;
	padding: 40px 0 40px 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;
		}
