/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

body{
        font-family: Georgia, serif, Helvetica, Arial;
        background: #fff;
        color: #666;
	line-height: 110%;
	margin: 0;
	padding: 0;
	text-align: left;        
} 

a, a:hover {
    color: #0099cc;
    text-decoration: none;
}


div#container {
    margin: 0 auto;
    padding: 0;
    width: 950px;    
}
div#main_content {
    float: left;
    margin: 0;
    padding: 0;
    width: 630px;
}
div#content_wrap {
    padding-right: 40px
}
div#sidebar {
    float: left;
    margin: 0;
    padding: 0;
    width: 320px;    
}
div#header {
    float: left;
    margin: 45px 0 80px;
    padding: 0;
    width: 100%;
}

div#footer {
    float: left;
    margin: 40px 0;
    padding: 0;
    width: 100%;
    border-top: 2px dotted #bfe5f2;
}

div#logo {
    float: left;
}

div#nav {
    float: left;
    margin: 0 60px;
    padding: 0;
    height: 65px;
}

div#nav ul {
    margin: 0;
    padding: 0;
    display: inline;
}

div#nav li {
    font-size: .8em;
    font-weight: bold;
    list-style: none;
    float:left;
    margin: 55px 0 0;
    padding: 0 12px;
    border-right: 1px solid #666;
}

div#nav li.last {
    border-right: none;
}

div#nav a, div#nav a:hover {
    color: #666;
    text-decoration: none;
}
div#nav a.selected {
    text-decoration: underline;
}
div#header h1 {
    text-indent: -9000px;
    display: block;
    background: url(../img/rethinkbpd_logo.gif) no-repeat;
    width: 236px;
    height: 72px;
    padding: 0;
    margin: 0;
}
div#header h1 a {
    display: block;
    width: 216px;
    height: 65px;
}    
p.big {
    font-size: 1.5em;
    line-height: 110%;
}

p {
    font-size: 1.1em;
    line-height: 140%
}

div#donate {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
div#donate p {
    margin: 0;
    padding: 0;
    color: #999;
    font-size: .9em;
    margin-top: 10px;
}
#donate_list {
    margin: 20px auto;
    padding: 0;
    width: 578px;    
    height: 140px;
}

#donate_list li{
    list-style: none;
    float:left;

}
div#sidebar_wrap {
    margin: 0 auto;
    padding: 0;
    width: 270px;
    text-align: center;
}
div#quotes {
    margin: 0px auto 0;
    width: 201px;
}

#quote_list dl {
    text-align: left;
}
#quote_list dt{
    margin-top: 30px;
    font-weight: normal;
    color: #666;
    font-size: 1.1em;
    font-style: italic;
    padding: 0 10px;
}
#quote_list dd.last {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#quote_list dd {
    margin: 18px 0;
    padding: 0 10px 30px;
    font-weight: normal;
    color: #999;
    font-size: .9em;
    font-style: italic;
    border-bottom: 2px dotted #bfe5f2;
}
#footer ul{
    margin: 20px 0;
}
#footer ul li{
    padding: 0 7px;
    list-style: none;
    float: left;
    color: #999;
    font-size: .9em;
    border-right: 1px solid #999;
}
#footer ul li.first {
    padding-left: 0px;
}
#footer ul li.last {
    border-right: none;
}

h2 {
    font-size: 1.6em;
    line-height: 110%;
    color: #0099cc;
}

.person {
    float: left;
    padding: 25px 0;
    border-top: 2px dotted #bfe5f2;
}
.person ul {
    margin: 0;
    padding: 0;
    width: 630px;

}
.person ul li{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 535px;

}
.person ul li.img_ico {
    width: 95px;
    float: left;
}
.person dt, .person dd{
    margin: 0;
    padding: 0;
}
.person dt{
    font-size: 1.2em;
    font-weight: normal;
    line-height: 110%;
    color: #0099cc;
}
.person dd{
    margin-top: 30px;
    line-height: 140%;
}

#sponsors {
    float: left;
    padding: 0;
    margin: 0;
    margin-top: 60px;
}
.sponsor {
    padding: 30px 0;    
    border-top: 2px dotted #bfe5f2;
}
.sponsor ul {
    margin: 0;
    padding: 0;
    width: 630px;    
}
.sponsor ul li{
    list-style: none;
    float: left;
    line-height: 140%;
    width: 60%;
}
.sponsor ul li p{
    font-size: 1em;	
}
.sponsor ul li.logo{
    width: 40%
}
.story_box{
    border-bottom: 2px dotted #bfe5f2;
    margin-bottom: 30px;
}
.story_box_last{
    border-bottom: none;
    margin-bottom: 30px;
}
.story{
    font-size: 1.6em;
    line-height: 110%;
    color: #666;
}
.story_first{
    color: #0099cc;
}
.story_author{
    display: block;
    font-size: 70%;
    font-style: italic;
    line-height: 110%;
    color: #666;
}
#post_story p{
    margin: 5px 0;
}
label{
    display: block;
    width: 600px;
}
ul.errorlist {
    margin: 0;
    padding: 0;
}
ul.errorlist li{
    margin-top: 20px;
    padding: 0;
    list-style: none;
    color: red;
}