/*
Theme Name: MSCA Theme
Theme URI: http://mscaonline.org/
Description: Custom Wordpress theme created for Maryland School Counselor Association
Version: 1.0
Author: Josef Scarantino
Author URI: http://josefscarantino.com/
Tags: none
*/

/* Begin Typography & Colors */
body {
	font-family: verdana;
	background: #F7f7f7;
	color: #333;
	text-align: center;
        margin: 5px 0 0 0;
        padding: 0 0 20px 0;
}

div#page {
        margin-left: auto;
	margin-right: auto;
	width: 920px;
        padding: 5px 0;
        background: #fff;
}

a {outline: none;}
.clear {clear: both; overflow: hidden; height: 0;}
img {border: none;}

div#menu-container {
        width: 910px;
        height: 73px;
        background-color:#5F5D82;
}

div#hp-major {
        width: 910px;
        height: 350px;
        background: url('images/hp-gradient.jpg') repeat-x;
        margin-top: 3px;
}

div#hp-major-left {
        width: 334px;
        height: 350px;
        display: inline;
        float: left;
}

div#hp-major-right {
        width: 576px;
        height: 350px;
        display: inline;
        float: right;
}

div#hp-ticker {
        width: 910px;
        height: 34px;
        background-color: #5F5D82;
}

div#page-container {
        width: 910px;
        padding-top: 10px;
}

div#page-left {
        width: 318px;
        display: inline;
        float: left;
}

div#page-right {
        width: 592px;
        display: inline;
        float: right;
}

div.page-right-padding {
        padding: 0 10px 10px 15px;
        font-size: 13px;
        line-height: 135%;
}

div#page-left img {
        margin-bottom: 6px;
}

div#int-header-container {
        width: 910px;
        height: 130px;
        background: url('images/hp-gradient.jpg') repeat-x;
        margin-top: 3px;
}

div#int-header-left {
        width: 332px;
        display: inline;
        float: left;
}

div#int-header-right {
        width: 578px;
        display: inline;
        float: right;
}

div.copy {
        color: #fff;
        margin-top: 5px;
        font-size: 11px;
}

div.entry {
        font-size: 13px;
        line-height: 135%;
}

div#scroll-h div p {
        color: #fff;
        font-size: 14px;
        margin: 0;
        padding: 0;
        font-weight: bold;
}