#header-menu ul.menu a {
  line-height: 2.5;
}

p { font-family: "Times New Roman", Times, serif;
font-size: 1.05em; 
}

/* width of header image and menu */
#header-menu,
#header-image {
  width: 1260px;
  margin: 0 auto;
}
@media (max-width: 1344px) {
  #header-menu,
  #header-image {
    width: 1200px;
  }
}
@media (max-width: 1280px) {
  #header-menu,
  #header-image {
    width: 1100px;
  }
}
@media (max-width: 1152px) {
  #header-menu,
  #header-image {
    width: 1040px;
  }
}

@media (max-width: 1100px) {
  #header-menu,
  #header-image {
    width: 960px;
  }
}

@media (max-width: 1000px) {
  #header-menu,
  #header-image {
    width: 900px;
  }
}

@media (max-width: 940px) {
  #header-menu,
  #header-image {
    width: 740px;
  }
}

@media (max-width: 782px) {
  #header-menu,
  #header-image {
    width: 600px;
  }
}

@media (max-width: 568px) {
  #header-menu,
  #header-image {
    width: 440px;
  }
}

@media (max-width: 480px) {
  #header-menu,
  #header-image {
    width: 360px;
  }
}

#main {
    padding-top:0;
}



h3.widget-title {
	text-align: center;
}

.widget-title {
	margin-bottom: -10px;
}

.alignleft, img.alignleft {
   margin-right: 10px;
}

.entry-content,.entry-summary {
	clear: both;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 0px;
}

.widget-area a:link,.widget-area a:visited {
	font-family: helvetica;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

#content .post {
	margin-bottom: -23px;
}

/* reduce margin space between widgets */ .widget { margin-bottom: -20px; }

.sd-social-icon .sd-content ul li[class*=share-] a, .sd-social-icon .sd-content ul li[class*=share-] a:hover { padding: 6px 5px; } .entry-utility { margin-top:0px; } .sd-social-icon .sd-content ul li[class*=share-] a, .sd-social-icon .sd-content ul li[class*=share-] a:hover, .sd-social-icon .sd-content ul li[class*=share-] div.option a { border-radius: 4px; -webkit-border-radius: 4px; }

.sharedaddy.sd-sharing-enabled {
    margin-top: -20px;
}

.type-post .entry-title, .type-page .entry-title {
  font-size: 20px;
}

div.powered {
	visibility: hidden;
}

/* Hide white header area */ header#branding { display: none; }

div.entry-meta {
	display: none;
}

div.sd-content ul {
	margin-bottom:0 !important;
}

#header-menu #access {
background-color: #3333;
}

/* Change font size of widget titles */ .widget .widget-title, .widget .widget-title a { font-size: 16px; }

#infinite-handle { padding-top: 20px; }

.type-post .entry-title {
    margin-bottom: -7px;
}

.widget-area #subscribe-text p:last-child { margin-bottom: 5px; }

.widget-area #subscribe-email{ margin-bottom: 1px; }

.widget-area #subscribe-submit { margin-bottom:0; }

.home .sd-block.sd-social.sd-social-icon.sd-sharing .sd-content {
	margin-bottom: -5px;
}

#header-menu ul.menu a, #footer-menu ul.menu a {
	padding: 0 16px;
}



#header-menu ul.menu li {
    border-left-style: solid;
    border-width: 1px;
    border-color: white;
}

li#menu-item-9690 { border-right-style: solid; border-width: 1px; border-color: white; }

/* Removes right margin on menu */
ul.menu li {
    margin-right: -5px;
}

#header-menu, #header-image {
 border-radius: 5px 5px 0 0;
}

#header-menu #access {
 border-radius: 0 0 5px 5px;
}

#header-menu ul.menu li a:hover, #footer-menu ul.menu li a:hover {
text-decoration: underline;
 color: white;
background: transparent;
}

.menu-item a:hover {	 	
background-color: white !important;	 
color: royalblue !important;	 
}

#primary {
	float: left;
    overflow: hidden;
    width: 340px;
}
#secondary > .widget:last-child {
    margin-bottom: 0;
}

/* Add a dotted line after each post on the homepage */
.home .entry-container {
    padding-bottom: 0px;
    border-bottom: 4px solid #4169e1;
}