/*=reset
http://meyerweb.com/eric/tools/css/reset/ 
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end of reset styles */

body {
  background: #000 0 0 repeat-x url(/images/body-bg.png);
  font-family: Georgia, "Times New Roman", Times, serif;
}

#logo a {
  display: block;
  background: transparent 0 0 no-repeat url(/images/dear-downing-street-opaque.png);
  height: 60px;
  margin: 8px 0 24px 148px;
  width: 317px;
}

body.home #logo a {
  margin-bottom: 0;
}

h2#tagline {
  color: #666;
  font-weight: normal;
  margin-left: 150px;
}

.alt {
  left: -999em;
  position: absolute;
}

p {
  line-height: 1.4;
}

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 0.75em;  
}

#outer, #header {
  width: 960px;
  margin: 0 auto;
}

#header {
  padding: 0.25em;
  text-align: right;
}

#header a, #header span {
  color: #fff;
  font-size: 0.8em;
  margin-left: 0.5em;
}

#header span {
  color: #ccc;
}

#outer {
  background: #fff 30px 30px no-repeat url(/images/number-10-door-opaque.png);
  margin-bottom: 1em;
  position: relative;
}

#content {
  padding: 30px ;
}

#footer {
  background-color: #fff;
  padding: 1em 0;
  text-align: center;
	font-size:0.7em;
}

div.hr {
  background: transparent 0 0 no-repeat url(/images/ruler-fleur-de-lys.png);
  height: 16px;
  margin: 32px 0;
}

div.hr.bottom {
	background-image: url(/images/ruler-fleur-de-lys-bot.png);
	height: 40px;
}

div.hr hr {
  visibility: hidden;
}

ol {
  padding-left: 1.3em;
}

ol li {
  list-style-type: decimal;
  margin-bottom: 0.75em;
}

span.metadata {
  font-size: 0.8em;
}

/*=links
-------------------
*/

a:link {
	color: #333;
}

a:hover {
	color: #000;
}

a:visited {
  color: #666;
}

/*=homepage
-------------------
*/

#contentOverview #latestPosts, #contentOverview #topTopics {
  float: left;  
}

#contentOverview #latestPosts {
  width: 66%;
}

#contentOverview #topTopics {
  width: 33%;
}

#topTopics .viewing {
  color:#999;
}

#topTopics a:visited {
  color: #333;
}

/*=forms.general
-------------------
*/
legend {
  font-size: 0.9em;
  padding-left: 4px;
	padding-top:5px;
  text-transform: uppercase;
}

fieldset {
  padding: 0.75em 0;
}

fieldset div {
  position: relative;
}

label span.non-visual {
  position: absolute;
  left: -999em;
}

fieldset.actions {
  padding: 0;
}

fieldset.actions input.primary {
  background-color: #000;
  color: #fff;
  font: 18px/20px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

label.hover {
  cursor: pointer;
}

.inline_choice {
  margin: 20px 0 0 36px;
  padding-top: 0.25em;
  position: relative;
}

.inline_choice li {
  float: left;
  line-height: 1.1;
  margin: 6px 0;
  white-space: nowrap;
}

/*=forms.specific
-------------------
*/
form#postMessage {
  margin-left: 142px;
  position: relative;
}

form#postMessage input.text, form#postMessage textarea {
  border: solid 1px #ccc;
  font: 18px/20px Georgia, "Times New Roman", Times, serif;
  margin: 0;
  padding: 4px;
  width: 520px;
  vertical-align: middle;
}

form#postMessage textarea {
  height: 4.5em;
}

form#postMessage div {
  margin-bottom: 3px;
}

form#postMessage div label {
  float: left;
  font: 18px/20px Georgia, "Times New Roman", Times, serif;
  padding: 5px;
  text-align: right;
  vertical-align: middle;
  width: 30px;
}

form#postMessage .inline_choice {
  margin-top: 0;
  width: 534px;
}

#postMessage fieldset.actions {
  margin-left: 40px;
}

#postMessage div.error {
	background: #fff 570px 0 repeat-y url(/images/error-right-border.png);
}

#postMessage fieldset.error {
  border-right: solid 4px #9F3140;
}

a#helpLink {
  font-size: 0.8em;
  padding: 2px 4px;
  position: absolute;
  left: 530px;
  text-decoration: none;
  top: -10px;
}

div#help {
  margin-left: 40px;
  width: 530px;
}

div#help div {
  background-color: rgb(90%,90%,90%);
  font-size: 0.9em;
  padding: 10px 10px 1px 10px;
}

.error_message, .default_message {
  background-color: #fff;  
	font-size: 0.7em;
  left: 578px;
  position: absolute;
  top: 8px;
  width: 200px;
}

.inline_choice .error_message {
  left: 542px;
  top: -6px;
}

.error_message {
	color: #9F3140;
}

.default_message {
	color: #666;
  font-weight: normal;
}

.info_message {
  background-color: #ddd;
  font-weight: bold;
  padding: 16px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

div.status {
  background-color: #fff;
  left: 578px;
  line-height: 1.2;
  position: absolute;
  top: 6px;
  width: 200px;
  z-index: 10;
}

fieldset.as_email {
	display:none;
}

body.js .inline_choice label.hover {
  background-color: #ccc;
}

body.js .inline_choice label.hover.selected {
  color: #000;
}

body.js .inline_choice label {
  background-color: #fff;
  color: #666;
  font-size: 14px;
  margin: 2px 0;
  padding: 0.1em 0.2em;
}

body.js .inline_choice input {
  position: absolute;
  left: -999em;
}

body.js .inline_choice label.selected {
  background-color: #666;
  color: #fff;
}

form#emailMessage input.text {
  border: solid 1px #ccc;
  font: 18px/20px Georgia, "Times New Roman", Times, serif;
  padding: 4px;
  vertical-align: middle;
}

/*=message.display
-------------------
*/
  
div#contentOverview h2 {
  text-transform: uppercase;
  font-size: 1.2em;
	font-weight: normal;
}

div.post {
  background: #fff 0 0 no-repeat url(/images/quote-left.png);
  padding-left: 32px;
  margin-right: 32px;
  margin-bottom: 0.75em;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

div.post h3 {
	font-weight: normal;
	margin-bottom: 0.25em;
	padding-top: 7px;
	font-size: 1.2em;
}

body.home div.post {
  background-position: 4px 4px;
}

div.post p {
  font-size: 1.0em;
  line-height: 1.5;
  padding-right: 32px;
  margin-right: 4px;
  margin-bottom: 0;
}

.quote-right {
  background: transparent 0 2px no-repeat url(/images/quote-right.png);
  display: inline-block;
  height: 24px;
  width: 25px;
  vertical-align: middle;
}

div.post p.metadata {
  color: #666;
  background: none;
  font-size: 0.8em;
  padding-right: 0;
}

div.post p.metadata a {
  border-left: solid 1px #666;
  color: #666;
  margin: 0;
  padding: 0 4px 0 6px;
}

div.post p.metadata abbr {
  display: block;
  font-size: 0.8em;
}

div.body_copy {
  color: #333;
  margin: 0 200px;
}

body.wide div.body_copy {
  margin: 0;
}

body.post div.body_copy {
	margin:0 0 0 200px; 
}

body.wide div.info_message {
  font-weight: normal;
  margin-left: 150px;
  padding-bottom: 2px;
}

body.wide h1 {
  margin: 50px 0 10px 150px;
  font: 18px/22px Georgia, "Times New Roman", Times, serif;
}

body.wide .info_message h1 {
  margin: 0 0 10px 0;
}

body.wide .subtitle
{
  margin-left: 150px;
  margin-bottom: 45px;
}

.terms {
  font-size: 0.7em;
}

/*=clearfix
--------------------
*/
.clearfix {
  display: inline-block; /* for IE/Mac */
}

/* Hides from IE-mac \*/
.clearfix {
  display: block;
}
/* End hide from IE-mac */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* =vote
--------------------
*/

.vote {
  padding: 3px 3px 6px 6px;
}

.vote input {
  vertical-align: middle;
}
