/*
Theme Name: vlm1
Theme URI: http://allvishal.com
Description: Version 1 of the V Love Movies theme
Author: Vishal K Bharadwaj
Author URI: http://allvishal.com
version: 1.0
*/



/* basics */

*{margin:0; padding:0;}

body {
   background: #50b8e0 url(images/gradbg.png) repeat-x;
   font-family: georgia, times, liberation-serif, serif;
   font-size: 1em;
   line-height: 1.4em;
   letter-spacing: 0.0px;
   margin: 20px;
   color:#1a1a1a;
   }

h1 {font-size: 18pt;}
h2 {font-size: 14pt; margin-top:0px;}
h3 {font-size: 10pt; margin-top:10px;}
h4 {font-size: 9pt;}


/* images and misc. */

img{ border: none; padding: 6px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
   border-left:1px solid #A5ABAB;
   margin:15px;
   padding:0 12px 0 12px;
   }

code{
   margin:10px;
   font-family:"Courier New", Courier, monospace;}


/* links */

a{
   color:#ff7f2a;
   text-decoration:none;
   border: none;
   }

a:hover{
   text-decoration: underline;
   border: none;
   }



/* container */


#container {
   width: 960px;
   margin: 0 auto;
   padding: 0px;
   background:#fff url(images/whitebgline.png) repeat-y;
   color:#333;
   }

/* header */

#header {
   background: #ddd /*url(images/header.jpg)*/;
   width: 960px;
   height: 269px;
   color: #fff;
   position:relative;
   padding:0px;
   margin:0px;
   z-index:999;
   }

#header #logo {
   position:absolute;
   bottom:-6px;
   right:-6px;
   z-index:3;
   }

#header #blackbar {
   width:1024px;
   height:30px;
   background:#1a1a1a;
   position:absolute;
   bottom:0px;
   margin-left:-32px;
   z-index:2;
   }
  
#header h1{
   font-family: palatino linotype, georgia, arial, times;
   font-size: 16pt;
   font-weight: 300;
   letter-spacing: 1px;
   margin: 0;
   padding: 120px 0 0 16px;
   }

#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
   font-family: palatino linotype, georgia, arial, times;
   font-size: 10pt;
   font-weight: 300;
   font-style: italic;
   color: #404040;
   letter-spacing: 1px;
   margin: 0;
   padding: 0 0 0 18px;
   }

/* main menu */


#menu {
   background: #0B1224;
   font-family: verdana, arial, times, serif;
   font-size: 8pt;
   width:760px;
   height:25px;
}


#menu ul {
   margin: 0;
   padding: 6px 0 0 0;
   text-align: left;
}

#menu ul li {
   list-style-type: none;
   display: inline;
   margin: 0;
   padding: 0;
}

#menu ul li a {
   padding: 6px 13px 6px 13px;
   margin: 0;
   text-decoration: none;
   color: #fff;
}

#menu ul li a:hover {
   background-color: #fff;
   color:#0B1316;
}

/* titlebox */

#titlebox {
   width:800px;
   min-height:25px;
   color:#fff;
   background:#285c70 url(images/titlebox.png) no-repeat 0% 100%;
   padding:15px 0 15px 0;
   line-height:27px;
   position:relative;
   z-index:0;
   }


/* content */


#content {
   margin-left:80px;
   width: 800px;
   overflow: hidden;
   }

.post {
   margin: 0;
   line-height: 1.5em;
   }

.post h2, #titlebox h2{
   font-family: tahoma, liberation-sans, verdana, arial, sans-serif;
   font-size:32px;
   font-weight:bold;
   color:#fff;
   width:530px;
   display:block;
   margin-left:246px;
   }

.post h2 a{
   color: #fff;
   text-decoration: none;
   }

.post h2 a:hover{
   color: #a1c914;
   text-decoration: none;
   }

 /* Archive Page H2s */  
   
.archive .post h2{
   font-size:24px;
   font-weight:normal;
   color:#50b8e0;
   width:530px;
   display:block;
   margin-left:246px;
   margin-top:20px;
   }

.archive .post h2 a{
   color: #285c70;
   text-decoration: none;
   }

.archive .post h2 a:hover{
   color: #a1c914;
   text-decoration: none;
   }   

/* END OF Archive Page H2s*/  
   
.post h3{
   font-size:1.2em;
   color:#fff;
   background:#a1c914;
   padding:4px 1px 6px 17px;
   margin-top:34px;
   width:570px;
   left:-17px;
   position:relative;
   clear:both;
   }

.post .titlecat, .titlecat {
   width:206px;
   height:100%;
   text-align:right;
   display:block;
   float:left;
   }

.post .titlecat a, .titlecat {
   font-family: tahoma, liberation-sans, verdana, arial, sans-serif;
   font-size:32px;
   font-weight:bold;
   color:#50b8e0;
   }

.post p{
   font-size: 1em;
   margin-left:246px;
   }

.post a{text-decoration:none;}

.post ul {}

.post li {}

.entry {
   margin-left:246px;
   margin-top:20px;
   }

.entry p{margin:12px 0;}

.initialcap {
   font-size:60px;
   float:left;
   padding:8px 7px;
   margin-right:2px;
   margin-bottom:-10px;
   color:#fff;
   background:#a1c914;
   line-height:0.7em;
   height:1em;
   text-transform:lowercase;
   top:-12px;
   position:relative;
   }

.wp-caption {
   position:relative;
   float:left;
   left:-246px;
   padding:0;
   margin:0 -230px 17px 0;
   }

.post img {
   left:-246px;
   padding:0px;
   position:relative;
   float:left;
   margin:0 -230px 17px 0;
   }
   
.post object {
   left:-246px;
   padding:0px;
   position:relative;
   float:left;
   margin:0 -230px 17px 0;
   }
   
.wp-caption img {
   left:0px;
   float:none;
   margin:0 0 -10px 0;
   }

p.wp-caption-text{
   width:80%;
   display:block;
   font-family: tahoma, liberation-sans, verdana, arial, sans-serif;
   font-size:0.7em;
   font-weight:normal;
   font-style:normal;
   letter-spacing:0.1em;
   line-height:0.8em;
   color:#fff;
   background:#285c70;
   padding:6px 10px 10px 10px;
   margin:10px 0 0 35px;
   }

img.wp-smiley {
   position:auto;
   float:none;
   padding:0px;
   margin:0px;
   left:0px;
   }

#wp-email img{
   position:auto;
   margin:0;
   float:none;
   left:0px;
   }

.post .textleft, .post .metaleft {
   left:-246px;
   width:210px;
   padding:0px;
   position:relative;
   clear:left;
   float:left;
   margin-right: -210px;
   color:#a1c914;
   font-family: tahoma, liberation-sans, verdana, arial, sans-serif;
   }

.archive .post .metaleft {
   left:0px;
   width:210px;
   padding:0px;
   position:relative;
   clear:left;
   float:left;
   margin-right: -210px;
   color:#a1c914;
   font-family: tahoma, liberation-sans, verdana, arial, sans-serif;
   }   
 
.archive hr{
   clear:both;
   }
 
.post .textleft {
   font-size:1.7em;
   line-height:1.3em;
   color:#d3f169;
   }

.post .textleft:before, .post .textleft:after {
   font-weight: bold;
   font-size:64px;
   font-family: georgia, times, liberation-serif, serif;
   color:#d3f169;
   line-height:10px;
   width:100%;
   display:block;
   margin-top:10px;
   }

.post .textleft:before {
   content: open-quote;
   }

.post .textleft:after {
   content: close-quote;
   text-align:right;
   margin-top:30px;
   }

.post .metaleft {
   text-align:right;
   font-size:0.7em;
   letter-spacing:0.1em;
   }

.postmetadata{
   clear: both;
   background:#F7F7F7;
   padding:6px;
   margin-top: 16px;
   }


.navigation {
   font-size:8pt;
   width:100%;
   min-height:1px;
   margin-bottom:25px;
   }

   .alignleft {
      float:left;
      width:200px;
      }

   .alignright {
      float:right;
      width:200px;
      }

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}

/* sidebar */

#sidebar {
   font-family: verdana, arial, tahoma;
   font-size:8pt;
   width: 200px;
   float:left;
   margin: 12px 0 24px 0;
   padding: 0;
   border-right: 1px dotted #A2A2A2;
   }

#sidebar h2{
   font-family: georgia, verdana, times;
   font-weight: normal;
   font-size: 10pt;
   text-align: left;
   color: #08122E;
   margin: 0;
   padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
   margin:12px;
   padding:0;
   list-style-type: none;
   }

#sidebar ul li {
   margin: 0;
   padding: 0;
   line-height: 14pt;
   list-style-type: none;
   }

#sidebar ul ul {
   margin: 6px 0 6px 12px;
   padding: 0;
}

#sidebar ul ul li {
   list-style-type: none;
   list-style-position: inside;
   }

#sidebar ul ul ul{
   margin: 0;
   padding: 0;
}

#sidebar ul ul ul li{
   padding: 0 0 0 15px;
   list-style-type: square;
   color: #898989;
}


/* post footer */

#postfooter {
   width:800px;
   min-height:280px;
   background:#a1c914;
   padding:0px;
   margin:0px;
   position:relative;
   color:#fff;
   font-family: tahoma, liberation-sans, verdana, arial, sans-serif;
   font-size:12px;
   font-weight:bold;
   letter-spacing:0.3px;
   line-height:16px;
   clear:both;
   }

#postfooter a {
   color:#285c70;
   }

#relatedposts {
   width:188px;
   w/idth:208px;
   margin-left:20px;
   padding-top:10px;
   text-align:right;
   float:left;
   }

#relatedposts h3 {
   font-family: tahoma, liberation-sans, verdana, arial, sans-serif;
   font-size:16px;
   font-weight:bold;
   margin:0px;
   }

.sociable {
   margin:0;
   padding:0;
   }

.sociable_tagline {
   margin-bottom:5px;
   }

#postmeta {
   width:200px;
   min-height:280px;
   padding:10px 10px 16px 18px;
   border-left:1px solid #1a1a1a;
   float:left;
   margin-left:20px;
   }

#postmeta img {
   padding:0;
   margin:0;
   }

#postfootad {
   height:280px;
   width:336px;
   background:url(images/336x280.gif) no-repeat;
   float:left;
   }

 #greenboxrt {
	width:170px;
	float:left;
	margin-left:90px;
	margin-top:20px;
	margin-bottom:20px;
	}
 
#greenboxrt img{
	float:left;
	margin-top:-14px;
	}

#greenboxrt a{
	color:#d95c29;
	}
	
/* comments */

#commentssection{
   clear: both;
   padding: 2px 0px;
   margin: 0 0 0 246px;
   }

#titleboxcomment {
   width:228px;
   height:50px;
   background:#808080 url(images/titleboxcomment.png) no-repeat;
   left:-246px;
   position:relative;
   }

#commentssection h3{
   font-family: tahoma, liberation-sans, verdana, arial, sans-serif;
   font-size:32px;
   font-weight:bold;
   color:#50b8e0;
   text-align:right;
   padding:10px 10px 0 0;
   }

#commentform{
   background: #F0F0F0;
   margin: 12px 0px 20px 0px;
   padding:10px 20px 20px 20px;
   border: 3px dotted #50b8e0;
   }

#commentform p{
   color: #285c70;
   }

#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}

#commentform h3{
   font-family: georgia, times, verdana;
   font-size: 10pt;
   font-weight: 300;
   color: #000;
   }

#commentbox{
   width:95%;
   min-width:400px;
   margin:5px 5px 0 0;
   }

h3#respond{
   font-family: tahoma, liberation-sans, verdana, arial, sans-serif;
   font-size:24px;
   font-weight:bold;
   color:#50b8e0;
   font-style: normal;
   margin-bottom:5px;
   }

#author, #email, #url, #commentbox, #submit{
   background: #fff;
   font-family: verdana, arial, times;
   font-size: 8pt;
   margin:5px 5px 0 0;
   padding: 6px;
   border: 1px solid #B2B2B2;
   }

#submit{
   margin:5px 5px 0 0;
   background:#50b8e0;
   color:#fff;
   font-weight:bold;
   border:0;
   }

#submit:hover {
   background:#285c70;
   }

ol.commentlist {
   list-style-type: none;
   margin-top:-60px;
   }

ol.commentlist li {
   background: #fff;
   margin:10px 0;
   border:3px solid #285c70;
   padding:10px 20px 10px 110px;
   color: #285c70;
   }

#commentssection .avatar {
   float:left;
   margin-left:-100px;
   }

/* ol.commentlist li.alt {background: #E5E5E5;} */
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {
   color:#000;
   }

ol.commentlist cite {
   font-family: tahoma, liberation-sans, verdana, arial, sans-serif;
   font-size:22px;
   font-weight:bold;
   color:#50b8e0;
   font-style: normal;
   }

ol.commentlist cite a{
  color: #50b8e0;
  border-bottom: 3px dotted #808080;
  }

ol.commentlist .commentmetadata a {
   font-family: tahoma, liberation-sans, verdana, arial, sans-serif;
   font-size:11px;
   font-weight:bold;
   color:#50b8e0;
   font-style: normal;
   }

/* trackback */   

#trackback {
	margin-top:-54px;
	}
   
#trackback li {
   background: #fff;
   font-family: verdana, arial, times;
   font-size: 8pt;
   font-weight:bold;
   margin:5px 5px 0 0;
   padding: 6px;
   border: 2px solid #B2B2B2;
   }   

#trackbackleft{
   color:#a1c914;
   font-family: tahoma, liberation-sans, verdana, arial, sans-serif;
   font-size:12px;
   font-weight:bold;
   }   
   
/* search */

#searchform{
   padding: 6px 0 6px 6px;
   font-family: verdana, arial, times;
   }

#searchform input#s{
   font-family: verdana, arial, times;
   font-size: 8pt;
   padding: 2px;
   margin: 2px;
   border: 1px solid #B7B7B7;
   }

#searchform input#searchsubmit{
   font-family: verdana, arial, times;
   font-size: 7pt;
   padding: 2px;
   margin: 2px 0 0 2px;
   border: 1px solid #B7B7B7;
   background-color: #fff;
   color: #797979;
   }

 /* Blackbar search */

#blackbar #searchform{
   padding: 6px 0 6px 6px;
   font-family: verdana, arial, times;
   margin-top: -3px;
   }

#blackbar #searchform input#s{
   font-family: verdana, arial, times;
   font-size: 8pt;
   padding: 2px;
   margin: 2px 2px 2px 187px;
   border: 1px solid #555;
   color:#a1c914;
   background:#1a1a1a;
   }

#blackbar #searchform input#searchsubmit{
   font-family: verdana, arial, times;
   font-size: 7pt;
   padding: 2px;
   margin: 2px 0 0 2px;
   border: 1px solid #555;
   background-color: #1a1a1a;
   color: #50b8e0;
   }  
   
/* footer */

#footer {
   background: #285c70 url(images/footerbg.png) no-repeat 0% 100%;
   clear: both;
   width: 100%;
   height:100%;
   margin-top:15px;
   font-family: verdana, arial, tahoma;
   font-size: 7pt;
   position:relative;
   padding-bottom:60px;
   }

#footer #blackbar {
   width:960px;
   height:30px;
   background:#1a1a1a;
   position:absolute;
   z-index:2;
   left:0;
   }

#footer #footercol {
   width:268px;
   font-family: tahoma, liberation-sans, verdana, arial, sans-serif;
   font-size:14px;
   font-weight:normal;
   letter-spacing:0.5px;
   color:#a1c914;
   margin:0px 0 0 40px;
   padding-top:25px;
   padding-top:40px;
   }

#footer #footercol.leftcol{
	line-height:16px;
	width:245px;
	min-height:200px;
	}
	
#footer #footercol.leftcol ul li{
	list-style-type: square;
	}	

#get_recent_comments_wrap{
	margin-top:8px;
	}
	
#footer #footercol.centrecol, #footer #footercol.rightcol{
	position:absolute;
	top:0;
	left:285px;
   }

 #footer #footercol.rightcol{
	left:570px;
   }  

 #footer #footercol.quotebox{
	border-top:1px solid white;
	width:880px;
	font-family: georgia, times, liberation-serif, serif;
    font-size:3em;
    line-height:1.3em;
    color:#d3f169;
	padding-top:0;
	margin-top:30px;
   }  

#footer #footercol.quotebox .quoteauthor{
	text-align:right;
	width:95%;
	display:block;
	font-size:0.75em;
	color:#a1c914;
	}
   
#footer #footercol a {
   color:#fff;
   }

#footer #footercol li {
   list-style:none;
   }

#footer h4 {
   font-family: tahoma, liberation-sans, verdana, arial, sans-serif;
   font-size:16px;
   font-weight:bold;
   color:#ff7f2a;
   margin-top:20px;
   }

#footer .textwidget{
   padding-top:20px;
   padding-bottom:20px;
   border-bottom:1px solid white;
   }

#footer p.smallgreen {
   font-family: tahoma, liberation-sans, verdana, arial, sans-serif;
   font-size:12px;
   color:#a1c914;
   line-height:13px;
   font-weight:normal;
   display:block;
   }

#footer p.smallorange {
   font-family: tahoma, liberation-sans, verdana, arial, sans-serif;
   font-size:16px;
   color:#ff7f2a;
   line-height:17px;
   font-weight:bold;
   display:block;
   }

#footer p.copyright {
   width:800px;
   height:25px;
   position:absolute;
   bottom:0px;
   margin:0 80px;
   padding:5px 0px 0px 0px;
   text-align:center;
   }

#footer p{padding:6px;margin: 0; color: #eee;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

/* Splash page */

#splashbar {
   width:990px;
   height:30px;
   position:absolute;
   z-index:2;
   margin-top:65px;
   background:transparent;
   left:0;
   }
   
#splashbar1 {
   width:200px;
   height:30px;
   background:#50b8e0 url(images/gradbg.png) repeat-x 0 -65px;
   float:left;
   }
   
#splashbar2 {
   height:30px;
   background:#1a1a1a;
   }
   
 #splashlogo {
   margin-top:20px;
   z-index:3;
   position:absolute;
   left:0;
   }
   
body.splash   {
   margin:0;
   padding:0;
   position:relative;
   }

body.splash #container {
   width:1000px;
   background:transparent;
   position:relative;
   }

body.splash #content {
   color:#fff;
   width:180px;
   margin-top:190px;
   margin-left:160px;
   float:left;
   }
   
body.splash #footer{
   margin-top:580px;
   position:absolute;
   }
   
body.splash .entry{
   margin:0;
   padding:0;
   font-family: tahoma, liberation-sans, verdana, arial, sans-serif;
   font-size:8px;
   letter-spacing:0.3px;
   line-height:16px;
   }

body.splash .entry p{
   margin:0;
   padding:0;
   font-family: tahoma, liberation-sans, verdana, arial, sans-serif;
   font-size:10pt;
   letter-spacing:0.5px;
   line-height:16pt;
   }

#splashcol1, #splashcol2 {
   width:300px;
   background:#285c70;
   margin-top:90px;
   font-family: tahoma, liberation-sans, verdana, arial, sans-serif;
   font-size:16px;
   font-weight:bold;
   letter-spacing:0.3px;
   color:#fff;
   float:left;
   }   

#splashcol1 {
   margin-left:10px;
   }

#splashcol2 {
   margin-left:10px;
   }

body.splash h4 {
   font-family: tahoma, liberation-sans, verdana, arial, sans-serif;
   font-size:16px;
   font-weight:bold;
   color:#a1c914;
   margin-top:20px;
   }

body.splash h1 {
   font-weight:normal;
   color:#50b8e0;
   margin-top:12px;
   text-align:center;
   }
   
body.splash .post img {
   left:0px;
   top:15px;
   padding:0px;
   margin-left:0px;
   float:none;
   }
   
body.splash .post h2{
   color: #fff;
   text-decoration: none;
   font-size:1.6em;
   font-weight:normal;
   margin:0 0 10px 10px;
   padding:0;
   width:280px;
   }
   
body.splash .post h2 a{
   color: #fff;
   }

body.splash .post h2 a:hover{
   color: #fff;
   text-decoration: none;
   }
   
body.splash a.more{
   width:270px;
   display:block;
   margin-left:10px;
   padding:0 5px;
   text-align:right;
   background:#1a1a1a;
   font-weight:normal;
   color:#a1c914;
   }
   
body.splash #footer {
   background:transparent;
   clear: both;
   width: 100%;
   height:50px;
   margin-top:15px;
   border:0;
   font-family: verdana, arial, tahoma;
   font-size: 7pt;
   position:auto;
   } 

body.splash #footer p.copyright {
   padding:5px 0px 5px 0px;
   width:180px;
   height:auto;
   background:#1a1a1a;
   line-height:1.5em;
   float:right;
   position:absolute;
   right:0px;
   margin:0;
   } 

/* Suckerfish Navigation Drop Down */

#nav {
   position:absolute;
   right:0px;
   bottom:0px;
   z-index:3;
   width:250px;
   }

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index:999;
}

#nav a {
	display: block;
	width: 250px;
}

#nav li {
	float: left;
	width: 250px;
}

#nav li img{
	margin:0;
	padding:0;
	}

#nav li ul {
	position: absolute;
	width: 230px;
	left: -999em;
	background:#1a1a1a;
	border-bottom:10px solid #a1c914;
}

#nav li ul li a{
	margin-bottom:5px;
	width: 220px;
	display:block;
	color:#a1c914;
	
}

#nav ul li {
	margin-left:10px;	
}

#nav li:hover ul {
	left: 20px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: 20px;
}
