/*CSS3*/
/*Blistered Pixel*/
/*http://www.blisteredpixel.com*/

/* =============================================================================
   HTML5 element display (This MUST stay!!!)
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0;padding: 0; font-size: 13px; line-height: 1.231; background:#2c2c2c;}

body, button, input, select, textarea { font-family: sans-serif; color: #222; }


/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */
.topaccent			{background: #c1683b; width: 100%; height: 11px;}
header 				{width:900px; height:80px; margin: 0 auto; padding: 0}
.logo				{width:685px;margin:0 auto; margin-top: 40px}
#main 				{width: 900px; margin: 0 auto; min-height: 480px; height: 100%}
#social 			{width:300px;float:left; margin-left:-40px; margin-top:-10px;}
#social ul li		{display:inline; list-style:none;}
#social li a 		{list-style:none;text-decoration:none;height:32px; width:30px;}
.menuTwitter		{background: url("../images/social_twitter.jpg")  no-repeat 0 0; width:30px; height:32px; float:left;}
.menuTwitter:hover	{background: url("../images/social_twitter_over.jpg")  no-repeat 0 0;}
.menufb				{background: url("../images/social_fb.jpg")  no-repeat 0 0; width:30px; height:32px; float:left;}
.menufb:hover		{background: url("../images/social_fb_over.jpg")  no-repeat 0 0;}
.menulastfm			{background: url("../images/social_lastfm.jpg")  no-repeat 0 0; width:30px; height:32px; float:left;}
.menulastfm:hover	{background: url("../images/social_lastfm_over.jpg")  no-repeat 0 0;}
.menureverb			{background: url("../images/social_reverb.jpg")  no-repeat 0 0; width:30px; height:32px; float:left;}
.menureverb:hover	{background: url("../images/social_reverb_over.jpg")  no-repeat 0 0;}
.menuvimeo			{background: url("../images/social_vimeo.jpg")  no-repeat 0 0; width:30px; height:32px; float:left;}
.menuvimeo:hover	{background: url("../images/social_vimeo_over.jpg")  no-repeat 0 0;}
.menuvamp			{background: url("../images/social_vamp.jpg")  no-repeat 0 0; width:30px; height:32px; float:left;}
.menuvamp:hover		{background: url("../images/social_vamp_over.jpg")  no-repeat 0 0;}
.current			{float:right; width:110px; height:28px; color:#fff; background:#c1683b; margin-top:10px; line-height:28px; padding-left:5px;}
.current a 			{text-decoration:none; color:#fff;}
