.clear {
	clear:both;
}
/* footer menu */
#fmenu {
	margin-top:15px;
	padding:10px;
	background:#FFF;
	border:#8DD4D5 10px solid;
	border-radius:9px;
	text-align:center;
}
#fmenu span {
	display:inline-block;
	width:24%;
}
#fmenu .clear.hr {
	width:80%;
	height:1px;
	background:#CCC;
	margin:0 auto;
}
#fmenu a {
	font-size:13px;
	text-decoration:none;
}
/* footer supponsors */
.supp-links img {
	width:10%;
}
/* slider */
.slider-wrap {
	width:98%;
	display:block;
	float:none;
	clear:both;
	margin:0 auto;
}
.bx-wrapper li img {
	width:100%;
}
.theme-slider {
	width:95%;
	margin:0 auto;
}
.theme-slider-title {
	text-align:center;
	color:#666;
	margin:3px;
}
.theme-slider-title b {
	color:#F30;
	border-bottom:#F30 groove 1px;
	text-transform:capitalize;
}
/* our themes */
.our-theme {
	position:relative;
	float:left;
	width:48%;
	margin:1%;
	text-align:center;
	font-size:13pp;
	min-height:408px;
	background: linear-gradient(to bottom,  #f0f9ff 0%,#a1dbff 100%);
	border-radius:5px;
	border:#CCC 1px solid;
	box-sizing:border-box;
}
.our-theme a {
	text-decoration:none;
}
.our-theme a b {
	text-transform:uppercase;
	color:#6B747A;
	font-size:16px;
	font-weight:bold;
	padding:6px 15px;
}
.our-theme span {
	color:#999;
	position:absolute;
	top:0;
	right:5px;
}

/* themes */
ul.theme-specs {
	list-style-type:none;
}
ul.theme-specs .genericon-next {
	color:#3CF;
}
ul.theme-specs a {
	text-decoration:none;
}
ul.theme-specs a .genericon {
	line-height:24px;
}
.w-50 {
	width:50%;
}

#breadcrumbs {
	display:block;
	float:none;
	clear:both;
	width:90%;
	margin:0 auto;
}
#theme.entry .info {
	float: left;
    width: 99%;
}
#theme.entry .info.wporg {
	float:none;
    width: 100%;
}
#theme.entry .info.wporg img.size-full {
    width: 100%;
}
#theme.entry .info.wporg p.links {
	text-align:center;
}
#theme.entry .info.wporg p.links a.more-link {
	float:none;
	display:inline-block;
}
body.search-results .post {
	margin:1%;
	padding:0;
	width: 48%;
	float: left;
	min-height:365px;
}
body.search-results .post img {
	width:450px;
}


/* misc */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	max-width: 100%;
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image,
img {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
	background: #eaeaea;
	text-align: center;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-size: 10px;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.gallery { margin: 0 auto 18px; }
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery img {
	box-shadow: 0px 0px 4px #999;
	border: 1px solid white;
	padding: 8px;
	background: #f2f2f2;
}
.gallery img:hover {
	background: white;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.entry pre {
	border: 1px solid #ededed;
	color: #666;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}

.entry table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}

.entry dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.entry table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

p { margin-top: 6px; }

#archivelist {
	float:left;
	margin-right: 0;
	
}

#archivelist ul li {
	list-style: none;
	line-height: 35px;
}

#archivelist ul {
	height: auto;
	margin-bottom: 30px;
}

#archivelist ul li a {
	color: #666;
	text-transform: uppercase;
}

#archivelist ul li a:hover {
	text-decoration: none;
}

ol {
	margin: 10px;
	padding: 0;
}

ul {
	margin: 5px;
	padding: 0;
}

.sticky {
}

.bypostauthor {
}

p.form-allowed-tags {
	display: none;
}


/* Blog Page Navigation */

.pagination {
	clear:both;
	width: 100%;
	height: auto;
	margin:20px 0;
	text-align:center;
}


.pagination span, .pagination a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background: #eaeaea;
}

.pagination a:hover,
.pagination .current {
	background: #FF9;
}
.pagination span, .pagination a,
.pagination a:hover,
.pagination .current {
	border: solid 1px #eaeaea;
	padding: 15px 20px;
	display: inline-block;
    margin: 3px;
	text-decoration: none;
	font-size: 19px;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #333;
}
