/*
Theme Name: criticulture
Theme URI: Private
Author URI: Private
*/


/* --- basic structure --- */

body {
  margin: 0;
  background: #9c9c96 url(images/bg_page.jpg) repeat-y center;
}
#header {
  width: 100%;
  text-align: center;
  background-color: #000;
  padding: 2px 0px 8px;
  margin: 0px;
}
#page {
  width: 988px;
  margin: 0 auto;
}
#content {
  margin: 0 auto;
}
#sidebar {
  float: left;
  width: 300px;
  margin: 0px;
  padding: 10px;
  display: inline;
}
#primary {
  width: 590px;
  margin: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  float: left;
  padding: 0px 28px 28px;
  display: inline;
}
#footer {
  clear: both;
  width: 968px;
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 10px;
  display: block;
}



/* --- links --- */

a, a:visited, a:active, a:link {
  color: #006699;
  font-weight: bold;
  text-decoration: none;
}
a:hover { 
  background: #006699;
  color: #fff;
  text-decoration: none;
}
#footer a:link, #footer a:visited {color: #eafbff;}
a.permalink {
  background-image: url(images/icons/link.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 5px 0px 5px 20px;
}

a.trackbacklink {
  background-image: url(images/icons/trackback.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 5px 0px 5px 20px;
}

.postlinks .editlink a {
  background-image: url(images/icons/edit.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 5px 0px 5px 20px;
}

.postlinks .comments a {
  background-image: url(images/icons/comment.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 5px 0px 5px 20px;
}
p.postlinks .comments a:link, p.postlinks .comments a:visited {
  font-weight: bold;
}
a.more-link { background-color: #e9fbff; }
a.more-link:hover { background-color: #006699; }



/* --- headings --- */

h1,h2,h3,h4,h5,h6 { font-family: Arial, Helvetica, sans-serif; font-weight: bold;}
h1 {
  font-size: 52px;
  color: #9c9c96;
  letter-spacing: -4px;
  line-height: 0.9;
  margin: 60px 0px;
}
h2 {
  font-size: 19px;
  color: #000000;
  padding-top: 25px;
  border-top: 1px solid #ccc;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  margin: 15px 0px 5px;
  letter-spacing: -1px;
}
h3.widgettitle {
  font-size: 11px;
  color: #FFFFFF;
  background: #3c3c3c url(images/bg_sideheader.jpg) repeat-x top;
  margin: 0px 0px 10px;
  padding: 5px 7px;
  border-left: 1px solid #000;
}
h3.resultsheading { border-bottom: 1px solid #ccc; padding: 30px 0px 5px; font-size: 14px; letter-spacing: -1px;}


/* --- text --- */

body,td,th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
}

blockquote {
  background: url(images/quotes.gif) no-repeat top center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  font-weight: bold;
  margin: 20px 10px;
  padding: 0px 55px;
  font-weight: bold;
}
blockquote p,  div.post blockquote p{
  line-height: 1.2;
}
blockquote p.speaker {
  text-align: right;
  font-weight: normal;
  font-style: italic;
}
.pagecontent p { line-height: 1.6; }
.pagecontent b, .pagecontent strong { color: #000; }
div.larger { margin-bottom: 30px; }
div.larger p { font-size: 12px; margin: 25px 0px;}


/* --- forms --- */

textarea, input, select, option { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000;}


/* --- sidebar --- */

div#logo img {border-bottom: 10px solid #fff;}
div#sidebarsearch form { margin:0px; padding: 0px;}
div#navt-1 { 
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0px -11px 10px -10px;
  background: url(images/bg_menu.jpg) repeat-y right;
  font-size: 11px;
}
#navt-1 h3 {display: none;}
#navt-1 ul {margin: 25px 20px; padding: 0px; display: block;}
#navt-1 li {margin: 6px 10px; padding: 0px; display: block; list-style: none;}
.widget a, .widget a:link, .widget a:visited {font-weight: normal;}
#navt-1 a, #navt-1 a:link, #navt-1 a:visited {font-weight: bold;}
div#search { text-align: center;}
div#search br {display:none;}
div#search input { margin: 0px 5px; }
div#sidebarsearch {
  border-bottom: 1px solid #ccc;
  margin: 0px -11px 0px -10px;
  background: url(images/bg_menu.jpg) repeat-y right;
  text-align: center;
  padding: 10px 0px;
  display: block;
}
div.widget { margin: 0 0 25px; padding: 0;}
div.widget ol, div.widget ul { margin: 15px 15px 0; padding: 0; display: block; list-style: none;}
div.widget li { margin: 0; padding: 2px 0; display: block; list-style: none;}
div#simple-tagging-tag-cloud a:hover { background: transparent; text-decoration: underline;}
.widget_text p, .widget_text form { margin: 10px 20px; }
#sidebar ul.mainmenu li.elinktab {
  display: block;
  margin-top: 15px;
  background: url(http://www.feedburner.com/fb/images/pub/feed-icon16x16.png) no-repeat left center;
  padding: 3px 0px;
}
#sidebar ul.mainmenu li.elinktab a { padding-left: 22px;}
div#calendar_wrap { margin-left: 22px; }
div#calendar_wrap { border-collapse: collapse;}
div#calendar_wrap td, div#calendar_wrap th { text-align: center; padding: 1px 3px;}
div#calendar_wrap th { border-bottom: 2px solid #ccc;}
div#calendar_wrap a { font-weight: bold; display: block; border: 1px solid #006699; background-color: #E9FBFF; padding: 1px 3px;}
div#calendar_wrap a:hover { background-color: #006699;}
div#calendar_wrap caption { text-align: left; padding-left: 5px; text-transform: uppercase; font-size: 10px;}
div#calendar_wrap td#prev a, div#calendar_wrap td#next a { background-color: #fff; font-weight: normal;}
div#calendar_wrap td#prev a:hover, div#calendar_wrap td#next a:hover { background-color: #006699; font-weight: normal;}



/* --- posts --- */

div.post {margin-bottom: 40px;}
p.postinfo { font-size: 10px; text-transform:uppercase; margin-top: 5px;}
a.category {text-transform:uppercase}
p.tags { font-size: 9px; margin-top: 0px; text-align: right;}
div.post p {line-height: 1.7;}
div.singlepost div.postcontent p {line-height: 1.7; font-size: 11px; margin-bottom: 35px;}
div.singlepost embed { margin-top: 0; margin-bottom: 25px;}
div.postcontent { margin: 25px 0px; }
div.postcontent p { margin-bottom: 30px;}
div.postexcerpt { margin: 10px 0px; }
div.postexcerpt p { margin-bottom: 10px; font-size: 9px; }
.postcontent b, .postcontent strong {color: #000;}
p.postlinks {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  background: url(images/bg_postlinks.jpg) repeat-y left;
  padding: 3px 2px;
  text-transform: uppercase;
  text-align: right;
  clear: both;
}
p.postlinks a:link, p.postlinks a:visited {font-weight: normal;}
div.postcontent ul { margin:-15px 0 30px; padding: 0;}
div.postcontent ul li { list-style: none; margin: 0 0 10px 20px; padding: 1px 0px 1px 20px; background: transparent url(images/exlink.gif) no-repeat left;}
p.singlepostfooter { text-align: right; margin-top:30px;}
ol.comments { display:block; margin:0px; padding: 0px;list-style:none;}
.commentodd {
  background: #f5f5ef url(images/quote_odd_top.gif) no-repeat top left;
  margin: 10px 100px 15px 0px;
  list-style: none;
  padding: 0px;
  display: block;
  overflow: hidden;
}
.commentodd .commenter {
  background: #fff url(images/quote_odd_bot.gif) no-repeat top left;  
  padding-left: 199px;
}
.commenteven {
  background: #ebebde url(images/quote_even_top.gif) no-repeat top right;
  margin: 10px 0px 15px 100px;
  list-style: none;
  padding: 0px;
  display: block;
  overflow: hidden;
}
.commenteven .commenter {
  background: #fff url(images/quote_even_bot.gif) no-repeat top right;  
  text-align: right;
  padding-right: 199px;
}
.commenter {
  padding-top: 36px;
  margin-top: 0px;
}
.commenttext {
  padding: 20px 20px 5px;
  font-size: 12px;
  line-height: 1.5;
  color: #000;
}
.commenttext p { margin: 0 0 5px;}
.commenttext p a { font-size: 9px; }



/* --- navigation --- */
.nav {
  margin: 25px 0 0;
  padding-bottom: 25px;
}
.nextarticle { float:right; width:45%; text-align: right;}
.previousarticle { float:left; width: 45%;}
#mainnav a { font-size: 12px; }



/* --- review roundups --- */

div.subpagelisting ul { display: block; margin: 10px 0 25px; list-style: none; padding: 0; }
div.subpagelisting li { display: block; margin: 10px 0px; list-style: none; padding: 0; }
div.subpagelisting li.page_item a { font-weight: normal;}

.pagelinks { margin: 5px 0px 20px;}
.pagelinks a:link, .pagelinks a:visited { font-weight: normal; text-transform: uppercase;}
p.pagelinks a.commentlink:link, p.pagelinks a.commentlink:visited {font-weight: bold; text-transform: uppercase;}

#scoreblock {
  float: right;
  margin-bottom: 25px;
  display: block;
  border: 1px dashed #ccc;
  background: #eafbff url(images/bg_scoreblock.jpg) repeat-x top;
  padding: 0px;
  width: 280px;
}
#scoreblock #productimage {float:left; margin: 10px; display: inline;}
#scoreblock #criticscore {
  float:left; 
  margin: 10px 10px 0px 0px; 
  text-align: center; 
  width:125px; 
  height:85px;  
  padding: 40px 0 0;
  display: inline;
}
#scoreblock #learnmore {clear: both; padding-bottom: 10px; text-align: center;}
#scoreblock #scoreexplanation  {clear: both; padding: 0px 10px 10px; text-align: center;}
#scoreblock .score { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 56px;
  color: #000;
  letter-spacing: -5px;
  margin: 0;
  padding-right: 5px;
  line-height: 1.0;
}
#scoreblock .scoretext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 0px;
  display: block;
}
#scoreblock .green { background: url(images/bg_criticscore_green.gif) no-repeat top}
#scoreblock .green .scoretext { color: #669900; }
#scoreblock .yellow { background: url(images/bg_criticscore_yellow.gif) no-repeat top}
#scoreblock .yellow .scoretext { color: #ffcc00; }
#scoreblock .red { background: url(images/bg_criticscore_red.gif) no-repeat top}
#scoreblock .red .scoretext { color: #cc0000; }

div.chunk {margin: 15px 0px 25px;}
div.chunk p { line-height: 1.8; }
div#albumdetails { width: 300px;}
div#albumdetails a:link,  div#albumdetails a:visited { font-weight: normal; }
a.amazonlink { margin-right: 10px; }
div#criticquotes { clear: both; }
div#reviewroundup a:link, div#reviewroundup a:visited { font-weight: normal;}
div#reviewroundup ol { padding: 30px 0px 0px 25px; margin: 10px 0px 15px 5px;}
div#goodreviews { float: left; border-right: 10px solid #fff; width: 295px;}
div#badreviews { float: left; width: 285px;}
div#reviewroundup ol.reviews-4 { background: url(images/reviewshead-4.jpg) no-repeat top left;}
div#reviewroundup ol.reviews-3 { background: url(images/reviewshead-3.jpg) no-repeat top left;}
div#reviewroundup ol.reviews-2 { background: url(images/reviewshead-2.jpg) no-repeat top left;}
div#reviewroundup ol.reviews-1 { background: url(images/reviewshead-1.jpg) no-repeat top left;}
div#reviewroundup ol.reviews-0 { background: url(images/reviewshead-0.jpg) no-repeat top left;}
div#reviewroundup li { padding: 1px 0px; }
div#tracklisting { clear: both; }
div#tracklisting ol { margin-top: 0px; padding-top: 5px;}
div#tracklisting li { padding-top: 5px; padding-bottom: 5px; border-bottom: 1px dashed #ccc; line-height: 1.5;}



/* --- calendar --- */

.calendarstuff p { margin: 5px 0px 20px; line-height: 1.6; }
table.calendar th {
  text-align: left;
  padding: 40px 4px 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  letter-spacing: -1px;
  border-bottom: 2px solid #000;
}
table.calendar th .dayofweek { color: #9c9c96 ; padding-left: 5px; }
table.calendar tr { vertical-align: top; }
table.calendar tr.oddrow td { background-color: #f5f5ef ; }
table.calendar td { padding: 6px 4px;  color: #333;}
table.calendar td.artist { font-weight: bold;}
.releasenote { color: #999; text-transform: uppercase; font-size: 9px; font-weight: normal;}
table.calendar#futurecalendar td { border-bottom: 1px dashed #ccc; }
