/*
Theme Name:     Twenty Thirteen Child
Theme URI:      http://wordpress.org/themes/twentythirteen
Description:    Child theme for the Twenty Thirteen theme
Author:         Blitz Media Design
Author URI:     http://www.blitzmediadesign.com/
Template:       twentythirteen
Version:        0.1.0
*/

@import url("../twentythirteen/style.css");

.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Removing border-radius and box-shadow from default styling */
	border-radius: 0;
	box-shadow: none;
}

body .site {
	box-shadow: none;
}



#content, #sidebar {
	padding: 1em 0 0 1.5em;
}

#sidebar h3 {
	font-weight: bold;
}


.main ul {
    list-style: disc outside none;
    margin-left: 30px;
    color: #333333;
    font: normal 14px/21px Arial, Helvetica, Verdana, Swiss, sans-serif;
}


.main a:link    {color: #006633; text-decoration: underline;}
.main a:visited {color: #442211; text-decoration: underline;}
.main a:hover {color: #00cc66; text-decoration: underline;}
.main a:active  {color: #00cc66; text-decoration: underline;}

#footer a:link {text-decoration: underline;}


/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	padding: .375em 1em;
}

#mc-embedded-subscribe {border: none; width: auto; height: auto;}

input[type="text"].searchfield {width: 60%;}

#respond textarea {width: 94%;}


.tags {padding-bottom: 4em;}

.meta p  {margin-bottom: 0.125em;}

.comments {font-size: 1.0em;}

.entry-title {font-size: 1.5em; font-weight: bold;}


.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #002211;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 1.125em;
	padding: 3px 0 8px;
	text-align: center;
	width: 4.0em;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #442211;
	text-decoration: none;
}