/*  
Theme Name: Benz
Theme URI: http://www.mignix.com/
Description: Benz theme, created for benzinsider.com
Version: 1.0
Author: Goran Mitev
Author URI: http://www.goranmitev.com/
*/


/* CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}


/* Basic */
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%;
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
}
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}







body{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    color: #444444;
    background: #F0F1F3 url('images/bg_gradient.jpg') repeat-x scroll 0 0;
}

a{
    color:#5d5d5d;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

#top_wrapper{
    height: 126px;
}

#topmenu_wrap{
    border-bottom: 1px solid #CAD1D9;
}

#topmenu{
    height: 26px;
    margin: 0 auto;
    width: 960px;
}

#header_wrap{
    border-top: 1px solid #393837;
    background: #161415 url('images/header_black_repeat.jpg') repeat-x scroll 0 0;
    height: 92px;
    border-bottom: 5px solid #0E0D0D;
}

#header{
    width: 960px;
    margin: 0 auto;
}

#logo{
    float: left;
}

#mainmenu{
    margin: 0 auto;
    width: 960px;
    clear: both;
}

#nav, #nav2{
    margin: 0;
}
#nav {
    font-size: 13px;
}

#nav2{
    text-transform: uppercase;
}

.page_item, .cat-item{
    float: left;
    padding: 0 10px;
    margin-top: 6px;
    list-style: none;
}

.page_item a, .cat-item a{
    color: #FFFFFF;
}

.cat-item a{
    font-size: 11px;
}

#search{
    float: right;
    background: transparent url('images/search_bg.jpg') no-repeat scroll 0 0;
    margin-top: 13px;
    height: 26px;
    width: 170px;
}

#s{
    border: none;
    background-color: #333333;
    margin: 7px 0px 0px 11px;
    width: 126px;
    float: left;
    color: #999989;
    font-size: 11px;
    font-family: Arial,Helvetica,sans-serif;
}

#searchsubmit{
    float: right;
}






/*

** Main structure

*/

#wrapper{
    width: 960px;
    margin: 0 auto;
    background-color: #EFEFEF;
}

#featured{
    height: 400px;
     padding-top: 5px;
}

#contents{
    float: left;
    width: 630px;
    background-color: #FFFFFF;
    margin: 5px 6px 5px 5px;
    min-height:800px;
    height:auto !important;
    height:800px;

}
.url{
    color:#006FB1;
}

#sidebar{
    float: left;
    width: 314px;
    margin-top: 5px;
}


.post-title{
    margin-bottom: 7px;
}


.post-title a{
    color:#006FB1;
    font-size: 26px;
}

.post-title a:hover{
    color:#0386D1;
    text-decoration: none;
}



.post, .page{
   padding: 6px;
   padding-left: 15px;
   padding-right: 15px;
   border-bottom: 5px solid #EFEFEF;
}

.border1{
    background: transparent url('images/entry_top.jpg') no-repeat scroll top right;
    height: 5px;
    margin: 10px 0;
}

.entry{
    margin: 0 0 0 0;  
    padding: 0px 0 0 0;
    line-height: 19px;
}

.entry a{
    color:#006FB1;
}

.readmore a{
    color: #006FB1;
    font-weight: bold;
    font-style: italic;
}


.postmeta{
    color: #AB9999;
    font-size: 11px;
}
.black a{
    color: #222222;
}







.ratings{
    font-size: 12px;
    height: 35px;
    margin-top: 15px;
}



.tags_comments{
    border-top: 2px solid #DADADC;
    border-bottom: 1px solid #DADADC;
    height: 25px;
    font-size: 11px;
    padding-top: 2px;
}

.tags{
    float: left;
    margin-top: 4px;
}
.commentsnumber{
    float: right;
    background: transparent url('images/comment.jpg') no-repeat scroll 0 0;
    width: 88px;
    text-align: center;
    padding: 5px;
}
.commentsnumber a{
    color: #FFFFFF;
}

#footer{
    clear: both;
    height: 52px;
    background: #000000 url('images/footer_repeat.jpg') repeat-x scroll 0 0;
    margin: 0 5px;
}



.author_info h4{
    padding: 0px;
    margin: 10px 0;
}





.entry img, .avatar{
    margin-bottom: 7px;
    max-width: 590px;
    padding: 3px;
    background-color: #ECECEC;
    border: 1px solid #DEDEDE;
    margin-top: 5px;
}



.aligncenter{
    display: block;
    margin: 0 auto;
}
.alignright {
    float: right;
}

.alignleft {
    float: left;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}


.bigimage{
    margin: 0px 5px 7px 5px;
    display: none;
}

.ftitle{
    background: transparent url('images/featured_title_bg.png') no-repeat scroll bottom right;
    width: 940px;
    height: 96px;
    padding: 214px 0 0 10px;
}

.ftitle a{
    color: #FFFFFF;
    font-size: 30px;
}

.featitem{
    float: left;
    margin-left: 5px;
}



/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/
#sidebar { border-top: 1px solid #dbdbdb; }
#sidebar h3.sidebar-title {
    background:transparent url(images/sidebar_header.jpg) no-repeat scroll 0 0;
    font-size:24px;
    margin:0 0 0px;
    padding:9px 0 16px 8px;
    text-transform:uppercase;
    width: 291px;
}

.sidebar-block {
    background-color: #FFFFFF;
    padding: 8px 10px 10px 8px; border-top: 1px solid #ffffff; border-bottom: 1px solid #e0e0e0;
    margin-bottom: 5px;

}
#sidebar a, #sidebar div.custom-sidebar-block div.content div#comments-tabbed a, #sidebar div.custom-sidebar-block div.content div#popular-tabbed a { color: #3d3d3d; }
#sidebar ul { margin-bottom: 4px; }
.sidebar-block  ul li {
    float: none;
    background: transparent url('images/sidebar_li_bg.jpg') repeat-y scroll 0 0;
    margin: 0;
    padding: 0px 0 0px 5px;
    list-style: none;
     border-bottom: 1px solid #F1F1ED;
}
.sidebar-block ul li a{
    display: inline-block;
    margin-right: 3px;
    padding: 5px 1px 5px 4px;
    font-size: 12px;
}



#sidebar ul li ul { padding:5px 0px 0px 17px; margin: 0px 0px -7px; }
#sidebar div.custom-sidebar-block div#comments-tabbed ul li { background: url(images/custom-sidebar-bullet.png) no-repeat left center; padding: 7px 0px 7px 22px; }

#sidebar div.custom-sidebar-block { position: relative; border-top: 1px solid #ffffff; border-bottom: 1px solid #d0d0d0; }

#sidebar div.custom-sidebar-block	ul.control { margin: 0; position: absolute; top: 0px; left: 0px; width: 314px; background: url(images/custom-control-top.png) no-repeat top left; height: 55px; }
#sidebar div.custom-sidebar-block	ul.control li { float: left; list-style: none; }
#sidebar div.custom-sidebar-block	ul.control li a { display: block; color: #000000; padding: 11px 3px 8px 33px; font-size: 12px; outline: none;}
#sidebar div.custom-sidebar-block	ul.control li a:hover{text-decoration: none;}
#sidebar div.custom-sidebar-block	ul.control li.ui-state-active a { background: url(images/active-elementbg.png) no-repeat bottom center; padding-bottom: 29px; }

#sidebar div.custom-sidebar-block	ul.control li.recent { background: url(images/recent-icon.png) no-repeat 15px 10px; width: 88px; }
#sidebar div.custom-sidebar-block	ul.control li.popular { background: url(images/popular-icon.png) no-repeat 17px 10px; width: 107px; }
#sidebar div.custom-sidebar-block	ul.control li.popular a { padding-left: 38px; }
#sidebar div.custom-sidebar-block	ul.control li.comments { background: url(images/comments-icon.png) no-repeat 10px 10px; width: 119px; }

#sidebar div.custom-sidebar-block div.content { background: #ebebeb url(images/custom-sidebar-bg.png) repeat-y top left; border-right: 1px solid #ffffff; padding: 30px 0px 0px 0px; }
#sidebar div.custom-sidebar-block div.content div { padding: 20px 0px 0px; }
#sidebar div.custom-sidebar-block div.content div#comments-tabbed { padding: 20px 14px 10px 18px; }

#sidebar div.custom-sidebar-block div.content ul li{ list-style: none;background: url(images/sidebar-customlibg.png) repeat-x bottom left; padding: 7px 23px 9px; overflow: hidden; }
#sidebar div.custom-sidebar-block div.content ul li:last-child { background: none; }

#sidebar div.custom-sidebar-block img { border: 5px solid #d8d5d5; float: left; margin: 0px 12px 0px 0px; }
#sidebar div.custom-sidebar-block p.postinfo { padding-bottom: 0px; color: #8a8a8a; font-style: italic; }
#sidebar div.custom-sidebar-block h4 { font-size: 14px; font-weight: bold; }
#sidebar div.custom-sidebar-block h4 a { color: #000000; }

#sidebar div.custom-sidebar-block div.content div.ui-tabs-hide { display: none; }

#sidebar ul{
    margin: 0;
}



/*------------------------------------------------*/
/*-------------------[COMMENTS]-------------------*/
/*------------------------------------------------*/

#comment-section { clear: both; float: left; padding: 15px 0px 0px 5px; border-top: 1px solid #e4e4e4; }
p#comments { color: #000000; font-size: 26px; font-weight: bold; letter-spacing: -1px; line-height: 36px; }
#main #comment-section ol.commentlist { padding: 34px 10px 35px 5px; float: left; margin: 55px 0px -55px; list-style-type: none; }
.comment, .comment-body { float: left; }
li.comment { margin-bottom: 10px; }
.comment-author { float: left; margin: -90px 0px 0px -30px; z-index: 1; position: relative; }
#main-area-wrap .comment-author img.avatar { border: 1px solid #dbdbdb; padding: 5px; background: #ededed; float: left; }

.comment-info { float: left; padding: 3px 0px 0px 13px; font-size: 18px; font-family: Georgia, serif; }
.comment-info a { font-weight: normal; }
cite.fn, span.says  { color: #657f8c;  }
span.says, div.commentmetadata { font-style: italic; }
div.commentmetadata {/* margin-top: -5px; */}
div.commentmetadata, div.commentmetadata a { color: #b0b0b0; }

.comment-top, .comment-bottom, .comment-content { float: left; }
.comment-top  { background: url(images/comment-top.png) no-repeat; height: 25px; margin-top: -12px; }
.comment-content { padding-bottom: 10px; clear: both; width: 99%; }
.comment-bottom-main { float: left;  }
.comment-bottom-left { background: url(images/comment-bottom-left.jpg) no-repeat; position: absolute; bottom: 0px; left: -1px; width: 8px; height: 37px; }
.comment-bottom-right { background: url(images/comment-bottom-right.jpg) no-repeat; position: absolute; bottom: 0px; right: -1px; width: 8px; height: 37px; }

.comment-body p { line-height: 28px; }
#main ol.commentlist .children { float: left; clear: both; padding-bottom: 30px; width: 96%; margin: 0px; }
#main ol.commentlist .children .comment-body { padding-top: 10px; width: 99%; }
#main .commentlist .children li { padding:0px 3% 3%; width:97%; margin: 0px; float: left; background: #ffffff url(images/inner-comment-bottom-main.jpg) repeat-x bottom left; border-left: 1px solid #cacaca; border-right: 1px solid #cacaca; position: relative; }
#main .commentlist .children li .comment-top-main { background: url('images/inner-comment-top-main.jpg') repeat-x top left; width: 100%; float: left; height: 6px; }
#main ul.children li { background: none;  }
#main-area-wrap img.wp-smiley { border: none; padding: 0px; }
.comment-top-left, .comment-top-right, .comment-top-main { height: 24px; }
.comment-top-left { background: url('images/comment-top-left.jpg') no-repeat top left; width: 40px; left: -1px; top: 0px; position: absolute; }
.comment-top-right { background: url('images/comment-top-right.jpg') no-repeat top right; width: 40px; right: -1px; top: 0px; position: absolute; }
.comment-top-main { background: url('images/comment-top-main.jpg') repeat-x top left; width: 100%; float: left; }
.bubble { background: url('images/bubble-top.png') no-repeat; width: 18px; height: 17px; top: -16px; left: 25px; z-index: 10; position: absolute; }
.commentlist li { background:#f7f7f7 url(images/comment-bottom-main.jpg) repeat-x bottom left; border-left:1px solid #dedede; border-right:1px solid #dedede; position:relative; padding: 0px 30px 50px; margin: 0px 0px 60px; width: 520px; display: block; float: left; }

.reply-container { position: absolute; bottom: 19px; right: 30px; z-index: 20; background: url('images/reply-right-bg.png') no-repeat right bottom; padding-right: 11px; }
a.comment-reply-link { padding: 3px 15px 5px 14px; background: url('images/reply-bg.png') repeat-x; color: #ffffff; font-style: italic; font-weight: bold; display: block; }
.children .comment-top-left { background: url('images/inner-comment-top-left.jpg') no-repeat top left; width: 15px; left: -1px; top: 0px; position: absolute; }
.children .comment-author { float:left; margin: 0px; width:100%; z-index:1; }
.children .bubble { display: none; }
.children .comment-top-right { background: url('images/inner-comment-top-right.jpg') no-repeat top right; width: 15px; right: -1px; top: 0px; position: absolute; }
.children .comment-bottom-left { background: url(images/inner-comment-bottom-left.jpg) no-repeat scroll 0 0; height:7px;
                                 position:absolute; width:15px; }
.children .comment-bottom-right { background: url(images/inner-comment-bottom-right.jpg) no-repeat scroll 0 0; height:7px;
                                  position:absolute; width:15px; }
.children .reply-container { bottom: -10px; right: 30px; }

.nocomments div#respond { margin-top: 0px; }
div#respond  h3 { font-size: 30px; margin: 5px 0px 7px; color: #000000; font-weight: bold; letter-spacing: -1px; line-height: 30px; padding-left: 0px;}
div#comment-section div.navigation, div#comment-section div#respond { float: left; width: 595px; }
div#comment-section div.navigation { padding: 0px 35px 20px 35px; width: 540px; }
div#comment-section div#respond { padding: 10px 0px 0px 5px; width: 90%; }
form#commentform { float: left; width: 99%; position: relative; z-index: 10; }
form#commentform  textarea { width: 96%; border: 1px solid #d1d1d1; padding: 3px; }
.cancel-comment-reply { padding-bottom: 12px; }
#comment-section li.comment div#respond { margin-top: 0px; padding: 0px; }

#comment-section div#trackbacks { float:left; padding: 34px 39px 10px 35px; }
div#trackbacks  h3 { color:#1E1E1E; font-size:14px; margin-bottom: 7px; }
ol.pinglist li { margin-bottom: 3px; }

.comment-author img.avatar { border: 1px solid #dbdbdb; padding: 5px; background: #ededed; float: left; }

#logof{
    margin: 8px;
    float: left;
}
.footer_links{
    float: left;
    padding-top: 17px;
}
.footer_links a{
    color: #A1A1A1;
    display: inline-block;
    margin-right: 11px;
    font-size: 12px;
}
.fborder{
    border-left: 1px solid #555555;
    height: 30px;
    float: left;
    width: 10px;
    margin-top: 12px;
}

#copyright{
    height: 30px;
    font-size: 11px;
}

.clear{
    clear:both;
}

.pics{
    margin-bottom: 4px;
}

.exerpt{
    color: #FFFFFF;
    margin: 5px 0 0 2px;
}

.featlinks{
    background: transparent url(images/featitem.png) repeat scroll 0 0;
    width: 308px;
    height: 39px;
    color: #FFFFFF;
    margin-top: 41px;
    font-size: 13px;
    padding: 7px 0 0 5px;
}
.featlinks a{
    color: #FFFFFF;
    font-size: 13px;
}

.ratings .post-ratings, .ratings .post-ratings-loading{
    float: left;
}
.ratings .post-ratings{
    width: auto;
}

.avatar{
    float: left;
}
.bya{
    float: left;
    margin: 5px;
}

#contents h3{
    padding-left: 15px;
}



/**
* Extra sidebars
*/

#sidebar-left, #sidebar-right{
    width: 153px;
    float: left;
}
#sidebar-left{
    margin-right: 6px;
}
.widget{
    background-color: #FFFFFF;
    margin-bottom: 6px;
    padding-bottom: 5px;
}
.widget h3{
    background:transparent url(images/sidebar_header.jpg) no-repeat scroll 0 0;
    font-size:24px;
    margin:0 0 0px;
    padding:9px 0 16px 8px;
    text-transform:uppercase;
    width: 138px;
}

#sidebar div.widget ul li{
    list-style: none;
}
.widget div{
    padding: 0 5px;
}




#sidebar-left ul li, #sidebar-right ul li {
    float: none;
    background: transparent url('images/sidebar_li_bg.jpg') repeat-y scroll 0 0;
    margin: 0;
    padding: 0px 0 0px 5px;
    list-style: none;
     border-bottom: 1px solid #F1F1ED;
}
#sidebar-left ul li a, #sidebar-right ul li a{
    display: inline-block;
    margin-right: 3px;
    padding: 5px 1px 5px 4px;
    font-size: 12px;
}



