/*
Theme Name: officialbabe.com
Theme URI: 
Description: 
Version: 
Author: Pankaj
Author URI: http://www.ycoding.com/



*/


body {
font-family : Verdana, Arial, Sans-Serif;
font-size : 11px;color : #000;margin:0; padding:0;
background:#5C5C5C;
}

a {color:#FF0000;text-decoration:none;}
a:hover {text-decoration :underline;}
h1, h2, h3, h4, img, form {margin:0; padding:0;}
h2{font-size:12px;line-height:22px;border:1px solid #000; background:#FE2590;padding:0 10px;}
h3, h4{font-size:1.1em;color:#FF0000;}
a img {border:0 none;}
p {padding : 5px 0;margin : 0; }
input, select, textarea {margin:0 2px; padding:3px 2px; border:1px solid  #000;height:15px;background:#E5E5E5;}
textarea {height:120px;}


/*  ====================== Page Structure ======================= */
#wrapper {width : 914px; margin:0 auto;background:#fffffe;padding:5px;}
#content{width:600px; float:left;padding:0 2px;}
.sidebar{width:155px;float:left;}
#footer {text-align:center;padding:5px 20px;height:24px;font-size:11px;clear:both;}

/*  ====================== Header ======================= */
h1#header {margin-bottom:2px;}
h1#header img {display:block;margin-left: auto;	margin-right: auto; margin-top: auto;}




/*  ================================= Contents ============================= */
#content .ads {background:#fffffe;padding:0 22px 15px 22px;}
#content .top {height:11px;background :url(images/cont-top.gif) no-repeat;line-height:11px;}
#content form#searchform {text-align:center;margin-top:20px;}
.post {padding:0 0 15px 0;}
.post h2 a {color:#000;}
.entry {line-height:12px;border:1px solid #000; padding:5px 10px;margin-top:2px}
.comment_box {padding:0 90px 0 35px;}
.post .postinfo {font-size:11px;}





/*  ================================= sidebar ============================= */
.sidebar form {padding:5px 0; text-align:center;}
.sidebar h2 {border:0; border-bottom:1px solid #000;}
.sidebar ul {list-style : none;margin:0;padding:0;}
.sidebar ul ul {padding: 1px 0;}
.sidebar li {list-style:none;margin:0 0 3px 0;padding:0;border:1px solid #000; }
.sidebar li li {margin:0; padding:0 5px;border:0;}
a {color:#FF0000;text-decoration:none;font-weight: bold;}
a:hover {text-decoration :underline;font-weight: bold;}


/*  ================================= Footer  ============================= */
#footer a {text-decoration : none;}
#footer a:hover {text-decoration : underline;}

/*  ================================= Others ============================= */

.clr {clear : both;margin:0; padding:0;font-size:1px; line-height:1px;}


/* --------------------- common elements --------------------------- */
.navigation { display: block; color:#FF0000; padding:0 0 10px 0;}


.pagetitle, .center {text-align: center;font-weight:normal;}
.pagetitle {padding:0 0 10px 0;}

.alt { background-color: #F1F1F1;border-bottom:2px solid #FE2590;}


#commentform #submit, #searchsubmit {margin:0 5px; text-align:center;height:27px;font-weight:bold;text-align:center;background:#FE2590;padding:5px 5px;border:0;color:#000;width:auto;line-height:17px;}
blockquote { border-left: 3px solid #FE2590;padding:0 10px;margin:10px 15px;}
code { font: 1.1em 'Courier New', Courier, Fixed; border:1px dotted #FE2590;margin:10px;padding:10px;display:block;}

ol.commentlist {margin:0;padding:0;}
.commentlist li { font-weight:normal;}
.commentlist cite, .commentlist cite a {font-weight: bold;font-style: normal;font-size: 12px;}



.smallattachment {text-align: center; float: left;margin: 5px 5px 5px 0px;}
.attachment {text-align: center; margin: 5px 0px;}


/* Floats */
.centered {margin-left: auto;	margin-right: auto;	}
.alignright {float:right;	}
.alignleft {float:left; }


/* Begin Images */

img.centered { display: block;	margin-left: auto;	margin-right: auto;	}
img.alignright {margin: 0 0 2px 7px; display: inline;float:right;	}
img.alignleft { margin: 0 7px 2px 0; display: inline;float:left; }

/* End Images */



/* Begin Lists */
.entry ol,.entry ul {margin: 0;	padding: 5px 0 5px 35px; }
.entry li {margin: 0; padding: 0; }
.postmetadata ul, .postmetadata li { display: inline; list-style-type: none;list-style-image: none;}


/* Begin Form Elements */
select { width: 130px; }
#commentform input { width: 300px; margin: 5px 5px 1px 0; }
#commentform textarea { width:400px;}
/* End Form Elements */



/* Begin Comments*/
.alt { 	margin: 0; padding: 10px; }
.entry ol.commentlist { padding: 0; text-align: justify;}
.commentlist li { margin: 15px 0 3px; padding: 5px 10px 3px; list-style: none;}
.commentlist p {margin: 10px 5px 10px 0; }
#commentform p { margin: 5px 0;	}
.nocomments { text-align: center; }
.commentmetadata {display: block; font-size:10px;font-weight:normal;}

/* End Comments */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps { 	cursor: help;}
acronym, abbr { border-bottom: 1px dashed #424242; }
blockquote { margin: 15px 30px 0 10px;padding-left: 20px;}
blockquote cite { margin: 5px 0 0; display: block;}
.center { text-align: center;}
hr { display: none; }
.alignright { float: right;	}
.alignleft { float: left;}
.navigation .alignright { width:49%; text-align:right; 	}
.navigation .alignleft {width:49%; text-align:left;}
/* End Various Tags & Classes*/


/* Maximum width for images */
.sidebar img {max-width:145px}
.post img {max-width:540px;}
h1#header img {max-width:914px;}
* html .sidebar img {width:expression(this.width > 145 ? "145px" : this.width);} /* For IE6 and older */
* html .post img {width:expression(this.width > 540 ? "540px" : this.width);} /* For IE6 and older */
* html h1#header img {width:expression(this.width > 914 ? "914px" : this.width);} /* For IE6 and older */


