/*
First, a CSS reset, courtesy of Yahoo!

Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0b1
build: 1160
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

/* Basic global element default stylings */
a:link, a:visited, a:active, a:hover {
  color: #3b5998;
}
a:link, a:visited {
  text-decoration: none;
}
a:active, a:hover {
  text-decoration: underline;
}
body,
textarea {
  background-color: #fff;
  color: #333;
  font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
  color: #555;
}
h1 {
  font-size: 18px;
}
h2 {
  font-size: 14px;
}
p {
  margin-bottom: 1em;
}
textarea {
  background-repeat: repeat-x;
}
/* Basic page layout defaults */
#site_content,
#site_footer,
#site_header {
  margin: 0 auto;
  width: 960px;
}
.iframed #site_content,
.iframed #site_footer,
.iframed #site_header {
  width: 760px;
}
#site_content {
  margin: 40px auto;
}
.iframed #site_content {
  margin: 0 auto;
}

/* Normalized page layout */
.module_full_width {
  margin: 20px 0;
}

/* Causes.com buttons and global assets */
a.button_green,
a.button_green_tall_skinny,
a.button_green_tall_normal,
a.button_green_tall_fat,
a.button_green_tall_obese {
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  font-weight: bold;
  text-align: center;
}
a.button_green {
  font-size: 0.9em;
  line-height: 23px;
  width: 100px;
}
a.button_green_tall_skinny {
  font-size: 13px;
  line-height: 27px;
  width: 100px;
}
a.button_green_tall_skinny,
a.button_green_tall_normal,
a.button_green_tall_fat,
a.button_green_tall_obese {
  font-size: 13px;
  line-height: 27px;
}
a.button_green_tall_normal {
  width: 120px;
}
a.button_green_tall_fat {
  width: 150px;
}
a.button_green_tall_obese {
  width: 180px;
}
a.button_green:hover,
a.button_green_tall_skinny:hover,
a.button_green_tall_normal:hover,
a.button_green_tall_fat:hover,
a.button_green_tall_obese:hover {
  text-decoration: none;
}

/* Specific shared styles */
.module_with_header a.module_see_all {
  float: right;
  font-size: 10px;
  padding-top: 4px;
}
.module_with_header h3 {
  border-bottom: 1px solid #d5d5d5;
  color: #666;
  font-size: 12px;
  margin-bottom: 4px;
  padding: 2px 0;
}
.module_with_header h3 span.time {
  color: #666;
  font-size: 10px;
  font-weight: normal;
}

input.blur,
textarea.blur {
  color: #999;
}

.positive_number {
  color: #2d7c3d;
}

.rounded {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* clearfix */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0pt;
  line-height: 0pt;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display:block;
}
* html .clearfix {
  height:1%;
}
/* end clearfix */

br.cleaner {
  clear: both;
}
