body{
  background: #600 repeat-x;
}

a{
  color: white;
}

hr {
  border-color: red;
  background-color: red;
}

a:hover{
  color: red
}

#content{
  padding: 15px;
}

#main{
  margin-top: 1em;
  width: 850px;
  border: 0;
}

#header h1{
  height: 394px;
}

#header #navigation{
  border: 0;
}

#header #navigation ul{
  margin: 0;
  padding: 6px 0;
  border-bottom: 2px solid red;
  border-top: 2px solid red;
}

#header #navigation ul li{
  margin: 0 10px;
}

#content, #footer{
  background-color: #121212
}

#footer{
  margin-top: 0;
  border: 0;
  padding-top: 0;
}

#statement{
  background-color: red;
  color: black;
  font-size: .7em;
  font-weight: bold;
  margin-bottom: 15px;
}

#content {
  padding: 15px 10px;
}

#content a{
  text-decoration: underline;
}

#content strong{
  color: red;
}

#language_flags{
    background-color: transparent;
}

/* collection */

.collection {
  width: 830px;
  margin: 0 auto;
}

.collection h1{
  font-size: 1.3em;
  color: white;
}

.collection h1 a{
  color: white;
}

.collection h1 a:hover{
  color: red;
}

.collection h2{
  color: #eee;
  font-size: 1.1em;
}

.collection .content .media{
  padding: 10px 0;
}

.collection .content .media a{
  margin: 0;
}

.collection h3{
  color: #eee;
  font-size: 1em;
}

.medium{
  margin:3px;
padding:3px;
}

.medium h3, .medium h4{
  padding: 0 10px;
}


.model_left{
  float: left;
}

.model_left .model_one_preview{
  width: 250px;
  height: 333px;
  overflow: hidden;
}

.model_left .name{
  border: 2px solid red;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin-top: 5px;
}

.model_right{
  width: 515px;
  border: 2px solid red;
  float: left;
  margin-left: 20px;
  height: 356px;
  overflow: auto;
  padding: 10px;
  text-align: justify;
}

.model_preview{
    float: left;
}


.show_some_collections {
  text-align: center;
  border: 1px solid white;
  background-color: #222;
  padding-bottom: 15px;
}

.show_some_collections ul {
  margin-left: 100px;
}

#bannerexchange {
  margin: 0 0 15px 0;
}

.meta ul li {
  background: #121212;
  border-color: red;
}
