/* CSS Document */
body{ background: #484848; color: #EAEAEA; }

a{color: #cccc66; border-bottom: 1px dashed #eaeaea; text-decoration: none}
a:hover{border-bottom: none; color:#ccc}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {border-bottom: none; color: #ddd}
h1:hover a, h2:hover a, h3:hover a, h4:hover a, h5:hover a, h6:hover a {
    border-bottom: 1px dashed #ccc;
}

#header, #footer {background: #393939; }
#header {padding: 20px 0px}
#footer{ padding: 20px 0px;}

#header h3, #header h1{margin:0;padding:0; line-height: 1.1em;}
#header h3{font-size: .9em; font-weight: normal}
#header span{color: #cccc66;font-style: italic}

.right {text-align: right}
.center {text-align: center}

#header a, #footer a{ color: #eaeaea;border-bottom: none;  text-decoration: none;}
#header a:hover, #footer a:hover{
    color: #cccc66;
    border-bottom: 1px dashed #eaeaea;
}
#header .title{border-right: 1px solid #555}

ul,li{margin: 0;}
#nav {float:right}
#nav li{list-style: none; float: left; margin-left: 10px}
#nav li a{display:block; padding: 8px 32px; border-bottom: none; background: #262626}
#nav li a:hover{border:none; background: #ccc;color:#333}

#main {padding: 20px 0;}

.margin-t10{margin-top: 10px}
.margin-t20{margin-top: 20px}
.margin-t30{margin-top: 30px}
.margin-t50{margin-top: 50px}

.box {background: #343434; padding: 10px;}

.addthis_default_style a{
    border: none;
}
