/*
 * $Id:$
 * 
 * A CSS file for laying out wordpress pages
 */

#wp-page {
    font-size: 16px;
    padding: 5px 0px 0px 0px;
}

#wp-page.no-sidebar {
    padding: 0px 100px 0px 100px;

}

#wp-page #main {
    float: left;
    font-size: 12px;
    width: 800px;
    margin-top: 20px;
}

#wp-page h1 {
    font-family: Arial, Sans-Serif;
    font-size: 26px;
}


#wp-page h2 {
    font-family: Arial, Sans-Serif;
    margin-bottom: 4px;
    color: #000000;
    font-weight: bold;
}

#wp-page p {
    margin: 12px 0px 12px 0px;

}

#wp-page .column {
    float: left;
    margin-right: 10px;
}


#wp-page .alignleft {
    clear: both;
    float: left;
    margin: 0px 20px 0px 0px;
}


#wp-page .alignright {
    clear: both;
    float: right;
    margin: 0px 0px 0px 20px;
}

#wp-page .wp-caption-text {
    text-align: center;
    font-weight: bold;
}

#wp-page fieldset {
    border: none;
    border-top: 1px solid #CCCCCC;
}

#wp-page legend {
    font-family: Arial;
    color: #555555;
}


#wp-page li {
    background-image: url(../images/layout/pages/bullet.png);
    background-repeat: no-repeat;
    padding: 0px 0px 5px 12px;
    background-position: 0px 4px;
}


#wp-page .basic li {
    padding: 0px 0px 15px 0px;
    background-image: none;
    background-position: 0px 0px;
}

#wp-page .hanging-indent-25 li {
    padding-left: 25px;
    text-indent: -25px;
}


#wp-page li.left-arrow {
    background-image: url(../images/layout/pages/left-arrow.png);
    background-repeat: no-repeat;
    padding-left: 23px;
}

#wp-page li.right-arrow {
    background-image: url(../images/layout/pages/right-arrow.png);
    background-repeat: no-repeat;
    padding-left: 23px;
}

#wp-page .warning {
    background-color: #E4E4E4;
    border: 1px solid #CCCCCC;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 10px 20px 10px;
    padding: 10px;
}

#wp-page .left-col {
    width: 47%;
    float: left;
}

#wp-page .right-col {
    width: 47%;
    float: right;
}


#wp-page h2 {
    font-size: 16px;
}

#wp-page .pricing {
    width: 520px;
}

#wp-page .pricing .overview {
    border-top: 3px solid #CCCCCC;
    border-bottom: 3px solid #CCCCCC;
}

#wp-page .pricing .overview .prices {
    float: right;
    font-size: 18px;
    color: black;
}

#wp-page .pricing .overview .prices td {
    padding: 5px;
}

#wp-page .pricing .overview {
    padding: 20px;
}

#wp-page .pricing .overview p {
    width: 215px;
}

#wp-page .pricing h4 {
    font-family: Arial Black;
    font-size: 25px;
}

#wp-page .pricing .section {
    border-bottom: 2px solid #CCCCCC;
    padding: 10px 20px 10px 20px;
}

#wp-page .pricing .section h4 {
    width: 130px;
    font-size: 18px;
    line-height: 20px;
    float: left;
    margin-right: 32px;
}
#wp-page .pricing  .student h4 {
    color: #C4162D;
}

#wp-page .pricing .parent h4 {
    color: #0707D2;
}

#wp-page .pricing .community h4 {
    color: #5C1C98;
}

#wp-page .pricing .section p {
    margin: 5px 0px 0px 0px;
}

#wp-page .pricing .section .options .opt label {
    float: none;
    width: auto;
}


#wp-page .pricing .section .options .opt {
    float: left;
    width: 100px;
    font-family: Arial Black;
    font-size: 12px;
    text-transform: uppercase;
}

#wp-page .pricing .info {
    margin: 0px 20px 0px 20px;
}


#wp-page .columns  li {
    padding: 5px;
    list-style-type: none;
    background-image: none;
}

#wp-page .columns  .list {
    float: left;
}

#wp-page .columns  h2 {
    background-image: url(../images/layout/tables/gray-header-33px.png);
    background-repeat: repeat-x;
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    padding: 4px;
}


#wp-page .columns  .sep {
    width: 1px;
    min-height: 400px;
    border-right: 3px solid #CCCCCC;
    padding-left: 10px;
    margin-right: 10px;
    float: left;
}
