a:hover {
    color: #c17e08;
}

.header{
	background-color: #fff;
    margin: 0 0 15px 0;
    min-height: 65px;
    padding: 0 15px 15px;
    position: relative;
}

.header .space{
	float: left;
    height: 35px;
    padding: 15px 20px 0 5px;
    width: 155px;
    position: relative;
}

.header .desc{
	border-left: 1px solid #e0e0e0;
	float: right;
	min-height: 38px;
	padding: 12px 20px 0;
	width: 337px;
}

#site-description {
    margin: 20px 0 0 0;
}

#site-title {
    border-left: 1px solid #e0e0e0;
    clear: none;
    float: left;
    font: 300 25px/30px 'Helvetica Neue', Helvetica, Verdana, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin: 0;
    padding: 20px 20px 0;
    width: 350px;
}

/* -- Navigation -- */

#access ul {
	margin: 0;
	padding: 0;
}
#access .menu > ul,
#access ul.menu {
	border-top: 5px solid #e0e0e0;
	margin-top: 20px;
}
#access li {
	border-bottom: 1px solid #e0e0e0;
	list-style: none;
	position: relative;
}
#access li a {
	display: block;
	line-height: 1.3em;
	padding: 8px 0;
}
#access .current_page_item > a,
#access .current_page_ancestor > a,
#access .current-menu-item > a,
#access .current-menu-ancestor > a {
	color: #c17e08;
}
#access ul ul {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
	box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
	display: none;
	font-size: 1em;
	left: 155px;
	position: absolute;
	top: 0;
	width: 155px;
	z-index: 99999;
}
#access ul ul li {
	border: none;
	padding: 0 0 0 7px;
}
#access ul li:hover {
	background: #fff;
}
#access ul li:hover > ul {
	display: block;
}

input#s {
    background: url(/wp-content/themes/pub/suburbia/images/search.png) no-repeat 5px 4px;
    font-size: 12px;
    height: 21px;
    line-height: 1.2em;
    padding: 3px 10px 3px 28px;
}

.pagination{
	padding: 20px;
	max-width: 100%;
	width: 300px;
	margin: 0 auto;
	clear: both;
}
.pagination:after{
	clear: both;
	content: '';
	display: block;
}

.pagination a{
	display: inline-block;
	color: #fff;
	background: #835504;
	padding: 6px 16px;
}

.prevpostslink{
	float: left;
}
.nextpostslink{
	float: right;
}

.page #single{
	width: 744px;
	border-right: 0;
}

.wp-caption{
	max-width: 100%;
}

#single .meta,
#single .recent{
	width: 100%;
	padding: 0;
}

#single .recent *{
	box-sizing: border-box;
}

#single .recent{
	width: auto;
	margin: 0 -15px;
}

#single .recent:after{
	content: '';
	display: block;
	clear: both;
}

#single .recent li{
	float: left;
	width: 33.333%;
	padding: 15px;
}