/* 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;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
  background-color:#12122B;
  font-size:0.76em;
  font-family:arial, helvetica, sans-serif;
  line-height:1.5em;
  color:#373737;
  height:100%;
}

#outer_container {
  width:911px;
  margin:0 auto;
  background:transparent url(images/document_bg_dark.png) scroll repeat-y top left;
  height:100%;
  min-height:100%;
  overflow:hidden;
  padding:0 41px;
}
#inner_container {
  height:100%;
  background:transparent url(images/body_bg.jpg) scroll no-repeat top left;
}

#header_container {
  overflow:hidden;
  background:transparent url(images/banner_bg.jpg) scroll no-repeat top left;
  margin:0 -41px 0 -41px;
  height:261px;
}
  #header {
    float:left;
    padding:34px 41px 0 41px;
    width:911px;
    overflow:hidden;
    clear:both;
    height:227px;
  }
    #social_media_navigation {
      float:right;
      padding-right:71px;
      text-align:center;
      height:46px;
      line-height:46px;
    }
      #social_media_navigation ul {
        margin:10px auto;
      }
      #social_media_navigation ul li {
        display:inline;
      }
      #social_media_navigation ul li a {
        display:block;
        float:left;
        margin-left:1em;
      }
        #social_media_navigation a.twitter_link {
          background:transparent url(images/twitter.png) scroll no-repeat top left;
          text-indent:-9999px;
          height:26px;
          width:70px;
        }
        #social_media_navigation a.facebook_link {
          background:transparent url(images/facebook.png) scroll no-repeat top left;
          text-indent:-9999px;
          height:26px;
          width:70px;
        }
        #social_media_navigation a.youtube_link {
          background:transparent url(images/youtube.png) scroll no-repeat top left;
          text-indent:-9999px;
          height:26px;
          width:70px;
        }
    #primary_navigation {
      float:left;
      height:29px;
      padding:0 14px;
      line-height:29px;
      margin:14px 0 0 0;
      clear:both;
    }
      #primary_navigation ul li {
        display:inline;
        margin-right:2em;
      }
        #primary_navigation ul li a {
          color:#701c22;
          font-size:1.2em;
          font-weight:bold;
          text-decoration:none;
        }
  #fresh_ideas_timeless_principles {
    text-indent:-9999px;
    float:left;
    height:96px;
    width:532px;
    margin:0 0 24px -21px;
    background:transparent url(images/fresh_ideas_timeless_principles.png) scroll no-repeat top left;
  }
  
#content_container {
  overflow:hidden;
  padding:14px 21px 0 21px;
}

#primary_content {
  float:left;
  width:518px;
}

#primary_content.donate {
  width:800px;
}

#secondary_content {
  float:right;
  width:344px;
}

.a_message_from_dave {
  float:left;
  width:340px;
  height:40px;
  text-indent:-9999px;
  background:transparent url(images/a_message_from_dave.png) scroll no-repeat top left;
}

#footer {
  float:left;
  position:relative;
  bottom:0;
  width:871px;
  padding:3em 20px;
  background:#1F133A url(images/red_bg.jpg) scroll no-repeat top left;
  color:#fff;
}

a {
  color:#1F133A;
}

h1 {
  font-size:2em;
  font-weight:bold;
  line-height:1.5em;
}

li.widget {
  margin:0 0 1em 0;
}

p {
  margin:0 0 1em 0;
}

/* posts */
.post {
  margin:0 0 2em 0;
  padding:0 30px 0 0;
}
.post h3 {
  margin:0 0 0.5em 0;
}
.post h3 a {
  font-size:1.8em;
  font-weight:bold;
  text-decoration:none;
}

/* page */
.page {
  padding:0 30px 0 0;
}

#primary_content ul {
  list-style: disc inside none;
  line-height:2em;
  margin:1em 0 1em 0.5em;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {margin:-5px 0 0 0;}
/* style the second level hover */
.menu ul ul a.drop:hover{}
.menu ul ul :hover > a.drop {}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:29px;left:0; width:149px;font-weight:normal;font-size:0.8em;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#F8E7BA; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{}
.menu :hover > a, .menu ul ul :hover > a {}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

.menu ul ul .current_page_item a {
  color: red;
  background: white;
  border-left: 1px solid black;
}

.menu .current_page_item a {
  color: red;
  font-weight: bold;
  background: white;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: black;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: white;
}

span.name {
font-size:11px !important;
}


