/* global styles */
* { padding:0; margin:0; outline:0; }
body { font-family:verdana, arial, sans-serif; font-size:12px; background:#000; }
a { text-decoration:none; border:none; }
a:hover { text-decoration:none; }
a img { border:none; }
label { cursor:pointer; }
/* clearfix Method: http://www.positioniseverything.net/easyclearing.html */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {	display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
#bodyContent { width:400px; min-width:200px; background-color:#000; margin:auto; display:block; }
#headerLink { width:400px; height:50px; display:block; background:url("/images/img/headerLink.jpg"); }
#headerLink:hover { background:url("/images/img/headerLink.jpg"); }
#sideColumn { width:400px; float:left; }
#sideColumn a { width:90px; height:30px; display:inline-block; }
#sideColumn #homeLink { background:url("/images/img/homeLink.jpg"); }
#sideColumn #homeLink:hover { background:url("/images/img/homeLinkSelected.jpg"); }
#sideColumn #musicLink { background:url("/images/img/musicLink.jpg"); }
#sideColumn #musicLink:hover { background:url("/images/img/musicLinkSelected.jpg"); }
#sideColumn #newsLink { background:url("/images/img/newsLink.jpg"); }
#sideColumn #newsLink:hover { background:url("/images/img/newsLinkSelected.jpg"); }
#sideColumn #videoLink { background:url("/images/img/videoLink.jpg"); }
#sideColumn #videoLink:hover { background:url("/images/img/videoLinkSelected.jpg"); }
#mainColumn { width:400px; min-height:200px; max-height:400px; height:400px; margin-bottom:10px; padding:10px; background-color:#fff; float:left; }
#mainColumn #externalLinks { margin-top:1px; list-style:none; }
#mainColumn #externalLinks li { float:left; display:block; width:25%; }
#mainColumn #externalLinks li a { border:1px solid black; display:block; }
#mainColumn #externalLinks li a:hover { border-color:#080;}
#mainColumn #externalLinks #myspaceLink { width:92px; height:32px; background:url("/images/img/myspace.jpg")  }
#mainColumn #externalLinks #youtubeLink { width:92px; height:32px; background:url("/images/img/youtube.jpg")  }
#mainColumn #externalLinks #flickrLink { width:92px; height:32px; background:url("/images/img/flickr.jpg")  }
#mainColumn #externalLinks #itunesLink { width:92px; height:32px; background:url("/images/img/itunes.jpg")  }
#footer { text-align:center; color:white; display:block; }

/* home styles */
#homePage #sideColumn #homeLink { background:url("/images/img/homeLinkSelected.jpg"); }
#homePage #mainColumn { background:url("/images/img/bhudda.jpg") repeat; }

/* music styles */
#musicPage #sideColumn #musicLink { background:url("/images/img/musicLinkSelected.jpg"); }
#musicPage #mainColumn { background:url("/images/img/music.jpg") repeat; }

/* news styles */
#newsPage #sideColumn #newsLink { background:url("/images/img/newsLinkSelected.jpg"); }
#newsPage #mainColumn { background:url("/images/img/news.jpg") repeat; }

/* video styles */
#videoPage #sideColumn #videoLink { background:url("/images/img/videoLinkSelected.jpg"); }
#videoPage #mainColumn { background:url("/images/img/video.jpg") repeat; }