body {
    background-image: -moz-linear-gradient(top, #111111, #333333);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#111111), to(#333333));
    background-color: #222222;    
    background-attachment: fixed;
    margin:0;
    padding:0;
    text-align:center;
    color: black;
    font-family:verdana,arial,sans-serif;
}
/*TODO: IE
a {
color:#a00;
}*/
a:link {
color:#a00;
text-decoration: underline;
}
a:visited {
color:#500;
}
a:hover {
color:#f00;
}
a:active {
color:#c00;
}
b, strong, .b {
font-weight:bold;
}
i, em, .i {
font-style:italic;
}
u, .u {
text-decoration: underline;
}
big, .big {
font-size:14pt;
}
small, small {
font-size:10pt;
}

blockquote, .blockquote { /*TODO: next*/
display: block;
padding:0;
margin: 16px 40px;
font-weight:normal;
font-style:italic;
}
/*TODO: next
center {
}*/
code, .code{
font-family: monospace;
}
s, strike, del, .s{
text-decoration: line-through;
}

del {
background-color: #ffd0d0;
}

h1 {
 display: block;
 font-size: 30pt;
 font-weight: bold;
 margin: 22px 0;
}

h2 {
 display: block;
 font-size: 27pt;
 font-weight: bold;
 margin: 22px 0;
}

h3 {
 display: block;
 font-size: 23pt;
 font-weight: bold;
 margin: 22px 0;
}

h4 {
 display: block;
 font-size: 20pt;
 font-weight: bold;
 margin: 22px 0;
}

h5 {
 display: block;
 font-size: 17pt;
 font-weight: bold;
 margin: 22px 0;
}

h6 {
 display: block;
 font-size: 14pt;
 font-weight: bold;
 margin: 22px 0;
}

hr {
margin: 8px;
height: 1px;
border: 0 none;
background-color: black;
}

a img {
border: 0 none;
outline: 0 none;
}
a:active img {
border: 0 none;
outline: 0 none;
}

ins {
background-color: #ff0;
text-decoration:none;
}

legend {
  padding-left: 5px;
  padding-right: 5px;
  border: none;
  white-space: nowrap;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  border: 1px solid black;
}

fieldset {
  display: block;
  margin: 5px 2px;
  padding: 5px 10px 12px;
  border: 1px solid black;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius: 10px;
}

label {
  cursor: default;
}

ul {
  display: block;
  list-style-type: disc;
  margin: 1em 0;
  padding-left: 40px;
}

ol {
  display: block;
  list-style-type: decimal;
  margin: 1em 0;
  padding-left: 40px;
}

li {
  display: list-item;
}

ul ul {
  list-style-type: circle;
  margin: 0;
}
ul ul ul {
  list-style-type: square;
}
ul ul ul ul {
  list-style-type: disc;
}

ol ol {
  list-style-type: lower-alpha;
  margin: 0;
}
ol ol ol {
  list-style-type: lower-roman;
}
ol ol ol ol {
  list-style-type: decimal;
}


p {
display: block;
margin: 1em 0;
}

pre, .pre {
  display: block;
  font-family: monospace;
  margin: 1em 0;
}
/*TODO: ie*/
q:before {
  content: '"';
}

q:after {
  content: '"';
}

.center {
	text-align: center
}

span.center,div.center,img.center {
	display: block
}

img.center {
	margin-left: auto;
	margin-right: auto
}








#header {
    background-image:url("tophead.jpg");
    margin:0 auto;
    width:970px;
    height:99px;
}

#nav {
    -moz-border-radius:4px 4px 10px 10px;
    -webkit-border-radius:4px 4px 10px 10px;
    border-radius:4px 4px 10px 10px;
    background: url("navbar.png");
    font-family:verdana,arial,sans-serif;
    font-size:16px;
    line-height:30px;
    margin:0 auto;
    padding:0 10px;
    text-align:left;
    width:970px;
    position: relative;
    height: 30px;
}
#nav ul {
    list-style:none outside none;
    margin:0;
    padding:0;
}
#nav li {
    -moz-user-select:none;
    -webkit-user-select:none;
    user-select:none;
    cursor:default;
    display:inline-block;
    position:relative;
    text-align:center;
    width:100px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    margin:0;
}
#nav>ul>li>a {
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}
#nav>ul>li.parent>a {
    -moz-border-radius:10px 10px 0 0;
    -webkit-border-radius:10px 10px 0 0;
    border-radius:10px 10px 0 0;
}
#nav a {
    color:black;
    text-decoration:none;
    width: 100%;
    display: inline-block;
    height: 100%;
}
#nav ul ul a {
    color:white;
    display:inline-block;
    padding:0 4px;
    width:142px;
}
#nav ul ul {
    -moz-border-radius:0 4px 4px 4px;
    -webkit-border-radius:0 4px 4px 4px;
    border-radius:0 4px 4px 4px;
    background-repeat: repeat-x;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.88);
    background-image: url("bgradient.png");
}
#nav ul ul ul {
    background-image: none;
    left:150px;
    top:-2px;
}
#nav li > ul {
    display:none;
    left:0;
    padding:2px;
    position:absolute;
    text-align:left;
    z-index:3;
    font-size: 14px;
    top: 30px;
}
#nav li li {
    display:block;
    line-height:24px;
    text-align:left;
    width:150px;
}
#nav li li:hover {
    background-image:url("navhover.png");
    color:black;
}
#nav>ul>li:hover>a {
    background:none repeat scroll 0 0 #000000;
    color: white;
}
#nav li:hover > ul {
    display:inline-block;
}
#nav li.sep {
    background:none #777;
    height:1px;
    margin:2px 2px;
    width:146px;
    font-size:1px;
}
#nav li.sep:hover {
    background:none #777;
}
#nav form input#search {
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border:1px solid #550000;
    float:right;
    font-size:15px;
    width: 125px;
    height: 18px;
    padding: 0 18px 0 2px;
    position:relative;
    top:-25px;
    font-family:verdana,arial,sans-serif;
}
#nav form input#searchgo {
    position:absolute;
    right:12px;
    top:7px;
}
#body {
    -moz-border-radius:0 0 10px 10px;
    -webkit-border-radius:0 0 10px 10px;
    border-radius:0 0 10px 10px;
-moz-box-shadow:0 20px 20px -20px black inset;
-webkit-box-shadow:0 20px 20px -20px black inset;
box-shadow: 0px 20px 20px -20px black inset;
background-image: url("bodbac.png");
background-color:white;
font-size:12pt;
margin:0 auto;
padding:3px 9px 20px;
text-align:left;
width:952px;
}
#mbody {
display:inline-block;
vertical-align:top;
width:680px;
}
#body #bread {
	margin-bottom: 9px;
	padding-left: 5px;
	font-size: 10pt;
}
#side {
display:inline-block;
height:100%;
margin-left:18px;
width:250px;
}
#side div {
-moz-border-radius:15px 15px 10px 10px;
/*-moz-box-shadow:1px 1px 5px #000000;*/
-webkit-border-radius:15px 15px 10px 10px;
/*-webkit-box-shadow:1px 1px 5px #000000;*/
border-radius:15px 15px 10px 10px;
/*box-shadow:1px 1px 5px #000000;*/
margin:0 5px 10px;
}

#side div div {
margin:0;
}
	
#side div div.wgb {
-moz-border-radius:0 0 10px 10px;
    -webkit-border-radius:0 0 10px 10px;
    border-radius:0 0 10px 10px;
background-color:#EEEEEE;
border-color:#990000;
border-style:solid;
border-width:0 2px 2px;
padding:5px;
}
#side div .wgh {
-moz-border-radius:10px 10px 0 0;
-webkit-border-radius:10px 10px 0 0;
border-radius:10px 10px 0 0;
background:url("navbar.png") transparent;
font-size:14pt;
padding:2px;
text-align:center;
border: 0 none;
}
#bottom {
-moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
background-color:gray;
background-image:url("botbox.png");
background-color:#888888;
font-size:12pt;
line-height:125%;
margin:10px auto;
padding:10px 10px 0;
text-align:left;
width:950px;
}
#bottom a:visited {
color: #a00;
}
#bottom a:hover {
color: #fee;
}
#bottom > img {
float:right;
}
#bottom > div {
text-align:center;
}
.mediaImage{
    display: inline-block;
    height: 110px;
    margin: 11px;
    text-align: center;
    width: 142px;
    position: relative;
    zoom:1;
    *display: inline;
}
.mediaImage a {
    border: 5px solid #666666;
    display: inline-block;
    height: 96px;
    padding: 2px;
    position: relative;
    -moz-transition: border 0.5s;
}
.mediaImage a:hover {
	border: 5px solid #AAAAAA;
}
.mediaImage a img {
    display: block;
}
.mediaImage a span {
    background-image: url('/img/mediagradient.png');
    bottom: 2px;
    color: white;
    display: block;
    font-size: 8pt;
    padding: 3px 2px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 124px;
}
.mediaImage a:hover span {
    padding: 6px 2px;
}
.mediaImageView {
	background-image: url("navhover.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    border: 2px solid #990000;
    border-radius: 10px;
    display: inline-block;
    margin: 20px auto 0;
    padding: 0;
    text-align: center;
    line-height: 22px;
    overflow: hidden;
}
.mediaImageView img {
    display: block;
}
.mediaPageRocker {
    position: relative;
    margin: 0 11px;
}
.mediaPageRocker .mediaPageRockstar {
    position: absolute;
    display: block;
    top: 0;
    right: 23px;
}
.LoginButton {
    width: 150px;
    height: 50px;
    overflow: hidden;
    background: url("../img/OpenID-Blank.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: transparent;
    margin: 6px 3px;
}
.OpenIDBox {
    background-image: url("../img/openid.ico");
    background-position: 3px 2px;
    background-repeat: no-repeat;
    border-color: #D8D8D8;
    border-radius: 5px 0 0 5px;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    margin: 6px 0 0 3px;
    padding: 2px 2px 2px 20px;
    vertical-align: bottom;
    width: 217px;
}
.OpenIDButton {
	/*background: url("img/openid.ico") no-repeat scroll 2px 50%, -moz-linear-gradient(center top , white 8px, #EEEEEE 14px) repeat scroll 0 0 transparent;
    border: 1px solid silver;
    border-radius: 5px 5px 5px 5px;
    height: 22px;
    padding: 0 2px 0 18px;
    width: 72px;*/
    background: url("../img/OpenIDBtn2.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: transparent;
    height: 22px;
    padding: 0 2px 0 18px;
    width: 72px;
}
.GoogleOIDBtn {
    background: url("../img/OpenID-Google.png") no-repeat scroll 0 0 transparent;
}
.YahooOIDBtn {
    background: url("../img/OpenID-Yahoo.png") no-repeat scroll 0 0 transparent;
}
.AolOIDBtn {
    background: url("../img/OpenID-AOL.png") no-repeat scroll 0 0 transparent;
}
.LiveOIDBtn {
    background: url("../img/OpenID-Live.png") no-repeat scroll 0 0 transparent;
}
.FacebookOIDBtn {
    background: url("../img/OpenID-Facebook.png") no-repeat scroll 0 0 transparent;
}
.TwitterOIDBtn {
    background: url("../img/OpenID-Twitter.png") no-repeat scroll 0 0 transparent;
}
.LoginButton:hover, .OpenIDButton:hover {
    background-position: -150px 0px;
}
.LoginButton:active, .OpenIDButton:active {
    background-position: -300px 0px;
}
