/* Common stuff */

body {
	font-family: "Ubuntu", "Lucida Sans Unicode", "Lucida Grande", "Arial";
}

body h1 {
	font-size: 30px;
}

body h2 {
	font-size: 24px;
}

.hidden {
	display: none;
}
.highlighted {
	background: #FF0;
}

body.main {
	padding: 0;
	margin: 0;
}

body p {
	line-height: 200%;
}

/* End Common stuff */

/*
 * Colors
 */

.strgreen {
	font-weight: bold;
	color: #009933;
}

.under_title_pageviews {
	color: #009900;
}
.under_title_pageviews_remaining {
	color: #3C3C3C;
}

.tweet_stats {
	color: #ccc;
	font-size: 0.8em;
}
a.tweet_user_link, a.tweet_user_link:link, a.tweet_user_link:visited {
	color: #003;
	text-decoration: none;
}
a.tweet_link, a.tweet_link:link, a.tweet_link:visited {
	color: #003;
	text-decoration: none;
}
.num_remaining {
	color: #3C3C3C;
}
.text_remaining {
	color: #AAAAAA;
}

body.main #headerwrapper {
	background-color: #464646;
}
body.main button.demo1 {
	background-color: #4e914e;
}
body.main button.demo2 {
	background-color: #4e914e;
}

/**
 view-report/predictions.php
 */

/* Header stuff */

#domains {
	background: #EEE;
	padding-top: 10px;
	margin-bottom: 12px;
}
#domains #back {
	margin-right: 12px;
}
#domains #button {
	float:right;
}
#domains a {
	text-decoration: none;
}
#domains span {
	padding: 6px 24px 6px 24px;	
}
#domains span.selected {
	padding: 6px 24px 4px 24px;	
	background: #FFF;
	border-left: solid black 1px;
	border-right: solid black 1px;
	border-top: solid black 1px;
}
#domains span.selected a:link, #domains span.selected a:visited {
	text-decoration: none;
}
#domains {
	width: 100%;
	border-bottom: solid black 1px;
}


/* End header stuff */

/* title stuff */
.article_title_details {
	text-decoration: none;
	border-bottom: dashed 1px;
}

/* end title stuff */

/* body stuff */

.visits_remaining {
	float: left;
	padding: 2px;
}
.num_remaining {
	font-size: 35px;
	font-weight:bold;
	width:40px;
}
.text_remaining {
	font-size: 80%;
	width:40px;
}
.og_image {
	float: left;
	padding: 2px;
	border: solid 1px #DDD;
	margin: 0px 4px 4px 4px;
}

body.domain #main ul {
	padding-left: 0.5em;
}
body.domain #inner li {
	display: block;
	width: 100%;
	overflow: hidden;
}
body.domain #inner_new li {
	display: block;
	width: 100%;
	overflow: hidden;
}
body.domain #inner_old li {
	display: block;
	width: 100%;
	overflow: hidden;
}

/*end body stuff*/

/** footer start */

body.main #footerwrapper {
	background-color: #464646;
	height: 120px;
	width: auto;
	margin: 0;
	padding: 0;
}

body.main #footerwrapper #footer {
	width: 960px;
	padding: 3em;
	margin: 0 auto;
	font-size: 0.6em;
	color: white;
}

body.main #footerwrapper #footer a:link,
body.main #footerwrapper #footer a:visited {
	color: white;
}

.fp {
	bottom: 0;
	right: 0;
	color: #fff;
	position: fixed;
	height: 20px;
	width: 120px;
	background-color:grey;
}


/** footer end */

/** end view-report/predictions stuff */


/*
 view-opinions.html/view-url.php
 */

/* Url page start */

img.tweet_user, img.tweet_user_repeat {
	padding: 1px;
	margin: 1px;
	border: solid 1px #CCC;
}
img.tweet_user {
	border-radius: 4px 4px 4px 4px;
	height: 32px; width: 32px;
}
img.tweet_user_repeat, li.tweet_not_retweeted_not_novel img.tweet_user {
	height: 12px; width: 12px;
}
span.tweet {
	font-size: 14px;
	line-height: 16px;
}

body.url #main li.tweet {
	margin-top: 0.5em;
	list-style: none;
}
body.url #main li.tweet_retweeted {
	color: #000;
	font-size: 1em;
}
body.url #main li.tweet_not_retweeted_novel {
	color: #666;
	font-size: 0.9em;
}
body.url #main li.tweet_not_retweeted_not_novel {
	color: #666;
	font-size: 0.6em;
}
body.url .tweets {
	font-size: 90%;
	color: #257490;
}

/* Url page end */

/* Opinions page start */

body.opinions ul.opinions {
	width: 70%;
	min-height: 45px;
}

/* Opinions page end */

/* view-opinions/url stuff end */

/*
.count {
	direction: ltr !important;
	color: #444;
	white-space: nowrap;
}
*/

/** Main page start */

body.main #headerwrapper {
	height: 120px;
	width: auto;
	margin: 0;
	padding: 0;
}

body.main #headerwrapper #header {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

body.main #mainwrapper {
	background: url(../img/qcri-bg-clouds.jpg) no-repeat scroll 52% 0px transparent !important;
	margin: 0 auto;
	padding: 2em;
}

body.main #mainwrapper #main {
	padding: 3em;
	margin: 0 auto;
	width: 960px;
	background: white;
}

body.main button {
	padding: 4px;
	font-weight: bold;
	font-size: 110%;
	color: white;
}
/* Main page end */

