@import url(reset.css);
body {
  font-family: Georgia, serif;
  font-size: 100%;
  color: #232323;
  line-height: 110%; }

a {
  color: inherit; }

.u a {
  text-decoration: underline; }

.u_on_hover a:hover {
  text-decoration: underline; }

a.trans {
  -webkit-transition-duration: 0.5s;
  -webkit-transition-property: color;
  -webkit-transition-timing-function: ease-out; }

a.trans:hover {
  -webkit-transition-duration: 0; }

p {
  font-size: 0.8em; }

h2 {
  font-size: 1.8em; }

dl dt {
  font-size: 1.8em;
  font-style: italic; }
dl dd {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  margin-left: 1em;
  margin-right: 1em; }

.container {
  width: 960px;
  margin: 0 auto; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.clear {
  clear: both; }

.rounded {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.rounded_bottom {
  border-radius-bottomright: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-radius-bottomleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px; }

.rounded_right {
  border-radius-bottomright: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-radius-topright: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px; }

.rounded_left {
  border-radius-bottomleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-radius-topleft: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px; }

.logo_text {
  font-size: 38px;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  text-shadow: -3px 2px 3px #949494; }

.shadow {
  -webkit-box-shadow: 0 2px 3px #949494;
  -moz-box-shadow: 0 2px 3px #949494; }

.fancy_heading {
  font-style: italic; }

.highlight {
  color: #b90000; }

#notice,
#error {
  padding: 10px 50px; }

#notice {
  background: #b90000;
  color: #fff; }

#error {
  background: yellow;
  color: red; }

#header_bg {
  background: #b90000;
  padding: 7px 0;
  height: 37px;
  margin-bottom: 50px; }
  #header_bg #header {
    color: #fff; }
    #header_bg #header #logo {
      width: 530px;
      height: 40px; }
      #header_bg #header #logo h1.logo_text {
        text-shadow: -3px 2px 3px #890000;
        padding: 7px 0; }
    #header_bg #header div#login {
      position: relative;
      font-size: 130%;
      width: 400px;
      height: 40px;
      margin: 7px 10px;
      float: right; }
      #header_bg #header div#login a {
        text-decoration: underline; }
      #header_bg #header div#login ul li {
        display: inline; }
      #header_bg #header div#login #login_hidden {
        padding: 7px;
        background: #b90000;
        position: absolute;
        top: 34px;
        left: 0px; }
      #header_bg #header div#login #login_link {
        width: 45px;
        height: 24px;
        margin: 8px 10px; }
      #header_bg #header div#login .login {
        padding: 3px;
        color: #232323;
        font-style: italic;
        font-family: Georgia, serif;
        background: #fff;
        font-size: 70%;
        border: none;
        text-decoration: none; }
        #header_bg #header div#login .login:hover {
          color: #b90000; }

#footer_bg {
  background: #ccc;
  height: 300px;
  margin-top: 200px; }
  #footer_bg #footer {
    padding: 25px 0; }
    #footer_bg #footer #footer_left {
      width: 360px;
      margin: 25px 0;
      padding: 0px 10px; }
      #footer_bg #footer #footer_left img {
        border: 1px solid #fff; }
      #footer_bg #footer #footer_left h3 {
        color: #fff;
        margin: 20px 0; }
      #footer_bg #footer #footer_left p {
        width: 220px;
        float: right;
        font-size: 0.7em; }
        #footer_bg #footer #footer_left p a {
          text-decoration: underline; }
    #footer_bg #footer #footer_right {
      width: 360px;
      margin: 25px 0;
      padding: 0px 10px;
      float: right; }

#front_news,
.grey_border_box {
  width: 460px;
  height: 360px;
  text-overflow: hidden;
  margin-left: 10px;
  padding: 10px;
  border: 10px solid #ccc; }

#logo_box {
  width: 400px;
  height: 220px;
  margin-left: 80px;
  margin-bottom: 40px;
  margin-right: 10px;
  float: right; }

#small_logo_box {
  width: 220px;
  height: 121px;
  float: right; }

#home_menu {
  float: right;
  text-align: right;
  width: 300;
  margin: 40px; }
  #home_menu p {
    color: #ccc;
    font-style: italic;
    margin-top: 10px; }
  #home_menu h3 {
    color: #666;
    font-size: 20px;
    font-style: italic;
    margin-top: 30px; }
  #home_menu a {
    -webkit-transition-duration: 0.5s;
    -webkit-transition-property: color;
    -webkit-transition-timing-function: ease-out; }
  #home_menu a:hover {
    color: #b90000; }

#home_column {
  width: 240px;
  margin: 130px 350px;
  padding: 10px;
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4; }
  #home_column h3 {
    font-style: italic;
    color: #666;
    text-align: center; }
  #home_column .project_body {
    width: 220px; }
  #home_column #footer {
    text-align: center;
    color: #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-property: color;
    -webkit-transition-timing-function: ease-out; }
    #home_column #footer:hover {
      color: #232323; }

#home_footer {
  margin-top: 20%;
  background: #f4f4f4;
  color: #ccc;
  text-align: center;
  padding: 5px 0;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-property: background;
  -webkit-transition-timing-function: ease-out; }
  #home_footer:hover {
    background: #fff; }
    #home_footer:hover a {
      color: #c90000;
      -webkit-transition: color 0.5s ease-out; }
  #home_footer a:hover {
    color: #000;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-property: color;
    -webkit-transition-timing-function: ease-out; }
  #home_footer p {
    margin: 10px 0; }

#front_intro {
  width: 400px;
  margin-left: 80px;
  margin-right: 10px;
  float: right; }
  #front_intro h2 {
    font-size: 1.8em;
    font-style: italic; }
  #front_intro p {
    margin-top: 10px;
    padding-left: 10px;
    color: #ccc;
    font-size: 22px;
    line-height: 24px; }

#new_here_holder {
  background: #ccc;
  padding: 25px 0;
  margin-top: 60px;
  margin-bottom: 40px; }
  #new_here_holder #new_here {
    padding: 0 10px; }
    #new_here_holder #new_here h2 {
      color: #232323;
      font-size: 2.2em;
      font-weight: 400; }

#front_blog {
  width: 400px;
  height: 800px /*arbitarty*/;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 20px;
  float: right;
  border-left: 1px solid #f4f4f4; }
  #front_blog .article_title {
    font-size: 26px;
    line-height: 28px; }
  #front_blog .excerpt {
    font-size: 18px;
    line-height: 22px;
    border-left: #b90000 1px solid;
    padding: 0 30px;
    margin: 20px 10px; }
  #front_blog .more {
    margin-bottom: 100px; }
  #front_blog .more a {
    font-size: 16px;
    font-style: italic;
    padding: 2px 4px;
    margin-left: 30px;
    background: #a90000;
    color: #fff; }
    #front_blog .more a:hover {
      font-style: normal; }

.min-width {
  min-width: 960px; }

#project_sort {
  width: 160px;
  margin-left: 310px;
  margin-bottom: 25px;
  font-size: 0.8em;
  background: #ccc;
  color: #666; }
  #project_sort a {
    color: #fff; }
  #project_sort a.selected {
    font-weight: 800; }
  #project_sort a:hover {
    text-decoration: underline; }

.project_name,
#project_name {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 7px;
  padding-bottom: 10px;
  width: 400px;
  background: #a90000;
  color: #fff;
  font-size: 26px; }

#project_name {
  width: 600px; }

.project_body,
#project_body {
  margin-bottom: 130px;
  margin-top: 13px;
  margin-left: 10px;
  margin-right: 140px; }
  .project_body .project_about,
  #project_body .project_about {
    margin-bottom: 30px;
    font-style: italic;
    color: #666;
    font-size: 16px; }
  .project_body .project_type,
  #project_body .project_type {
    text-align: center; }
  .project_body .project_description,
  #project_body .project_description {
    font-size: 22px;
    line-height: 24px; }
    .project_body .project_description p,
    #project_body .project_description p {
      margin-top: 30px; }
  .project_body .about,
  #project_body .about {
    margin-top: 15px;
    color: #ccc;
    text-align: justify; }
  .project_body .tracks,
  #project_body .tracks {
    float: right;
    width: 220px;
    margin-left: 20px;
    text-align: right; }
    .project_body .tracks div,
    #project_body .tracks div {
      margin-bottom: 15px;
      padding-bottom: 5px;
      border-bottom: 1px solid #f4f4f4; }
    .project_body .tracks a,
    #project_body .tracks a {
      font-size: 12px; }

.project_body {
  width: 400px; }

#project_body {
  width: 600px;
  margin-top: 25px; }
  #project_body #large_thumbnail {
    float: left; }

.download,
.download_home {
  margin-top: 3px; }
  .download a,
  .download_home a {
    padding: 1px 4px;
    background: #e1e1e1;
    color: #232323; }
    .download a:hover,
    .download_home a:hover {
      background: #666;
      color: #fff; }
  .download a.premium_project,
  .download a.premium_post,
  .download_home a.premium_project,
  .download_home a.premium_post {
    background: #b90000;
    color: #fff; }

.download_home {
  font-style: italic;
  font-weight: 800;
  color: #666; }

.more_songs {
  text-align: right; }
  .more_songs a {
    font-size: 16px;
    font-style: italic;
    padding: 2px 4px;
    margin-left: 30px;
    background: #a90000;
    color: #fff; }
    .more_songs a:hover {
      font-style: normal; }

#friends_signup h2,
#login_form h2,
.profile_form h2 {
  margin: 15px; }
#friends_signup h3,
#login_form h3,
.profile_form h3 {
  margin: 15px; }
#friends_signup ul,
#login_form ul,
.profile_form ul {
  margin: 10px; }
  #friends_signup ul li,
  #login_form ul li,
  .profile_form ul li {
    list-style: disc inside;
    margin: 5px 0; }
#friends_signup p,
#login_form p,
.profile_form p {
  margin: 10px; }
#friends_signup fieldset,
#login_form fieldset,
.profile_form fieldset {
  text-align: right;
  width: 80%;
  padding: 5px;
  margin: 10px auto;
  background: #f4f4f4; }

#friends_signup {
  height: 500px; }

#login_form,
.profile_form {
  width: 800px;
  margin: 0 auto; }
  #login_form p,
  .profile_form p {
    font-size: 2em;
    margin: 15px; }
  #login_form input,
  .profile_form input {
    font-size: 0.8em; }

.profile_form label {
  display: block; }
.profile_form input {
  margin-top: 10px;
  margin-bottom: 10px; }

#avatar_profile {
  margin-top: 20px;
  margin-bottom: 40px; }

#qanda p {
  font-size: 1em; }
#qanda #qanda_form label {
  font-size: 2em; }

.action_btn {
  background: #b90000;
  border: none;
  padding: 5px;
  color: #fff; }
  .action_btn:hover {
    color: #b90000;
    background: #fff; }

.errorExplanation {
  background: #fff; }
  .errorExplanation h2 {
    font-size: 1em; }

.fieldWithErrors label {
  font-size: 0.8em; }
.fieldWithErrors input {
  border: 1px solid red; }

#signup_faqs {
  margin: 50px 0; }
  #signup_faqs dl {
    margin: 20px 0; }
  #signup_faqs ul li {
    list-style: disc inside;
    margin: 5px 0; }

#preferences p {
  font-size: 20px; }

#profile-form,
#qanda,
#preferences {
  margin: 50px auto; }

/* Posts */
/* Comments */
.avatar {
  width: 80px;
  height: 80px;
  background: #b90000;
  border: #b90000 solid 3px; }

/* Admin */
div.admin_form form {
  width: 600px;
  margin: 100px auto; }
  div.admin_form form p {
    margin: 10px 0; }
