/*
File:			custom.css
Description:	Custom styles for the Neoclassical Theme that you define

Use:

The <body> tag has been appended with the "custom" class, like so: <body class="custom">.
You can use the "custom" class to overwrite *any* CSS declarations contained in this
theme's style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; } <--- This makes links green
	
	.custom a:hover { color: #00f; } <--- This makes links blue when you mouse over them

Why this works:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!
*/


	
.format_text {
    font-size: 14px;
    line-height: 2;
	}
#left_bar {
    padding:0px;
	/*background: url(images/left-bar-bg.gif);*/
	}
h2{
    font-size: 16px;
    margin: 10px 0;
    padding: 0 0 3px;
}

h2.widgettitle {
    background-color: #5E5201;
    border-bottom: 0 solid #8F8FB3;
    color: #B0A873;
    font-family: Georgia,'Times New Roman',Palatino,serif;
    margin-bottom: 0;
    padding: 5px;
	font-size:16px;
	}
.wp-caption{
	/*background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #DDDDDD;*/
    padding: 5px;
	}
p.wp-caption-text{
	font-size: 0.82em;
    margin: 0;
    text-align: center;
	}
#social-icons{
	position: absolute;
    right: 190px;
    top: 260px;;
	}
dl#comment_list {
    background: none repeat scroll 0 0 #E2E0D0;
    margin: 0 0 3em;
    padding: 10px;
}
.comment .format_text {
    padding: 0 20px 0 50px;
}


   
dl#comment_list dt.comment {
    font-size:inherit;
	}

/* style for tables */  

#wp-rt { margin:0px; background: none repeat scroll 0 0 #EEEEEE; font-size: 9px; border: 1px solid #CCCCCC;}
#wp-rt td { vertical-align: top; border-bottom: 1px solid  #CCCCCC; font-size: 9px; font-weight: bold; }
#wp-rt tr { height: 20px; font-size:9px;}

.format_text ul li {
    background: none;
    }
				

/* style for movie list boxes */

.list-box {
    border: 4px solid #F2F2F2;
    float: left;
    padding: 10px;
	margin-bottom:15px;
	width:100%;
}

h4 {
    float: left;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 1.21818em;
    text-transform: none;
    
}

.watch-trailer a {
    display: block;
    float: right;
    height: 24px;
    width: 178px;
	overflow: hidden;
    text-indent: 999px;
	background:url(../../uploads/2011/04/trailer.gif) 0 0 no-repeat;
}

.watch-trailer a:hover {
    background:url(../../uploads/2011/04/trailer.gif) 0 -24px no-repeat;
}
.movie-list-description{
	font-size:11px;
	}
	
/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
margin: 0;
padding: 0;
color: #555555;
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
line-height: 2;
background: url(images/header.png) repeat-x scroll 0 0 #F2F2F2;
}

h1, h2, h3, h4, h5 {
background-color: transparent;
color: #000066;
clear: both;
}

h2, h3, h4, h5 {
margin-top: 0px;
color: #7B7022;
}

h1, h6 {
margin: 0 0 20px;
font-family: 'Times New Roman', Georgia, 'Palatino Linotype', Palatino, serif;
font-size: 200%;
font-weight: normal;
color: #7b7022;
}

h6 {
margin: 0 0 5px;
padding:0;
line-height: 1.3;
}

h2 {
font-family: Georgia, 'Times New Roman', Palatino, serif;
padding-top: 5px;
font-size:22px;
}

h3 {
font-family: Georgia, 'Times New Roman', Palatino, serif;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Times New Roman', Georgia, Palatino;
}

code {
color: #332206;
}

img {
border: 1px dotted #ffffff;
}

a:link img {
border: 1px dotted #ffffff;
}


/* -- General Link Styling -- */

a:link, .format_text a{
color: #7b7022; 
text-decoration: underline;
}

a:hover, a:visited, .format_text a:hover, .format_text a:visited {
color: #237FA1;
background-color:transparent;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 1175px;
border: 0px solid #8f8fb3;   
}

#Header {
position: relative;
height: 137px;
}

#ContentWrapper {
float: left;
margin-left:15px;
}

#ContentColumn {
/*margin: 0px 410px 0 30px;     STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
border-right: 0px dashed #616265;
}

#NavColumn {
float: left;
margin: 0;
width: 220px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
/*margin-left: -390px;         STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
border: 1px solid #ddd;
}

#ExtraColumn {
float: left;
margin: 0 0 0 15px;
border: 1px solid #ddd;
width: 190px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
/*margin-left: -195px;         STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
padding: 0px 0;
border-top: 0px solid #f0f5fb;
/*height: 163px;*/
}

.Liner {
padding: 15px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 0px auto;
background-repeat: repeat-y;
background-position: top center;
background-color: transparent;
background-image:url(images/page-wrapper-bg.png);
}

#Header {
background-color: transparent;
    background-image: url(images/header-logo.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

#top-adsense-container{
	height: 90px;
    margin: 0 0 15px;
    width: 728px;
	}

#ContentWrapper {
background-repeat: repeat-y;

background-position: top center;

}

#NavColumn {
background-color: #fff;
}

#ContentColumn {
border:1px solid #DDDDDD;
background-color: #fff;
padding: 15px;
width: 696px;
}

#ExtraColumn {
background-image: url(http://most-wanted-western-movies.com/wp-content/themes/neoclassical/custom.css);
background-repeat: no-repeat;
background-color: transparent;
}

#Footer {
background-repeat: no-repeat;
background-position: top center;
background-color: #f2f2f2;     
text-align: center;
font-size: 85%;
}

#NavColumn {
font-size: 95%;
}

#ExtraColumn {
font-size: 95%;
}

#NavColumn h4 {
font-size: 89%;
background: transparent url(http://most-wanted-western-movies.com/wp-content/themes/neoclassical/images/reminderheader.jpg) top center repeat-x;
color: white;
letter-spacing: 1px;
text-transform: uppercase;
font-family: 'Times New Roman', Georgia;
margin-top: 0;
padding: 5px;
}

#ExtraColumn h4 {
font-size: 89%;
background: transparent url(http://most-wanted-western-movies.com/wp-content/themes/neoclassical/images/reminderheader.jpg) top center repeat-x;
padding: 5px;
font-family: 'Times New Roman', Georgia;
color: white;
letter-spacing: 1px;
text-transform: uppercase;
margin-top: 0;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 5px;
font-size: 100%;
color: #000066;
border-bottom: 0px dotted #777777;
margin: 12px 0;
background: transparent url(http://most-wanted-western-movies.com/wp-content/themes/neoclassical/images/headings.jpg) top center repeat-x;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 ;
margin: 0;
}

.Navigation li, li.widget li, li.linkcat li {
background-color: transparent;        /* tan, for button and RSS box backgrounds -- */
margin-bottom: 1px;
}

/* -- Navigation Link styles -- */

.Navigation a:link, .Navigation a:visited {
    background: none repeat scroll 0 0 #E3DFBF;
    color: #5E5201;
	font-weight: bold;
    padding: 3px 0 3px 8px;
    text-decoration: none;
    display: block;/*  this makes the whole box highlight rather than just the text */
}
/* 
.Navigation a:visited {
display: block;      this makes the whole box highlight rather than just the text 
text-decoration: none;
}*/

.Navigation a:hover {
display: block;     /*  this makes the whole box highlight rather than just the text */
background-color: #cec9a1;   
text-decoration: none;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Horizontal Text NavBar -- */

.ExtraNav {
/*font-family: Palatino, 'Times New Roman', Georgia;*/
}

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

.ExtraNav ul li {
display: inline;
background-color: transparent;
text-align: left;
border-right: 1px solid #716f97;
}

.ExtraNav ul li:hover {
padding-top:2px;
}

.ExtraNav a:link {
color: #c2b8cc;
text-decoration: none;
text-align: center;
padding: 0 10px;
}





.ExtraNav a:visited {
color: #cccccc;
text-decoration: none;
text-align: center;
padding: 0 10px;

}

.ExtraNav a:hover {
color: #fff;
text-decoration: none;
background-color: transparent;
text-align: center;
padding: 0 10px;
}

a:link.first, a:hover.first{
padding-left: 0;
}

#Header a.banner {
    display: block;
    float: left;
    height: 55px;
    margin-top: 55px;
    width: 100%;
}

#Header a.banner span {
    display: none;
}

#Header .ExtraNav {
position: absolute;
top: 85px;

}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
position: relative;
top: 76px;
padding-bottom: 85px;
background-color: transparent;
}

#Footer .ExtraNav a:link {
color: #ffffff;
}

#Footer .ExtraNav a:hover {
color: #777777;
}

#Footer .ExtraNav li {
border: none;
}

#Footer .ExtraNav ul li:hover {
display: inline;
background: transparent;
text-align: left;
}


/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000000;
display: block;
line-height: 150%;
margin-bottom:10px;
}

/* -- floats -- */


#ContentColumn ul {
list-style-type: none;
padding-left: 0;
margin-left: 10px;
}

#ContentColumn li {
background: url(http://most-wanted-western-movies.com/wp-content/themes/neoclassical/images/bullet.jpg) left top no-repeat;
padding-left: 30px;
padding-bottom: 15px;
} 

/* -- sharebar styles -- */
.dd_post_share {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    display: block;
    margin-left: -363px;
    }
.dd_buttons{
	margin:5px;
	width: 59px;
	}
.dd_button_v{
	margin:5px 0;
	}