/*
*****************************************************
* WEBMAN'S WORDPRESS THEME FRAMEWORK
* Created by WebMan - www.webmandesign.eu
*
* Basic WordPress styles and classes
*****************************************************
*/



.entry-content img {margin: 0 0 0.5em}

.alignleft, img.alignleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 15px
}
.alignright, img.alignright {
	float: right;
	margin-left: 30px;
	margin-bottom: 15px
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.alignnone, img.alignnone {margin: 0}

.wp-caption {
	position: relative;
	max-width: 100%;
	padding: 0;
	margin-bottom: 1.5em;
	text-align: center;
	background: transparent;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}
.wp-caption.caption-overlay {border: none}
	.wp-caption img {
		max-width: 100%;
		width: auto;
		height: auto;
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #eee;
	}
	.wp-caption.caption-overlay img {border: none}
	.wp-caption .alignleft,
	.wp-caption .alignright,
	.wp-caption .aligncenter {
		float: none !important;
		margin: 0 !important;
	}
	.wp-caption .wp-caption-text {
		height: auto;
		padding: 0.75em 0;
		margin: 0;
		line-height: 1.25em;
		color: #999;
		overflow: hidden;
	}
	.wp-caption.caption-overlay .wp-caption-text {
		position: absolute;
		width: 90%;
		height: auto;
		left: 0;
		bottom: 0;
		padding: 10px 5%;
		margin: 0;
		line-height: 1.25em;
		color: #ccc;
		background: url(../img/dark/transparent/80.png);
		overflow: hidden;
		z-index: 1;
	}

.wp-smiley {
	max-height: 1em;
	margin: 0 !important;
}

blockquote.left {
	float: left;
	width: 33%;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
}
blockquote.right {
	float: right;
	width: 33%;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
}




/* Mobile Style Sheet */
@media handheld {
    .boxed #wrap, .boxed #top-bar.boxed-bar { width:1300px !important; margin:0 auto !important; left: 0px !important;  }
}