/* 

Theme Name: BackSeatCuddler
Description: Theme with 3 Columns
Version: 1.0
Author: Gopal Raju
Author URI: http://www.indofolio.com
Author Blog: http://www.productivedreams.com/
*/
/* Credits*/
/* A customized template for backseatcuddler.com */
/* Original Design By Gopal Raju, www.productivedreams.com */

body { margin: 0; padding: 0; background: #FFF url(images/body_bg.jpg) repeat-x top; }

* {margin: 0; padding: 0; border: 0px none; font-family: "Helvetica", Arial, sans-serif }


/*------------Basic styles------------*/

h1, h2, h3, span#copyright, span#design { margin: 0 10px; color: #fff; font-weight: normal; text-decoration: none; background: transparent }

p {
	margin: 0 0 1em;
	padding: 0;
	line-height: 1.4em;
	font-size: 0.8em;
	}

/*p { font-size: 0.8em; line-height: 1.4em; text-align: justify }*/
h1 { font-size: 1.3em; line-height: 1.4em; letter-spacing: 0.25em }	/* site heading */
h2 { font-size: 1.0em; line-height: 1.4em;color:#01304B; }	/* site heading */
h3 { font-size: 0.8em; line-height: 1.4em; color:#01304B;  }				/* sub headings */
span.copyright { font-size: 13px; padding:15px 0;float:left; color:#748792;}  /* sets the copyright styles */
span#design {  float:right;
font-size:13px;
padding:15px 0; }  /* floats the design link into position */
span#design a{
font-weight: normal;color:#748792;
}
span.validation { position: absolute; top:125px; right:0; width:728px;} /* floats the validation buttons */
.validation img {  margin: 0; background: #d94275; height: 41px; } /* floats the validation buttons */
input[type="button"], input[type="submit"], input[type="reset"], button{
cursor: pointer;
}

#hdrimg a {color:#06FF00;
display:block;
float:left;
font-weight:normal;
margin-left:4px;
text-decoration:none;}
#hdrimg a strong {color: #FFF; text-decoration: none; font-weight: normal;}
#hdrimg a:hover {color: #FFF; text-decoration: none; font-weight: normal;}
#hdrimg a:hover strong {color: #06FF00; text-decoration: none; font-weight: normal;}

#hdrimg h1, #hdrimg h1 img{
margin: 0;
padding: 0;
}

#linkcat-2 ul li, li.meta-links ul li, #linkcat-12 ul li, #archives li{
float: left;
width:130px;
padding: 4px !important;
}

#hdrimg h1 a{
display: block;
height: 160px;
margin: 0;
}

form#searchform{
display:block;
float:left;
width:458px;
}

form#searchform h2{
display: none;
}

form#searchform input{
float: left;
font-size: 14px;
padding: 14px;
height: 41px;
}

form#searchform .searchfields input{
padding: 0;
}

form#searchform input#s{
width:367px;
background: #FFF url(images/search-bg.png) no-repeat 0 0;
}

form#searchform input#s:focus{
background: #FFF;
}

form#searchform input.search-btn{
width:90px;
font-weight: bold;
color: #FFF;
background: #0a85b8 url(images/search.png) no-repeat left;
}

#searchdiv div#adspot_673138658.adspot{
margin: 0 auto !important;
background: #FFF !important;
padding: 5px;
width:257px !important;
}

/*-------------Layout----------------*/

#hdrimg {			/* Large image */
	float: left; 			
	width: 100%;
	margin-bottom: 5px;
	height: 180px;  	/* ie5x hack begins here */     
	voice-family: "\"}\"";
	voice-family: inherit;
	position: relative;
}
html>body #hdrimg {
	height: 180px;        /* ie5x hack ends here */
	position: relative;
}

.rowcontainer {						/* Used to keep the divs in a row.  you can use this for any size of divs */
	float: left;
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;
	background: #FFF url(images/rtsidebar.png) repeat-y right;
	position: relative;
	z-index: 999;
}

#stwrapper.stwrapper{
display: none;
}

#bttmbar { height:41px;
margin-top:30px;
width:100%;
clear: both; }    /* Bottom copyright bar */

#main-wrapper{
overflow: hidden;
width:100%;
background:transparent url(images/footer_bg.jpg) repeat-x bottom;
}

.wrapper{
width:1020px;
margin: 0 auto;
}


/*------Columns: Note they dont add up to 100%, this is intentional to avoid problems!----------*/ 

.fullcolumn { float: left; width: 99%;}		/* Full width column for a one column site */
			
.halfcolumn { float: left; width: 49%;}		/* Half width column for a two column site. */

.onethirdcolumn { float: left; width: 33%; }		/* One third width column for a three column site */

.quartercolumn { float: left; width: 24.5% }		/* One quarter width column for a four column site */

.threequartercolumn { float: left; width: 74.5% }

.twocolumn { float: left; width:175px;padding: 20px 0 0 0; }

.twocolumn.rightside{
width:310px;
background: #f7f7f7;
padding: 0;
}

.twocolumn.rightside a{
color: #012539;
}

.rightside #sidebar #searchdiv ul, li#archives ul{
margin: 5px auto !important;
width:90%;
overflow: hidden;
}

.twocolumn.rightside #sidebar h2, .twocolumn.rightside #sidebar h4{
padding: 13px 20px;
background: #061923 url(images/headingbg.jpg) no-repeat 0 0;
margin-bottom: 10px;
}

.sixcolumn { float: left; width: 535px; }

/*------------------------------Main Navigation------------------------------------------*/

#nav { position: absolute; top: 145px; left: 0px; height: 25px; width: 100% }

ul#nav  { margin: 0 }

#nav li  /* Main nav list items */
{
	font-size: 13px;
	float: left;
	list-style: none;
	text-align: center
}

#nav li a {   /* Main nav styles for all links */
	display: block; /* Although display:block suggests a vertical list the float:left property under #nav li causes the menu to float inline */
	margin-left: 5px; /* adds a gap between the tabs */
	width: 90px; 	/* width of the tab */
	line-height: 25px; /* height of the tab */
	text-decoration: none;
}
	 
#nav a:link, #nav a:visited  { background: url('images/tab.gif') no-repeat 0 -25px }

#nav a:hover, #nav a:active { background: url('images/tab.gif') no-repeat 0 0 }

#nav a#current { background: url('images/tab.gif') no-repeat 0 0 }


/*-----------------------------------Other tags-----------------------------------------*/

acronym { border-bottom: 1px dashed #999; cursor: help }

blockquote {
background: url(img/quote.gif) no-repeat;
display: block;
font: bold 0.9em Verdana,sans-serif;
padding-left: 26px
}
big {font-size: 1.1em;}
h1, h2, h3 {padding-top: 6px;}
label {
display: block;
font-size: 0.9em;
}

/* lists */
ul { margin: 5px 0 5px 35px; }
ol { margin: 5px 0 5px 35px; list-style: decimal }
ol li, ul li { color: #fff; font-size: 0.8em; line-height: 1.4em }

hr { margin: 10px 0px; height: 0px; color: #444 }  /* rule styling */

img {margin: 0 10px} /* all images styling */
img.right {float: right}  /* right floating images */
img.left {float: left}   /* left floating images */

/*-------------------------------------------------------------------------------*/

/* Modification done to basic theme */
/* Added */

#searchdiv {

}

h4, h5, h6 {
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-weight: normal;
}

a, a:visited {
    font-weight: bold;
    color: #cc0066;
    text-decoration: none; 
}
    
 a:hover {
    text-decoration: underline; 
}

/*font: bold 20px/1.1em "Trebuchet MS", "Verdana", sans-serif; }*/        
h3.entrytitle {
	padding: 0;
	margin-bottom: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 1.1em;
	letter-spacing: -1px;
}
	
h3.entrytitle a, h3.entrytitle a:visited {
	color: #02263a;
	text-decoration: none;
}
	
h3.entrytitle  a:hover{
	color: #0c689a;
	text-decoration: underline;
}
    
h3 a {
    text-decoration: none;
    border: 0px none;
    color: #FFA200; 
}
div .entrybody h3, div .entrybody h2{
margin-bottom:10px;
color:#b37100;

}
    
h3 a:hover {
    text-decoration: none;
    border: 0px none;
    text-shadow: none;
    color: #333;
}


.firstpost p.comments_link, .entrybody p.comments_link {
	margin:0;
}
.firstpost {
	padding: 10px;
	margin-bottom:15px;
	background-image: url('images/latest.gif');
	background-repeat: no-repeat;
	background-position: right bottom
}
.entry{
	padding: 20px 10px;
	margin-bottom:15px;
	color:#000000;
}


.arc {
	border: 1px solid #3e4243;
	background-color:#2E3233;
	padding:10px;
	color:#000000;
	margin-bottom:15px;
}
.entrymeta {
	font-size: 11px;
	margin-bottom: 15px;
	color:#000000;
}

.entry ul, .entry ol{
margin-left:30px;
list-style:disc;
margin-top:10px;
margin-bottom:10px;
}
.entry ul li, .entry ol li {
	padding-top:5px;
	line-height:1.5em;
	}

/* comments*/

#commentblock *{
color:#000;
}

h2#comments{
color:#01304B;
font-size:14px;
left:165px;
margin-bottom:10px;
position:absolute;
top:19px;
}

#commentblock h2#comments{
position: static;
}

#commentblock {
background:#EFF9FA none repeat scroll 0 0;
clear:both;
color:#999999;
margin:10px;
position: relative;
padding:10px;
}

ol#commentlist {
	margin-top:0px;
	padding: 5px;
	margin-left: 20px;
	color: #9b9b9b;
	font-size:0.9em;
}

#commentlist li  p{
	margin-bottom: 8px;
	line-height: 20px;
	padding:0;
}

.commentname {
	margin: 0;
	padding: 0  0 2px 0;
	font-weight: bold;]
	font-size:16px;
}

.commentinfo{
	margin-top: 3px;
	margin-bottom: 5px;
	color:#01304B;
}

.commenttext {
	clear: both;
	margin-top: 0px;
	margin-bottom: 30px;
	border: 1px solid #8ac6e8;
	line-height: 12px;
        font-size: 15px;
	color: #000000;
	background-color: #f7fcfd;
	padding: 5px;
}

.commenttext-admin {
	clear: both;
	margin-top: 0px;
	margin-bottom: 30px;
	border-top: 1px solid #000;
	line-height:12px;
	color: #999;
	background-color: #2E3233;
	padding: 10px;
}

#commentsformheader{
	font-size: 1.4em;
	color:#01304B;
	font-weight:bold;
}

.ad-div{
position:absolute;
right:0;
top:15px;
}

.ad-div a{
float: right;
display: block;
}

.ad-div a img{
margin: 0 !important;
}

/* Post Date */


.post_date{
float: left;
display: inline;
margin-right: 20px;
}

.post_date .day{
display: block;
width:80px;
height: 60px;
background: #da016c;
font-size: 58px;
color: #FFF;
text-align: center;
line-height: 58px;
letter-spacing: -3px;
}

.post_date .month_year{
width:80px;
background: #000f17;
display: block;
font-size: 12px;
color: #FFF;
text-align: center;
padding: 2px 0;
}

#commentsform{
	margin-top:0;
	text-align:center;
	padding:0px 10px;
}

#commentsform form{
	text-align:left;
	margin:15px 0 0 0;
}

#commentsform p{
clear:both;
margin:5px;
overflow:hidden;
padding:5px 0;
}

#commentsform p input{
float: right;
border: 2px solid #40778e;
padding: 5px;
width:54%;
}

#commentsform form textarea{
	width:97%;
	border: 2px solid #40778e;
padding: 5px;
}

#commentsform p input:focus, #commentsform p textarea:focus{
border-color:#01304B !important;
}

#commentsform p input#submit{
background:#0A85B8 url(images/search.png) no-repeat scroll left center !important;
color:#FFFFFF !important;
font-weight:bold !important;
border: none !important;
font-size:14px !important;
height:41px !important;
padding:14px !important;
}

#commentsform *{
font-size: 13px !important;color: #000000 !important;
}

#commentsform p label{
float: left;
}


p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Sidebar styling*/

#sidebar {
	margin:0;
	padding:0;
	color:#dddddd;
}

#sidebar ul{
margin: 0 0 10px 0;
}

#sidebar h2 {
	font-weight: bold;
	text-transform:capitalize;
	color: #dddddd;
	font-size: 18px;
	margin: 0;
}
#sidebar p{
	margin: 7px;
	color:#999999;
	line-height: 1.4em;
	}
#sidebar a, #sidebar a:visited {
	color:#012539;
	text-decoration:none;
	font-size: 13px;
	font-family: Arial, helvetica, verdana;
	font-weight: normal;
}
#sidebar a:hover {
	color:#ffa200;
	text-decoration:underline;
}
	
#sidebar ul li {
	list-style-type: none;
	list-style-image: url('none');
	margin: 0;
	overflow: hidden;
	color: #425258;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin:0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin:0;
	}

#sidebar hr{
display: none;
}
.entrybody img, .entrybody object{
max-width: 481px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#most-recent li,
.overall ul li,
.rss-feeds ul li,
li.pagenav ul li{
margin:0px 18px !important;
clear: both;
}

p.comments_link a{

}

#sidebar ul ul li, #sidebar ul ol li, #top-cuddlers li, #most-recent li, #archives li, .overall ul li, .rss-feeds ul li, li.pagenav ul li {
	margin-top: 3px;
	padding: 5px 10px;
	list-style:none;
	color: #4b5458;
}

#sidebar .adspot_content li, #sidebar .adspot_head, .adspot {margin: 0;
padding: 0;}

#sidebar iframe{
margin: 8px;
}

/* Gallery Images */

.gallery-icon img{
margin: 0;
width:100%;
}

/* Related Posts */

.related-posts{
padding: 10px;
background: #eff9fa;
border: 1px solid #edf7f8;
margin: 10px auto 25px;
}

.related-posts dl{
padding: 5px 0;
}

.related-posts a{
color: #012539;
font-size: 13px;
font-weight: normal;
}

.related-posts b{
color: #01304b;
font-size: 26px;
}

#latest_tweet p{
display:block;
padding:10px 100px 10px 10px;
}

#latest_tweet{
background:transparent URL(images/twitter_updates.png) no-repeat right bottom;
min-height: 205px;
position: relative;
}

#latest_tweet small, #latest_tweet a {
	color: #7aa6cb;
}
.loading {
	background: url('ajax-loader.gif') center no-repeat;
	height: 60px;
}

.footer .searchfields{
background:#6E6E79 none repeat scroll 0 0;
float:left;
margin:85px 0 40px 330px;
overflow:hidden;
padding:2px;
}

.footer#searchform{
width:100%;
clear: both;
position: relative;
}

.footer#searchform img{
left:118px;
position:absolute;
top:66px;
}

.disclaimer{
font-size: 12px;
color:#FFF;
clear: both;
opacity:.8;
}

a.followus{
display: block;
clear: both;
font-size:16px;
position:absolute;
right:15px;
top:14px;
color:#288eda;
}

.social{
clear: both;
overflow: hidden;
width:100%;
padding:10px 5px;
background: #0A85B8 url(images/rts_bg.jpg) repeat-x 0 0;
}

a.ic_mail, a.ic_twitter, a.ic_facebook, a.ic_rss{
display: block;
width:40px;
height: 40px;
overflow: hidden;
text-indent: -999px;
background: transparent url(images/facebook.png) no-repeat 0 0;
float: left;
margin-left: 28px;
opacity:.7;
}

.social a:hover{
opacity:1;
}

a.ic_mail{
background-image: url(images/mail.png);
}

a.ic_twitter{
background-image: url(images/twitter.png);
}

a.ic_rss{
background-image: url(images/rss_.png);
}

h2.bupshack{
background-image: url(images/bumpshack.png) !important;
background-repeat: repeat-x !important;
overflow:hidden;
text-indent:-999px;
border-bottom:1px solid #DADADA;
padding: 18px 20px !important;
}

h2.gossipteens{
background-image: url(images/gossipteen.png) !important;
background-repeat: repeat-x !important;
overflow:hidden;
text-indent:-999px;
border-bottom:1px solid #DADADA;
padding: 18px 20px !important;
}

h2.knocked{
background-image: url(images/knockedup.png) !important;
background-repeat: repeat-x !important;
overflow:hidden;
text-indent:-999px;
border-bottom:1px solid #DADADA;
padding: 18px 20px !important;
}

h2.hollywood{
background-image: url(images/hollywooddame.png) !important;
background-repeat: repeat-x !important;
overflow:hidden;
text-indent:-999px;
border-bottom:1px solid #DADADA;
padding: 18px 20px !important;
}

.rss-feeds{
margin: 10px;
border:1px solid #DADADA;
background: #FFF;
}