/*
Theme Name: wdmmg
Theme URI: http://bitbucket.org/okfn/wdmmg-wp-theme
Description: WordPress theme for http://wheredoesmymoneygo.org. Derived from
Clean Home http://midmodesign.com/news/general/our-special-wordpress-theme/
Version: 1.0
Author: Open Knowledge Foundation
Author URI: http://www.okfn.org/
Template: clean-home
Tags:white, red, fixed-width, two-columns, right-sidebar
License: GPL. CSS, XHTML and design is released under the GPL.
*/

/* @import url('http://data.wheredoesmymoneygo.org/css/wdmmg.css'); */
/* local copy for fallback */
@import url('wdmmg.css');
@import url('toc.css');

/* Fixes */
#sidebar h3 a {
  color: white;
}

.post h1, .post h1 a {
  color: #333;
}

/**
  * Additions
  */

/* Intro on front page */

div.intro {
  margin:0 0 32px 0;
}

a.intro:hover div h3 {
  background-color: #999999;
}

.intro h2 {
  width: 225px;
  color: #ffffff;
  font-size: 18px;
  padding: 18px 400px 80px 15px;
  background: url('images/prototype.png') right top no-repeat #333333;
  margin: 0;
}

.intro h3 {
  padding: 11px 0 0px 0;
  font-size: 21px;
  width: 390px;
  height: 39px;
  margin-top: -50px;
  text-align: center;
  background-color: #444;
}

.intro a {
	text-decoration: none;
	color: #ffffff;
	font-family: 'Trebuchet MS'
}

.intro a:hover h2 {
}

.intro a:hover h3 {
	background-color: #666;
}

/* sidebar */

#sidebar form {
  padding: 5px;
  text-align: center;
}

/** extras by rgrp **/
img.display {
  border-style: none;
}

img.full {
  width: 100%;
}

/* has no effect */
.comment-childs { 
  margin-left: 2em;
}

/**
 * Twitter Widget
 */

.widget_twitter li {
  clear:both;
  font-size: 13px;
  font-weight: normal;
  padding: 2px 0px 2px 15px;
  text-decoration: none;
}

.widget_twitter li img {
  float:left;
  margin-right:.5em;
}

.widget_twitter li .clear {
  clear:both;
}

.widget_twitter a.twitterwidget-rss {
  display: none;
}

.widget_twitter .from-meta {
  display: none;
}

/** News flash **/

h1.news-flash {
  font-size: 180%;
}

h1.news-flash div {
  font-size: 60%; 
}

h1.news-flash div a {
  font-size: inherit;
}

.commentmetadata {
  font-size: 60%;
}

#content.fullwidth {
  border-right: none;
  width: 100%;
  color: #3A3A3C;
}
