/*
Theme Name: Vienna
Theme URI: http://wellthemes.com/
Author: Well Themes
Author URI: http://wellthemes.com/
Description: A Premium Responsive Magazine WordPress Theme by Well Themes.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, black, gray, light, one-column, two-columns, right-sidebar, fixed-width, custom-background, editor-style, featured-images, full-width-template, sticky-post, theme-options
Text Domain: wellthemes
*/

/*
Warning: Do not edit this file, it will be overwritten by the next theme update. If you want to customize the styles, create a child theme instead
See: http://codex.wordpress.org/Child_Themes
*/

/* TABLE OF CONTENT 
 * ================================================
 * 1.  RESET
 * 2.  COMMON ELEMENTS
 * 3.  BASE LAYOUT
 * 4.  HEADER
 * 5.  NAVIGATION MENU
 * 6.  MAIN CONTENT
 * 7.  SIDEBAR
 * 8.  FOOTER
 * 9.  MEDIA QUERIES
 **/

@import url("css/lightbox.css"); 
@import url("css/shortcodes.css"); 
 /* 1. RESET
 * ================================================ */
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


 /* 2. COMMON ELEMENTS
 * ================================================ */
h1, h2, h3, h4, h5, h6{
	font-family:Helvetica, Arial, sans-serif;
	font-weight:700;
	line-height:1.3;
	color: #6B707B;
}

h1{
	font-size:22px;
	font-weight:400;	
}

h2{
	font-size:18px;
	font-weight:400;
}

h3{
	font-size:14px;
}

h4{
	font-size:13px;
}

h2.title {
	font-size: 16px;
	line-height:1;
	background: url("images/heading_bg.png");
	clear: both;
	display: block;
	margin: 0 0 20px;
	font-weight: 700;
}

h2.title a{
	 color: #e25d33;
}

h2.title span {
  background: #FFFFFF;
  display: inline-block;
  margin-left: 12px;
  padding: 0 6px;
} 

a{	
	-moz-transition: color 0.4s linear 0s;
}

a:link {
	color: #4882B1;
	text-decoration:none;
}

a:visited {
	color: #4882B1;
}

a:active {
	color: #E25D33;
}

a:hover {
	color: #E25D33;
}

ul, ol {
	margin: 0 0 1.5em 2.5em;
}

ul {
	list-style: square;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

dl {
	margin: 0 1.5em;
}

dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.5em;
}

strong {
	font-weight: bold;
}

small { 
	font-size: 80%; 
}

big {
	font-size: 120%;
}

cite, em, i {
	font-style: italic;
}

cite {
	border: none;
}

blockquote {
	font-style:italic;
    margin: 7px 35px 7px 45px;    
	font-style:italic;
	background:#f7f7f7;
	padding:10px;
	clear: both;
}

blockquote p {
	margin: 0px;
	padding: 0px;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
pre {
	background: rgba(0, 0, 0, 0.05);
	font: 87.5% "Courier 10 Pitch", Courier, monospace;
	line-height: normal;
	margin-bottom: 1.5em;
	padding: 0.75em 1.5em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup, sub {
	font-size: 62.5%;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

input[type=text], textarea {
	border: 1px solid #E7E7E7;
}

textarea {
	padding-left: 3px;
	width: 98%;
}

address {
	display: block;
	margin: 0 0 1.625em;
}

table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
	text-align:left;
}

th {
	color: #666;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 2.6em;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}

p{
	margin-bottom: 15px;
}

img{
	max-width: 100%; 
	height: auto;
}

/*-- WordPress common classes*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.25em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.25em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone{
	display: inline;
	float: left;
	margin-right: 1.25em;
}

img.alignleft,
img.alignright,
img.aligncenter{
	margin-bottom: 1.25em;	
}

p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	margin-bottom: 1.25em;
	max-width: 96%;
	text-align:center;
}

.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	
	font-size: 12px;
}

.gallery{
	margin-bottom:15px !important;
}

.gallery dl{	
	margin: 0;
}

.gallery img{
	border: 2px solid #f3f3f3 !important;
}

.sticky {
	
}

.sticky:before{	
	content: "Sticky Post";
	font-weight:bold;
	color:#ffffff;
	font-size:12px;
	background:#bfbfbf;
	padding:3px 5px;
	letter-spacing:1px;
	border-radius:3px;
}

.button {
	background: none repeat scroll 0 0 #333333;
	box-shadow: 0 2px 2px #DDDDDD;
	color: #FFFFFF !important;
	cursor: pointer;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	display: inline-block;
    padding: 6px 12px;
    text-decoration: none;
	border: none;
	-moz-transition:  .8s ease-in-out; 
	-webkit-transition:  .8s ease-in-out; 
	transition:  .8s ease-in-out;
}

.button:hover{
	opacity: 0.8;
}

.clear{
	clear:both;
}
 
.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

 .clearfix { 
 display: inline-block; 
 } 
 
 /* Hide from IE Mac \*/ 
 .clearfix { 
	display: block; 
 }
 
 /* 3. BASE
 * ================================================ */	
body{
	color: #6B707B;
	font-size: 13px; 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	line-height: 1.6em;	
}
	
#container{
	width: 980px; 
	margin: 0 auto;
	background: #ffffff;
	overflow: hidden;
}

#main{
	padding: 15px; 	
	overflow:hidden;	
}

#content {
	float: left;
	width: 630px;
	border-right:1px solid #eaecef;
	padding-right: 14px;
}

.wide-content{
	width:950px !important;	
	border: none !important;
	padding-right: 0px !important;
	
}

/* 4. HEADER
* ================================================ */	
#header{
	padding: 0px 15px; 
	margin: 0px auto; 
	background: #ffffff; 
}

#header .wrap{
	overflow:hidden;
	padding-top: 10px;
}

#header .logo{
	float: left;
	width:300px;	
}

#header .logo h1{
	margin-bottom: 0px;
}

#header .logo img{
	display: block;
}

#header .ad468 {
	width:500px;
	float:right;
	text-align:right;
}

#header .top{	
	margin-bottom:15px;
	background: #f3f3f3;
}

#header .top-right{
	width: 150px;
	float:right;		
}

#header .top-right ul{
	list-style:none;
	margin-top: 7px;
	padding:0px;		
}

#header .top-right ul li{
	float:left;
	margin-right: 10px;	
}

#header .top-right ul li a{
	display: block;
	float: left;
	height: 18px;
	width: 18px;
	text-indent: -999em;   
}

#header .top-right a.twitter{
  background: url("images/twitter18.png") no-repeat left center;  
}

#header .top-right a.fb{
  background: url("images/fb18.png") no-repeat left center;  
}

#header .top-right a.rss{
  background: url("images/rss18.png") no-repeat left center;  
}

#header .top-right a.email{
  background: url("images/email18.png") no-repeat left center;  
}


/* 5. NAVIGATION MENU
* ================================================ */
/*-- top menu --*/
#top-menu {
	width: 700px;
	float:left;	
}

#top-menu  ul {
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
	position:relative;
	z-index:99;
}

#top-menu ul li {
	float:left;
	padding:0px;
	margin:0px;
	position:relative;
}


#top-menu ul li a {
	display:block;
	padding: 6px 12px;
	text-align:center;
	font-size:13px;
}

#top-menu ul li ul.sub-menu{
	display: none;
}

/*-- main menu --*/
#main-menu {
	width:950px;
	background:url(images/main-menu-bg.png) repeat-x 0px 0px;
	float:left;
	position:relative;
	z-index:30;
	margin-top:20px;
}

#main-menu select {
    display: none;
    z-index: 3000;
    position: relative;
    padding: 6px;
    font-size: 14px;
    border: 1px solid #e7e7e7;
    height: 34px;	
	color:#555555;
	font-family:inherit;	
}

#main-menu ul {
	float:left;
	list-style-type:none;
	margin:0px;
	padding:0px;
	position:relative;
	z-index:99;
}

#main-menu ul li {
	float:left;
	padding:0px;
	margin:0px;
	position:relative;
}

#main-menu ul li a {
	display:block;
	padding:12px 18px 12px 18px;
	text-align:center;
	font-size:13px;
	color:#FFF;
	font-weight:700;
	border-right:1px solid #303336;
	border-left:1px solid #515659;
	height:14px;
	line-height:14px;
}

#main-menu ul li ul {
	display:none;
	position:absolute;
	padding:0px 0px 0px 0px;
	background:#44484B;
}

#main-menu ul li ul li {
	float:none;
	padding:0px;
	border-left:0px;
	border-right:0px;
}

#main-menu ul li ul li a, 
#main-menu ul li:hover ul li a, 
#main-menu ul li.over ul li a {
	padding:12px 20px 12px 18px;
	display:block;
	width:122px;
	text-align:left;
	height:auto;
	background:none;
	border-top:1px solid #4F5359;
	border-bottom:1px solid #3A3E43;
	color:#FFF;
	border-left:none;
	border-right:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
	
#main-menu ul li ul li:hover a, 
#main-menu ul li ul li.over a {
	color: #cccccc;
}

#main-menu ul li ul li ul {
	display:none;
	position:absolute;
	left:160px;
	top:-1px;
}

#main-menu ul li ul li:hover ul, 
#main-menu ul li ul li.sfHover ul {
	display:block;
	position:absolute;
	left:160px;
	top:0px;
	background:#44484B;
}

#main-menu ul li ul li:hover ul li a, 
#main-menu ul li ul li.over ul li a {
	background:none;
	color:#FFF;
}

#main-menu ul li ul li ul li a:hover {
	color: #cccccc;
}

#main-menu a.sf-with-ul {
	padding-right:25px;
	min-width:1px;
}

#main-menu .sf-sub-indicator {
	position:absolute;
	display:block;
	right:9px;
	top:10px;
	width:10px;
	height:10px;
	text-indent:-999em;
	overflow:hidden;
	background:url(images/li-img-down-med.png) no-repeat;	
}

#main-menu a > .sf-sub-indicator {
	top:15px;
}

#main-menu a:focus > .sf-sub-indicator,
#main-menu a:hover > .sf-sub-indicator,
#main-menu a:active > .sf-sub-indicator,
#main-menu li:hover > a > .sf-sub-indicator,
#main-menu li.over > a > .sf-sub-indicator {
	background:url(images/li-img-down-med.png) no-repeat
}

#main-menu ul li ul .sf-sub-indicator { 
	right:8px; 
	top:13px; 
}

#main-menu ul li ul a > .sf-sub-indicator { 
	background:url(images/li-img-med.png) no-repeat
}

#main-menu ul li ul a:focus > .sf-sub-indicator,
#main-menu ul li ul a:hover > .sf-sub-indicator,
#main-menu ul li ul a:active > .sf-sub-indicator,
#main-menu ul li ul li:hover > a > .sf-sub-indicator,
#main-menu ul li ul li.over > a > .sf-sub-indicator {
	background:url(images/li-img-med.png) no-repeat
}

#main-menu a.menu-link {
	display: none;
}

/* 6. MAIN CONTENT
 * ================================================ */
#spotlight .ticker-wrapper.has-js {
	padding: 0px 20px;	
	height: 34px;
	line-height: 34px;
	display: block;
	background-color: #f3f3f3;
	border-bottom: 1px solid #eaecef;
}

#spotlight .ticker {
	width: 790px;	
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #f3f3f3;
}

#spotlight .ticker-title {
	font-weight: bold;
	background-color: #f3f3f3;
}

#spotlight .ticker-content {
	margin: 0px;
	position: absolute;
	font-weight: bold;
	background-color: #f3f3f3;
	overflow: hidden;
	white-space: nowrap;
}

#spotlight .ticker-swipe {
	padding-top: 9px;
	position: absolute;
	top: 0px;
	background-color: #f3f3f3;
	display: block;
	width: 800px;
	height: 23px; 
}

#spotlight .ticker-swipe span {
	margin-left: 1px;
	background-color: #f3f3f3;
	border-bottom: 1px solid #1F527B;
	height: 12px;
	width: 7px;
	display: block;
}
#spotlight .ticker-controls {
	padding: 8px 0px 0px 0px;
	list-style-type: none;
	float: left;
}

#spotlight .ticker-controls li {
	padding: 0px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
#spotlight .ticker-controls li.jnt-play-pause {	
	background: url('images/pause16.png') no-repeat;
}

#spotlight .ticker-controls li.jnt-play-pause.over {
	opacity: 0.9;
}

#spotlight .ticker-controls li.jnt-play-pause.paused {
	background: url('images/play16.png') no-repeat;	
}

#spotlight .ticker-controls li.jnt-play-pause.paused.over {
	opacity: 0.9;
}

#spotlight .ticker-controls li.jnt-prev {
	background: url('images/previous16.png') no-repeat;		
}

#spotlight .ticker-controls li.jnt-prev.over {
	opacity: 0.9;	
}

#spotlight .ticker-controls li.jnt-next {
	background: url('images/next16.png') no-repeat;		
}

#spotlight .ticker-controls li.jnt-next.over {
	opacity: 0.9;	
}

#spotlight .js-hidden {
	display: none;
}

#spotlight .no-js-news {
	padding: 10px 0px 0px 45px; 
	color: #F8F0DB;
}

#spotlight .left .ticker-controls, #spotlight .left .ticker-content, #spotlight .left .ticker-title, #spotlight .left .ticker {
    float: left;
}

#spotlight .left .ticker-controls {
    padding-left: 6px;
}

#spotlight .right .ticker-controls, #spotlight .right .ticker-content, #spotlight .right .ticker-title, #spotlight .right .ticker {
    float: right;
}

#spotlight.right .ticker-controls {
    padding-right: 6px;
}

 /*-- Homepage carousel --*/ 
#carousel-full {
	margin-bottom:25px;
	overflow:hidden;	
	padding:12px 20px; 
	background: #f3f3f3;
	border-bottom: 2px solid #eaecef;
}

#carousel-full .carousel-posts{
	float:left;
	overflow:hidden;
}

#carousel-full  a.prev, 
#carousel-full  a.next{
	display: block;
	width: 15px;
	height: 25px;
	text-indent: -999em;
	float:left;	
	margin-top: 45px;	
}

#carousel-full  a.prev{
	background: url(images/arrow-prev.png) no-repeat left center;
	margin-right: 15px;
}

#carousel-full  a.next{
	background: url(images/arrow-next.png) no-repeat left center;
	margin-left: -5px;	
}

#carousel-full .carousel-posts li {
	width:155px;
	list-style:none;
	margin:0;
	margin-right:19px;
	float:left;	
	padding-bottom:10px;
	line-height: 1.2;
	height: 150px;	
}

#carousel-full .carousel-posts h6{
	line-height: 1.2;
	margin-bottom: 4px;
}

#carousel-full .carousel-posts .post-meta{
	color: #8F949D;
	font-size: 12px;	
}

#carousel-full .carousel-posts img {
	width:145px;
	height:100px;
	padding:4px;
	background: #ffffff;
}

#carousel-full .wrap{
	padding-bottom:5px;
	max-height: 45px;	
	overflow: hidden;
}

/*-- Slider --*/
#wt-slider {
	overflow:hidden;
	width:100%;
	position:relative;
	z-index:10;
	margin-bottom:25px;
	background: url(images/slider-stripe.png) repeat;	
}

#wt-slider ul,
#wt-slider ol{
	padding:0;
	margin:0;
	list-style:none;
}

#wt-slider .flex-viewport {
	max-height: 630px; 
	-webkit-transition: all 1s ease; 
	-moz-transition: all 1s ease; 
	transition: all 1s ease;
}

#wt-slider .loading .flex-viewport {
	max-height: 300px;
}

#wt-slider .slides {
	zoom: 1;
}

#wt-slider .attachment-wt-slider-image{
	height: 310px;
	width:630px;
}

#wt-slider .flex-control-thumbs {
	position: static; 
	overflow: hidden;	
	margin: 5px 0 10px;	
}

#wt-slider .flex-control-thumbs li {
	float: left; 
	width: 112px;
	margin-left: 12px;
}

#wt-slider .flex-control-thumbs img {
	width: 112px; 
	height:65px;  
	display: block; 
	opacity: 0.7; 
	cursor: pointer; 
	border-bottom:2px solid transparent;
}

#wt-slider .flex-control-thumbs img:hover {
	opacity: 1;
	border-bottom:2px solid #E25D33;
}

#wt-slider .flex-control-thumbs .active {
	opacity: 1; 
	cursor: default;
	border-bottom:2px solid #E25D33 !important;
}

#wt-slider .flex-control-thumbs .flex-active{
	opacity:1;
	border-bottom:2px solid #E25D33 !important;
}

#wt-slider .slides li {
  position: relative;
}

#wt-slider .slider-text{
  background: url("images/slider-text-bg.png") repeat;
	bottom: 26px;
	color: #dbdbdb;
	left: 15px;
	padding:10px;
	position: absolute;
	width: 210px;
}

#wt-slider .slider-text h3{
	line-height: 1.2;
	margin-bottom:5px;	
}

#wt-slider .slider-text h3 a{
	color: #e25d33;
}

#wt-slider .slider-text p{
	margin-bottom:0;
	line-height:1.2;
}

/*-- Single column featured category --*/
#onecol-feat{
	overflow:hidden;
	clear:both;
	margin-bottom: 15px;
}

#onecol-feat .category {
	width: 300px;
	float:left;	
}

#onecol-feat .left  {
	margin-right:30px;
}

#onecol-feat .more-posts .item-post {
	overflow:hidden;
	clear: both;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #E7E7E7;
}

#onecol-feat .more-posts .item-post:last-child{
	border-bottom: none;
}

#onecol-feat .more-posts .item-post .attachment-wt-small-thumb{
	float:left;	
	margin-right:10px;
}

#onecol-feat .more-posts .item-post .post-right{	
	float:left;
	margin-top: 4px;
	width: 202px;
}

/*-- Homepage Featured Category --*/
#featured-cats .category{
	overflow:hidden;	
	margin-bottom: 15px;
}

#featured-cats .category .left{
	width:300px;
	float:left;	
	margin-right:15px;
}

#featured-cats .category .right{
	float:left;
	width: 315px;
}

#featured-cats .category .right  .attachment-wt-small-thumb{	
	float:left;
	margin-right: 10px;
}

#featured-cats .category .right .post-right{
	float:left;
	width:222px;
}

#featured-cats .category .right h4{
	margin-bottom:5px;
	margin-top: 3px;
}

#featured-cats .category .right .item-post{
	clear: both;
	margin-bottom: 8px;
	padding-bottom: 8px;
	overflow: hidden;
	border-bottom: 1px dashed #E7E7E7;
}

#featured-cats .category .right .item-post:last-child{
	margin-bottom:0;
	border-bottom: none;
}

/*-- feat gallery --*/

#feat-gallery{
	margin-bottom: 20px;
	overflow:hidden;
}

#feat-gallery .gallery-images {
	float: left;
	margin-left: 7px;
}

#feat-gallery .gallery-images ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}

#feat-gallery .gallery-images ul li{
	float:left;
	margin-right: 7px;	
	width:138px;
}

#feat-gallery .gallery-images .attachment-thumbnail{
	width:130px;
	height:90px;
	padding:4px;
	background: #f3f3f3;	
}

#feat-gallery a.prev {
	background: url("images/arrow-prev.png") no-repeat left center;
	text-indent: 9999em;	
	display: block;
	float: left;
	text-decoration: none;
	margin-top:35px;	
	margin-right: 6px;
	width: 15px;
	height: 25px;
}

#feat-gallery a.next {
	background: url("images/arrow-next.png") no-repeat right center;
	text-indent: 9999em;	
	display: block;
	margin-top:35px;
	float:left;
	width: 15px;
	height: 25px;
	margin-left: 6px;
}

#other-posts {
	margin-bottom: 20px;
	overflow:hidden;
}

#other-posts .item-post{
	width: 300px;
	height: 65px;
	overflow:hidden;	
	float:left;
	margin-right: 15px;	
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #E7E7E7;
}

#other-posts .attachment-wt-small-thumb{	
	float:left;
	margin-right: 10px;	
}

#other-posts .post-right{
	float: left;
	width: 202px;
}

/*-- Common Post settings --*/
#content .page-header{
	margin-bottom: 15px;
}

#content .post-meta {
	font-size:12px;
	color: #8F949D;
}

#content .attachment-wt-feat-thumb{
	width: 290px;
	height: 160px;
	padding:4px;
	background: #f3f3f3;
}

#content .attachment-wt-small-thumb{
	width: 75px;
	height: 55px;
	padding:4px;
	background: #f3f3f3;	
}

#content .attachment-wt-archive-thumb{
	width: 180px;
	height: 135px;
	padding:4px;
	background: #f3f3f3;	
	float: left;
	margin-right: 10px;
}

#content .entry-header{
	margin-bottom: 10px;
}

#content .entry-meta {
	font-size:12px;
	color: #8F949D;
}

#content .entry-meta span {
	margin-right: 5px;
}

#content .entry-social{
	margin: 10px 0;	
	padding-top: 15px;
	padding-bottom: 5px;
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
}

#content .entry-social .fb{
	margin-right: 35px;
	font-size: 1px;
}

#content .entry-social .twitter{	
	width: 90px;	
}  

#content .entry-social .linkedin{
	margin-right: 25px;
} 

#content .entry-content{
	overflow: hidden;
}

#content .entry-content img{
	padding: 4px;
	background: #f3f3f3;
}

#content .entry-content .page-link{
	margin: 10px 0;
	clear: both;
}

#content .entry-content #searchform{
	margin: 20px 0;
}

#content .entry-footer {
	margin-top: 15px;
}

#content .entry-footer .entry-tags {
	overflow:hidden;
}

#content  .entry-footer .entry-tags a {
	background: #f3f3f3;
	color: #494F56;
	display: block;
	float: left;
	font-size: 12px !important;
	line-height: 12px;
	margin-bottom: 8px;
	margin-right: 5px;
	padding: 6px 10px;
	text-decoration: none;
	-moz-transition: color 0.2s linear 0s;
	border-radius: 3px;	
}

#content .entry-footer .entry-tags a:hover{
	background: rgba(253, 101, 16, 0.8);
	color: #fff;	
}

#content .author-info{
	margin:15px 0;
	overflow:hidden;	
}

#content .author-info .author-avatar{
	float:left;
	width: 86px;
}

#content .author-info .avatar{
	padding: 4px;
	background: #f3f3f3;
	margin-right: 10px;	
}

#content #nav-single{
	text-align: center;
	margin: 5px 0;
}

#content #nav-single .nav-previous{
	margin-right: 20px;
}

/*-- related posts --*/
#content .related-posts .post-excerpt{
	line-height: 1.4;
}

#content .related-posts ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

#content .related-posts ul li{
	margin-bottom: 10px;
	overflow: hidden;
	float: left;
	width: 190px;	
	margin-right: 30px;	
}

#content .related-posts h2{
	margin-bottom: 15px;
}

#content .related-posts ul li.last-post{
	margin-right: 0;	
}

#content .related-posts .attachment-wt-archive-thumb{
	width: 182px;
	height: 120px;
	margin-bottom: 5px;
}

#content .related-posts h4{
	margin-bottom: 5px;
}

/*-- archive settings --*/
#content .archive .entry-header{
	margin-bottom: 3px;
}

#content .archive .post-right{
	float: left;
	width: 410px;	
}

#content .archive .post,
#content .archive .page{
	margin-bottom: 20px;
	overflow: hidden;
}

#content .archive .archive-meta{
	margin: 10px 0 15px;
	background: #f3f3f3;
	padding: 5px 7px;
}

#content .archive .archive-meta p{
	margin-bottom: 3px;
}

#content .archive .author-info{
	background: #f3f3f3;
}

#content .archive .author-info{
	background: #f3f3f3;
	padding: 5px 7px;
}

#content .archive .author-info .avatar{
	background: #ffffff;
}

/*-- page templates --*/
#content .full-onethird{
	width: 300px;	
	margin-right: 15px;
	float: left;
}

#content #archive-columns .last{
	margin-right: 0;
}

#content #archive-columns ul{
	margin: 15px 0;
	list-style: none;
}

#content #archive-columns ol{
	margin-top: 15px;
	margin-bottom: 15px;
}

#content #archive-columns ol li{
	padding: 7px 0;
	border-bottom: 1px dashed #e7e7e7;
}

#content #archive-columns ul li{
	padding: 7px 0;
	border-bottom: 1px dashed #e7e7e7;
}

#content #archive-columns ul li ul.children{
	margin-left: 15px;
}

#content #archive-columns ul li ul.children li:last-child{
	border-bottom: none;
}

#content #archive-columns .wp-tag-cloud a{
	font-size: 13px !important;
	display: inline-block;	
}

#content #archive-columns .block{
	overflow: hidden;
	margin-bottom: 15px;	
}

#content #archive-columns .archive-search{
	margin: 15px 0;
}

#content #authors-list .author{
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #e7e7e7;
}

#content #authors-list .avatar {
  background: #F3F3F3;
  padding: 4px;
}

#content #authors-list .author-avatar{
	float: left;
	margin-right: 10px;
}

#content #authors-list .author-description p{
	margin-bottom: 3px;
	
}

/*-- pagination --*/
#content  .pagination{
	clear: both;
	overflow: hidden;
	margin: 20px 0;	
}

#content .pagination .current {
	background:#f1f1f1;
}

#content .pagination  .page-numbers {
	border: 1px solid #EAECEF;
	display: inline-block;	
	margin-right:3px;
	padding: 3px 8px;
}

/*-- contact form --*/
#wt_contact_form{
	margin: 20px 0;
}

#wt_contact_form .field{
	margin: 10px 0;
}

#wt_contact_form label{
	display: inline-block;
	width: 80px;
	vertical-align: top;
	margin-top: 7px;
	text-align: right;
	margin-right: 10px;
	font-weight: 700;
}

#wt_contact_form input.text{
	font-size: 13px;
	padding: 8px 10px;
	width: 250px;
	border:1px solid #E7E7E7;
	font:inherit;
	color: #888;
}

#wt_contact_form .textarea{
	font-size: 13px;
	padding: 8px 10px;
	width: 480px;
	height: 200px;
	border: 1px solid #E7E7E7;
	font: inherit;
	color: #888888;
} 

#wt_contact_form .textarea-field .error{
	margin-left: 95px !important;
}

#wt_contact_form .captcha{
	overflow: hidden;
	display: inline-block;
}

#wt_contact_form .captcha-image{
	margin-bottom: 5px;
}

#wt_contact_form .field .error{
	display: inline-block;
	vertical-align: top;
	width: 250px;
	margin-left: 5px;
	color: red;
	margin-top: 7px;
}

#wt_contact_form .button{
	margin: 10px 0;
}

#content .contact-form-error{
	margin: 10px 0;
}

/*-- footer --*/
#footer {
	background: url(images/footer-bg.png);	
}

#posts-list .post{
	overflow:hidden;
	padding-bottom: 25px;
	margin-bottom:25px; 
}

#posts-list .post-image{
	margin-right:20px;
	float:left;
}

#posts-list .post-image img{
	width:150px
}

#posts-list .post-meta .sep{
	margin:0 5px;
}

#posts-list .post .exceprt p{
	margin-bottom:7px;
}

/*-- Post comments --*/
#comments h2{
	margin:15px 0;
}

#comments span.date-and-time a { 
	display: block; 
	font-size:13px;
	color:#999; 
	text-decoration: none; 
	font-weight: normal; 
	margin: 2px 0;
}

#comments p.comment-notes {
	font-size: 12px; 
	color: #333333; 
}

#comments ol.commentlist{
	margin:0;
}

#comments ol.commentlist li div.comment-author { 
	margin-top: 5px; 
}

#comments ol.commentlist .comment-meta .comment-awaiting-moderation{ 
	color:red; 
	font-style:italic; 
}

#comments ol.commentlist .pingback{
	margin-bottom:10px;
	font-weight: 700;
}

#comments ol.commentlist .pingback a{
	font-weight: 400;
}

#comments ol.commentlist .pingback .title{
	font-size:14px;
	font-weight: 700;
}

#comments ol.commentlist li div.vcard {
	font-size: 13px; 
	font-weight: bold; 
	margin-bottom: 0;   
}

#comments ol.commentlist li div.vcard span.edit-link a {
	font-size: 13px; 
	font-weight: 400; 
	margin-bottom: 0;
}

#comments ol.commentlist .comment-content p{ 
	margin-bottom:10px;
}

#comments ol.commentlist li div.vcard cite.fn { 
	font-style:normal; 
}

#comments ol.commentlist li div.vcard img.avatar {
	float:left; 
	margin-right: 10px; 
	padding: 4px;
	background: #F3F3F3;
}

#comments ol.commentlist li { 
	list-style: none; 
}

#comments ol.commentlist li div.reply { 
	margin-bottom: 15px;
}

#comments ol.commentlist li ul.children { 
	list-style:none; 
	margin:15px 0 0; 
	text-indent:0;
}

#comments ol.commentlist li ul.children li.depth-2 { 
	margin: 0 0 30px 40px;  
}

#comments ol.commentlist li ul.children li.depth-3 { 
	margin: 0 0 30px 40px; 
}

#comments ol.commentlist li ul.children li.depth-4 { 
	margin: 0 0 30px 40px; 
}

#comments ol.commentlist li ul.children li.depth-5 { 
	margin: 0 0 30px 40px; 
}

#comments ol.commentlist > li.bypostauthor {

}

#comments .comment-nav{
	margin: 15px 0;	
	overflow: hidden;
}

#comments .comment-nav h4{
	margin-bottom: 5px;		
}

#comments .comment-nav .nav-previous{
	float: left;	
}

#comments .comment-nav .nav-next{
	float: right;	
}
 
#respond p.comment-form-comment label{
	display:none;
}

#commentform p.comment-notes{
	color:#888;
}

#commentform p.form-allowed-tags{
	display:none;
}

#respond {
	margin: 15px 0;
}

#respond label{
	
	display: inline-block;
}

#respond .comment-form-url label{
	width: 55px;
}

#respond .required{
	display: inline-block;
	width: 5px;
	margin-left: 3px;
	margin-right: 10px;
}

#respond input[type="text"], #respond input[type="password"] {
	width: 320px; 
	height: 30px; 
	line-height: 30px; 
	padding: 0px 0px 0px 10px; 
	margin-right: 12px; 
	line-height: 20px; 
	border:1px solid #e7e7e7;
	color: #555555;
	font-size: 13px;	
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 	
}

#respond textarea{
	height: 165px; 
	padding: 10px; 
	width: 90%;
	line-height: 20px; 
	border:1px solid #e7e7e7;
	color: #555555;
	font-size: 13px; 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	overflow: auto;
}
	
#respond #submit{
	background: none repeat scroll 0 0 #333333;
	box-shadow: 0 2px 2px #DDDDDD;
	color: #FFFFFF !important;
	cursor: pointer;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	display: inline-block;
    padding: 6px 12px;
    text-decoration: none;
	border: none;
	-moz-transition:  .8s ease-in-out; 
	-webkit-transition:  .8s ease-in-out; 
	transition:  .8s ease-in-out;	
}

#respond #submit:hover {
	opacity: 0.8;
} 
	
/* 7. SIDEBAR
 * ================================================ */
#sidebar {
	width: 290px;
	margin-left:15px;
	float: left;	
}

#sidebar h3{
	margin-bottom:10px;
}

#sidebar .widget{
	padding-bottom: 15px;
	margin-bottom: 15px; 
	overflow: hidden;
	width: 290px;	
}

.widget ul {
	margin:0;
	padding:0;
}

.widget:first-child{
	margin-top: 0px;
}

.widget:last-child{
	border-bottom: none;
}

.widget ul li {
	background: url("images/arrow-sidebar.png") no-repeat left 9px;
	border-bottom: 1px dashed #E7E7E7;
	margin: 0;
	overflow: hidden;
	padding: 6px 15px;
}

.widget ul li:last-child{
	border-bottom: none;
}

/*-- subscriber counter widget --*/
#sidebar .widget_social_counter .wrap div{
	float: left;
	margin-right: 5px;
	padding: 5px;
	text-align: center;
	width: 78px;
	font-size: 23px;
	font-weight: bold;  
}

#sidebar .widget_social_counter .count{
	display: block;
	overflow: hidden;
	font-weight: bold; 
	margin-top: 5px;		
}

#sidebar .widget_social_counter .small{
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	overflow: hidden;
	color: #999999; 	
	display: block;
}

#sidebar .widget_ad125 ul{
	overflow:auto;
	margin-top:10px;
	margin-left:15px;	
}

#sidebar .widget_ad125 li{
	float:left;
	margin-bottom:5px;
	border-bottom: none;	
	background:none;
	padding:0;	
}

#sidebar .widget_ad125 li a{
	display:block;
}

#sidebar .widget_ad125 li:first-child{
	float:left;
	margin-right:10px;
}

#sidebar .widget_ad125 li:last-child{
	float:left;
	margin-left:12px;
}

#sidebar .widget a.rsswidget{
	display: inline-block;
    vertical-align: middle;
}

#sidebar .widget .rsswidget img{
   margin-top: 5px;    
}

#sidebar  .widget select {
	border: 1px solid #EAECEF;
	color: #6B707B;
	display: inline-block;
	float: left;
	height: 34px;
	padding: 6px 8px;
	width: 290px;
	margin-top: 10px;
}

#sidebar .widget_contact_form .error{
	color: red;
}

#footer .widget_contact_form .error{
	color: #FA5858;
}
#footer .widget_contact_form .button {
	box-shadow: none;
	color: #FFFFFF !important;
	background: rgba(41, 47, 51, 0.7);
}

#footer .widget_contact_form input.text,
#footer .widget_contact_form .textarea{
	background: rgba(41, 47, 51, 0.5);
	border: none;
	color: #bbbbbb;
}

#footer .widget_contact_form .success{
	color: #D0FA58;
}

#sidebar .widget_contact_form .success{
	color: #0B610B;
}

#sidebar .widget_flickr .flickr_stream img{
	background: #f3f3f3;	
}

#sidebar .widget_250x250ad a{
	display: block;
	text-align: center;
}

#sidebar .attachment-wt-small-thumb{
	height: 55px;
	width: 75px;	
	float: left;
	margin-right: 10px;
	padding: 4px;
	background: #f3f3f3;
}

#sidebar .widget_posts .item-post{
	overflow: hidden;
	margin-bottom: 5px;
}

#sidebar .widget_posts .post-meta {
	color: #8F949D;
	font-size: 12px;
}

#sidebar .widget_posts .item-post {
	border-bottom: 1px dashed #E7E7E7;
	clear: both;
	margin-bottom: 8px;
	overflow: hidden;
	padding-bottom: 8px;
}

#sidebar .widget_posts .item-post:last-child{
	border-bottom: 0px;
}

#sidebar .widget_carousel ul li{
	background: none;
	padding: 0;
	margin: 0;
	border-bottom: 0;
	float: left;
}

#sidebar .widget_carousel .attachment-wt-feat-thumb{
	padding: 4px;
	background: #f3f3f3;
	width: 282px;
	height: 180px;
}

#sidebar .widget_carousel  .carousel-nav{
	margin-top: 5px;
	float: right;
}

#sidebar .widget_carousel  .carousel-nav a{
	display: block;
	height: 16px;
	width: 12px;
	text-decoration: none;
	text-indent: 9999em;
	float: left;	
}

#sidebar .widget_carousel  .carousel-nav a.wid-prev {
	background: url("images/arrow-prev10.png") no-repeat left center;	
	margin-right: 6px;		
}

#sidebar .widget_carousel  .carousel-nav a.wid-next {
	background: url("images/arrow-next10.png") no-repeat left center;	
	margin-right: 6px;		
}

/*-- widgets common styles --*/
.widget_flickr .flickr_stream{
	margin-top: 10px;	
}

.widget_flickr .flickr_stream ul li{
	border: 0;
	padding: 0;
	margin: 0;
	float: left;
}

.widget_flickr .flickr_stream img{
	width: 75px;
	height: 75px;
	margin-right: 13px;
	margin-bottom: 5px;
	padding: 4px;
}

/*-- twitter widget --*/
.widget_tweets{
	height:272px;
}

.widget_tweets  .twtr-ft{
	display:none;
}

.twtr-tweet-text em{
	display:none !important;
}

.widget_tweets .twtr-widget .twtr-tweet{
	border-bottom:1px dashed #E7E7E7 !important;
}

.widget_video iframe{
	max-width: 98%;
	height: auto;
}

/*-- search widget --*/
.searchfield{
	font-size: 13px;
	padding: 10px 28px 10px 6px;
	width: 240px;
	border: 1px solid #E7E7E7;
	font: inherit;
	color: #888;	
}

/*-- tags Widget --*/
.tagcloud{
	overflow:hidden;
	margin-top:10px;
}

.tagcloud a {
	background: #f3f3f3;
	color: #494F56;
	display: block;
	float: left;
	font-size: 12px !important;
	line-height: 12px;
	margin-bottom: 8px;
	margin-right: 15px;
	padding: 8px 12px;
	text-decoration: none;
	-moz-transition: color 0.2s linear 0s;
	border-radius: 3px;	
}

.tagcloud a:hover{
	background: rgb(253, 101, 16);	/*-- ie8 --*/
	background: rgba(253, 101, 16, 0.8);
	color: #fff;	
}

/*-- calendar Widget --*/
.widget_calendar h3.widgettitle {
	display:none;
}

.widget_calendar h4 {
	display:none;
}

.widget_calendar #wp-calendar caption {
	font-size: 14px;
	font-weight:bold;
	text-align:center;
	text-transform: uppercase;
	margin-bottom:10px;
}

.widget_calendar table#wp-calendar {
	width:100%;
	border:none;
	margin-bottom:0;
}

.widget_calendar thead>tr>th {
	width:14%; 
	height:23px; 
	text-align:center; 
	background-color:#f7f7f7; 
}
	
.widget_calendar td {
	width:14%;	
	height:23px;	
	text-align:center;	
	border:none;
}

.widget_calendar tfoot>tr>td#prev {
	width:58px;	
	height:20px;	
	text-align:left;	
}

.widget_calendar tfoot>tr>td#next {
	width:58px; 
	height:20px;	
	text-align:right;	
}

/*-- social links Widget --*/
.widget_social ul li{
	padding-left:24px;
}

.widget_social ul li.facebook{
	background:url(images/fb16.png) no-repeat left center;
}

.widget_social ul li.twitter{
	background:url(images/twitter16.png) no-repeat left center;
}

.widget_social ul li.gplus{
	background:url(images/gplus16.png) no-repeat left center;
}

.widget_social ul li.rss{
	background:url(images/rss16.png) no-repeat left center;
}

.widget_social ul li.contact{
	background:url(images/mail16.png) no-repeat left center;
}

/*-- contact form Widget --*/
.widget_contact_form .field{
	margin: 7px 0;
}

.widget_contact_form input.text,
.widget_contact_form .textarea{
	font-size: 13px;
	padding: 6px 8px;
	width: 90%;
	border:1px solid #EAECEF;
	font:inherit;
	color: #6B707B;
}

 .widget_contact_form .textarea{
	height: 120px;
}

 /* 8. FOOTER
 * ================================================ */
 #footer{
	color: #bbbbbb;
	background: url(images/footer-bg.png) repeat; 
	overflow: hidden;
}

#footer h4{
	color: #cdcdcd;
	margin-bottom: 10px; 	
}

#footer a{
	color: #999; 
	font-weight: normal;
}

#footer a:hover{
	color: #fff;
}

/*-- footer widgets --*/
#footer .footer-widgets{
	padding:15px;
	overflow:hidden;
}

#footer .widget{
	float: left; 
	width: 210px; 
	margin-right: 20px;	
	margin-bottom: 20px;	
	overflow:hidden;
}

#footer .widget ul li{
	color: #bbbbbb;
	border-bottom: 1px dashed #292f33;
}

#footer .widget_flickr .flickr_stream ul li{
	border: none;
}

#footer .widget_flickr .flickr_stream img{
	background: rgba(41, 47, 51, 0.2);	
}

/*-- tags widget  --*/
#footer .tagcloud a {
	background: #292F33;
	color: #878787;	
}

/*-- calendar widget --*/
#footer .widget_calendar thead > tr > th{
	background: none;
	color: #bbbbbb;
}

/*-- twitter widget --*/
#footer  .widget_tweets .twtr-tweet .twtr-tweet-text p {
    color: #bbbbbb !important;
}

#footer  .widget_tweets  .twtr-hd h3 {
	color: #bbbbbb !important;
}

#footer  .widget_tweets .twtr-hd *,
#footer  .widget_tweets .twtr-hd h4 a {
    color: #999 !important;
}

#footer  .widget_tweets .twtr-tweet a:link,
#footer  .widget_tweets .twtr-tweet a:visited,
#footer .widget_tweets .twtr-tweet a:hover {
    color: #999 !important;
}

#footer .widget_tweets .twtr-widget .twtr-tweet{
	border-bottom:1px dashed #292F33 !important;
}

/*-- footer info --*/
#footer .footer-info{
	clear: both; 
	margin-top: 0px; 
	padding: 10px 15px; 
	overflow: hidden;
	background: #3e4348;
	background: rgba(41, 47, 51, 0.2);
}

#footer .footer-info {	
	margin: 0; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 11px; 
	font-style: italic;	
}

#footer .footer-info .footer-left{
	float: left; 
}

#footer .footer-info .footer-right{
	float: right;
}

#footer .footer-info .credit img{
	margin-bottom:-2px;
}

 /* 9. MEDIA QUERIES
 * ================================================ */
@media screen and (min-width : 660px) and (max-width : 1023px) {
	
	#container {
		width: 630px;		
	}
	
	/*-- header --*/
	#header #top-menu{
		width: 600px;
	}
	
	#header .top-right{
		display: none;
	}
	
	#header .ad468{
		display: none;
	}
	
	/*-- main menu --*/
	#main-menu {
		background: none;
		width: 600px;
	}
	
	#main-menu ul { 
		display:none; 
	}
	
	#main-menu select {		
		display: block;
		width: 600px; 
		font: inherit;
	}
	
	/*-- spotlight --*/
	#spotlight{
		margin: 15px 0;
	}
	
	#spotlight .ticker{
		width: 560px;
	}
	
	#spotlight .ticker-controls{
		display: none;
	}
	
	/*-- content --*/	
	#content{
		width:600px;
		border-right: none;
	}
			
	#carousel-full .carousel-posts{
		width: 520px !important;
		
	}
	
	/*-- slider --*/	
	#wt-slider .flex-control-thumbs li{
		width: 106px;
	}
	
	#wt-slider .flex-control-thumbs img {
		width: 106px;
	}
	
	/*-- onecol-feat --*/
	#onecol-feat .category{
		width: 290px;	
	}
	
	#onecol-feat .left{
		margin-right: 20px;
	}
	
	#content .attachment-wt-feat-thumb{
		width: 282px;
	}
	
	#onecol-feat .more-posts .item-post .post-right{
		width: 197px;
	}
	
	/*-- feat-cat --*/
	#featured-cats .category .right{
		width: 285px;
	}
	
	#featured-cats .category .right .post-right{
		width: 192px;
	}
	
	/*-- feat-gallery --*/
	#feat-gallery .gallery-images{
		width: 540px !important;
	}
	
	#feat-gallery .gallery-images ul li{
		width:128px;
	}
	
	#feat-gallery .gallery-images .attachment-thumbnail{
		width: 120px;
	}
	
	/*-- #other-posts --*/
	#other-posts .item-post{
		width: 285px;
	}
	
	#other-posts .post-right{
		width: 192px;
	}
	/*-- pages --*/
	
	#content .full-onethird{
		width: 290px;	
	}
	
	/*-- sidebar --*/
	#sidebar {
		width: 600px;
		float: left;
		margin-left:0;
		margin-top:20px;
		padding-left: 0;
		-moz-column-count: 2;
		-moz-column-gap: 10px;
		-webkit-column-count: 2;
		-webkit-column-gap: 10px;
		column-count: 2;
		column-gap: 10px;
	}
	
	#sidebar .widget{
		float:left;
		margin-right:20px;
	}
	
	/*-- footer-widgets --*/
	#footer .footer-widgets{
		-moz-column-count: 2;
		-moz-column-gap: 10px;
		-webkit-column-count: 2;
		-webkit-column-gap: 10px;
		column-count: 2;
		column-gap: 10px;
	}
	
	/*-- footer --*/
	#footer .widget{		
		width: 290px;
	}
	
	#content .archive .post-right{
		width: 400px;
	}
	
	#content .related-posts ul li{
		margin-right: 15px;
	}

}

@media screen and (min-width : 480px) and (max-width : 659px) {
	
	#container {
		width: 460px;
	}
	
	/*-- header --*/
	#header #top-menu{
		width: 430px;
	}
	
	#header .top-right{
		display: none;
	}
	
	#header .ad468{
		display: none;
	}
	
	/*-- main menu --*/
	#main-menu {
		background: none;
		width: 430px;
	}
	
	#main-menu ul { 
		display:none; 
	}
	
	#main-menu select {		
		display: block;
		width: 430px; 
		font: inherit;
	}
	
	/*-- spotlight --*/
	#spotlight{
		margin: 15px 0;
	}
	
	#spotlight .ticker{
		width: 360px;
	}
	
	#spotlight .ticker-controls{
		display: none;
	}
	
	/*-- content --*/	
	#content{
		width:430px;
		border-right: none;
	}
			
	#carousel-full .carousel-posts{
		width: 328px !important;
	}
	
	#carousel-full a.next{
		margin-left: 15px;
	}
	
	/*-- slider --*/
	#wt-slider .attachment-wt-slider-image{
		height: 210px;
		width: 430px;
	}
	
	#wt-slider .flex-control-thumbs li{
		width: 72px;
	}
	
	#wt-slider .flex-control-thumbs img{
		width: 72px;
		height: 45px;
	}
		
	#onecol-feat .more-posts .item-post .attachment-wt-small-thumb{
		display: none;
	}
	
	#onecol-feat .category{
		width: 208px;
	}
	
	#onecol-feat .left{
		margin-right: 14px;
	}
	
	#content .attachment-wt-feat-thumb{
		width: 200px;
		height: 110px;
	}
	
	#featured-cats .category .left{
		width: 208px;
	}
	
	/*-- feat-gallery --*/
	#feat-gallery .gallery-images{
		width: 380px !important;
	}
	
	#feat-gallery .gallery-images ul li{
		width: 120px;
	}
	
	#feat-gallery .gallery-images .attachment-thumbnail{
		width: 112px;
		height: 80px;
	}
	
	#featured-cats .category .right{
		width: 207px;
	}
	
	#featured-cats .category .right .attachment-wt-small-thumb{
		display: none;
	}
	
	#featured-cats .category .right .post-right{
		width: 207px;
	}	
	
	#other-posts .item-post{
		width: 205px;
		height: auto;
		margin-right: 10px;
	}
	
	#other-posts .attachment-wt-small-thumb{
		display: none;
	}
	
	#content .full-onethird{
		width: 207px;	
	}
	
	#content #archive-columns .archive-search{
		margin: 15px 0;
		
	}
	
	#content #archive-columns .searchfield{
		width: 170px;		
	}
	
	#content .entry-content iframe.wt-video{
		max-width: 90% !important;
	}

	/*-- Sidebar --*/
	#sidebar {
		width: 430px;
		float: left;
		margin-left:0;
		margin-top:20px;
		-moz-column-count: 2;
		-moz-column-gap: 20px;
		-webkit-column-count: 2;
		-webkit-column-gap: 20px;
		column-count: 2;
		column-gap: 20px;
	}
	
	#sidebar  .widget{
		width: 205px;
		float: left;		
	}
	
	.widget_250x250ad{
		display: none;
	}
	
	.widget_carousel{
		display: none;
	}
	
	.widget_ad125{
		display: none;
	}
	
	.widget_social_counter{
		display: none;
	}
	
	.widget_facebook{
		display: none;
	}
	
	.widget_video{
		display: none;
	}
	
	#sidebar .widget select {
		width: 205px;
	}
	
	#sidebar .searchfield{
		width: 160px;
	}
	
	#sidebar .widget_flickr .flickr_stream img{
		margin-right: 18px;
		margin-bottom: 8px;
	}
	
	/*-- footer --*/	
	#footer .footer-widgets{
		-moz-column-count: 2;
		-moz-column-gap: 10px;
		-webkit-column-count: 2;
		-webkit-column-gap: 10px;
		column-count: 2;
		column-gap: 10px;
	}
	
	#footer  .widget{		
		float:left;
		margin-right:10px		
	}
	
	#footer .footer-info{
		padding:10px;
		text-align: center;
	}
	
	#footer .footer-info .footer-left{
		float: none;		
	}		
	
	#footer .footer-info .footer-right{
		float: none;
	}
	
	/*-- single post--*/
	
	#content .entry-social{
		display: none;
	}
	
	#content .archive .attachment-wt-archive-thumb{
		display: none;
	}
	
	#content .related-posts .attachment-wt-archive-thumb{
		display: none;
	}
	
	#content .related-posts ul li{
		width: 100%;
	}
	
	#comments blockquote{
		margin: 10px 15px;
	}
	
	#comments ol.commentlist li ul.children li.depth-2 { 
		margin: 0 0 30px 30px;  
	}

	#comments ol.commentlist li ul.children li.depth-3 { 
		margin: 0 0 30px 0px; 
	}

	#comments ol.commentlist li ul.children li.depth-4 { 
		margin: 0 0 30px 0px; 
	}

	#comments ol.commentlist li ul.children li.depth-5 { 
		margin: 0 0 30px 0px; 
	}
	
}

@media screen and (max-width: 479px) {
	
	#container {
		width: 320px;		
	}
	
	/*-- header --*/
	#header{
		padding: 0 10px;		
	}
	
	#header #top-menu{
		width: 300px;		
	}
	
	#header .top-right{
		display: none;
	}
	
	#header .ad468{
		display: none;
	}
		
	#header .logo {
		width: 300px;
		text-align: center;	
	}
	
	#header .ad468{
		display: none; 
	}
	
	#header .logo img {
		display:inline-block;
	}
	
	/*-- main menu --*/
	#main-menu {
		background: none;
		width: 300px;
	}
	
	#main-menu ul { 
		display:none; 
	}
	
	#main-menu select {		
		display: block;
		width: 300px; 
		font: inherit;
		margin-bottom: 15px;
	}
	
	/*-- spotlight --*/
	#spotlight{
		display: none;
	}
	
	#carousel-full{
		display: none;	
	}
	
	#main{
		padding: 10px;
	}
	
	#content {
		width: 300px;
		border-right: none;
		padding-right: 0;
	}
	
	#content .entry-content img{
		max-width: 96%;
	}
	
	#wt-slider{
		display: none;
	}
	
	#onecol-feat .left{
		margin-right: 0;
	}
	
	#onecol-feat .category{
		width:
	}
	
	#feat-gallery{
		display: none;
	}
	
	#featured-cats .category .right .post-right{
		width: 200px;
	}
	
	/*-- sidebar --*/
	#sidebar {
		width: 300px;
		float: left;
		margin-left:0;
		margin-top:20px;
	}
	
	.widget_250x250ad{
		display: none;
	}
	
	.widget_carousel{
		display: none;
	}
	
	.widget_ad125{
		display: none;
	}
	
	.widget_social_counter{
		display: none;
	}
	
	.widget_facebook{
		display: none;
	}
	
	.widget_video{
		display: none;
	}
	
	.widget_tweets{
		display: none;
	}
	
	
	/*-- footer --*/
	#footer .footer-widgets{
		padding:10px;
	}
	
	#footer .widget{
		width: 300px;
	}
	
	#footer .footer-info{
		padding:10px;
	}
	
	#footer  .footer-info .footer-right{
		float:left;
	}
	
	
	/*-- archives --*/
	#content .archive .attachment-wt-archive-thumb{
		display: none;	
	}
	
	#content .entry-social{
		display: none;
	}
		
	#content .related-posts .attachment-wt-archive-thumb{
		display: none;
	}
	
	#content .related-posts ul li{
		width: 100%;
	}
	
	#content .entry-content iframe.wt-video{
		display: none;
	}
	
	/*-- header --*/
	
	#comments blockquote{
		margin: 7px 10px;
	}
	
	#comments ol.commentlist li ul.children li.depth-2 { 
		margin: 0 0 30px 30px;  
	}

	#comments ol.commentlist li ul.children li.depth-3 { 
		margin: 0 0 30px 0px; 
	}

	#comments ol.commentlist li ul.children li.depth-4 { 
		margin: 0 0 30px 0px; 
	}

	#comments ol.commentlist li ul.children li.depth-5 { 
		margin: 0 0 30px 0px; 
	}
	
	#respond input[type="text"], #respond input[type="password"] {
		width: 200px; 
	}	
}