/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser 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; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }









/* -------------------------------------------------------------- 
   
   grid.css
   * Sets up an easy-to-use grid of 24 columns.
   
   By default, the grid is 950px wide, with 24 columns 
   spanning 30px, and a 10px margin between columns.
   
   If you need fewer or more columns, namespaces or semantic
   element names, use the compressor script (lib/compress.rb)
   
   Note: Changes made in this file will not be applied when
   using the compressor: make changes in lib/blueprint/grid.css.rb
   
-------------------------------------------------------------- */

/* A container(wrap) should group all your columns. */
.wrap {
  width: 950px;
  margin: 0 auto;
  background: transparent url(http://www.fourfreedoms.org/images/interface/bg-body.png) no-repeat left top;
}

/* Use this class on any .span / container to see the grid. */
.showgrid { background: url(src/grid.png);  }


/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
.column, div.container, div.main_left, div.main_right, div.article_info, div.article_details, div.events_list, div.links_list, div.extras_list, div.mailing_list, div.membership {
  float: left;
  margin-right: 10px; 
}

/* The last column in a row needs this class. */
.last, div.last { margin-right: 0; }

.container { width: 950px; margin: 0; }
.main_left { width: 510px; }
.main_right, .article_details, .entry, .paginate, .events_list { width: 350px; }
.article_info { width: 150px; }
.links_list, .extras_list { width: 270px; }
.mailing_list { width: 468px; }
.membership { width: 467px; }

#log_widget {
margin: 25px 0;
padding: 0;
}

#log_widget div {
float: right;
}

#navigation {
padding: 0 0 16px 0;
border-bottom: 20px solid #A60C0C;
}

#navigation ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#navigation ul li {
float: left;
margin: 0;
padding: 0;
width: 104px;
height: 45px;
border-left: 1px solid #FFF;
background: transparent;
}

#navigation ul li.home {
border-left: none;
}

#navigation ul li.blank_navigation_filler {
width: 530px; /* removed two list items, prior width was 425 */
background:  transparent url(http://www.fourfreedoms.org/images/interface/bg-trans-over.png) repeat left top;
}

#navigation li a {
display: block;
margin: 0;
padding: 7px 5px 20px 7px;
width: auto;
height: auto;
background: transparent url(http://www.fourfreedoms.org/images/interface/bg-trans.png) repeat left top;
}

#navigation a:link, #navigation a:visited, #navigation a:hover, #navigation a:active {
text-decoration:none;
}

#navigation a:hover, #navigation a.selected {
background:  transparent url(http://www.fourfreedoms.org/images/interface/bg-trans-over.png) repeat left top;
}

#header {
height: 101px;
background: transparent;
}

#header h1 {
margin: 0;
padding: 7px 5px 0px 7px;
}

#header h2 {
margin: 0;
padding: 0px 425px 0px 7px;
font-size: 1.1em;
text-align: right;
}

#header a:link, #header a:visited, #header a:hover, #header a:active {
color: #000;
text-decoration:none;
}

#welcome {
margin: 0 0 10px 0;
}

#main_content {
}

#feature_blog_entry {

}

#feature_blog_entry .entry, #feature_blog_entry .paginate  {
float: right;
margin-top: 8px;
}

.article_info, .article_details, .announce_event { border-bottom: 1px solid #DADADA; }

#comments_module {
float: right;
}

#list_join_widget {
padding: 16px 0 0 0;
border-top: 20px solid #A60C0C;
color: #FFF;
}

.mailing_list { padding: 7px 5px 7px 7px; background:  #304345; }

.membership { padding: 7px 5px 7px 7px; border-left: 1px solid #FFF; background:  #304345; }

#sub_content {
margin-top: 10px;
}

#sub_content .events_list {

}






/* Border on right hand side of a column. */
.border {
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #eee;
}

/* Border with more whitespace, spans one column. */
.colborder {
  padding-right: 24px;
  margin-right: 25px;
  border-right: 1px solid #eee;
}


/* Use these classes on an element to push it into the 
   next column, or to pull it into the previous column.  */

.pull-1 { margin-left: -40px; }
.pull-2 { margin-left: -80px; }
.pull-3 { margin-left: -120px; }
.pull-4 { margin-left: -160px; }
.pull-5 { margin-left: -200px; }

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5 {
  float:left;
	position:relative;
}

.push-1 { margin: 0 -40px 1.5em 40px; }
.push-2 { margin: 0 -80px 1.5em 80px; }
.push-3 { margin: 0 -120px 1.5em 120px; }
.push-4 { margin: 0 -160px 1.5em 160px; }
.push-5 { margin: 0 -200px 1.5em 200px; }

.push-1, .push-2, .push-3, .push-4, .push-5 { 
  float: right;
	position:relative;
}


/* Misc classes and elements
-------------------------------------------------------------- */

/* In case you need to add a gutter above/below an element */
.prepend-top { 
	margin-top:1.5em; 
}
.append-bottom { 
	margin-bottom:1.5em; 
}

/* Use a .box to create a padded box inside a column.  */ 
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #E5ECF9; 
}

/* Use this to create a horizontal ruler across a column. */
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;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

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

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }









/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 75%;
  color: #222; 
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  background: #FFF url(http://www.fourfreedoms.org/images/interface/bg-body.png) no-repeat center top;
}


/* Headings
-------------------------------------------------------------- */

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;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img, div.article_info img { padding: 3px; background-color: #E1E1E1; border: 1px solid #CDCDCD;  }
div.mbr_detail img { float: left; padding: 0 10px 10px 0; }
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:link {
background-color:transparent;
color:#A60C0C;
text-decoration:none;
}

a:visited {
background-color:transparent;
color:#A60C0C;
text-decoration:none;
}

a:active {
background-color:transparent;
color:#A60C0C;
text-decoration:none;
}

a:hover {
background-color:transparent;
color:#A60C0C;
text-decoration:none;
}

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; }


/* Lists
-------------------------------------------------------------- */

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;}


/* Tables
-------------------------------------------------------------- */

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; }


/* Misc classes
-------------------------------------------------------------- */

.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; }
#comments_module p.last       { border-bottom: 1px solid #DADADA; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }







/* -------------BEGIN CALENDAR STYLES------------- */

#event_calendar { width: 100%; }

.calendarBG {
 background-color: #304345;
}

.calendarBlank {
 background-color: #CCC;
}

.calendarHeader {
 font-weight: bold;
 color: #fff;
 text-align: center;
 background-color: #304345;
}

.calendarMonthLinks {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         11px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #fff;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:visited {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #ccc;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold;
 font-size:	11px;
 color: #fff;
 background-color: #608587;
 text-align:  center;
 vertical-align: middle;
}

.calendarToday {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #000;
 background-color: 	#93B5B8;
}

.calendarCell {
 width: 14%;
height: 100px;
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #666;
 background-color:  #fff;
}

.calendarCell a {
 color:             #A60C0C;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:visited {
 color:             #A60C0C;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:hover {
 color:             #304345;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarCell div.event_link {
 padding:5px 0;
}















