/* 
	another site by justin b miller :D "i have come to kick ass and chew bubble gum... and i'm all out of bubble gum."
	
		////	/////////	 ////    ////
		////	//////////	 /////  /////
		////	////  ////	 ////////////
		////	/////////	 //// // ////
		////	/////////	 ////	 ////
		////	////  ////	 ////	 ////
	////////	//////////	 ////	 ////
 	////// 		/////////	 ////	 ////
*/

*{margin:0;padding:0;}

body {
	background: #7cb2ea url(/images/bg.png) no-repeat top center;
	color: #505050;
	font: normal 14px arial, helvetica, sans-serif;
	line-height: 24px;
	margin: 0 auto 0 auto;
}

h1 {
	color: #05121e;
	font: normal 24px 'Times', Georgia, serif;
	padding: 2px 0 10px 0;
}

h2, h2 a {
	color: #05121e;
	font: normal 24px 'Times', Georgia, serif;
	padding: 20px 0 10px 0;
	text-decoration: none;
}

h3 {
	padding: 10px 0;
}

h4 {
	color: #333;
	padding: 15px 0 5px 0;
	letter-spacing: 1px;
}

p {
	margin-bottom: 10px;
}

a {
	color: #05121e;
}

strong {
	color: #5f6057;
}

img {
	border: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	height: 0px;
	clear: both;
	line-height: 0px;
}

.clear-both {
	height: 0px;
	clear: both;
	line-height: 0px;
}

/* HEADER TIME */

#header {
	margin: 0 auto 0 auto;
	padding: 0;
	height: 120px;
}

#logo {
	margin: 2px 0 0 0;
	position: relative;
	top: -35px;
	left: 30px;
}

#banner {
	margin: 0 auto 0 auto;
	width: 950px;
}

#nav_container {
	margin: 0 auto 0 auto;
	width: 1000px;
	position: relative;
	top: 40px;
}

	#nav {
		margin: 0 auto 0 auto;
		list-style-type: none;
		float: right;
	}

	#nav li {
		display: inline;
		font: normal 14px arial, helvetica, sans-serif;
		color: #0b1a34;
	}

	#nav li a {
		color: #e8e7eb;
		font-weight: normal;
	}

	#home a {
		background: url(/images/nav_home.png) no-repeat;
		height: 40px;
		width: 98px;
		float: left;
	}

	#home a:hover, #home.active a {
		background: url(/images/nav_home.png) -98px no-repeat;
	}

	#reel a {
		background: url(/images/nav_reel.png) no-repeat;
		height: 40px;
		width: 101px;
		float: left;
	}

	#reel a:hover, #reel.active a {
		background: url(/images/nav_reel.png) -101px no-repeat;
	}

	#about a {
		background: url(/images/nav_about.png) no-repeat;
		height: 40px;
		width: 95px;
		float: left;
	}

	#about a:hover, #about.active a {
		background: url(/images/nav_about.png) -95px no-repeat;
	}

	#resume a {
		background: url(/images/nav_resume.png) no-repeat;
		height: 40px;
		width: 94px;
		float: left;
	}

	#resume a:hover, #resume.active a {
		background: url(/images/nav_resume.png) -94px no-repeat;
	}

	#contact a {
		background: url(/images/nav_contact.png) no-repeat;
		height: 40px;
		width: 112px;
		float: left;
	}

	#contact a:hover, #contact.active a {
		background: url(/images/nav_contact.png) -112px no-repeat;
	}

/* BODY TIME */

#main_container {
	margin: 0 auto 0 auto;
	width: 1000px;
}

	#container_top {
		background: url(/images/container_top.png) no-repeat;
		height: 10px;
		width: 1010px;
	}

	#container {
		background: url(/images/container_bg.png) repeat-y;
		width: 950px;
		padding: 20px 30px;
	}

	#container_bot {
		background: url(/images/container_bot.png) no-repeat;
		height: 10px;
		width: 1010px;
	}

	#content {
		float: left;
	}
	
	#content img {
		margin: 0 7px;
		border: solid 3px #eee;
	}

	#content .post {
		width: 680px;
	}

	#main { /* ??? */
		float: left;
		width: 860px;
	}

#sidebar_container {
	margin: 0;
	float: right;
	width: 250px;
}

	#sidebar ul {
		margin: 0 0 10px 0;
		list-style: none;
	}

	#sidebar ul li {
		padding: 0 0 5px 0;
		font: bold 12px "lucida grande", arial, sans-serif;
	}

	#sidebar ul li.graphic {
	
	}

	#sidebar ul li.label {
		color: #1f2021;
		text-transform: uppercase;
	}

	#sidebar ul li.description {
		color: #656667;
		line-height: 20px;
		font-weight: normal;
	}

	#sidebar #contact_button {
		margin: 0;
		padding: 0;
	}

/* POST TIME */

.date {
	padding: 0 0 5px 30px;
	color: #333;
}

.postmetadata, .post-edit-link {
	font-size: 11px;
}

/* RESUME TIME */

.title_link, .title_link a {
	font-size: 12px;
}

.title_link a:hover {
	color: #7cb2ea;
}

#motion_pictures {
	width: 100%;
}

	.mp_title {
		padding: 0 0 0 10px;
		width: 235px;
		color: #444;
	}
	
	.mp_role {
		width: 175px;
		color: #555;
	}
	
	.mp_prod {
		
	}

#theatre {
	width: 100%;
}

	.t_title {
		padding: 0 0 0 10px;
		width: 235px;
		color: #444;
	}

	.t_role {
		width: 175px;
		color: #555;
	}

	.t_prod {
	line-height: 16px;
		font-size: 12px;
	}
	
.dark {
	background: #efefef;
}

#training {
	margin: 0 0 0 10px;
	list-style: none;
	color: #444;
}

#special_skills {
	margin: 0 0 0 10px;
	list-style: none;
	line-height: 20px;
}

	#special_skills strong {
		color: #444;
	}

/* FOOTER TIME */

#footer_container {
	margin: 50px 0 0 0;
}

	#footer, #footer a {
		font: normal 11px arial, helvetica, sans-serif;
		color: #89919d;
		text-decoration: none;
	}

	#footer a:hover {
		text-decoration: underline;
	}

	#credits {
		float: left;
	}

	#footer_links {
		list-style: none;
		float: right;
	}

	#footer_links li {
		padding: 0 0 0 20px;
		display: inline;
	}
	
/* CONTACT TIME */

#contact_page {
	margin: 0 0 0 20px;
}

	#contact_list {
		margin: 10px 0;
		list-style: none;
	}

	#contact_list li {
		padding: 0 0 5px 0;
		font-size: 14px;
		color: #333;
	}

	#contact_list li a {
		color: #333;
	}

	#contact_form_container {
		padding: 10px;
	}

	#contact_form_container .input {
		margin: -5px 0 10px 0;
		border: solid 5px #d5d5d5;
		padding: 5px;
		width: 400px;
	}

	#contact_form_container textarea {
		margin: 5px 0 10px 0;
		border: solid 5px #d5d5d5;
		padding: 5px;
		height: 100px;
		width: 400px;
	}

#thanks_page {
	margin: 0 0 0 20px;
	background: url(/images/envelope.png) no-repeat;
	height: 400px;
	width: 600px;
}

	#thanks_message {
		padding: 60px 40px;
		font-size: 24px;
		line-height: 64px;
		font-family: times, georgia, serif;
	}
	
.alignleft {
	display: inline;
	float: left;
	padding-right: 10px;
}

.alignright {
	display: inline;
	float: right;
	padding-left: 10px;
}

.aligncenter {
	margin: 0 auto;
	margin-bottom: 10px;
	display: block;
}
