body {
	font-size: 75%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
}
html > body { font-size: 12px; }

img { display: block; border: 0; }

.clear {
	clear: both;
	line-height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
}

a:link, a:active, a:visited { color: #398bd8; text-decoration: none; }

/*************** Header Section *****************/

#header {
	height: 108px;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#logo {
	width: 266px;
	margin-right: 24px;
	padding-top: 26px;
	float: left;
}

#sharetools {
	width: 247px;
	padding-top: 52px;
	float: left;
	overflow: hidden;
}

#credits {
	width: 200px;
	padding-top: 54px;
	float: right;
	overflow: hidden;
	color: #606060;
}

#credits ul, #sharetools ul {
	margin: 0;
	padding: 0;
	clear: left;
	list-style: none;
}

#credits ul li, #sharetools ul li {
	height: 18px;
	margin: 0;
	padding: 0;
	float: left;
	line-height: 18px;
}

#sharetools ul li { height: 20px; line-height: 20px; font-weight: bold; }
#sharetools ul li .button { float: left; cursor: pointer; }
#sharetools ul li .number { float: left; text-align: center; display: none; }

#sharetools ul li#facebook {
	margin-right: 2em;
	background: url(../_img/facebook-bubble.jpg) no-repeat 0 0;
	overflow: hidden;
}
#sharetools ul li#facebook .button { width: 48px; }
#sharetools ul li#facebook .number { width: 35px; margin-left: 6px; }

#sharetools ul li#twitter {
	background: url(../_img/twitter-bubble.jpg) no-repeat 0 0;
	overflow: hidden;
}
#sharetools ul li#twitter .button { width: 55px; }
#sharetools ul li#twitter .number { color: #317093; width: 42px; margin-left: 5px; }


/*************** Video Preview Section *****************/

#preview {
	height: 466px;
	width: 100%;
	position: relative;
	background-color: #d4d3cf;
}

#jake-image-int {
	height: 466px;
	width: 1114px;
	margin: 0 auto;
	background: url(../_img/jake.jpg) no-repeat 0 0;
	cursor: pointer;
}

#jake-image-text {
	margin-left: 754px;
	padding-top: 110px;
	color: #2e2e2d;
	font-size: 26px;
}

#jake-image-text p { margin: 0 0 6px 0; }
#jake-image-text a { font-size: 18px; }
#jake-image-text a:hover { text-decoration: underline; }

/*************** Main Content Section *****************/

#floatholder {
	width: 960px;
	margin: 3em auto;
	overflow: hidden;
}

#left-content {
	width: 628px;
	float: left;
	margin-right: 24px;
}

p.bigtext {
	font-size: 20px;
	color: #5d5d5d;
	line-height: 1.5em;
}

#about {
	float: left;
	width: 308px;
}

#about div p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.5em;
}

#about div ul {
	margin: 0;
	padding: 0;
	clear: left;
	list-style: none;
}

#about div ul li {
	height: 68px;
	width: 68px;
	margin: 0 4px 4px 0;
	padding: 0;
	float: left;
}

#about div ul li img { height: 68px; display: block; width: 68px; }

#behindthescenes, #shirt {
	background-color: #ececec;
	width: 288px;
	padding: 12px 8px 8px 12px;
	overflow: hidden;
	margin-bottom: 2.5em;
}

#shirt { width: 280px; padding: 12px; }


/*************** Tweets Section *****************/

.eachtweet {
	margin-top: 1em;
	padding: 1em;
	background-color: #ececec;
	overflow: hidden;
}

.tweet-icon {
	width: 48px;
	margin-right: 1em;
	float: left;
}

.tweet-content {
	width: 514px;
	float: left;
	font-size: 13px;
	line-height: 1.5em;
}

.tweet-icon img { width: 48px; height: 48px; }
.tweet-story { font-style: oblique; }
.highlight-term { color: #398bd8; }
.tweet-date { color: #5d5d5d; font-style: oblique; }
.tweet-name, .tweet-retweet { font-weight: bold; }

#getmore { margin-top: 24px; }
#getmore img { margin: 0 auto; }


/*************** Credits Section *****************/

.creditrow {
	width: 288px;
	overflow: hidden;
	clear: both;
	margin-top: 1.5em;
	color: #f39;
}

.profiletext {
	float: left;
	width: 176px;
	font-size: 13px;
	line-height: 1.5em;
	color: #5d5d5d;
}

.profilethumb {
	float: left;
	width: 94px;
	margin-right: 18px;
}

.profilethumb img {
	width: 94px;
	height: 53px;
}

/*************** Footer *****************/

#footer {
	width: 960px;
	margin: 0 auto;
	border-top: 1px solid #ccc;
	padding: 1.5em 0;
	color: #aaa;
	margin-top: 2.5em;
}