/*
  SilentPlace.css
  A lot of the layout code was taken from http://www.glish.com/css/
*/

body
{
    background-color: #000;
    text-align: center;
    font-family: verdana;
    font-size: 14px;
}

a
{
    font-family: verdana;
}

a:hover
{
    color: Red;
    background-color: Black;
}

a:link
{
    color: #f2af12;
    background-color: Black;
}

a:visited
{
    color: #f2af12;
    background-color: Black;
    font-weight: bold;
}

p, pre
{
    font-weight: normal;
    margin: 10px;
    margin-left: 20px;
    background-color: none;
    color: #888;
}

h1
{
    font-weight: normal;
    font-size: 18px;
    font-family: Arial Black;
    color: #ccc;
    padding-top: 10px;
    padding-left: 5px;
}

img
{
    border: none;
}

#frame
{
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    padding: 0px;
    text-align: left;
}

#contentleft
{
    width: 155px;
    padding: 0px;
    float: left;
    background: #000;
}

#contentcenter
{
    width: 400px;
    padding: 0px;
    float: left;
    background: #000;
}

.contentrelease
{
    width: 574px;
    padding: 4px;
    float: left;
    border-top-style: solid;
    border-top-width: 1px;
    border-color: #888;
}

.contentreleasedetails
{
    width: 320px;
    padding: 0px;
    float: left;
}

.contentreleasebuttons
{
    width: 100px;
    padding: 0px;
    float: left;
}

.contentreleaseimage
{
    width: 120px;
    padding: 0px;
    float: left;
}

#contentreleases
{
    width: 575px;
    padding: 0px;
    float: left;
}

#contentright
{
    width: 155px;
    padding: 5px;
    float: left;
    background: #000;
    color: #fff;
}

/*
	setting the margin-bottom to a negative value lets the second image in the header "float" over the main block
*/
#contentheader
{
    background: #000;
    margin-bottom: 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-top-width: 1px;
    border-color: #888;
}

#contentsubheader
{
    position: relative;
    left: 390px;
    top: -20px;
    height: 60px;
    width: 330px;
    background-color: black;
    border: solid black 1px;
}

.contentoption
{
    background-color: black;
    padding-left: 4px;
    font-weight: bold;
    color: Yellow;
    cursor: hand;
}

.optionlink:hover
{
    color: yellow;
}
.optionlink:link
{
    color: yellow;
}
.optionlink:visited
{
    color: yellow;
}

#contentfooter
{
    background: #000;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-top-width: 1px;
    border-color: #888;
    height: 60px;
    padding-top: 8px;
    text-align: left;
}

#contentheader h1
{
    font-size: 14px;
    padding: 10px;
    margin: 0px;
}

#contentright p
{
    font-size: 10px;
}

.prodslogo
{
    font-family: Courier New;
    font-size: 12px;
    font-weight: bold;
    color: #eee;
}

.bodytext
{
    font-family: verdana;
    font-size: 14px;
    font-weight: bold;
    color: #555;
}

.catnumber
{
    font-size: small;
    font-family: Arial;
    font-weight: bold;
    color: #ccc;
    text-align: right;
    padding-right: 10px;
    margin-top: -15px;
}

.pagecontent
{
    width: 630px;
    padding: 0px;
    float: left;
    background: #000;
}

.sidebar
{
    width: 145px;
    padding: 0px;
    float: left;
    background: #000;
}

.releasebody
{
    vertical-align: top;
}

.releaseimage
{
    vertical-align: top;
    width: 110px;
    color: White;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}

.releasecatno
{
    color: White;
    float: left;
    font-family: Arial;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    padding-left: 8px;
    padding-right: 8px;
}

.releasetitle
{
    color: White;
    float: left;
    font-family: Arial Black;
    font-size: 18px;
    text-align: left;
    padding-left: 8px;
    padding-right: 8px;
}

.releasetext
{
    color: #f2af12;
    float: left;
    font-family: verdana;
    font-size: 14px;
    text-align: left;
    vertical-align: top;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 20px;
}

.leftindeximage
{
    cursor: pointer;
}

