/*
	 a holding space for styles borrowed from the 2012 theme.
	 We'll put them here for now, with a view to integrating them structurally to the new CSS
*/


/*----------------------------------------
	Reports page
-----------------------------------------*/
/*#content time {font-size: .75em; line-height: 16px; display: block; margin-bottom: 16px;}*/
#time_subscribe_wrapper {line-height: 16px; margin-bottom: 16px; position: relative; border-bottom: 1px solid #e6e6e6; padding-bottom: 15px;}
#time_subscribe_wrapper a.rss {position: absolute; right:0; font-size: .75em;  padding-right: 25px; background:url(../_images/rss.png) right no-repeat; font-weight: bold; }
#time_subscribe_wrapper time {font-size: .75em; color: #646464;}

/*----------------------------------------
	Sidebar widgets
-----------------------------------------*/

#sidebar  aside.report-statsbox.phase-1{
	background: #F6E4D3;
}

#sidebar  aside.report-statsbox.phase-1 h2 {
	background: #D9781D;
	color: #fff;
	font-size: 1.4em;
	line-height: 48px;
}

.report-statsbox p {
	margin: .5em;
	margin-bottom: 25px;
}
 .report-statsbox li {
	font-size: 0.875em;
}

.report-statsbox p strong, .report-statsbox li strong {
	font-size: 3em;
	color: #D8781D;
	float: left;
	margin-right: 8px;
	vertical-align: middle;
	margin-top: -5px;
	margin-bottom: 10px;
}

.report-statsbox ul, .report-statsbox li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	line-height: 20px;
	margin-bottom: 25px;
}
.report-statsbox ul {margin-left: 8px; font-size: 1em; }

.phase-1 h2 {line-height: 40px; padding: 0 .5rem;}

#sidebar aside.phase-1 {padding: 0 0 1rem 0; background: #E6E6E6; margin-bottom: 1.5em;}
#sidebar aside.share-box {
    
    padding-bottom: 8px;
}

.st_sharethis_custom{
	background: url("http://path/to/image/file") no-repeat scroll left top transparent;
	padding:0px 16px 0 0;
}

#sidebar aside.phase-1 h2 {background: #3c3c3c; color: #fff; font-size: 1.2em;}

/*----------------------------------------
	Contact forms
-----------------------------------------*/

/*
div.site-content form {

}
*/

.contact_form label {
	color: #6C2408;
	font-weight: bold;
	margin-bottom: 8px;
	display: block;
}

input#name_input, input#email_input {
	border: 0 none;
	height: 32px;
	width: 304px;

}

div.site-content form textarea {
	border: 0 none;
	min-height: 232px;
	width: 464px;
	font-size: 1em;
	
}
div.form-input {
	line-height: 16px;
	font-size: 14px;
	display: block;
}
div.form-input, .primary form div.form-input {
	margin-bottom: 24px;
}
form .errortext {color: red}





/*
Somes rules to spruce up the Africa Check in the News links
*/
.single-in_the_news .content-area p strong a {/* a simple rule which means the editors only have to bold the link to get the necessary formatting */
	background: url(../_images/external_link.png) right no-repeat;	
	padding-right: 30px;
	line-height: 25px;
	display: inline-block;
	padding-top: 3px;
}

.single-in_the_news .content-area  p strong a[href$=".pdf"] {/* a simple rule which means the editors only have to bold the link to get the necessary formatting */
	background: url(../_images/pdf.png) right no-repeat;	
}

/*
What you say
*/

.wys_commentbubble {
	background: #CEE9F6;
	padding: 1em;
	position: relative;
}

.wys_commentbubble_btm {

	background: url(../_images/tweet_tri.png) 10% top no-repeat;
	height: 32px;
	margin-bottom: 2em;
}
.wys_commentbubble_btm.even {
	background: url(../_images/tweet_tri_alt.png) 90% top no-repeat;
}
.wys_commentbubble .wys_date {
	position: absolute;
	top:1rem;
	right:1rem;
}
.wys_commentbubble .wys_date {
	position: static;
	margin-bottom: .5em;
}
.wys_commentbubble h2 {
	font-size: 14px;
	margin: 0 0 2px 0;
}
.wys_commentbubble p {margin: 0;font-size: 14px}

.wys_commentbubble h2 span.handle {
	font-weight: normal;
}
.wys_commentbubble .wys_date,.wys_commentbubble h2 span.handle {
	font-size: 12px;
}

.wys_commentbubble img {
	width: 48px;
	height: 48px;
	float: left;
	margin: 0 1em 2em 0;
}
.wys_commentbubble.even img {
	float: right;
	margin: 0 0 2em 1em;
}
.wys_commentbubble.even .wys_date {right: 90px;}

.wys_commentbubble p a {
	color: #646464;
}
.wys_commentbubble p a[href^="http://twitter.com/"] {
	color: #702600;
	font-weight: bold;
}

body.blog-page main h1 a.rss,body.latest-reports-page main h1 a.rss, #sidebar aside h2 a.rss {
    background: url("../_images/rss.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    float: right;
    font-size: 14px;
    margin-right: 5px;
    padding-right: 25px;
    line-height: 21px; /* it seems impossible to do vertical aliginment on this element so am doing a taller line-height than it needs then positioning bg image at top */
}



