/*  
Theme Name: Japanese Cherry Blossom
Theme URI: http://www.krisandapril.us/
Description: A lightly modified version of the Hemingway Reloaded theme by <a href="http://www.krisandapril.us">KrisandApril</a>.
Version: 1.0
Author: April D. Spreeman 
Based off of: Wordpress Lab
Author URI: http://www.krisandapril.us

*/

/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

* html #ancillary .block{
	margin: 0px 0px 0px 4%;
}

* html #comments cite{
	width: 30.6%;
}

* html #primary .secondary{
	margin-right: 4%;
}

* html #primary.twocol-stories .story{
	margin-left: 2%;
}

#flickr ul { list-style: none; }
#flickr ul li { display: inline; }

#flickr ul, #flickr ul li { padding: 0; margin: 0; border: 0; }
#flickr a img { border: 1px #292e22 solid; padding: 3px; margin: 5px 3px 0px; width: 40px;
  height: 40px;}
#flickr a:hover img { border: 1px #0066B3 solid; width: 40px;
  height: 40px;}

.flickrblue { color:#0063dc; text-decoration:none; }

.flickrpink { color:#ff0084; text-decoration:none; }

#amm ul { list-style: none; }
#amm ul li { display: table-row; }

#amm ul, #flickr ul li { padding: 0; margin: 0; border: 0; }
#amm a img { float: left; border: 1px #292e22 solid; padding: 3px; margin: 5px 3px 0px;}
#amm a:hover img { border: 1px #0066B3 solid; }

#ammright ul { list-style: none; }
#ammright ul li { display: table-row; }

#ammright ul, #flickr ul li { padding: 0; margin: 0; border: 0; }
#ammright a img { float: right; border: 1px #292e22 solid; padding: 3px; margin: 5px 3px 0px;}
#ammright a:hover img { border: 1px #0066B3 solid; }

#primary.twocol-stories .first, * html #primary.twocol-stories .first{
	margin:0 0 0 0;
}

img.right { padding: 2px; margin: 0 0 1px 5px; display: inline; border:solid #ff9900 1px;}
img.left { padding: 2px; margin: 0 5px 1px 0; display: inline; border:solid #ff9900 1px; }



#primary.onecol-stories .primary{
	float:left;
	width:50%;
}
#primary.onecol-stories .secondary{
	float:right;
	width:40%;
	margin:0 0 0 50%;
}

a{
	color: #0066B3;
	text-decoration: none;
}
a:hover {
	color: #80C9FF;
	/*text-decoration: underline;*/
}

a img{
	border: none;
}

blockquote{
	/*border-left: 1px solid #666666;*/
	color: #666666;
        margin-left: 5em;
	padding-left: 1em;
	
}

blockquote:before {
  content: open-quote;
  color: #666666;
  font-size: 100%
}
blockquote:after {
  content: close-quote;
  color: #666666;
  font-size: 100%
}
#wp_quotes
{
	margin-left: 0px;
}


#wp_quotes div.wp_quotes_quote
{
font-size:150%;
}

#wp_quotes div.wp_quotes_author
{
	text-align:right;
	font-style: italic;
	margin-top: 5px;
}

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/
body{
	background: #000;
		background-color:		#000000;
    /*
background-image:       url(images/profile_bg.jpg);
    background-repeat:      no-repeat;
    background-position:  	right 125%;
    
*/
    background:url(images/diamond.jpg) left repeat-x #000000;
    background-attachment: fixed;
    color: #ffffff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 11px;
}

fieldset {
	padding: .5em;
}

h1{
	color: #000000;
	font-size: 1.5em;
	font-weight: normal;
	margin: 1.5em 0px;
	font-variant: small-caps;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin: 1em 0px;
}

h3{
	color: #FFFFFF;
	font-size: 1.15em;
	font-weight: normal;
}

h4{
	color: #80C9FF;
	font-size: 1.15em;
	font-weight: normal;
	font-variant: small-caps;
	/*border-bottom: 1px dotted #2a2a2a;*/
	border-bottom: 1px solid #2a2a2a;
	border-left: 1px solid #2a2a2a;
	padding: 0.25em;
}	

h2{
color: #4E4E4E;
	font-size: 1.15em;
	font-weight: normal;
}

input.textfield, textarea{
	background-color: #F8F8F8;
	border: 1px solid #868686;
	margin: 5px 0px;
	width: 15em;
}

label.text{
	left: 0.5em;
	position: relative;
	top: -0.5em;
}

li, dd {
	margin-left: 5%;
}

ol#comments{
	list-style-type: none;
	margin: 2em 0px;
}

ol#comments li{
	list-style-type: none;
	margin: 2em 0px;
}

p{
	line-height: 1.75em;
}

pre{
	border-bottom: 1px dotted #ff9900;
	border-top: 1px dotted #ff9900;
	overflow: auto;
	padding: 1em 0px;
	width: 100%;
}

select option{
	padding: 0px 5px;
}

table{
	border-spacing: 2px;
	margin: 1.5em 0px;
	width: 100%;
}

table caption{
	color: #000000;
	margin-bottom: -1em;
	margin-top: 1em;
	text-align: left;
}

table td{
	background: #CCCCCC;
	color: #000000;
}

table th{
	background: #CCCCCC;
	color: #000000;
	text-align: left;
}

table th, table td{
	padding: 0.3em 0.75em;
}

textarea.commentbox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	height: 10em;
	margin: 5px 0px;
	padding: 0.25em;
	width: 28em;
}

ul li{
	list-style-type: none;
	margin: 0.5em 0px 0.5em 2em;
        color:#787878;
}

ul.counts .count{
	color: #7A7A7A;
	float: right;
}

ul.dates .date{
	color: #ff8000;
	padding: 0px 1.5em 0px 0px;
}

ul.dates a, ul.counts a{
	color: inherit;
	color: #999999;
	text-decoration: none;
}

ul.dates a:hover, ul.dates a:hover .date, ul.counts a:hover, ul.counts a:hover .count{
	color: #80C9FF;
}

ul.dates li, ul.counts li{
	border-bottom: 0px solid #2a2a2a;
	list-style-type: none;
	margin: 0px;
	padding: 0.5em 0px;
}
ul.dates2 li, ul.counts2 li{
	border-bottom: 0px solid #2a2a2a;
	list-style-type: none;
	margin: 0px;
	padding: 0.5em 0px;
}


ul.dates, ul.counts{
	border-top:0px solid #C2C2C2;
	list-style-type: none;
	margin: 1.5em 0px;
}

.clear{
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}

.comment-head{
	border-bottom: 1px solid #E3E3E3;
	padding: 0.8em 2em 1.0em 2em;
}

.comment-head .details{
	font-size: 0.95em;
}

.comment-head a{
	color: #000000;
	text-decoration: none;
}

.comment-head h2{
	font-size: 1.5em;
	margin: 0px;
}

.formactions .spinner{
	float: right;
	margin: -8px -20px 0px 0px;
}

.formactions input.submit{
	background-color: #FFFFFF;
	border: 1px solid #787878;
        color:#333333;
	float: right;
	margin: -1em 0px 0px 0px;
	padding: 0px 0.5em;
}

.formhead {
color:#000000;
}

.hide, .print-logo, .close-button{
	display: none;
}

/* This class sets the width and position for all rows */
.inside{
	width:80%;
	min-width:65em;
	max-width:85em;
	margin:0 auto;
	
}
.insideborder{

	width:100%;
min-width:65em;
	max-width:85em;
	margin:0 auto;

	border-bottom: 1px solid #2a2a2a;

}

.left{
	float: left;
}

.right{
	float: right;
}

.rule{
	/*border-top: 1px solid #CCCCCC;*/
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 1.5em 0px;
}

.secondary .featured dl{
	border-bottom: 0px solid #CCCCCC;
	margin: 0px;
	padding: 0.5em 0px 0.6em 0px;
       
}

.secondary .featured p{
	border-bottom: 0px solid #CCCCCC;
	border-top: 0px solid #CCCCCC;
	line-height: 1.5em;
	margin: 1em 0px 0px 0px;
	padding: 0.5em 0px 0.6em 0px;
        color: #000000;
}
.secondary .featured2 p{
	border-bottom: 0px solid #CCCCCC;
	border-top: 0px solid #CCCCCC;
	line-height: 1.5em;
	margin: 1em 0px 0px 0px;
	padding: 0.5em 0px 0.6em 0px;
        color: #666666;
}


.secondary dd{
	display: inline;
	margin: 0px;
	padding: 0px;
        color:#ff8000;
}

.secondary dd a{
	color: #999999;
}

.secondary dd a:hover{
	color: #666666;
}

.secondary dt{
	color: #000000;
	display: inline;
	margin: 0px;
	padding: 0px;
}


.single-post h1, .single-post h2{
	margin-top: 0px;
        
}

.story h3{
	color: #000000;
	font-size: 1.40em;
	font-weight: bold;
	margin: 1px 1px .5em 1px;
	font-variant: small-caps;
}

.story h3 a{
	border-bottom: 1px solid #999999;
	color: #000000;
	text-decoration: none;
}

/*-----------------------------------------------------------------------------------------------
  Ancillary Items
-----------------------------------------------------------------------------------------------*/
#ancillary_bg {  
	padding:2em 0; 
	background-color:		#000000;
    background-image:       url(images/profile_bg.jpg);
    background-repeat:      no-repeat;
    background-position:  	top;
}
#ancillary{
	padding: 0em 0px 0px 0px;
	background-color:		#1d1d1d;
/*
background:url(images/grey_tile_bg.gif) repeat-x #ffffff;
        background-position: top left;
        position: relative;
*/
        
}
#ancillary_static{
/*background-color:		#000000;*/
	padding: 0em 0px 0px 0px;
	/*
background:url(images/main_bg_tileBLK.gif) repeat-x #000000;
        background-position: top left;
        position: relative;
*/
        
}

#ancillary .block{
	float: left;
	margin: 0px 0px 0px 5%;
	width: 30%;
}
#ancillary_static .block{
	float: left;
	margin: 0px 0px 0px 5%;
	width: 30%;
}

#ancillary .block h2, #ancillary .block h3{
	margin: 0px 0px 2em 0px;
}
#ancillary_static .block h2, #ancillary_static .block h3{
	margin: 0px 0px 2em 0px;
}

#ancillary .block-separator{
	clear: both;
	height: 2.5em;
}
#ancillary_static .block-separator{
	clear: both;
	height: 2.5em;
}

#ancillary .first, * html #ancillary .first{
	clear: both;
	margin: 0px;
}

#ancillary .thrice-length{
	width: 100%;
}

#ancillary .twice-length{
	width: 65%;
}
#ancillary_static .first, * html #ancillary .first{
	clear: both;
	margin: 0px;
}

#ancillary_static .thrice-length{
	width: 100%;
}

#ancillary_static .twice-length{
	width: 65%;
}



#comment-form{
	margin: 5em 0px 5em 35.4%;
	width: 36em;
}

#comments .content{
	border-left: 1px solid #868686;
	float: left;
	margin-left: 1.9%;
	padding: 0px 0px 0px 2%;
	width: 60%;
}

#comments .content h3{
	font-size: 1em;
	margin: 0px;
}

#comments .content p{
	margin: 0px 0px 1em 0px;
}

#comments .pingback cite .author{
	background: url(../images/trackback_pingback.gif) 100% 0 no-repeat;
	display: block;
	padding-top: 68px;
}

#comments cite{
	float: left;
	font-style: normal;
	text-align: right;
	width: 31%;
}

#comments cite .admin-tools{
	margin: 5px 0px;
}

#comments cite .admin-tools a{
	background: #666666;
	border: 1px solid #999999;
	float: right;
	margin: 0px 5px;
	padding: 0px 3px 3px;
	text-decoration: none;
}

#comments cite .author{
	font-size: 1.2em;
}

#comments cite .author a{
	text-decoration: none;
}

#comments cite span{
	display: block;
}

#errors{
	color: #FF0000;
	font-weight: bold;
}

/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/
#footer{
	background:url(../images/profile_bg.jpg) repeat #000000;
	/*clear: both;*/
	color: #6C6C6C;
	margin: 2em 0px 3em 0px;
}

#footer .inside{
	/*background: url(../images/profile_bg.jpg) 50% 0 repeat-x;*/
	padding: 1em 0px;
}

#footer p{
	font-size: 1.0em;
	margin: 0px;
}

#footer p.attributes{
	float: right;
}

#footer p.attributes a{
	color: #525252;
	padding: 0px 0px 0px 1em;
	text-decoration: none;
}

#footer p.attributes a:hover{
	color: #0066B3;
}

#footer p.copyright{
	float: left;
}

#footer p.copyright a{
	color: #0066B3;
	text-decoration: none;
}

#footer p.copyright a:hover{
	color: #0066B3;
}   


/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header{
	background:url(images/new_inspire_logo.png) left no-repeat;
	position: absolute;
	top: 11px;
	
}

#header .inside{
	padding: 2em 2em;
}

#header h2{
	border-right: 1px solid #808080;
	float: left;
	font-size: 2.25em;
	margin: 0px 0.5em 0px 0px;
	padding: 0px 0.5em 0.25em 0px;
}

#header h2 a{
	color: #000000;
	text-decoration: none;
}

#header p{
	line-height: .5em;
	margin: 0px;
	padding: .5em 0px;
}

/*-----------------------------------------------------------------------------------------------
  Live Search
-----------------------------------------------------------------------------------------------*/
#live-search{
	-moz-opacity: 0.4;
	position: absolute;
	text-align: right;
	top: 2em;
	width: 100%;
}

#live-search:hover{
	-moz-opacity: 1.0;
}

#preview{
	border: 1px solid #CCCCCC;
	margin: 1em 0px;
	padding: 0.5em;
}

#preview p{
	margin: 1em 0px 0px 0px;
}

/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/
#primary{
	background: #ffffff;
	color: #000000;
	padding:1px 0 2em 0;
	background:url(images/shadow.gif) left repeat-x #ffffff;
	background-position: top left;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	
}
#primary_single{
	background: #ffffff;
	color: #000000;
	padding:1px 0 2em 0;
	background:url(images/shadow.gif) left repeat-x #ffffff;
	background-position: top left;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	
}
#mt_logo{
	background: #ffffff;
	color: #000000;
	padding:1px 0 2em 0;
	background:url(images/mtlogo.png) left no-repeat;
	background-position: top left;
	/*
border-top:1px solid #666666;
	border-bottom:1px solid #666666;
*/
	
}

#primary .primary{
	float: right;
	width: 65%;
}

#primary .secondary{
	display: inline;
	float: right;
	margin-right: 5%;
	padding-top: 0.65em;
	width: 30%;
}

#primary .secondary .admin-tools{ margin:1em 0; }
#primary h2{
	color: #000000;
	font-variant: small-caps;
}

#primary.onecol-stories .primary{
	float: left;
	width: 50%;
}

#primary.onecol-stories .secondary{
	float: right;
	margin: 0 0 0 10%;
	width: 40%;
}

#primary.twocol-stories .first, * html #primary.twocol-stories .first{
	margin:0 0 0 0;
}

#primary.twocol-stories .story{
	float:left;
	width:48%;
	margin:0 0 0 4%;
	display:inline;
}

* html #primary.twocol-stories .story{
	margin-left:2%;
}

#primary.twocol-stories .first, * html #primary.twocol-stories .first{
	margin:0 0 0 0;
}

.story .details{
	margin:1em 0;
	text-align:right;
	border-top:1px solid #666666;
	padding:0.5em 0;
	font-size:0.95em;
	color:#333333;
}
.story .details {
	background:url(../images/readon_black.gif) 100% 60% no-repeat;
	padding-right:5px;
}

.read-on a{
	background:url(images/readon_black.gif) 100% 60% no-repeat;
	padding-right:11px;
	margin:1em 0;
	text-align:right;
	font-size:0.95em;
	color:#FF8000;
	text-decoration:none;
	
	
}
.story .details a{
	color:#ff8000;
	text-decoration:none;
}

.story .details a:hover{ color:#ff6600; }

#search .spinner{
	padding: 0px 0px 5px 0px;
	text-align: right;
}

#search img{
	left: -5px;
	margin-top: 2px;
	position: relative;
	top: 0.25em;
}

#search img.archives-icon{
	margin: 0px 7px 0px 0px;
	top: 1px;
}

#search input{
	background-color: #F8F8F8;
	border: 1px solid #868686;
	font-size: 0.85em;
	margin-top: 2px;
	width: 175px;
}

#search input:focus{
	background: #FFFFFF;
}

#search-result ul{
	margin: 0px;
}

#search-results{
	background: #CCCCCC;
	border-top: 1em solid #000000;
	float: right;
	-moz-opacity: 0.9;
	padding: 0px 0px 0px 0px;
	width: 30%;
}

#search-results h3{
	background: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 1em 0px;
	text-align: left;
}

#search-results small{
	border-bottom: 1px solid #555555;
	border-top: 1px solid #666666;
	display: block;
	font-size: 0.9em;
	padding: 0.5em 1em 0.7em 1em;
	text-align: left;
}

#search-results small a{
	color: #CCCCCC;
}

#search-results ul li{
	list-style-type: none;
	margin: 0.5em 0px;
	padding: 0px 1em 0.5em 1em;
}

#search-results ul li a{
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
}

#search-results ul li:hover{
	background: #202020;
}

/*-----------------------------------------------------------------------------------------------
	Secondary Items
-----------------------------------------------------------------------------------------------*/
#secondary{
	/*background:url(images/diamond.gif) no-repeat #fff;*/
/*padding:1px 2em;*/
/*	border-top:1px solid #e8e8e8;*/
        color:#000000;
        

        
}



/*-----------------------------------------------------------------------------------------------
        Spiffy 
----------------------------------------------------------------------------------------------*/
.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#e8e8e8}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f5f5f5;
  border-right:1px solid #f5f5f5;
  background:#ededed}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fcfcfc;
  border-right:1px solid #fcfcfc;
  background:#ececec}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #ececec;
  border-right:1px solid #ececec;}
.spiffy4{
  border-left:1px solid #f5f5f5;
  border-right:1px solid #f5f5f5}
.spiffy5{
  border-left:1px solid #ededed;
  border-right:1px solid #ededed}
.spiffyfg{
  background:#e8e8e8}
  .spiffy_content{
padding:0px 5px;
background:#e8e8e8;
} 
.spiffy_content_archive{
padding:0px 5px;
background:#e8e8e8;
color:#00000;
} 

  /*
.spiffy{
display:block
}
.spiffy *{
display:block;
height:1px;
overflow:hidden;
background:#ffffff
}
.spiffy1{
border-right:1px solid #919191;
padding-right:1px;
margin-right:3px;
border-left:1px solid #919191;
padding-left:1px;
margin-left:3px;
background:#3f3f3f;
}
.spiffy2{
border-right:1px solid #e5e5e5;
border-left:1px solid #e5e5e5;
padding:0px 1px;
background:#303030;
margin:0px 1px;
}
.spiffy3{
border-right:1px solid #303030;
border-left:1px solid #303030;
margin:0px 1px;
}
.spiffy4{
border-right:1px solid #919191;
border-left:1px solid #919191;
}
.spiffy5{
border-right:1px solid #3f3f3f;
border-left:1px solid #3f3f3f;
}
.spiffy_content{
padding:0px 5px;
background:#ffffff;
} 
*/


#theshelf {
	height: 280px;
	background: #FFF;
}

/*The Menu CSS*/
#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
text-decoration: none;
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: white;
}

#tablist li a:link, #tablist li a:visited{
color: navy;
}

#tablist li a.current{
background: lightyellow;
}

#tabcontentcontainer{
width:480px;
height:40px;
}

.tabcontent{
display:none;
}

.toggle{
    /*background:#000000; url(white/commentsbg.gif) top repeat-x;*/
     position: relative;
top: -27px

}

.leavecomment{
    width:100%;
    text-align: right;
    margin:0 auto;  
}

#headernav {
    list-style:none;    
/*    margin: 18px auto;*/
    padding:2px 2px;    
/* background:#000; change this according to your theme */
    font-variant:small-caps; /* this is optional, depends again on your taste */
    text-align:right;
    font-weight:bold;
    font-size: 1.15em; /* adjust this to your preference */
    top: 14px;
    right: 65px;
    position: relative;
}

#headernav li {
    list-style:none;
    display:inline;
    padding:5px 5px 5px 2px;        
}

#headernav li a:link, #headernav li a:visited {
    color:#ffffff;
    text-decoration:none;
    border-bottom:none;    
}

#headernav li a:hover, #headernav li a:active, #headernav .current_page_item a:link,#headernav .current_page_item a:visited {
    color:#e8e8e8;
    border-top:#FF8000 1px solid;
    
}

.randomquote {
	background:url(images/quotes_bg.png) left no-repeat;
	}
	
/* CONTAINER */

#wp_movie_ratings {
    background: transparent;
    /*border: 1px dotted #888;*/
    border-width: 1px 0;
    margin: 12px 0 14px;
    padding: 6px 0;
    width: 100%;
}

#wp_movie_ratings.page_mode {
    border: none;
    margin: 5px 0;
    padding: 0;
}

#wp_movie_ratings.sidebar_mode {
    border: none;
    margin: 5px 0;
    padding: 0;
}


/* TITLE */

#wp_movie_ratings h2#reviews_title {
    background: transparent;
    display: block;
    font: bold 12px verdana, sans-serif;
    margin: 6px 0 11px;
    padding: 0;
	text-align: left;
}


/* SORT OPTIONS */

#wp_movie_ratings p#sort_options {
    font: 10px verdana, sans-serif;
    line-height: 100%;
    margin: 10px 4px 7px 0;
    padding: 0;
    text-align: right;
	width: 100%;
}


/* LIST */

#wp_movie_ratings #reviews {
    background: transparent;
    list-style: none;
    margin: 6px 5px 3px 3px;
    padding: 0;
    text-indent: 0;
}

#wp_movie_ratings.page_mode #reviews {
    margin: 0;
}

#wp_movie_ratings.sidebar_mode #reviews {
    margin: 0;
}


/* LIST ELEMENTS */

#wp_movie_ratings #reviews li {
    background: #151515;
    border: none;
    font: 11px verdana, sans-serif;
    line-height: 100%;
    list-style: none;
	height: auto;
    margin: 0;
    padding: 2px 4px 5px 5px;
    position: relative;
    text-indent: 0;
	width: auto;
}

#wp_movie_ratings #reviews li:before, #wp_movie_ratings #reviews li:after {
    content: '';
}

#wp_movie_ratings.sidebar_mode #reviews li {
    padding: 2px 4px 5px 2px;
}

#wp_movie_ratings.page_mode #reviews li {
    padding: 2px 4px 5px 5px;
    position: relative;
}

#wp_movie_ratings.page_mode #reviews li.separator {
	padding: 2px 0 5px 0;
}

#wp_movie_ratings #reviews li.odd {
    background: #1e1e1e;
}

#wp_movie_ratings #reviews li:hover {
    background-color: #000000;
}

#wp_movie_ratings #reviews li div.hreview {
    background: transparent;
    margin: 0;
    padding: 0;
}


/* SEPARATOR */

#wp_movie_ratings #reviews li.separator {
    background: transparent;
}

#wp_movie_ratings #reviews li.separator:hover {
    background-color: transparent;
}

#wp_movie_ratings #reviews li.separator h3 {
	background: transparent;
	border-bottom: 1px solid #C9CFB6;
    display: block;
	float: none;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	margin: 35px 0 2px 0;
	padding: 0 0 2px 0;
}

#wp_movie_ratings #reviews li.separator h3.first {
	margin-top: 0;
}


/* hReview TAGS */

#wp_movie_ratings #reviews li span.version {
    display: none;
}

#wp_movie_ratings #reviews li acronym.dtreviewed {
    display: none;
}


/* MOVIE TITLES */

#wp_movie_ratings #reviews li div.hreview p.item {
    background: transparent;
    display: block;
    font-size: 11px;
    line-height: 100%;
    margin: 0;
    padding: 0;
    position: static;
    text-align: left;
}

#wp_movie_ratings #reviews li p a.url {
    border: none;
    display: inline;
    font: 11px verdana, sans-serif;
    height: auto;
    margin: 0 1px 0 0;
    padding: 0;
}

#wp_movie_ratings.page_mode #reviews li div.hreview p.item {
    margin-left: 15px !important;
    margin-left: 18px;
}

#wp_movie_ratings #reviews li div.hreview p.item a.edit {
    border: none;
    display: inline;
    font: 9px verdana, sans-serif;
    height: auto;
    margin: 0;
    padding: 0;
}


/* TEXT RATING */

#wp_movie_ratings #reviews li p span.rating {
    display: none;
}

#wp_movie_ratings #reviews.text_ratings li div span.rating, #wp_movie_ratings.page_mode #reviews.text_ratings li div p span.rating {
    display: inline;
    font: bold 11px verdana, sans-serif;
    position: absolute;
    right: 5px;
    top: 2px;
}

#wp_movie_ratings.sidebar_mode #reviews.text_ratings li div span.rating {
    position: static;
    display: block;
    margin: 3px 0 2px 1px;
    text-align: left;
}

#wp_movie_ratings #reviews li p span.half_light {
	color: #ff3300;
}

#wp_movie_ratings #reviews li p span.highlight {
	color: #ff6600;
}


/* STARS RATING */

#wp_movie_ratings #reviews div div.rating_stars, #wp_movie_ratings.page_mode #reviews li div div.rating_stars {
    background: transparent;
    display: block;
    font-size: 8px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 2px;
}

#wp_movie_ratings.sidebar_mode #reviews div div.rating_stars {
    display: block;
    margin: 4px 0 2px 1px;
    position: static;
}

#wp_movie_ratings #reviews div.rating_stars img {
	background: transparent;
    border: none;
    display: inline;
    float: none;
    margin: 1px 0 0;
    max-width: none;
    max-height: none;
    padding: 0;
    position: static;
}


/* REVIEW */

#wp_movie_ratings.page_mode #reviews li p.item img {
	background: transparent;
	border: none;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 4px !important;
    top: 5px;
    left: 5px !important;
    left: 4px;
}

#wp_movie_ratings #reviews li p.description {
    background: transparent;
    border: none;
    bottom: auto;
    color: #555;
    display: block;
    font: 11px arial, sans-serif;
	height: auto;
    left: auto;
    letter-spacing: normal;
    margin: 2px 40px 0 12px !important;
    margin: 2px 40px 0 12px;
    padding: 0 0 1px 0;
    position: static;
    right: auto;
    text-align: left;
    top: auto;
    width: auto;
}

#wp_movie_ratings.sidebar_mode #reviews li div p.description {
    margin: 2px 2px 0 1px !important;
    margin: 2px 2px 0 1px;
}

#wp_movie_ratings.page_mode #reviews li div.hreview p.description {
    margin: 3px 2px 0 23px !important;
    margin: 3px 2px 0 23px;
}

#wp_movie_ratings #reviews li p.description a {
    font: 11px arial, sans-serif;
}


/* PAGINATION */

#wp_movie_ratings #pagination p {
	font: normal 11px verdana, sans-serif;
	margin: 15px 0 5px 4px;
}

#wp_movie_ratings #pagination p em.next_prev {
	color: #aaa;
	font-style: normal;
	margin: 0 4px;
}

#wp_movie_ratings #pagination p em.next_prev span.bullet, #wp_movie_ratings #pagination p a.next_prev span.bullet {
	font-size: 10px;
	margin: 0 1px;
}

#wp_movie_ratings #pagination p em#current {
	font-style: normal;
	border: 1px solid #aaa;
	padding: 1px 3px 2px;
}

#wp_movie_ratings #pagination p a {
	padding: 1px 3px 2px;
	margin: 0 1px;
}

#wp_movie_ratings #pagination p a:visited, #wp_movie_ratings #pagination p a:link {
	font-weight: normal;
}

/* LINK LOVE */

#wp_movie_ratings #link_love {
    background: transparent;
    color: #AAA;
    font: 9px verdana, sans-serif;
    margin: 13px 0 0 0;
    text-align: right;
	width: 100%;
}

#wp_movie_ratings #link_love a {
    font: 9px verdana, sans-serif;
}


/* PAGE URL */

#wp_movie_ratings #page_url {
    background: transparent;
    color: #AAA;
    font: 9px verdana, sans-serif;
	margin: 7px 0 4px 0;
    text-align: right;
	width: 100%;
}

#wp_movie_ratings #page_url a {
	font: 11px verdana, sans-serif;
	margin-right: 7px;
}


/* MISC */

span.bullet {
    vertical-align: text-top;
}
