/*   
Theme Name: LibDemVoice SM
Theme URI: http://www.artesea.co.uk/wordpress/artesia/
Description: Social media focused LDV theme.
Author: Ryan Cullen
Author URI: http://blog.artesea.co.uk/
Version: 1
Tags: seo, libdemvoice, artesea, two columns, 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');


body {
	margin: 1.5em;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 13px;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
}

/* =Header
-------------------------------------------------------------- */

#branding {
	margin: 0 0 1.5em 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:500px;
    height:80px;
    z-index:100;
}
#blog-title a:hover {
    background-position:bottom;
}
#blog-description {
    display: none;
}
#sm-facebook, #sm-twitter, #sm-email, #sm-rss {
    float: left;
    padding-left:10px;
}
#sm-facebook a {
	background: url("images/facebook-hover.png") no-repeat center top;
	text-indent:-9000px;
    float: left;
	width:80px;
	height:80px;
	z-index:90;
}
#sm-twitter a {
	background: url("images/twitter-hover.png") no-repeat center top;
	text-indent:-9000px;
    float: left;
	width:80px;
	height:80px;
	z-index:90;
}
#sm-email a {
	background: url("images/email-hover.png") no-repeat center top;
	text-indent:-9000px;
    float: left;
	width:80px;
	height:80px;
	z-index:90;
}
#sm-rss a {
	background: url("images/rss-hover.png") no-repeat center top;
    float: left;
	text-indent:-9000px;
	width:80px;
	height:80px;
	z-index:90;
}
#sm-facebook a:hover, #sm-twitter a:hover, #sm-email a:hover, #sm-rss a:hover {
    background-position:bottom;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	border-top: 1px solid #dfdfdf;
	text-align: center
}
#footer a {
	color: #007f99;
}
#footer a:hover {
	color: #990032;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 0 0 1.5em 0;
	overflow: auto;
	clear: both;
	background-color: #333333;
	padding: 0 10px;
}
.skip-link {
	display: none;
}
.menu ul {
	list-style: none;
	margin: 0;
	background-color: #333333;
}
.menu ul ul {
	display: none;
}
.menu li {
	display: inline;
}
.menu a {
	display: block;
	float: left;
	color: #ffffff;
	font-size: 14px;
	padding: 3px 10px;
	text-decoration: none;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	background-color: #333333;
}
.menu .current_page_item a {
	background-color: #996600;
}
.menu a:hover {
	background-color: #990032;
}


/* =Adverts
-------------------------------------------------------------- */

.av-long {
	width: 100%;
	text-align: center;
	margin-bottom: 1.5em;
}

.av-short {
	width: 100%;
	text-align: center;
	margin-bottom: 1.5em;
}

.av-square {
	width: 100%;
	text-align: center;
	margin-bottom: 1.5em;
}



/* =Featured
-------------------------------------------------------------- */
#featured {
	border: 1px solid #333333;
	padding: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-bottom: 1.5em;
}
#featured .featured-image {
	float: left;
	border: 1px solid #007f99;
	padding: 4px;
	margin-right: 10px;
	display: inline-block;
}
#featured .featured-box {
/*	height: 250px;
	width: 850px;
	overflow: hidden;*/
	display: inline-block;
	background: url("images/featured.png") no-repeat right top;
}
#featured h2 {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 0.5em;
}
#featured p {
	margin-bottom: 0.5em;
}
#featured .featured-nav {
	float: right;
	width: 80px;
	text-align: right;
}
#featured .featured-nav img {
	margin-bottom: 10px;
}
#featured a {
	color: #007f99;
}
#featured a:hover {
	color: #990032;
}


/* =Content
-------------------------------------------------------------- */

#nav-above {
	display: none;
}

.post {
	margin: 0 0 1.5em 0;
	background: url("images/backdrop-grey.png") repeat-x top;
	padding: 20px;
}
.page {
	margin: 0 0 1.5em 0;
	background: url("images/backdrop-yellow.png") repeat-x top;
	padding: 20px;
}
.attachment {
	margin: 0 0 1.5em 0;
	background: url("images/backdrop-yellow.png") repeat-x top;
	padding: 20px;
}
.entry-content, .entry-summary {
	margin: 1.5em 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;
}
.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: 24px;
	line-height: 26px;
	margin: 0 0 0.5em 0;
}

.page-title {
	font-size: 24px;
	line-height: 26px;
	margin: 0 0 0.5em 0;
}

.archive-meta {
	margin: 0 0 0.5em 0;
}

.entry_author_image {
	float: right;
	padding: 2px;
	border: 1px solid #aaaaaa;
	margin: 0 0 0 10px;
}

.entry-meta {
	font-size: 0.85em;
}
.entry-utility {
	border-top: 1px solid #dfdfdf;
	padding: 1em 0 0 0;
	margin: 1.5em 0 0 0;
}

.category-op-eds{
	background: url("images/backdrop-blue.png") repeat-x top;
}
.author-thevoice {
	background: url("images/backdrop-yellow.png") repeat-x top;
}
.author-newshound {
	background: url("images/backdrop-yellow.png") repeat-x top;
}
.category-independent-view {
	background: url("images/backdrop-red.png") repeat-x top;
}
.not-found {
	background: url("images/backdrop-red.png") repeat-x top;
}
blockquote {
	margin: 0 3em 0 2em;
	padding-left: 30px;
	background: url("images/quote.png") no-repeat;
}
#content a {
	color: #996600;
}
#content a:visited {
}
#content a:hover {
	color: #990032;
}
.comments-link a, .tag-links a, .cat-links a {
	white-space: nowrap;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
	margin: 0 0 1.5em 0;
}
#comments li {
	padding: 3px;
}
#comments .avatar {
	float: right;
	margin: 0 0 5px 5px;
}
#comments h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 0.2em 0;
}
#comments .comment-author {
	font-weight: bold;
}
#comments .comment-meta {
	font-size: 0.85em;
	margin: 0 0 0.3em 0;
}
#comments .comment-author a {
	color: #007f99;
	text-decoration: none;
}
#comments .comment-author a:hover {
	color: #990032;
}
#comments .comment-content p {
	margin: 0 0 0.8em 0;
}
#comments #comment {
	border: 1px solid #888888;
	width: 640px;
	height: 150px;
}

#comments .moderated {
	background: #dedede;
}

#comments .unapproved {
	font-style: italic;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto; 
}


/* =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: Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
}
#archive-navigation li.archive-inactive {
	background: #dfdfdf;
	color: #888888;
}
#archive-navigation li.archive-active {
	background: #333333;
}
#archive-navigation a {
	color: #ffffff;
	text-decoration: none;
}
#archive-navigation a:hover {
	color: #990032;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.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;
}
.widget-area h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 0.2em 0;
}

.widget-area a {
	color: #007f99;
}
.widget-area a:hover {
	color: #990032;
}

ul.sidebar-list li a {
	display: block;
	border-bottom: 1px solid #dfdfdf;
	padding: 4px 0;
	text-decoration: none;
}

#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: url("images/backdrop-orange.png") repeat-x top;
	text-align: justify;
	margin: 0 0 1.5em 0;
}	


/* =Sidebar Box
-------------------------------------------------------------- */

.tabpopStory{
	height:22px !important;
	height /**/:22px; 
	/* for IE5/Win */	
	margin:0;
	padding:0 0 0 5px;
}
.tabpopStory li{
	margin:0;
	padding:0;
	display:inline;
	list-style-type:none;
}
.tabpopStory li.tabpopHead, .tabpopStory a:link, .tabpopStory a:visited, .tabpopStory a:visited.active,.tabpopStory a:hover{
	border:1px solid #dfdfdf;		
	float:left;
	padding:2px 4px;
	margin:0 5px 0 0;
	font-size:1.0em;
	line-height:16px;
	text-decoration:none;
	text-align:center;
	font-weight: bold;
	height:16px !important;
	height /**/:18px;
	 /* for IE5/Win */	
}
.tabpopStory li.tabpopHead{
	background:#fff;	
	border-bottom:1px solid #fff;
	color:#333;
}
.tabpopStory a:link, .tabpopStory a:visited, .tabpopStory a:visited.active,.tabpopStory a:hover{
	background:#ddd;
    color:#666;
}
.tabpopStory a:hover{text-decoration:underline}
.wppp_list .nlp{margin:3px 0 0 0}
ul.wppp_list{
	padding: 5px;
	margin-bottom: 1em;
	list-style: none;
	clear: both;
	border: 1px solid #dfdfdf;
}
ul.wppp_list li{
	padding: 5px;
}
ul.wppp_list li a, ul.wppp_list li a:visited, ul.wppp_list li a:active{
}
ul.wppp_list li a:hover{
	text-decoration:underline;
}
.recent-comments-authors {
	font-size: 0.7em;
}


/* =Wordpress Stats
-------------------------------------------------------------- */

img#wpstats{width:0px;height:0px;overflow:hidden}


/* =Notce
-------------------------------------------------------------- */

.notice {
	border: 1px solid #990032;
	padding: 5px;
	text-align: center;
	margin: 1.5em 0;
	background: #EEB4B4;
	clear: both;
}
.notice a {
	color: #007f99;
}
.notice a:hover {
	color: #990032;
}

.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: #990032 !important;
}