/*
Theme Name: USC HS girls soccer
Theme URI: http://www.uschssoccer.com
Description: Theme for USC HS girls soccer
Version: 1.0
Author: Phil Burdette
Author URI: http://webpub.allegheny.edu/student/b/burdetp
*/

body, html
{
    padding: 0px;
    margin: 0px;
}

body
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    color: black;
    background: rgb(230, 230, 230) url(images/container_bg.gif) top center repeat-y;
    text-align: center;
}

#container
{
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0px auto;
    width: 700px;
    height: auto;
    text-align: left;
}

#pageHeader
{
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0px auto;
    width: 700px;
    height: 200px;
    background: rgb(255, 0, 0) url(images/header_bg2.gif) no-repeat;
    color: rgb(230, 230, 230);
}

#headGraphic
{
    position: relative;
    top: 5px;
    left: 10px;
    float: left;
    height: 190px;
    width: 400px;
    background: rgb(0, 0, 0) url(images/PantherPatch.jpg) bottom center no-repeat;
}

#headItem
{
    position: relative;
    top: 2px;
    right: 0px;
    float: right;
    height: 196px;
    width: 285px;
    border-left: 2px solid rgb(230, 230, 230);
    text-align: center;
}

#headItem p, #headItem p a
{
    font-size: 20px;
    padding: 5px;
    margin: 10px 0px;
    font-weight: bold;
    line-height: 150%;
}

#headItem a
{
    color: white;
    text-decoration: none;
}


a.logo
{
    position: absolute;
    top: 2px;
    left: 13px;
    width: 105px;
    height: 30px;
}

#menuWrapper
{
    position: relative;
    top: 5px;
    left: 0px;
    width: 705px;
    height: 35px;
    background: rgb(255, 0, 0) url(images/menu_bg4.gif) no-repeat;
    color: white;
}

#menu
{
    position: relative;
    top: 6px;
    left: 360px;
    margin: 0px;
    height: 20px;
    width: 335px;
    padding: 0px;
    background-color: rgb(0, 0, 0);
    color: white;
}


#menu li
{
    display: inline;
    position: relative;
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

#menu a
{
    color: white;
    background-color: rgb(0, 0, 0);
    font-size: 12px;
    text-decoration: none;
    float: left;
    width: auto;
    margin: 0px 5px;
    padding: 5px 5px 0px 5px;
    font-weight: normal;
}


#menu a:hover
{
    text-decoration: underline;
}

#contentMain
{
    position: relative;
    top: 0px;
    left: 5px;
    width: 690px;
    height: auto;
}

#contentLeft
{
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    width: 300px;
    height: auto;
    padding: 5px;
    margin-bottom: 10px;
}

h2
{
    margin: 10px 0px 2px 0px;
    font-size: 20px;
    font-weight: bold;
}

h3
{
    margin: 10px 0px 2px 0px;
    font-size: 14px;
    font-weight: bold;
}

#contentLeft p, #contentMain p
{
    margin: 0px 0px 10px 0px;
    text-align: justify;
    line-height: 150%;
}

a
{
    background-color: transparent;
    color: blue;
    font-size: 11px;
    font-weight: bold;
}

#contentRight
{
    position: relative;
    top: 0px;
    right: 0px;
    width: 370px;
    height: auto;
    float: right;
    text-align: justify;
    padding: 5px;
    line-height: 150%;
    margin-bottom: 10px;
}

#boxRight
{
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    background: white url(images/button.png) top left no-repeat;
    width: 155px;
    height: auto;
    margin: 10px;
}

#boxRight h2
{
    position: relative;
    top: 8px;
    left: 20px;
    font-size: 11px;
    font-weight: bold;
    margin: 0px;
}

#boxRight a
{
    position: relative;
    top: 15px;
    left: 15px;
    display: block;
    color: blue;
    font-size: 11px;
    text-decoration: none;
    width: 90%;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}

#boxRight a:hover
{
    text-decoration: underline;
}

#picBox
{
    position: relative;
    top: 20px;
    left: 10px;
    background-color: white;
    height: 120px;
    width: 350px;
    border: 1px solid rgb(102, 102, 102);
    margin-bottom: 3px;
    padding: 1px;
}

#picBox a img
{
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
    border: none;
}

#picBox .text
{
    position: absolute;
    top: 5px;
    left: 150px;
    text-align: left;
    width: 200px;
    height: 90px;
}

h4
{
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: bold;
}

#picBox a
{
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    font-weight: normal;
    color: rgb(102, 102, 102);
    text-decoration: none;
}

#picBox a:hover
{
    text-decoration: underline;
}

#pageFooter
{
    position: relative;
    bottom: 0px;
    left: 0px;
    clear: both;
    width: 100%;
    height: 30px;
    border-top: 1px solid black;
    text-align: right;
    padding-top: 5px;
}

#pageFooter a
{
    margin-left: 5px;
}

img.left
{
    float: left;
    margin: 0px 5px 0px 0px;
    border: 1px solid black;
}

img.right
{
    float: right;
    margin: 0px 0px 0px 5px;
    border: 1px solid black;
}
