/*
Theme Name: Broadway
Description: A Premium Magazine Theme
Author: Theme Sector
Author URI: http://themesector.com
Version: 1.0.0
*/

@import url("css/reset.css");
@import url("css/nivo-slider.css");
@import url("css/superfish.css");
@import url("custom.css");

/* General */


body { background: #eeeeee; font-family: 'Droid Sans', sans-serif; font-size: 13px; }


a { text-decoration: none; color: #222222; }
a:hover { text-decoration: underline; }
a {
	transition: all .2s linear; 
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}
h1, h2, h3, h4, h5, h6 {  }

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

#wrapper { background: #fff; margin:0 auto; margin-top: 0; width: 942px; border: 0px solid #dddddd; border-top:none; position: relative; z-index: 1; padding-left: 19px; padding-right: 19px; padding-top: 19px; }
#wrapper-content { background: url('images/content_bg.png') repeat-y;  width: 942px; padding-top: 20px; margin-bottom: 40px; border-top: 1px solid #E8E8E8; }
#main { width: 602px; float: left; }
#sidebar { width: 302px; float: right; }
.full-width { background: none !important; }
#full-header-container {}
.bypostauthor, .sticky {}

/* Top Nav */

.menu-top-container { background: #191919 url('images/header_bg23.png') repeat-x top left; height: 37px; }
.topNav { width: 982px; margin: 0 auto; }
.topNav li { float: left; line-height: 36px; margin-right: 19px; font-size: 11px; height: 36px; position: relative; }
.topNav a { color: #898989; float: left; height: 36px; text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.9); }
.topNav li ul { background: #444; position: absolute; top: 36px; left: 0; z-index: 10; width: 160px; display: none; margin-top: 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.topNav li ul li:first-child a {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.topNav li ul li { background: none; float: none; display: block; height: 35px; border-bottom: 1px solid #2A2A2A; width: 160px; }
.topNav li ul li:last-child { border-bottom: 0; }
.topNav li ul li a { width: 120px; float: none; display: block; height: 35px; line-height: 35px; margin-right: 0; font-size: 12px; padding-left: 20px; padding-right: 20px; }
.topNav li ul li a:hover { background: url('images/nav_hover_bg.png') repeat-x; }

/* Header */

#header-container { background: #191919 url('images/bj.png') repeat-x 0px -37px; height: 207px; position: relative; }
#header { width: 982px; margin: 0 auto; }
#logo { float: left; margin-top: 02px; }
#header-banner { float: right; margin-top: 29px; border: 0px solid #000000; }

/* Main Navigation */

#navigation { background: #666666 url('images/barramenu.png') repeat-x; height: 52px; border: 0px solid #000000; border-bottom: 0; position: absolute; bottom: 0; width: 980px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#navigation li { float: left; height: 52px; background: url('images/nav_sep.png') repeat-y top right; position: relative; }
#navigation li a { float: left; height: 52px; line-height: 52px; font-size: 14px; color: #ffffff; padding: 0 20px; margin-right: 2px; font-weight: bold; text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.8); }
#navigation li a:hover, #navigation li.current-menu-item a { background: url('images/nav_hover_bg.png') repeat-x; text-decoration: none; }
#navigation li:first-child a  {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}
#navigation li ul { background: #444; position: absolute; top: 52px; left: 0; z-index: 10; width: 160px; display: none; margin-top: 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
#navigation li ul li:first-child a {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
#navigation li ul li { background: none; float: none; display: block; height: 35px; border-bottom: 1px solid #2A2A2A; }
#navigation li ul li:last-child { border-bottom: 0; }
#navigation li ul li a { float: none; display: block; height: 35px; line-height: 35px; margin-right: 0; font-size: 12px; }

/* Posts Carousel */

.jcarousel-skin-tango { margin-bottom: 20px; }
#posts-carousel { position: relative; height: 183px; overflow: hidden; width: 100%; }
#posts-carousel img { background: url('images/carousel_img_bg.png') no-repeat top left; padding: 11px; margin-bottom: 6px; }
#posts-carousel li { float: left; width: 235px; }
#posts-carousel h3 { font-weight: bold; font-size: 12px; margin-bottom: 3px; }
#posts-carousel h3 a { color: #000; }
#posts-carousel .post-meta { font-family: 'Droid Serif', serif; font-size: 11px; color: #999999; }
#posts-carousel .post-meta a { color: #999999; }

/* Nivo Slider */

#wrapper-featured { position: relative; width: 600px; height: 489px; padding-bottom: 20px; border-bottom: 1px solid #e8e8e8; margin-bottom: 20px; }
#wrapper-slides { background: url('images/slider_image_bg.png') no-repeat top left; padding: 10px 11px 12px 11px; }
.nivo-controlNav { position: absolute; top: 379px; left: -11px;  width: 602px; }
.nivo-control img { background: url('images/slider_thumbnail_bg.png') no-repeat top left; position: relative; left: auto; top: auto; padding: 11px; margin-right: 18px; }
.nivo-control:last-child img { margin-right: 0; }
.nivo-control.active img { background: url('images/slider_thumbnail_arrow_bg.png') no-repeat top left; padding: 11px; padding-top: 19px; }
.nivo-caption { background: url('images/caption_bg.png') no-repeat top left; width: 560px; height: 77px; padding-left: 10px; padding-right: 10px; }
.nivo-caption h1 { font-size: 20px; font-weight: bold; margin-top: 10px; margin-bottom: 5px; }
.nivo-caption h1 a { color: #ffffff; text-shadow: 0px -1px 0px rgba(0, 0, 0, 1); }
.nivo-caption span, .nivo-caption span a { font-family: 'Droid Serif', serif; color: #999999; font-size: 12px; text-shadow: 0px -1px 0px rgba(0, 0, 0, 1); }

/* Homepage Widgets */

.homepage-widget { margin-bottom: 20px; }
.homepage-widget h3 { background: url('images/homepage_title_bg.png') repeat-x top left; height: 40px; line-height: 40px; font-weight: bold; font-size: 15px; color: #777777; text-shadow: 0px 1px 0px rgba(0, 0, 0, 7); text-indent: 13px; border: 1px solid #a5a5a5; position: relative;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.homepage-widget h3 a { color: #FFFFFF; }
.homepage-widget H3 span { background: url('images/homepage_arrow.png') no-repeat top right; position: absolute; top: 11px; right: 11px; width: 20px; height: 20px; }
.homepage-widget .block-content { border: 1px solid #ccc; border-top: 0; padding-left: 20px; padding-right: 20px; padding-top: 20px; padding-bottom: 20px;
-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;

-webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.block.full .big-block { width: 270px; float: left; }
.block.full .big-block .post-thumbnail { float: left; margin-bottom: 5px; }
.block.full .big-block .post-thumbnail img { float: left; }
.block.full .big-block h4 { font-size: 14px; font-weight: bold; line-height: 20px; margin-bottom: 4px; }
.block.full .big-block h4 a { color: #222222; }
.block.full .big-block .post-meta { margin-bottom: 6px; }
.block.full .big-block .post-meta, .block.full .big-block .post-meta a { font-family: 'Droid Serif', serif; color: #999999; font-size: 11px; }
.block.full .big-block .excerpt { font-size: 12px; color: #444444; line-height: 18px; }

.block.full .normal-block { width: 270px; float: left; margin-left: 20px; border-bottom: 1px solid #e4e4e4; padding-bottom: 15px; margin-bottom: 15px; }
.block.full .normal-block .post-thumbnail { float: left; }
.block.full .normal-block .post-desc { float: left; width: 181px; margin-left: 9px; }
.block.full .normal-block h4 { font-size: 12px; font-weight: bold; line-height: 18px; margin-bottom: 4px; }
.block.full .normal-block h4 a { color: #222222; }
.block.full .normal-block .post-meta { margin-bottom: 6px; }
.block.full .normal-block .post-meta, .block.full .normal-block .post-meta a { font-family: 'Droid Serif', serif; color: #999999; font-size: 11px; }
.block.full .normal-block:last-child { margin-bottom: 0; border-bottom: 0; padding-bottom: 0; }

.block.half { width: 292px; float: left; }
.block.half.last { float: right; }
.block.half .big-block { border-bottom: 1px solid #e4e4e4; padding-bottom: 15px; margin-bottom: 15px; }
.block.half .big-block h4 { font-size: 14px; font-weight: bold; line-height: 20px; margin-bottom: 4px; }
.block.half .big-block h4 a { color: #222222; }
.block.half .big-block .post-meta { margin-bottom: 6px; }
.block.half .big-block .post-meta, .block.half .big-block .post-meta a { font-family: 'Droid Serif', serif; color: #999999; font-size: 11px; }
.block.half .big-block .excerpt { font-size: 12px; color: #444444; line-height: 18px; }
.block.half .normal-block { width: 250px; float: left; border-bottom: 1px solid #e4e4e4; padding-bottom: 15px; margin-bottom: 15px; }
.block.half .normal-block .post-thumbnail { float: left; }
.block.half .normal-block .post-desc { float: left; width: 161px; margin-left: 9px; }
.block.half .normal-block h4 { font-size: 12px; font-weight: bold; line-height: 18px; margin-bottom: 4px; }
.block.half .normal-block h4 a { color: #222222; }
.block.half .normal-block .post-meta { margin-bottom: 6px; }
.block.half .normal-block .post-meta, .block.half .normal-block .post-meta a { font-family: 'Droid Serif', serif; color: #999999; font-size: 11px; }
.block.half .normal-block:last-child { margin-bottom: 0; border-bottom: 0; padding-bottom: 0; }

/* Sidebar */

#sidebar .widget { width: 268px; background: #fff; border: 1px solid #cccccc; margin-bottom: 20px;
-webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
padding: 16px;
}

.sidebar-banner { margin-bottom: 20px; }

#sidebar .widget .widget-title { position: relative; background: url('images/widget_title_bg.png') repeat-x top left; width: 300px; height: 40px; line-height: 40px; border: 1px solid #555555; text-indent: 13px; color: #fff; font-size: 15px; margin-top: -17px; margin-left: -17px; margin-bottom: 16px; font-weight: bold;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.7);
}

#sidebar .widget .widget-title span { background: url('images/widget_arrow.png'); width: 20px; height: 20px; position: absolute; top: 11px; right: 11px; }

.block-item-small { border-bottom: 1px solid #e4e4e4; padding: 16px 0px; }
.block-item-small-container .block-item-small:first-child { padding-top: 0; }
.block-item-small-container .block-item-small:last-child { border-bottom: 0; padding-bottom: 0; background: none !important; }
.block-item-small .post-thumbnail { float: left; }
.block-item-small .post-thumbnail img, .block-item-small .avatar { float: left; }
.block-item-small .post-desc { width: 179px; float: left; margin-left: 9px; }
.block-item-small h4 { font-size: 12px; font-weight: bold; line-height: 18px; margin-bottom: 4px; }
.block-item-small h4 a { color: #222222; }
.block-item-small .post-meta { margin-bottom: 6px; }
.block-item-small .post-meta, .block-item-small .post-meta a { font-family: 'Droid Serif', serif; color: #999999; font-size: 11px; }

.tweets-container #jtwt:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; background: none !important; }
#jtwt #jtwt_text a { font-weight: bold; }
#jtwt { color: #444; border-bottom: 1px solid #e4e4e4; padding-bottom: 16px; margin-bottom: 16px; font-size: 12px; line-height: 18px; }
#jtwt_date { font-family: 'Droid Serif', serif; font-weight: normal !important; color: #999999; font-size: 11px; margin-top: 5px; }

.textwidget p { margin-bottom: 15px; }
.textwidget :last-child { margin-bottom: 0; }

/* Social Widget */

.social-sidebar li:first-child { margin-top: 0; }
.social-sidebar li { border-bottom: 1px solid #e4e4e4; padding-bottom: 10px; margin-top: 10px; height: 32px; line-height: 32px; }
.social-sidebar li a { text-decoration: none; display: block; padding-left: 50px; }
.social-sidebar li .text { font-size: 16px; font-weight: bold; color: #666666; }
.social-sidebar li .number { font-size: 12px; color: #999999; float: right; }
.social-sidebar li.facebook a { background: url('images/fb_icon.png') no-repeat top left; }
.social-sidebar li.twitter a { background: url('images/twitter_icon.png') no-repeat top left; }
.social-sidebar li.rss { border-bottom: 0; padding-bottom: 0; }
.social-sidebar li.rss a { background: url('images/rss_icon.png') no-repeat top left; }

/* Search Widget */

.widget_search { border: 0 !important; padding: 0 !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
.widget_search .widget-title { display: none;  }

/* Search Form */

#searchform input { border: 0; background: url('images/search_bg.png') no-repeat; width: 276px; font-family: 'Droid Sans', sans-serif; font-size: 12px; color: #888888; padding-top: 15px; padding-bottom: 14px; padding-left: 13px; padding-right: 13px; }

/* Tabs Widget */

.tabs { position: relative; background: url('images/widget_title_bg.png') repeat-x top left; width: 287px; height: 40px; border: 1px solid #555555; margin-top: -17px; margin-left: -17px; margin-bottom: 16px; padding-left: 13px;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.7);
}
.tabs li a { float: left; background: url('images/tab_inactive_bg.png') repeat-x top left; height: 32px; line-height: 32px; padding: 0 14px; margin-top: 7px; color: #fff; font-size: 12px; font-weight: bold; border: 1px solid #636363; border-bottom: 0; margin-right: 6px;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.tabs li.active a { background: url('images/tab_active_bg.png') repeat-x top left; border: 1px solid #353535; border-bottom: 0; }

.post-entry .tabs-wrapper { margin-bottom: 20px; }
.post-entry .tabs { margin: 0; width: 100%; padding: 0; }
.post-entry .tabs li { background: none; padding: 0; margin: 0; margin-left: 13px; }
.post-entry .tabs_container { background: #fff; border: 1px solid #cccccc; width: 100%;
-webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}
.post-entry .tab_content { padding: 16px; }
.post-entry .tab_content p:last-child { margin-bottom: 0; }

/* Flickr Widget */

.flickr-photos li { float: left; margin-right: 21px; margin-bottom: 21px;}
.flickr-photos li a  { float: left; }
.flickr-photos li img { float: left; }
.flickr-photos li:nth-child(3n) { margin-right: 0; }
.flickr-photos li:nth-child(3n) { margin-right: 0; }

/* Tags */

.post-tags { line-height: 18px !important; }
.tagcloud a, .tag_cloud a, .post-tags a { background: url('images/tag.png') no-repeat left; padding-left: 21px; padding-right: 10px; height: 23px; line-height: 23px; margin: 4px 10px 4px 0; padding-top: 0px; font-size: 11px !important; color: #777 !important; text-shadow: 1px 1px 1px #FFF; display: inline-block; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }

/* Footer */

#footer { width: 962px; background: #171717 url('images/footer_bg.png') repeat-x top left; margin-left: -20px; padding-top: 28px; padding-left: 20px; color: #999; padding-bottom: 28px; text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.8); }
#footer a { color: #fff; }
#footer .widget { float: left; width: 205px; margin-right: 40px; color: #999; }
#footer .widget.last { margin-right: 0; }
#footer .widget-title { background: url('images/footer_widget_title_bg.png') repeat-x bottom left; color: #fff; font-size: 14px; font-weight: bold; text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.7); padding-bottom: 10px; margin-bottom: 20px; }

#footer #jtwt { color: #999; }

#footer .block-item-small .post-desc { width: 111px; }
#footer .block-item-small .post-meta { font-size: 11px; line-height: normal; }
#footer .block-item-small .post-meta a { color: #999; }

#footer .tabs { background: none; border: 0; margin-top: 0; margin-left: 0; padding-left: 0; }
#footer .tabs a { color: #fff; }

#footer .flickr-photo { margin-right: 12px; }
#footer .flickr-photo { margin-bottom: 12px; }
#footer .flickr-photo img { width: 60px; }
#footer .flickr-photo:nth-child(3n) { margin-right: 0; }

#footer p { font-size: 12px; line-height: 18px; }

#footer .tagcloud a, #footer .tag_cloud a { color: #777; }

#footer .block-item-small, #footer #jtwt { border-bottom: 0; background: url('images/footer_sep.png') repeat-x bottom left; }

/* Post / Page */

#main { position: relative; }

.post-heading { margin-bottom: 20px; }
.post-heading h1 { font-size: 28px; margin-bottom: 11px; }
.post-heading h1 a { color: #222222; }
.post-heading .post-meta { background: url('images/post_meta_bg.png') repeat-x; height: 34px; border: 1px solid #e0e0e0; padding-left: 10px; padding-right: 10px; font-size: 12px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.post-heading .post-meta .author { background: url('images/author_icon.png') no-repeat center left; float: left; height: 34px; line-height: 34px; margin-right: 18px; padding-left: 25px; color: #888888; text-shadow: 0px 1px 0px rgba(255, 255, 255, 1); }
.post-heading .post-meta .author a { color: #888888; }
.post-heading .post-meta .date { background: url('images/date_icon.png') no-repeat center left; padding-left: 25px; float: left; height: 34px; line-height: 34px; font-size: 12px; color: #888888; text-shadow: 0px 1px 0px rgba(255, 255, 255, 1); font-size: 12px; }
.post-heading .post-meta .category { background: url('images/category_icon.png') no-repeat center left; padding-left: 25px; float: right; height: 34px; line-height: 34px; font-size: 12px; color: #1e538a; text-shadow: 0px 1px 0px rgba(255, 255, 255, 1); }
.post-heading .post-meta .category a { color: #1e538a; text-decoration: none; }

.post-thumb { background: url('images/featured_post_image_bg.png') repeat-x; height: 380px; border: 1px solid #cccccc; 
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
margin-bottom: 30px;
}
.post-thumb img { margin-left: 10px; margin-top: 9px; }

.post-entry { color: #222222; font-size: 13px; line-height: 20px; }
.post-entry p { margin-bottom: 28px; }

.post-share { background: #ffffff; position: absolute; top: 0; left: -102px; padding: 10px; border: 1px solid #dddddd; border-right: 0; width: 62px;
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.post-share .share-widget { margin-bottom: 10px; }
.post-share .share-widget:last-child { margin-bottom: 0; }

.post-author img { float: left; margin-right: 15px; }
.post-author .author-description { float: left; width: 465px; }
.post-author .desc { font-size: 12px; line-height: 20px; color: #333333; margin-bottom: 15px; }
.post-author .facebook { font-size: 12px; color: #1e538a; height: 16px; background: url('images/fb_small_icon.png') no-repeat top left; padding-left: 21px; float: left; line-height: 16px; }
.post-author .twitter { font-size: 12px; color: #1e538a; height: 16px; background: url('images/twitter_small_icon.png') no-repeat top left; padding-left: 21px; float: left; margin-right: 15px; line-height: 16px; }

/* Comments styles */

#comments { }
.comments-list .block-content { padding-bottom: 0; }
ol.commentlist { }
li.commentlist { }
.the-comment { margin-bottom:24px; }
#comments .avatar { border:1px solid #CCC; float:left; margin-right:14px; }
.comment-arrow { background:url(images/comment-arrow2.png) no-repeat; width:8px; height:15px; float:left; margin-top:16px; margin-right:-1px; }
.comment-box { background:url(images/comment-bg2.png) repeat-x; border:1px solid #CCC; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius: 5px; padding:14px; overflow:hidden;  }
.comment-author { margin-bottom:10px; }
.comment-author small { color:#888; }
.comment-text { line-height:18px; }
#comments .children { margin: 20px 0 0 83px; }
#comments .children li.comment { margin: 0 0 20px 0; }
.cancel-comment-reply { margin-bottom:10px; }
.no-comments { color:#888; }
.comment-author a { color:#3a3a3a; }
.comment-text-side { color:#888; font-style:italic; line-height:18px; }

#tab2 h3 a { font-style: normal !important; font-weight: normal !important; }
.who-said { font-weight: bold !important; margin-bottom: 5px !important; }

#comment-input { float: left; }
#comment-input input { border:0; margin-bottom:17px; }
#comment-input input:focus, textarea:focus { outline:none; }
#comment-input label { display:block; margin-bottom:5px; }
#comment-input label .req { color:#999; }
.input-name { background:url(images/input-name.png) no-repeat; width:198px; padding:11px 10px 14px 34px; }
.input-email { background:url(images/input-email.png) no-repeat; width:198px; padding:11px 10px 14px 34px; }
.input-website { background:url(images/input-website.png) no-repeat; width:198px; padding:11px 10px 14px 34px; }
#comment-textarea { float: right; }
.textarea-comment { background:url(images/textarea-comment.png) no-repeat; border:0; width:308px; height:163px; padding:14px; font-family:arial; }
#comment-textarea label { display:block; margin-bottom:5px; }
#comment-textarea-admin { float:none; margin-bottom:16px; }
#comment-textarea-admin label { display:block; margin:10px 0 5px 0; }
#comment-submit { clear:both; float: right; }
#comment-submit-admin { clear:both; float: right; }
.comment-submit { background:url(images/black-button.png) repeat-x; border:1px solid #000; padding:6px 10px 7px 10px; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius: 5px; font-size:13px; color:#FFF; text-shadow: 0px -1px 0px #000; cursor:pointer; }
.comment-submit:hover { background:url(images/black-button.png) repeat-x; background-position:0 -37px;  }

#respond h3, .comments-list h3 { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
#respond p { margin-bottom: 10px; }
#respond .block-content, .comments-list .block-content { padding-left: 0; padding-right: 0; border: 0; padding-bottom: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

/* Form */

.postForm label { font-size: 12px; display: block; color: #333; margin-bottom: 5px; }
.postForm label span { color: #999; font-weight: normal; }
.postForm div { margin-bottom: 17px; }
.postForm .text { background: url(images/input-name.png) no-repeat; border: 0; color: #333; width: 198px; padding: 11px 10px 14px 34px; }
.postForm .error { }
.postForm textarea {
	background: url(images/textarea-comment.png) no-repeat;
	border: 0;
	width: 308px;
	height: 163px;
	padding: 14px;
	font-family: arial;
}
.postForm .submit { background: #000000; border: 1px solid #3d3d3d; font-size: 12px; color: #fff; font-weight: bold; padding: 6px 20px; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }
.postForm .submit:hover { background: #414141; }
.postForm .error_msg { display: none; margin-top: 5px; color: red; }
.postForm .email_sent { color: green; margin-bottom: 10px; display: none; }
.postForm #pyre_email { background: url(images/input-email.png) no-repeat; }

/* Archive */

.archive .post:last-child { border-bottom: 0; padding-bottom: 0; margin-bottom: 0; }
.archive .post { border-bottom: 1px solid #e4e4e4; padding-bottom: 19px; margin-bottom: 19px; }
.archive .block-image { float: left; margin-right: 15px; }
.archive .post-content { float: left; width: 272px; }
.archive h2 { font-size: 14px; font-weight: bold; color: #222222; line-height: 20px; margin-bottom: 6px; }
.archive h2 a { color: #222222; }
.archive .post-meta { font-family: 'Droid Serif', serif; font-size: 11px; color: #999999; padding-bottom: 6px; }
.archive .post-meta a { color: #999999; }
.archive .post-excerpt { font-size: 12px; color: #444444; line-height: 18px; margin-bottom: 12px; }

/* Pagination */

.pagination { margin-top: 20px; float: right; }
.pagination a { background: url('images/pagination_current_bg.png') repeat-x; font-size: 13px; color: #888888; float: left; border: 1px solid #cccccc; height: 30px; padding: 0 10px; line-height: 30px; font-weight: bold; margin-left: 8px; text-decoration: none;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.pagination .current { background: url('images/pagination_active_bg.png') repeat-x; font-size: 13px; color: #fff; float: left; border: 1px solid #555555; height: 30px; padding: 0 10px; line-height: 30px; font-weight: bold; margin-left: 8px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 1);
}

/* Buttons */

.orange-button { background: url('images/orange_button.png') repeat-x top left; border: 1px solid #ce5700; font-size: 12px; color: #ffffff; font-weight: bold; height: 28px; line-height: 28px; display: inline-block; padding: 0 10px; text-decoration: none;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

/* Buttons */

.button { padding: 0 10px 0px 10px; height: 37px; line-height: 37px; display:inline-block; margin:0 10px 20px 0; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius: 5px; font-size:13px; cursor:pointer; font-weight:bold; }
.button a { color:#FFF !important; text-shadow: 0px -1px 0px #333; }
.button a:hover { text-decoration:none; }
.button.black { background:url(images/buttons/black-button.png) repeat-x; border:1px solid #000; }
.button.black:hover { background:url(images/buttons/black-button.png) repeat-x; background-position:0 -37px; }
.button.red { background:url(images/buttons/red-button.png) repeat-x; border:1px solid #690000; }
.button.red:hover { background:url(images/buttons/red-button.png) repeat-x; background-position:0 -37px; }
.button.green { background:url(images/buttons/green-button.png) repeat-x; border:1px solid #0e5800; }
.button.green:hover { background:url(images/buttons/green-button.png) repeat-x; background-position:0 -37px; }
.button.blue { background:url(images/buttons/blue-button.png) repeat-x; border:1px solid #244f7c; }
.button.blue:hover { background:url(images/buttons/blue-button.png) repeat-x; background-position:0 -37px; }
.button.orange { background:url(images/buttons/orange-button.png) repeat-x; border:1px solid #824700; }
.button.orange:hover { background:url(images/buttons/orange-button.png) repeat-x; background-position:0 -37px; }
.button.light { background:url(images/buttons/light-button.png) repeat-x; border:1px solid #afafaf; }
.button.light a { color:#5d5d5d !important; text-shadow: 0px -1px 0px #FFF; }
.button.light:hover { background:url(images/buttons/light-button.png) repeat-x; background-position:0 -37px; }

/* Post Reviews */

.post-review { width: 200px; border: 1px solid #d7d7d7; float: right; margin-left: 25px; margin-bottom: 25px; }
.overall-score { background: #eeeeee; border: 1px solid #fff; width: 198px; }
.overall-score img { margin-left: 32px; padding: 10px 0px; }
.post-review ul { padding-left: 0 !important; margin-bottom: 0 !important; }
.post-review li { background: none !important; border-bottom: 1px solid #d7d7d7; height: 37px; line-height: 37px; padding-left: 10px !important; }
.post-review li .score { float: right; padding-right: 10px; }
.post-review li:last-child { border-bottom: 0; }
#user-rating { background: #e7e7e7; height: 35px; border-top: 1px solid #cbcbcb; width: 200px; line-height: 35px; }
#user-rating span { float: left; margin-left: 10px; }
.user-rating { float: right; margin-right: 10px; }
.user-rating img { margin-left: 2px; }

/* Post Score */

.post-score { position: absolute; bottom: 0; left: 0; }
#posts-carousel .post-score { bottom: 17px; left: 11px; }
.pyre_homepage_1col .big-block .post-score { bottom: 2px; }

.post-score img { background: rgba(0, 0, 0, 0.7) !important; border: 1px solid rgba(0, 0, 0, 0.7); padding: 7px 11px !important; margin: 0 !important;
-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
}

/* Post Formats */

.post-thumb-container { position: relative; }

#posts-carousel .post-thumb-container .post-format-big { top: 51px; left: 92px; }
.big-block .post-thumb-container .post-format-big { top: 55px; left: 120px; }
.pyre_homepage_2col .big-block .post-thumb-container .post-format-big { top: 55px; left: 110px; }
.block-image .post-thumb-container .post-format-big { top: 55px; left: 110px; }

.normal-block .post-thumb-container .post-format, .block-item-small .post-thumb-container .post-format { top: 19px; left: 30px; }
.pyre_homepage_media .post-thumb-container .post-format, .related-posts .post-thumb-container .post-format { top: 38px; left: 61px; }

.post-format-big { position: absolute; width: 41px; height: 40px; }
.post-format-big.video { background: url('images/video-icon-big.png') no-repeat top left; }
.post-format-big.gallery { background: url('images/gallery-icon-big.png') no-repeat top left; }
.post-format-big.audio { background: url('images/music-icon-big.png') no-repeat top left; }

.post-format { position: absolute; height: 24px; width: 24px; }
.post-format.video { background: url('images/video-icon.png') no-repeat top left; }
.post-format.gallery { background: url('images/gallery-icon-small.png') no-repeat top left; }
.post-format.audio { background: url('images/music-icon-small.png') no-repeat top left; }

/* 404 page */

.entry404 { padding: 55px; }
.entry404 img { border-right: 1px dashed #D7D7D7; padding-right: 30px; margin-right: 30px; float: left; }
.text404 { float: left; width: 290px; }
.text404 p { line-height: 18px; color: #666; margin-bottom: 10px; }

/* Columns */

.one_half, .one_third, .two_third, .three_fourth, .one_fourth { margin-right: 4%; float: left; line-height:21px; margin-bottom:20px; }
.one_half { 	width: 48%; }
.one_third { width: 30.6666%; }
.two_third { width: 65.3332%; }
.one_fourth { width: 22%; }
.three_fourth { width: 74%; }
.last { margin-right: 0 !important; clear: right; }
.clearboth{ clear: both; display: block; font-size: 0px; height: 0px; line-height: 0; width: 100%; overflow:hidden; }

/* Dropcap */

.dropcap { font-size:32px; margin-right:6px; padding-top:4px; text-transform: uppercase; float: left; position: relative; top: 5px; color:#888; }

/* Highlight */

.highlight1 { background:#f6f67a; }
.highlight2 { background:#000; color:#CCC; }

/* Video */
.video-shortcode { margin-bottom:20px; }

/* Checklist */

.checklist li { background:url(images/check-list.png) no-repeat left !important; padding-left:28px !important; }

/* Badlist */

.badlist li { background:url(images/bad-list.png) no-repeat left !important; padding-left:28px !important; }

/* HTML styling */

.post-entry a { color: #1E538A; }
.post-entry h1 { font-size:28px; margin-bottom:20px; }
.post-entry h2 { font-size:24px; margin-bottom:20px; }
.post-entry h3 { font-size:20px; margin-bottom:20px; }
.post-entry h4 { font-size:18px; margin-bottom:20px; }
.post-entry h5 { font-size:16px; margin-bottom:20px; }
.post-entry h6 { font-size:14px; margin-bottom:20px; }
.post-entry hr { border:0; background-color: #DDD; height:1px; margin-bottom:28px; color:#DDD; }
.post-entry blockquote { background:url(images/quote.png) no-repeat; padding-left:32px; padding-top:3px; margin-left:25px; color:#777; font-style:italic; }
.post-entry ol { padding-left:42px; margin-bottom:20px; font-size:12px; }
.post-entry ol li { list-style-type: decimal; margin-bottom:5px; }
.post-entry ul { padding-left: 26px; margin-bottom:20px; font-size:12px; }
.post-entry ul li { background:url(images/ul-dot.png) no-repeat 0 2px; padding-left:18px; margin-bottom:5px; }
.post-entry pre { overflow: auto; margin-bottom:20px; }
.post-entry .alignright { float:right; margin:0 0 25px 25px; }
.post-entry .alignleft { float:left; margin:0 25px 25px 0; }
.wp-caption, .gallery-caption  { border: 1px solid #D7D7D7; padding-top: 4px; margin-bottom:20px; text-align: center; }
p.wp-caption-text { margin-bottom:2px; }
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/* Toggles */

.toggle { background:url(images/buttons/light-button.png) repeat-x; border:1px solid #BBB; padding:0px 10px 0px 14px; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius: 5px; cursor:pointer; margin-bottom:6px; height: 37px; line-height: 37px; }
.toggle:hover { background:url(images/buttons/light-button.png) repeat-x; background-position:0 -37px; }
.toggle a { background:url(images/toggle-arrow.png) no-repeat left; text-decoration:none; padding-left:30px; text-shadow: 0px -1px 0px #FFF; color:#444 !important; font-size:16px; }
.toggle-content { display:none; background:#e6e6e6; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius: 5px; padding:20px; border:1px solid #DDD; font-size:13px; line-height:18px; text-shadow: 0px -1px 0px #FFF; margin-bottom:16px; }
.toggle-content .block { padding:0px; }

/* Navigation */
.navigation { margin-bottom: 20px; }
.navigation .alignleft { float: left; }
.navigation .alignright { float: right; }

/* Copyright */

#footer-bottom { background: #2c2c2c; height: 41px; border-top: 1px solid #3e3e3e; border-bottom: 1px solid #161616; width: 982px; margin-left: -20px; line-height: 41px; font-size: 12px; text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.8); }
#footer-bottom a { color: #888; }
#footer-bottom p.left { float: left; margin-left: 28px; color: #888; }
#footer-bottom p.right { float: right; margin-right: 28px; }
#footer-bottom .backToTop { padding-left: 20px; }