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, 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-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

*:focus {
  outline: 0; }

body {
  line-height: 1;
  color: black;
  background: white; }

ol, ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

body {
  background: #ceccc8 url(/images/bg.jpg) top center no-repeat;
  font: 86%/1.4 "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "Bitstream Vera Serif", Georgia, "Times New Roman", times, serif;
  margin: 0;
  text-align: center; }

#wrapper {
  background: white;
  border-top: 5px solid #cfd3d6;
  margin: 1.5em auto;
  padding-bottom: 30px;
  position: relative;
  text-align: left;
  width: 960px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }

/* === HTML === */
a:link {
  color: #aa0000;
  text-decoration: none; }
a:visited {
  color: #770000;
  text-decoration: none; }
a:hover {
  color: #dd0000;
  text-decoration: none; }
a:active {
  color: #dd0000;
  text-decoration: none; }

img {
  border: 0; }

p {
  margin: 0 0 1em; }

em {
  font-style: italic; }

h2 {
  font-size: 1.75em;
  line-height: 1;
  margin: 0 0 0.75em; }

h3 {
  color: #002a5c;
  font: 1.3em "Myriad Pro", Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 1.5em 0 0.5em;
  text-transform: uppercase; }

h4 {
  color: #4e7090;
  font: 1.1em "Myriad Pro", Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 1.5em 0 0.5em;
  text-transform: uppercase; }

hr {
  clear: both;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }

dt {
  font-weight: bold;
  margin: 1em 0 0;
  padding: 0; }

dd {
  margin: 0 0 1em;
  padding: 0; }

#content ul {
  margin: 1em 0;
  list-style: square outside;
  padding: 0 0 0 1em; }
  #content ul li {
    margin: 0.25em 0 0.25em 0.75em;
    padding: 0; }

strong {
  font-weight: bold; }

/* === FORMS === */
form fieldset {
  border: 0;
  margin: 1em 0 1.5em;
  padding: 0; }
  form fieldset legend {
    font-size: 1.4em; }
form table {
  margin: 1em 0; }
form th, form td {
  padding: 0.2em 0.5em 0.2em 0;
  vertical-align: top; }
form label {
  color: #666666;
  text-transform: uppercase; }
form td input {
  font-size: 1.2em;
  padding: 3px; }
form textarea {
  height: 10em;
  width: 90%; }

button, a.button {
  background: #c41230 url(/images/bg_button.png) repeat-x;
  display: inline-block;
  padding: 5px 10px 6px;
  color: white;
  text-decoration: none;
  font: 1em bold "Myriad Pro", Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 3px #999999;
  -webkit-box-shadow: 0 1px 3px #999999;
  text-shadow: 0 -1px 1px #222222;
  border: 0;
  border-bottom: 1px solid #222222;
  position: relative;
  cursor: pointer; }

a.button:link, a.button:visited {
  color: white; }
a.button:hover, a.button:active {
  color: #ffffdd; }

label {
  font-family: "Myriad Pro", Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase; }

td input, dd input {
  font-size: 1.2em;
  padding: 3px; }

/* === HEADER === */
#header {
  padding: 30px; }
  #header h1 a {
    background: url(/images/title.png) no-repeat;
    display: block;
    height: 47px;
    overflow: hidden;
    text-indent: -9999px;
    width: 372px; }

/* === NAVIGATION === */
#navigation {
  background: url(/images/bg_nav.png) no-repeat;
  padding-bottom: 15px;
  margin: 0 -15px;
  width: 990px; }
  #navigation ul {
    padding-left: 37px; }
    #navigation ul li {
      float: left; }
      #navigation ul li a {
        background-image: url(/images/nav_sprite.png);
        display: block;
        height: 40px;
        overflow: hidden;
        text-indent: -9999px; }

/* === NAVIGATION BUTTONS === */
.navigation_home a {
  background-position: 0px 0px;
  width: 65px; }
  .navigation_home a:hover, .navigation_home a:active {
    background-position: 0px 40px; }

.navigation_about a {
  background-position: -65px 0px;
  width: 196px; }
  .navigation_about a:hover, .navigation_about a:active {
    background-position: -65px 40px; }

.navigation_posts a {
  background-position: -261px 0px;
  width: 119px; }
  .navigation_posts a:hover, .navigation_posts a:active {
    background-position: -261px 40px; }

.navigation_issues a {
  background-position: -380px 0px;
  width: 218px; }
  .navigation_issues a:hover, .navigation_issues a:active {
    background-position: -380px 40px; }

.navigation_contribute a {
  background-position: -598px 0px;
  width: 106px; }
  .navigation_contribute a:hover, .navigation_contribute a:active {
    background-position: -598px 40px; }

.navigation_involved a {
  background-position: -704px 0px;
  width: 121px; }
  .navigation_involved a:hover, .navigation_involved a:active {
    background-position: -704px 40px; }

.navigation_contact a {
  background-position: -825px 0px;
  width: 90px; }
  .navigation_contact a:hover, .navigation_contact a:active {
    background-position: -825px 40px; }

/* === SOCIAL === */
#social_media_links {
  position: absolute;
  top: 27px;
  right: 30px; }
  #social_media_links h4 {
    font-size: 0.9em;
    margin: 0;
    text-align: right; }
  #social_media_links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right; }
    #social_media_links ul li {
      display: inline;
      padding: 0 0 0 10px; }

/* === CONTENT === */
#content {
  /*:background url(/images/bg_content.png) */
  margin: 15px 0 0;
  padding: 0 30px; }
  #content #content-main {
    float: left;
    width: 570px; }
  #content #content-sub {
    float: right;
    width: 300px; }

#introduction {
  background: url(/images/introduction.jpg) no-repeat;
  color: white;
  font-size: 1.3em;
  height: 300px;
  margin: 15px 30px 30px;
  padding: 30px 310px 30px 30px;
  text-shadow: 1px 1px 3px black;
  width: 560px; }

/* === SIDEBAR === */
.sub_content_item {
  margin: 0 0 1.5em; }

#subscribe {
  border: 3px solid #4e7090;
  background: #002a5c url(/images/bg_subscribe.png) repeat-x;
  line-height: 1.2em;
  padding: 20px; }
  #subscribe fieldset {
    margin: 0; }
  #subscribe legend {
    color: white;
    font-size: 1.1em; }
  #subscribe label {
    color: #ffffdd; }
  #subscribe input {
    font-size: 1.1em;
    padding: 2px;
    width: 240px; }

/* === FOOTER === */
#footer {
  color: #6c6860;
  font: 1em "Myriad Pro", Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 1em auto 3em;
  text-align: right;
  width: 960px; }

/* === MISC === */
.introduction {
  font-size: 1.2em; }

.required {
  color: #cc0000; }

#blog_feed h4 {
  margin: 0; }

#portrait {
  float: left;
  margin: 0 1.5em 1em 0; }

#post_state {
  background: #eeeeee;
  border: 1px solid #cccccc;
  margin: 1.5em 0;
  padding: 1em; }
  #post_state form, #post_state p {
    margin: 0.5em 0; }

/* === TAG CLOUD === */
.tagcloud1 {
  font-size: 1em; }

.tagcloud2 {
  font-size: 1.3em; }

.tagcloud3 {
  font-size: 1.6em; }

.tagcloud4 {
  font-size: 1.9em; }

/* === NEWS POSTS === */
.post {
  margin: 0 0 3em; }
  .post h3 {
    font-size: 1.4em;
    margin: 0; }

/* === titles === */
#post_title {
  margin: 0;
  line-height: 1.3; }
  #post_title h2, #post_title h3 {
    margin: 0; }

/* === meta === */
.post_meta, #post_meta {
  color: #777777;
  font: 0.9em "Myriad Pro", Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0.75em 0 1em;
  text-transform: uppercase; }

/* === content === */
#post_content {
  margin: 1.5em 0; }

#post_tags strong {
  color: #777777;
  font-weight: normal;
  text-transform: uppercase; }

.post_introduction {
  margin: 0.5em 0 1.5em; }

/* === FLASH MESSAGES === */
#flash-notice, #flash-error {
  color: white;
  font-size: 1.2em;
  margin: -15px 0 1em;
  padding: 0.5em 0.75em; }

#flash-notice {
  background: #007700; }

#flash-error {
  background: #aa0000; }

/* === Rails Form Validations === */
.fieldWithErrors input {
  border: 2px solid red; }

#errorExplanation {
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0; }

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #cc0000;
  color: white; }

#errorExplanation p {
  color: #333333;
  margin: 1em 0;
  padding: 5px; }

#errorExplanation ul {
  margin: 1em; }

#errorExplanation ul li {
  font-size: 12px;
  list-style: square; }

/* === SITE ADMIN === */
#administration {
  background: #333333;
  border-bottom: 1px solid black;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1000; }
  #administration h4 {
    color: white;
    display: inline;
    margin: 0;
    padding: 0 2em; }
  #administration ul {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0; }
    #administration ul li {
      display: inline;
      margin: 0;
      padding: 0 1em; }
      #administration ul li a {
        color: #cccc99;
        font-size: 0.9em;
        line-height: 2em; }

table.admin {
  border-collapse: collapse; }
  table.admin th, table.admin td {
    border: 1px solid #cccccc;
    margin: 0;
    padding: 5px;
    vertical-align: top; }
