#primary ul {
    margin:0px;
    padding:0px;
}

#primary ul li {
    padding: 0 0 8px;
    list-style:none;
    font-size: 12px;
}

@media (min-width: 768px) {

    #primary ul li {
        font-size: 14px;
    }

}

#primary ul li h3 {
    padding-top: 1.1em;
    margin: 1em 0 .5em;
    border-top: 1px solid #ddd;
    color: #00356d;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

#searchform {
    margin-top: 20px;
}

#searchform input[type=text] {
    width: 120px;
}

#blog-authors ul li,
#blog-authors h3 {
    border-bottom: solid 1px #dddddd;
    /*width:200px;*/
}

#blog-authors ul li {
    padding: 6px 0px 6px 0px;
}

#blog-authors ul li a {
    font-size: 16px;
    text-decoration: none;
}

.post {
    padding-bottom: 0;
    margin-bottom: 1em;
    border-bottom: 1px solid #ddd;
}

@media (min-width: 768px) {

    .post {
        padding-bottom: 1em;
        margin-bottom: 2em;
    }

}

.post:first-child {
    margin-top: 10px;
}

    .single .post:first-child {
        margin-top: 0;
    }

.index-post-featured-img {
    position: absolute;
    width: 40px;
    margin-right: 10px;
}

.featured-img-url {
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

@media (min-width: 768px) {

    .index-post-featured-img {
        width: 120px;
        margin-rigth: 20px;
    }

    .featured-img-url {
        width: 120px;
        height: 120px;
    }

}

.featured-img-url img {
    width: 100%;
    height: auto;
}

.index-post-content {
    margin-left: 50px;
}

@media (min-width: 768px) {

    .index-post-content {
        margin-left: 140px;
    }

}

.entry-title {
    margin: 0 0 .1em;
}

.entry-meta {
    margin-bottom: 1.5em;
    color: #666;
    font-size: 12px;
}

.entry-share-top {
    margin: 20px 0;
}

.entry-share-bottom {
    margin: 50px 0 0;
}

.entry-share a {
    display: inline-block;
    padding: 0 6px;
    color: #888;
    font-size: 24px;
}

.entry-share a:first-child {
    padding-left: 0;
}

.share-twitter:hover,
.share-twitter:focus {
    color: #55acee;
}

.share-facebook:hover,
.share-facebook:focus {
    color: #3b5998;
}

.share-pinterest:hover,
.share-pinterest:focus {
    color: #cc2127;
}

.share-googleplus:hover,
.share-googleplus:focus {
    color: #dd4b39;
}

.entry-content img {
    display: block;
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    margin-left: auto;
    margin-right: auto;
}

.entry-content table {
    margin-bottom: 1em;
}

.entry-content td {
    padding-left: 20px;
    vertical-align: top;
}

.entry-content td:first-child {
    padding-left: 0;
}

.entry-utility {
    padding: 10px 15px;
    background: #fafafa;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(242, 242, 242)));
    background-image: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(242, 242, 242));
    background-image: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(242, 242, 242));
    background-image: -o-linear-gradient(top, rgb(255, 255, 255), rgb(242, 242, 242));
    background-image: -ms-linear-gradient(top, rgb(255, 255, 255), rgb(242, 242, 242));
    background-image: linear-gradient(top, rgb(255, 255, 255), rgb(242, 242, 242));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#f2f2f2');
    border: 1px solid #eee;
    color: #666;
    font-size: 12px;
}

#commentform input[type=text],
#commentform textarea {
    display:block;
}

.nav-bottom {
    margin: 20px 0;
}

#nav-above {
    display:none;
}

#nav-below { display: block; }

#nav-below .nav-previous {
    float:left;
	width: 45%;
}

#nav-below .nav-next {
    float:right;
	width: 45%;
	text-align: right;
}

#nav-below .nav-previous .meta-nav {
	float: left;
}
#nav-below .nav-next .meta-nav {
	float: right;
}


.meta-nav {
	display:block;
}

/** WordPress-specific styles **/

.aligncenter {
    display: block;
    margin: 0px auto 0px auto;
}

.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

img.aligncenter,
img.alignright,
img.alignleft {
    border: 3px solid #EEE;
}

.wp-caption {
    width: auto !important;
    margin-bottom: 3em;
    text-align: center;
    color: #888;
    font-size: 12px;
    font-style: italic;
}

/* Sidebar */

/* Discussion */

.dsq-widget-item a {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}

.dsq-widget-meta {
    margin-left: 37px !important;
    font-size: 100% !important;
}