/* 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:#f8e7ba;
  font-size:0.76em;
  font-family:arial, helvetica, sans-serif;
  line-height:1.5em;
  color:#373737;
  height:100%;
}

#outer_container {
  width:928px;
  margin:0 auto;
  background:transparent url(images/body_bg.png) scroll repeat-y top left;
  height:100%;
  min-height:100%;
  overflow:hidden;
}
#inner_container {
  margin:0 5px;
  height:100%;
  overflow:hidden;
}

#header_container {
  overflow:hidden;
}
  #header {
    float:left;
    height:238px;
    width:100%;
    background:transparent url(images/banner_bg.png) scroll no-repeat bottom left;
    overflow:hidden;
    clear:both;
  }
    #social_media_navigation {
      float:left;
      padding:0 50px;
      height:44px;
      line-height:44px;
    }
      #social_media_navigation ul {
        margin:10px 0 0 0;
      }
      #social_media_navigation ul li {
        display:inline;
      }
      #social_media_navigation ul li a {
        display:block;
        float:left;
        margin-right:1em;
      }
        #social_media_navigation a.twitter_link {
          background:transparent url(images/twitter.png) scroll no-repeat top left;
          text-indent:-9999px;
          height:23px;
          width:63px;
        }
        #social_media_navigation a.facebook_link {
          background:transparent url(images/facebook.png) scroll no-repeat top left;
          text-indent:-9999px;
          height:23px;
          width:63px;
        }
        #social_media_navigation a.youtube_link {
          background:transparent url(images/youtube.png) scroll no-repeat top left;
          text-indent:-9999px;
          height:23px;
          width:63px;
        }
    #primary_navigation {
      float:left;
      height:29px;
      padding:0 50px;
      line-height:29px;
      margin:7px 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;
        }
  
#content_container {
  padding:32px 50px;
  overflow:hidden;
}

#primary_content {
  float:left;
  width:518px;
}

#primary_content.donate {
  width:800px;
}

#secondary_content {
  float:right;
  width:260px;
}

#footer {
  float:left;
  position:relative;
  bottom:0;
  width:818px;
  padding:3em 50px;
  background:#1F133A url(images/footer_bg.png) scroll no-repeat center;
  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;
}
.post h3 {
  margin:0 0 0.5em 0;
}
.post h3 a {
  font-size:1.8em;
  font-weight:bold;
  text-decoration:none;
}

/* ================================================================ 
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;
}

