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


/* Remove unwanted elements */

#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, 
.archive-meta,
.share-icons, 
.read-more, 
.more-link, 
.link-icon, 
.media-icons, 
.contributor img,
.post-translations, 
.date > a, 
.post-edit-link,
.post-header-sharing, 
.postfooter, 
.post-footer-sharing, 
.recent-articles, 
#comments, 
#respond, 
#sidebar, 
#footernav, 
#footer,
#footersearch, 
.translations {
	display: none;
}


/* 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: 3em;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;*/
}

.date {
	margin-bottom: 10px;
}

.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;
}
