/*
BASE (MOBILE) SIZE
*/
/***********************************************************************

Site Name:
Author: UNC Creative
Stylesheet: Base Mobile Stylesheet

/*********************
GENERAL STYLES
*********************/

.excerpt-read-more { white-space:nowrap; }

html,
body {
	/* height: 100%; */
}

body {
	font-size: 95%;
	line-height: 1.5;
	color: #333;
	font-family: "Open Sans", sans-serif;
	background: #f3f3f3;
/*	background: url(../images/cream_pixels.png) repeat; */
}

html { overflow-y: scroll; }

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
	margin: 0 auto;
	max-width: 960px;
}

/*********************
LINK STYLES
*********************/
a,
a:visited {
	color: #56a0d3;
	/* on hover */

	/* on click */

	/* mobile tap color */

}

a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
	color: #97ce25;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a:link,
a:visited:link {
	/*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/

	/* -webkit-tap-highlight-color: rgba(151, 206, 57, .5); */
}

/* SIDEBAR LINKS */
.sidebar a,
.sidebar a:visited {
	/* on hover */

	/* on click */

	/* mobile tap color */

}
.sidebar a:hover,
.sidebar a:visited:hover,
.sidebar a:focus,
.sidebar a:visited:focus {
	color: #b6ef3e;
}
.sidebar a:link,
.sidebar a:visited:link {
	/*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/

	/* -webkit-tap-highlight-color: rgba(182, 239, 62, .5); */
}

/* offsite links */

a.offsite{
	background-image: url(../images/icon-offsite.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	padding-right: 15px;
}

a.offsite:hover{
	background-position: 100% -20px;
}


/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
	text-rendering: optimizelegibility;
	font-weight: 600;
	letter-spacing: -.05em;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
	text-decoration: none;
}
h1,
.h1 {
	font-size: 2.75em;
	line-height: 1.0em;
	color: #56a0d3;
	color: #000;
	font-weight: normal;
}
h2,
.h2 {
	font-size: 1.50em;
	line-height: 1.10em;
	color: #56a0d3;
	color: #333;
	font-weight: 100;
	margin-bottom: 20px;
}
h3,
.h3 {
	font-size: 1.25em;
	font-weight: 400;
}
h4,
.h4 {
	font-size: 1.00em;
	font-weight: 700;
}
h5,
.h5 {
	font-size: 0.75em;
	line-height: 2.09em;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.article-header h1.page-title,
.article-header h1.archive-title {
	margin: 0 0 20px 0;
}
.archive-header h1.archive-title {
	margin: 0;
}

/* Support taxonomy header & News post header h2's	*/
.category-news h2,
h2.single-cat-title,
h2.single-title,
h2.search-title, 
.blog h2 {
	margin-bottom: 20px;
	border-bottom: 1px dotted #56a0d3;
	border-top: 1px dotted #56a0d3;
	padding: 15px 0;
	font-size: 1.7em;
	font-weight: normal;
}

.category-news h2{
	font-size: 1.20em;
	font-weight: 400;
}


/*********************
HEADER SYTLES
*********************/

.header {
	background: #56a0d3;
	box-shadow: 0 1px 3px rgba(100, 100, 100, .8);
}
#toplogo {
	position: relative;
	margin: 5px auto -45px;
	width: 94px;
	height: 40px;
}
#toplogo a {
	display: block;
	width: 94px;
	height: 40px;
	background: transparent url(../images/webunc-logo-navbar.png) center center no-repeat;
}
#toplogo a {
	background: transparent url(../images/webunc-logo-navbar-2x.png) center center no-repeat;
	background-size: 100%;
}
.page-template-template-home-php #toplogo, .page-template-template-home-php #toplogo a {
	width: 220px;
	height: 93px;
}
.page-template-template-home-php #toplogo {
	margin: 15px auto -35px;
}
.page-template-template-home-php #toplogo a {
    background: transparent url(../images/webunc-logo-tablet.png) center center no-repeat;	
    margin: 0 auto;
    display: block;
}

.page-template-template-home-php #toplogo a {
	background: transparent url(../images/webunc-logo-tablet-2x.png) center center no-repeat;
	background-size: 100%;
}


/*********************
NAVIGATION STYLES
*********************/

#logo {
	display: none;
	z-index: 30;
}
.top-nav {
	position: relative;
	margin: 0 auto;
}

.close-btn {
	display: block;
	width: 2.625em;
	height: 2.25em;
	padding: 0;
	border: 0;
	outline: none;
	background: #333333 url("../images/close-btn.svg") left center no-repeat;
	background-size: 1.875em 1.875em;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-svg .close-btn {
	background-image: url("../images/close-btn.png");
}
.close-btn:focus, .close-btn:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.nav-btn {
	display: block;
	width: 50px;
	height: 50px;
	padding: 0;
	border: 0;
	outline: none;
	background: transparent url("../images/hamburger.svg") center center no-repeat;
	background-size: 1.875em 1.5em;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	float: left;
}
.page-template-template-home-php .nav-btn {
	position: absolute;
	top: 0;
}
.nav-btn span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}
.no-svg .nav-btn {
	background-image: url("../images/hamburger.png");
}

#outer-wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
}

#inner-wrap {
	position: relative;
	width: 100%;
}
.page-template-template-home-php #nav-sticky-wrapper {
	height: 50px;
	min-height: 50px;
	max-height: 50px;
}
#nav {
	z-index: 200;
	position: relative;
	/* overflow: hidden; */
	width: 100%;
	color: #fff;
}
#nav .close-btn {
	display: none;
}
#nav ul {
	*zoom: 1;
	display: block;
}
#nav ul:before, #nav ul:after {
	content: "";
	display: table;
}
#nav ul:after {
	clear: both;
}
#nav li {
	display: block;
}
#nav li a {
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 1.28571em;
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
}
#nav li a:focus, #nav li a:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
}
#nav li.current-menu-item a {
	color: #56a0d3;
}

#top {
	z-index: 100;
	position: relative;
	color: #fff;
	background: #333333;
}
#top .nav-btn {
	position: absolute;
	top: 1.5em;
	left: 1.875em;
}

footer[role="contentinfo"] {
	background: #ddd;
}

@media screen and (max-width: 799px) {
	#nav {
		position: absolute;
		top: 0;
		background-color: #333;
	}
	.no-js #nav:target {
		padding-top: 30px;
	}
	#nav:not(:target) {
		z-index: 1;
		height: 0;
	}
	#nav:target .close-btn {
		display: block;
	}
	#nav .close-btn {
		display: none;
	}
	.no-js #nav .close-btn {
		width: 30px;
		height: 30px;
		background: red;
	
		position: absolute;
		top: 5px;
		left: 5px;
}
	#nav li {
		position: relative;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}
	#nav li:last-child {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	#nav li.is-active:after {
		z-index: 50;
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: -0.03125em;
		margin-top: -0.625em;
		border-top: 0.625em transparent solid;
		border-bottom: 0.625em transparent solid;
		border-right: 0.625em white solid;
	}
	#nav li a {
		padding: 0.85714em 2.14286em;
	}

	.js-ready #nav {
		height: 100%;
		width: 70%;
		background: #333333;
		-webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
		-moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
		box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
	}
	.js-ready #nav {
		left: -70%;
	}
	.js-ready #inner-wrap {
		left: 0;
	}

	.js-nav #inner-wrap {
		left: 70%;
	}

	.csstransforms3d.csstransitions.js-ready #nav {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		-moz-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		-o-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.csstransforms3d.csstransitions.js-ready #inner-wrap {
		left: 0 !important;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: -webkit-transform 500ms ease;
		-moz-transition: -moz-transform 500ms ease;
		-o-transition: -o-transform 500ms ease;
		transition: transform 500ms ease;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.csstransforms3d.csstransitions.js-nav #inner-wrap {
		-webkit-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
		-moz-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
		-ms-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
		-o-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
		transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
	}
}
	

/*********************
Support & Training
*********************/
.sidebar li.support_category h4.widgettitle{
	list-style: none!important;
}
	
.widget.listSupportCat ul{
	list-style: none;
}

.widget.listSupportCat ul li.current-cat a{
	color: #b6ef3e;
}

/*********************
POSTS & CONTENT STYLES
*********************/
#inner-content { 
	padding: 20px 20px 40px;
	background: #fff; 
	box-shadow: 0 0 5px #dfdfdf; 
	max-width: 960px; 
	margin: 0 auto;
}
#content .mu_register {
	width: 100%;
}
.page-template-template-home-php #inner-content {
	padding: 0;
}
.page-template-template-home-php.logged-in #inner-content {
	padding-top: 32px;
}

.byline {
	color: #999;
	font-size: .85em;
}

.entry-content ul{
	list-style: disc;
	margin-left: 35px;
}

.entry-content ol{
	list-style-type: decimal;
	margin-left: 35px;
}

.entry-content dd {
	margin-left: 0;
	font-size: 0.9em;
	color: #787878;
	margin-bottom: 1.5em;
}
.entry-content img {
	margin: 0 0 1.5em 0;
	max-width: 100%;
	height: auto;
}
.entry-content video,
.entry-content object {
	max-width: 100%;
	height: auto;
}
.entry-content pre {
	background: #eee;
	border: 1px solid #cecece;
	padding: 10px;
}
/* end .entry-content */
.wp-caption {
	max-width: 100%;
	background: #eee;
	padding: 5px;
	/* images inside wp-caption */
}

.wp-caption img {
	max-width: 100%;
	margin-bottom: 0;
	width: 100%;
}

.wp-caption p.wp-caption-text {
	font-size: 0.85em;
	margin: 4px 0 7px;
	text-align: center;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.page-navigation,
.wp-prev-next {
	margin: 1.1em 0 2.2em;
}

.bones_page_navi li {
	float: left;
	margin-left: 10px;
}
.bones_page_navi li a {
	padding: 3px 6px;
	display: block;
	text-decoration: none;
	position: relative;
}
.bones_page_navi li a:hover,
.bones_page_navi li a:focus {
	color: #97ce25;
	text-decoration: underline;
}
.bones_page_navi li.bpn-current {
	padding: 3px 6px;
	border-bottom: 2px solid #97ce25;
	position: relative;
}
.bones_page_navi li.bpn-current a {
	/* hovering on current page link */

}
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
	font-weight: 700;
}
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
	padding: 0;
}
.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
	background: none;
}
/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
	float: left;
}
.wp-prev-next .next-link {
	float: right;
}
/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/

#comments {
}

.commentlist {
}

.commentlist li {
	position: relative;
	clear: both;
	overflow: hidden;
	list-style-type: none;
	margin-bottom: 1.5em;
	padding: 0.7335em 10px;
}

.commentlist li:last-child {
	margin-bottom: 0;
}

.commentlist li ul.children {
	margin: 0;
}

.commentlist li[class*=depth-] {
	margin-top: 1.1em;
}

.commentlist li.depth-1 {
	margin-left: 0;
	margin-top: 0;
}

.commentlist li:not(.depth-1) {
	margin-right: -10px;
	margin-left: -10px;
	margin-top: 0;
	padding-bottom: 0;
}

.commentlist .odd {
	background: #eee;
}

.commentlist .even {
	background: #fefefe;
}

.commentlist .vcard {
	margin-left: 50px;
}

.commentlist .vcard cite.fn {
	font-weight: 700;
	font-style: normal;
}

.commentlist .vcard time {
	float: right;
}

.commentlist .vcard time a {
	color: #999;
	text-decoration: none;
}

.commentlist .vcard time a:hover {
	text-decoration: underline;
}

.commentlist .vcard img.avatar {
	position: absolute;
	left: 10px;
	padding: 2px;
	border: 1px solid #cecece;
	background: #fff;
}

.commentlist .comment_content {
	margin-left: 50px;
}

.commentlist .comment_content p {
	margin: 0.7335em 0 1.5em;
	font-size: 1em;
	line-height: 1.5em;
}

.commentlist .comment-reply-link {
	text-decoration: none;
	float: right;
	background: #4598bb;
	padding: 3px 5px;
	color: #fff;
	opacity: 0.65;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 0.9em;
}

.commentlist .comment-reply-link:hover,

.commentlist .comment-reply-link:focus {
	opacity: 1;
}


/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form {
	margin: 1.5em 10px;
	padding-bottom: 2.2em;
}
.respond-form form {
	margin: 0.75em 0;
}
.respond-form form li {
	list-style-type: none;
	clear: both;
	margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
	display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
	padding: 3px 6px;
	background: #efefef;
	border: 2px solid #cecece;
	line-height: 1.5em;
	/* form validation */

}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
	background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
	outline: none;
	border-color: #fbc2c4;
	background-color: #f6e7eb;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
	max-width: 400px;
	min-width: 250px;
}
.respond-form form textarea {
	resize: none;
	width: 97.3%;
	height: 150px;
}
/* comment submit button */
/* comment form title */
#comment-form-title {
	margin: 0 0 1.1em;
}
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
	margin: 1.5em 10px 0.7335em 0;
}
/* no comments */
.nocomments {
	margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
input[type=text], textarea { color: #666; border: 1px solid #ccc; border-radius: 3px; padding: 5px; }
/* Styles that affect both sidebar1 and sidebar2 */
.sidebar{
	margin: 3.333% 0;
	padding: 0;
}

.sidebar h4.widgettitle,
.sidebar h4.widgettitle a{
	color: #333;
	padding:0; 
	margin: 0 0 5px;
	font-size: 1.2em;
	font-weight: 400;
	letter-spacing: 0;
}

.sidebar .widget{
	border-bottom: 2px solid #fff;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.sidebar .widget:last-child{
	border-bottom: none;
	padding-bottom: none;
}

.sidebar .subpage_navigation_widget a{
	text-decoration: none;
}
.sidebar ul {
	margin: 5px 0;
}

/* first level links */

.sidebar .subpage_navigation_widget ul{
	padding: 0; margin: 0;
}

.sidebar .subpage_navigation_widget ul li a{
	background-image: url(../images/white-arrow.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 13px;
	padding-left: 15px;
	margin-bottom: 15px;
	line-height: 1.05em;
}

.sidebar .subpage_navigation_widget ul li a:hover,
.sidebar .subpage_navigation_widget li.current_page_item a{
	background-position: 0 -13px;
	color: #b6ef3e;
}

/* second level links */
.sidebar .subpage_navigation_widget ul li ul li {
	padding-left: 20px;
	display: block;
}

/* third level links */
.sidebar .subpage_navigation_widget ul li ul li ul li a{
	padding-left: 20px;
}

.sidebar .subpage_navigation_widget li.current_page_item ul.children li a{
		 color: #fff;
		 background-position: 0 0;
}


/*********************
FOOTER STYLES
*********************/
.footer {
	clear: both;
	color: #fff; 
	text-align: center;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

#footer1 {
	background: #afd562;
}

#footer1 > div {
	margin: 20px 0;
}

#footer1 p.contact {
	margin: 0;
	padding: 0;
}

#footer1 p.contact a {
	margin-right: 16px;
	text-transform: uppercase;
}

#footer2 {
	background: #61b1dd;
	padding: 50px 0 40px 0;
}

#footer2 .widget_nav_menu {
	margin-top: 50px;
}

#footer2 .widget_nav_menu h4.widgettitle {
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
	margin-top: 0;
}

#footer2 .widget_nav_menu a{
	padding: 5px;
}

#footer2 .widget_nav_menu a:hover{
	background: #fff;
	text-decoration: none;
	color: #333;
}

#footer2 .widget_nav_menu ul{
	margin-top: 0;
}

#footer2 .widget_nav_menu ul li{
	margin-bottom: 5px;
}

#footer2 p.source-org{
	margin-top: 50px;
}


/*********************
SEARCH
*********************/

#search-box {
		position: relative;
		width: 100%;
		margin: 0;
 }

#search-form {
		height: 50px;
		border: 1px solid #ccc;
		background-color: #fff;
		overflow: hidden;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
}

#search-text {
		font-size: 16px;
		color: #ddd;
		border-width: 0;
		background: transparent;
}

#search-box input[type="search"] {
		width: 90%;
		padding: 16px 0 12px 1em;
		color: #333;
		outline: none;
		font-weight: 400;
		font-family: "proxima-nova",helvetica, arial, sans-serif;
}

#search-button,
#search-button.button {
		padding: 0;
		position: absolute;
		top: 0;
		right: 0;
		height: 50px;
		line-height: 50px;
		width: 80px;
		color: #fff;
		text-align: center;
		border-width: 0;
		cursor: pointer;
		-webkit-border-radius: 0px 5px 5px 0px;
		-moz-border-radius: 0px 5px 5px 0px;
		border-radius: 0px 5px 5px 0px;
}

/*********************
SUPPORT & TRAINING LANDING PAGE
*********************/
section.support-grid ul {
	margin: 0;
}

section.support-grid .support-box{
	float: left;
	width 100%;
	display: block;
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 2px solid #b8b8b8;
}

section.support-grid .support-box:last-child{
	border-bottom: none;
}

section.support-grid .support-box h2{
	color: #333333;
	font-size: 1.15em;
	line-height: 1.5em;
	font-weight: 600;
	margin-bottom: 0;
}

section.support-grid .support-box h2 a{
	color: #333333;
	font-weight: 600;
}

section.support-grid .support-box p{
	margin-top: 0;
	font-size: .90em;
	line-height: 1.20em;
}

section.support-grid .support-box a.more{
	color: #656565;
	text-decoration: none;
	font-weight: 600;
	font-size: .90em;
	padding: 5px 40px 8px 0;
	background: url(../images/support-grid-arrow.png) no-repeat 100% 50%;
}

.page-template-template-support-php #search-form { /* the entire form */
	margin: 30px 0 20px 0;
}
.support-btm {
	border-top: 1px solid #efefef;
	margin: 20px 0;
	padding: 20px 0;
}
.forum-grid table {
	width: 100%;
	margin-bottom: 10px;
}
.forum-grid td {
	padding: 5px;
}
.forum-grid thead {
	background-color: #eee;
}
.forum-grid tr:nth-child(even) {
	background-color: #f9f9f9;
}
.forum-grid p {
	text-align: right;
}
.forum-grid .freshness {
	display: none;
}
.forum-grid .reply-count {
	text-align: center;
}
.support-cats ul {
	list-style-type: none;
	margin: 0;
}
.support-cats ul li {
	margin: 0 0 5px 0;
}

/*********************
SEARCH RESULTS PAGE
*********************/

.search h1.archive-title{
	font-weight: 400;
}

.search h1.archive-title span.search-result{
	margin-top: 0;
	font-style: italic;
}

/*********************
SHOWCASE
*********************/

/* FlexSlider for Showcase items */
.showcase #slider{
	max-width: 680px;
	margin: 0 auto;
}

.showcase #slider ul{
	margin-left: 0;
	list-style: none;
}

.showcase #slider .slider-copy{
	padding: 0 35px;
}

.showcase #slider .slider-copy h3{
	margin-bottom: 0;
}

.showcase #slider .slider-copy h3 a{
	color: #333333;
	text-transform: uppercase;
}


/* Showcase Template */
.showcase-grid .cell{
	margin-bottom: 20px;
	width: 190px;
	height: 270px;
}

.showcase-grid .cell h2{
	margin: 5px 0 5px 0;
	font-size: 1.25em;
}

.showcase-grid .cell img{
	margin: 0; 
	max-width: 100%;
	height: auto;
	box-shadow: 0 0 5px rgba(130, 130, 130, .3);
	padding: 5px;
	border: 1px solid #ddd;
}

.showcase-grid .cell a{
	text-decoration: none;
}

/**********************
HOME PAGE
**********************/
body.page-template-template-home-php .entry-content,
body.page-template-template-home-php .that p,
body.page-template-template-home-php .this p{
	line-height: 1.5em!important;
	font-weight: 300;
}

body.page-template-template-home-php article {
	padding: 20px 30px 35px 30px;
	position: relative;
}

body.page-template-template-home-php article .down-arrow {
	display: block;
	width: 28px; height: 27px;
	margin: 0 auto -30px auto;
	background: url(../images/arrow-down.png) 0 0 no-repeat; 
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
body.page-template-template-home-php article .down-arrow.white { background-position: 0 -28px; }

body.page-template-template-home-php article.self-serve-vs-custom a.circle br { display: none; }

body.page-template-template-home-php h1.page-title {
	font-size: 3.4375em;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 1px rgba(100, 100, 100, .5);
}

body.page-template-template-home-php article h2 { color: #333; font-size: 1.5em; margin-bottom: .50em; font-weight: bold; }

.page-template-template-home-php .feature {
	float: left;
}

.home-intro-text h2 {
	margin-top: 0;
}
.create-site {
	width: 100%
}
.create-site .button {
	font-size: 20px;
}
.create-site .sign-in {
	padding: 0 20px;
}
.home .feature {
	width: 100%;
}
.home .feature .icon {
	width: 20%;
	float: left;
	text-align: center;
}
.home .feature .text {
	width: 76%;
	float: right;
}

/*** SIGNUP PAGE ***/
.signup-page .field-group {
	margin-bottom: 10px;
}
.signup-page .field, 
.signup-page .description {
	border: 1px solid #efefef;
	padding: 10px;
}
.signup-page .field {
	background: #f1f1f1;
}
.signup-page .description {
	background: #f9f9f9;
}
.signup-page .url {
	position: relative;
}
.signup-page.mu_register #blogname {
	padding-right: 120px;
	font-size: 20px;
	line-height: 36px;
}
.signup-page .suffix_address {
	position: absolute;
	top: 8px;
	right: 3px;
	bottom: 8px;
	background-color: #F0F8FF;
	font-size: 13px;
	line-height: 42px;
	padding: 0 10px 0 5px;
	margin: 0;
	border-radius: 0 3px 3px 0;
}
.signup-page input.submit {
	line-height: 50px;
	text-align: center;
	display: block;
	width: 100%;
	background-color: #4DB24C;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	border: 1px solid #3F842B;
	font-size: 120%;
	font-weight: bold;
}
.signup-page #privacy {
	display: none;
}


/*** Forums ***/
#forum-search {
	padding: 10px;
	background: #F0F8FF;
	text-align: center;
	font-size: 120%;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(100, 100, 100, .3);
	margin-bottom: 15px;
}
#forum-search form {
	display: inline;
}
#forum-search .inputButton {
	height: 31px;
	padding: 0 10px;
	text-align: center;
	background-color: #4db24c;
	color: #fff;
	text-decoration: none;
	border: none;
	border-radius: 3px;
	box-shadow: 0 1px 1px #336D22;
	font-size: 90%;
	font-weight: bold;
	vertical-align: top;
}

.widget.forum-list {
	font-size: 80%;
}
.widget.forum-list .forum-title {
	font-weight: bold;
	font-size: 100%;
}
.widget.forum-list .description {
	line-height: 1.1em;
}
.widget.forum-list table {
	width: 100%;
}
.widget.forum-list thead td {
	border-bottom: 1px solid #ccc;
}

.widget.forum-list td {
	padding: 5px;
	vertical-align: top;
}
#forum-search .text {
	width: 52%;
}
li.bbp-forum-info, 
li.bbp-topic-title {
	width: 90%;
}
li.bbp-topic-freshness,
li.bbp-topic-voice-count {
	display: none;
}
.widget.new-topic {
	margin-bottom: 0;
}
.widget.new-topic .addnew {
	background: #56a0d3;
	color: #fff;
	text-decoration: none;
	padding: 8px 0;
	border-radius: 3px;
	width: 100%;
	display: block;
	text-align: center;
	box-shadow: 0 1px 1px rgba(100, 100, 100, .3);
}

/**** Easter Egg ****/
.ui-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(10, 10, 10, .9);	
}

/**** My Sites Page ****/
.mysites-header h1 {
	margin: 0;
}
.my-sites-list .site-info {
	padding: 15px 15px 25px;
	border-top: 1px dotted #56a0d3;
}
.my-sites-list h3 {
	margin: 0;
	font-size: 160%;
}
.my-sites-list p {
	margin: 0;
}
.my-sites-list .site-domain {
	font-style: italic;
	color: #aaa;
}
.my-sites-list ul {
	margin-bottom: 0;
}
.my-sites-list ul li {
	display: inline-block;
	margin-right: 20px;
}
#sidebar-mysites {
	padding-top: 20px;
	border: none;
}