/*
Theme Name: Movie City News
Theme URI: http://moviecitynews.com/
Author: SFWDLLC
Author URI: http://santafewebdesign.com/

  The CSS, XHTML and design is released under GPL:
  http://www.opensource.org/licenses/gpl-license.php

*/

body {
  background-image : url(/images/main_bg.jpg);
  background-repeat : repeat-x;
  background-color : white;
  margin : 0px;
  padding : 0px;
  font-family : helvetica, verdana, sans-serif;
  letter-spacing: .02em;
}

body.awardwatch {
  background-image : url(/images/awards_body.jpg);
  background-color : #F8F4F5;
}

body.weekend {
  background-image : url(/images/weekend_body.jpg);
}

body.filmdocket {
  background-image : url(/images/docket_body.jpg);
}

body.indie {
  background-image : url(/images/indie_body.jpg);
}

body.hot {
  background-image : url(/images/hotblog_body.jpg);
}

body.filmessent {
  background-image : url(/images/essent_body.jpg);
}

body.oldblogs {
  background-image : url(/images/oldblogs_body.jpg);
}

body.dp30 {
  background-image : url(/images/dp30_body.jpg);
}

body.festivals {
  background-image : url(/images/festivals_body.jpg);
}

body.frenzy {
  background-image : url(/images/frenzy_body.jpg);
}

body.tiff {
  background-image: url(/images/toronto_body.jpg);
}

body.sundance {
  background-image: url(/images/sundance_body.jpg);
}

body.columnists {
  background-image: url(/images/columnists_bg.jpg);
}

a {
  text-decoration: none;
}

.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 */


#layout_wrapper {
  margin : auto;
  width : 1000px;
  background-image : url(/images/layout_bg.png);
  padding-right : 8px;
}

#uber_header {
  background-color : #1d1417;
  padding : 6px 6px 0px 6px;
  text-align : center;
}

#uber_header.awardwatch {
  background-color : #950000;
}

#uber_header.weekend {
  background-color : black;
}

#uber_header.filmdocket {
  
}

#uber_header.indie {
  background-color : #28425d;
}

#uber_header.hot {
  background-color : black;
}

#uber_header.filmessent {
  background-color : black;
}

#uber_header.oldblogs {
  background-color : #433e44;
}

#uber_header.frenzy {
  background-color : #48494b;
}

#uber_header.tiff {
  background: #564855;
}

#uber_header.sundance {
  background: #685848;
}

#uber_header.dp30 {
  background-color : #2e559a;
}

#bottom_layout {
  background-image : url(/images/content_bg.jpg);
  background-repeat : no-repeat;
  background-color : white;
  padding : 0px 6px 6px 6px;
}

#bottom_layout.awardwatch {
  background-image : url(/images/awards_content.jpg);
  background-repeat : repeat-x;
  background-color : white;
}

#bottom_layout.weekend {
  background-image : url(/images/weekend_content.jpg);
  background-repeat : repeat-x;
  background-color : white;
}

#bottom_layout.filmdocket {
  background-image : url(/images/docket_content.jpg);
  background-position : top right;
  background-color : #b92322;
}

#bottom_layout.indie {
  background-image : url(/images/indie_content.jpg);
  background-color : #d4d9df;
}

#bottom_layout.hot {
  background-image : url(/images/hotblog_content.jpg);
  background-color : black;
}

#bottom_layout.filmessent {
  background-image : url(/images/essent_content.jpg);
  background-repeat : repeat-x;
  background-color : black;
}

#bottom_layout.oldblogs {
  background-image : url(/images/oldblogs_content.jpg);
  background-color : white;
  background-position : 30px top;
  background-repeat : repeat-x;
}

#bottom_layout.dp30 {
  background-image : url(/images/dp30_content.jpg);
  background-color : white;
  background-position : left -90px;
  background-repeat : repeat-x;
}

#bottom_layout.festivals {
  background-image : url(/images/festivals_content.jpg);
  background-color : white;
  background-position : left -120px;
  background-repeat : repeat-x;
}

#bottom_layout.frenzy {
  background-image : url(/images/frenzy_content.jpg);
  background-color : white;
  background-repeat : repeat-x;
}

#bottom_layout.tiff {
  background-image : url(/images/toronto_content.jpg);
  background-color : white;
  background-repeat : repeat-x;
}

#bottom_layout.sundance {
  background-image : url(/images/sundance_content.jpg);
  background-color : white;
  background-repeat : repeat-x;
}

#bottom_layout.hotbutton
{
  background-image : url(/images/hotbutton_content.jpg);
  background-color : #000032;
  background-repeat : repeat-x;
}

#nav_wrapper {  
  background-image : url(/images/nav_bg.png);
  background-repeat : no-repeat;
  background-position : right 55px;
  padding-bottom : 9px;
  margin-right : -6px;
}

#logo {
  float : left;
  width : 157px;
  padding-top : 25px;
  padding-left : 7px;
}

#header_right {
  float : left;
  width : 821px;
  text-align : right;
  color : white;
  font-size : 12px;
}

#header_right span {
  margin-left: 15px;
}

#header_right span img {
  position: relative;
  top: 7px;
  right: 5px;
}

#searchbox {
  display: inline;
  margin-left: 15px;
}

#searchbox form {
  display: inline;
}

#searchbox #s {
  border: 1px;
  padding: 2px 2px 2px 5px;
  margin: 1px;
  background: #eee;

  -moz-border-radius:5px;
  -khtml-border-radius:5px; 
  -webkit-border-radius:5px;
  border-radius:5px;
}

#nav {
  padding-top : 32px;
  padding-right : 12px;
  text-align : right;
  color : white;
  font-size : 12px;
  font-weight : bold;
  margin-right: -5px;
}

#nav a {
  color : white;
  text-decoration : none;
  margin: 0px 5px 0px 5px;
}

#nav a:hover {
  color : #7cacdd;  
}

#sub_nav {
  color : black;
  font-size : 11px;
  padding-top : 18px;
  padding-right : 8px;
  font-weight : bold;
}

#sub_nav a {
  color : black;
  text-decoration : none;
}

#sub_nav a:hover {
  color : white;
  text-decoration : none;
}

.imgheader {
  margin: 0px 5px 8px 0px !important;
  border-bottom: 1px solid #a5a19f;
  padding-bottom: 3px;
  color : #188DC8;
  font-size : 18px;
}

.imgheader img {
  float: none !important;
  border: 0px !important;
}

.box_wrapper {
  background-image : url(/images/cell_wrapper_bg.png);
  padding : 6px;
}

#left_col {
  float : left;
  width : 375px;
  margin-right : 5px;
}

#left_col.awardwatch {
  width : 373px;
  margin-right : 7px;
}


#left_col.wide {
  width: 678px;
  margin-right: 5px;
}

#left_col.widest {
  width: 978px !important;
  margin-right: 5px;
}

#left_col .ad {
  text-align: center;
  display: block;
  margin: 0px auto;
}

#entry {
  color : #707576;
  font-size : 11p;
}

#entry h2 {
  font-size : 14px !important;
  font-family : palatino, palatino linotype, times new roman;
  color : #9b3321 !important;
  font-weight : normal;
  text-transform : capitalize !important;
}

#info {
  color : #484949;
}

#entry img {
  float : right;
  width : 115px;
}

#entry a {
  color : #d32103;
  font-size : 10px;
  font-style : italic;
}

#main_content {
  margin-bottom: 10px;
  float: left;
}

#main_content.wide {
  width: 664px;
  margin-right: 5px;
}

#content_cell {
  background-color : #fffefd;
  border : 1px solid #555555;
  padding : 9px;
  font-size : 12px;
}


#content_cell a {
  color : #188dc8!important;
        font-weight : bold;
}


#content_cell a:hover {
  color : #8ead23!important;
}


#content_cell h3 a {
  color : #2b4472 !important;
}


#content_cell h3 a:hover {
  color : #8ead23 !important;
}

#content_cell .postsubnav  {
  padding-top: 5px!important; 
  padding-bottom: 7px!important;
}

#content_cell .postsubnav a {
  color : #188dc8!important;
        line-height: 18px; 
       
}



#content_cell .postsubnav a:hover {
  color : #c0bfbd!important;
     
}

#poll {
  background-image : url(/images/poll_bg.jpg);
  background-repeat : repeat-x;
  margin-top : 10px;
  padding : 5px;
}

#poll h1 {
  font-size : 20px;
  padding : 9px 0px 0px 9px;
  margin : 0px;
}

#poll h2 {
  font-size : 16px;
  color : #358ebf;
  padding-left : 9px;
  margin : 0px;
}

#poll_col {
  float : left;
  width : 85px;
  color : #358ebf;
  padding-top : 5px;
}

#poll_col input {
  margin : 0px;
  padding : 0px;
}


#videos {
  margin-top : 10px;
}


#middle_col {
  float : left;
  width : 297px;
  margin-right : 6px;
}

#right_col {
  float : left;
  width : 293px;
}

#right_col .singlead .ad {
  text-align: center;
  display: block;
  margin: 7px auto 0px auto;
}

#right_col .doublead {
  text-align: center;
  margin: 8px 0px -2px 0px;
}

#right_col .doublead .ad {
  margin: 0px 3px;
}

.twitter_box {
  border : 1px solid white;
  background-image : url(/images/twitter_bg.png);
  padding : 3px 5px 5px 5px;
  font-size : 13px;
  line-height : 16px;
  color : white;
  margin-bottom : 7px;
}

.twitter_box .seeall {
  font-size:9px;
  padding-top:20px;
  padding-right:5px;
  float:right;
  color:white;
}

.twitter img {
  border: 0px;
}

.twitter_box p {
  padding-left : 4px;
}

.twitter_box a {
  color: #caf420;
  
}

.twitter_box a:hover {
  color: #fdc605;
  
}

.twitter_box ul {
  padding: 0;
  list-style: none;
}

.twitter_box li {
  margin: 0 0 10px 0;
}

.twitter_box li .time-meta {
  display: block;
}

.twitter_box li .intent-meta a {
  padding-right: 8px;
}

#bloggy_box {
  margin-bottom: 8px;
  position: relative;
}

#bloggy_box h1 {
  color: #817F7F;
  font-weight: normal;
  margin: 0px;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
}

#bloggy_box .bloggy_content {
  background-color : white;
  border : 1px solid #555555;
  padding : 9px;
  font-size : 13px;
}

#bloggy_box .sort_links {
  margin: 6px 0px 0px 0px;
}

#bloggy_box .bloggy_div {
  margin: 10px 5px;
}

#bloggy_box .bloggy_div a {
  color : #0885c4;
  text-decoration : none;
  padding : 5px 0px 3px 0px;
  margin-left : 3px;
}

#bloggy_box .bloggy_div h3 {
  margin: 6px 0px;
  padding: 0px 0px 5px 0px;
  border-bottom: 1px dotted #ccc;
}

#bloggy_box .bloggy_div ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#bloggy_box .bloggy_div ul li a {
  border: 0px;
  display: block;
  padding: 3px 0px;
}

#blog_box {
  border : 1px solid #555555;
  padding : 5px 5px 0px 5px;
  background-image: url(/images/blog_bg.png);
  background-repeat: repeat-x;
  margin-bottom : 5px;
  font-size : 13px;
}


#blog_box p a {
      color : #156a96;
      text-decoration : none;
      padding-left : 4px;
}

#blog_box p a:hover {
      color : #ed7b16; 
      text-decoration : underline; 
}


.sort_links {
  padding-top : 5px;
}

.sort_links a {
  border : 1px solid #727272;
  color : black;
  text-decoration : none;
  margin : 0px 5px 0px 0px;
  font-size : 10px;
  padding : 4px 5px 3px 5px;
  background: #e9e9e9;
}

.sort_links a:hover {
  color : white;
  border : 1px solid #878787;
  background-color : #0698bb;
}

#quote_box {
  border : 1px solid #555555;
  background-color : white;
  background-image : url(/images/quotes_bg.jpg);
  background-position : bottom;
  background-repeat : no-repeat;
  font-size : 13px;
  line-height: 16px;

  margin-bottom : 7px;
  margin-top : 7px;
}

#quote_box p {
  padding-left : 10px;
}

#quote_box h2 {
  background-color : #2995cc;
  color : white;
  margin : 5px 0px 0px 0px;
  padding : 3px;
  font-weight : normal;
  font-size : 18px;
}

#quote_box h2 span a {
  color: #fff;
}

#newslinks_box {
  margin-bottom : 7px;
  margin-top : 7px;
}

#links_box {
  margin-bottom : 7px;
}

.links_content {
  background-color : white;
  border : 1px solid #555555;
  padding : 9px;
  font-size : 11px;
}

.links_content a {
  color : #0885c4;
  display : block;
  text-decoration : none;
  border-bottom : 1px dotted #bacebd;
  padding : 5px 0px 3px 0px;
  margin-left : 3px;
}

.links_content .accordion h3 {
  margin: 3px 0px;
}

.links_content ul {
  list-style: none;
  padding: 0px 0px 0px 5px;
  margin: 0px;
}

.links_content ul li a {
  border: 0px;
}

.see_all_link {
  float : right;
  font-size : 10px;
  color : #929799;
  padding-top : 3px;
}

#content_cell h1 {
  font-size : 20px !important;
  margin : 3px 0px 0px 0px;
  border-bottom : 1px solid #817f7f; 
  color : #817f7f;
  text-transform : capitalize !important;
}

.more {
  display: block;
  background: #eee;
  padding: 2px 0px;
  text-align: center;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;  
  -webkit-border-radius: 5px;
  border-radius: 5px;
}


#content {
  color : #000;
}

#content a img {
  border: 0px;
}

#content h1 {
  font-size: 20px;
  color: #817f7f;
  margin: 0px 0px 0px 0px;
  font-weight: normal;
}

.page #content h1 {
  font-size: 24px;
}

#content h1 strong {
  color: #404040;
  font-weight: normal;
}

#content h2 {
  font-size : 24px;
  font-weight : normal !important;
  margin : 7px 0px 7px 0px;
  color : #666666;
  font-face: "Comic Sans" !important;
}

#content h2 span {
  float: right;
  font-size: 11px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: lowercase;
}

#content .postmeta {
  border: 1px dotted #a5a19f;
  padding: 3px;
  margin: 5px 0px 10px 0px;
  font-size: 13px;
  line-height: 18px;
}

#content h3 {
  margin: 0px;
  padding-bottom : 3px;
  font-size: 16px;
}

#content h3 a {
  color: #067ab4;
}

.post h1 {
  color: #148bc7 !important;
  border: 0px !important;
}

.post {
  font-size: 14px;
  line-height: 18px;
}

.weekend .post table {
  margin: 5px;
  border-collapse: collapse;
  background: #f9f9f9;
}

.weekend .post table td {
  border: 1px solid #ccc;
  padding: 3px;
}

.no-author h1 {
  margin: 0px !important;
}

.entries {
  margin: 10px 0px 15px 0px;
}

.entries p {
  margin: 0px 0px 8px 0px !important;
  font-size: 14px;
  line-height: 18px;
}

.nonblog .entries {
  border-bottom : 1px solid #a5a19f;
  padding-bottom : 8px;
  margin-bottom : 8px;
}

.nonblog .entries p {
  margin: 12px 0px 0px 0px;
}

.nonblog .entries .post_info {
  margin: 0px 0px 6px 0px;
  font-size: 13px;
}

#article-1 img, #article-3 img, #article-5 img {
  float: right;
  margin: 0px 0px 1px 6px !important;
  border: 1px solid #ccc !important;
  padding: 1px;
  width: 89px;
  height: auto;
}

#article-2 img, #article-4 img {
  float: left;
  margin: 0px 6px 1px 0px !important;
  border: 1px solid #ccc !important;
  padding: 1px;
  width: 89px;
  height: auto;
}

.more-link {
  float: left;
  color: #005487;
  background: transparent url(/images/dl-arrow.gif);
  background-repeat: no-repeat;
  background-position: 7px 4px;
  display: block;
  padding: 0px 0px 0px 24px;
  line-height: 20px;
  font-size: 13px;
}

.internalad {
  margin: 0px 0px 5px 0px;
}

.scrollme {
  width: 900px;
  overflow: auto;
  margin: 5px 5px 15px 5px;
  border: 1px solid #ccc;
}

#frame_bottom {
  width : 1008px;
  margin : 0px auto;
}

.navigation  {
  margin: 15px 0px 1px 0px;
}

.navigation .alignleft, .navigation .alignright {
  display: block;
  border: 1px solid #ccc;
  height: 25px;
  line-height: 25px;
  padding: 0px 5px 0px 5px;
  background: #EFEFEF;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px; 
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* comments */

.commentlist {
  list-style: none;
  padding: 0px;
}

.commentlist li {
  border: 1px solid #ccc;
  padding: 10px 10px;
  margin: 10px 5px 0px 0px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px; 
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #ffffff;
}

.commentlist li .avatar {
  float: left;
  margin: 0px 5px 5px 0px;
}

.commentlist li ul {
  list-style: none;
  padding: 0px 5px 0px 5px;
}

.commentlist li ul li {
  border: 0px;
  border-top: 1px solid #ccc;
}



/* end comments */



/* Begin Images */
p img {
  padding: 0;
  max-width: 100%;
  }

img.centered {
  display: block;
  margin: 0px 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;
  }
/* End Images */



/* left column dp30 */
#left_col #dp30 h1 {
  color: #454b50;
  font-weight: normal;
  font-size: 20px;
  padding-left: 9px;
}

#left_col #dp30 h1 span {
  margin-right: 15px;
}

#left_col #dp30 .entry {
  float: left;
  width: 145px;
  margin: 5px 10px 0px 10px;

  height: 165px;
  border: 0px;
}

#left_col #dp30 .entry img {
  border: 0px;
  width: 145px;
  height: 91px;
}

#left_col #dp30 .entry h4 {
  font-size: 12px;
  margin: 5px 0px 5px 0px;
  font-weight: normal;
}

#left_col #dp30 a {
  color: #188dc8;
}

#left_col #dp30 .entry .post_info {
  font-size: 12px;
}
/* end left column dp30 */



/* columnists page */

.columnist {
  border: 1px solid #ccc;
  padding: 2px 5px;
  margin: 10px 5px 0px 0px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px; 
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #ffffff;
}

.columnist img {
  border: 0px solid #ddd;
}

.columnist hr {
  border: 0px;
  background: #ccc;
  height: 1px;
}

.columnist .columnist-header h1 {
  font-size: 20px !important;
  border: 0px !important;    
  margin: 4px 0px 8px 4px !important;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-weight: bold !important;
  color : #454a4c !important;
}

.columnist .columnist-header p {
  margin: 0px 2px 7px 4px;
  text-transform: capitalize;
}

.columnist .columnist-header p a {
  font-size: 12px !important;
  font-style: italic;
  font-weight: normal !important;
}

.columnist .columnist-header p a:hover {
  text-decoration: underline;
}

#columnist-single-header .alignright {
  /* this is the columnist photo */
  margin: -39px 0px 0px 0px !important;
  width: 75px;
  background: #fff;
  text-align: center;
}

#columnist-page-header .alignright {
  /* this is the columnist photo */
  margin: -52px 0px 0px 0px !important;
  width: 65px;
  background: #fff;
  text-align: right;
}

.columnist .column {
  margin: 0px 5px;
  background: #edf1f5;
  padding: 1px 10px 1px 10px;
  margin-bottom: 4px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px; 
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.columnist .column h2 {
  font-size: 20px !important;
  color: #0885c4 !important;
}

.columnist-page .columnist {
  border: 0px;
  padding: 0px;
}

.columnist-page .column {
  margin-bottom: 15px;
}

.columnist .imgleft {
  float: left;
  margin: 0px 8px 8px 0px; 
}

.columnist-page .allposts-link {
  display: block;
  margin: 0px 0px 10px 0px;
}

/* end columnists page */


/* MCN Weekend Page */

#right_col.weekend {
  background-color : #fffefd;
  border : 1px solid #555555;
  padding : 5px;
  width : 289px;
}

.estimates {
  border: 1px solid #aaa9a9;
  margin-bottom : 5px;
  width : 287px;
  font-size : 11px;
}

.estimates_header {
  border-bottom : 1px solid #aaa9a9;
  background-color : #2b0d00;
}

.estimates table {
  border-collapse: collapse;
  background: transparent;
  margin: 0px !important;
  width: 100%;
}

.estimates table th {
  font-weight: normal;
  text-align: left;
  border: 1px solid #ccc !important;
  padding: 2px 4px;
}


.estimates table th:nth-child(2), 
  .estimates th:nth-child(3), 
  .estimates th:nth-child(4) {
  text-align: center;
}

.estimates table td {
  padding : 2px 4px;
  background-color : white; 
  border: 1px solid #ccc !important;
}

.estimates table td:nth-child(2), 
  .estimates td:nth-child(3), 
  .estimates td:nth-child(4) {
  text-align: center;
}

.critics-roundup {
  width: 336px;
}

#currently {
  color : #d9d4d4;
  font-size : 12px;
  padding-left : 10px;
}

#currently ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#currently ul li {
  float : left;
  width : 95px;
  margin-bottom : 3px;
  margin-top : 3px;
}

#currently ul li img {
  width: 85px;
  height: 125px;
  border: 1px solid black;
}

/* End MCN Weekend Page */


/* blog page posts */
.blog .entries, .embedded-entries {
  margin: 10px 0px 10px 0px;
  padding: 2px;
 
  border: 1px solid #eee;
  -moz-border-radius:5px;
  -khtml-border-radius:5px; 
  -webkit-border-radius:5px;
  border-radius:5px;
}

.blog .entries h3, .embedded-entries h3 {
  padding: 3px 6px;
  font-size: 104%;
  background: #efefef;
  -moz-border-radius:5px;
  -khtml-border-radius:5px; 
  -webkit-border-radius:5px;
  border-radius:5px;
}

.blog .entries .post_info, .embedded-entries .post_info {
  padding: 3px 6px 0px 6px;
  font-size: 13px;
  margin: 1px 0px 3px 0px;
}

.blog .entries p, .embedded-entries p {
  margin: 6px 6px 6px 6px !important;
  line-height: 18px;
  font-size: 14px;
  color: black;
}

.blog .entries .comments-link, .embedded-entries .comments-link {
  display: block;
  float: left;
  line-height: 20px;
  margin-left: 10px;
}

.blog .imgleft, .embedded-entries .imgleft {
  margin: 5px 10px 10px 5px;
  float: left;
  width: 52px;
  height: 52px;
  padding: 0px;
}

.blog a.imgleft img, .embedded-entries .imgleft img {
  margin: 0px !important;
  width: 52px;
  height: 52px;
}

/* end blog page posts */


/* sociable styles */

div.sociable { margin: 1px 0; display: inline !important; float: right;}

.sociable_tagline {
 display: none;
}

.sociable ul {
  display: inline;
  margin: 0 !important;
  padding: 0 !important;
}
.sociable ul li {
  background: none;
  display: inline !important;
  list-style-type: none;
  margin: 0;
  padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
  float: none;
  width: 16px;
  height: 16px;
  border: 0;
  margin: 0 !important;
  padding: 0;
}

.sociable-hovers {
  opacity: .4;
  -moz-opacity: .4;
  filter: alpha(opacity=40);
}
.sociable-hovers:hover {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

/* end sociable styles */



/* DP/30 */

.dp30 .entries {
  float: left;
  width: 310px;
  margin: 0px 20px 20px 0px;
  height: 185px;
  border: 0px;
}

.dp30 .entries p {
  text-align: center;
}

.dp30 .entries p object {
  width: 100%;
  height: 395px;
}

.dp30 .entries h4 {
  margin: 4px 0px 0px 5px;
}

.dp30 .entries img {
  border: 3px solid #555 !important;
}

.dp30 .altrow1 {
  margin: 0px 0px 17px 0px;
}

.dp30 .altrow-1 {
  margin: 0px 17px 17px 0px;
}

.dp30 #dp30-1 {
  width: 648px;
  height: auto;
  margin: 0px 0px 17px 0px;
  border: 1px solid #efefef;
  padding-bottom: 5px;
}

.dp30 #dp30-1 object {
  width: 637px !important;
  height: 391px !important;
}

.dp30 .entries img {
  margin: 0px !important;
  width: 298px;
  height: 131px;
}

.dp30 .entry object {
  width: 657px;
  height: 411px;
}

/* end DP/30 */


/* awards watch */

.entries .postsubnav {
  clear: both;
  margin: 0px 15px 0px 5px;
  text-align: right;
}

.entries .postsubnav a {
  margin: 0px 5px;
}

#content_cell.awardwatch  {
  border : 4px solid #9a0000;
  margin : 0px 2px 5px 0px;
}

#content_cell.awardwatch h1 {
  color : #9b3321 !important;
  font-family : palatino, palatino linotype, times new roman;
  border-bottom : 1px solid #9b3321!important;
  padding : 5px 0px 5px 0px!important;
}


#content_cell.awardwatch h3 a {
  color : #4c1d09 !important;
  font-weight : bold;
 
}

#content_cell.awardwatch h3 a:hover {
  color : #b57910 !important;
  font-weight : bold;
 
}




#content_cell.awardwatch #columnist-page-header .alignright {
  margin: -39px 0px 0px 0px !important;
  width: 75px;
  background: #fff;
  text-align: center;
}

.awards_img {
  margin-bottom : 5px;
}


/* end awards watch */



/* search results page */
#movie-search-results ul {
  list-style: none;
  padding: 0px;
  margin-left: 15px;
}

#movie-search-results ul li {
padding: 0px !important;
  float: left;
  width: auto;
  height: 175px;
  margin: 0px 15px 15px 0px;
}

#movie-search-results ul li img {
  width: auto;
  height: 175px;
  margin: 0px;
}
/* end search results page */



/* movie pages */
.movie ul {
  margin: -10px 0px 0px 0px;
  padding: 0px 0px 0px 20px;
}

.movie ul li {
  margin: 3px;
}

.movie #movie-featured-img {
  float: right;
}

.movie #movie-featured-img img.large {
  width: 300px;
  height: auto;
}

.movie .movie-trailers .entries {
  width: 330px;
}

.movie .movie-images ul {
  list-style: none; 
  clearfix: both;
  padding: 15px 0px 0px 5px;
}

.movie .movie-images ul li {
  float: left;
  padding: 0px;
  margin: 0px 10px 10px 0px;
}

.movie .movie-images img {
  margin: 0px !important; padding: 0px;
}

/* end movie pages */


/* curated pages */

.curated .entries .imgleft {
  float: left;
  margin-right: 8px;
}

.curated .entries .imgleft img {
  margin: 0px !important;
}


#headlines_box {
  margin-top : 5px;
  width : 298px;
}

#headlines_content {
  color : #5c6367;
  font-size : 12px;
  background-color : white;
  background-image : url(/images/headlines_bg.jpg);
  background-repeat : no-repeat;
  padding : 7px 4px 4px 9px;
}

#headlines_content h2 {
  padding: 8px 0px 0px 0px;
  color : #413a3a;
  font-size : 14px;
  margin : 0px;
  font-weight: normal;
}

#headlines_content ul {
  list-style: none;
  margin: 4px 2px;
  padding: 5px;
  background: #fff;
}

#headlines_content ul li {
  padding: 5px 0px;
  border-bottom: 1px solid #ebebeb;
  font-size: 13px;
}

#headlines_content ul li a {
  color: #333333;
}

#headlines_content ul li a:hover {
  color: #305990;
}

#headlines_content a {
  color : #2b4472 !important;
  padding-top : 7px;
  display : block;
        
} 

#headlines_content a:hover {
  color : #4796c8 !important;
  text-decoration : underline;
        
} 

#headlines_content .entries {
  margin: 0px 0px 8px 0px;
}

#headlines_content .entries p {
  margin: 0px;
  font-size: 14px;
  line-height: 18px;
}

#headlines_content .entries p a {
  padding: 0px !important;
  display: inline;
}

#headlines_content .entries p a:hover {
  color : #8ead23;
}

#headlines_content .more {
}

.entries .sourceimg {
  float: left;
  margin: 0px 5px 0px 0px;
  padding: 0px;
  border: 1px solid #ccc;
  padding: 1px;
}

#headlines_content a.imgleft, #headlines_content .imgleft {
  float: left;
  width: 52px;
  height: 52px;
  padding: 0px;
  margin-right: 10px;
}

#headlines_content .entries img {
  border: 1px solid #ccc;
  padding: 1px;
}

#headlines_content .more {
  padding: 5px 0px 5px 0px;
}

/* end curated pages */



/* audio player rules */
.wpa_container {
  display: block;
  border: 1px solid #999 !important;
  background: #eee;

  -moz-border-radius:5px;
  -khtml-border-radius:5px; 
  -webkit-border-radius:5px;
  border-radius:5px;
  padding: 5px 20px 3px 6px !important;
  margin: 5px 0px !important;
}

.wpa_text {
  font-size: 14px !important;
  padding: 0px 10px 0px 10px !important;
}

.wpa_bar {
  margin: 10px 0px 5px 22px !important;
  border: 1px solid #bbb !important;
}

/* end audio player rules */


/* links pages */
.links ul {
  padding: 0px;
  margin: 0px 15px;
}
.links ul li {
  margin: 5px;
}
/* end links pages */


/* film docket pages */

.filmdocket #content .imgheader span {
  float: right;
  padding-top: 10px;
  color: #009BD1;
}

.filmdocket #content .imgheader img {

}

.cat-movie-images .entries {
  float: left;
  width: 300px;
  height: 220px;
  margin: 15px 10px 0px 10px;
}

.cat-movie-images .entries .featuredimg {
  width: 293px;
  height: 150px;
  overflow: hidden;
  margin: 3px;
  background: #000;
}

.cat-movie-images .entries h3 {
  background: transparent;
  border: 0px;
  padding: 3px;
  font-size: 14px !important;
}

.cat-movie-posters .entries {
  float: left;
  width: 191px;
  height: 330px;
  margin: 15px 10px 0px 10px;
}

.cat-movie-posters .entries .featuredimg {
  width: 185px;
  margin: 3px;
  background: #e9e9e9;
  padding: 10px 0px;
}


.cat-movie-posters .entries .featuredimg img {
  display: block;
  width: 150px;
  height: 225px;
  margin: 3px;
  margin: 0px auto;
}

.cat-movie-posters .entries h3 {
  background: transparent;
  border: 0px;
  padding: 3px;
  font-size: 14px !important;
}

.filmdocket-images .bigimg img {
  width: 651px;
  height: auto;
  margin: 15px auto 6px 1px !important;
}

.filmdocket-images .gallery {
  margin: 3px 0px 0px 0px !important;
  padding: 0px;
  list-style: none;
}

.filmdocket-images .gallery li {
  float: left;
  margin: 0px 0px 5px 10px;
}

.filmdocket-images .gallery img {
  margin: 0px !important;
}

/* end film docket pages */

#fourofour {
  border: 8px solid #ccc;
  background: #fff;
  width: 949px;

  margin: 0px 0px 10px 0px;
  padding: 5px;
  text-align: center;
}

#guru-charts table {
  margin-top: 35px;
  border-collapse: collapse;
}

#guru-charts table thead th {
  border-bottom: 1px solid #ccc;
  padding: 10px 5px 8px 5px;
  font-weight: bold;
  font-size: 12px;
  vertical-align: bottom;
}

#guru-charts table thead th.prev-score {
  width: 10px;
}

#guru-charts table thead th.rank {
  padding: 10px 5px 8px 2px;
}

#guru-charts table thead th.voter {
  padding-bottom: 8px;
  width: 20px !important;
}

#guru-charts table thead th.voter span {
  font-size: 12px;
  font-weight: normal;
  display: block;
  float: left;
  position: absolute;

  text-align: left;
  width: 80px;

  padding: 0px 0px 0px 0px;
  
  -webkit-transform: rotate(-90deg); 
  -moz-transform: rotate(-90deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; /* 0=0, 1=90, 2=180, 3=270 */
  transform: rotate(-90deg);
  
  margin: -45px 0px 0px -30px;  /* for all the good browsers */
  
}

#guru-charts table thead th.voter span {  margin /*\**/: -15px 0px 0px 2px\9; width /*\**/: 15px\9; }
#guru-charts table thead th.voter span { *margin: -93px 0px 0px -9px;  /* for IE 7 */ }

#guru-charts table thead th.voter {
  padding-bottom: 8px;
  width: 20px !important;
  letter-spacing: 1px;
}

#guru-charts table thead th.chart-title {
  width: 320px !important;
  text-align: left;
  background: #ccc;
  font-weight: bold;
  border: 1px solid #ccc;
  font-size: 18px;
}

#guru-charts table tbody td {
  font-size: 14px;
  border: 1px solid #ccc;
  text-align: center;
  padding: 5px 5px;
}

#guru-charts table tbody td.prev-score {
}

#guru-charts table tbody td.rank {
}

#guru-charts table tbody td.vote {
  width: 20px;
  height: 25px;
}

#guru-charts table tbody td.name {
  padding: 0px 5px;
  background: #eee;
  text-align: left;
}

#guru-charts table tbody td.num-votes {
  text-align: center;
  background: #f9f9f9;
  font-weight: bold;
}

#guru-charts table tbody td.total-points {
  text-align: center;
  background: #eee;
  font-weight: bold;
}

#guru-charts table tbody td.onevotewonders {
  text-align: left;
  font-weight: bold;
  padding: 10px 5px 3px 83px;
  border-left: 0px;
  border-right: 0px;
}

#guru-charts .tweeks {
  width: 100%;
  margin: 0px 0px 0px 0px;
}
#guru-charts .tweeks th {
  border: 1px solid #ccc;
  background: #eee;
}

#guru-charts .tweeks td {
  /* font-size: 10px; */
  vertical-align: top;
}

#guru-charts .tweeks .highlighted {
  background: #eee;
  width: 140px;
}

#guru-charts .tweeks caption {
  background: #ab3321;
  color: white;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0px 0px 0px;
  padding: 6px 0px 5px 4px;
  text-transform: uppercase;
  text-align: center;
}

#guru-charts.toptens .caption {
  position: fixed;
  margin-top: 100px;
  margin-left: 818px;
}


#guru-charts.toptens .caption a {
  display: block;
  text-align: center;
  background: #eee;
  margin: 2px;
  padding: 4px 15px;
}

#guru-charts.toptens .caption a.disabled {
  background: #f5f5f5;
  color: #ccc !important;
}

#guru-charts.scoreboards table {
  margin: 5px 0px 15px 0px;
}

#guru-charts.scoreboards thead th {
  text-align: left;
  color: #9B3321;
}

#guru-charts.scoreboards table td {
  text-align: left;
  background: #FFF9EF;
}

#guru-charts.scoreboards .movie-title {
  padding: 8px 8px 8px 0px;
  text-align: right;
  color: #48240d;
}

#guru-charts.scoreboards abbr {
  border: 0px;
  cursor: pointer;
  font-size: 12px;
}

#guru-charts.scoreboards abbr.Nominated {
  font-style: italic;
}

#guru-charts.scoreboards .total-points {
  background: #f2ede8;
}

#guru-charts.scoreboards tfoot td {
  background: #fff;
  padding: 5px;
}


/* ad specific stuff */

object#ad-Top-A, object#ad-Top-A embed {
  width: 728px !important;
  height: 90px !important;
}

/* end ad specific stuff */