/*   
Theme Name: Voice Sixteen
Theme URI: http://www.artesea.co.uk/wordpress/artesia/
Description: Minimal responsive LDV theme
Author: Ryan Cullen
Author URI: http://blog.artesea.co.uk/
Version: 1
Tags: seo, libdemvoice, artesea, responsive, social media
*/
/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Import a basic layout */
@import url('styles/2c-r.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');

/* Extra Fonts */
@import url('//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,800italic,400,700,800');

* {
	box-sizing: border-box;
}

body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 16px;
	background: white;
	color: #222;
}

#wrapper {
	margin: 0 auto;
	width: 970px;
	padding: 5px;
}

a { 
	color: #FF5900;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover {
	color: #EC0033;
	text-decoration: underline;
}
p {
	margin-bottom: 1em;
}

/* =Header
-------------------------------------------------------------- */

#branding {
	margin: 0;
}
#logo {
	float: left;
}
#social-media-links {
	float: right;
}
#blog-title a {
    background: url("images/ldv-logo.png") no-repeat center top;
    display:block;
    text-indent:-9000px;
    position:relative;
    top:0px;
    left:0;
    width:600px;
    height:55px;
    z-index:100;
}
#blog-description {
    display: none;
}
#blog-about {
	font-style: italic;
	font-size: 1.1em;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	//border-top: 2px solid #FF9A00;
	text-align: center;
	padding-top: 1em;
	font-size: 13px;
}
#footer a {
	color: #0D56A6;
}
#footer a:hover {
	color: #EC0033;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 0 0 1.5em 0;
	overflow: auto;
	clear: both;
	background: black;
}
.skip-link {
	display: none;
}
.menu ul {
	list-style: none;
	margin: 0;
}
.menu ul ul {
	display: none;
}
.menu li {
	display: inline;
}
.menu a {
	display: block;
	float: left;
	color: #FFFFFF;
	font-family: 'Open Sans', 'Arial Bold', 'Arial', 'sans-serif';
	font-weight: 700;
	font-size: 14px;
	padding: 3px 10px;
	text-decoration: none;
}
.menu .menu_donate a {
	color: #EC0033;
}
.menu .current_page_item a {
	color: #FFFFFF;
	background-color: #FF9A00;
}
.menu a:hover {
	background-color: #EC0033;
	color: #FFFFFF;
	text-decoration: none;
}


/* =Adverts
-------------------------------------------------------------- */

.av-long {
	width: 100%;
	/* text-align: center; */
	margin-bottom: 1.5em;
	/* border: 1px solid #ddd; */
	padding: 17px 0 0 0;
	position: relative;
	box-sizing: border-box;
}

.av-short {
	width: 100%;
	text-align: center;
	margin-bottom: 1.5em;
	box-sizing: border-box;
	position: relative;
	border: 1px solid #ddd;
	padding: 17px 0;
}

.av-square {
	width: 100%;
	text-align: center;
	margin-bottom: 1.5em;
	position: relative;
	padding-top: 17px;
}

.av-about {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	display: inline-block;
	background: #ddd;
	padding: 0px 12px 1px 10px;
	border-bottom-right-radius: 5px;
	color: #333 !important;
	text-decoration: none;
	font-size: 11px;
}
.av-square .av-about, .av-long .av-about {
	background: #FFBF5D;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0;
}
.av-about:hover {
	background: #ec0033 !important;
	text-decoration: none !important;
	color: #fff !important;
}


/* =Featured
-------------------------------------------------------------- */
#featured {
	margin: 0 0 1.5em 0;
	border: 0;
	padding: 0;
	clear: both;
}
#featured ul {
	list-style: none;
	margin: 0;
	border: 0;
	padding: 0;
	overflow: auto;
}
#featured li {
	float: left;
	display: inline;
	width: 225px;
	margin: 0 20px 0 0;
	overflow: hidden;
}
#featured li.fe4 {
	margin: 0;
}
#featured img.attachment-post-thumbnail {
	float: left;
}
#featured h4 {
	font-size: 14px;
	font-weight: 700;
	font-family: 'Open Sans', 'Arial Bold', 'Arial', 'sans-serif';
	line-height: 1.3em;
	height: 75px;
	padding: 0 5px 0 80px;
}
#featured a {
	background: #0D56A6;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#featured a:hover {
	background: #EC0033 !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

/* =Content
-------------------------------------------------------------- */

#nav-above {
	display: none;
}
.post, .page, .attachment {
	margin: 0 0 1.5em 0;
	/* padding-bottom: 20px; */
}
.entry-content, .entry-summary {
	margin: 1em 0 0 0;
}
.entry-content h1 {
	font-size: 2em;
	font-weight: bold;
}
.entry-content h2 {
	font-size: 1.8em;
	font-weight: bold;
}
.entry-content h3 {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 5px;
}
.entry-content h4 {
	font-size: 1.4em;
	font-weight: bold;
}
.entry-content h5 {
	font-size: 1.2em;
	font-weight: bold;
}
.entry-content h6 {
	font-size: 1em;
	font-weight: bold;
}
.entry-title {
	font-size: 32px;
	line-height: 1.4em;
	margin: 0 0 0.5em 0;
	font-weight: 800;
	color: #ff9a00;
}

.page-title {
	font-size: 24px;
	line-height: 26px;
	margin: 0 0 0.5em 0;
}

.archive-meta {
	margin: 0 0 1.5em 0;
	border: 5px solid #FF9A00;
	padding: 5px;
}

.entry-meta {
	clear: both;
	font-size: 0.85em;
}
.entry-utility {
	border-bottom: 2px solid #FF9A00;
	padding: 0 0 1em 0;
	margin: 1em 0 0 0;
	clear: both;
	font-size: 14px;
}

.comments-link a, .tag-links a, .cat-links a {
	white-space: nowrap;
}

.post .entry-title  {
	padding: 0;
	margin-left: 90px;
}

.entry_author_image {
	float: left;
	margin: 8px 10px 0 0;
}

.entry-title a {
	text-decoration: none;
	color: #ff9a00;
}
.category-independent-view .entry-title a {
	color: #b70094;
}
.category-sponsored-post .entry-title a, .category-advertorial .entry-title a {
	color: #2dd700;
}
.entry-title a:hover {
	color: #EC0033;
}

blockquote {
	padding: 0 45px;
	background: url("images/quote.png") no-repeat;
	background-size: 41px 30px;
	margin: 0;
	min-height: 30px;
}

.more-link {
	clear: both;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
	margin: 0 0 1.5em 0;
}
#comments ul.comments-list {
	margin-left: 51px;
	list-style: none;
}
#comments li {
	padding: 3px;
}
#comments h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 0.2em 0;
}
#comments .avatar {
	float: left;
	margin: 0 0 0 -53px;
}
#comments .comment-author-name {
	background: white;
	color: black;
	font-family: 'Open Sans', 'Arial Bold', 'Arial', 'sans-serif';
	font-weight: 800;
	font-size: 1.2em;
}
#comments li.link .comment-author-name a {
	color: #0D56A6;
	text-decoration: none;
}
#comments li.byuser .comment-author-name {
	color: white;
	background: #FF9A00;
	padding: 0 2px 0 24px;
	background-image: url('images/verified.png');
	background-repeat: no-repeat;
	background-position: 2px;
}
#comments li.byuser .comment-author-name a {
	color: white;
	text-decoration: none;
}
#comments .comment-author-name a:hover  {
	color: #EC0033 !important;
}
#comments .comment-meta {
	font-size: 0.85em;
	margin: 0 0 0.3em 0;
}
#comments .comment-time a {
	font-size: 0.85em;
}
#comments .comment-content p {
	margin: 0 0 0.8em 0;
}
#comments #comment {
	border: 1px solid #FF9A00;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	background: #FFEDD1;
	color: #222;
	width: 100%;
	height: 10em;
	margin-bottom: 1.5em;
	font-size: 15px;
	padding: 2px 5px;
	border-radius: 2px;
}

#comments #author, #comments #email, #comments #url {
	border: 1px solid #FF9A00;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	background: #FFEDD1;
	width: 100%;
	padding: 2px 5px;
	color: #222;
	font-size: 15px;
	border-radius: 2px;
}
#comments .comment-subscription-form {
	margin-bottom: 0;
}
#comments #submit {
	font-family: 'Open Sans', 'Arial Bold', 'Arial', 'Sans Serif';
	font-weight: 800;
	background: #FF9A00;
	font-size: 1.4em;
	color: white;
	border: 0;
	cursor: pointer;
	float: left;
	width: 200px !important;
	height: 2em;
	margin: 0 1em 1em 0;
	transition: all 0.5s;
	box-shadow: #666 1px 1px 3px;
	border-radius: 5px;
}
#comments #submit:hover {
	background: #EC0033;
}


#comments .moderated {
	background: #dedede;
}

#comments .unapproved {
	font-style: italic;
}

.loggedinas {
	color: white;
	background: #FF9A00;
	padding: 0px 2px 1px 24px;
	background-image: url('images/verified.png');
	background-repeat: no-repeat;
	background-position: 2px;
	font-family: 'Open Sans', 'Arial Bold', 'Arial', 'sans-serif';
	font-weight: 800;
	font-size: 1.2em;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto;
	clear: both; 
}

.navigation span {
	font-size: 13px;
}

.nav-next a, .nav-previous a {
	font-family: 'Open Sans', 'Arial Bold', 'Arial', 'Sans Serif';
	font-weight: 800;
	text-decoration: none;
	margin: 0;
	color: #ff9a00;
}
.nav-next a:hover, .nav-previous a:hover {
	color: #ec0033;
}
.nav-previous {
	float: left;
	width: 45%;
	vertical-align: top;
	text-align: left;
}
.nav-next {
	float: right;
	width: 45%;
	vertical-align: top;
	text-align: right;
}

/* =Archive Menu
-------------------------------------------------------------- */

#archive-navigation ul {
	list-style: none;
	margin: -4px;
	padding-bottom: 8px;
}
#archive-navigation ul ul {
	display: none;
}
#archive-navigation li {
	display: inline-block;
	width: 80px;
	height: 26px;
	font-size: 15px;
	margin: 4px;
	text-align: center;
	padding: 28px 0;
	font-family: 'Open Sans', 'Arial Bold', 'Arial', 'sans-serif';
	font-weight: 700;
}
#archive-navigation li.archive-inactive {
	background: #dfdfdf;
	color: #888888;
}
#archive-navigation li.archive-active {
	background: black;
}
#archive-navigation a {
	color: #ffffff;
	text-decoration: none;
}
#archive-navigation a:hover {
	color: #EC0033;
}


/* =Widget Areas
-------------------------------------------------------------- */
.widget-area {
	background: #eee;
	padding: 0 5px;
	margin-bottom: 1em;
}
.widget-area h3 {
	font-family: 'Open Sans', 'Arial Bold', 'Arial', 'sans-serif';
	font-weight: 800;
	font-size: 1.8em;
}
.widget-area a {
	color: #0D56A6;
	text-decoration: none;
}
.widget-area a:hover {
	color: #EC0033;
}
.widget-area ol {
	list-style: decimal;
	margin-left: 2.5em;
}
.widget-area ul {
	list-style: square;
	margin-left: 2.5em;
}
.widget-area li {
	margin-bottom: 0.5em;
}
.widget-area ul ul {
	list-style: disc;
	margin-left: 1.1em;
}
.widget-area ul ul ul {
	margin-left: 2.5em;
}
.widget-container {
	margin: 0 0 1.5em 0;
}

ul.icon-list, ol.icon-list {
	margin-left: 25px;
	list-style: none;
}
.icon-list li {
	margin-bottom: 0;
	padding: 4px 0;
}
.icon-list img.icon-li {
	margin: 0 5px 0 -25px;
	float: left;
}
.icon-list img.icon-li.avatar {
	margin-top: 2px;
}

#search-box #ls {
	width: 250px;
	border: 1px solid #dfdfdf;
}
#search-box #searchsubmit {
	width: 40px;
	border: 1px solid #dfdfdf;
}
#search-box {
	margin: 0 0 1.5em 0;
}

#about-ldv {
	padding: 5px;
	background: #FF9A00;
	text-align: justify;
	margin: 0 0 1.5em 0;
}
input.big-button {
	font-family: 'Open Sans', 'Arial Bold', 'Arial', 'Sans Serif';
	font-weight: 800;
	background: #FF9A00;
	color: black;
	border: 0;
	cursor: pointer;
	float: right;
	margin: 1px 0 5px 0;
	transition: all 0.5s;
}
input.big-button:hover {
	background: #EC0033;
}
input.text-box {
	border: 1px solid #FF9A00;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	background: white;
	color: black;
	width: 190px;
	margin: 0 0 5px 0;
}

#ldv-comments li {
	font-size: 13px;
}
#ldv-comments li a {
	font-size: 16px;
}


/* =Wordpress Stats
-------------------------------------------------------------- */

img#wpstats{width:0px;height:0px;overflow:hidden}


/* =Notice
-------------------------------------------------------------- */

.notice {
	border: 1px solid #EC0033;
	padding: 5px;
	color: #000000;
	text-align: center;
	margin: 1.5em 0;
	background: #EEB4B4;
	clear: both;
}
.notice a {
	color: #0D56A6;
}
.notice a:hover {
	color: #EC0033;
}

.thanks {
	border: 1px solid #379A00;
	padding: 5px;
	text-align: center;
	margin: 1.5em 0;
	background: #C9EEB4;
	clear: both;
}


/* =Twitter Backup
-------------------------------------------------------------- */

.tbackup img {
	margin: 0;
}
.tbackup .tb-avatar {
	width: 48px;
	height: 48px;
}
.tbackup tr {
	border-bottom: 1px solid #ccc;
}
.tbackup td {
	padding: 5px 5px 5px 0;
	vertical-align: top;
}
.tbackup .tb-small {
	font-size: 0.8em;
}
.tbackup .tb-small a {
	color: #666 !important;
}
.tbackup .tb-small a:hover {
	color: #EC0033 !important;
}

/* =Share Buttons
-------------------------------------------------------------- */
.share {
	position: absolute;
	top: 368px;
	margin-left: -99px;
	text-align: right;
	width: 84px;
	overflow: hidden;
}
.share .fb-like {
	position: relative;
	margin: 10px 0 0 -10px;
}
.share .twitter-share-button {
	margin: 0 0 10px 0;
}
.share .FlattrButton {
	margin: 10px 0 0 0;
}
.share-fixed {
	position: fixed;
	top: 10px;
}
.share-thin {
	padding-top: 5px
	overflow: hidden;
}
.share-thin .fb-like {
	position: relative;
	top: -2px;
	left: 10px;
}
.share-thin .twitter-share-button {
	margin: 0 10px 0 0;
}

/*= Flock Together
-------------------------------------------------------------- */
.ldv-flock-date {
	background:			#FF9A00;
	color:				black;
	font-weight:		bold;
	padding:			1px;
}
.ldv-flock-event {
	position:			relative;
	margin:				2px 0 2px 0;
}
.ldv-flock-time {
	position:			absolute;
	left:				0;
	top:				0;
}
.ldv-flock-title {
	margin-left:		3em;
}
.byelection {
	background-image:	url('images/rosette-default.png');
	background-repeat:	no-repeat;
	min-height:			20px;
}
.labourparty {
	background-image:	url('images/rosette-labourparty.png');
}
.conservativeandunionistparty {
	background-image:	url('images/rosette-conservativeandunionistparty.png');
}
.liberaldemocrats {
	background-image:	url('images/rosette-liberaldemocrats.png');
}


/* NEW STUFF */
.avatar {
	border-radius: 50%;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	max-width: 100%;
}
.archive-table {
	margin-bottom: 1em;
}
.menu {
	overflow: auto;
}
.avatar-80[alt="The Voice"] {
    width: 80px !important;
    height: 90px !important;
    border-radius: 0 !important;
}
#infinite-footer {
  display: none;
}
#primary, #secondary {
	width: 310px;
}
@media(max-width:989px) {
	a {}
	#primary, #secondary, #featured, .av-long, .av-square, .av-short {
		display: none;
	}
	#container {
		margin: 0;
	}
	#content {
		padding: 0 5px;
		margin: 0;
	}
	#wrapper {
		width: 100%;
		padding: 0;
	}
	#blog-title a {
		width: 100%;
		background-position: 0 0;
		background-size: contain;
	}
	#header {
		padding: 5px 5px 0 5px;
	}
	#access {
		margin-left: -5px;
		margin-right: -5px;
	}
	#footer {
		padding: 1em 0;
		background: #FBECD5;
	}
	#site-info {
		padding: 0 5px;
	}
	#blog-about {
		font-size: 13px;
		padding: 0 0 2px 0;
	}
	.alignright, .alignleft {
		max-width: 50%;
	}
	.entry-title {
		font-size: 22px;
	}
}
