/* CSS Document */

/*
Theme Name: Music Critic V.4.0
Theme URI: http://www.armadillostudios.ca 
Description: Custom WP Theme create for the Media Critic Fourth Redesign
Version: 1.0
Author: Ryan Boley / Connor Turner

*/
/* Global Stylings
---------------------------------------------------------------------------------------------- */
*
{
padding:0px;
margin:0px;
}

/* Colors
white: #FFFFFF    	Light Blue: #XXXX 	 	Dark Blue: #XXXXX  */

/* 
------------------------------------------------------------------------------------------------- 
*/

body
{
background-image:url(http://www.music-critic.ca/images/backpat.png);
background-repeat:repeat;
background-color:#000000;
font-size: 15px;
font-family:"Trebuchet MS", sans-serif;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address 
{ 
margin:0; 
}

a
{
text-decoration:none;
}

img{border:none;}

.hide, .print-logo, .close-button{ display:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
a img{ border:none; }


.small
{
font-size .75em;
}

strong
{
font-weight:bold;
color:#43d2f8;
}

hr
{
background-image:url(http://www.music-critic.ca/images/hr.gif);
background-position:center center;
background-repeat:no-repeat;
border: 0px solid #fff;
wdith: 400px;
height:5px;
margin: 9px auto;
}

table
{
width: 250px;
}

/* Header
------------------------------------------------------------------------------------------------- */

#header
{
background-image:url(http://www.music-critic.ca/images/headerpat.png);
background-repeat:repeat-x;
background-position:left top;
height: 185px;
color:#FFFFFF;
}

#headwrapper
{
margin: 0px auto;
padding: 0px;
width: 1100px;
}

#mchead
{
float:left;
background-image:url(http://www.music-critic.ca/images/mchead.gif);
background-position:top left;
background-repeat:no-repeat;
width: 430px;
height: 157px;
}

#headbanner
{
float:left;
background-image:url(http://www.music-critic.ca/images/mcheadbanner.gif);
background-position: top left;
background-repeat:no-repeat;
width:645px;
height: 150px;
}

#headbanner img
{
margin: 15px 0px 0px 30px;
border: 3px solid #fff;
}

/* Menu Navigation
---------------------------------------------------------------------------------------------------- */

#menu
{
  list-style: none;
  padding: 0 0 0 0px;
  margin: 45px 0px 0px 10px;
  width: 500px;
  height: 40px;
  position:absolute;
  top: 120px;
  left: 9%;
  z-index:200;
}

#menu li
{
float: left;
margin: 0px 5px 0px 4px;
}

#menu a {
  display: block;
  text-indent: -9000px;
  outline: none;
}

#menu a:hover {
  background-position: left bottom;
}

#menu .home
{
  width: 40px;
  height: 40px;
  background: url(http://www.music-critic.ca/images/home.menu.gif) no-repeat;
}

#menu .reviews
{
  width: 60px;
  height: 40px;
  background: url(http://www.music-critic.ca/images/reviews.menu.gif) no-repeat;
}

#menu .contests
{
  width: 70px;
  height: 40px;
  background: url(http://www.music-critic.ca/images/contests.menu.gif) no-repeat;
}

#menu .authors
{
  width: 60px;
  height: 40px;
  background: url(http://www.music-critic.ca/images/authors.menu.gif) no-repeat;
}

#menu .ads
{
  width: 75px;
  height: 40px;
  background: url(http://www.music-critic.ca/images/ads.menu.gif) no-repeat;
}

#menu .toprated
{
  width: 77px;
  height: 40px;
  background: url(http://www.music-critic.ca/images/toprated.gif) no-repeat;
}


/* Main Site Wrappers & Containers
---------------------------------------------------------------------------------------------------- */

#wrapper
{
margin: 0px auto;
padding: 0px;
width: 950px;
color: #000000;
height:100%;
display:block;
}

#wrapper-left
{
margin:0px;
padding: 0px 0px;
width: 750px;
display:block;
float:left;
}

* html #wrapper-left
{
\width: 750px;
w\idth: 770px;
}

#wrapper-right
{
margin: 0px 0px 0px 0px;
padding: 0px;
width: 170px;
display:block;
float:left;
color:#fff;
}

* html #wrapper-right
{
\width: 165px;
w\idth: 170px;
}

/* Feature
------------------------------------------------------------------------------------------------- */
#feature-wrap {
padding:0px 0px;
margin: 0px;
width: 500px;
height: 280px;
display:block;
float:left;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

* html #feature-wrap
{
\width: 480px;
w\idth: 500px;
} 

.featurebanner
{
margin: 0px 5px 9px 5px;
padding:0px;
border: 5px solid #fff;
width: 490px;
}

* html .featurebanner
{
\margin: 0px 0px 9px 0px;
m\argin: 0px 5px 9px 5px;
}


.feature-top
{
background-image:url(http://www.music-critic.ca/images/featuretop.png);
background-position:top left;
background-repeat:no-repeat;
margin: 0px;
padding: 0px;
width:511px;
height: 88px;
}

.feature-middle h2 {
color:#FFFFFF;
font-size:1.45em;
padding:0px 25px 5px 25px;
line-height:110%;
}

.feature-middle
{
background-image:url(http://www.music-critic.ca/images/featurebk.png);
background-repeat:repeat-y;
background-position:top left;
margin: -20px 0px 0px 0px;
padding: 5px 0px;
width: 511px;
}

.feature-middle p {
color:#FFFFFF;
font-size:0.85em;
padding:5px 25px;
line-height: 120%;
}

.feature-middle a
{
color:#ff0066;
text-decoration: none;
}

.feature-middle a:hover
{
color:#fff;
background-color:#43d2f8;
text-decoration: none;
}

.feature-bottom
{
background-image:url(http://www.music-critic.ca/images/featurebot.png);
background-repeat:no-repeat;
background-position:top left;
margin: 0px 0px 0px 0px;
padding: 0px;
width:511px;
height: 26px;
}

/* Feature Top 08
------------------------------------------------------------------------------------------ */

.feature-top08
{
background-image:url(http://www.music-critic.ca/images/top2008Feature.gif);
background-position:top left;
background-repeat:no-repeat;
margin: 0px;
padding: 0px;
width:500px;
height: 261px;
padding: 135px 0px 0px 0px;
color: #fff;
}

.feature-top08 p
{
margin: 5px 10px 0px 10px;
font-size:0.85em;
padding:5px 25px;
line-height: 120%;
text-align:center;
}

.feature-top08 a
{
color:#D4b242;
text-decoration: none;
}

.feature-top08 a:hover
{
text-decoration: none;
}

/* Feature Top 09
------------------------------------------------------------------------------------------ */

.feature-top09
{
background-image:url(http://www.music-critic.ca/images/top2009Feature.gif);
background-position:top left;
background-repeat:no-repeat;
margin: 0px;
padding: 0px;
width:500px;
height: 261px;
padding: 135px 0px 0px 0px;
color: #fff;
}

.feature-top09 p
{
margin: 5px 10px 0px 10px;
font-size:0.85em;
padding:5px 25px;
line-height: 120%;
text-align:center;
}

.feature-top09 a
{
color:#D4b242;
text-decoration: none;
}

.feature-top09 a:hover
{
text-decoration: none;
}

/* Feature Top 10
------------------------------------------------------------------------------------------ */

.feature-top10
{
background-image:url(http://www.music-critic.ca/images/top510/top2010Feature.gif);
background-position:top left;
background-repeat:no-repeat;
margin: 0px;
padding: 0px;
width:500px;
height: 261px;
padding: 135px 0px 0px 0px;
color: #fff;
}

.feature-top10 p
{
margin: 5px 10px 0px 10px;
font-size:0.85em;
padding:5px 25px;
line-height: 120%;
text-align:center;
}

.feature-top10 a
{
color:#D4b242;
text-decoration: none;
}

.feature-top10 a:hover
{
text-decoration: none;
}


/* Feature Top 11
------------------------------------------------------------------------------------------ */

.feature-top11
{
background-image:url(http://www.music-critic.ca/images/top511/top2011Feature.png);
background-position:top left;
background-repeat:no-repeat;
margin: 0px;
padding: 0px;
width:500px;
height: 261px;
padding: 0px 0px 0px 0px;
color: #fff;
}

.feature-top11 p
{
    font-size: 0.85em;
    line-height: 120%;
    margin: 5px 10px 0;
    padding: 135px 25px 0;
    text-align: center;
}

.feature-top11 a
{
color:#D4b242;
text-decoration: none;
}

.feature-top11 a:hover
{
text-decoration: none;
}




/* Mini SideBar
------------------------------------------------------------------------------------------------- */
#miniBar
{
display:block;
float:left;
height:280px;
margin:0px 10px;
padding:0px;
width:210px;
color: #fff;
}

* html #miniBar
{
\width: 200px;
w\idth: 210px;
\margin: 0 -10px;
m\argin: 0px 10px 0px 10px;
} 


.rss
{
background-image:url(http://www.music-critic.ca/images/rssbutton.png);
background-position: top left;
background-repeat:no-repeat;
width: 216px;
height: 65px;
padding: 0px 0px 0px 0px;
margin: 0px 15px;
}

.rssfeed
{
background-position: 85% bottom;
background-repeat:no-repeat;
color: #fff;
font-size: .85em;
margin: 0px 15px 0px 0px;
padding: 18px 0px 0px 73px;
height: 30px;
}

.search
{
background-image:url(http://www.music-critic.ca/images/searchbutton.png);
background-position: top left;
background-repeat:no-repeat;
width: 216px;
height: 65px;
padding: 0px 25px 0px 0px;
margin: 0px 15px;
text-align: right;
}

.search p
{
padding: 25px 25px 0px 0px;
}

.tagCloud
{
background-image:url(http://www.music-critic.ca/images/tagcloud.png);
background-position:left top;
background-repeat:no-repeat;
height:150px;
margin:3px 15px;
padding:0px;
width:216px;
padding: 45px 10px 10px 10px;
}

.tagCloud a
{
color: #CC99CC;
font-size: .55em;
line-height: .55em;
}

.mcpodcast 
{
margin:0 auto;
padding:5px 15px 0;
}

.tagCloud a:hover
{
color:#fff;
background-color:#FF0099;
}

#miniBar-white
{
display:block;
float:right;
height:100%;
margin:0px 40px 0px 0px;
padding:0px;
width:220px;
color: #fff;
}

* html #miniBar-white
{
\margin: 0px 20px 0px 0px;
m\argin: 0px 40px 0px 0px;
} 

.rss-white
{
background-image:url(http://www.music-critic.ca/images/rssbutton-white.png);
background-position: top left;
background-repeat:no-repeat;
width: 216px;
height: 65px;
padding: 0px 0px 0px 0px;
margin: 0px 15px;
}

.rssfeed
{
background-position: 85% bottom;
background-repeat:no-repeat;
color: #fff;
font-size: .85em;
margin: 0px 15px 0px 0px;
padding: 18px 0px 0px 73px;
height: 30px;
}

.search-white


{
background-image:url(http://www.music-critic.ca/images/searchbutton-white.png);
background-position: top left;
background-repeat:no-repeat;
width: 216px;
height: 65px;
padding: 0px 25px 0px 0px;
margin: 10px 15px;
text-align: right;
}

.search-white p
{
padding: 25px 25px 0px 0px;
}

.tagCloud-white
{
background-image:url(http://www.music-critic.ca/images/tagcloud-white.png);
background-position:left top;
background-repeat:no-repeat;
height:150px;
margin:3px 15px;
padding:0px;
width:216px;
padding: 45px 10px 10px 10px;
}

.tagCloud-white a
{
color: #CC99CC;
}

.tagCloud-white a:hover
{
color:#fff;
background-color:#FF0099;
}





#miniBar ul li
{
list-style-image:none;
list-style-type:none;
}

/* ### Content Section ###
------------------------------------------------------------------------------------------------- */

/* Main Index/Reviews Coding
------------------------------------------------------------------------------------------------- */
#latestreview
{
width: 740px;
height: 100%;
margin: 0px;
padding: 0px;
font-size: 1.00em;
font-family:Arial, Helvetica, sans-serif;
color: #000;
margin: 0px 0px 0px 0px;
}

.latestreview-top
{
background-image:url(http://www.music-critic.ca/images/latestrevtop.png);
background-position:left top;
background-repeat:no-repeat;
height:83px;
margin:0px;
padding:0px;
width:740px;
}

.latestreview-middle
{
background-image:url(http://www.music-critic.ca/images/latrevcont.png);
background-repeat:repeat-y;
background-position:top left;
margin: -5px 0px 0px 0px;
padding: 10px 10px 10px 20px;
width: 740px;
height:100%;
}

.latestreview-bottom
{
background-image:url(http://www.music-critic.ca/images/latestrevbot.png);
background-repeat:no-repeat;
background-position:top left;
margin: 0px 0px 0px 0px;
padding: 0px;
width:740px;
height: 65px;
}

.banner {border: 2px solid #000;}

.authors-top
{
background-image:url(http://www.music-critic.ca/images/authorstop.png);
background-position:left top;
background-repeat:no-repeat;
height:83px;
margin:0px;
padding:0px;
width:740px;
}

.contests-top
{
background-image:url(http://www.music-critic.ca/images/conteststop.png);
background-position:left top;
background-repeat:no-repeat;
height:83px;
margin:0px;
padding:0px;
width:740px;
}

.general-top
{
background-image:url(http://www.music-critic.ca/images/generaltop.png);
background-position:left top;
background-repeat:no-repeat;
height:83px;
margin:0px;
padding:0px;
width:740px;
}

.ads-top
{
background-image:url(http://www.music-critic.ca/images/adstop.png);
background-position:left top;
background-repeat:no-repeat;
height:83px;
margin:0px;
padding:0px;
width:740px;
}

.bestof-top
{
background-image:url(http://www.music-critic.ca/images/bestof-top.png);
background-position:left top;
background-repeat:no-repeat;
height:83px;
margin:0px;
padding:0px;
width:740px;
}

.bestof-top08
{
background-image:url(http://www.music-critic.ca/images/bestof-top08.png);
background-position:left top;
background-repeat:no-repeat;
height:83px;
margin:0px;
padding:0px;
width:740px;
}

.bestof-top09
{
background-image:url(http://www.music-critic.ca/images/bestof-top09.png);
background-position:left top;
background-repeat:no-repeat;
height:83px;
margin:0px;
padding:0px;
width:740px;
}

.bestof-top10
{
background-image:url(http://www.music-critic.ca/images/bestof-top10.png);
background-position:left top;
background-repeat:no-repeat;
height:83px;
margin:0px;
padding:0px;
width:740px;
}

.bestof-top11
{
background-image:url(http://www.music-critic.ca/images/bestof-top11.png);
background-position:left top;
background-repeat:no-repeat;
height:83px;
margin:0px;
padding:0px;
width:740px;
}

.toprated-top
{
background-image:url(http://www.music-critic.ca/images/toprated.png);
background-position:left top;
background-repeat:no-repeat;
height:83px;
margin:0px;
padding:0px;
width:740px;
}

/*------------------------------------------------------------------------------------------- */

.reviewExcerpt
{
width: 300px;
padding: 9px 15px;
margin: 0px 5px 0px 0px;
height: 300px;
float: left;
display:block;
border-bottom: 1px solid #FFCCCC;
}

.reviewExcerpt p 
{
padding: 5px 0px;
font-size: .80em;
line-height: 130%;
color:#000;
}

.reviewExcerpt a
{
color:#FF3399;
text-decoration: none;
}

.reviewExcerpt a:hover
{
color:#fff;
background-color:#ff0066;
text-decoration: none;
}

.reviewExcerpt h2
{
padding: 5px 0px;
font-size: /*1.25em*/ 19px;
font-weight: bold;
font-size-adjust:inherit;
line-height: 110%;
color:#000;
}

.reviewExcerpt h2 a
{
color:#FF3399;
text-decoration: none;
}

.reviewExcerpt h2 a:hover
{
color:#fff;
background-color:#ff0066;
text-decoration: none;
}

.reviewExcerpt h3
{
padding: 0px 0px;
font-size: 1.05em;
font-size-adjust:inherit;
line-height: 150%;
color:#e90f7f;
}

/* Next/Prev Classes 
--------------------------------------------------------------------------------------------------*/
.prevLeft{ float:left;padding: 9px 0px; }
.nextRight{ float:right;padding: 9px 45px 9px 0px; }


/* Full REviews/Content 
------------------------------------------------------------------------------------------------------------*/

.reviewFull
{
padding: 9px 55px 9px 15px;
margin: 0px 0px 0px 0px;
height: 100%;
display:block;
}

.reviewFull p 
{
padding: 5px 0px;
font-size: .80em;
line-height: 130%;
color:#000;
}

.reviewFull a
{
color:#FF3399;
text-decoration: none;
}

.reviewFull a:hover
{
color:#fff;
background-color:#ff0066;
text-decoration: none;
}

.reviewFull ul 
{margin: 18px 0px 18px 10px;}

.reviewFull li 
{margin: 0px 0px 0px 10px; padding: 0px; line-height: 150%; font-size: 0.80em;}

.reviewFull h2
{
padding: 5px 0px;
font-size: 1.28em;
font-size-adjust:inherit;
line-height: 100%;
color:#000;
}

.reviewFull h2 a

{

color:/*#FF3399*/#43d2f8;
text-decoration: none;
}

.reviewFull h2 a:hover
{
color:#fff;
background-color:#ff0066;
text-decoration: none;
}

.reviewFull h3
{
padding: 0px 0px;
font-size: 1.05em;
font-size-adjust:inherit;
line-height: 150%;
color:#e90f7f;
}



/* ### Main Sidebar Section ###
------------------------------------------------------------------------------------------------------- */

.video
{
background-image:url(http://www.music-critic.ca/images/photobord.png);
background-position: left top;
background-repeat:no-repeat;
width:170px;
height:200px;
margin: 0px;
padding: 0px;
color:#fff;
}

.videostream
{
background-image:url(http://www.music-critic.ca/images/videostripe.png);
background-position:center bottom;
background-repeat:no-repeat;
padding: 9px 10px 0px 10px;
margin: 9px 0px;
height: 30px;
font-family:Arial, Helvetica, sans-serif;
font-size:.80em;
text-align:center;
}

.videostream a
{
color:#43d2f8;;
}

.videostream a:hover
{
color: #fff;
background-color:#43d2f8;
}

/* Ads
---------------------------------------------------------------------------------- */

.sideadvert
{
padding: 5px 15px;
}

.sideadbrite
{
padding: 5px 22px;
}

.sidearmadillo
{
padding: 10px 15px;
}

.bottomAdbrite
{
margin: 9px auto;
padding: 0px 110px;
width: 600px;
}

.pageAdbrite
{
float:right;
width:300px;
/* height:270px; */
height: 200px;
margin: 0px 0px 10px 10px;
border: 1px solid #43d2f8;
display: block;
}



/* Best of Excerpts 
-------------------------------------------------------------------------------------------------------- */
.bestofExcerpt
{
width: 280px;
padding: 9px 9px;
margin: 0px 10px 15px 10px;
height: 200px;
float: left;
display:block;
border: 1px solid #FFCCCC;
text-align: center;
}

.bestofExcerpt p 
{
padding: 5px 0px;
font-size: .80em;
line-height: 130%;
color:#000;
}

.bestofExcerpt a
{
color:#FF3399;
text-decoration: none;
}

.bestofExcerpt a:hover
{
color:#fff;
background-color:#ff0066;
text-decoration: none;
}

.bestofExcerpt h3
{
padding: 0px 0px;
font-size: 1.05em;
font-size-adjust:inherit;
line-height: 150%;
color:#e90f7f;
}



/* Image Replacement
------------------------------------------------------------------------------------------------------- */

.mcheader
{
text-indent:-8000px;
font-size:4.00em;
}

.recentr
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/recentr.png);
background-position:left center;
background-repeat:no-repeat;
height: 60px;
width: 200px;
margin:0px;
padding: 0px;
}

.recentr
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/recentr.png);
background-position:left center;
background-repeat:no-repeat;
height: 60px;
width: 200px;
margin:0px;
padding: 0px;
}

.contactmc
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/contactmc.png);
background-position:right;
background-repeat:no-repeat;
height: 60px;
width: 200px;
margin:0px 0px 0px 199px;
padding: 0px;
text-align: right;
}


/* Top10 Image Replacement
------------------------------------------------------------------------------------------------------- */

.top11connor
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/top511/connorheader.png);
background-position:left center;
background-repeat:no-repeat;
height: 68px;
width: 310px;
margin:0px;
padding: 0px;
}

.top11cam
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/top511/camheader.png);
background-position:left center;
background-repeat:no-repeat;
height: 68px;
width: 310px;
margin:0px;
padding: 0px;
}


.top11trent
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/top511/trentheader.png);
background-position:left center;
background-repeat:no-repeat;
height: 68px;
width: 310px;
margin:0px;
padding: 0px;
}

.top11michelle
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/top511/michelleheader.png);
background-position:left center;
background-repeat:no-repeat;
height: 68px;
width: 310px;
margin:0px;
padding: 0px;
}

.top11greg
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/top511/gregheader.png);
background-position:left center;
background-repeat:no-repeat;
height: 68px;
width: 310px;
margin:0px;
padding: 0px;
}


.top11nathan
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/top511/nathanheader.png);
background-position:left center;
background-repeat:no-repeat;
height: 68px;
width: 310px;
margin:0px;
padding: 0px;
}

.top11kevin
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/top511/kevinheader.png);
background-position:left center;
background-repeat:no-repeat;
height: 68px;
width: 310px;
margin:0px;
padding: 0px;
}


/* Top10 Image Replacement
------------------------------------------------------------------------------------------------------- */

.top10connor
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/top510/connorheader.png);
background-position:left center;
background-repeat:no-repeat;
height: 68px;
width: 310px;
margin:0px;
padding: 0px;
}

.top10andrew
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/top510/andrewheader.png);
background-position:left center;
background-repeat:no-repeat;
height: 68px;
width: 310px;
margin:0px;
padding: 0px;
}

.top10david
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/top510/davidheader.png);
background-position:left center;
background-repeat:no-repeat;
height: 68px;
width: 310px;
margin:0px;
padding: 0px;
}

.top10trent
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/top510/trentheader.png);
background-position:left center;
background-repeat:no-repeat;
height: 68px;
width: 310px;
margin:0px;
padding: 0px;
}

.top10michelle
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/top510/michelleheader.png);
background-position:left center;
background-repeat:no-repeat;
height: 68px;
width: 310px;
margin:0px;
padding: 0px;
}

.top10greg
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/top510/gregheader.png);
background-position:left center;
background-repeat:no-repeat;
height: 68px;
width: 310px;
margin:0px;
padding: 0px;
}


.top10nathan
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/top510/nathanheader.png);
background-position:left center;
background-repeat:no-repeat;
height: 68px;
width: 310px;
margin:0px;
padding: 0px;
}

.top10kevin
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/top510/kevinheader.png);
background-position:left center;
background-repeat:no-repeat;
height: 68px;
width: 310px;
margin:0px;
padding: 0px;
}


/* Top09 Image Replacement
------------------------------------------------------------------------------------------------------- */

.top09connor
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/top509/connorheader.png);
background-position:left center;
background-repeat:no-repeat;
height: 68px;
width: 310px;
margin:0px;
padding: 0px;
}

.top09lukas
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/lukasheader.png);
background-position:left center;
background-repeat:no-repeat;
height: 68px;
width: 310px;
margin:0px;
padding: 0px;
}

.top09david
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/top509/davidheader.png);
background-position:left center;
background-repeat:no-repeat;
height: 68px;
width: 310px;
margin:0px;
padding: 0px;
}

.top09trent
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/top509/trentheader.png);
background-position:left center;
background-repeat:no-repeat;
height: 68px;
width: 310px;
margin:0px;
padding: 0px;
}

.top09heather
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/top509/heatherheader.png);
background-position:left center;
background-repeat:no-repeat;
height: 68px;
width: 310px;
margin:0px;
padding: 0px;
}

.top09greg
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/top509/gregheader.png);
background-position:left center;
background-repeat:no-repeat;
height: 68px;
width: 310px;
margin:0px;
padding: 0px;
}


.top09nathan
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/top509/nathanheader.png);
background-position:left center;
background-repeat:no-repeat;
height: 68px;
width: 310px;
margin:0px;
padding: 0px;
}

.top09garth
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/top509/garthheader.png);
background-position:left center;
background-repeat:no-repeat;
height: 68px;
width: 310px;
margin:0px;
padding: 0px;
}



*/ Top08 Image Replacement
------------------------------------------------------------------------------- */

.top08aguimond
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/aguimondheader08.png);
background-position:left center;
background-repeat:no-repeat;
height: 68px;
width: 310px;
margin:0px;
padding: 0px;
}

.top08dcoats
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/dcoatsheader08.png);
background-position:left center;
background-repeat:no-repeat;
height: 68px;
width: 310px;
margin:0px;
padding: 0px;
}

.top08tdupue
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/trentdheader08.png);
background-position:left center;
background-repeat:no-repeat;
height: 68px;
width: 310px;
margin:0px;
padding: 0px;
}

.top08trentm
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/tmcmartinheader08.png);
background-position:left center;
background-repeat:no-repeat;
height: 68px;
width: 310px;
margin:0px;
padding: 0px;
}

.top08connor
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/cturnerheader08.png);
background-position:left center;
background-repeat:no-repeat;
height: 68px;
width: 310px;
margin:0px;
padding: 0px;
}


.top08nathan
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/nathanheader08.png);
background-position:left center;
background-repeat:no-repeat;
height: 68px;
width: 310px;
margin:0px;
padding: 0px;
}

.top08gpaulson
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/gpaulsonheader08.png);
background-position:left center;
background-repeat:no-repeat;
height: 68px;
width: 310px;
margin:0px;
padding: 0px;
}

.top08steve
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/steveheader08.png);
background-position:left center;
background-repeat:no-repeat;
height: 68px;
width: 310px;
margin:0px;
padding: 0px;
}

/* Top Five of 2007 - Image Replacement
------------------------------------------------------------------------------------------------------------------------------*/
.top07aguimond
{
text-indent:-8000px;

background-image:url(http://www.music-critic.ca/images/aguimondheader.png);
background-position:left center;
background-repeat:no-repeat;
height: 68px;
width: 310px;
margin:0px;
padding: 0px;
}

.top07dcoats
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/dcoatsheader.png);
background-position:left center;
background-repeat:no-repeat;
height: 68px;
width: 310px;
margin:0px;
padding: 0px;
}

.top07tdupue
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/tdupueheader.png);
background-position:left center;
background-repeat:no-repeat;
height: 68px;
width: 310px;
margin:0px;
padding: 0px;
}

.top07tmcmartin
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/tmcmartinheader.png);
background-position:left center;
background-repeat:no-repeat;
height: 68px;
width: 310px;
margin:0px;
padding: 0px;
}

.top07cturner
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/cturnerheader.png);
background-position:left center;
background-repeat:no-repeat;
height: 68px;
width: 310px;
margin:0px;
padding: 0px;
}


.top07nathan
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/nathanheader.png);
background-position:left center;
background-repeat:no-repeat;
height: 68px;
width: 310px;
margin:0px;
padding: 0px;
}

.top07gpaulson
{
text-indent:-8000px;
background-image:url(http://www.music-critic.ca/images/gpaulsonheader.png);
background-position:left center;
background-repeat:no-repeat;
height: 68px;
width: 310px;
margin:0px;
padding: 0px;
}


/* ### THUMBNAILS ### 
------------------------------------------------------------------------------------------------------------*/

.thumbnail
{
float: left;
padding: 0px 0px 0px 0px;
margin:0px 10px 0px 0px;
background-color:#FFFFFF;
background-image:url(images/thumbnailbk.png);
background-repeat:no-repeat;
background-position: top left;
border: 4px solid #dfdfdf;
}

.thumb07
{
float: left;
padding: 0px 0px 0px 0px;
margin:0px 10px 0px 0px;
background-color:#FFFFFF;
background-repeat:no-repeat;
background-position: top left;
border: 4px solid #bca346 /*f6e5a5*/;
}

.kings2007
{
padding:9px 10px 0px 50px;
}

.thumb08
{
float: left;
padding: 0px 0px 0px 0px;
margin:0px 10px 0px 0px;
background-color:#FFFFFF;
background-repeat:no-repeat;
background-position: top left;
border: 4px solid #bca346 /*f6e5a5*/;
}

.kings2008
{
padding:9px 10px 0px 50px;
}


.thumb09
{
float: left;
padding: 0px 0px 0px 0px;
margin:0px 10px 0px 0px;
background-color:#FFFFFF;
background-repeat:no-repeat;
background-position: top left;
border: 4px solid #CFCFCF;
}

.kings2009
{
padding:9px 10px 0px 50px;
}


.thumb10
{
float: left;
padding: 0px 0px 0px 0px;
margin:0px 10px 0px 0px;
background-color:#FFFFFF;
background-repeat:no-repeat;
background-position: top left;
border: 4px solid #CFCFCF;
}


table
{
font-size:13px;
color: #000;
font-weight: 100;
font-family:Arial, Helvetica, sans-serif;
}

table img
{
border: 4px solid /* #dfdfdf */ #43D2F8;
}

/* Related Posts
------------------------------------------------------------------------------------- */

.related
{
padding: 7px;
margin: 10px;
background-color: #EFFCFF;
border: 1px solid #4FDDFF;
font-size: 0.85em;
}

.related ol
{
padding-left:22px;
line-height: 130%;
margin:0px;
}

/* Footer
------------------------------------------------------------------------------------------------------------ */


#footwrapper
{
background-image:url(http://www.music-critic.ca/images/footerbk.png);
background-position:top left;
background-repeat:repeat-x;
margin:27px 0px 0px 0px;
padding: 45px 0px 0px 0px;
height: 110px;
text-align:center;
color: #fff;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-weight:100;
}

#footwrapper h5
{
text-align:center;
font-size: .80em;
font-weight: 100;
margin: 9px auto 0px auto;
padding: 0px 0px 0px 0px;
width: 900px;
}

#footwrapper a
{
color:#ff0066;
text-decoration: none;
}

#footerwrapper a:hover
{
color: #fff;
background-color: #ff0066;
}

#footer
{
background-image:url(http://www.music-critic.ca/images/footerbkpat.png);
background-position:center bottom;
background-repeat:no-repeat;
min-height: 200px;
height: 100%;
margin:30px auto 0px auto;
width: 950px;
padding: 0px 0px 9px 0px;
font-weight: 100;
font-size: .85em;
}

#footer h3
{
font-weight: 100;
color:#ff0066;
font-size: 1.10em;
line-height: 150%;
}

#footer h5
{
text-align:center;
font-size: .80em;
font-weight: 100;
padding: 9px 0px 9px 0px;
margin: 9px 0px 0px 0px;
border-top: 1px solid #333333;
}

#footer ul
{
padding: 0px 0px;
}

#footer li
{
margin: 0px 0px 0px 9px;
lineheight: 150%;
}

#footer-left
{
margin:0px;
padding: 0px 25px;
width: 400px;
display:block;
float:left;
text-align: left;
}

#footer-right
{
margin: 0px;
padding: 0px;
width: 400px;
display:block;
float:left;
text-align: right;
}
