/*
Theme Name: ZenBlog-Theme
Theme URI: http://gbthemes.net/zenblog/
Description: ZenBlog v1.2 : Lovely WordPress Theme for Blog
Author: GbThemes
Author URI: http://gbthemes.net/
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, fluid-layout, responsive-layout, post-formats, theme-options, translation-ready
*/



/* =============================================================== */
/* Import Section
================================================================ */

@import url("http://fonts.googleapis.com/css?family=Raleway:700");
@import url("http://fonts.googleapis.com/css?family=Open+Sans:regular");
@import url("http://fonts.googleapis.com/css?family=Playfair+Display:regular");



@import url("css/base.css");	
		


/* =============================================================== */
/* Miscellaneous Site Styles
================================================================ */

html,
body {
  height: 100%;
        /* The html and body elements cannot have any padding or margin. */
	
}

.content_back {
}



input[type="submit"]{
	-webkit-border-radius:20px;
     -moz-border-radius:20px;
          border-radius:20px;
  padding:8px 16px;
  margin-top:10px;
  color:#cccccc;
  border:1px solid #d8d8d8;
  font-family:Georgia,serif;
  font-style:italic;
  background:#454545;
  
  }
  
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  box-shadow: 0 0px 0px 0;
	outline: 0 none;
}

.wpcf7 input[type="text"], input[type="email"]{
	width:50%;
  
  }



/* =============================================================== */
/* Header
================================================================ */
header {
  max-width: 1170px;
  background:#ffffff;
  border:1px solid #eeeeee; border-bottom: 0;
  font-family: 'Raleway';
  font-size: 12px;
}

#content-site {
  display: table;
  max-width: 1170px;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
#content-siteArchive {
  display: table;
  width: auto;
  max-width: 1170px;
}
#left-content {
  display: table-cell;
  vertical-align: top;
  width:72%;

}

#sidebar {
  display: table-cell;
  vertical-align: top;
  width:28%;
  /*background-color:#f7fafc;*/
}

#content-site img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}


.sidebar-border-left {
  background: url(images/border.png) right top repeat-y;
}
.sidebar-border {
  background: url(images/border.png) left top repeat-y;
}

/*
.row-fluid {display: table;}
.span9 {display: table-cell;
vertical-align: top; float:none;}
.span3 {border-left:1px solid #eeeeee; padding-left:25px; 
display: table-cell;
vertical-align: top;
float:none;
}
*/

.wrap-slide {
  width:100%; 
  position: relative;
}

.wrap-slide-page {
  width:100%; 
  padding-top:0px;
  padding-bottom:20px;
  margin-bottom:0px;
  text-align:center;
  margin-top:25px;
  border-bottom:1px solid #eeeeee;
  
}
.wrap-slide-page h1 {
  display: inline-block;
  font-size:200%;
  text-align:center;
  margin:0;
  padding:0;
}




/* =============================================================== */
/* Menu
================================================================ */
.site-menu {
  width:100%;
  z-index:3;
}
#site-menu2 {
  background:none;
  padding-top:0px; padding-bottom:0px;
  margin-left:auto; margin-right:auto;
  border-top:1px solid #EEEEEE;
  
}

#site-menu22 {
  background:none;
  padding-top:0px; padding-bottom:0px;
  margin-left:auto; margin-right:auto;
  border-bottom:1px solid #EEEEEE;

}


.z-indexMenu {z-index:9999;}



/* Logo & Menu sections
==========================*/
.logo-header {
  float:center;
  margin-top:25px;
  text-align:center;
  margin-bottom:20px;
}
.logo-header img {
  margin-left:auto; margin-right:auto;
  display: inline-block;
}
.menu-header {
  float:center;
  margin-left:auto; margin-right:auto;
  
}
.logo-site-text {margin-top:2px;}
.tagline {font-size:85%;}
.menu-site-text {margin-top:10px; margin-bottom:10px;}

.margin-menu {padding-bottom:0px;}

/* Main Navigation
==========================*/
nav { 
    
    list-style:none; 
    margin:0;
    padding:0;
    text-align:center;
	letter-spacing:0px;
	z-index: 9999;
}
nav ul, nav li {list-style:none; padding:0; margin:0; display:inline-block;}
nav ul li{position:relative;}
nav ul li:after{content: ''; color:#eee; font-size:12px;}
nav ul ul li:after{content: ''; color:#eee;}
nav ul li:last-child:after {content: '';}
nav ul li a { 
	display: inline-block;
	color:#888;
	padding: 18px 15px 18px 15px;
	margin: 0 0px;
	text-decoration: none;
  transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
	margin-left:2px;
	position:relative;
	text-transform: uppercase;
	font-size:90%;
	font-weight:bold;
	letter-spacing: 1px;
}

nav ul li ul:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 0 10px 10px;
border-color: #454545 transparent;
display: block;
width: 0;
z-index: 1;
top: -10px;
left: 15px;
}

nav ul li ul li ul:after
{
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 0px 0px;
  border-color: #454545 transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: 0px;
  left: 0px;
}



nav ul ul {
	opacity: 0; 
	margin: 0px 0 0 2px;
  filter: alpha(opacity=0); 
	position: absolute;
	top:-9999px; 
	left: 0;
	background: #454545;
	z-index: 9999;
  padding-top:10px; padding-bottom:10px;
  transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
z-index: 9999;
border:0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}


nav ul ul li a:hover {color:#fff;}

nav ul ul li a {
	padding: 5px 0;
	display: block;
	width: 190px;
	margin: 0 0px;
	border:0;
	color:#eeeeee;
	padding-left:18px; padding-right:18px;
	text-transform:none;
	text-align:left;
	font-weight:normal;

}
nav ul ul ul { 
	position:absolute; 
	top:-9999px; 
	left:100%; 
	opacity: 0;
	margin: -3px 0 0 0;
	z-index: 9999;
	
	background: #454545;
}
nav ul ul ul li a { 
	border: 0;
	color:#eeeeee;
	text-transform:none;
	text-align:left;
	padding: 5px 0;
	padding-left:18px; padding-right:18px;
	font-weight:normal;

}
nav ul li:last-child a {}
nav ul ul li:last-child a {border-bottom: 0px solid transparent}
nav ul ul li:last-child a:hover {border-bottom: 0px solid #454545; }
nav ul ul ul li:last-child a {border-bottom: 0px solid transparent !important}
nav ul li:hover>ul{ opacity: 1; position:absolute; top:99%; left:0;}
nav ul ul li:hover>ul{ position:absolute; top:0; left:100%; opacity: 1; z-index:497; background: #454545 border: 0; }

nav ul ul li:hover > a {border-bottom: 0px solid transparent !important; background:#454545; transition: opacity 0.5s;
    -webkit-transition: opacity 1s; color:#ffffff;}
#currentnav1 {color: #eeeeee !important;}
.ie-dropdown-fix {position: relative; z-index: 5;}


nav ul li:hover > a {color: #454545;}

nav ul li a, nav ul ul li a, nav ul ul ul li a {
  font-size: 12px;
}



/* =============================================================== */
/* Custom page CSS
================================================================ */
.padding5 {padding-top:5px; padding-bottom:5px;}
.padding10 {padding-top:10px; padding-bottom:10px;}
.padding20 {padding-top:20px; padding-bottom:20px;}
.padding30 {padding-top:30px; padding-bottom:30px;}
.padding40 {padding-top:40px; padding-bottom:40px;}
.margin40 {margin-bottom:60px;}
.margin20 {margin-top:20px;}
.p-color {color:#454545;}
.s-color {color:#514148;}
.tab-pane {margin-bottom:40px;}
#portfolio-wrapper {width:100%;}
.index-text {position:relative; z-index:5;}



/* =============================================================== */
/* Buttons
================================================================ */
.button {
	display: inline-block;
	cursor: pointer;
	margin: 0 0px 0px 0px;
  transition: all 300ms linear;
  padding: 9px 25px 9px 25px;  
  font-size: 11px;
  font-weight: bold;
  border-radius:3px;
  behavior: url(css/PIE.htc);
  
}
.button:active {}

.button2 {
	display: inline-block;
	cursor: pointer;
	margin: 0 0px 0px 0px;
  transition: all 300ms linear;
  padding: 15px 25px 15px 25px;  
  font-size: 20px;
  font-weight: bold;
  border-radius:3px;
  behavior: url(css/PIE.htc);
  
}
.button2:active {}

.button.light {color:#000; background:#fff; border:2px solid #454545;}
.button.light:hover {
  text-decoration:none; 
  transition: all 300ms linear;
  background:#454545;
  color:#fff;
  border:2px solid #454545;
}

.button.dark {background: #454545;  color:#fff; border:2px solid #454545;}
.button.dark:hover {
  text-decoration:none; 
  transition: all 300ms linear;
  border:2px solid #454545;
  background:#fff;
  color:#000;
}

.button2.dark2 {color:#fff; background:#000;}
.button2.dark2:hover {
  text-decoration:none; 
  transition: all 300ms linear;
  background:#000;
  color:#fff;
}

/* =============================================================== */
/* Blackquote
================================================================ */
blockquote {
  
  line-height:170%;
  margin: 20px 20px 20px 20px;
  padding-left:50px;
  color: #383838;
  background: url(images/quotes.gif) left top no-repeat;
  min-height:29px;
  margin-bottom:40px;
  font-style:italic;
}
blockquote p {
  line-height:170%;
  font-style:italic;
  font-size:100%;
}

/* Lasted post widget
==========================*/
.latest-post {padding-bottom:8px;}
.latest-post:last-child {border: none;}
.latest-post p,
.latest-post a {
	margin: 0;
	line-height: 120%;
	text-align:center;
	
}
.latest-post span {
	color: #707070;
	margin: 3px 0 0 0;
	display: block;
	font-size:11px;
	font-weight:normal;
}
.latest-post img {
	margin-bottom:20px;
	border:0;
	height: 150px; width: 150px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	border-radius:50%;
	margin-left:auto; margin-right:auto;
}
.latest-post img:hover {}

/* Flickr widget
==========================*/
.flickr_image {
  width: 87px;
  height: 87px;
  display: inline-block;
  margin: 0 5px 5px 0;
  overflow: hidden;
  padding: 0px;
  border:0;
  line-height: 0;
}
.flickr_image:hover {}
.flickr_image img {
  height: 87px;
  width: 87px;
  border-radius:50%;
}



/* Contact form
==========================*/
.wpcf7-form-control {width:95%;}




.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* BEGIN gallery */
.gallery {
  margin-bottom: 20px;
}

.gallery-item {
  float: left;
  margin: 0 0px 0px 0;
  overflow: hidden;
  position: relative;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
  max-width: -webkit-calc(50% - 0px);
  max-width:         calc(50% - 0px);
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
/* END gallery */

img.alignleft,
.wp-caption.alignleft {
	margin: 12px 12px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}


article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}

.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}





/* Site content
==========================*/
.wrap {
/*
  padding-left:25px; 
  padding-right:25px;
*/
}
#wrap {
/*
  padding-left:25px; 
  padding-right:25px;
*/
}
.container {
  width: auto;
  max-width: 1168px;
  
  /*background:#ffffff;*/
}
.container-fluid {
  width: auto;
  max-width: 1920px;
}

.container1 {
  width: auto;
  max-width: 1170px;
  border:0px solid #cccccc;
  margin-left:auto; margin-right:auto;
  margin-top:20px; margin-bottom:0px;
  z-index:9998;
  background:none;
  
}
.container2 {
  width: auto;
  max-width: 1170px;
  border:1px solid #eeeeee;
  margin-left:auto; margin-right:auto;
  margin-top:0px; margin-bottom:0px;
  background:#ffffff;
  z-index:9998;
  display: table;
  
}

/* Social icons
==========================*/

.social-icon {
  display: inline-block;
  color:#aaaaaa;
  text-decoration:none;
  width:40px;
  height: 35px;
  border: 1px solid #eee;
  padding-top:5px;
  border-radius:50%;
  margin-bottom:20px;
  margin-top:10px;
  margin-left:5px; margin-right:5px;
}
.social-icon:hover  {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  text-decoration:none;
}


/* White background content
==========================*/
.back-white {
padding-left:25px; padding-right:25px;
padding-top:25px; padding-bottom:25px;
}

.back-white-post {
  margin-bottom:30px;
}
.back-white-post2 {
  margin-bottom:30px;
}

.border-top-img {
  
}


/* Back to top
==========================*/
#backtotop {
	position: fixed;
	right:0px;
	display:none;
	bottom:10px;
	margin: 0 10px 0 0;
	z-index:100;
	
}
#backtotop a {
	text-decoration:none;
	border:0 none;
	display:block;
	width:40px;
	height:40px;
	background: url(images/back_to_top_btn.png) no-repeat 50% 50%;
	background-color:#454545;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	
	
  border-radius:50%;
    
}
#backtotop a:hover {background-color: #454545;}


/* =============================================================== */
/* Blog
================================================================ */

.blog-archive-page {padding-top:10px;}
.blog-archive-page ul li {
padding-top:0px; padding-bottom:0px;

}

/* Blog navigation
==========================*/

.navleft {float:left;}
.navright {float:right;}

/* Widget
==========================*/

.widget {
  padding-left:25px; padding-right:25px;
  padding-bottom:5px;
  padding-top:15px;
}

.widget_search input[type="text"] {width:92%; border-radius:20px; margin-top:20px; background: #ffffff url(images/search.png) no-repeat no-repeat 96% 50%;}
.widget_search input[type="submit"] {display:none;}
.widget_search .screen-reader-text {display:none;}
.widget_tag_cloud {padding-bottom:30px;}
h5.widget-title, h6.widget-title { 
  border-bottom: 3px solid #454545;
  text-align:center;
  
}
.widget-title {text-align:center;}
.widget-title li:after {
    content: " ";
    display: table;
}
.widget-title li:after {
    clear: both;
}
.widget-title h6 {text-transform:uppercase; font-weight:bold;}
.widget-title .tagcloud a {padding-right:20px;}

.gb-recent-posts {}
.gb-flick {padding-top:16px; }
.widget_facebook_widget {padding-top:16px; }
.gb-flickr-feed {padding-bottom:30px;}

.widget ul {margin-top:0px;}
.widget_nav_menu .sub-menu { border-top: 1px dotted #ced8df; }
.widget li {
	font-weight:normal;
	list-style: none;
	margin: 0;
	padding-top:8px;
	
	
}

.widget li:last-child { border-bottom: none; }
.widget li a {
	display: block;
	padding: 0px 0 10px 2px;
	color: #606060;
}
.widget li a:hover,
.widget_nav_menu .current_page_item > a, .widget_nav_menu .current-menu-item > a { color: #454545; }

.widget_categories li {text-align:right; padding-top:8px;}
.widget_categories li a {float:left; text-align:left;}
.widget_categories li:after {
    content: " ";
    display: table;
}
.widget_categories li:after {
    clear: both;
}


.widget .recentcomments {
	display: block;
	padding: 8px 0 8px 25px;
	background: url(images/comment.png) left no-repeat;
	line-height:130%;
}


.widget_calendar {
margin-bottom:60px;
}

.widget_calendar table { width: 100%; margin-bottom:15px; }
.widget_calendar th, .widget_calendar td {
	background: none;
	border: 0;
	padding: 0;
}
.widget_calendar caption {
	font-weight:bold;
	margin-bottom: 20px;
	text-align: center;
}
.widget_calendar tr th {
	font-weight:bold;
	background:#eee;
	padding:10px;
}
.widget_calendar tr td {
	padding: 8px 6px;
	text-align: center;
	font-weight:normal;
	
}
.widget_calendar tr td#prev {
	padding: 5px 0 0;
	text-align:left;
	padding-top:20px;
}
.widget_calendar tr td#next {
	padding: 5px 0 0;
	text-align: right;
	padding-top:20px;
}
.widget_calendar tr td#today {
	background: #f8f8f8;
	border: 1px solid #ced8df;
	font-weight: bold;
}
#footer .widget_calendar tr td#today {
	background: #464646;
	border: 1px solid #363636;
	font-weight: bold;
}
.widget_calendar tr td a {
	display: inline;
	font-weight: bold;
	padding: 0;
}

.widget_calendar {
margin-bottom:60px;
}
.rsswidget img { margin: 0 5px 0 0; }
.widget_rss .rss-date, .widget_rss .rssSummary { padding: 0 0 0 15px; }
.widget_rss .rss-date {
	color: #bbb;
	font-style: italic;
}
.widget {
	margin: 0px 0 0 0;
	line-height: 15px;
	font-weight:bold;
}
.widget h5 {
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top:0px;
	font-size:90%;
	text-transform:uppercase;
	border-bottom:0px solid #eeeeee;
    font-weight:bold;	
	color:#ffffff;
	text-align:center;
	
	margin-left:auto; margin-right:auto;
}
.widget h6 {
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top:0px;
	font-size:90%;
	text-transform:uppercase;
	border-bottom:0px solid #eeeeee;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	
	margin-left:auto; margin-right:auto;
}

.widget_text {
font-weight:normal;
line-height:170%;
}
.widget_text h2 {
line-height:170%;
}
.width-widget-post {width:70%; height:70%;}

.latest-post h3 {font-size:100%; font-weight: normal;}

.tagcloud {margin-top:0px;}
.tagcloud a {padding:7px 7px; color:#606060; font-weight:normal; margin-top:2px; margin-bottom:2px; display: inline-block; font-size:100%;}
.border-next {border:2px solid #454545;}

.post-tags {padding-left: 25px; padding-right: 25px; text-align:center; margin-bottom:20px;}
.post-tags a {font-weight:italic; font-size:100%; }


/* Posts
==========================*/
.post {margin: 15px 0 0px 0; border-bottom: 1px solid #eeeeee;}
.post-img img {width:100%;}
.post-left0 {float:left; width:100px; position:absolute;}
.post-left {float:left; width:100%; position:relative;}
.margin-left-100 {margin-left:0px; margin-bottom:0px;}
.post p {margin: 0 0 10px 0;}
.post-img, .embed {margin: 0 0 0px 0px;}
.post-img {}
.post-content {margin: 0 0 0 0 !important;}
.align-left2 h2, .align-left2 h2 a {display: block; }
.post-title {margin-top:25px;}
.post-title h2 {
	font-size: 22px;
	color: #454545;
	margin: 0 0 0px 0px;
	display: block;
	padding-bottom:6px;
	font-weight:bold;
    font-family: 'Playfair Display';

}
.post-title h2 a {
	font-size: 22px;
	color: #454545;
	display: block;
	font-weight:bold;
    font-family: 'Playfair Display';

}
.margin-bottom-post {margin-bottom:15px;}
.post-share {text-align:center; color:#c1c1c1; margin-top:-60px;}
.post-share img {list-style:none; display:inline-block; text-align:center;}
.post-share a {list-style:none; display:inline-block; text-align:center; font-size:90%; color:#c1c1c1;}
.margin-left {margin-left:20px;}
.width-left {width:150px;}
.post-title h2 a:hover {color: #606060;}
.post-desc {
	padding: 13px 0 0px 0px;
	border-bottom: 0px solid #e7e7e7;
}
.post-desc2 {
	padding: 0px 0 15px 0px;
	border-bottom: 0px solid #e7e7e7;
}
.post-info {
	padding: 0px 0 0px 0px;
	
}
.gallery-post-margin {margin-top:15px;}
.gallery-post-title-margin {padding-top:25px;}
.gallery-post-title-margin2 {margin-top:10px;}
.post-entry {
	margin-bottom: 20px;
	display: inline-block;
	padding-right: 13px;
	color: #154890;
}
.post-entry i {
	padding-left: 2px;
}
.post-entry:hover {}
.post-meta {padding: 0px 0 0px 0px; margin-top:10px; text-transform: uppercase; font-size:90%;}
.post-meta, .post-meta a {color: #c1c1c1;}
.post-meta a {border-bottom:1px dotted #eeeeee;}
.post-meta a:hover {color: #606060;}
.post-meta span:first-child {padding-left:0;}
.post-meta span:last-child {border: none;}
.post-meta span {
	padding: 0 10px;
	border-right: 0px solid #c1c1c1;
	font-size:90%;
	color:#c1c1c1;
}
.post-meta span a, .post-meta span a:hover {
	color:#c1c1c1;
}
.post-meta i {color:#cccccc; font-size:11px;}
.post-type {
	width:80px;
	height:65px;
  color:#fff;
  text-align:center;
  font-size:27px;
  background:#454545;
  padding-top:15px;
}

.more-link{
  display:inline-block;
  /*border-radius*/
  -webkit-border-radius:20px;
     -moz-border-radius:20px;
          border-radius:20px;
  padding:8px 16px;
  margin-top:10px;
  line-height:30px;
  color:#d8dcdc;
  border:1px solid #d8dcdc;
  font-family:Georgia,serif;
  font-style:italic;
  text-align:center;
  margin-left:auto; margin-right:auto;
  height:28px;
  overflow: hidden;
  
}
.more-link:hover{
  /*background:#454545;*/
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
          transition:all .3s ease;
  border:1px solid #454545;
  color:#454545;
}

.share-link{
  display:inline-block;
  /*border-radius*/
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  border-radius:20px;
  padding:8px 16px;
  margin-top:10px;
  line-height:30px;
  color:#d8dcdc;
  border:1px solid #d8dcdc;
  font-family:Georgia,serif;
  font-style:italic;
  text-align:center;
  margin-left:auto; margin-right:auto;
  width:68px;
  height:28px;
  overflow: hidden;

  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
  display: inline-block;


}
.share-link:hover{
  /*background:#454545;*/
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
  transition:all .3s ease;
  border:1px solid #454545;
  color:#454545;
  width: 200px;
}


.post-title, .post-meta, .post-desc  { padding-left:25px; padding-right:25px; }


.navigation {margin-top:0px;text-transform: uppercase; font-size:80%; font-weight: bold;}
.navigation .font-ic {font-size:14px;}
/*
.navleft a {border:0; border-right:1px solid #eeeeee; padding: 18px 15px 4px 15px; color:#d8dcdc;}
.navright a {border:0; border-left:1px solid #eeeeee; padding: 18px 15px 4px 15px; color:#d8dcdc;}
.navleft a:hover, .navright a:hover {color:#454545;}
*/

.navleft a {
  color:#454545;
  width: 15px;
  height:25px;
  padding: 10px 25px 4px 25px;
  border:0; border-right:1px solid #eeeeee;
  /*Transition*/
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
  display: block;
  overflow: hidden;
}
.navleft a:hover {
  width: 120px;
  color:#454545;
}

.navright a {
  color:#454545;
  width: 15px;
  height:25px;
  padding: 10px 25px 4px 25px;
  border:0; border-left:1px solid #eeeeee;
  /*Transition*/
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
  display: block;
  overflow: hidden;
}

.navright a:hover {
  width: 120px;
  color:#454545;
}


.info-blog {padding-top:7px;}

.prev-next-posts {
  padding:25px; padding-bottom:20px; padding-top:40px;
  border-top:1px solid #eeeeee; border-bottom:1px solid #eeeeee;
}
.link-post-det1 {
  margin-bottom:20px;
  margin-top:-20px;
  margin-right:10px;
}
.link-post-det2 {
  margin-bottom:20px;
  margin-top:-20px;
  margin-left:10px
}
.link-post-det {
  margin-bottom:20px;
  margin-top:-20px;
}
.re-ant {padding-top:10px; font-size:80%; font-style:italic;}
.re-ant2 {margin-top:-10px; font-size:90%;}

.link-post-det a {
  color:#606060;
  padding-bottom:4px;
  border-bottom: 1px dotted #cccccc;
}
.min-margin {}

.align-left2 {float:left;}
.align-right2 {float:right;}

.color-font-icon {color:#454545;}

.bloggall{margin-left:-1.333%;}
.bloggallery {float:left; width:32%; margin-left:1.333%; position:relative; overflow:hidden;}
.bloggallery h2 {margin-top:10px; font-size:120%; color:#eeeeee;}

.gallerytitle {margin-top:-70px; position:absolute; width:100%; height:60px; padding:5px; background:rgba(0,0,0,0.6);}

/* Comments
==========================*/
.comments-sec{
	float:left;
	width:100%;
	line-height: 20px;
}
.comments-sec h5 {
	border-bottom: 1px solid #eeeeee;
	margin: 0;
	padding-bottom: 10px;
}
.comments-nr h5 {
	border-bottom: 1px solid #eeeeee;
	margin: 0;
	padding-bottom: 10px; padding-left:25px; padding-right:25px;
    font-size:100%;
  text-transform: uppercase;
}
.comments-sec h5 span {color: #888;}
.comments{
	float:left;
	background:#ffffff;
	padding:20px;
}
.avatar {float:left;}
.author-bio .avatar {float:none; margin:10px auto;}
.vcard img {border-radius:50%;
  behavior: url(css/PIE.htc);}

.comment-show {
	margin-top: 40px!important;
	margin-left: 0px!important;	
}
.comment-show li {
	list-style: none!important;
}
.comment-show li.comment > div {
	border-bottom: 1px dotted #eee;
  margin: 0;
  overflow: hidden;
  padding: 20px;
  margin-top: 20px;
  position: relative;
  padding-left: 110px;
}
.comment-show .children {
	margin-left: 0px!important;
	padding-left: 40px;
}
.comment-show li.comment > div img.avatar {
	position: absolute;
	left: 20px;
	top: 20px;
}
.comment-show .reply {
	position: absolute;
	top: 20px; 
	right: 20px;	
}
.comment-show .comment-meta {
	font-size: 11px;
	line-height: 15px;
}
.comment-show li.comment > div p {
	padding-bottom: 0px;
	margin-top: 10px;
	line-height:170%;
}
.comment-author a {
	color: inherit;
}
      
/* Leave a Comment
==========================*/
.comment-respond {
  padding:25px; padding-left:25px; padding-right:25px;
  background:#F9F9F9;
  margin-top:-20px;
  margin-bottom:0;
}
h3.comment-reply-title {
  font-size:100%;
  text-transform: uppercase;
}
.comment-form label {
	display: block;
	color: #676767;
	margin-top: 15px;
	padding-bottom: 4px;
  font-size:100%;
}
.comment-form label span {color:#ea1c1c;}
.comment-form input, .comment-form textarea {
	width: 240px;
}
.comment-form textarea {
	min-width: 97%;
	max-width: 97%;
	height:160px;
}
.form-allowed-tags {display:none;}

/* Link post
==========================*/
.link-post {
  margin-bottom:15px;
  background:#454545;
  padding:20px;
  padding-top:80px; padding-bottom:80px;
}
.link-post h3 {text-align:center;}
.link-post h3 a {
  color:#ffffff;
}


/* Quote post
==========================*/
.quote-post {
  font-style: italic;

  padding: 30px;
  
  position: relative;
  background: #F9F9F9 url(images/quote.png) no-repeat;
  background-position: 98% 80%;
  margin-bottom:20px;
}

/* Autor bio
==========================*/
.author-info {
  margin: 0px 0px 20px 0px;
  padding:20px;
  background: #ffffff;
  text-align:center;
  border-bottom:1px solid #eeeeee;
}
.author-info h3 {
  
}
.author-info a {
  
}
.author-info a:hover {
  
}

.author-bio {margin-top:0px; }
.author-bio img {border-radius:50%;
  behavior: url(css/PIE.htc);}




/* =============================================================== */
/* Footer
================================================================ */
footer {
  /*position: relative; */
  color:#606060;
  margin-top:0px;
  max-width:1170px;
  margin-left:auto; margin-right:auto;
  padding-left:10px; padding-right:10px;
}


.wrap-footer {
  min-height: 100%;
  padding-left:40px; padding-right:40px;
  
}
#sub_footer {
  padding-top:10px;
  font-size:100%;
}
#sub_footer p {
  font-weight:normal;
}
#sub_footer {
  background: #ffffff;
  font-weight:normal;
  overflow:hidden;
  margin-bottom:20px;
  padding-top:25px;
  padding-bottom:5px;
  border:1px solid #eeeeee; border-top:0;
}


.social-footer{
  display:inline-block;
  /*border-radius*/
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  border-radius:20px;
  padding:8px 16px;
  line-height:30px;
  color:#d8dcdc;
  border:1px solid #d8dcdc;
  font-family:Georgia,serif;
  font-style:italic;
  text-align:center;
  margin-left:auto; margin-right:auto;
  min-height:28px;
  width:auto;
  margin-bottom:5px;
  

}
.social-footer:hover{
  /*background:#454545;*/
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
  transition:all .3s ease;
  border:1px solid #454545;
  color:#454545;
}
.social-footer a {color:#d8dcdc;}
.social-footer:hover a {color:#454545;}


img.alignright {float:right; padding-left:10px;}
img.aligncenter {margin-left:auto; margin-right:auto; float:center;}
img.alignleft {float:left; padding-right:10px;}


#infscr-loading {text-align:center; margin-left:auto; margin-right:auto;}
#infscr-loading img {margin-left:auto; margin-right:auto;}




/* =============================================================== */
/* Slider
================================================================ */


.outside {margin-bottom:-50px; z-index:999; position:relative; margin-left:15px;}
.outside .slider-prev a {background:#454545; padding:10px; color:#ffffff; padding-top:5px; padding-bottom:5px; margin-right:2px;}
.outside .slider-next a {background:#454545; padding:10px; color:#ffffff; padding-top:5px; padding-bottom:5px;}

.ssba {margin-top:10px; margin-bottom:0; padding-bottom:0;}

.relatedposts {margin-top:30px; margin-bottom:60px;}
.relatedposts p {padding-bottom:0px; margin-bottom:0px;}
.relatedposts-item {
  float: left;
  width:33.3333%
}
.relatedposts-item-img {position: relative; margin-bottom:60px;}
.relatedposts-item-img img {width:100%;}
.relatedposts-title {position:absolute; background: rgba(0,0,0,0.5); padding:10px; padding-bottom:15px; left:10px; margin-right:10px; bottom:50px; line-height:155%; overflow: hidden;}
.relatedposts-title a, .relatedposts-title a:hover {color:#ffffff; font-weight: bold; border-bottom: 1px dotted #eeeeee;}

pre:after {
    content:'';
	display:block;
    clear: both;
}
code:after {
    content:'';
	display:block;
    clear: both;
}
pre,
code  {
	   float:left;
	   margin-bottom:10px;
	   width:98%;
       }
	   

.colsa {
    -moz-column-count:2;
    -moz-column-gap: 2%;
    -moz-column-width: 20%;
    -webkit-column-count:2;
    -webkit-column-gap: 2%;
    -webkit-column-width: 20%;
    column-count: 2;
    column-gap: 2%;
    column-width: 20%;
	height:100%;
}






#upprev_box { border-top:2px solid #454545;}
#upprev_close { padding-top:20px; padding-right:5px;}

.nivo-control .active {
background:#454545;
}


.slider-home {max-width:1170px; margin-left:auto; margin-right:auto; padding-bottom:5px; padding-left:40px; padding-right:40px;}
.slider-mobilek {max-width:1168px; border-top:1px solid #eeeeee; margin-left:auto; margin-right:auto; padding-top:1px; padding-bottom:1px;
  border-left:1px solid #eeeeee; border-right:1px solid #eeeeee;}


/* =============================================================== */
/* Mobile
================================================================ */
@media only screen and (max-width: 1170px) {
  header {margin-left:10px; margin-right:10px;}
  .container2 {margin-left:10px; margin-right:10px;}
  .slider-mobilek {margin-left:10px; margin-right:10px;}
}

/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
.span4 {  float:none;  display:block;  } 
.span6 {  float:none;  display:block;  } 
.text-align-right {text-align:left;}
.align-right {float:none;  display:block; margin-bottom:40px;}
.align-left {float:none;  display:block; margin-bottom:40px;}
.text-title {text-align:center;}
.text-title-home {text-align:center; margin-bottom:20px;}
.logo-header {  float:left;  margin-top:20px;  margin-bottom:10px;  text-align:left;  }
.menu-header {  float:right;  }
nav {  border:0px solid #ccc;  border-width:0px 0;  }
#site-menu2 {display:none;}
.logo-header-img {width:50%; text-align:left;}
.wrap {margin:0;  padding:0;}
.content_back {padding-left:5px; padding-right:5px;}
.slider-home {padding-left:0px; padding-right:0px;}
.container2 {border:0; margin-top:0; margin-bottom:0; margin-left:0px; margin-right:0px;}
.logo-header {padding-left:2px;}
p.tagline, .hidde-mobile {display:none;}
.hidde-mobile  {display:hidden;}
#backtotop { top:150px;}
.bloggall{margin-left:0;}
.bloggallery {float:left; width:100%; margin-left:0;}
.container1 {  margin-top:0px; margin-bottom:20px;  }
footer {  padding-left:0px; padding-right:0px;  }

  .metaslider .caption {display:none;}
  #content-site {  display: block;  table-layout: fixed; }
  #content-siteArchive {  display: block;  }
  #left-content {  display: block; width:99.8%; }
  #sidebar {  display: block; width:100%; border-top:1px solid #eeeeee; border-left:0;}
  .relatedposts-item {  float: left;  width:100%  }
  .post {margin: 0px 0 0px 0; }
  header {margin-left:5px; margin-right:5px; border-bottom:1px solid #eeeeee; margin-bottom:1px;}
  .share-link {display: none;}
  .slider-mobilek {margin-left:5px; margin-right:5px;}
  footer { padding-left:5px; padding-right:5px;  }
  #sub_footer {border-top:1px solid #eeeeee;}
  #content-site, #content-siteArchive {width:99.5%;border:1px solid #eeeeee; border-bottom:0;}
  .sidebar-border-left {  background: none;  }
  .sidebar-border {  background: none;  }

  }



/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.span4 {  float:none;  display:block;  } 
.span6 {  float:none;  display:block;  } 
.align-right {float:none;  display:block; margin-bottom:40px;}
.align-left {float:none;  display:block; margin-bottom:40px;}
.text-title {text-align:center;}
.text-title-home {text-align:center; margin-bottom:20px;}
.logo-header {  float:left;  margin-top:20px;  z-index:3;  text-align:left;  }
.menu-header {  float:right;  z-index:3;  }
nav {  border:0px solid #ccc;  border-width:0px 0;  }
#site-menu2 {display:none;}
.logo-header-img {width:50%; text-align:left;}
.wrap {margin:0; padding:0;}
.content_back {padding-left:20px; padding-right:20px;}
.slider-home {padding-left:0px; padding-right:0px;}
.container2 {border:0; margin-top:0; margin-bottom:0; margin-left:0px; margin-right:0px;}
.logo-header {padding-left:0px;}
p.tagline, .hidde-mobile  {display:none;}
.hidde-mobile  {display:hidden;}
#backtotop { top:150px;}
.bloggall{margin-left:-1%;}
.bloggallery {float:left; width:49%; margin-left:1%;}
.container1 {  margin-top:0px; margin-bottom:20px;  }
footer {  padding-left:0px; padding-right:0px;  }
  .relatedposts-item {  float: left;  width:50%  }
  header {margin-left:20px; margin-right:20px; border-bottom:1px solid #eeeeee; margin-bottom:1px;}
  .slider-mobilek {margin-left:20px; margin-right:20px;}
  footer { padding-left:20px; padding-right:20px;  }

}




/*Tiles Galery */
.galleryTiles {
  margin-left:-10px;
  margin-top:0px;
  margin-bottom:0;
}
.galleryTiles .caption {
  background: rgb(0,0,0);
  background: rgba(0,0,0,.6);
  text-align: center;
  display: none;
}
.galleryTiles .caption p {
  color: #fff;
  text-align: center;
  padding: 3px;
}
.galleryTiles .tile .zoom {

}
.galleryTiles .tile:hover .zoom {

}
.galleryTiles .tile img {
  margin:0; padding:0;
}
.galleryTiles .tile:hover img {

}


.galleryTiles .already-visible {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-animation: none;
  -o-animation: none;
  -webkit-animation: none;
  animation: none;
}
.galleryTiles .tile {
  float:left;
  margin:0px; margin-left:10px;
}

.galleryTiles .tile .ftg-social {
  display: none;
  position: absolute;
  bottom: 15px;
  right:10px;
}
.galleryTiles .tile:hover .ftg-social {
  display: block;
}
.galleryTiles .tile .ftg-social a {
  color: #fff;
  font-size: 15px;
  width:20px;
  height: 20px;
}
.galleryTiles .tile:hover .ftg-social a:hover {
  color: #000000;
  text-decoration: none;
}


.ftg-loading-panel {
  position:fixed;
  top:10px;
  right:10px;
  background:#222 url(img/loading.gif) no-repeat;
  width:40px;
  height:40px;
  padding:4px;
  border-radius:5px;
  z-index:1000;
}
.ftg-loading-panel p {
  display:none;
}


/* Widgets style */
.mail-table {
  display: inline-block;
}

.mail-table .mail-field,
.mail-table .mail-button {
  display: block;
}

.mail-table .mail-field input {
  display: inline-block;
  width: 92%;
  color: #555;
  background: #eee;
}

.mail-table .mail-field input:hover {
  background: #f4f4f4;
}

.mail-table .mail-field input:focus {
  background: #ebebeb;
  outline: 0;
}

.mail-table .mail-button input {
  display: inline-block;
  background: #454545;
  color: #fff;
  font-weight: 700;
  width: 90%;
  min-height: 20px;
  padding: 14px;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  text-align: center;
  border: 0;
}

.mail-table .mail-button input:hover {
  background: #454545;
}

.about-me {background-color:transparent;}
.about-me .about-me-header .about-me-avatar {margin-top: 0px; margin-bottom:10px;}
.about-me .about-me-header .about-me-name {margin-top:20px; float: none; text-align:center; font-size:120%; font-weight:bold;}
.about-me .about-me-text {
  padding: 0px 0px 0px; text-align:center; font-size:100%; font-weight:normal; padding-bottom:10px;
}
.about-me .about-me-social {margin-bottom:10px;}
.ads_widget {margin-bottom:10px;}
#jtwt .jtwt_tweet {
  position: relative;
  margin-bottom: 0px;
  color: #838383;
  font-size: 100%;
  line-height: auto;
  padding-left: 45px;
}

#jtwt .jtwt_tweet:before {
  position: absolute;
  top: 12px;
  margin-left: -45px;
  content: '\f099';
  font-family: 'FontAwesome';
  color: #33ccff;
  text-shadow: 1px -1px #089ccd, 1px 1px rgba(255,255,255,0.5);
  font-size: 30px;
}
.tweets {margin-bottom:10px;}

.widget_recent_entries .post-date {color:#cccccc; padding-left:2px; font-size:80%;}
.widget_recent_entries ul li {margin-bottom:7px;}
.widget_recent_entries ul li a {padding-bottom:2px;}
.widget_categories {margin-bottom:0px; padding-bottom: 0;}
.showbiz-navigation						{	margin-top:20px; margin-bottom:20px;}
[id*="showbiz_carousel-"] .showbiz-navigation {	margin-top:10px; margin-bottom:10px!important;}
#showbiz_carousel-light_1 .showbiz-navigation {	margin-top:0px; margin-bottom:0px!important;}
#showbiz_carousel-vel_1 {background:#ffffff !important;}*/
[id*="showbiz_carousel-"] .mediaholder {background-color:#fff;}
[id*="showbiz_carousel-"] .showbiz-title a,
[id*="showbiz_carousel-"] .showbiz-title a:visited,
[id*="showbiz_carousel-"] .showbiz-title a:hover {text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);}
.showbiz-button {text-shadow:0px 0px 0px #fff!important;}



.wp-caption {
  width:auto!important;
}
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
text-align: center;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
p img {
padding: 0;
max-width: 100%;
}
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left
}