/*
Theme Name: WordPress mu Homepage
Theme URI: http://mu.wordpress.org/
Description: WordPress mu homepage theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, Sans-Serif;
	color: #e0e1e2;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	}

#header {
	background-image: url(images/tommy_header.jpg);
	width: 936px;
	height: 270px;
	margin-bottom: 10px;
	}

#headerimg 	{
	margin: 0;
	width: 936px;
	height: 270px;
	}

#content {
	/*font-size: 1.2em;*/
	width: 
	}

.widecolumn .entry p {
	/*font-size: 1.05em;*/
	font-size: 100%;
	}

.narrowcolumn .entry, .widecolumn .entry {
	font-size:13px;
	line-height:1.3em;
	}

.widecolumn {
	line-height: 1.53846em;
	}
	

.entry a, .entry a:hover, .entry a:visited {
	color: #FFFF00;
}

.entry a:hover {
	text-decoration: underline;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #e0e1e2;
	}

h1, h2, h3 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	font-weight: bold;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Helvetica, Arial, Sans-Serif;
	color: #08A5FF;
	font-size: 1.6em;
	text-transform: none;
	margin-bottom: 10px;
	}

.widget_copy {
	display: block;
	font-size:13px;
	line-height: 1.3em;
	margin-top: 1.3em;;
	margin-bottom:1.3em;;
	font-family: Helvetica, Arial, Sans-Serif;
}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #08a5ff;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
/*
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}
*/

.comment-body {
	font-size: 13px;
	background-color: #1B1B1B;
	padding: 10px;
	border: 1px solid #1px solid #222222;
}

.comment-body a {
	color: #FFFF00;
}

.comment-author {
font-size:16px;
margin-bottom: 0.6em;
}

.commentmetadata {
font-size: 11px;
}

.commentmetadata a {
	color: #444444;
}

.commentmetadata a:hover {
	color: #444444;
	text-decoration: none;
}

#commentform{
	color: #444444;
	font-size: 13px;
}

#commentform a{
	color: #FFFF00;
	text-decoration: none;
}

#commentform a:hover{
	color: #FFFF00;
	text-decoration: underline;
}

#sidebar {
	}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	/*color: #06c;*/
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	}

#page {
	background-color: #000000;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 940px;
	}



#sidebar {
	/*margin-left:740px;*/
	padding:20px 0 10px;
	width:299px;
	}

.widget {
	width: 299px;
	padding: 10px;
	background-color: #141414;
	border: 1px solid #222222;
	display: block;
	font-size:13px;
	line-height: 1.3em;
	font-family: Helvetica, Arial, Sans-Serif;
}

.widget #email_form, .widget object, .widget div {
	margin-top:20px;
}

.top20 {
	margin-top: 20px;
}

#email_form input {
	margin-bottom:10px;
}

.narrowcolumn {
	float: left;
	/*padding: 0 0 20px 45px;*/
	margin: 0px 0 0;
	width: 610px;
	background-color: #000000;
	}

.widecolumn {
	padding: 10px 0 10px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0;
	background-color: #141414;
	padding: 10px;
	border-color:#222222 #222222 #222222;
	border-style:solid solid none;
	border-width:1px 1px 0;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 935px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin-top: 10px;
	color: #08a5ff;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 0 0 10px 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	/*content: "\00BB \0020";*/
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	/*margin: 5px 0 0 10px;*/
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	/*text-align:center;*/
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	margin-left:620px;
	padding: 0;
	width:300px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/*Begin Custom Widget Style*/

#email_input {
	width: 220px;
	height: 21px;
	border: 1px solid #b5b3b3;
	background: transparent url(images/email_input_bg.jpg) no-repeat;
	padding: 7px 5px 0;
	color: #333333;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
}

#email_submit {
	width: 60px;
	height: 30px;
	border: 0px;
	background: transparent url(images/email_submit.png) no-repeat 0 0;
	_background: transparent url(images/email_submit.jpg) no-repeat 0 0;
	cursor: pointer;
}

#email_submit:hover { background-position: 0 -30px; }

.confirm {
	background-color: #FFFFCC;
	border: 1px solid #FFFF00;
	line-height: 1.53846em;
	color: #333333;
	font-size: 12px;
	padding: 5px;
	width: 95%;
	margin: 1.53846em 0 1.53846em 0;
}

.error {
	background-color: #FFCCCC;
	border: 1px solid #FF0000;
	line-height: 1.53846em;
	color: #333333;
	font-size: 12px;
	padding: 5px;
	width: 95%;
	margin: 1.53846em 0 1.53846em 0;
}

.topvideos_thumb {
	width:180px;
	height:  130px;
	margin-right:5px;
	margin-left:5px;
}

#video_container, #container2, #container3 { 
border:1px solid #212020;
height:138px;
margin:0 0 10px;
overflow:auto;
position:relative;
width:609px;
background-color: #141414;
padding: 10px 0; }

.item { display: block; width: 615px; height: 170px; }
.item h3 { font-size: 16px; margin: 10px; color: #0CF; }
.item p { font-size: 13px; padding: 6px 10px 12px; }


/* controls styling */
#controls1, #controls2, #controls3 { display: block; padding: 5px 0 15px 0; position: relative; margin: 10px auto; width: 609px; height:8px;background:url(images/topvideos_nav_bg.jpg) repeat-x;border:1px solid #212020; }

.prev_btn, .next_btn { width: 20px; height: 20px;text-align: center; text-transform: uppercase; 
	font-size: 12px; color:#AF4B32;margin-top:-5px;}
.prev_btn { float: left; }
.next_btn { float: right; }

.num_nav { text-align: center;padding-top:-3px;}
.num_nav ul li { display: inline;margin-right:2px;margin-left:3px;line-height:0;}
.num_nav ul li a { 
	padding: 0px 6px 6px 6px;
	color:#535353;
	font-size: 50px;
	text-decoration: none;
	/*background: transparent url(images/topvideos_nav_dot.gif) no-repeat;
	color:transparent;*/
}
.num_nav ul li a.active, .num_nav ul li a:hover { 
	/*background:transparent url(images/topvideos_nav_dot_active.gif) no-repeat;*/
	color: #1eabfc;
	text-decoration: none;
}


.btn_over { color:#fff; border: 1px solid #fff; background-color: #80301D; }

hr { margin: 22px 0; }

.clearit { clear: both; }
/*End Custom Widget Style*/

/*Drop Down Nav*/

/* this is the main UL element*/
.dropdown{
	display:none;
	margin:0;
	padding:0;
	margin-bottom: 10px;
	list-style:none;
	height: 29px;
	background: #141414 url(images/topvideos_nav_bg.jpg) repeat-x;
	border: 1px solid #222222;
}

/* these are the inner menus*/
.dropdown ul{
	margin:18px 0;
	padding:0;
	border-top:1px solid #444;
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	width: 80px;
	padding: 5px;
	padding-left: 40px;
	cursor:pointer;
	border-right: 2px ridge #555555;
	height: 60%;
	padding-top: 8px;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	color:#e0e1e2;
	font-size: 14px;
	font-weight: bold;
	text-transform:  uppercase;
}

.dropdown a:hover{
	text-decoration:underline;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	margin-left:-1px;
	background-color:#2a2a2a;
	width: 200px;
	padding: 10px;
	border: 2px solid  #2a2a2a;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down{
	/*background:#000 url('expand_down.gif') center left no-repeat;
	padding-left:20px;
	width:105px;*/
}

.dropdown_blogs {
border: 1px solid #2a2a2a;
margin: 30px 0;
}

.dropdown_blogs li {
	background-color: #333333;
	border-top: 1px solid #444444;
}

.dropdown_blogs li:hover {
	background-color: #2a2a2a;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left{
	background:#000 url('expand_right.gif') center right no-repeat;
	padding-right:20px;
	width:105px;
}

.nav_between {
	width: 20px;
}

/*End Drop Down Nav*/

/*Being Social Stream*/



.badge a, .badge_list a{text-decoration:none; color: yellow; }
.badge a:hover{text-decoration:underline;}
.badge_site{padding-top:4px;padding-bottom:4px;line-height:1.53846em;border-bottom: 1px ridge #555555;font-size:13px;font-weight:normal;margin-top:0.65em;padding-bottom:0.65em;}
.badge_site a:visited, .badge_list a:visited, .badge_site, .badge_list{color:#e0e1e2;}
.badge_site img{margin-right:5px;}
.badge_site:hover { background-color: #444444; }
.badge_sub{/*margin-top:3px;color:#666;font-weight:normal;font-size:12px;*/display:none;}
.badge_sub a{color: yellow;}
.badge_sub a:hover {color:#ff6600;}
.badge_sub a:visited{color:#666;}
.badge_more{padding-top:4px;padding-bottom:4px;}
.badge_bottom{padding-top:3px;}
.badge_bottom img{margin-top:8px;}
.badge_list a { color: #e0e1e2; }

/*.badgeX a, .badge_listX a{text-decoration:none; color: yellow; }
.badgeX a:hover{text-decoration:underline;}
.badge_siteX{padding-top:4px;padding-bottom:4px;line-height:1.53846em;border-bottom: 1px ridge #555555;font-size:13px;font-weight:normal;margin-top:0.65em;padding-bottom:0.65em;}
.badge_siteX a:visited, .badge_listX a:visited, .badge_siteX, .badge_listX{color:yellow;}
.badge_siteX img{margin-right:5px;}
.badge_siteX:hover { background-color: #444444; }
.badge_listX a { color: yellow; }*/


/*End Social Stream*/

.up {
	display: block;
	float:left;
	margin-right:10px;
	cursor: pointer;
}

.addtoany_share_save_container {
margin-top: 5px;
	
}

.postmetadata {
	font-size:13px;
	width:400px;
	margin: 0px;
}

.post_footer {
	background-color:#1b1b1b;
	height:35px;
	width:98.%;
	padding-left: 10px;
	margin-bottom:10px;
	padding-top:5px;
	border:1px solid #222222;
}

.post_footer a {
	font-size: 13px;
	text-decoration: none;
	color: #ffff00;
}

.post_footer a:hover {
	text-decoration: underline;
}

/*Add Any CSS */

	ul.addtoany_list{
		display:inline;
		list-style-type:none;
		margin:0 !important;
		padding:0 !important;
		text-indent:0 !important;
	}
	ul.addtoany_list li{
		background:none !important;
		border:0;
		display:inline !important;
		line-height:20px;		list-style-type:none;
		margin:0 !important;
		padding:0 !important;
	}
	ul.addtoany_list li:before{content:"";}
	ul.addtoany_list li a{padding:0 9px;}
	ul.addtoany_list img{
		float:none;
		width:16px;
		height:16px;
		border:0;
		margin:0;
		padding:0;
		vertical-align:middle;
	}
	ul.addtoany_list a img{
		opacity:.6;
		-moz-opacity:.6;
		filter:alpha(opacity=60);
	}
	ul.addtoany_list a:hover img, ul.addtoany_list a.addtoany_share_save img{
		opacity:1;
		-moz-opacity:1;
		filter:alpha(opacity=100);
	}
	a.addtoany_share_save img{border:0;width:auto;height:auto;}    

/*End Add Any CSS*/

.tip {
	background-color: #e8e8e8;
	padding: 2px;
	border: 2px solid #000000;
	font-size: 13px;
}

.something_else .tip {
	background-color: #993300;
}

.tip-title {
	color: #fff;
	background-color: #666;
	font-size: 20px;
	padding: 5px;
}

.tip-text {
	color: #141414;
	padding: 5px;
}

.small_dark_grey { color:#444444;font-size:10px;line-height:1em;margin-bottom:1em;display:block; }

#text-5 { height: 90px;	}

/*Slideshow*/
.slideshow {
	display: block;
	position: relative;
	z-index: 0;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
}		
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}		
.slideshow-thumbnails {
	overflow: hidden;
}

.slideshow-images {
	height: 300px;
	width: 400px;
}		
.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
}	

/**
Notes:
	These are examples of user-defined styles.
	Customize these classes to your usage of Slideshow.
*/

.slideshow {
	height: 300px;
	margin: 0 auto;
	width: 400px;
	cursor: pointer;
}
.slideshow a img {
	border: 0;
}

.slideshow-controller {
	background:transparent url(images/shorts_play.png);
	height:113px;
	left:50%;
	margin:-21px 0 0 -119px;
	overflow:hidden;
	position:absolute;
	top:30%;
	width:113px;
	z-index:10000;
}

.photo {
	width: 50px;
	height: 60px;
}

.widget_links a, .widget_links a:visted{
	color: #08A5FF
}

.blogroll li  a:hover{text-decoration:underline;}
.blogroll li {padding-top:4px;padding-bottom:4px;line-height:1.53846em;border-bottom: 1px ridge #555555;font-size:13px;font-weight:normal;margin-top:1.53846em;;padding-bottom:1.53846em;;}
.blogroll li  a, .blogroll li a:visited, .blogroll li a{color:yellow;}
.blogroll li:hover { background-color: #444444; }


.blogroll li {
	border-bottom:1px ridge #555555;
	display:block;
	font-size:13px;
	font-weight:normal;
	line-height:30px;
}

#footer a, #footer a:visited {
	color: #444444;
}

#footer a:hover {
	color: #444444;
	text-decoration: underline;
}
