/*----------------------------------------------------
Title: 		Late Night With Jimmy's Intern
Author:		Matthew Spiel - HelloCreative.com
Updated:	8/20/2009
Valid:		You know it!
----------------------------------------------------*/

/* Resets */
html, body, div, img, ul, li, a {margin: 0px; padding: 0px;}
body {
	background: #343416 url(images/bgrd-tiled.png) repeat-x center top;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Text */
p {
	color: #00456c;
	font-size: 14px;
	line-height: 21px;
	margin: 0px 0px 20px;
}
p#small {
	font-size: 11px;
	color: #616d2a;
	line-height: 15px;
	margin: 0px 0px 10px 15px;
}
#bio ul {
	color: #00456c;
	list-style: none;
	margin: -10px 0px 60px 30px;
	list-style-image: url(images/x.png);
	list-style-position: outside;
	font-style: italic;
	line-height: 21px;
	font-size: 14px;
}
#bio li {
	margin: 0px 0px 8px;
}
#bio #help ul {
	color: #ffface;
	list-style: none;
	margin: -10px 0px 60px 30px;
	list-style-image: url(images/x.png);
	list-style-position: outside;
	font-style: italic;
	line-height: 21px;
	font-size: 14px;
}
#bio #help li {
	margin: 0px 0px 8px;
}

h1 {
	color: #008bc0;
	font-size: 30px;
	line-height: 40px;
	margin: 0px 0px 10px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
}
h2 {
	color: #008bc0;
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	margin: 0px 0px 20px;
}
#help h2 {
	color: yellow;
}
a {
	color: #616d2a;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px dotted #616d2a;
	overflow: hidden;
}
a img {
	border: none;
}
a:hover {
	color: #616d2a;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border-bottom: 1px solid #616d2a;
}
div#youtube {
	width: 244px;
	height: 198px;
	background: url(images/youtube.png) no-repeat center center;
	padding: 20px 25px;
	margin: 0px 0px 10px;
}
a#entry {
	background: url(images/entryvideo.png) no-repeat center -10px;
	border-bottom: none;
	float: left;
	font-size: 30px;
	height: 123px;
	margin: 0px 0px 0px 10px;
	text-indent: -100000px;
	width: 270px;
}
a#gbr {
	background: url(images/gbr.png) no-repeat center -20px;
	border-bottom: none;
	float: left;
	font-size: 30px;
	height: 123px;
	margin: 0px 0px 50px 15px;
	text-indent: -100000px;
	width: 280px;
}
/* Twitter */
ul#twitter_update_list {
	background: url(images/twitter.png) no-repeat;
	float: left;
	height: 330px;
	padding: 70px 30px 15px;
	width: 237px;	
} 
ul#twitter_update_list li {
	color: #ddd;
	float: left;
	list-style: none;
	margin: 0px 0px 10px;
	padding: 0px 10px 10px;
}
ul#twitter_update_list li a {
	border-bottom: none;
	color: #f2ff00;
	float: right;
	width: 100%;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
}
ul#twitter_update_list li span, ul#twitter_update_list li span a{
	border-bottom: none;
	float: none;
	color: #ffface;
	font-size: 13px !important;
	list-style: none;
	font-weight: normal;
	line-height: 15px;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif !important;
}
a#twitter-link {
	border-bottom: none;
	color: #00a5ff;
	float: left;
	font-size: 12px;
	margin: -0px 0px 30px ;
	padding: 0px 40px;
	text-align: left;
	width: 200px;
}
/* Structure */
#container {
	margin: 0px auto 0px;
	width: 960px;
}
#latenight {
	background: url(images/logo-desk.png) no-repeat center top;
	height: 400px;
	margin: 45px 0px 80px;
	width: 960px;
}
#bio {
	float: left;
	height: 680px;
	margin: 0px 0px 0px 20px;
	padding: 60px 30px 0px 30px;
	width: 470px;
	background: url(images/sheet.png) no-repeat center top;
}
#help {
	width: 470px;
	height: 230px;
	margin: 0px -40px;
	padding: 20px 40px;
	background: url(images/help.png) no-repeat left top;
}
#wrap {
	float: left;
	margin: 0px 0px 0px 15px;
}
#twit {
	float: left;
	margin: 0px 0px 0px 50px ;
	width: 300px;
}
