@charset "UTF-8";

body { margin: 0px auto; padding: 0px; }
body, table, tr, td { padding: 0px; }

#content {
	font-family: "VAG Rounded Black";
	font-size: 12pt;
	color: #000000;
	background-image: url(background.jpg);
	height: 1050px;
	background-repeat: no-repeat;
}

#moms {
	float: left;
	margin-left: 2px;
    width: 560px;
    height: 565px;
}

#logo {
    margin-left: 25px;
	float: left;
    height: 185px;
    width: 315px;
}

#mp3 {
    margin-left: 25px;
	float: left;
	overflow: hidden;
}

#radio {
}

#comments {
    clear: left;
    padding: 30px 0px 35px 35px;
}

#comments .listing {
    float: left;
    width: 525px;
    height: 380px;
    overflow: auto;
    border: 2px solid #4593ba;
    padding: 5px;
}

#comments .listing ul {
    list-style: none;
    margin: 0px;
}
#comments .listing ul,
#comments .listing ul li {
    padding: 0px;
}
#comments .listing ul li {
    float: left;
    clear: left;
    margin: 0px 5px 15px 5px;
}

#comments .listing ul li .author,
#comments .listing ul li .time,
#comments .listing ul li .body
{
    float: left;
}

#comments .listing ul li .author {
    font-weight: bold;
}

#comments .listing ul li .time {
    font-size: smaller;
    font-weight: bold;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid black;
}

#comments .listing ul li .body {
    clear: left;
}

#comments .form {
    float: left;
    width: 300px;
    margin-left: 20px;
}

#comments .form ul {
    list-style: none;
}
#comments .form ul,
#comments .form ul li {
    padding: 0px;
    margin: 0px;
}

#comments .form form label {
    width: 70px;
    text-align: right;
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    float: left;
}
#comments .form form textarea,
#comments .form form input
{
    margin-bottom: 10px;
    float: left;
    border: 2px solid #4593ba;
    width: 210px;
    display: block;
}
#comments .form form button {
    margin-left: 80px;
    background-color: #4593ba;
color: white;
}
