/* BASIC ATTRIBUTES*/
body {
  background: #000000;
  /*background: #808080;*/
  color: #000000;
  font-size: 10px;
  font-family: tahoma, verdana, arial;
  overflow-y: scroll;
  
  scrollbar-track-color: #FFFFFF;
  scrollbar-face-color: #FFFFFF;
  scrollbar-highlight-color: #000000;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-shadow-color: #000000;
  scrollbar-arrow-color: #000000;
}

/* ONLYCONTENT */
#onlycontent {
  float: left;
  width: 380px;
  background: #FFFFFF;
}

/* PROFILE DETAIL*/
.pd_mainarea {
  float: left;
  width: 380px;
  background: #d0d0d0;
  padding: 2px;
  border: 1px solid #000000;
}

.pd_photoarea {
  float: left;
  width: 75px;
  padding: 2px;
}

.pd_contentarea {
  margin-left: 4px; 
  float: left;
}

table.profile_items td {
  padding-bottom: 3px;
}

table.profile_items td.item {
  width: 140px;
  font-weight: bold;
  margin-bottom: 2px;
}
/* END OF PROFILE DETAIL */

/* END OF ONLYCONTENT */

table {
  border-collapse: collapse;
}

td, th {
  font-size: 11px;
  font-family: tahoma, verdana, arial;
  vertical-align: top;
}

td.item_name {
  font-weight: bold;
  padding: 0px 10px 0px 0px;
  width: 120px;
}

a {
  color: #C00000;
}

a:hover, a.more:hover {
  text-decoration: none;
}

.more, a.more {
  font-size: 10px;
  font-weight: normal;
  color: #000000;
  text-transform: lowercase;
}

 /* INPUT */
input {
  border: 1px solid black;
  background: #FFFFFF;
  font-size: 11px;
}

input.inputbox_login {
  width: 70px;
  font-size: 10px;
  height: 17px;
}

input.button_login {
  font-size: 10px;
  font-weight: bold;
}

input.form {
  width: 200px;
}

img {
  border: 1px solid #000000; 
}

textarea {
  background: #FFFFFF;
  border: 1px solid #000000;
  font-family: tahoma, verdana;
  font-size: 11px;
}

h1 {
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 3px;
  margin: 0px 0px 14px 0px;
}

h2 {
  font-weight: bold;
  font-size: 15px;
  color: #000000;
  letter-spacing: 3px;
  margin: 0px 0px 5px 0px;
  padding-bottom: 5px;
  width: 75%; 
  border-bottom: 1px solid #000000;
}

h3 {
  font-size: 11px;
  margin: 5px 0px 5px 0px; 
}

p {
  margin: 0px 0px 10px 0px;
}

/* LAYOUT */
.mainarea_tiny, .mainarea_wide {
  position: relative;
  background: #FFFFFF;
  width: 860px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #101010;
  border: 1px solid #101010;
  background-image: url('../images/layout/bgr_mainarea_tiny.png');
  background-repeat: repeat-y;
  
}

.mainarea_wide {
  background-image: url('../images/layout/bgr_mainarea_wide.png');
}

.top_bar {
  float: left;
  width: 100%;
  height: 22px;
  overflow: hidden;
  background: #909090;
  background-image: url('../images/layout/top_bar_guitar.jpg');
  background-position: right bottom;
  background-repeat: no-repeat; 
}

.top_login {
  position: absolute;
  top: 3px;
  right: 3px; 
  height: 17px;
  font-weight: bold;
}

.banner {
  width: 100%;
  float: left;
  height: 103px;
  background: #C00000;
  background-image: url('../images/layout/banner.jpg');
  background-repeat: no-repeat;
}

.leftcol {
  float: left;
  width: 200px;
  margin-right: 3px;
  min-height: 390px;
}

.title_img01 {
  float: left;
  width: 180px;
  padding: 3px 0px 4px 20px;
  color: #d0d0d0;
  background: #000000;
  font-weight: bold;
  letter-spacing: 7px;
  background-image: url('../images/layout/bgr_title.jpg');
  background-repeat: repeat-x;
  background-position: top;
  text-align: left;
}

.img01 {
  float: left;
  width: 200px;
  height: 133px;
  background: #AFAFAF;
  text-align: left;
  overflow: hidden;
}

.vmenu, .usermenu {
  border-top: 1px solid #000000;
  float: left;
  background-image: url('../images/layout/menu.jpg');
  background-repeat: repeat-x;
  background-position: top;
}

.usermenu {
  margin-top: 10px;
  margin-bottom: 60px;
}

a.leftmenu {
  float: left;
  width: 180px;
  padding: 3px 0px 3px 20px;
  color: #000000;
  background: #7E7E7E;
  background-image: url('../images/layout/bgr_menu.jpg');
  background-repeat: repeat-x;
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
  letter-spacing: 2px;
  border-bottom: 1px solid #000000;
  text-align: left;
}

a.leftmenu:hover {
  background: #CD0000;
  background-image: url('../images/layout/bgr_menu_a.jpg');
  color: #FFFFFF;
}

.langs {
  float: left;
  width: 20px;
  text-align: left; 
  margin: 5px 0px 0px 6px;
}

.content_tiny, .content_wide {
  float: left;
  width: 416px;
  font-size: 11px;
  text-align: left;
  line-height: 16px;
  padding: 10px 20px 20px 20px;
  background-image: url('../images/layout/neck.jpg');
  background-position: 417px 0px;
  background-repeat: no-repeat;
  min-height: 250px;
}

.content_wide {
  width: 617px; 
}

.hatches_tiny, .hatches_wide {
  float: left;
  position: relative;
  width: 456px;
  height: 22px;
  background-image: url('../images/layout/hatches.jpg');
  background-repeat: repeat-x;
  background-position: 2px top;
}

.hatches_wide {
  width: 657px;
}

.rightcol {
  float: right;
  width: 200px;
  font-size: 11px;
  border-left: 1px solid #000000;
  background: none;
}

.title_news {
  float: left;
  width: 200px;
  padding: 3px 0px 4px 0px;
  color: #d0d0d0;
  background: #000000;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 7px;
  background-image: url('../images/layout/header_news.jpg');
  background-repeat: repeat-x;
  text-align: center;
}

.news {
  float: right;
  width: 180px;
  padding: 10px;
  text-align: left;
  background-image: url('../images/layout/neck_news.jpg');
  background-repeat: no-repeat;
  background-position: top left;
}

.eol {
  margin-bottom: 0px;
  clear: left;
}

.pagination {
  float: left;
  width: 100%;
  height: 30px;
  text-align: center;
  vertical-align: top;
}

/* MEMBERS */
.member_outer {
  position: relative;
  float: right;
  width: 246px;
  height: 111px;
  background-image: url('../images/layout/gradient_1_grey.jpg');
  background-repeat: repeat-y;
  background-position: right;
  border-right: 1px solid #000000;
  margin-bottom: 10px;
  text-align: right;
}

.member_front_photo {
  float: left;
  width: 246px;
  height: 111px;
  margin-bottom: 10px;
}

.member_inner {
  margin: 10px;
}

.member_instrument {
  float: right;
  margin: 10px 2px 0px 0px;
  letter-spacing: 4px;
  font-weight: bold;
}

.abs_gradient_1_black_top, .abs_gradient_1_black_bottom {
  position: absolute;
  width: 246px;
  height: 1px;
  right: 0px;
  background-image: url('../images/layout/gradient_2_black.jpg');
  background-repeat: no-repeat;
}

.abs_gradient_1_black_top {
  top: 0px;
}

.abs_gradient_1_black_bottom {
  bottom: 0px;
}

.member_desc {
  float: left;
  width: 400px;
  margin:15px 15px 0px 0px;
  text-align: justify;
}

.member_photo {
  float: left;
}

/* CONCERTS, DEMO */
table.concerts {
  width: 100%;
  border: 1px solid #000000;
}

table.concerts th, 
table.demo th {
  background: #C00000;
  border: 1px solid #000000;
  color: #FFFFFF;
}

table.concerts td.when,
table.concerts td.what,
table.concerts td.where {
  padding-top: 5px;
  height: 20px;
  vertical-align: top;
}

table.gamma_fingers td.name,
table.bloody_morning td.name {
  padding-right: 5px;
}

table.demo {
  border: 1px solid #000000;
}

table.demo th.composition {
  width: 150px;
}

table.demo th.time,
table.demo th.size {
  width: 75px;
}

table.demo td.time,
table.demo td.size {
  text-align: center;
}

table.demo td {
  border: 1px solid #000000;
  padding: 2px;
}

table.concerts td.when {
  width: 110px;
  font-style: oblique;
}

table.concerts td.what {
  font-weight: bold;
  width: 200px;
}

table.concerts td.other_bands {
  font-size: 10px;
  padding-bottom: 5px;
}

/* PHOTOGALLERY */
table.photogallery {
  border-collapse: separate;
}

table.photogallery td {
  text-align: center;
}

td.photogallery {
  background: #b0b0b0;
  border: 1px solid #000000;
  text-align: center;
  padding: 2px;
  text-align: center
}

/* GUESTBOOK */
.msg_area {
  float: left;
  width: 615px;
  border: 1px solid #000000;
  background: #DEDEDE;
  padding: 2px;
  margin-bottom: 15px;
}

.msg_photo, .msg_text {
  float: left;
}

.msg_content {
  float: right;
  width: 533px;
}

.msg_header {
  float: left;
  border-bottom: 1px solid #000000;
  width: 531px;
}

.msg_nick {
  float: left;
  font-size: 12px;
  font-weight: bold;
}

.msg_date {
  float: right;
}

.footer {
  clear: both;
  position: relative;
  height: 20px;
  background: #C00000;
  background-image: url('../images/layout/footer.jpg');
  background-repeat: no-repeat;
  background-position: top;
  font-weight: bold;
}

/* PROFILES */
.profile_area {
  float: left;
  width: 77px;
  height: 102px;
  border: 1px solid #000000;
  padding: 2px;
  margin: 2px;
  background: #c5c5c5;
}

.profile_photo {
  float: left;
  width: 100%;
  height: 87px;
  text-align: center;
}

.profile_nick {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 9px;
  overflow: hidden;
}

/* LINKS */
table.links {
  width: 100%;
}

table td.links_item {
  width: 130px;
  font-weight: bold;
}

table td.links_link {
  width: 170px;
}

/* ABSOLUTE DIVs*/
.abs_guitar_outside {
  position: absolute;
  width: 67px;
  height: 90px;
  right: -67px;
  top: 12px;
  background-image: url('../images/layout/guitar_outside.jpg');
}

.abs_guitar_hatches {
  position: absolute;
  width: 194px;
  height: 22px;
  right: 0px;
  top: 0px;
  background-image: url('../images/layout/guitar_hatches.jpg');
  background-repeat: no-repeat; 
}

.abs_guitar_pick {
  position: absolute;
  width: 83px;
  height: 52px;
  left: 15px;
  bottom: 20px;
  background-image: url('../images/layout/guitar_pick_ie.jpg');
  background-repeat: no-repeat;
}

