@charset "utf-8";
/* CSS Document */

/* Book Details  for book reviews */

#detailsleft{
	margin: 5px 20px 5px 0;
	}

#bookdetails {
	border:0;
	width:180px;
	/*background-image:url('../images/backgrounds/stripe_blue_white.png');*/
	padding: 0;
	}

.cover {
	border:0;
	width:180px;
	background-color:#FFF;
	padding-top:12pt;
	padding-bottom:0pt;
	}

/*.detailstext {
	font-size: 9pt;
	line-height:11pt;
	border:0;
	width:180px;
	background-color:#FFF;
	margin-top:0pt;  was -20 
	padding-bottom:8pt;
	}/*

/* Last Word Widget */
/* Styles inherited from Book Details */

#authordetails {
        border:0;
        width:180px;
        background-image:url('../images/backgrounds/stripe_blue_white.png');
        padding: 12px 0 12px 0;
        }

/* End Last Word */


/* Movie Details for movie reviews */

#moviedetails {
	border:0;
	width:180px;
	background-image:url('../images/backgrounds/stripe_blue_white.png');
	/*background-color:#000;*/
	margin-top:0px;
	margin-bottom:20px;
	padding: 12px 0;
	vertical-align:top;
	}

.detailstext {
	font: 10pt/14pt Verdana, Geneva, sans-serif;
	border:0;
	width:180px;
	background-color:#FFF;
	padding-top:10px;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom: 10px;
	}
	

/* Cinema Details for movie reviews */

#cinemadetails {
	width:650px;
	margin-top:10px;
	margin-bottom:10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left-style: none;
	border-right-style: none;
	clear:both;
	}
	
#cinemadetails img{
	margin-bottom: 0px;
		}	

.cinematext {
	font: 10pt/14pt Verdana, Geneva, sans-serif;
	width:650px;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:0px;
	margin-bottom:0px;
	}



/*bluebox*/

.box {
	border: 1px dotted #ccc;
	padding: 10px 5px 5px 5px;
	display:inline-block;
	margin-bottom: 20px;
	}
	
.box p{
	margin-bottom: 0px;
	/*display:inline;*/
}
	


/*greybox and bluebox*/

.greybox{
	background-color: #F3F3F3;
	}

.bluebox{
	background-color: #9CF;
	}

.news-date{
	display:inline-block;	
	}


.greybox p{
	margin-bottom: 0px;
	display:inline;
	}

.bluebox, .greybox {
	border:1px solid #ccc;
	padding: 10px 5px 5px 5px;
	display:inline-block;
	}
	

/*greybox*/

.lightgreybox{
	background-color: #fcfcfc;
	border:1px solid #ccc;
	padding: 10px 10px 10px 10px;
	display:inline-block;
	margin-bottom: 0px;
	color: #000000;
	}

.lightgreybox  img{
        margin-bottom:0px;

}
.greybox p{
	margin-bottom: 0px;
	display:inline;
	}

.news-date{
	display:inline-block;	
	}



/*movies main page*/


.movie-border{
	width:100%;
	border: 1px dotted #ccc;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


.movie-border p{
	margin-bottom: 5px;
}

.movie-border .lowpadding {
	padding: 0 5px 10px 0px;
}

#left-content{
	float: left;
	width: 400px;
	display:inline-block;
	min-height:400px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

#right-content{
	border-width: 1px;
	border-style: dotted;
	border-color: #cccccc;
	float: right;
	width: 195px;
	display:inline-block;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}

.rightheadline img{
	margin-bottom: 18px;	
}

.rightsubhead img{
	margin-bottom: 5px;
	padding: 0px;
}



.mousebox:hover{
	background-color:#DDDDDD;
	border:1px dotted #ccc;
	padding: 10px 5px 5px 5px;
	display:inline-block;
	color: #000000;
        }

.mousebox{
	background-color:#ffffff;
	text-color: #ffffff;
	border:1px dotted #ccc;
	padding: 10px 5px 5px 5px;
	display:inline-block;
	color: #FFFFFF;
        }
		
.nextpagenav {
padding-top: 5px;
padding-right: 0px;
padding-bottom: 5px;
padding-left: 0px;
text-align: center;
	}
	
.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}			
	
/*issue page */

.issuenavi {

	margin-bottom: 20px;
	text-align:Center;
	}	
	
.issueleft, .alignleft {
	float:left;
	}

.issueright, .alignright {

	float:right;
	}	

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
}

/* Photo of the day */
	
#photoday{
		clear: both;
		padding-top: 12px;
		width: 650px;
		text-transform:none;
}

#photoday a{
	text-decoration: none;
	color: #299ed9;
}

#photoday a:visited {
	text-decoration: none;
	color: #299ed9;
}


#photoday a:hover {
	text-decoration: underline;
	color: #299ed9;
}

#photoday a:active {
	text-decoration: underline;
	color: #299ed9;
}

.dailyphoto img {
	margin-bottom:-10px;
}

/* end photo of the day */
