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

body {
  margin: 0;
  text-align: left;
  padding: 0;
  font: normal 12px/1.5em "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
  background: #E2043D;
  color: #333;
}

ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*========================================================================================== LAYOUT */

#main_wrap {
  position: relative;
  width: 940px;
  margin: 0px auto;
  padding: 10px;
}

#header {
  float: left;
  width: 880px;
  margin: 0px;
  padding: 20px 20px 40px 20px;
  background-color: #e2043d;
}

#header_left {
  float: left;
  width: 580px;
  margin: 0px;
  padding: 0px;
  border: none;
}

#header_right {
  float: left;
  width: 280px;
  margin: 0px 0px 0px 20px;
  padding: 0px;
  border: none;
  font-size: 13px;
  color: #999;
}

#main {
  float: left;
  width: 880px;
  margin: 0px;
  padding: 0px 20px 20px 20px;
  border: 1px solid #000;
  background-color: #FFF;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topight: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#main_content {
  float: left;
  width: 580px;
  margin: 30px 0 0 0;
  padding: 0px;
  border: none;
  list-style-type: none;
}

#sidebar_content {
  float: right;
  width: 240px;
  margin: 0px -20px 0px 0px;
  padding: 10px 20px;
  border: none;
  list-style-type: none;
  color: #fff;
  background-color: #000;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 4px;
}

#footer {
  clear: both;
  width: 880px;
  margin: 0px;
  padding: 20px 20px 0px 20px;
  border: none;
  text-align: center;
  background: #000;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/*========================================================================================== PUBLIC NAV */

#public_nav {
  float: left;
  width: 880px;
  margin: 0px;
  padding: 10px 20px 0px 20px;
  list-style: none;
  background: #000;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#public_nav ul {
  float: left;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
  
#public_nav li {
  display: inline;
  margin: 0px;
  padding: 0px;
}
  
#public_nav a {
  float: left;
  padding: 0px 0px 0px 9px;
  margin: 0px 5px 0px 0px;
  font-size: 13px;
  text-decoration: none;  
  color: #CCC;
}
  
#public_nav a span {
  float: left;
  display: block;
  padding: 9px 15px 9px 6px;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  color: #CCC;
  cursor: pointer;
}

#public_nav a:hover {
  background-color: #444;
}

#public_nav a:hover span {
  background-color: #444;
  font-weight: bold;
  color: #FFF;
  cursor: pointer;
}

/*========================================================================================== MEMBER NAV */

#member_nav {
  float: left;
  width: 880px;
  margin: 0px;
  padding: 10px 20px 0px 20px;
  list-style: none;
  background: #00084a;
}

#member_nav ul {
  float: left;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
  
#member_nav li {
  display: inline;
  margin: 0px;
  padding: 0px;
}
  
#member_nav a {
  float: left;
  padding: 0px 0px 0px 9px;
  margin: 0px 5px 0px 0px;
  font-size: 13px;
  text-decoration: none;  
  color: #CCC;
}
  
#member_nav a span {
  float: left;
  display: block;
  padding: 9px 15px 9px 6px;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  color: #CCC;
  cursor: pointer;
}

#member_nav a:hover {
  background-color: #00084a;
}

#member_nav a:hover span {
  background-color: #00084a;
  font-weight: bold;
  color: #FFF;
  cursor: pointer;
}

/*========================================================================================== MEMBER LOGIN */

ul#login_nav {
  float: right;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
  
ul#login_nav li {
  display: inline;
  margin: 0px;
  padding: 0px;
}

ul#login_nav a {
  padding: 0px 0px 0px 9px;
  margin: 0px;
  font-size: 13px;
  text-decoration: none;  
  color: #CCC;
}

ul#login_nav a span {
  display: block;
  padding: 9px 15px 9px 6px;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  color: #CCC;
}

/*========================================================================================== HOME SUB NAV */

#sidebar_content ul {
  float: left;
  width: 240px;
  margin: 0px;
  padding: 0px;
  border: none;
  list-style-type: none;
}

#sidebar_content ul li {
  float: left;
  display: block;
  width: 205px;
  list-style-type: none;
  margin: 0px;
  padding: 6px 0px 5px 35px;
  font-size: 18px;
  text-decoration: none;  
  line-height: 1em;
  color: #FFF;
  border-bottom: 1px solid #375E61;
}

/*========================================================================================== NEWSLETTER SUBSCRIPTION */

#subscription {
  float: left;
  width: 240px;
  margin: 0px;
  padding: 20px;
  list-style-type: none;
  background-color: #00084a;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/*========================================================================================== HEADINGS */

h1 {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-size: 30px;
  font-weight: bold;
  color: #264042;
}

h1.logo {
  float: left;
  width: 580px;
  height: 200px;
  margin: 0px;
  padding: 0px;
  background: url('../images/header.png') no-repeat top left; 
}

h1.logo a {
  width: 600px;
  height: 220px;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: bold;
  color: #AAA;
  display: block;
}

h1.logo span {
	display: block;
	text-indent: -9999px;
}

#special {
  background-color: #47a768;
  height: 200px;
  padding: 9px;
  margin-bottom: 12px;
}
#special h1 {
  float: left;
  width: 580px;
  margin: 0px;
  padding: 0px;
  background: url('../images/special.jpg') no-repeat top left; 
}

#special h1 a {
  width: 600px;
  height: 80px;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: bold;
  color: #AAA;
  display: block;
}

#special h1 span {
	display: block;
	text-indent: -9999px;
}

h2 {
  margin: 0px;
  padding: 0px;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.25em;
}

#special h3 {
  color: #fff;
}

h3 {
  margin: 0px;
  padding: 0px;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.25em;
  color: #E31E26;
}

#sidebar_content h3 {
  padding-top: 20px;
}

.login {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.25em;
  color: #E31E26;
}

h4 {
  margin: 0px;
  padding: 5px 0px 7px 0px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.25em;
}

#main_content h4 {
  text-transform: uppercase;
  width: 580px;
  border-bottom: 1px solid #000;
  margin-bottom: 12px;
}

h5 {
  margin: 0px;
  padding: 0px 0px 5px 0px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.25em;
  color: #333;
}

#subscription h4 {
  margin: 0px;
  padding: 0px 0px 7px 0px;
  font-size: 14px;
  font-weight: normal;
  color: #FFF;
}

/*========================================================================================== TEXT */

p {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  line-height: 1.5em;
}

ul {
  margin: 0px 0px 10px 20px;
  padding: 0px;
  border: none;
}

li {
  margin: 0px;
  padding: 0px;
  border: none;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  line-height: 1.5em;
  color: #666;
}

.footer_txt {
  margin: 0px;
  padding: 0px 0px 20px 0px;
  line-height: 1.25em;
  color: #999;
}

/*========================================================================================== LINKS */

a:link {
  color: #E31E26;
  text-decoration: none;
}

a:visited {
  color: #E31E26;
  text-decoration: none;
}

a:hover {
  color: #E31E26;
  text-decoration: underline;
}

a:active {
  color: #E31E26;
  text-decoration: none;
}

#footer a {
  margin: 0px;
  padding: 0px 5px;
  color: #999;
  text-decoration: none;
}

#footer a:hover {
  margin: 0px;
  padding: 0px 5px;
  color: #E31E26;
  text-decoration: none;
}

/*========================================================================================== IMAGES */

img {
  border: none;
}

.wordpress_entry {
  margin: 2px 0px 0px 0px;
  padding: 0px;
}