/* CSS Document */

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 62.5%;
 color: #fff;
 background: #000 url('../images/bg-body2.gif');
 margin: 0;
}

#wrapper-top {
 background: #fff;
}

div.inner-wrapper {
 width: 690px;
 margin: 0 auto;
}

#header {
 color: #000;
 background: #fff;
 padding: 20px 0 0 0;
}
#header img {
 vertical-align: bottom;
}
#header div {
 padding: 0;
}

#menu-1-wrapper {
 color: #000;
 background: #fff;
 height: 1%;
 padding: 2px 0;
}

#slogan {
 font-size: 1.8em;
 font-weight: bold;
 width: 48%;
 float: left;
}

#team-list {
 font-size: 1.4em;
 text-align: right;
 width: 48%;
 float: right;
}

#team-list a {
 color: #000;
 text-decoration: none;
}
#team-list a:hover {
 color: #666;
}

#menu-top {
/*
 font-size: 1.2em;
 color: #fff;
 background: #000;
 padding: 6px 0;
*/
}

#content-wrapper {
 color: #EAEAEA;
 background: #101010;
 height: 1%;
 padding: 20px 9px 20px 5px;
}

#menu-vertical {
 font-size: 1.2em;
 float: left;
 width: 160px;
}

#menu-vertical ul {
 /*list-style-image: url('/images/bullet.png');*/
 list-style-type: none;
 padding: 0;
 margin: 0;
}
#menu-vertical li {
 /*padding-left: 18px;
  background-color: #999933;*/
  display: inline;
  padding: 0;
  margin: 0;
}

#menu-vertical a {
 display: block;
 border-bottom: 1px solid #333;
 padding: 3px 6px;
 margin: 0;
}

#menu-vertical a:link, #menu-vertical a:active, #menu-vertical a:visited {
 font-weight: bold;
 color: #fff;
 background: #555;
 text-decoration: none;
}

#menu-vertical a:hover {
 color: #999933;
 background: #fff;
}

#content {
 font-size: 1.2em;
 float: right;
 width: 500px;
}

#content h1, #menu-vertical h2 {
 color: #999933;
}

/*
#content-left {
 text-align: justify;
 width: 48%;
 float: left;
}

#content-right {
 font-size: 1.2em;
 width: 48%;
 float: right;
}
*/

#sponsors {
 color: #000;
 background: #fff;
 padding: 20px;
}

#footer {
 color: #000;
 background: #fff;
 padding: 0;
}
#footer span {
 padding: 2px 20px;
}
#footer img {
 vertical-align: bottom;
}
#footer a:link, #footer a:active, #footer a:visited {
 color: #333;
 background: #fff;
}

h1 { font-size: 1.8em; }
h2 { font-size: 1.6em; }

h3.post_title a:link, h3.post_title a:active, h3.post_title a:visited {
 color: #999933;
}
h3.post_title a:hover {
 color: #CCFF66;
}

.post .entry {
 font-size: 1.2em;
}

.post small, .postmetadata {

}

.postmetadata {
 padding: 10px 10px;
 border: 1px solid #333;
}
.postmetadata a:link, postmetadata a:active, postmetadata a:visited {
 text-decoration: none;
}
.postmetadata a:hover {
 text-decoration: underline;
}

a:link, a:active, a:visited {
 color: #fff;
 background: inherit;
 text-decoration: underline;
}

a:hover {
 color: #ccc;
 background: inherit;
 text-decoration: none;
}

a img { border: 0; }

.clr { clear: both; }

.c { text-align: center; }
.r { text-align: right; }

.large { font-size: 14px; }


/* WORDPRESS */

/*#menu-vertical ul {  }
#menu-vertical li {  }
#menu-vertical ul li {  }
*/
/*
#sidebar ul ul ul li { display: none; }
#sidebar ul ul ul ul ul li { display: none; }
#sidebar ul li.current_page_item ul ul ul ul li { display: block; }
*/

/*
#menu-vertical ul ul ul li {attributes}
#menu-vertical {attributes}
#menu-vertical ul {attributes}
#menu-vertical ul li {attributes}
*/

#sidebar .current_page_item a:link,
#sidebar .current_page_item a:active,
#sidebar .current_page_item a:visited {
 color: #99CC00;
 /*background: #fff;*/
}