/*
Theme Name: Unique Systems
Theme URI: http:/www.wsdresource.com
Author: WSD Resource
Author URI: 
Description:
Version: 1.0
License: 
*/


/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-size: 15px;
	line-height:18px;
	color: #b21418;
	text-align:center;
	margin:0px;
	padding:10px 8% 0px;
}
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%;
}

.search_pnl.home_search {
    display: none;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 5px 24px 12px 0;
}
.mm-page .main .content .right .panel {
	margin: 35px auto;
}
.mm-page .main .content .left {
    display: none;
}
.mm-page .main .content .right {
	width:100%;
}
img.alignright,
.wp-caption.alignright {
	margin: 5px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 5px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}

.nav-previous{float:left;}
.nav-next{float:right;}