/* http://meyerweb.com/eric/tools/css/reset */
/* v2.0 | 20110126 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

/*
Perishable New Clearfix Method
from http://perishablepress.com/press/2009/12/06/new-clearfix-hack
*/

.clearfix { clear: both; }
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* Fixes IE's default image-scaling to a smoother, bicubic resizing */
* img { -ms-interpolation-mode:bicubic; }

/* For cross-browser inline-blocks */
.ib { display:-moz-inline-box; -moz-box-orient: vertical; display:inline-block; *display: inline; _display:inline; position:relative; vertical-align: middle; }
.hidden { display: none; }

/* centered lists */
ol.centerlist,
ul.centerlist {
	position: relative;
	text-align: center;
}

ol.centerlist li,
ul.centerlist li {
	display: -moz-inline-box;
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	_display: inline;
	margin: 5px 8px;
	position: relative;
	text-align: center;
}

/* all clickable elements get a pointer cursor */
a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
       cursor: pointer;
}

/* Fix Safari's border clipping on rounded borders */
* {
	-webkit-background-clip: padding-box !important;
}


/* ========== */
/* ! Basics   */
/* ========== */



body {
	background: #000;
	color: #ddd;
	font: 400 14px/145% "Open Sans", "Helvetica Neue", Helvetica, sans-serif
}

i, em {
	font-style: italic;
	font-weight: 400;
}

b, strong {
	font-weight: 600;
}

a {
    color: #a80000;
}

a:hover,
a:visited:hover {
    color: #e60003;
}

a:visited {
	color: #9b6d6e;
}

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

#main {
	background: #ccc url(../images/bg_inner.png);
	color: #222;
	padding: 0 5px;
}

#searchbar {
	background: #111 url(../images/bg_toolbar_full.png) 0 -2px repeat-x;
	border: 1px solid #666;
	border-radius: 0 0 12px 12px;
	height: 30px;
	padding: 5px 0;
	text-align: right;
}

#searchbar button,
#searchbar input {
	border: none;
	border-radius: 10px;
	margin-right: 10px;
	padding: 5px;
	width: 200px;
}

#searchbar button {
	background: #7d7e7d; /* Old browsers */
	background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
	background: linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	color: #fff;
	padding: 5px 15px;
	text-align: center;
	width: auto;
}

#searchbar button:hover {
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(top, #45484d 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}


/* =========== */
/* ! Sidebar   */
/* =========== */

#sidebar {
	background: #000 url(../images/sidebar_mitcz.jpg) 0 0 no-repeat;
	min-height: 500px;
	padding-bottom: 50px;
}

#sidebar h1 {
	margin-bottom: 380px;
	text-indent: -999em;
}

#twitter-holder h2 {
	background: url(../images/head_twitter.png) left top no-repeat;
	height: 95px;
	width: 210px;
	line-height: 6000px;
	overflow: hidden;	
}

#twitter-holder h2 a {
	display: block;
}

#twitter-holder div.twtr-hd,
#twitter-holder div.twtr-ft {
	display: none !important;
}


/* ========== */
/* ! Panels   */
/* ========== */

#panel-holder {
    background: #000;
    height: 223px;
    overflow: hidden;
	margin-bottom: 25px;
    position: relative;
}

#panel-overlay {
    background: #000;
    height: 223px;
    position: absolute;
    top: 0;
    left: 0;
    width: 630px;
    z-index: 99;
}

#panel-holder a.panel {
    background: #000 no-repeat;
    display: block;
    height: 223px;
    text-decoration: none;
    text-indent: -999em;
    width: 630px;
}

#panel-holder a#panel-dvd {
    background-image: url(../images/panels/banner_dvd.jpg);
}

#panel-holder a#panel-riffin {
    background-image: url(../images/panels/banner_riffin.jpg);
    display: block;
}

#panel-holder a#panel-mte {
    background-image: url(../images/panels/banner_mte.jpg);
}

#panel-holder a#panel-demand {
    background-image: url(../images/panels/banner_demand.jpg);
}

/* =============== */
/* ! Main Basics   */
/* =============== */

#nav {
	height: 50px;
	float: left;
	position: relative;
}

#nav li {
	color: #999;
	float: left;
	height: 50px;
	line-height: 30px;
	margin: 10px 0 0 0;
	text-shadow: 1px 1px 0 #eee;
}

#nav li a {
	background: transparent;
	color: #000;
	display: block;
	font-size: 12px;
	height: 25px;
	line-height: 30px;
	padding: 0 6px;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li a:hover {
	border-bottom: 2px solid #a80000;
	color: #a80000;
}

#nav li a.current {
	background: #a80000;
	border-bottom: none;
	border-radius: 10px;
	color: #fff;
	height: 30px;
	margin: 0 5px;
	text-shadow: -1px -1px 0 #111;
}

.contentbox {
	background: #fff;
	min-height: 150px;
	margin-bottom: 25px;
	outline: 1px solid #000;
}

.contentbox.withfooter {
	padding-bottom: 15px;
	position: relative;
}

a.viewall {
	background: #000;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 5px 8px 5px 0;
	position: absolute;
	bottom: 0;
	right: 10px;
	text-align: right;
	text-decoration: none;
	width: 50%;
}

a.viewall:hover {
	background: #a80000;
	color: #fff;
}

.boxheader {
	background: #000;
	color: #fff;
	height: 36px;
	overflow: hidden;
	position: relative;
}

.boxheader h2 {
	font: 34px/140% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	position: absolute;
	left: 10px;
	top: 0;
	text-transform: uppercase;
}

.vidcontainer {
	display: none;
}

#vid-standup {
	display: block;
}

.contentbox .tabs {
	height: 25px;
	float: right;
}

.tubepress_thumbnail_area {
	width: 630px !important;
}

.tubepress_thumb {
	position: relative;
}

dd.tubepress_meta_title a,
dd.tubepress_meta_title a:hover {
	display: block;
	margin: 5px auto 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 115%;
	width: 98%;
}

dd.tubepress_meta_runtime {
	background: #000;
	color: #fff;
	display: block;
	font-size: 12px;
	position: absolute;
	top: 70px;
	right: 10px;
	padding: 3px 5px;
}

.tubepress_container,
.tubepress_thumbs {
	margin-bottom: 0;
}

div.tubepress_thumb {
	height: 160px;
	padding-bottom: 5px;
}

.tabs li {
	display: inline;
	float: left;
}

.contentbox .tabs a {
	background: #000;
	border-radius: 10px 10px 0 0;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	margin: 12px 10px 0 0;
	padding: 0 8px;
	text-decoration: none;
}

.contentbox .tabs a:hover {
	background: #444;
}

.contentbox .tabs a.current {
	background: #fff;
	color: #000;
}

/* ======== */
/* ! Gigs   */
/* ======== */

.gigitem {
	margin: 5px auto 10px;
}

#headgigs .gigitem {
	float: left;
	margin: 5px;
	width: 200px;
}

.gigarchive {
	border-bottom: 1px solid #bbb;
	float: left;
	height: 120px;
	margin: 10px;
	padding: 5px;
	width: 280px;
}

.gigitem a,
.gigarchive a {
	border-radius: 10px;
	display: block;
	float: left;
	line-height: 100%;
	min-height: 65px;
	padding: 5px;
	text-decoration: none;
	width: 155px;
}

.gigarchive a {
	width: 205px;
}

#headgigs .gigitem a {
	width: 125px;
}

.gigitem a span.gigtitle,
.gigarchive a span.gigtitle {
	font-size: 13px;
	font-weight: bold;
	display: block;
}

.gigarchive a span.gigtitle {
	font-size: 19px;
	line-height: 115%;
	margin-bottom: 10px;
}

.gigitem a span.gigexcerpt,
.gigarchive a span.gigexcerpt {
	display: block;
	color: #222;
	font-weight: normal;
	font-size: 10px;
}

.gigarchive a span.gigexcerpt {
	font-size: 12px;
}

.gigarchive.older a span {
	color: #bbb;
}

.gigitem a span.giglink,
.gigarchive a span.giglink {
	display: block;
	text-align: right;
}

.gigitem a:hover span.giglink,
.gigitem a:hover span.gigtitle,
.gigarchive a:hover span.giglink,
.gigarchive a:hover span.gigtitle {
	text-decoration: underline;
}

.gigitem a:hover,
.gigarchive a:hover {
	background: #efefef;
}

.datebox {
	color: #000;
	text-align: center;
	float: left;
	background: url(../images/bg_calendar.png) no-repeat;
	width: 49px;
	height: 55px;
	margin: 5px;
}

.older .datebox {
	background-image: url(../images/bg_calendar_grey.png);
}

.datebox.withyear {
	background-position: 0 20px;
	height: auto;
}

.datebox_m {
	display: block;
	font-size: 14px;
	color: #fff;
	margin:0;
	padding:0;
	height: 16px;
	line-height: 16px;
	font-weight: bold;
	text-align:center;
}

.datebox_d {
	display:block;
	height: 37px;
	line-height: 35px;
	font-size: 24px;
	font-weight: bold;
}


/* ======== */
/* ! Blog   */
/* ======== */

span.relevanssi-query-term {
	background: #afe8ff;
	font-weight: bold;
}

.blogentry {
	font-size: 12px;
	padding: 0 10px 10px;
}

.blogentry.archive {
	border-bottom: 1px dotted #333;
	margin-bottom: 20px;
	padding-bottom: 25px;
	position: relative;
}

.blogentry h3 a {
	display: block;
	font-size: 21px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

.blogentry.frontpage h3 a {
	margin: 10px auto;
}

.blogentry p {
	line-height: 155%;
	margin-bottom: 1.5em;
}

.blogentry.frontpage p {
	line-height: 135%;
	margin-bottom: 1.1em;
}

.blogentry .datebox {
	margin-right: 10px;
}

.bloghead {
	float: left;
	margin: 5px 0 20px 5px;
	position: relative;
	width: 520px;
}

.archive.bloghead {
	width: 540px;
}

.bloghead h3 a {
	font-size: 32px;
	line-height: 1.1em;
	margin-bottom: 10px;
}

span.catlist {
	display: block;
	text-align: left;
	width: 460px;	
}

div.tw_button {
	position: absolute;
	bottom: 0;
	right: 5px;
}

.blogentry .bloghead iframe {
	margin: 0;
}

.blogentry h3 {
	font-weight: 700;
	padding: 0;
	margin: 0;
}

.blogentry blockquote {
	font-style: italic;
	line-height: 110%;
	margin: 0 auto;
	width: 95%;
}

#thepost {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	padding: 20px;
}

#thepost i,
#thepost em, {
	font-style: italic;
}

#thepost b,
#thepost strong {
	font-weight: 600;
}

#thepost p {
	margin-bottom: 2em;
}

#thepost blockquote {
	background: #ddd;
	border-left: 10px solid #666;
	color: #000;
	display: block;
	font-weight: 400;
	margin: 10px auto;
	padding: 8px;
	width: 90%;
}

#thepost blockquote p {
	margin: 10px 0;
	padding: 0;
}

.blogcontent {
	padding: 10px 0;
}

.blogcontent h3 {
	clear: both;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 5px;
}

#disqus_thread {
	margin: 10px auto;
	width: 95%;
}

div.navigation {
	margin: 15px auto;
	width: 95%;
}

.blogcontent video,
.blogcontent audio,
.blogcontent iframe,
.blogcontent object,
.blogcontent embed {
	margin: 10px auto;
	max-width: 98%;
}

.blogcontent img {
	border: 1px solid #333;
	height: auto;
	margin: 10px auto;
	max-width: 98% !important;
}

/* =========== */
/* ! Dig Box   */
/* =========== */

#digbox {
	background: url(../images/digbox.jpg) left top no-repeat;
	height: 400px;
	margin: 10px auto;
	position: relative;
}

#digbox h3 {
	font-size: 14px;
	margin: 25px 0 3px;
}

#digbox #sharebox {
	left: 205px;
	position: absolute;
	top: -5px;
	z-index: 999;
}

#digbox #subscribebox {
	left: 420px;
	position: absolute;
	top: -5px;
}

#digbox #subscribebox a {
	background: url(../images/btn_rss.png) left top no-repeat;
	display: block;
	height: 22px;
	text-indent: -999em;
	width: 154px;
}

#digbox #relatedbox {
	left: 205px;
	position: absolute;
	top: 65px;
	width: 385px;
}

#digbox #relatedbox h3 {
	margin-top: 12px;
}


#digbox #relatedbox ol {
	margin: 0 auto;
	padding: 0;
	width: 95%;
}

#digbox #relatedbox li {
	font-size: 11px;
	line-height: 110%;
	margin: 0;
	padding: 0 0 8px 0;
}

#digbox #relatedbox li a {
	font-size: 12px;
}

#digbox li {
	margin: 0 0 6px 0;
}

#digbox div.sociable {
	margin: 0;
}

#digbox div.sociable_tagline {
	display: none;
}

#digbox div.sociable img {
	border: none;
	padding: 0;
}



/* ============= */
/* ! Quote Box   */
/* ============= */

#quotebox {
	background: url(../images/sidebar_logo.png) 0 50px no-repeat;
	height: 230px;
	position: relative;
}

#quotewrap {
	height: 230px;
	margin: 0 10px 0 0;
	position: relative;
	text-align: center;
	width: 300px;
}

#quote {
	display: table;
	height: 200px;
	position: absolute;
	top: 40px;
	left: 0;
	text-shadow: 0 0 3px #000;
	width: 300px;
}

#quote .status,
#quote .inner {
	display: table-cell;
	vertical-align: middle;
	width: 300px;
}

#quote .status,
#quote p {
	font: 21px "Times New Roman", Times, Palatino, serif;
	font-style: italic;
	font-weight: 100;
	line-height: 100%;
	margin: 0 0 8px 0;
	padding: 0;
	text-align: center;
	text-shadow: 2px 2px 3px #000;
}

#quote span.quotename {
	color: #bbb;
	display: block;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
}

#quote span.quotecredit {
	color: #bbb;
	display: block;
	font-size: 12px;
	font-style: italic;
	text-align: right;
}

#quote span.usersubmitted {
	color: #b88e62;
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
	text-align: center;
}

a.quotelink {
	background: #333;
	border-radius: 12px;
	color: #eee;
	font-size: 12px;
	margin: 0 auto;
	padding: 8px 15px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 3px #000;
}

a.quotelink:hover {
	color: #fff;
	text-shadow: 0px 0px 3px #e80003;
}

a#whatsthis {
	left: auto;
	right: 5px;
}


a#addquotelink.hidden,
a#deletequotelink.hidden {
	display: none;
}


/* ================= */
/* ! Projects Page   */
/* ================= */


div#projarchive {
	width: 540px;
	margin: 5px auto;
}

div#projarchive div.projitem {
	float: left;
	width: 250px;
	margin: 10px 5px;
}

div.projitem a {
	display: block;
	text-decoration: none;
	text-align: right;
	background: #a70002;
}

div.projitem a img {
	border: 0;
	width: 250px;
	height: 65px;
}

div.projitem a span {
	display: block;
	padding: 3px 5px 0 0;
	color: #fff;
}

div.projitem a:hover {
	background: #111;
}

/* ================ */
/* ! Contact Page   */
/* ================ */

ul.contact-list	{
	list-style-type: none;
	margin: 10px;
	padding: 0px;
}

ul.contact-list li	{
	padding: 3px 0px;
}

ul.contact-list li#aim	{
	padding-left: 18px;
	background: url(../images/icons/icon_aim.gif) 0px 2px no-repeat;
}

ul.contact-list li#yahoo	{
	padding-left: 18px;
	background: url(../images/icons/icon_yahoo.gif) 0px 2px no-repeat;
}

ul.contact-list li#msn	{
	padding-left: 18px;
	background: url(../images/icons/icon_msn.gif) 0px 2px no-repeat;
}

ul.contact-list li#icq	{
	padding-left: 18px;
	background: url(../images/icons/icon_icq.gif) 0px 2px no-repeat;
}

div.vcard a.url	{
	display: none;
}


/* ================== */
/* ! Downloads Page   */
/* ================== */

dl.desktop	{
	float: left;
	width: 120px;
	padding: 2px;
	background: #222;
	margin: 10px 5px;
}
	
dl.desktop dt	{
	padding: 0px;
}

dl.desktop dd	{
	text-align: center;
	padding: 0px;
	margin: 1px 0px;
}
	
dl.desktop dd a	{
	padding: 3px 0px;
	display: block;
	background: #111;
}

dl.desktop dd a:hover {
	color: #fff;
}

dl.desktop img {
	width: 120px;
	height: 90px;
}

div#buddyicons a img	{
	border: 3px solid #000;
}

div#buddyicons a:hover img {
	border-color: #a70000;
}
	
div#buddyicons img	{
	width: 50px;
	height: 50px;
	float: left;
	background: #ccc;
	margin: 10px 10px;
}


/* ========== */
/* ! Modals   */
/* ========== */

.modal {
	background: #520100;
	border: 2px solid #fff;
	color: #ccc;
	display: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

.modal h3 {
	background: #000;
	color: #fff;
	font-size: 16px;
	margin: 0;
	padding: 6px 0 6px 6px;
	text-align: left;
}


.modal p {
	margin: 0;
	padding: 0;
}

#modal-overlay {
    position: fixed; 
    z-index: 9500;
    top: 0px; 
    left: 0px;
    height:100%; 
    width:100%; 
    background: #000;
    display: none;
}



/* ====================== */
/* ! Quote Posting Form   */
/* ====================== */

a.closebox {
	background: #fff;
	border: 2px solid #fff;
	border-radius: 20px;
	color: #ff0000;
	display: block;
	font-size: 20px;
	font-weight: bold;
	height: 15px;
	right: -8px;
	line-height: 10px;
	padding: 5px;
	position: absolute;
	text-decoration: none;
	top: -8px;
	width: 20px;	
}

a.closebox:hover {
	background: #333;
	color: #fff;
}

#addquote {
	height: auto;
	width: 400px;
}

.innermodal form {
	padding: 15px;
	text-align: left;
}

.innermodal .postsuccess {
	position: relative;
}

.innermodal .postsuccess p {
	line-height: 130%;
	padding: 20px;
}

.innermodal .successpanel {
	display: none;
}

.innermodal form li {
	clear: both;
	margin-top: 15px;
}

.innermodal form li.hideline {
	display: none;
}

.innermodal form li.submitline {
	margin: 10px auto 5px;
	position: relative;
	text-align: center;
}

.innermodal form label {
	color: #fff;
	display: block;
	float: left;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	width: 25%;
}

.innermodal form input,
.innermodal form textarea {
	float: right;
	margin-bottom: 5px;
	width: 70%;
}

.innermodal form textarea {
	height: 85px;
	font-size: 13px;
	overflow: hidden;
}

.innermodal form span.formnote {
	float: right;
	font-size: 11px;
	text-align: right;
	width: 80%;
}

.fancybutton {
	background: #3a0000;
	border: none;
	border-radius: 15px;
	clear: both;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 8px 20px;
	text-align: center;
	text-decoration: none;
}

.fancybutton:hover {
	background: #000;
	cursor: pointer;
}

#postquote.disabled,
#postquote.disabled:hover {
	background: #000;
	color: #333;
	cursor: default;
}


/* ========== */
/* ! Footer   */
/* ========== */

#footer {
	font-size: 12px;
	line-height: 110%;
	margin: 20px 10px 0 0;
	text-align: right;
}

#footer p {
	font-size: 10px;
	margin: 12px auto 0;
}
