/*
Theme Name: Duane Morris Theme
Description: Child theme based on Twenty Thirteen
Author: Denise Tucker
Version: 0.0.1
Template: twentythirteen

*/

@import url('../twentythirteen/style.css');


h1, h2, h3, h4, h5, h6 {
    font-family: PT Serif;
}

h1 {
	font-size: 26px; /*was 35px*/
}

.site-title {
    font-size: 43px; /* was 50px */
	color: #fff;
	font-weight: 400;
}

#masthead {
	background-color: #043556;
}

.site-description {
    font: italic 400 20px "Source Sans Pro",Helvetica,sans-serif;
    margin: 0;
	color: #fff;
}

.entry-meta a {
    color: #00233e;
}

.entry-meta a:hover {
	color: #78b73e;
}

.entry-title {
	color: #033256;
}

.entry-title a {
    color: #033256;
}

.entry-title a:hover {
	color: #78b73e;
}


a {
    color: #00233e;
}

a:hover {
    color: #78b73e;
}

a:visited {
	color: #00233e;
}


.navbar {
    background-color: #dfe6ea;
}


.archive-header {
    background-color: #FFFFFF;
}


.widget {
    background-color: #FFFFFF;
    border-top: 2px solid #00233E;
    padding: 13px 15px 0px;
	margin: 0 0 16px;
}




.site-main .widget-area {
    border-bottom: 2px solid #00233E;
}

.widget a {
    color: #00233e;
}

.widget a:hover {
    color: #48771e;
}


.navigation a {
    color: #00233e;
}

.navigation a:hover {
    color: #78b73e;
}


.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
    color: #00233E;
}


.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
    background-color: #BDD1A9;
	color: #00233E;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #BDD1A9;
	color: #00233E;
}

.nav-menu .sub-menu, .nav-menu .children {
      background-color: #BDD1A9;
	  color: #00233E;
}

.entry-content a, .comment-content a {
    color: #00233e;
	text-decoration: underline;
}

.entry-content a:hover, .comment-content a:hover {
    color: #78b73e;
}

.more-link {
	font-style: italic;
}

.page-header {
    background-color: #FFFFFF;
}


.paging-navigation {
	background-color: #FFFFFF;
	padding: 10px 0;
}


.paging-navigation .meta-nav {
	background-color: #00233e;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 3px 0 8px;
	width: 50px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #78b73e;
	text-decoration: none;
}



.site-footer {
    background-color: #dfe6ea;
	padding: 10px 0;
	margin-top: 25px;
;
}


.site-footer .sidebar-container {
    background-color: #DFE6EA;
	padding: 0;
}


.comment-author .fn, .comment-author .url, .comment-reply-link, .comment-reply-login {
    color: #00233e;
   }


.format-link .entry-title {
	color: #00233e;
	
}

.format-link .entry-title a {
	color: #00233e;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #00233e;
}

.post-navigation {
	color: #00233e;
	font-size: 16px;
}

.author-link {
	color: #00233e;
}

/*this will make author vcard show for a 1 author blog*/
.single-author .entry-meta .author { display: inline; }

.site-footer .widget a {
    color: #00233e;
}


#dmcopyright {
	font-size: 12px;
	text-align: center;
}


.site-info {
    padding: 0;
}

.hentry {
	padding: 35px 0 5px;
}

.bulletList ul, .bulletList ol {
    list-style-type: square;
    margin: 0 5px;
    padding: 0 10px;
}


.entry-content table {
	border-bottom: 1px solid #ededed;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

.entry-content table td {
	padding: 5px;
}

button, input, textarea {
    border: 2px solid #88A074;
}

/*this was introduced in twentythirteen 1.4, with white-space: nowrap; seems to be cause of display issues on mobile devices*/
.entry-content .more-link {
    white-space: normal;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #1868A5; /* Old browsers */
	background: -webkit-linear-gradient(top, #1868A5 0%, #165484 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #1868A5 0%, #165484 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #165484;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 7px 24px 5px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #3590d6; /* Old browsers */
	background: -webkit-linear-gradient(top, #3590d6 0%, #296da2 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #3590d6 0%, #296da2 100%); /* W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #2a8edb; /* Old browsers */
	background: -webkit-linear-gradient(top, #2a8edb 0%, #216ca6 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #2a8edb 0%, #216ca6 100%); /* W3C */
	border: none;
	border-top: 3px solid #216ca6;
	padding: 5px 24px 7px;
}

@media (max-width: 767px) {
	.site-title {
		font-weight: normal;
		font-size: 30px;
	}
}



@media (max-width: 356px) {
	.site-title {
		font-weight: normal;
		font-size: 24px;
	}
}


@media (max-width: 460px) {
	.site-title {
		font-weight: normal;
		font-size: 24px;
	}
}
	
.rss-aggregator .feed-item a {
	font-weight: bold;
	font-family: PT Serif;
	
}

.rss-aggregator .source-date .feed-source  {
	font-style: italic;
	font-size: 0.8em;
	
}

div.wprss-feed-meta > span {
    clear: both;
    font-size: 80%;
	font-style: italic;
}