/*
Theme Name: SMH
Theme URI: 
Description: SMH theme, based on Magazine Basic.  see the Magazine Basic description for details.
Version: 1
Author: dhaskin
Author URI: 
Tags: right-sidebar,left-sidebar,fixed-width,three-columns,two-columns,white,custom-header,theme-options

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Basic Tag Elements */

body {
 color: #1A3E67;
 background: #BFCD89;
 margin: auto;
 font-size: 9pt;
 padding: 0 20px;
 margin: 0 auto 0 auto;
 width: 955px;
 
    line-height: 1;
    background: #BFCD89;
/*  font-family: Arial, Helvetica, sans-serif; */
    font-family: "Times New Roman", Times, serif;
    font-size: 11pt;
 
}

a {
 text-decoration: none;
 outline: none;
 color: #205B87;
}

a:hover {
 text-decoration: underline;
}

img {
 border: 0;
}

#mainContainer {
 margin: 0 auto 0 auto;
 width: 955px;
}

#sideGraphic {
 position: absolute;
 margin-left: 23px;
 margin-top: 116px;
}

#innerContainer {
 margin: 0 auto 0 auto;
 width: 800px;
 background-color: white;
}

#header {
 background: white url('images/topBorder.gif') right top no-repeat;
}

#header img {
 margin-top: 12px;
 margin-left: 16px;
 float: left;
}

#mailingList {
    float: right;
    margin-top: 56px;
    margin-right: 22px;
    font-size: 9pt;
}

#mailingList #field {
    width: 150px;
}

#navigation #menu {
 background-color: #1A3E67;
 color: white;
 font-size: 14pt;
 text-align: center;
 clear: both;
 font-family: "Times New Roman", Times, serif;
}

#navigation ul#menu {
 list-style-type: none;
 list-style-position: inside;
 padding: 4px 0;
}

#navigation ul#menu li {
 display: inline;
 margin: 0 22px;
}

#navigation #menu a {
 color: white;
}

#contactBar {
 padding: 22px;
 font-size: 9pt;
 font-weight: bold;
 color: #1A3E67;
 clear: both;
 padding-bottom: 38px;
}

#contactBar a {
 color: #1A3E67;
}

#contactInfo {
 float: left;
}

#contactMenu {
 float: right;
}

/* Begin Images */
p img {
 padding: 0;
 max-width: 100%;
}

/*  Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */
img.centered {
 display: block;
 margin-left: auto;
 margin-right: auto;
}

img.alignright {
 padding: 4px;
 margin: 0 0 2px 7px;
 display: inline;
}

img.alignleft {
 padding: 4px;
 margin: 0 7px 2px 0;
 display: inline;
}

.alignright {
 float: right;
}

.alignleft {
 float: left
}

/* End Images */ /* Captions */
.aligncenter,div.aligncenter {
 display: block;
 margin-left: auto;
 margin-right: auto;
}

.wp-caption {
 border: 1px solid #ddd;
 text-align: center;
 background-color: #f3f3f3;
 padding-top: 4px;
 margin: 0 10px 10px 0;
 -moz-border-radius: 3px;
 -khtml-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}

.wp-caption img {
 margin: 0;
 padding: 0;
 border: 0 none;
}

.wp-caption p.wp-caption-text {
 font-size: 11px;
 line-height: 17px;
 padding: 0 4px 5px;
 margin: 0;
}

/* End captions */

#leftcontent p {
 padding: 0;
}

#footer {
 clear: both;
 width: 100%;
 padding: 10px 0;
 text-align: center;
 font-size: 11px;
 background: #fff;
}

div#footer div {
 margin-top: 0.5em;
 }
 
 #footerLinks {
    padding-left: 0;
 }
 
 #footerLinks li {
 display: inline;
 border-left: 1px solid #B0C0BF;
 padding-left: 10px;
 padding-right: 10px;
  }
  
  #footerLinks li.first {
  border-left: none;
  }

#bottomContent {
 clear: both;
} 

#whatsNew,#memberBenefits,#dolphinNewsletter {
 margin-bottom: 16px;
}

#whatsNew {
 width: 244px;
 float: left;
}

#memberBenefits {
 width: 244px;
 float: left;
}

#memberBenefits img {
 padding: 0;
 float: none;
}

#dolphinNewsletter {
 width: 244px;
 float: left;
}

#dolphinNewsletter img {
 padding: 0;
 float: none;
}

#dolphinNewsletter span {
 font-size: 8pt;
}

.bottomHeader {
 background: #1A3E67;
 color: white;
 font-size: 14pt;
 float: left;
 text-align: center;
 width: 100%;
 padding: 10px 0;
 margin-bottom: 16px;
 font-family: "Times New Roman", Times, serif;
}

.padRight {
 padding-right: 12px;
}

#mainwrapper {
 padding: 22px;
 min-height: 350px;
}