@charset "utf-8";
/* CSS Document */

*, html {
margin: 0;
padding: 0;
}
body {
font: 11px/16px Verdana, sans-serif;
color: #FFF;
background-color: #080808;
background-image: url(../images/bg_body.jpg);
background-repeat: no-repeat;
background-attachment:fixed;
background-position: bottom left;
}
.mainmenu {
position: absolute;
top: 175px;
left: 60px;
width: 180px;
}
#content {
position: absolute;
top: 170px;
left: 290px;
width: 700px;
}
ul.mainmenu {
list-style-type: none;
text-align: center;
border-top: 1px solid #57576b;
}
ul.mainmenu li a{
text-decoration: none;
font-size: 12px;
line-height: 25px;
border-bottom: 1px solid #57576b;
display: block;
}
ul.mainmenu li a:hover {
border-bottom: 1px solid #FFF;
background: #080808;
}
h1 {
position: absolute;
left: 60px;
top: 50px;
height: 58px;
width: 455px;
background: url(../images/jack_rubinacci.png) no-repeat;
}
h1 span {
margin-left: -2000px;
}
.dice {
margin-bottom: 30px;
}
.dice li {
display: inline-block;
padding: 50px 15px 20px 0px;
text-align: center;
}
.five {
background: url(../images/dice_six.png) no-repeat 35% 0%;
}
.six {
background: url(../images/dice_five.png) no-repeat 35% 0%;
}
h2 {
font-weight: normal;
font-size: 16px;
line-height: 22px;
margin-bottom: 20px;
}
h2 strong {
font-size: 20px;
}
a {
color: #FFF;
}
p {
margin-bottom: 7px;
}
.article_list {
margin-bottom: 30px;
}
a.information_link {
background: #000!important;
}
.cell {
float: left;
margin: 0 5px 5px 0;
}
object {
display: block;
margin: 10px 0;
}
.comments-wrapper {
padding: 10px;
margin: 20px 0px;
border: 1px solid;
}
.comments-wrapper p {
margin-bottom: 5px;
}
.comments-wrapper label {
width: 50px;
float: left;
text-align: right;
padding: 0px 10px 0px 0px;
}
.button {
margin: 0px 0px 0px 30px;
}
.list_concert, .comment {
padding: 5px 0px;
border-bottom: 1px solid #dcdcdc;
}
