/* =Structure
-------------------------------------------------------------- */
html {
    -webkit-text-size-adjust: none;
}

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	width: 100%;
}
#wrapper {
	background: #fff;
	padding: 0;
	margin:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 100%;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 200px;
}
#site-generator {
	float: right;
	width: 100%;
}


/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0;
	width: 100%;
}
#content {
	clear:both;
	margin: 0;
}
#primary,
#secondary {
	margin-top:20px;
	float: right;
	overflow: hidden;
	width: 100%;
	line-height:1.6em;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}


/* =Header
-------------------------------------------------------------- */

#header {
	width:100%;
	padding:0;
	background:#4763b4 !important;
}
#site-title {
	float: left;
	font-size: 30px;
	margin: 0 0 0 0;
	width: 100%;
	border-bottom:1px solid #24437e;
}
#site-title a {
	display: block;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	height: 50px;
	text-indent: -9999em;
	overflow: hidden;
	background: url(images/powerline-logo-mobile.png) 50% 50% no-repeat;
	-webkit-background-size:300px 32px;
	-moz-background-size:300px 32px;
	-o-background-size:300px 32px;
	background-size:300px 32px;
	padding:4px 0;
}


#topLinks {
	width:100%;
	padding:0 0 0 0;
	font-size:1.2em;
}

#topLinks .widget-title {
	font-size:1em;
	background:#ddd;
	display:block;
	float:none;
	clear:both;
	padding:4px 10px;
	margin:0 !important;
	color:#444;
	text-transform:uppercase;
}

#topLinks ul {
	clear:both;
}
#topLinks ul,
#topLinks li {
	list-style:none;
	padding:0 !important;
	margin:0 !important;
}

#topLinks .blogroll {
	border-top:1px solid #ddd !important;
}

#topLinks li li {
	width:100%;
	border-bottom:1px solid #ddd;
	padding:0 !important;
}

#topLinks li li span {
	display:block;
	height:auto;
	padding:4px 10px;
}

#topLinks a {
	font-size:1em;
}

#topLinks em {
	font-style:normal;
	text-transform:uppercase;
	font-size:0.85em;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin-top:0;
	border-top:1px solid #577fd1;
}

#searchform {
	display:block;
	float:none;
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
}

#s {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	display:inline;
	float:none;
	border:0;
	width:94%;
	height:26px;
	margin:6px 0;
	padding:0 0 0 24px;
	background:#eee url(images/search-mobile.png) 5px 3px no-repeat;
	-webkit-background-size:20px 20px;
	-moz-background-size:20px 20px;
	-o-background-size:20px 20px;
	background-size:20px 20px;
	border-style:solid;
	border-width:1px;
	border-color:#233f77;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
	-o-border-radius:13px;
	border-radius:13px;
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding-box;
	-o-background-clip:padding-box;
	background-clip:padding-box;
	-webkit-box-shadow:inset 0 1px 3px #888;
}

#searchsubmit {
	display:block;
	float:left;
	margin-left:2px;
}


/* =Content
-------------------------------------------------------------- */
#main {
	padding: 0 0 0 0;
}

#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 12px;
}

#content .entry-title {
	font-size:1.1em
}

.hentry {
	padding:0 10px;
	font-size:0.9em;
}

.search .page-title,
.archive .page-title {
	border-bottom:0;
	background:#ddd;
	padding:5px 10px;
}

.mobile-title {
	font-size:0.9em;
	background:#ddd;
	display:block;
	float:none;
	clear:both;
	padding:4px 10px;
	margin:0 0 10px 0 !important;
	color:#444 !important;
	font-weight:bold;
}

.hentry {
	margin: 0 0 15px 0;
	padding-bottom:15px;
	border-bottom:1px solid #d3d3d3;
}

.single .hentry {
	margin:0 0 0 0;
}

.single .entry-content {
	font-size:1.1em;
}

.no-results,
.post.error404 {
	padding:10px;
}

#content > div:last-child {
	border-bottom:none !important;
	padding-bottom:0;
}

#nav-below {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	padding:0 10px 10px 10px !important;
	margin:-5px 0 0 0;
}


.entryShare strong {
	text-transform:uppercase;
	font-size:0.8em;
	margin-right:10px;
}

.entryShare li {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;

	display:block;
	width:40%;
	height:24px;
	overflow:hidden;
	white-space:nowrap;
	margin:0 !important;
}

#sharePrint {
	float:right;
}

#below-post {
	width:100%;
	min-height:auto;
}

#related-posts {
	width:100%;
}

#related-posts h3 {
	padding:5px 10px;
	margin:0 0 10px 0;
	text-transform:uppercase;
	background:#ddd;
	font-size:0.85em;
	font-weight:bold;
	color:#444;
}

#related-posts ul {
	padding:0 10px 10px 10px;
}

#related-posts li {
	margin-bottom:5px;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	width:100%;
	margin: 0;
	padding:0;
}
#colophon {
	width:100%;
	padding:0;
}

#footer-widget-area .widget-area {
	float: none;
	margin: 0;
	width: 100%;
}

#footer .widget-area ul {
	margin:0;
	padding:0;
}

#footer .widget-area li {
	margin:0;
	padding:0;
}

#footer .widget-area li h3 {
	text-transform:uppercase;
	font-size:1.1em;
	padding:10px;
	margin:0;
	display:block;
	background-color:#324c94;
}

#footer .widget-area li li {
	font-size:1.3em;
	list-style:none;
	margin:0;
	padding:0;
	border-bottom:1px solid #24437e;
	border-top:1px solid #577fd1;
}

#footer .widget-area li li a {
	display:block;
	padding:10px;
}

#footer .widget-area form {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	padding:10px;
	text-align:center;
	border-bottom:1px solid #24437e;
	border-top:1px solid #577fd1;
}

#footer .widget-area input[type=text] {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	display:inline;
	float:none;
	border:0;
	width:94%;
	height:26px;
	margin:6px 0;
	padding:0 0 0 4px;
	-webkit-background-size:20px 20px;
	-moz-background-size:20px 20px;
	-o-background-size:20px 20px;
	background-size:20px 20px;
	border-style:solid;
	border-width:1px;
	border-color:#233f77;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
	-o-border-radius:13px;
	border-radius:13px;
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding-box;
	-o-background-clip:padding-box;
	background-clip:padding-box;
	-webkit-box-shadow:inset 0 1px 3px #888;
}

#site-info {
	width:100%;
	padding:10px 0 0 0;
	text-align:center;
	border-top:1px solid #577fd1;
}

#site-generator {
	width:100%;
	padding:0 0 10px 0;
	text-align:center;
}

/* Hiddens
-------------------------------------------------------------- */
#topAd,
#access ul,
#topIcons,
#searchsubmit,
.shareTitle,
#post-ad,
.metaMore { display: none !important; }
