/****************************************
socketheadstudios.com temp styles
****************************************/

/* layout styles */

#header {
    padding-bottom: 0;
}

/* menu items */

.menuItemOn {
    font-weight: bold;
    margin-right: 20px;
    color: #000000;
    text-decoration: none;
}
.menuItemOff {
    font-weight: normal;
    margin-right: 20px;
    color: #333333;
    text-decoration: none;
}
.menuItemOff:hover {
    color: white;
}

/* side sections */

#newsBlock {
    width: 90%;
    margin: 0 auto;
    padding-top: 10px;
}
#newsBlock h1 {
    font-size: 14px;
    border-bottom: 1px solid black;
}
#newsBlock dl {
    margin: 0 auto;
    width: 90%;
}
#newsBlock dt {
    font-style: italic;
    margin-top: 10px;
}
#newsBlock dd {
    margin-left: 15px;
}

#aboutBlock{
    width: 90%;
    margin: 0 auto;
    padding-top: 10px;
}
#aboutBlock h1 {
    font-size: 14px;
    border-bottom: 1px solid black;
}
#aboutBlock p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

/* mts ad */

#mtsAd {
    width: 500px;
    margin: 0 auto;
}
#mtsAd table {
    width: 100%;
    border: 0;
}
#mtsAd table tr {
    vertical-align: center;
}
#mtsAd table tr p {
    font-size: 14px;
}
#mtsAd img {
    border: 0;
}
#mtsAd a {
    color: blue;
    text-decoration: none;
    font-size: larger;
}
#mtsAd a:hover {
    text-decoration: underline;
}

/* privacy policy */

#privacyPolicy h2 {
    font-size: 14px;
}
#privacyPolicy ol {
}

/* terms and conditions */

#termsAndConditions ol li span {
    font-weight: bold;
}
#termsAndConditions ol {
    list-style-type: decimal;
}
#termsAndConditions ol ol {
    list-style-type: lower-alpha;
    padding-bottom: 10px;
}
#termsAndConditions ol ol ol {
    list-style-type: lower-roman;
    padding-top: 10px;
}
