/*Reset*/
html{color:#000;background:#FFF}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400}
li{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-weight:inherit;font-size:100%}
legend{color:#000}
/*End Reset*/

html {
    height: auto !important;
    min-height: 100%;
    padding-bottom: 1px;
}

a { text-decoration: none; }

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	color: #333;
	font-size: 14px;
}

#container {
	width: 1080px;
	margin: 25px auto 0 auto;
	text-align: left;
	position: relative;
	padding: 0 24px;
}


.video_thumb { border: 1px solid #ccc; }


#logo_wrap {
	width: 264px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	}
	
#logo_wrap p {
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
	margin-left: -35px;
	}

#menu {
	text-align: right;
	z-index: 200;
	}
	
a.menuLink {
	color: #777;
	position: relative;
	top: 10px;
	left: 5px;
	font-size: 14px;
	}	
	
#menu a { 
	margin-left: 57px;
	color: #777;
	padding-bottom: 5px;
	}
	

.logo {
}
a.menuLink:hover {
	color: #000;
	}
	
#menu a:hover {
	color: #000;
	border-bottom: 2px solid #f00;
	}
	
#menu a.current {
	color: #000;
	border-bottom: 2px solid #f00;
	}
	
	

.content {
	float: right;
	width: 750px;
	margin: 25px 0 0 0;
	}
	
#leftSide {
	float: left;
	width: 260px;
	margin-top: 290px;
	font-size: 13px;
	line-height: 1.4em;
	}
	
#social_media {
	margin-top: 20px;
	width: 260px;
	}
	
.testimonial_credit {
	font-weight: 700;
	}
	
.testimonial_copy {
	font-style: italic;
	margin-bottom: 20px;
	}
.cb { clear: both; }

.home_video_wrap {
	float: left;
	margin: 10px;
	width: 130px;
	height: 180px;
	}
	
.video_border {
	width: 750px;
	border: 1px solid #ccc;
	}
	
	
.footer {
	text-align: center;
	font-size: 10px;
	margin-top: 40px;
	color: #777;
	}
	
strong { font-weight: 700; }
	
.video_wrap {
	float: left;
	width: 160px;
	height: 180px;
	margin: 13px;
	}
	
	
.content h1 {
	font-size: 22px;
	margin-bottom: 20px;
	}
	
.content p {
	margin-bottom: 20px;
	}
	
.player_wrap {
	width: 600px;
	height: 400px;
	border: 1px solid red;
	}
	

.nostalgia_title {
	font-size: 22px;
	font-weight: 700;
	}
	
.nostalgia_frame {
	position: relative;
	width: 600px;
	height: 400px;
	}
	
	
	.tweet,
.query {
	font: 120% Georgia, serif;
	color: #085258;
}

	.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: #fafafa;
	}
	
		.tweet_list li {
			overflow-y: auto;
			overflow-x: hidden;
			padding: 1.5em;
			list-style-type: none;
		}
		
			.tweet_list li a {
				color: #0C717A;
			}
		
		.tweet_list .tweet_even {
			background-color: #fcfcfc;
		}
		
		.tweet_list .tweet_avatar {
			padding-right: .5em; float: left;
		}
		
			.tweet_list .tweet_avatar img {
				vertical-align: middle;
			}
			
			
				
	#slider {
	width: 750px;
	height: 360px;
	margin-bottom: 30px;
	}
	
	
