/*
Theme Name: Dolby
Theme URI: http://www.blogconsulting.com/
Description: WordPress theme for Dolby.com
Author: BlogConsulting.com
Version: 1.0
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
margin:0;
padding:0;
border:0;
font-size:100%;
font:inherit;
vertical-align:baseline;
}
html {
overflow-x: hidden;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
display:block;
}
ol, ul{
list-style:none;
}
blockquote, q{
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after{
content:'';content:none;
}
table{
border-collapse:collapse;
border-spacing:0;
}
button, input, select, textarea{
margin:0;
}
:focus{
outline:0
}
a:link{
-webkit-tap-highlight-color:#FF5E99;
}
img,video,object,embed{
max-width:100%;
}
iframe {
max-width:100%;
}
blockquote{
font-style:italic;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
padding:0 10px 20px 27px;
position:relative;
margin-top: 25px;
}
blockquote:after{
position:absolute;
content:'"';
font-size:40px;
color:#D0D9E0;
width:50px;
top:-5px;
left:0;
font-family:Arial, Helvetica, sans-serif;
}
blockquote p{
margin-bottom:10px;
}
strong ,b {
font-weight:bold;
}
em, i, cite {
font-style:italic;
font-family:Arial, Helvetica, sans-serif;
}
small{
font-size:100%;
}
figure{
margin:10px 0;
}
code,pre{
font-family:monospace,consolas,sans-serif;
font-weight:normal;
font-style:normal;
}
pre{
margin:5px 0 20px 0;
line-height:1.3em;
padding:8px 10px;
overflow:auto;
}
code{
padding:0 8px;
line-height:1.5;
}
mark{
padding:1px 6px;
margin:0 2px;
color:black;
background:#FFD700;
}
address{
margin:10px 0
}

/*-[ Framework ]--------------------*/
body{
line-height:1;
font: 14px/23px 'PT Sans', sans-serif;
color: #666;
background:white;
}
::-moz-selection{
background:#333;
color:white;
text-shadow:none;
}
::selection{
background:#333;
color:white;
text-shadow:none;
}
#page, .container {
position: relative;
margin-right: auto;
margin-left: auto;
overflow: hidden;
}
h1,h2,h3,h4,h5,h6{
font-weight:normal;
margin-bottom:12px;
font-family: Arial, Helvetica, sans-serif;
color: #444;
}
h1{
font-size:28px;
line-height:44px;
}
h2{
font-size:24px;
line-height:40px;
}
h3{
font-size:22px;
line-height: 38px;
}
h4{
font-size:20px;
line-height:24px;
}
h5{
font-size:18px;
line-height:34px;
}
h6{
font-size:16px;
line-height:24px;
}
.sub-title{
font-size:12px;
}
p{
margin-bottom: 20px;
line-height: 20px;
}
a{
text-decoration:none;
color: #27AAE1;
}
a:hover{
color:#000000;
}
a:link, a:visited, a:active{
text-decoration:none;
}
:target{
padding-top:20px;
}
/*-[ Main container ]---------------*/
#page,
.container{
max-width: 900px;
min-width:240px;
overflow:visible;
}
#page{
min-height:100px;
float: none;
clear: both;
overflow:hidden;
padding-top: 20px;
}
/*-[ Header ]-----------------------*/
body > header{
float: left;
width: 100%;
position: relative;
}
.main-header {
position: relative;
float: left;
width: 100%;
z-index: 99;
background: url("images/header-bg.png") repeat-x 0 0;
min-height: 75px;
}
#header{
float:left;
position: relative;
width: 100%;
margin: 0;
}
#header h1, #header h2 {
font-size: 34px;
font-family: Arial, Helvetica, sans-serif;
display: block;
float: left;
display: inline-block;
margin: 0;
line-height: 48px;
text-transform: uppercase;
margin-top: 10px;
}
#logo a {
color: #777;
text-indent: -99999em;
width: 292px;
height: 44px;
display: block;
background: url("images/logo.png") no-repeat 0 0;
}
.widget-header {
float: right;
width: 75.9%;
}
/*-[ Navigation ]-----------------*/
.secondary-navigation {
display: block;
float: left;
width: 100%;
}
.secondary-navigation ul li {
}
.secondary-navigation a {
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
line-height: 1.2em;
text-align: center;
text-decoration: none;
text-transform: uppercase;
padding: 17px 35px 0 0;
color: #777;
}
.secondary-navigation a:hover {
color: #27aae1;
}
#navigation{
margin: 0 auto;
font-size:13px;
float: left;
width: 100%;
}
#navigation select{
display:none;
}
#navigation ul{
float:right;
}
#navigation ul li{
float:left;
position:relative;
}
#navigation > ul > li:last-child{
border-right:none;
}
#navigation ul li a,
#navigation ul li a:link,
#navigation ul li a:visited{
overflow:hidden;
display:block;
}
#navigation > ul > li > a{
font-weight:normal;
}
#navigation > ul > li > a:hover{
color: #27aae1;
}
#navigation > ul > .current{
border-top-color:rgba(0,0,0,0.3);
}
#navigation > ul > .current a{
background:transparent;
color:#BFC5C9 !important;
}
#navigation ul li li{
margin-top:-2px;
}
#navigation ul ul{
position:absolute;
width:190px;
padding: 5px 0 5px 0;
z-index: 400;
font-size:12px;
background: #fff;
color: #000;
border: 3px solid #ddd;
}
#navigation ul ul li{
padding:0;
border-right: 0;
}
#navigation ul ul a,
#navigation ul ul a:link,
#navigation ul ul a:visited{
padding: 9px 20px;
width:148px;
-moz-border-radius:0;
border-radius:0;
text-align: left;
}
#navigation ul ul li:first-child a{
border-top:none;
text-align: left;
}
#navigation ul ul li:last-child a{
border-bottom:none;
text-align: left;
}
#navigation ul ul li a:hover{
color: #27aae1;
}
#navigation ul li li:hover > a{
}
#navigation ul ul{
opacity:0;
left:-999em;
}
#navigation ul li:hover ul{
left: -22px;opacity:1;
}
#navigation ul ul ul{
top:-10px;
}
#navigation li:hover ul ul,
#navigation li:hover ul ul ul,
#navigation li:hover ul ul ul ul{
left:-999em;
opacity:0;
}
#navigation li:hover ul,
#navigation li li:hover ul,
#navigation li li li:hover ul,
#navigation li li li li:hover ul{
opacity:1;
left: 195px;
}
#navigation ul ul:after{
}
#navigation ul ul ul:after{
border-color:transparent #282E33 transparent transparent;
border-color:transparent rgba(14,19,22,0.92) transparent transparent;
left:-12px;
top:3px;
}
/*-[ Content ]--------------------*/
.article{
width: 71.11%;
float: left;
margin-bottom: 20px;
}
.post-content {
overflow: hidden;
font-size: 13px;
line-height: 23px;
color: #444;
}
.post-content .wp-caption-text{
	font-size: 13px;
	line-height: 1.5;
	color: #6D6E71;
}
.single .post-content {
border-bottom: 1px solid #CCC;
padding-bottom: 10px;
}
#content_box {

}
.post.excerpt {
clear: both;
margin-bottom: 20px;
overflow: hidden;
border-bottom: 1px solid #E4E5E6;
padding-bottom: 20px;
position: relative;
z-index: 0;
}

#content_box .post.excerpt {
min-height: 189px;
}

.wp-post-image {
float: left;
margin: 7px 15px 10px 0;
}
#featured-thumbnail {
float: left;
margin-right: 15px;
}
.featured-thumbnail img {
margin: 1px 0 0 1px;
height: auto;
}

.post-content-right  {
	float: left;
	width: 390px;
}

.post-content-right.no-thumb-image  {	
	width: 100%;
}

.rating img {
background: #222;
margin: 0 auto;
width: 130px;
padding: 4% 16%;
border: 1px solid #333;
}
.title {
font-family: Arial, Helvetica, sans-serif;
font-size: 28px;
line-height: 34px;
margin-bottom: 0;
}
.title a, .title {
color: #444;
font-size: 21px;
line-height: 1.3;
font-weight: bold;
}
.title a:hover {
color: #27aae1;
}
.page h1.title {
margin-bottom: 20px;
margin-top: 20px;
}
.post-info{
display: block;
color: #bbbdc0;
font-size: 11px;
line-height: 1.4;
}
ul.recent-reviews li {
padding-left: 0;
background: none;
margin-bottom: 10px;
}
.theauthor:after, .post-info time:after ,.comment .fn:after{
content:"|";
padding:0 5px;
}
.thecomment:before {
content:"|";
padding:0 5px;
}
article header {
margin-bottom:15px;
}
.single #content_box header {
margin-top: 20px;
}
.post-info a {
color: #777;
}

.post-info a:hover {
	color: #27aae1;
}
.article img.left,
.article img.alignleft,
.wp-caption.alignleft {
margin: 0.571em 1.571em 0.571em 0;
display: block;
float: left;
}
.article img.right,
.article img.alignright,
.wp-caption.alignright {
margin: 0.571em 0 0.571em 1.571em;
display: block;
float: right;
}
.article img.center,
.article img.aligncenter,
.wp-caption.aligncenter {
margin: 1em auto 1em auto;
display: block;
}
.article img.aligncenter, .article img.alignnone {
margin-top:1em;
margin-bottom:1em;
display: block;
}
.article ul {
margin: 0.5em 0 1.571em 1.3em;
list-style-type: circle;
}
.article ol {
margin: 1.5em 0 1.571em 1.571em;
list-style-type: decimal;
}
/*-[ Form Input ]------------------*/
input,textarea,select{
padding:8px 12px;
border:none;
font-size:12px;
border: 1px solid #D7D7D9;
color: #5E656D;
}
textarea{
overflow:auto;
resize:vertical;
}
select{
padding:12px 20px;
}
input:focus,
textarea:focus{
}
::-webkit-input-placeholder{
color:#585F65;
}
::-moz-input-placeholder{
color:#585F65;
}
::-ie-input-placeholder{
color:#585F65;
}
::-o-input-placeholder{
color:#585F65;
}
::input-placeholder{
color:#585F65;
}
/*-[ Tables ]--------------------*/
table{
width:100%;
text-align:left;
margin-bottom:25px;
border:2px solid #F1F4F6;
}
thead{
background:#F7F8F9;
font-size:14px;
color:#585F65;
}
table th ,table td{
padding:7px 15px;
text-align:left;
}
thead th{
padding:14px;
}
tbody th{
font-weight:normal;
border-bottom:1px solid #F5F7F9;
}
/*-[ Line ]---------------------*/
hr{
border:none;
border-bottom:1px solid #E5E5E5;
border-bottom:1px solid rgba(0,0,0,0.1);
width:100%;
margin:35px 0;
clear:both;
position:relative;
}
/*-[ Search Form ]------------------*/
nav #searchform {
float: right;
}
nav #searchform fieldset {
padding: 7px 0 6px 15px;
border: 0;
border-left: 1px solid #eee;
}
#searchform fieldset {
float: right;
margin-top: 24px;
width: 242px;
}
#searchform input {
border: 0;
}
.sbutton {
padding: 0;
float: left;
}
.main-header #s {
width: 210px;
height: 19px;
padding: 2px 0 0 10px;
float: left;
background: url("images/search-left.png") no-repeat 0 0;
}
.sidebar #s {
width: 78%;
padding: 10px 12px;
}
.footer-widgets fieldset, #sidebars fieldset {
width: 99%;
}
.footer-widgets #s {
width: 78%;
}
.footer-widgets .sbutton, #sidebars .sbutton {
float: right;
}
.sidebar .sbutton {
padding-top: 10px;
}

.breadcrumb {
margin-top: 40px;
}
/*-[ Read More ]-------------------*/
.more {
float: right;
box-shadow: 0px 2px #CCC;
-webkit-box-shadow: 0px 2px #CCC;
-moz-box-shadow: 0px 2px #CCC;
margin-bottom: 5px;
font-size: 12px;
letter-spacing: 1px;
margin-top: -15px;
}
.more a{
float: left;
background-color: #79ACCD;
color: white;
padding: 4px 10px;
overflow: hidden;
text-shadow: none;
}
.more a:hover {
color:#fff;
}
/*-[ Sidebar ]---------------------*/
.sidebar.c-4-12 {
float: right;
width: 26.67%;
line-height: 23px;
margin-top: 27px;
}
.widget {
margin-bottom: 27px;
overflow: hidden;
}
.widget .title{
font-weight:bold;
text-transform:uppercase;
color:#545E68;
font-size:12px;
}
.widget li {
display: block;
overflow: hidden;
list-style-type: none;
}
.widget h3 {
font-size: 20px;
line-height: 26px;
font-family: Arial, Helvetica, sans-serif;
margin-bottom: 5px;
font-style:normal;
color: #777;
}
.pcomments {
float: right;
padding: 0 7px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
background: #2DB2EB;
}
/*-[ Footer ]-------------------*/
body > footer{
min-height:50px;
overflow:hidden;
margin: 0 auto;
width: 100%;
background: #fff; 
border-top: 3px solid #ddd;
padding-top: 13px;
max-width: 900px;
min-width: 240px;
padding-bottom: 40px;
}
body > footer .widget{
padding:10px 0 30px 0;
margin-left: 20px;  margin-right: 20px;
}
body > footer .sidebar .widget .title{
font-size:135%;
color:#D4D8DB;
}
footer .widget li a {
    color: #666;
}
footer {
position: relative;
overflow: hidden;
}
footer .container {
}
footer p {
color: #8D8D8D;
}
footer a:hover, footer .widget li a:hover {
color:#333;
}
.footer-widgets {
overflow: hidden;
width: 50%;
}
.footer-widgets h3 {
padding-bottom: 5px;
color: #594F4F;
} 
footer a{
}

#copyright-note  .site-name {
line-height: 1;
margin-bottom: 12px;
}

#copyright-note  .site-name a{
font-weight: bold;
font-size: 12px;
color: #585858;
}

#copyright-note  .site-info {
font-size: 11px;
color: #777;
line-height: 1.4;
margin-bottom: 0;
}

#copyright-note  .site-info span {
display: block;
}

#menu-footer-nav li {
	float: right;
	background: url("images/footer-separator.png") no-repeat left 5px;
	padding-left: 16px;
	margin-left: 14px;
	line-height: 1;
}

#menu-footer-nav li.first {
	padding-left: 0;
	margin-left: 0;
	background: none;
}

#menu-footer-nav li a {
	font-size: 11px;
	color: #777;
}

#menu-footer-nav li a:hover {
	color: #27aae1;
}

.f-widget {
width: 32%;
float: left;
position: relative;
margin-right: 2%;
color: #8D8D8D;
}
.copyrights {
float: left;
width: 100%;
}
#copyright-note {
float: left;
}
#sidebars .wp-post-image, footer .wp-post-image {
margin-bottom: 0;
margin-top: 2px;
}
.postsby {
margin: 0;
}
/*-[ Comment count ]--------------------------*/
.bubble a{
font-size: 14px;
line-height: 35px;
text-align: center;
width: 34px;
height: 34px;
font-family: Arial, Helvetica, sans-serif;
float: right;
background-color: #666;
border-radius: 20px;
color: white;
}
.bubble a:hover {
background-color: #79ACCD;
}
/*-[ Social Buttons ]-------------------------*/
#social-icons { 
margin-top:1em; 
float:left; 
}
.shareit { 
font-size: 2em; 
font-family: Arial, Helvetica, sans-serif;
float: left; 

 padding: 5px 5px 0 0; 
color: #C6C6C6; 
}
.tagtext {
margin-right: 10px;
}
/*-[ Related Posts ]---------------------------*/
.related-posts {
overflow: hidden;
}
.related-posts ul {
margin-left:0;
overflow: hidden;
margin-top:0;
}
.related-posts h3 {
font-size: 18px;
margin: 10px 0;
color: #666;
}
.relatedthumb img {
width: 75px;
height: 75px;
margin-top: 5px;
margin-bottom:0;
border: 1px solid #747474;
}
.related-posts li {
width:48%;
float: left;
list-style:none;
margin-right: 4%;
border-bottom: 1px solid #EEE;
margin-bottom: 12px;
min-height: 100px;
}
.rthumb {
float: left;
}
.related-posts .last {
margin-right:0;
}
.related-posts a {
color: #777;
font-weight: bold;
}
.related-posts a:hover {
    color: #333;
}
.postauthor {
    padding: 1.5em 1.6em 0.5em;  
    margin: 1.5em 0 1em 0; background-image: url(images/hbg.gif); border: 1px solid #D4CFC1; min-height: 100px;
}
.postauthor h4 {
color: #666;
font-weight: normal;  
font-size: 22px;  
margin-bottom: 5px;  font-family: Arial, Helvetica, sans-serif;
}
.postauthor img {
float: right;
margin: 5px 0 15px 25px;
}
.postauthor h4 a {
}
.clear{
clear:both;
}
.left {
float:left;
}
.right {
float:right;
}
.last {
margin-right:0!important;
padding-right:0!important;
}
/*-[ Subscribe Widget ]------------------------*/
.mts-subscribe input[type="text"] {
color: #888;
border: 1px solid #DFDFDF;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 70%;
float: left;
padding: 9px;
}
.mts-subscribe input[type="text"]:hover {
border: 1px solid #C1C1C1;
}
.mts-subscribe input[type="submit"] {
background: #474747;
cursor: pointer;
color: white!important;
padding: 10px 12px;
float: right;
border: 0;
float:left;
height:35px;
}
.mts-subscribe input[type="submit"]:hover {
background: #333333;
}
/*-[ Ad Widgets ]------------------------------*/
.ad-125 ul {
float: left;
width: 330px;
margin: 0;
list-style: none;
max-width: 100%;
}
.ad-125 li{
float: left;
border: none;
list-style: none!important;  
padding-left: 0;
background: none;
margin-bottom: 15px;
}
.ad-125 img {
padding: 0.4em;
background: #fff;
border: 1px solid #bbb;
}
li.oddad {
margin-right: 8%;
}
.ad-300 img {
padding: 0px;
background: #fff;
border: 1px solid #bbb;
}
footer .ad-300 img, footer .ad-125 img {
padding: 0;
background: #FAFAFA;
border: 0;
}
footer li.oddad {
margin-right: 5%;
}
/*-[ Calender Widget ]-------------------------*/
#wp-calendar {
width: 300px;
}
#wp-calendar td {
text-align: center;
}
#wp-calendar caption {
font-size: 16px;
padding-bottom: 10px;
font-weight: bold;
}
#wp-calendar #prev {
text-align: left;
padding-left: 12px;
}
/*-[Comments]--------------*/
.total-comments {
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
margin-top: 0.8em;
}
.cnumber {
color: #2DB2EB;
}
#comments {
margin-right: 0px;
}
#comments .avatar {
float:left;
margin-right: 20px;
}
input.text-input, #commentform input {
padding: 11px;
}
input#author, input#email, input#url {
width: 380px;
background: white;
font-size: 14px;
}
input#author:hover, input#email:hover, input#url:hover, #comment:hover{

}
input#author, input#email, input#url, #comment {

}
.contactform input[type="text"] {
width: 380px;
}
.contact-submit,
#cancel-comment-reply-link {
padding: 7px 20px;
color: white;
border: 1px solid #383838;
cursor: pointer;
background:#333;
}
#commentform input#submit {
font-size: 14px;
line-height: 25px;
font-weight: normal;
background-color: #27AAE1;
padding: 7px 22px;
color: #fff;
text-decoration: none;
cursor: pointer;
display: inline-block;
border: 0;      
-webkit-border-radius: 4px;  
-moz-border-radius: 4px;  
border-radius: 4px;
}
ol.commentlist {
margin-left: 0;
margin-top: 1em;
margin-bottom: 0;
}
.commentlist li {
list-style: none;
margin: 10px 0;
padding: 20px 0;
border-top: 1px dashed #BBB;
}
.commentlist p {
margin-bottom: 1em;
line-height: 21px;
margin-left: 95px;
}
.fn {
font-size: 14px;
line-height: 1.375em;
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
}
.fn a {
color: #777;
font-weight:bold;
}
.comment-meta {
font-size: 12px;
font-style: italic;
}
.comment-meta a{
color:#888;
}
.reply {
margin-top: 10px;
padding-bottom: 5px;
overflow: hidden;
width: 100%;
border-bottom: 1px solid #eee;
}
.reply a {
float: right;
padding: 0 14px;
font-family: Arial, Helvetica, sans-serif;
}
.commentlist .children {
margin-left: 17%;
margin-top: 30px;
margin-bottom: 0;
}
.commentlist .children li {
margin-bottom: 0;
padding-bottom: 0;
}
.avatar {
float: left;
}
#respond h3{
margin-top: 18px;
font-size: 18px;
margin: 15px 0 0 0;
padding: 0 0 20px 0;
color: #666;
}
.cancel-comment-reply a{
float:right;
margin-top: -8px;
font-size: 14px;
}
.comment-awaiting-moderation {
font-style: italic;
font-weight: bold;
}
/*-[ Comment Form ]----------------------------*/
#commentform textarea { 
width: 96.4%;
border: 1px solid #D4CFC1;
background: white;
font-size: 14px;
padding: 5px 10px 10px 10px;
line-height: 25px;
font-family: Arial, Helvetica, sans-serif;
font-style: italic;
}
#commentform p {
margin-bottom: 15px;
}
/*-[ pagination ]------------------*/
.pagination {
clear: both;
overflow: hidden;
margin-bottom: 20px;
float: left;
width: 100%;
font-family: Arial, Helvetica, sans-serif;
}
.pagination ul {
list-style: none;
margin: 0;
float: left;
}
.currenttext, .pagination a:hover {
color: #4D4D4D!important;
margin: 0;
display: inline-block;
float: left;
line-height: 1.2em;
text-decoration: none;
font-weight: bold;
}
.pagination a, .pagination2 {
margin: 0;
display: inline-block;
float: left;
font-weight: 400;
line-height: 1.2em;
text-decoration: none;
color: #444;
}

.pagination a.prev {
	float: left;
	color: #444;
	font-weight: bold;	
	font-size: 13px;
	display: block;
}

.pagination a.next {
	float: right;
	color: #444;
	font-weight: bold;	
	font-size: 13px;
	display: block;
}

.pagination .page-no-wrap {
	float: left;
	width: 530px;
	margin: 0 10px;
}

.pagination .page-no {
	margin: 0 auto;
	min-width: 100px;	
}

.pagination .page-no li {
	display: block;
	float: left;
}

.pagination .page-no a, .pagination .page-no .currenttext {
	margin: 0 6px;	
	display: block;
}

.pagination a:hover {
color:#000;
}
.pagination2 {
clear: both;
}
.top {
float: right;
margin-right: 20px;
}
.top a {
color: #555;
}
.top a:hover {
color:#BBB;
}
.pnavigation2 {
display: block;
width: 100%;
overflow: hidden;
padding: 0 0 10px 0;
}


.post-content p {
margin-bottom: 10px;
line-height: 1.5;
}

.post-content header {
margin-bottom: 10px;
}
/*
h3.main-title {
font-size: 14px;
font-weight: bold;
font-style: italic;
color: #666;
height: 43px;
line-height: 48px;
border-bottom: 1px solid #E4E5E6;
margin-bottom: 20px;
text-transform: uppercase;
background: url("images/title-border.png") repeat-x 0 0;
clear: both;
}*/

.main-title {
color: #666;
height: 43px;
border-bottom: 1px solid #E4E5E6;
margin-bottom: 20px;
text-transform: uppercase;
background: url("images/title-border.png") repeat-x 0 0;
clear: both;
}

.main-title h3 {
font-size: 14px;
font-weight: bold;
font-style: italic;
color: #666;
height: 43px;
line-height: 48px;
text-transform: uppercase;
float: left
}

.main-title p{
float: right;
height: 43px;
line-height: 48px;
font-size: 12px;
font-style: normal;
color: #777;
}

h3.main-title-top {
font-size: 14px;
font-weight: bold;
color: #444;
line-height: 1;
margin-bottom: 14px;
text-transform: uppercase;
background: url("images/down-arrow.png") no-repeat 100% 2px;
float: left;
padding-right: 20px;
cursor: pointer;
}

.widget a {
font-size: 13px;
font-weight: bold;
color: #777;
}

.widget.widget_most_popular_tags a, .widget.widget_tag_cloud a {
	display: block;
	float: left;
	clear: left;
}

.widget a:hover {
	color: #27aae1;
}

.sidebar-top {
float: right;
width: 26.67%;
line-height: 23px;
}

.monthsList ul {
	width: 50%;
	float: left;
}

.monthsList ul li a {
font-size: 13px;
font-weight: bold;
color: #999;

}

.monthsList ul li a:hover {
color: #27aae1;
}

#featured-section .featured-thumbnail img { 
	margin-bottom: 10px;
}

#featured-section .post.excerpt{
border: 0;
margin: 0;
padding: 0;
}

#featured-section  .sidebar-top .post.excerpt { 
	margin-bottom: 10px;
}

.widget h3 {
font-size: 15px;
font-weight: bold;
font-style: italic;
color: #777;
text-transform: uppercase;
clear: both;
line-height: 1;
margin-bottom: 15px;
}

#featured-section #featured-thumbnail {
margin-right: 0;
}

.social-btn  a {
	height: 22px;
	display: block;
	width: 21px;
	margin-right: 18px;
	text-indent: -99999em;
	float: left;
	background: url("images/social-btn.png") no-repeat 0 0;
}

.social-btn.rss-btn  a {
	background-position: 0 0;
	width: 20px;
}

.social-btn.facebook-btn  a {
	background-position: -39px 0;
	width: 21px;
}

.social-btn.twitter-btn  a {
	background-position: -79px 0;
	width: 12px;
}

.social-btn.youtube-btn  a {
	background-position: -110px 0;
	width: 17px;
}

.social-btn.gp-btn  a {
	background-position: -146px 0;
	width: 21px;
}

.social-btn.vimeo-btn  a {
	background-position: -186px 0;
	width: 18px;
}
.social-btn.flickr-btn  a {
	background-position: -223px 0;
	width: 18px;
}

.social-btn.instagram-btn  a {
	background: url("images/instagram.png") no-repeat 0 0;
	width: 21px;
}

.social-btn.last  a {
	margin-right: 0;	
}

#sidebars .sidebar_list li.widget {
	background: url("images/title-border.png") repeat-x 0 0;
	padding-top: 20px;
}

#sidebars  .social-wrap {
	width: 100%;
}

#sidebars .sidebar_list li.social-widget {
	padding: 12px 0 9px;
	background: url("images/title-border.png") repeat-x 0 0;
}

.postsby {
	font-size: 14px;
	font-weight: bold;
	color: #999;
	line-height: 1;
	margin-bottom: 14px;
	text-transform: uppercase;		
}

#cat-list-box {
	position: relative;
	z-index: 100;
}

#content_box .cat-list {
	margin: 0;
	clear: both;
	list-style-type: none;
	position: absolute;
	top: 15px;
	background: white;
	z-index: 100;	
	margin-top: 10px;
	width: 200px;
	padding: 0 15px 10px;
	-moz-box-shadow: 5px 7px 5px #989898;
	-webkit-box-shadow: 5px 7px 5px #989898;
	box-shadow: 5px 7px 5px #989898;
	left: -3px;
	
	border-right: 1px solid #CCC\9;
	border-bottom: 1px solid #CCC\9;
	*border-right: 1px solid #CCC\9;
	*border-bottom: 1px solid #CCC\9;
}

#content_box .cat-list li {
line-height: 30px;
}

#content_box .cat-list li a {
	font-size: 12px;
	line-height: 23px;
	color: #444;
	text-transform: uppercase;
	font-weight: bold;
}

#content_box .cat-list li a:hover {
	color: #27aae1;
}

.single .featured-thumbnail img {
	margin-bottom: 10px;
}

.single .entry-utility .tags  {
	color: #27AAE1;
	font-weight: bold;
	font-size: 12px;
	width: 50%;
}

.single  .entry-utility .addthis_toolbox {
	width: 33%;
	float: right;
}

.single .tags a {
	color: #27AAE1;
	font-weight: bold;
	font-size: 12px;
}

.single .tags  .tagtext  {
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 5px;
	font-weight: normal;
}

.entry-utility .tags  {
	color: #27AAE1;
	font-weight: bold;
	font-size: 12px;
	float: left;
	width: 46%;
}

.entry-utility .tags a {
	color: #27AAE1;
	font-weight: bold;
	font-size: 12px;
}

.entry-utility .tags  .tagtext  {
	color: #777;
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 5px;
	font-weight: normal;
}


.entry-utility  .addthis_toolbox {
	width: 54%;
	float: left;
}

#content_box .featured-thumbnail {
	position: relative;
}

.featured-thumbnail img.featured-highlight {
	position: absolute;
	top: -2px;
	left: -2px;
}

.social-sidebar ul li {
	float: left;
}

.juiz_last_tweet_inside ul{

}

.juiz_last_tweet_inside ul li{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e4e4e4;
}

.juiz_last_tweet_inside ul li:first-child{
	margin-top: 0;
	padding-top: 0;
	border-top: 0 none;
}

.juiz_last_tweet_inside ul li a{

}


.juiz_last_tweet_inside ul li  em.juiz_last_tweet_metadata{
	display: block;
	font-style: normal;
	color: #777;
}

.juiz_last_tweet_inside .juiz_last_tweet_follow_us{
	display: none;	
}

.juiz_last_tweet_inside {
	font-size: 13px;
	color: #777;
	font-weight: normal;
}

.article {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.content-inner {
	width: 71.11%;
	float: left;	
}

.home .sidebar.c-4-12 {
	margin-top: 0;	
}

.featured-img-wrap {
	line-height: 1.2;
	font-size: 13px;
	color: #444;
}


.widget_twitter li {
	word-wrap: break-word;
	color: #777;
	font-size: 13px;
}

.widget_twitter ul li {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e4e4e4;
}

.widget_twitter  ul li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0 none;
}

.post-content {	
	font-size: 15px;
	line-height: 23px;
	color: #444;
}

.post-info {
	color: #777;
	font-size: 12px;
}

#post-bottom-widget-area  {
	padding-top: 20px;
	padding-bottom: 10px;
	border-top: 1px solid #ccc;
	margin-top: 20px;
}

#subscribe-email input {
	width: 95%;
	padding: 1px 2px;
	height: 30px;
	line-height: 30px;
}

#post-bottom-widget-area  #subscribe-email input {
	width: 60%;	
}

.sidebar_list .jetpack_subscription_widget p {
	margin-bottom: 12px;
}

.widget h3 {
	color: #444;
}

#content_box .cat-list {
	display: none;
}

/*-----------------------------------------------
/* Responsive
/*---------------------------------------------*/
@media screen and (max-width:900px){
#page, .container {
max-width: 96%;
}

.sidebar.c-4-12, .sidebar-top {
width: 30%;
}
.related-posts li {
margin-right: 10px;
}
img,embed{
max-width:100%;
height:auto!important;
}
.ad-125 li {
max-width: 40%;
}
.footer-widgets #s, #sidebars #s {
width: 68%;
}
.ad-125 img {
padding: 0;
background: #FAFAFA;
border: 0;
}
.ad-300 {
width: 90%;
}
.mts-subscribe input[type="text"] {
width:60%;
}
}

@media screen and (max-width:890px){

.sidebar.c-4-12, .sidebar-top {
float: left;
width: 87%;
}

.content-inner{
width: 87% !important;
}

.post-content-right {
float: left;
width: 60%;
}

.post-content-right.no-thumb-image {
width: 100%;
}

}

@media screen and (max-width:768px){
.content-inner{
width: 87% !important;
}

.entry-utility .addthis_toolbox, .entry-utility .tags, .single .entry-utility .tags, .single .entry-utility .addthis_toolbox  {
width: 100%;
}

.single .entry-utility .addthis_toolbox  {
margin-top: 10px;
}

.post-content-right {
float: left;
width: 60%;
}

.post-content-right.no-thumb-image {
width: 100%;
}

.no-thumb-image .entry-utility .addthis_toolbox {
	width: 54%;
}

.no-thumb-image .entry-utility .tags {
	width: 46%;
}

#content_box .featured-thumbnail img {
margin-bottom: 5px;
}

.pagination .page-no-wrap {
display: none;
}

.sidebar.c-4-12, .sidebar-top {
float: left;
width: 87%;
}



}

@media screen and (max-width:728px){
.widget-header { width:100%; }

.content-inner {
width: 96% !important
}

.post-content-right {
width: 96%;
}

.no-thumb-image .entry-utility .addthis_toolbox {
	width: 100%;
}

.no-thumb-image .entry-utility .tags {
	width: 100%;
}

}

@media screen and (max-width:700px){

#content_box {
padding-right: 0;
}
.sidebar.c-4-12, .sidebar-top {
width: 98%;
}
.f-widget {
width: 48%;
}

}
@media screen and (max-width:600px){
#navigation ul{float:none;display:inline-block;}
#navigation ul ul{display:none;}
.js #navigation > ul{display:none !important;}
.js #navigation select{display:inline-block !important;max-width:none;border:none;padding:7px 15px;margin-top:10px;width:100%;color: #fff;
background: #222; font-size: 12px;
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset , 0 1px 1px rgba(255, 255, 255, 0.9);
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset , 0 1px 1px rgba(255, 255, 255, 0.9);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset , 0 1px 1px rgba(255, 255, 255, 0.9);
}

#searchform fieldset {
float: left;
}

#featured-section #featured-thumbnail {
max-width: 100%;
}

}
@media screen and (max-width:480px){
.f-widget {
width: 98%;
}
#featured-thumbnail {
max-width: 40%;
margin-right: 15px;
}
.postauthor img {
width: 22%;
}
#featured-section #featured-thumbnail {
max-width: 100%;
}
#featured-section .sidebar-top #featured-thumbnail {
margin-right: 15px;
}

.entry-utility .tags {
	width: 100%;
}

.entry-utility .addthis_toolbox {
	width: 100%;
}

.footer-widgets {
	width: 100%;
}

#searchform fieldset {
float: left;
}

}
@media screen and (max-width:450px){
.related-posts li {
width: 100%;
}
.commentlist .children {
margin-left: 5%;
}
#comments .avatar {
width: 18%;
}
.commentlist p {
margin-left: 22.5%;
}

.main-title p {
float: left;
line-height: 1.2;
height: 1.4em;
margin-bottom: 10px;
}

.featured-thumbnail img.featured-highlight {
width: 40%;
}

.main-title {
height: 92px;
}

}

@media screen and (max-width:240px){	
	#logo a {		
		width: 235px;
		height: 35px;		
		background: url("images/logo-small.png") no-repeat 0 0;
	}
}

.jetpack_subscription_widget p {
color: #777 !important;
}