/* CSS Document */

/*---------------------  Global  ----*/

* {
margin: 0;
padding: 0;
}

body, html {
margin: 0;
padding: 0;
background:#ccffff url(http://sloww.org/img/sm_background.gif) repeat-x top left;
font-family:Gill Sans, Verdana, Arial, Helvetica, sans-serif;

}

body {
min-width:500px;
}

div#wrapper {

margin: 0 auto;
margin-top: 20px;
width: 700px;
background:#FFFFFF;
border:#ccdddd 1px solid;
margin-bottom: 20px;
}

a:link {
text-decoration:none;
color:#528380;
border-style: none;
border:0;
}

img {
border: 0;
border-bottom-style: none;
}

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

a:hover {
outline-color:#000000;
}


/*---------------------  Forms  ----*/

#form strong {
color:0e2130;
margin-left: 3px;
font-size:18px;
}

div#formnote {
font-size: 10px;
margin-top:2px;
color:#666666;
}

#form textarea {
margin-top: 3px;
}

/*---------------------  Header  ----*/

div#header {
padding-top:15px;
padding-bottom: 10px;
padding-left: 20px;
}

#header span {
font-size: 36px;
font-weight:bold;
padding-left:5px;
padding-bottom: -3px;
}

#header h2 {
font-size: 16px;
height: 14;
margin-top: 3px;
margin-bottom: 0px;
margin-left: 6px;
padding: 0;
color:#0e2130;
font-style:italic;
}

#header h3 {
font-size: 10px;
font-weight:lighter;
margin-top: 2px;
}

#header img {
}

/*--------------------- Top Nav  ----*/

div#topnav {
background:#0e2130 /*url(http://slowedmotion.com/img/sm_navbackground.gif) repeat-x top left*/;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 15px;
margin-bottom: 8px;
border-top:#94bdc1 solid 2px;
border-bottom:#94bdc1 solid 2px;
}

#topnav a:link {
color: #FFFFFF;
}

#topnav a:visited {
color: #FFFFFF;
}

#topnav a:hover {
color:#528380;
}

#topnav li {
display:inline;
color: #ffffff;
font-size: 12px;
margin-right: 15px;
}


/*---------------------  Main Content ----*/

div#main {
float: left;
width: 480px;
padding: 0px;
margin-left: 20px;
margin-top: 20px;
background:#ffffff;
}


#main h1 {
font-size:22px;
color:#0e2130;
padding-bottom: 5px;
padding-left: 3px;
}

div#mainitem {
background:#000000;
}

div#mainsumm {
padding: 15px;
background-color:#0e2130;
margin-bottom: 35px;
color:#FFFFFF;
}

div#mainsummextra {
font-size:10px;
/*border-top:#94bdc1 solid 1px; */
background-color:#000000;
margin:5px;
padding:3px;
}

#mainsummextra li {
display:inline;
margin-right: 50px;
}


#main emphasis {
font-style:italic;
}

div#success {
text-align:center;
font-size: 24px;
font-style:italic;
margin-top: 24px;
}

div#userinfo {
margin-left:30px;
border:#CCCCCC 2px;
}

/*---------------------  Comments  ----*/

div#comment {
background: #CCCCCC;
border:thick;
}

div#commenthead {
background: #555555;
}

#commenthead span {
float:right;
}

div#maincomment {
}

/*---------------------  Sideshow  ----*/

div#sideshow {

float: right;
width: 130px;
padding: 0px;
margin-top: 20px;


}

#sideshow h1 {
font-size:large;
text-align:center;
}

#sideshow ul {
list-style:none;
}

#sideshow li {
bottom-margin: 3 px;
}

#sideshow a {

}

div#sidebox {
}
/*---------------------  Footer ----*/

div#footer {
color:;
clear:both;
text-align:center;
font-size: 10px;
font-size: small;
padding-bottom: 10px;
padding-top: 30px;
}

#footer A:link {
border:0;
border-style: none;
color:#000066;
text-decoration:none;
}

/*--------------------- God Damn IE ----*/


/* End of Document*/