body {
    color: #fff;
}
.container {
    width: 764px;
    margin: 0 auto;
}
#header {
    border-bottom: 2px dotted #fbff08;
    padding: 50px 0 30px;
}
.rounded {
    -moz-border-radius: 10px;
    -webkit-border: 10px;
}
.rounded-top {
    -moz-border-radius-topleft : 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
}
#head-content {
    padding:20px 20px 0;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    height: 92px;
    width: 278px;
}
#content {
    margin-top: 10px;
}
#content h2 {
    font-size: 25px; line-height: 28px; margin-bottom: 2px;
}
#content h1 {
    color: #fafe07;
}

#article, #footer {  
    width: 438px;
    float: left;
    margin-right: 10px;
}
.article-item {
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    margin-bottom: 1px;
    padding: 10px 20px 5px;
    overflow: auto;
}
.article-item img.ff_main {
  float:  right;
}
#foot {
    padding-top: 10px;
}

#foot hr {
    width: 438px;
    border: 0;
    border-bottom: 2px dotted #fbff08;
    text-align: left;
    margin: 0 0 10px;
}

#footer {
    width: 178px;
    padding: 20px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

#sidebar {
    width: 276px;
    float: left;
}
#contact {
    padding-top: 30px;
}
#sidebar h1 {
    color: #f08900;
        font-size: 22px;
}
#sidebar h2 {
    color: #fafe07;
    margin-top:43px;
}
#sidebar h3, #sidebar p {
    font-size: 11px; line-height: 15px;
}
#sidebar a h3 {
    color: #fafe07;
    text-decoration: underline;
}
.side-content {
    width: 120px;
    float: left;
}
.normal-weight {
    font-weight: 100;
}
.sidebar-item {
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    padding: 20px;
    margin-bottom: 10px;
}
.sidebar-item img {
    margin:25px 0 0 15px;
}
.sidebar-item img.ff {
    margin:2px 0 0 25px;
}
/*
    TYPO
*/
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 300;}

/* HEADINGS */
h1 { font-size: 25px; line-height: 25px; margin-bottom: 2px; }
h2 { font-size: 20px; line-height: 20px; }
h3 { font-size: 11px; line-height: 15px; }
h4 { font-size: 7px; line-height: 10px; }
h5 { font-size: 7px; line-height: 10px; }
h6 { font-size: 7px; line-height: 10px; }

/* TEXT ELEMENTS */
p { margin-bottom: 10px; font-size: 12px; line-height: 20px; }
ol { list-style-type: decimal; }
dl dt { font-weight: bold; }
dl dd { padding-left: 5px; }
abbr, acronym { text-decoration: underline; }
a { color: #009; text-decoration: underline; }
a:hover { text-decoration: underline; }
blockquote { margin: 20px 0; padding-left: 10px; }
dfn { font-style: italic; font-weight: bold; }
pre, code { margin: 20px 0; white-space: pre; }
pre, code, tt { font: 10px monospace; line-height: 20px; }
tt { display: block; margin: 20px 0; line-height: 20px; }

.input-label, textarea {
    font-size: 12px;
}

/* TABLES */
table { margin-bottom: 20px; }
th,td { padding: 5px 10px 5px 0; }

a, .article-item h3 {
    color: #fbff08;
}
.article-item h3 {
    font-size: 15px;
}

/*
    Navigation
*/
#nav {

}

#nav ul {
    list-style-type: none;
    text-align: center;
}

#nav ul li {
    display: block;
    float: left;
    padding: 0px 12px;
    text-align: center;
    margin: 8px 0;
    padding: 3px 10px 3px 0;
}

#nav ul li.last {
    border-right: none;
}

#nav ul li a {
    color: #f38900;
    display: block;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}
#nav ul li a:hover {
    color: #00a0c6;
}
