/* @override 
	http://localhost/archipel/style.css
	http://www.archipel.cc/stylesheets/style2.css
*/

/* @group global */

body {
  font: 11px Helvetica, Geneva, sans-serif;
  color: #333;
  line-height: 12px;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
}

a {
  font-size: 11px;
  font-weight: normal;
  color: #333;
  text-decoration: none;
}

img {
  border: 0;
}

h1, h2, h3, h4, h5 {
  font-size: 1em;
  font-weight: normal;
  color: #333;
  padding: 0;
  margin: 0;
  text-align: left;
}

p {
  margin: 0;
  padding: 0;
  color: black;
  text-align: left;
}

strong, b {
  font-weight: bold;
}

/* @end */

/* @group structure */

#container {
  width: 656px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 100px;
/*	border: 1px solid red; */
}

#nav {
  width: 100px;
  float: left

;
/*	border: 1px solid blue; */
}

#body {
  width: 520px;
  margin: 65px 0 0 130px;
}

.content {

}

#logo {
  border: 0px;

  padding: 20px 0;  
}

#header {
  width: 510px;
/*  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0; */
  height: 100px;
}

/* @end */

/* @group nav */

.content {
  min-height: 300px;
}

#main_menu {
  margin: 112px 0 0 0;
  text-align: left;
  width: 120px;
}

#main_menu li {
  margin: 4px 0 0 0;
}

#main_menu a {
  display: block;
  padding: 1px;
  color: #666;
  text-transform: uppercase;
}

#main_menu a:link,
#main_manu a:visited {
  color: #666;
}

#main_menu a:hover, 
#main_menu a:active, 
#main_menu .active {
  color: #404040;
  background-color: #fff100;
}

/* @end */

/* @group content */

.content {
  margin: 9px 0 0 0;
  text-align: center;
}

#home.content {
  
}

#splash {
  margin: 0;
  padding: 0;
  /*border: 1px solid blue; */
  width: 510px;
}

h2, #blog h3, #radio h3 {
  font-size: 1.1em;
  font-weight: bold;
  border-bottom: 1px solid #aaa;
  padding: 4px 0;
  margin: 15px 10px 0px 0;
}

h3 a {
  font-size: 1.1em;
  font-weight: bold;  
}

h4 {
  margin-top: 3px;
}

#blog p, #radio p {
  margin: 15px 10px 15px 0;
}

#blog p a, #radio p a, #team p a {
  color: #404040;
/*  background-color: #fff100; */
  text-decoration: underline;
  font-weight: bold;
}

#blog a:hover, #radio a:hover, #team a:hover {
  color: #fff100;
  background-color: #404040;
}

#blog ol {

}  
#blog li {
  margin-left: 20px;
  list-style-type: decimal;
  list-style-position: outside;
  opacity: 1;
}

/* @group Team */

#team li {
  margin: 0 0 10px 0;
}

#list_1 {
  float: left;
  width: 50%;
}

#list_2 {
  width: 100%;
}

/* @end */

/* @group Releases */

#cover {
  text-align: center;
  margin: 10px 0;
  height: 510px;
  width: 510px;
  background-color: #ccc;  
}

#cover img {
  width: 510px;
  height: 510px;
}

#covers {
  min-height: 390px;
}

.cover {
  float: left;
  padding: 0 10px 10px 0;
  width: 120px;
  height: 120px;
}

#info {
  clear: both;
  text-align: right;
  height: 24px;
  width: 510px; 
}

#release_info {
  float: left;
  text-align: left;
}

.pages {
  line-height: 36px;
}

#videos {
  text-align: center;
  padding: 20px 0;
}

#details {
  margin: 10px 0;
  padding: 15px 50px;
  background-color: #414141;
  color: #fff;
  width: 410px;
}

#details p {
  margin: 10px 0;
  color: #fff;
  width: 380px;
}

#details a {
  color: #fff100;
}

#actions {
  width: 100px;
  float: right;
  margin-right: 10px;
}

#actions li {
  text-align: right;
  margin: 0 0 4px 0;
}

#actions a {
  width: 100px;
  height: 20px;
  display: block;
  text-align: center;
  background-image: url(../Images/button_back.gif);
  color: white;
  line-height: 21px;
  font-size: 11px;
}

#actions a:hover {
  background-position: 0 20px;
  color: #414141;
}

#tracks {
  width: 66%;
  min-height: 60px;
}

#tracks li {
  padding: 5px 5px 5px 15px;
  background: url(../Images/dot.jpg) no-repeat;
}

/* @end */

/* @end */

/* @group footer */

#footer {
  border-top: 1px solid #404040; /* #a0a0a0;	*/
  margin: 0;
  clear: both;
  width: 510px;

}

#footer fieldset {
  margin-top: 10px;	
  padding: 13px 50px;
  background-color: #777; /* #414141; */
}

#footer p {
  color: #fff;
  margin: 10px 0;
}

#footer .txt_field {
  width: 140px;
}

#footer input {
  padding: 2px;
}

/* @end */