/*
Theme Name: FuzzBuzz
Theme URI: http://www.grimeblog.com/
Description: Theme created by Shaun Grimeblog
Version: 0.5
Author: Shaun Grimeblog
Author URI: http://www.grimeblog.com

The creation of Shaun Grimeblog

The CSS, XHTML and design are all Copyright 2009 Circa75 Media, LLC:
*/

/* Lets Begin With Some Basics */
html, body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000;
	line-height: 1.2em;
	background-color: #FFF;
}

small {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 10px;
line-height: 1.5em;
}

h1, h2, h3 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
}

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

h2 {
font-size: 1.6em;
}


h3 {
font-size: 1.3em;
}

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

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.clear {
clear: both;
}
.adline {
	float: left;
	width: 680px;
	text-align: center;
}

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
}

p {
margin: 0 0 10px 0;
}
/* And... Moving On */

/* Begin Header */
#headerwrap {
width: 980px;
margin: 0px auto;
}

#header {
	height: 250px;
	clear: both;
	float: left;
}

#navwrap {
	width: 980px;
	height: auto;
	background-color: #FFF;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00ffff;
	margin-top: 10px;
}


#nav {
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 14px;
	text-align: center;
}
#nav a:hover, #nav a:active {
	font-weight: bold;
	color: #000;
}
#nav a:link, #nav a:visited {
	color: #666;
}

#nav li {
	display: inline;
	padding-right: 20px;
	padding-left: 0px;
	margin-left: 0px;
}

#subnavwrap {
	width: 980px;
	height: auto;
	background-color: #FFF;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(images/subnavfade.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 10px;
}
#subleft {
	padding-left: 20px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	float: left;
	clear: left;
	background-color: #000;
}
#subleft a:link, #subleft a:visited {
	color: #ff0099;
}
#subleft a:hover {
	text-decoration: underline;
}
#subright {
	float: right;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
}

.spacer {
	height: 10px;
	width: 686px;
}
.largespacer {
	margin: 0px auto;
	height: 10px;
	width: 980px;
	float: left;
	clear: both;
}

#searchwrap {
	height:28px;
	float:right;
	background: url(images/searchbg.jpg) top left no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}

#searchwrap input{
	vertical-align:middle;
	background:none;
	color:#333;
	font-family:arial,helvetica,verdana,sans-serif;
}

#searchwrap #s{
font-size:10px;
border:none;
padding:4px 4px;
margin-right:3px;
width:250px;
}
/* End Header */

#maincontent {
	margin: 0px auto;
	height: auto;
	width: 980px;
}

.pagesub {
	float: left;
	width: 670px;
	height: auto;
	text-align: left;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
}
.pageadlinks {
	float: left;
	width: 670px;
	height: auto;
	text-align: center;
	margin-bottom: 5px;
}
.textsub {
	width: 680px;
	height: auto;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}

.viewmore {
	width: 670px;
	height: auto;
	text-align: right;
	margin-right: 25px;
	clear: both;
}

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


/* Video Gallery*/

.iteminfo {
	float: right;
	height: auto;
	width: 535px;
	margin-left: 5px;
}

.mixinfo {
	float: right;
	height: auto;
	width: 450px;
	margin-left: 5px;
}
.videogallery {
	width: 670px;
	height: auto;
	float: left;
}

.featureditem {
	width: 192px;
	height: 210px;
	float: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #ec008c;
	border-bottom-color: #ec008c;
	margin-right: 13px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 16px;
	padding-left: 0px;
}

a:link img{border:0}
a:hover img{border:0} 
a:visited img{border:0} 

.videoitem {
	width: 670px;
	height: auto;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
}

.videogallery a:link, .videogallery a:visited {
	color: #0033cc;
	font-size: 14px;
}

.videogallery a:hover {
color: #ff0099;
}

.mixtapeitem {
	width: 670px;
	height: auto;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
}

.mixtapeitem  a:link, .mixtapeitem  a:visited {
	color: #FFF;
}

.mixtapeitem a:hover {
color: #ff0099;
}

.tapetitle {
	float: left;
	height: auto;
	width: auto;
	color: #FFF;
	background-color: #000;
	padding-right: 5px;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F00;
	margin-top: 2px;
}
.tapedesctext {
	color: #000;
	float: left;
}

.ratings {
float: left;
width: 171px;
height: 25px;
margin: 1px 0 0 0;
}

.thumbnail {
	float: left;
	margin: 5px 0 2px 0;
	width: 120px;
	height: 90px;
	padding: 2px;
	overflow: hidden;
	border: 1px solid #999;
}
.tapethumbnail {
	float: left;
	margin: 5px 0 2px 0;
	width: 192px;
	height: 120px;
	padding: 2px;
	overflow: hidden;
	border: 2px dotted #000;
}

img.thumb { 
width: 120px;
height: 90px;
}

img.tapethumb { 
width: 192px;
height: 120px;
}

a:hover img.thumb {
width: 120px;
height: 90px;
}

h2.itemtitle {
	color: #FFF;
}

p.itemdesc {
font-size: 10px;
color: #565050;
width: 205px;
float: left;
margin: 0 0 5px -5px;
}

.gallerydate {
	color: #999;
	width: 205px;
}

/* Video Gallery End*/

/*Photos*/
#photogallery {
	width: 646px;
	height: auto;
	float: left;
	background-color: #000;
	margin-right: 34px;
	margin-bottom: 10px;
}
.photoitem {
	float: left;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFF;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
.photos {
	width: 626px;
	background-color: #000;
	text-align: center;
}
.photosdet {
	width: auto;
	text-align: center;
}
/*Photos End*/

#tunegallery {
	width: 670px;
	height: auto;
	float: left;
	background-color: #FFF;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #CCC;
	text-align: left;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom: 10px;
}
.tuneitem {
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}
.tunedet {
	float: left;
	width: 591px;
	margin-left: 30px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.tunedate {
	color: #333;
	font-size: 10px;
}

.tuneitemtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
/* Blog Gallery */

#bloggallery {
	width: 670px;
	height: auto;
	float: left;
	background-color: #FFF;
	text-align: left;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom: 10px;
}
#infogallery {
	width: 670px;
	height: auto;
	float: left;
	background-color: #FFF;
	text-align: left;
	margin-bottom: 10px;
	border: 1px solid #000;
}
#infogallery a:link, #infogallery a:visited {
	color: #ff0099;
}
#infogallery a:hover {
	text-decoration: underline;
}
.blogimage {
	text-align: center;
	margin-bottom: 5px;
}
.blogitem {
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
.blogdet {
	float: left;
	width: 591px;
	margin-left: 30px;
	text-align: center;
}

.blogcontent {
	float: left;
	width: 591px;
	margin-left: 30px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.infocontent {
	float: left;
	width: 591px;
	margin-left: 30px;
	margin-bottom: 5px;
	color: #000;
}
.blogdate {
	color: #333;
	font-size: 10px;
}

.blogshareinfo {
	color: #999;
}
.blogitemtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
/* Blog Gallery End */

#contentleft {
	width: 670px;
	float: left;
	margin-right: 10px;
}
#sidebarwrap {
	width: 300px;
	float: left;
	clear: right;
	background-color: #FFF;
}
.sidecontent {
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

.sidespace {
	height: 10px;
	width: auto;
}

#youtube_div {
	text-align: left;
	color: #929292;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 6px;
	border: 1px solid #8ec1da;
}

#twitter_div {
	text-align: left;
	color: #929292;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 6px;
	border: 1px solid #8ec1da;
}

#twitter_update_list li {
	padding:3px 0;
	margin:3px 0;
	list-style-type: none;
}
ul#twitter_update_list {
padding:0;
margin:0;
}
#twitter_div a:link, #twitter_div a:visited {
	color: #ff0099;
}
#twitter_div a:hover {
	text-decoration: underline;
}

#thevideo {
	width: 648px;
	margin-right: 54px;
	height: auto;
	float: left;
	padding: 10px;
	background-image: url(images/vidbg.gif);
	background-repeat: repeat;
	border: 1px dashed #FFF;
}
#videoembed {
	text-align: center;
}
#vid_descwrap {
	float: left;
	width: 626px;
	height: auto;
	margin-right: 54px;
	color: #000;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	padding-bottom: 5px;
}
#vid_desc {
	width: auto;
	padding: 3px;
}

h2.viditemtitle {
	font-size: 14px;
	width: 200px;
	margin-bottom: 2px;
	margin-top: 0px;
}
.vidratings {
	width: 171px;
}

.vidsingledate {
color: #999191;
width: 205px
}

.vid_text {
	font-size: 11px;
	color: #000;
}

#vid_descwrap a:link, #vid_descwrap a:visited {
	color: #00F;
}
#vid_descwrap a:hover {
	text-decoration: underline;
}

#commentgallery {
	width: 606px;
	height: auto;
	float: left;
	background-color: #FFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #ff3399;
	margin-right: 34px;
	text-align: left;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

#commentgallery a:link, #footer a:visited {
	color: #FFF;
}

#pagenav {
float: left;
width: 680px;
text-align: center;
}

/* Begin Comments*/
.comments {
font-size: 10px;
}
#comment {
width:450px;
}

.commentblack {
	height: auto;
	width: auto;
	color: #000;
	background-color: #000;
	padding-right: 5px;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F00;
}

ol.commentlist {
	list-style: none;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 0px;
}

ol.commentlist p {
margin-bottom:10px;
}

ol.commentlist cite {
	font-style: normal;
	font-weight: bold;
}

ol.commentlist li {
	padding: 0;
	border-bottom: 1px solid #DFDFDF;
	background-color: #FFF;
}

ol.commentlist li.alt {
	padding: 0 !important;
	margin: 10px 0 15px 0;
	background-color: #FFF;
}

input#submit {
font-size: 12px;
color:#FFFFFF;
font-family: Arial, Helvetica, sans-serif;
padding:7px 10px;
margin:10px 0 0 0;
text-align:center;
background: #212121;
cursor:pointer;
font-weight: bold;
text-transform: uppercase;
border: none;
}

/* End Comments */
/* Single Tune Page */
#thetune_single {
	width: 313px;
	margin-right: 367px;
	height: auto;
	float: left;
	padding: 10px;
	background-repeat: repeat;
	border: 1px dashed #FFF;
	background-image: url(images/vidbg.gif);
}
#thetune_embed {
	text-align: left;	
}
.commentdate {
	color: #333;
	font-size: 10px;
}
/* End Single Tune Page */

#singletapewrap {
	height: auto;
	width: 980px;
	clear: both;
	background-color: #FFF;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 15px;
}
#singletapecanvas {
	height:auto;
	width: auto;
	clear: both;
	margin-bottom: 5px;
	background-color: #FFF;
	border-top-width: 1px;;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}
.mixtapead {
	margin-bottom: 5px;
}

/* Begin Footer */
#footer {
	width: 100%;
	height: auto;
	margin: 0px auto;
	float: left;
	clear: both;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #33ffff;
	padding-top: 10px;
	color: #FFF;
	background-color: #000;
}

#footer a:link, #footer a:visited {
	color: #FFF;
}
#footer a:hover {
	text-decoration: underline;
}

#footer small {
color: #999191;
}

.footerleft {
	float: left;
	text-align: left;
	background-color: #000;
}
.footerright {
	float: right;
	text-align: right;
	background-color: #000;
	margin-left: 20px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ff3399;
	margin-right: 10px;
}

.listheader {
	font-size: 12px;
	color: #FFF;
	margin-bottom: 5px;
}
#footer li {
	display: block;
	list-style-type:none;

}
