/*

Theme Name: Movie Show
Theme URI: http://themesnack.net/free-wordpress-theme-movie-show
Description: Free 3 columns WP Theme for blogs about movie or cine. Includes Nivo Slider.
Author: ThemeSnack
Author URI: http://themesnack.net


*/

@import "reset.css";

body {
background: url(images/bg.jpg) fixed;
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
color: #191919;
}

a:link, a:visited{
color:#0f52a4;
text-decoration: none;
}

a:hover {
text-decoration: none;
color: #1675ea;
}

strong {
font-weight: 800;
}

hr {
border: none 0;
border-bottom: 1px solid #E0E0E0;
height: 1px;
margin: 10px 0;
}

blockquote {
font-style: italic;
background: url(images/quotes.gif) no-repeat top left;
background-position: 12px 12px;
color: #595959;
margin: 5px 0;
padding: 8px 15px 8px 60px;
}



/* HEADER */

#header{
width:960px;
background: url(images/header.png) no-repeat center top;
height: 225px;
margin: 0 auto;
border-right: 1px solid #454444;
border-left: 1px solid #454444;
}

#logo {
width: 480px;
height: 100px;
margin-left: 30px;
outline: none;
}

#menu {
width: 920px;
margin-left:20px;
margin-top: 7px;
height: 38px;
float: left;
margin-bottom: 40px;
}

#menu ul { 
list-style-type: none; 
list-style-image: none;
}

#menu ul li {
background: url(images/menuseparator.png) no-repeat top right;
float: left;
padding: 11px 17px 14px 19px;
}

#menu ul li a{
color: #FFF;
text-transform: uppercase;
font-size:11px;
}

#menu ul li:hover {
background: #5A7387 url(images/menuseparator.png) no-repeat top right;
color: #FFF;
}

#menu ul li.current_page_item, #menu ul li.current-cat {
background: #5C83AE url(images/menuseparator.png) no-repeat top right;
padding: 11px 17px 14px 19px;
}


#menu ul li:hover a{
color: #FFF;
}

#header a {
color: #FFF;
outline: none;
text-decoration:none;
}


#header-left {
float: left;
}

#header-right {
float: right;
margin-right: 30px;
margin-top: 12px;
}

#search {
background: url(images/searchbg.png);
height: 39px;
width: 301px;
float: right;
border: none;
}


#s{
color: #969696;
background: transparent;
font-size: 0.9em;
margin: 5px 0px 0 0px;
width: 200px;
padding: 0 10px;
border: none;
float: left;
height: 30px;
}

#searchsubmit {
background: transparent;
border: none;
width: 60px;
height: 30px;
margin: 5px 5px 0 0px;
outline: none;
float: right;
color: #FFF;
font-weight:bold;
font-size:12px;
text-transform: lowercase;
text-align: center;
}


#social {
margin-top: 2px;
margin-right: -20px;
float: right;
width: 300px;
height: 40px;
clear: both;
}

#social span {
line-height: 40px;
}

.pinterest {
background: url(images/pinterest.png) no-repeat left;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 27px;
margin-right: 10px;
height: 30px;
}


.facebook{
background: url(images/facebook.png) no-repeat left;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 27px;
margin-right: 10px;
height: 30px;
}

.twitter {
background: url(images/twitter.png) no-repeat left;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 27px;
height: 30px;
}



/* MAIN CONTAINERS */

#container {
background: #FFF;
width: 960px;
margin:0 auto;
text-align: left;
border-right: 1px solid #454444;
border-left: 1px solid #454444;
}

#content {
margin: 25px 40px 25px 20px;
width: 490px;
float: left;
word-wrap: break-word; 
overflow: hidden;     
}

/* POST */

.post{
width: 485px;
margin-bottom: 40px;
line-height:1px;
color:#000000;
}

.post-title {
font-family: 'Arial', Helvetica, arial, sans-serif; 
margin:0.25em 0 0;
padding:0 0 1px;
font-size:170%;
font-weight:700;
line-height:22px;
padding-bottom: 25px;
color: #000000;
display:block;
letter-spacing: 0px;
}

.post-title a, .post-title a:visited, .post-title strong{
text-decoration:none;
color: #000000;
}

.post-title a:hover {
color: #0F52A4;
text-decoration: none;
}

.post-content {
padding-top: 0px;
line-height: 0.5em;
font-size: 15px;
text-align: flush left;
}

.post-content h2 {
font-size: 140%;
margin-bottom: 10px;
border-bottom: 1px solid #EFEFEF;
padding: 10px 0 5px;
}

.post-content h3 {
font-size: 110%;
font-weight: 700;
margin-bottom: 5px;
border-bottom: 1px solid #EFEFEF;
padding: 10px 0 5px;
}

.post-content p {
line-height: 1.6;
margin-bottom: 18px;
}

.entry {
padding-top: 0px;
line-height:1.5em;
font-size: 13.5px;
text-align: flush left;
}

.post img.alignnone {
background: #EAE8DB;
border: 1px solid #ccc;
padding: 4px;
margin-bottom: 15px;
}

.aligncenter {
background: #EAE8DB;
border: 1px solid #ccc;
padding: 4px;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}

.post img.alignleft {
background: #EAE8DB;
float: left;
border: 1px solid #ccc;
margin: 0 15px 15px 0;
padding: 4px;
}

.post img.alignright {
background: #EAE8DB;
float: right;
border: 1px solid #ccc;
margin: 0 0 15px 15px;
padding: 4px;
}

.post-content ul,.post-content ol {
margin-left: 30px;
margin-bottom: 20px;
}

.post-content ul li{
background-image: url(images/bullet.png);
background-repeat: no-repeat;
background-position: 0px 5px; 
padding-left: 14px;
}

.post-content ol {
list-style: decimal;
}

.post-content ul li,.post-content ol li {
line-height: 1.3;
margin-bottom: 5px;
}

.more-link {
display: block;
text-align:right;
text-transform: uppercase;
font-size: 11.5px;
}

.category {
color: #FFF;
background: #14669a;
padding:3px 10px;
text-transform: uppercase;
font-size: 11px;
}

.category a {
color: #FFF;
}

.category:hover {
background: #2480bb;
}

.post-details, .post-details a {
color: #666666;
}


.comment-link {
margin-top: 10px;
background: url(images/chat.png) no-repeat;
height: 32px;
width: 32px;
float:right;
font-size: 15px;
text-align: center;
font-weight: bold;
padding-top: 3px;
padding-left: 1px;
}

.comment-link a{
padding-top: 2px;
color: #3b3b3b;
text-shadow: 1px 1px 0 #FFF;
}

.tags {
margin: 10px 0;
}

.page-subtitle {
font-size: 16px;
font-weight: bold;
margin-bottom: 20px;
}

/* COMMENTS */

.comment-container {
margin-bottom: 30px;
}

.section-title {
color: #3b3b3b;
font-family: 'Droid Sans', Helvetica, arial,serif;
font-size: 26px;
font-weight: 400;
line-height: 1.4em;
margin: 2em 0;
padding: 0;
}

.comment-data {
float: left;
width: 400px;
}

.comment-data p {
margin-bottom: 6px;
line-height: 1.3;
}

.comment-author {
color: #3b3b3b;
font-weight: 700;
margin-bottom: 3px;
font-size: 13px;
}

.comment-meta {
color: #666;
margin-bottom: 5px;
font-size: 85%;
}

.unapproved {
font-style: italic;
}

#comments label {
font-size: 90%;
color: #666;
padding: 5px 0;
display: block;
}

#comments input {
width: 240px;
margin-bottom: 10px;
padding: 5px;
border: 1px solid #E0E0DE;
}

#comment-form{
width: 400px;
height: 150px;
margin: 15px 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
padding: 10px;
border: 1px solid #E0E0DE;
}

#comments #submit {
width: 420px;
background: #999; 
border:1px solid #666; 
border-radius: 2px; 
-moz-border-radius: 2px; 
-webkit-border-radius: 2px;
color: #FFF;
outline: none;
font-weight: bold;
font-size: 11px;
text-transform: uppercase;
padding: 5px 0;
}

#comments #submit:hover {
background:#666; 
border:1px solid #666; 
border-radius:2px; 
-moz-border-radius:2px; 
-webkit-border-radius:2px;
}

ol.commentlist { 
list-style:none; 
margin:0; 
padding:0; 
}

ol.commentlist li { 
border:1px solid #d5d5d5;  
margin:0 0 10px; 
padding:5px 7px 5px 74px; 
position:relative; 
}

ol.commentlist li.pingback comment-author { 
padding:0 170px 0 0; 
}

ol.commentlist li div.vcard { 
font-weight:bold; 
font-size: 14px; 
line-height: 16px; 
}

ol.commentlist li div.vcard cite.fn { 
font-style:normal; 
font-size: 14px; 
}

ol.commentlist li div.vcard cite.fn a.url { 
text-decoration:none; 
}

ol.commentlist li div.vcard cite.fn a.url:hover { 
color:#3b3b3b; 
}

ol.commentlist li div.vcard img.avatar { 
left:7px; 
position:absolute; 
top:7px;
background: #EAE8DB;
border:1px solid #CCCCCC;
padding: 3px;
margin-right: 15px;
}

ol.commentlist li div.comment-meta { 
font-weight:bold; 
font-size: 10px; 
line-height: 16px; 
position:absolute; 
right:10px; 
text-align:right; 
top:5px; 
}

ol.commentlist li div.comment-meta a { 
color:#666; 
text-decoration:none; 
}

ol.commentlist li p { 
font-weight:normal; 
font-size: 12px; 
line-height: 16px; 
margin:5px 0 12px; 
}

ol.commentlist li ul { 
font-weight:normal; 
font-size: 12px; 
line-height: 16px; 
list-style:square; 
margin:0 0 12px; 
padding:0; 
}

ol.commentlist li div.reply { 
margin-top: 10px;
background:#999; 
border:1px solid #666; 
border-radius:2px; 
-moz-border-radius:2px; 
-webkit-border-radius:2px; 
color:#fff; 
font:bold 9px/1 helvetica,arial,sans-serif; 
padding:6px 5px 4px;  
text-align:center; 
width:36px; 
}

ol.commentlist li div.reply:hover { 
background:#666; 
border:1px solid #666; 
border-radius:2px; 
-moz-border-radius:2px; 
-webkit-border-radius:2px;
}

ol.commentlist li div.reply a { 
color:#fff; 
text-decoration:none; 
text-transform:uppercase; 
}

ol.commentlist li ul.children { 
list-style:none; 
margin:12px 0 0; text-indent:0; 
}

ol.commentlist li ul.children li.depth-2 { 
margin:0 0 3px; 
}

ol.commentlist li ul.children li.depth-3 { 
margin:0 0 3px; 
}

ol.commentlist li ul.children li.depth-4 { 
margin:0 0 3px; 
}

ol.commentlist li ul.children li.depth-5 { 
margin:0 0 3px; }

ol.commentlist ul.children li.odd { 
background:#fff; 
}

ol.commentlist ul.children li.even { 
background:#f6f6f6; 
}

ol.commentlist li.pingback div.vcard { 
padding:0 170px 0 0; 
}


/* LEFT SIDEBAR */

#r_sidebar{
width: 170px;
float: left;
word-wrap: break-word; 
overflow: hidden; 
margin-right: 20px;
margin-top: 25px;
}


#r_sidebar { 
line-height: 1.5em;
font-family: Helvetica;
 }

#r_sidebar h3{
background: url(images/l_sidebarbg.png) no-repeat center top;
padding: 6px 0 10px 30px;
font-weight: 400;
margin-top: 0;
margin-bottom: 5px;
color: #FFF;
text-transform: uppercase;
font-size: 13px;
font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
text-shadow: 1px 1px 0 #620000;
}
 
.sidebar a, .sidebar p {
color: #666;
}

#r_sidebar a:hover {
color: #009adc;
text-decoration: none;
}


.sidebar ul, .tagcloud {
list-style:none;
margin: 0 5px;
padding-bottom: 10px;
}


#r_sidebar li {
padding: 0 5px;
padding-bottom:.25em;
line-height:2em;
border-bottom: 1px solid #FFF;
}

#r_sidebar li:hover {

}

#r_sidebar .widget { 
width: 170px;
padding: 0;
margin-bottom: 20px;
background: #009adc;
}


/* RIGHT SIDEBAR */

#l_sidebar{
width: 200px;
float: right;
word-wrap: break-word; 
overflow: hidden; 
margin-right: 20px;
margin-top: 25px;
}

#l_sidebar { 
line-height: 1.5em;
font-family: Helvetica;
 }

#l_sidebar h3{
background: url(images/r_sidebarbg.png) no-repeat center top;
padding: 7px 0 4px 10px;
font-weight: 400;
margin-top: 0;
margin-bottom: 5px;
color: #FFF;
text-transform: uppercase;
font-size: 14px;
font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
text-shadow: 0px 0px 0 #620000;
}
 
#l_sidebar a:hover {
color: #0F52A4;
text-decoration: none;
}

#l_sidebar li {
padding-bottom:.25em;
line-height:2em;
border-bottom: 1px solid #FFF;
}

#l_sidebar li:hover {

}

#l_sidebar .widget { 
width: 200px;
margin-bottom: 20px;
background: #eaeff3
}

#sideads {
text-align: center; 
}


/* Navigation */

.navigation {
margin: 30px 0 30px 0;
height: 40px;
}

.pagenavi {
margin: 0;
padding: 10px 1px 10px 1px;
float:left;
width: 98%;
}
.pagenavi a {
padding: 5px 6px 4px 6px;
margin: 3px;
text-decoration: none;
border: 1px solid #ccc;
color: #666;
background-color: #FFF;
}

.pagenavi a:hover {
border: 1px solid #444;
color: #444;
background-color: #E0EBEE;
}

.pagenavi span.pages {
padding: 5px 6px 4px 6px;
margin: 3px;
color: #3b3b3b;
font-weight:bold;
border: 1px solid #999;
background-color: #FFF;
}

.pagenavi span.current {
padding: 5px 6px 4px 6px;
margin: 3px;
font-weight:bold;
border: 1px solid #666;
color: #444;
background-color: #E0EBEE;
}

.pagenavi span.expand {
padding: 5px 6px 4px 6px;
margin: 3px;
border: 1px solid #ccc;
color: #444;
background-color: #FFF;
}

.pagenavi .first, .pagenavi .last {
border: 1px solid #aaa;
}

.pagenavi .single_page {
border: 1px solid #ccc;
}

/* FOOTER */

#credit-wrapper{
width: 960px;
margin: 0 auto;
background: #25323E;
height: 20px;
padding: 10px 0;
border-right: 1px solid #222A32;
border-left: 1px solid #222A32;
}

#credit {
width: 940px;
margin: 0 auto;
color: #FFF;
text-align: center;
font-size: 10px;
}

#credit a {
color: #FFF;
}

.clear {
clear: both;
}


/* NIVO SLIDER STYLES */

#slider-container {
background: url(images/box-shadow.png)no-repeat bottom center;
height: 311px;
margin-bottom: 30px;
}

.nivoSlider {
position:relative;
}

.nivoSlider img {
position:absolute;
top:0px;
left:0px;
}

.nivoSlider a.nivo-imageLink {
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
border:0;
padding:0;
margin:0;
z-index:60;
display:none;
}

.nivo-slice {
display:block;
position:absolute;
z-index:50;
height:100%;
}

.nivo-caption {
position:absolute;
left:0px;
bottom:0px;
background: #000;
color:#fff;
opacity:0.8;
width:100%;
z-index:89;
}

.nivo-caption p {
padding:5px;
margin:0;
font-size: 13px;
color: #FFF;
text-align: center;
}

.nivo-caption a {
display:inline !important;
color: #FFF;
}

.nivo-html-caption {
display:none;
}

.nivo-directionNav a {
position:absolute;
top:45%;
z-index:99;
cursor:pointer;
}

.nivo-prevNav {
left:0px;
}

.nivo-nextNav {
right:0px;
}

.nivo-controlNav a {
position:
relative;
z-index:99;
cursor:pointer;
}

.nivo-controlNav a.active {
font-weight:bold;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/

#slider {
position:relative;
width:490px;
height:280px;
background: #000 url(images/loading.gif) no-repeat 50% 50%;
}

#slider img {
position:absolute;
top:0px;
left:0px;
display:none;
}

#slider a {
border:0;
display:block;
}

.nivo-controlNav {
position:absolute;
left:185px;
bottom:-30px;
}

.nivo-controlNav a {
width:22px;
height: 22px;
background: url(images/bullets.png) no-repeat;
text-indent:-9999px;
border:0;
margin-right:3px;
float:left;
}

.nivo-controlNav a.active {
background-position:0 -22px;
}

.nivo-directionNav a {
display:block;
width:30px;height:30px;
background:url(images/arrows.png) no-repeat;
text-indent:-9999px;
border:0;
}

a.nivo-nextNav {
background-position:-30px 0;
right:15px;
}

a.nivo-prevNav {
left:15px;
}

.nivo-caption {
text-shadow:none;
}

.nivo-caption a {
color:#efe9d1;
text-decoration:underline;
}

/*POPULAR POSTS */

#popular-comments {
list-style:none; 
} 

#popular-comments h4 {
font-size: 12px;
color: #000;
text-transform: uppercase;
}

#popular-comments li { 
overflow:auto; 
margin: 0px; 
padding: 10px 5px; 
} 

#popular-comments li img { 
background: #EAE8DB;
float:left; 
margin-right:10px; 
border:1px solid #CCCCCC;
padding: 3px;
} 

#popular-comments li a { 
text-decoration:none; 
font-weight:bold; 
color:#000;
} 

#popular-comments li a:hover {
color: #DC002C;
}

#popular-comments li p { 
text-transform: uppercase;
font-size: 10px;
}

