/*
Theme Name:     2010-Child
Description:    Discourse.net Child theme for the Twenty Ten theme 
Author:         Michael Froomkin
Author URI:     http: //law.tm
Template:       twentyten
Version:        0.1.1
*/

@import url("../twentyten/style.css"); 

#site-description 
{
	clear: right;
	float: right;
font-size:1.5em;
font-style:normal;
font-weight:bold;
	margin: 14px 0 18px 0;
	width: 320px;
}

#site-title 
{
	float: left;
 font-style:normal;
	font-size: 45px;
	line-height: 50px;
	margin: 6px 0 18px 0;
	width: 400px;
}


.hentry
{
margin-top: 1pt;
margin-right: 1pt;
margin-bottom: 48px;
margin-left: 1pt;
border : 1px solid #000; 
padding-top: 9px;
padding-right: 10px;
padding-bottom: 9px;
padding-left: 10px;
}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

pre {
display: block;
font-family: "Courier 10 Pitch", Courier, monospace;
white-space: pre;
margin: 1em 0; }


code {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

#content p, #content ul, #content ol, #content dd, #content pre, #content hr 
{font-family: "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
color:#000000;
margin-bottom: 12px;
}

blockquote {
font-style: normal; 
margin: 1em 3em;
padding: .5em 1em;
border-left: 5px solid #0077CC;
background-color:#EEEEEE;
} 

blockquote p {
margin: 0; 
}

blockquote cite, 
blockquote em, 
blockquote i
{
font-style: italic;
}


#costOfWarTotal_Total { 
font-size: 1.3em; font-weight: bold; color: #990000; 
} 

.hw_wpgw * {
  margin: 0;
  padding: 0;
}
.hw_wpgw {
  font-size: 12px;
}
.hw_wpgw dl {
  margin: 10px 0 0 0;
  height: 160px;
  width: 140px;
}
.hw_wpgw dl.centered {
  margin: 10px auto;
}
.hw_wpgw dl.right {
  float: right;
}
.hw_wpgw dl dd {
  list-style-type: none;
}
.hw_wpgw dl dd.today {
  float: left;
  height: 60px;
  margin: 0 0 10px 0;
  width: 140px;
}
.hw_wpgw dl dd.today .condition {
  background-color: #0096ff;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 22px;
  line-height: 22px;
  margin: 0 0 1px 0;
  text-align: center;
  width: 140px;
}
.hw_wpgw dl dd.today .temperature {
  background-color: #fadb49;
  color: #333;
  display: block;
  float: left;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
  margin: 0 1px 0 0;
  text-align: center;
  width: 99px;
}
.hw_wpgw dl dd.day1, .hw_wpgw dl dd.day2 {
  margin-right: 10px;
}
.hw_wpgw dl dd.day1, .hw_wpgw dl dd.day2, .hw_wpgw dl dd.day3 {
  float: left;
  height: 75px;
  width: 40px;
}
.hw_wpgw .day {
  background-color: #0096ff;
  color: #fff;
  display: block;
  height: 16px;
  line-height: 16px;
  margin: 0 0 1px 0;
  text-align: center;
  width: 40px;
}
.hw_wpgw .temperature {
  background-color: #fadb49;
  color: #333333;
  display: block;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  margin: 1px 0 0 0;
  text-align: center;
  width: 40px;
}
#sidebar .hw_wpgw img, .hw_wpgw img {
  border: 0;
  display: inline;
  padding: 0;
  margin: 0;
}

.small {
	font-size: small;
}

.widget-container {
	word-wrap: break-word;
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	hyphens: manual;
	margin: 0 0 18px 0;
}

#to make gregs comment numbering plugin work
.commentlist li .commentnumber {
float:right;
color:#999999;
font-size:3em;
margin:0;
padding:0 .5em .5em 0;
clear:right;
}

.commentlist li li .commentnumber {
font-size:1.7em;
}

.commentlist li li li .commentnumber {
font-size:1.3em;
}