/*
 Theme Name:   Twenty Thirteen Child
 Theme URI:    http://governingalgorithms.org/twenty-fourteen-child/
 Description:  Twenty Thirteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentythirteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-thirteen-child
*/

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

/* =Theme customization starts here
-------------------------------------------------------------- */

.widget {
	background-color: #F7F3E1;
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	padding: 20px;
	word-wrap: break-word;
}

.entry-content blockquote {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: 0px;
}

.navbar {
	background-color: #F7F3E1;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.sidebar .site-footer .widget {
	width: 227px;
}

/*
MODIFIED FROM HERE ON:

	set 2543 to 250px
	
*/

.mlbutton {
	background-color:#b22222;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	display:inline-block;
	font-size:18px;
	height:50px;
	line-height:50px;
	width:200px;
	text-align:center;
	margin:0 0 0 20px;
}
.mlbutton:link {
	color:#ffffff;
	text-decoration:none;
}
.mlbutton:visited {
	color:#ffffff;	
	text-decoration:none;
}
.mlbutton:hover {
	color:#ffffff;
	background-color:#C43A18;
	text-decoration:none;
}
a#button:hover {
	color:#ffffff;
	}

.home #comments {
	display:none;
}

.site-info {
	display:none;
}