/*GENERAL*/
	* {
		margin: 0;
		padding: 0;
	}
	html {
		height: 100%;
	}

/*body*/
	body {
		font-family: helvetica, tahoma, arial, impact, sans-serif;
		margin:0;
		padding:0;
		color: #1C1C1C;
		height: 100%;
		font-size: 62.5%;
		background: #006dce url(../../img/bg.png) repeat-x top left;
		text-align: center; /*ie workaround to center wrapper in v5.5*/
	}
	a {
		text-decoration: none;
		color: #92bebe;
		font-weight: bold;
	}
		a:hover {
			color: #006dce;
		}
	ul {
		list-style-type: none;
	}
	.left {
		float: left;
	}
	.right {
		float: right;
	}
	.clear {
		clear: both;
	}
	.push {
		height: 2em;
	}

/*WRAPPER*/
	#wrapper {
		width: 850px;		
		background-color: white;
		border: 1px solid #1c1c1c;
		border-top: none;
		min-height: 100%;
	}
		body > #wrapper {
			margin: 0 auto; /*ie workaround to center wrapper in v5.5*/
		}
	
/*HEADER*/
	.header {
		text-align: center;
		color: #1c1c1c;
		padding-top: 2em;
		
	}
		.header h1 {
			font-size: 6em;	
			position: relative;			
		}
			.header h1 span {
				background: url(../img/gradient.png) repeat-x top left;
				position: absolute;				
				display: block;
				width: 100%;
				height: 8em;
			}
		.header h3 {
			font-size: 2.4em;
		}
			.header h3 a {
				color: #006dce;
			}
				.header h3 a:hover {
					text-decoration: underline;
				}

/*CONTENT*/
	.content {
		margin-top: 2em;
		width: 100%;
		padding-top: 2em;
		text-align: left; /*ie workaround to center wrapper in v5.5*/
	}
/*SIDEBAR*/	
	.sidebar {
		width: 20%;
		font-size: 3em;
	}
		.sidebar ul {
			line-height: 1.2em;
			text-align: right;
			margin-right: 1em;
		}	
	#home .sidebar a.home,
	#resume .sidebar a.resume,
	#pics .sidebar a.pics,
	#bio .sidebar a.bio,
	#media .sidebar a.media,
	#reviews .sidebar a.reviews {
		color: #006dce;
	}
/*COLUMNS*/
	.columns {
		width: 80%;
	}

/*COLUMNLEFT*/
	.columnleft {
		width: 90%;
		padding-left: 1.5em;
		padding-right: 2.25em;
		line-height: 1.6em;
		font-size: 1.5em;
	}
	body > .columnleft {
		width: 90%;
		padding-right: 2em;
	}
	/*INTRO*/
		.columnleft .intro p{
			margin-bottom: 1em;
			border-top: 1px solid #92bebe;
			padding-top: 1em;
		}
	/*HEADSHOTS*/
		.columnleft .headshots {
			text-align: center;
			border-top: 1px solid #92bebe;
		}
			.columnleft .headshots img {
				margin: 2em;
				margin-right: 5em;
			}
	/*EVENTS*/		
			.columnleft .events h2 {
				padding-top: 1em;
				border-top: 1px solid #92bebe;
			}
			.columnleft .events ul {
				margin-top: .5em;
				margin-bottom: 2em;
				margin-left: 1em;
				list-style: disc;
			}
	/*BIO*/
		.biotext {
			border-top: 1px solid #92bebe;
			border-bottom: 1px solid #92bebe;
			padding: 1em;
			line-height: 1.5em;
		}
			.biotext img {
				margin: 1em;
			}
	/*GALLERY*/	
		.gallery h3 {
			border-top: 1px solid #92bebe;
		}
		.gallery img {
			border: none;
			margin: 1em;
		}
	/*MEDIAGALLERY*/
		.mediagallery {
			margin: 0 auto;
		}
	/*REVIEWGALLERY*/
		.reviewgallery {
			margin: 0 auto;
		}
			.reviewgallery h3 {
				border-top: 1px solid #92bebe;
			}
			.reviewgallery p {
				padding: 1em;
				line-height: 1.4em;
				margin-bottom: 1em;
				margin-left: 1em;						
			}	
/*FOOTER*/
#footer {
	font-size: 1.4em;
	width: 850px;
	margin: 0 auto;
	text-align: center;
	color: white;
}
	#footer p {
		padding: 1em;
	}
	#footer a {
		font-weight: normal;
		color: white;
	}
		#footer a:hover {
			text-decoration: underline;
		}