/*
THEME NAME: Review-Schview
THEME URI: http://review-schview.com
DESCRIPTION: 
VERSION: 1.0
AUTHOR: Hussain SM
AUTHOR URI: http://chugsdesigns.com
*/

/* 
------------------------------------------------------ 
	G L O B A L		R E S E T
------------------------------------------------------ */

* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex { font: inherit; font-size: 1em; }
dfn, i, cite, var, address, em { font-style: normal; }
th, b, strong, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; vertical-align: top; }
body { line-height: 1; background: white; color: black; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a { color: inherit; }
hr { display: none; }
font { color: inherit !important; font: inherit !important; color: inherit !important; }

/* 
------------------------------------------------------ 
	G L O B A L		S T Y L E S
------------------------------------------------------ */

body { 
		background: fixed #a23a3b url(i/body.jpg) no-repeat 0 0;
		font: 100%/1.6em Arial, sans-serif; 
		color: #000;
		text-align: center;
		}

/* L I N K S */

a:link { 
		text-decoration: none; 
		color: #fff;
		}
a:visited { 
		text-decoration: none; 
		color: #fff;
		}
a:hover { 
		text-decoration: none; 
		color: #fff;
		}
a:active, a:focus { 
		text-decoration: none; 
		color: #fff;
		}

/* H E A D L I N E S */

h1, h2, h3, h4, h5, h6 { 
		margin: 20px 0;
		color: #000;
		}
h1 { 
		font-size: 130%;
		}
h2 { 
		font-size: 120%;
		}
h3 { 
		font-size: 110%; 
		}
h4 { 
		font-size: 105%; 
		}
h5 { 
		font-size: 100%; 
		}
h6 { 
		font-size: 95%; 
		}

/* P A R A G R A P H S */

p { 
		margin-bottom: 20px; 
		}

/* M I S C */

strong { 
		font-weight: bold; 
		}
cite, em, dfn { 
		font-style: italic; 
		}
code, kbd, samp, pre, tt, var { 
		font-size: 90%; 
		font-family: monaco, "Lucida Console", courier, mono-space; 
		}
pre, address { 
		margin-bottom: 20px; 
		}
code, pre { 
		color: #555; 
		} 
caption { 
		padding-bottom: 10px; 
		}
del { 
		text-decoration: line-through; 
		color: #666; 
		}
ins, dfn { 
		border-bottom: 1px solid #ccc; 
		}
small { 
		font-size: 85%; 
		}
abbr, acronym { 
		text-transform: uppercase; 
		font-size: 85%; 
		letter-spacing: 0.1em; 
		}
a abbr, a acronym { 
		border: none; 
		}
abbr[title], acronym[title], dfn[title] { 
		cursor: help; 
		border-bottom: 1px solid #ccc; 
		}
sup { 
		vertical-align: super; 
		font-size: 85%; 
		}
sub { 
		vertical-align: sub; 
		font-size: 85%; 
		}

/* Q U O T E S */

blockquote { 
		margin: 10px 0;
		padding: 10px 25px 0; 
		border-top: 1px solid #dbdbdb; 
		border-bottom: 1px solid #dbdbdb; 
		font-style: italic;
		font-size: 100%;
		color: #666; 
		line-height: 1.6em;
		}
cite {
		font-size: 85%;
		font-style: normal;
		text-transform: uppercase;
		}

/* F O R M S */

form { 
		margin-bottom: 20px; 
		}
fieldset { 
		margin: 20px 0;
		padding: 0 10px 10px 10px; 
		border: 1px solid #dbdbdb; 
		}
legend { 
		padding: 0 5px; 
		background: #fff; 
		}
legend+* { 
		margin-top: 10px; 
		}
textarea {
		padding: 3px; 
		border: 1px solid #dbdbdb; 
		background: #fff; 
		font: 95% Verdana, Arial, sans-serif; 
		}
textarea:hover {
		border-color: #aaa; 
		}
textarea:focus {
		border-color: #888; 
		outline: 1px solid #ffffaa; 
		}
select { 
		background: #fff; 
		border: 1px solid #dbdbdb; 
		padding: 4px;
		cursor: pointer;
		}
select:focus { 
		border-color: #888; 
		outline: 1px solid #ffffaa; 
		}
select:hover { 
		border-color: #aaa; 
		}
option { 
		padding: 3px; 
		}
input { 
		padding: 3px; 
		cursor: pointer; 
		}
input[type='text'] { 
		border: 1px solid #dbdbdb; 
		background: #fff; 
		font: 90% Arial, Verdana, sans-serif; 
		}
input[type='text']:hover, 
input[type='password']:hover { 
		border-color: #aaa; 
		}
input[type='text']:focus, 
input[type='password']:focus { 
		border-color: #888; 
		outline: 1px solid #ffffaa; 
		}
input[type='text'] { 
		cursor: text; 
		}

/* H R */

hr { 
		display: block; 
		width: 100%; 
		height: 1px; 
		margin-bottom: 1.6em; 
		background: #aaa; 
		border: none; 
		color: #aaa; 
		}

/* L I S T S */

ul {
		margin: 0 20px;
		}
ul li { 
		list-style-type: square; 
		margin-left: 10px; 
		}
ol { 
		list-style-position: outside; 
		list-style-type: decimal; 
		margin: 0 10px 0 20px;
		}
ol ol, 
ul ol { 
		margin-left: 20px; 
		}
dl {
		margin-bottom: 20px;
		}
dt { 
		float: left;
		width: 380px;
		margin: 0 20px 0 0;
		font-weight: bold; 
		}
dd { 
		float: left;
		width: 320px;
		margin: 0 0 20px;
		font-size: 85%;
		line-height: 1.4em; 
		}

/* T A B L E S */

table { 
		margin-bottom: 20px;
		border-top: 1px solid #bbb;  
		border-left: 1px solid #bbb; 
		}
th, td { 
		padding: 5px;
		border-bottom: 1px solid #dbdbdb; 
		border-right: 1px solid #bbb; 
		}
th, 
thead td { 
		font-weight: bold; 
		}

/* I M A G E	 S T Y L E S */

img {
		margin: 0;
		}
div.post-body img {
		max-width: 450px;
		width: expression(this.width > 450 ? 450: true);
		}
.alignleft, 
.wp-caption.alignleft  {
		float: left;
		margin: 10px 15px 10px 0;
		border: none;
		}
.alignright, 
.wp-caption.alignright {
		float: right;
		margin: 10px 0 10px 15px;
		border: none;
		}
.aligncenter, 
.wp-caption.aligncenter {
		display: block;
		margin: 10px auto;
		border: none;
		}
img.border {
		padding: 2px;
		border: 1px solid #ccc;
		}
a img {
		border: none;
		}
img, p, a {
		behavior: url(iepngfix.htc);
		}

/* C A P T I O N S */

.wp-caption {
		padding: 5px 0 0;
		margin: 0 0 10px;
		background: #efefef;
		text-align: center;
		}
.wp-caption p.wp-caption-text {
		padding: 0 5px 5px;
		margin: 0;
		font: 75% Verdana, Arial, sans-serif; 
		text-align: left;
		color: #666;
		}

/* 
------------------------------------------------------ 
	L A Y O U T
------------------------------------------------------ */

#container {
		width: 720px;
		margin: 20px 0 20px 80px;
		text-align: left;
		}

/* 
------------------------------------------------------ 
	H E A D E R
------------------------------------------------------ */

/* C O M M O N */

#header {
		padding: 0 0 20px;
		border-bottom: 5px solid #000;
		}
p#title {
		float: left;
		width: 380px;
		margin: 0;
		}
p#title a {
		display: block;
overflow: hidden;
width: 153px;
height: 0px !important;
height /**/: 16px;
padding: 16px 0 0;
background: url(i/title.gif) no-repeat 0 0;
		font-size: 110%;
		text-transform: lowercase;
		}
p#description {
		float: right;
		width: 325px;
		margin: 0;
		font-size: 75%;
		}

/* 
------------------------------------------------------ 
	H O M E P A G E
------------------------------------------------------ */	

#this-week, 
#last-week {
		border-bottom: 5px solid #000;
			}
#content h2 {
		margin: 20px 0 0;
		padding: 0 0 20px;
		font-size: 95%;
		line-height: 1em;
		}
ul.movie-listing {
		margin: 0;
		padding: 0;
		}
ul.movie-listing li {
		list-style-type: none;
		margin: 0;
		padding: 20px 0;
		border-top: 1px solid #000;
		}
ul.movie-listing li a {
		color: #000;
		}
ul.movie-listing li h1.movie-title {
		float: left;
		width: 380px;
		margin: 0 20px 0 0;
		font-size: 400%;
		line-height: 1em;
		}
ul.movie-listing li div.movie-info {
		float: left;
		width: 220px;
		margin: 0 20px 0 0;
		line-height: 1.2em;
		}
ul.movie-listing li div.movie-info h3 {
		margin: 0;
		font-size: 90%;
		}
ul.movie-listing li div.movie-info p {
		margin: 0 0 20px;
		font-size: 90%;
		}
ul.movie-listing li div.movie-rating {
		float: left;
		width: 80px;
		}
ul.movie-listing li div.movie-rating p {
		margin: 0;
		font-size: 70%;
		line-height: 1.2em;
		text-transform: uppercase;
		}
ul.movie-listing li div.movie-rating p.movie-rating-count {
		width: 60px;
		margin: 0 0 10px;
		background: url(i/circle.png) no-repeat 0 0;
		font-size: 180%;
		color: #fff;
		text-align: center;
		line-height: 60px;
		text-transform: uppercase;
		}
p#nav-content {	
		margin: 20px 0 0;
		padding: 0 0 20px;
		text-align: right;
		}
p#nav-content a {
		float: right;
		display: block;
		width: 32px;
		height: 0px !important;
		height /**/: 33px;
		overflow: hidden;
		margin: 0 30px 0 0;
		padding: 33px 0 0 0;
		background: url(i/arrow.gif) no-repeat 0 0;
		color: #000;
		}

/* 
------------------------------------------------------ 
	S I N G L E		P A G E
------------------------------------------------------ */

ul.critic-listing {
		margin: 0;
		padding: 0;
		order-bottom: 5px solid #000;
		}
ul.critic-listing li {
		list-style-type: none;
		margin: 0;
		padding: 20px 0;
		border-top: 1px solid #000;
		}
ul.critic-listing li a {
		color: #000;
		}
ul.critic-listing li p.critic-review-excerpt {
		float: left;
		width: 380px;
		margin: 0 20px 0 0;
		font-size: 100%;
		line-height: 1.4em;
		}
ul.critic-listing li div.critic-info {
		float: left;
		width: 220px;
		margin: 0 20px 0 0;
		font-size: 110%;
		line-height: 1.2em;
		}
ul.critic-listing li div.critic-info p {
		margin: 0;
		}
ul.critic-listing li div.critic-info p.critic-info-site {
		font-size: 80%;
		text-transform: uppercase;
		}
ul.critic-listing li div.critic-info p.critic-info-link {
		margin: 10px 0 0;
		font-size: 80%;
		}
ul.critic-listing li div.critic-info p.critic-info-link a {
		color: #fff;
		}
ul.critic-listing li div.critic-rating {
		float: left;
		width: 60px;
		}
ul.critic-listing li div.critic-rating p {
		margin: 0;
		font-size: 70%;
		line-height: 1.2em;
		text-transform: uppercase;
		}
ul.critic-listing li div.critic-rating p.critic-rating-count {
		margin: 0 0 10px;
		ackground: url(i/circle.png) no-repeat 0 0;
		font-size: 150%;
		olor: #fff;
		ext-align: center;
		ine-height: 60px;
		text-transform: uppercase;
		}


/* 
------------------------------------------------------ 
	A R C H I V E S		P A G E
------------------------------------------------------ */

div.post-archive h2.page-title, 
div.post-archive h1.page-title,
div.post-single h2.page-title, 
div.page h1.page-title {
		float: left;
		}
div.content-main {
		padding: 20px 0;
		font-size: 75%;
		border: 1px solid #ccc;
		}

/* 
------------------------------------------------------ 
	P A G E
------------------------------------------------------ */

/* C O M M O N */

div.page h1 {
		margin: 20px 0 0;
		padding: 0 0 20px;
		border-bottom: 1px solid #000;
		font-size: 95%;
		line-height: 1em;
		}
div.page-body {
		margin: 20px 0 0;
		padding: 0 0 20px;
		border-bottom: 1px solid #000;
		font-size: 95%;
		}

/* C O N T A C T */

form.wpcf7-form {
		margin: 0;
		padding: 0;
		}
form.wpcf7-form fieldset {
		margin: 0;
		padding: 0;
		border: none;
		}
form.wpcf7-form legend { 
		margin: 0 0 20px; 
		padding: 0;
		font-size: 130%;  
		}
form.wpcf7-form legend+* { 
		margin-top: 0; 
		}
form.wpcf7-form p {
		margin: 0 0 20px;
		padding: 0;
		}
form.wpcf7-form label {
		display: block;
		margin: 0 0 5px;
		font: 85% Verdana, Arial, sans-serif;
		text-transform: uppercase;
		}
form.wpcf7-form input {
		width: 380px;
		padding: 8px;
		}
form.wpcf7-form textarea {
		width: 380px;
		padding: 8px;
		}
form.wpcf7-form label em {
		font-style: normal;
		font-size: 85%;
		color: #444;
		text-transform: none;
		}
form.wpcf7-form .button {
		width: auto;
		overflow: visible;
		margin: 0;
		padding: 5px 6px;
		background: #000;
		border: none;
		font: bold 95% Verdana, Arial, sans-serif;
		color: #fff;
		text-transform: uppercase;
		vertical-align: top;
		}

/* F A Q */

div.error h1 {
		margin: 20px 0 0;
		padding: 0 0 20px;
		border-bottom: 1px solid #000;
		font-size: 95%;
		line-height: 1em;
		}

/* 4 0 4 */

/* 
------------------------------------------------------ 
	F O O T E R
------------------------------------------------------ */

#footer {
		padding: 20px 0 0;
		border-top: 5px solid #000;
		font-size: 65%;
		text-transform: uppercase; 
		}
#footer a {
		color: #000; 
		}

#footer p {
		margin: 0;
		}
#footer p#nav-footer {
		float: left;
		width: 380px;
		margin: 0 20px 0 0;
		}
#footer p#designedby {
		float: left;
		width: 220px;
		margin: 0 20px 0 0;
		}
#footer p#etc {
		float: left;
		width: 60px;
		margin: 0 20px 0 0;
		}

/* 
------------------------------------------------------ 
	M I S C
------------------------------------------------------ */

/* C L E A R F I X  */

.clear { clear: both; height: 0; line-height: 0; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}		