/**
 *
 * Print stylesheet for Global Voices
 *
 *
 * @package
 * @copyright
 * @license
 *
 */


/* Remove unwanted elements */
#DISPLAY-NONE,
#disambiguation,
.about-site-translation-content-container,
.header-tools,
.toggle-menu-content-container,
.header-taxonomy-container,
.post-menu-toggles,
.headlines-container,
#header-menu, 
#emergencytitle,
#title-language,
#site-desc,
#blurb a,
#header-promo,
#tabbed,
#featured,
#special-coverage,
.share-icons,
.read-more,
.more-link,
.link-icon,
.media-icons,
.contributor img,
.post-translations,
.custom-context-badge,
.date > a,
.post-edit-link,
.post-header-sharing,
.postfooter,
.post-footer-sharing,
.recent-articles,
#comments,
#respond,
.main-sidebar,
#footernav,
#footer,
#footersearch,
.translations,
.display-none {
	display: none;
}

#DISPLAY-BLOCK,
.display-block {
	display: block;
}
#NBSP-1:after, 
.post-terms-inline:after,
.credit-label:after,
.nbsp-1:after {
	content: "\00a0 ";
 }

/* Base styles */

body {
	background-color: #fff;
	color: #000;
	font: normal normal normal 12px/20px Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

a:link, 
a:visited {
	color: #000;
	text-decoration: none;
}
.entry a:link, 
.entry a:visited,
.update-post a:link,
.update-post a:visited {
	text-decoration: underline;
	}

blockquote {
	font-style: italic;
}

img {
	margin: 0 10px 5px 0;
}

#logo {
	max-width: 300px;
}

.license-badge{
	max-width: 150px;
}

h2.post-title {
	font-size: 2.5em;
	line-height:1.5em;
}
#container, 
.main-wrapper {
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#blurb,
.postmeta,
.wp-caption-text {
	font-style: italic;
	/*font-size: 12px;
	line-height: 16px;*/
}
.post-tagline {
	font-size: 150%;
	text-decoration: italic;
	margin-bottom: 1em;
}
.post-header-meta {
	margin-bottom: 1em;
}
.date {
	margin-bottom: 1em;
}

.entry p {
	font-size: 14px;
	line-height: 20px;
	font-family: "Georgia", sans-serif;
}

.sponsors-badges li {
	display: inline;
}

/* updates */
.update-post .postfooter {
	display: inline;
	}
	
/* Link insertion - adds the link URL after titles */

.post-title a:link:after,
.post-title a:visited:after,
.entry a:link:after,
.entry a:visited:after,
.license a:link:after,
.license a:visited:after,
.update-post a:link:after,
.update-post a:visited:after {
   content: " [" attr(href) "] ";
   font-size: 10px;
   font-weight: normal;
}


/* Page break corrections */

h1, h2, h3, h4, h5, h6, img {
	page-break-after: avoid;
	page-break-inside: avoid;
	}

blockquote, table, pre {
	page-break-inside: avoid;
}

ul, ol {
	page-break-before: avoid;
	page-break-inside: avoid;
}
