/*
Theme Name: iKimeera BASE THEME
Author: elab
Author URI: http://www.ikimeera.com
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/*Wordpress editor styles start*/

body {
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 16px;
	color: #333;
	background-color: #FFFFFF;
}

.fetImag{
height: 300px;
    width: auto; 
}

.fetImag img{
width:100% !important;
max-height: 300px !important;
}

.navbar-inner {
    border-width: 0px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    background-color: rgba(0,0,0,0.8);
height: 70px!important;
}

.navbar-inverse .navbar-nav{
	font-size: 18px;
}
.navbar-brand{
padding: 5px 2px 5px 2px;
}

#sidebar {
display: none;
}

.btn-sm, .btn-group-sm, .btn {
  	padding: 15px 12px;
    letter-spacing: 1px;
  }

p {
	text-align: justify;
}
.footer {
	font-family: Helvetica, Arial," sans-serif";
	font-size: 24px;
	color: #333;
	display:block;
	margin: 0 auto;
	text-align: center;
}
.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	text-align: justify;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

/*Wordpress editor styles end*/
