/*
Theme Name: KreatyveMinds
Theme URI: http://wordpress.org/
Description: The WordPress theme.
Version: 1.0
*/

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}
/* End Images */

.wpcf7-form .input-text .wpcf7-form-control-wrap,
.wpcf7-form .textarea .wpcf7-form-control-wrap{
	display: block;
}
.author{font-style: normal !important;}
.login-box .fbconnect_login_button {
	float: left;
	background: url(images/btn-connect.png) no-repeat;
	width: 83px;
	height: 19px;
	text-indent: -9999px;
	margin: 14px 0 0 10px;
	overflow: hidden;
	cursor: pointer;
}

.bf-button-holder {
	font-size: 0px;
}
.wp-tag-cloud a,
.wp-tag-cloud a:hover {
	color: #fff;
	text-decoration: none;
	
}
.categories ul li {
	color: #15B2F1;
}
.categories ul li.current-cat a { color: #15b2f1; }
.blog .meta .posted img.FB_profile_pic {
	width: 35px !important;
	height: 35px !important;
	overflow: hidden;
}
.blog .meta .posted .FB_profile_pic,
.blog .meta .posted .fb_profile_pic_rendered,
.blog .meta .posted .FB_ElementReady {
	background: none !important;
	width: 35px !important;
	height: 35px !important;
}
.blog .image a {
	display: block;
}
.blog .meta .posted {
	height: 33px;
}
.comments-form .row {
	padding-left: 10px;
}
.gallery .holder ul .text em {
    font-style: normal;
    font-weight: bold;
}
.logout {
	color: #000;
	margin-top: 10px;
	margin-left: 0;
}
.logout li a {
	color: #15B2F1;
}
.secondline {
	margin-top: 0; 
}
.login-box .clear {
	clear: left;
	height: 1px;
	overflow: hidden;
}
.logout-box {
	padding-left: 5px;
}
.logout li.email {
    padding: 0;
    background: none;
    color: #9e9e9e;
}