@charset "UTF-8";
/* CSS Document */


body,td,th {
	color: #000;
}
body {
	background-color: #FFF;
	font-family:Helvetica;
	font-size:100%;
	
}

img.thumbnail {
}

a:link,
a:visited{
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
a:hover,
a:active{
	background-color: #000;
	text-decoration: none;
	color: #FFF;
}

a.buttons {
	text-decoration: none;
	color: #666;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
}

a.buttons:hover{
	color: #666;
	/**border-bottom: 3px solid #FF0000;**/
	background-color: #CCCCCC;
}

a.buttons:visited {
	text-decoration: none;
	color: #666;	
}

#container {
	width:900px;
	margin: 0 auto;
}

#header {
	background-image:url(images/logan_header.png);
	background-repeat:no-repeat;
	height:160px;
	width:691px;
	margin-top:50px;
	margin-bottom:20px;
	float:left;
}

#buttons {
	height: 20px;
	width: 450px;
	float:left;
	margin-left:185px;
	font-weight:bold;
	font-size:1.1em;
	word-spacing: 20px;
	margin-top: -70px;
	
}

.video_container {
	width:500
.px;
	float:left;
	clear:left;
	margin-top:30px;
	margin-bottom: 20px;
	width: 800px;
}

.video_preview {
	width: 250px;
	height:175px;
	float:left;
	margin-right:10px;
	margin-bottom: 35px;
}

.video_category{
	font-size:1.2em;
	color:#656565;
	font-weight:normal;
	margin-bottom:10px;
}

.video_title{
	font-size:0.7em;
	color:#666;
	font-weight:normal;
	margin-bottom:5px;
}


.web_container {
	width:500px;
	float:left;
	clear:left;
	margin-left:175px;
	margin-top:30px;
	margin-bottom: 20px;
}


.web_title {
	font-size:1.1em;
	color:#999;
	font-weight:normal;
	margin-top:30px;
	margin-bottom:5px;
}

#contact_form {
	width:600px;
	float: left;
	clear: left;
	margin-top: 40px;
	font-size: 0.8em;
	font-weight: bold;
	margin-left: 0px;
}

#resume_left {
	float:left;
	text-align:left;
	width:900px;
	font-size:0.9em;
	margin-right:10px;
	margin-top: 20px;
}

#resume_right {
	float:left;
	text-align:left;
	width:370px;
	font-size:0.8em;
	margin-left:20px;
	margin-top: 20px;
}

.highlight {
	background-color: #929292;
	color: #FFFFFF;
	padding: .1em;
	font-size: 1em;
	margin-bottom: 5px;
	max-width:600px;
}

.client {
	background-color:#C31A1D;
	color:#FFFFFF;
	font-weight:bold;
	
}

.video_info {
	margin-top: 5px;
	font-size: .8em;
	margin-bottom: 40px;
  

}

input, textarea  {
	

border: 1px solid #dddddd;
border-radius: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}