/*CSS Reset*/body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0;font-family: arial, helvetica, sans-serif;  font-size: 12px;  }h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; font-family: arial, helvetica, sans-serif; }address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }ol, ul { list-style: none; margin: 0; padding: 0; }table { border-collapse: collapse; border-spacing: 0; } caption, th { text-align: left; font-weight: normal; font-style: normal; }acronym, abbr, fieldset, img { border: 0;}:focus { outline: 0; }

/*Hiding Stuff*/
form#search, ul#globalNav, #secondaryNav, #sidebar, #rotate {
        display: none;
}


/*-------------------------------------------------------------------------------*/
/* Links and other Generic Text Stuff */
a:link, a:visited {
	color: #088cb3;
	text-decoration: none;
}

a:hover, a:active {
	color: #e3921e;
}

sup {
	font-size: 9px;
}

strong {
        font-weight: bold;
}

h2 {
        font-size: 26px;
        font-weight: lighter;
        text-transform: lowercase;
        color: #e3921e;
        margin-bottom: 25px;
}

h3 {
        font-size: 16px;
        font-weight: bold;
        color: #088cb3;
        margin: 35px 0 5px 0;
        text-transform: lowercase;
}

h4 {
        font-weight: bold;
        color: #666;
        margin: 35px 0 5px 0;
        text-transform: lowercase;
}

h5 {
        margin: 45px 0 15px 0;
        font-size: 16px;
        color: #e3921e;
        text-transform: lowercase;
}

p, ul {
        line-height: 18px;
        margin-bottom: 10px;
}

.referenceText {
        padding: 10px 15px;
        margin: 25px 0;
        background-color: #eee;
}

.categoryText {
        display: block;
        padding: 1px;
        margin: 0;
	color: #088cb3;
        font-size: 10px;
        text-transform: uppercase;
}

.pagination {
        margin-top: 35px;
}




/*-------------------------------------------------------------------------------*/
/* Center the Page */
body  {
	text-align: center;
}

#container {
	position: relative;
	margin: 0 auto;
	text-align: left;
}




/*-------------------------------------------------------------------------------*/
/* Header including Logo and Tagline */
#header {
	height: 150px;
	border-bottom: 3px solid #e2f1f6;
	margin-bottom: 15px;
}

h1#logo {

}

h2#tagline {
	text-indent: -9999em;
}










/*-------------------------------------------------------------------------------*/
/* Content area on content pages  */
#content {
	float: left;
        width: 650px;
	padding: 25px 0 35px 0;
}

#content ul {
        margin-left: 15px;
}

#content ol {
        margin-left: 30px;
        list-style: decimal;
}

#content ul li, #sidebar ul li {
        padding-left: 15px;
	background-image: url(themes/site_themes/marlatt/images/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#content li {
        margin-bottom: 15px;
}

span.resourceBlurb p {
        margin: 5px 0 0 0;
}

div.entry {
        margin-top: 25px;
}

img.teamPic {
        float: right;
        margin: 0 0 15px 15px;
        border: 3px solid #e2f1f6
}























/*-------------------------------------------------------------------------------*/
/* Email Subscribe Form */
form#emailSubscribe {
        margin-left: 69px;
}

form#emailSubscribe input {
        width: 320px;
        border: 3px solid #e2f1f6;
        padding: 2px;
        color: #118eb5;
        margin-top: 7px;
}

form#emailSubscribe input#subscribeBtn {
        width: auto;
        border: none;
        margin: 0;
}

form#emailSubscribe label {
        color: #118eb5;
}




/*-------------------------------------------------------------------------------*/
/* Footer */
#footer {
	clear: both;
        padding-top: 25px;
        border-top: 3px solid #e2f1f6;
}

#footer img {
	float: right;
}

#footer p {
	color: #088cb3;
        width: 700px;
}

#footer a {
	text-decoration: underline;
	font-weight: normal;
}
