BODY
{
	background-color: #e5e1d4;
	margin-top: 0px;
	font-size: 12px;
	font-family: Verdana;
	background-image: url(images/headerbg.png);
	background-position: top;
	background-repeat: repeat-x;
}
#main
{
	margin: auto;
	width: 100%;
}

#header
{
	width: 100%;
	height: 245px;
	margin-bottom: 0px;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(images/header.png);
}
#pagesn
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 600px;
	float: left;
}
#pagesnav
{
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 600px;
	height: 48px;
	list-style: none;
}

#pagesnav ul li a
{
	text-decoration: none;
}
#pagesnav ul li
{
	float: left;
}
#pagesnav li
{
	float: left;
	list-style-type: none;
	margin-right: 4px;
	margin: 17px 2px 0px 2px;
}
#pagesnav li a
{
	font-family: arial;
	color: #fff; display: block; 
	font-size: 10pt; 
	text-decoration: none;
	padding: 3px 7px 5px 7px;
}
#pagesnav li a:hover
{
	color: lightgrey;
}
#pagesnav li:hover
{
}
#pagesnav li.current_page_item
{
}
#pagesnav li.current_page_item a
{
	color: white;

}


#pagesnav1
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 30px;
	list-style: none;
	float:left;
	text-transform:uppercase;
}

#pagesnav1 ul li a
{
	text-decoration: none;
}
#pagesnav1 ul li
{
	float: left;
}
#pagesnav1 li
{
	float: left;
	list-style-type: none;
	margin-right: 4px;
	margin: 2px 2px 0px 2px;
}
#pagesnav1 li a
{
	font-family: arial;
	color: #fff; display: block; 
	font-size: 10pt; 
	text-decoration: none;
	padding: 3px 7px 5px 7px;
}
#pagesnav1 li a:hover
{
	color: lightgrey;
}
#pagesnav1 li:hover
{
}
#pagesnav1 li.current_page_item
{
}
#pagesnav1 li.current_page_item a
{
	color: white;
	font-weight: bold;
}

#adds
{
	font-size: 11px;
	color: white;
	width: 100%;
	margin-left: 0px;
	padding-top: 65px;
}

#rss
{
	font-size: 11px;
	color: #b0a791;
	width: 80px;
	float: left;
	margin-top: 0px;
	border: 0px;
}
#blogname
{
	position: relative;
	padding-left: 0px;
	padding-top: 55px;
}

#blogname a, a:visited, a:link
{
	text-decoration: none;
	color: #AE4643;
}

#blogname a:hover
{
	text-decoration: underline;
	color: #AE4643;
}
#blogname .description
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	padding-left: 18px;
	color:#7F7C70;
	width:570px;
}
/* MIDDLE STARTS HERE */
#middle
{
	width: 100%;
}
#mcontent
{
	width: 52%;
	float: left;
	display: block;
}
#mcontent .post h1
{
	color: Black;
	font: normal 26px/36px "Trebuchet MS", Verdana;
	border-bottom: 1px dotted #1C354C;
	margin-bottom: 8px;
}
#mcontent .post h1 a
{
	color: #AE4643;
}

#mcontent h1
{
	color: #AE4643;
	font: normal 26px/36px "Trebuchet MS", Verdana;
	border-bottom: 1px dotted #1C354C;
	margin-bottom: 8px;
	text-transform:capitalize
}

#mcontent .post h2
{
	color: #AE4643;
	font: normal 22px/32px "Trebuchet MS", Verdana;
	border-bottom: 1px dotted #1C354C;
	margin: 15px 0px 8px 0px;

}
#mcontent .post h2 a
{
	color: #AE4643;
}

#mcontent .post h3
{
	color: Black;
	font: normal 20px/24px "Trebuchet MS", Verdana;
	border-bottom: 1px dotted #1C354C;
	margin-bottom: 8px;
	color: #AE4643;
	margin-top:30px;
}

#mcontent .post h4
{
	color: #AE4643;
	font: normal 18px/24px "Trebuchet MS", Verdana;
	border-bottom: 1px dotted #1C354C;
	margin: 15px 0px 8px 0px;

}
#mcontent .post h4 a
{
	color: #AE4643;
}

.post-date
{
	float: left;
	background: url("images/time.png") no-repeat;
	padding-left: 20px;
	line-height: 16px;
	color: gray;
	font-size: 10px;
	margin-left: 5px;
}
.post-comments
{
	float: right;
	background: url("images/comments.png") no-repeat;
	padding-left: 20px;
	line-height: 16px;
	color: gray;
	font-size: 10px;
	padding-right: 5px;
}
.post-cat
{
	float: left;
	background: url("images/folder.png") no-repeat;
	padding-left: 20px;
	line-height: 16px;
	color: gray;
	font-size: 10px;
	margin-left: 5px;
	padding-right: 5px;
}
.post-comments a
{
	color: #b0a791;
	font-size: 10px;
	font-weight: bolder;
}
.post-comments a:link
{
	color: #b0a791;
	font-size: 10px;
	font-weight: bolder;
}
.post-comments a:visited
{
	color: #b0a791;
	font-size: 10px;
	font-weight: bolder;
}
.entry
{
	float: none;
	text-align: justify;	
	padding-top: 8px;
}


/* PANEL STARTS HERE */
#panel
{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
/* GROUP */
#group
{
	width: 980px;
	background: url("images/a.gif") repeat-y;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
}
#grouptop
{
	width: 980px;
	background: url("images/at.gif") no-repeat;
}
#groupbottom
{
	width: 980px;
	padding: 10px 10px 15px 10px;
	background: url("images/ab.gif") no-repeat left bottom;
	overflow: hidden;
}
#groupbottom h3
{
	color: Black;
	font: normal 20px/30px "Trebuchet MS", Verdana;
	border-bottom: 1px dotted #1C354C;
	margin-bottom: 8px;
}
#about
{
	float: left;
	width: 324px;
	font-size: 12px;
	font-family:  "Trebuchet MS", Verdana;
	text-align: justify;
	margin-right: 10px;
}
#ad336280
{
	float: left;
	width: 336px;
}
#featured
{
	float: left;
	width: 280px;
	margin-right: 10px;
}
/* DEFAULT  */
#def
{
	width: 100%;
}
#content
{
	width: 40%;
	float: left;
        margin-left:30px;
}
#content .post h2
{
	color: #AE4643;
	font: normal 22px/32px "Trebuchet MS", Verdana;
	border-bottom: 1px dotted #1C354C;
	margin-bottom: 8px;
}
#content .post h2 a
{
	color: #AE4643;
}

#content .post h1
{
	color: #AE4643;
	font: normal 24px/34px "Trebuchet MS", Verdana;
	border-bottom: 1px dotted #1C354C;
	margin-bottom: 8px;
}


/* FOOTER */
#footer
{
	width: 100%;
	margin: 0px 0px 0px 0px;
}
#ftt
{
	width: 100%;
	float: left;
	text-align: center;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
        background-position:center top;
	height: 65px;
	padding-top: 230px;
	color: #5F1818;
	margin: 0px 0px 0px 0px;
}
#ftt a{
	text-decoration:none;
}

/* SIDEBAR  */
/* SIDEBAR  */
#sidebar
{
	width: 16%;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#sidebar1
{
	width: 18%;
	float: left;
	margin-left: 40px;
	margin-right: 30px;
	margin-bottom: 10px;
	display: block;
	background-color:#EFECE0;
}

#sidebar1 ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: "Trebuchet MS", Verdana;
}
#sidebar1 li
{
	padding-left: 0px;
}
#sidebar1 h4
{
	display: block;
	padding: 3px;
	padding-left: 5px;
	background-color: #AE4643;
	border-bottom: 1px solid white;
	color: #fff;
	font: normal 14px/24px Verdana;
}
#sidebar1 li
{
	display: block;
	padding: 5px;
	padding-left: 15px;
	background-color: #EFECE0;
	border-bottom: 1px solid white;
	color: Black;
}
#sidebar1 a:link, #sidebar1 a:visited
{
	color: black;
	text-decoration: none;
}

#sidebar1 a:hover
{
	color: #6F0D13;
	text-decoration: underline;
}

#sidebar2
{
	width: 18%;
	float: right;
	margin-left: 15px;
	margin-right: 40px;
	margin-bottom: 10px;
	display: block;
	background-color:#EFECE0;
}
#sidebar2 ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: "Trebuchet MS", Verdana;
}
#sidebar2 li
{
	padding-left: 0px;
}
#sidebar2 h2
{
	display: block;
	padding: 3px;
	padding-left: 5px;
	background-color: #AE4643;
	border-bottom: 1px solid white;
	color: #fff;
	font: normal 14px/24px Verdana;
}

#sidebar2 a:link, #sidebar2 a:visited
{
	color: black;
	text-decoration: none;
}

#sidebar2 a:hover
{
	color: #6F0D13;
	text-decoration: underline;
}

.adb
{
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
/* LINKS */
a, a:visited, a:link
{
	text-decoration: none;
	color: #6F0D13;
}
a:hover
{
	text-decoration: underline;
	color: Black;
}
/* DEF */
h1, h2, h3, h4
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
.alignleft
{
text-align: left;
}
.alignright
{
text-align: right;
}

.movie span{
                font-size:20px;
                color:#3B7CA7;
                font-family:Tahoma,Verdana,"Lucida Grande",Sans-serif;
                font-weight:normal;
                text-align:center;
                letter-spacing:-1px;
                }

.movie table{
                text-align:center;
                }

.movie table td{
                width: 154px;
                border:1px solid #C9C2B3; 
                margin:0 5px;
                padding:20px 6px; 20px 6px;
                }

.home h2
{
	color: #AE4643;
	font: normal 20px/30px "Trebuchet MS", Verdana;
	border-bottom: 1px dotted #1C354C;
	margin: 15px 0px 8px 0px;
}

.home h3
{
	color: #AE4643;
	font: bold 14px/22px "Trebuchet MS", Verdana;
	border-bottom: 1px dotted #1C354C;
	margin-bottom: 8px;
	margin-top:10px;
}

.home p{
	font-size: 11px;
}




.imdb{
                float: right;
                text-align: center;
}
.imdb{
                float: right;
                text-align: center;
}

.imdb span{
                font-weight: bolder;
                color:red;
}

#browse {
	border-bottom: 1px dotted #1C354C;
	margin-bottom: 8px;
	font: normal 24px/34px "Trebuchet MS", Verdana;
	color:#AE4643;
}

.moviebox span{
                font-size:14px;
                color:#3B7CA7;
                font-family:Tahoma,Verdana,"Lucida Grande",Sans-serif;
                font-weight:bold;
                text-align:center;
                }

.moviebox{
                height: 262px;
                width: 172px;
                border:1px solid #D6D6D6;
                margin:3px;
                padding:10px;
                float:left;
                background-color: #EFECE0;
                text-align:center;
}
/*
#mcontent .post a {
	text-decoration:underline;
}

*/
.selected ul li a {
color:red;
font-size:20px;
padding-right:30px;
display: inline-block;
}

.yui-navset ul li a{
	font-size: 20px;
	background:transparent url(http://www.movie4download.net/img/tabs_bgcolor.png) no-repeat top right;
	margin:0px;
	padding-left:5px;
	color:#FFFFFF;
	width:180px;
	height:30px;
	padding-top:2px;
}

.yui-content{
	margin-bottom:30px;
}

.submit input, .button, .button-primary, .button-secondary, input[type="button"], input[type="submit"] {
-moz-border-radius-bottomleft:9px;
-moz-border-radius-bottomright:9px;
-moz-border-radius-topleft:9px;
-moz-border-radius-topright:9px;
-moz-box-sizing:content-box;
-x-system-font:none;
border:1px solid #BBBBBB;
color:#464646;
cursor:pointer;
font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:16px;
padding:2px 8px !important;
text-decoration:none;
text-shadow:0 1px 0 #FFFFFF;
}
.button a, .button-secondary a {
font-weight:normal !important;
}
.submit input:hover, .button:hover, .button-secondary:hover, input[type="button"]:hover, input[type="submit"]:hover {
border-color:#666666;
color:#000000;
}
.submit input, .button, .button-secondary, input[type="button"], input[type="submit"] {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F2F2F2 url(http://www.movie4download.net/img/grad.png) repeat-x scroll left top;
}
.submit input:active, .button:active, .button-secondary:active, input[type="button"]:active, input[type="submit"]:active {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EEEEEE url(http://www.movie4download.net/img/grad.png) repeat-x scroll left bottom;
}

input#s {
          border:1px solid #FFFFFF;
          color:#000;
          font-family:Tahoma,Verdana,'Lucida Grande',Arial,Sans-Serif;
          font-size:12px;
          width:230px;
          padding:2px 3px;
}

#top{
	float:left;
	margin-left:40px;
}

a.buttons{
	background: transparent url('http://www.movie4download.net/img/download-button_left.png') no-repeat top left;
	display: block;
	float: left;
	height: 47px;
	text-decoration: none;
	padding-left: 8px;
	cursor:pointer;
}

.buttons{
	margin-top:15px;
}

a:link.buttons, a:visited.buttons, a:hover.buttons, a:active.buttons{
	color: white;
}

a.buttons span{
	background: transparent url('http://www.movie4download.net/img/download-button_right.png') no-repeat top right;
	display: block;
	padding: 15px 15px 15px 15px;
	height: 47px;
}

a:hover.buttons{
	text-decoration: underline;
}


.buttonwrapper{ 
	overflow: hidden;
	width: 100%;
}

#navigation{
       text-align:center;
       padding-top:20px;
       padding-bottom:20px;
}

td.download_tabs{
	background-color:#AE4643;
	color:white;
	width:140px;
	height:32px;
	background:transparent url(http://www.movie4download.net/img/tabs_bgcolor2.png) no-repeat top left;
}

a:link.download_tabs, a:hover.download_tabs, a:active.download_tabs{
	background-color:#AE4643;
	color:white;
	width:140px;
	height:32px;
	background:transparent url(http://www.movie4download.net/img/tabs_bgcolor1.png) no-repeat top left;
}