/*Theme Name: Twenty Thirteen Child
Template: twentythirteen
Author: Piper McKinnon
Description: Customizations to twentythirteen for Dashwood History Project
Version: 1.0
Text Domain: twentythirteen
*/

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

body {
	background-color: transparent;
	background-image: url('../twentythirteen-child/img/Dashwoodbg.jpg');
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: top left;
	background-size: 100%;
}

/*heading text*/
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: Bitter, Georgia, serif;
	line-height: 1.3;
	color: #3c2515;
}

h1 {
	font-size: 36px;
	margin: 33px 0;
}

button,
input {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: middle;
}

/*lists*/
.titles-list ul , .titles-list li{
	list-style-type: none;
}

.site {
	background-color: transparent;
}

.site-main {
	background-color: #fff;
}

/*hovers*/
a:active,
a:hover {
	color: #36956e;
	outline: 0;
}

.entry-title a:hover {
	color: #36956e;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #36956e;
}

/*main content width*/
.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 804px;
	width: 100%;
}

/*header customizations*/
.site-header .home-link {
	color: transparent;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: #3c2515;
	color: #fff;
}

.site-header .search-field {
	background-color: #fff;
	border: 2px solid #dbefe7;
	cursor: text;
	outline: 0;
	width: 230px;
}

/*footer customizations*/
.site-footer {
	background-color: #3c2515;
	color: #686758;
	font-size: 14px;
	text-align: center;
} 

.site-footer .sidebar-container {
	background-color: #3c2515;
	padding: 20px 0;
}

.site-info {
	background-color: #3c2515;
	color: #fff;
	font-style: italic;
	margin: 0 auto;
	max-width: 1040px;
	padding: 15px 0;
	width: 100%;
}


/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #d94412; /* Old browsers */
	background: -webkit-linear-gradient(top, #d94412 0%, #ca3c08 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #d94412 0%, #ca3c08 100%); /* W3C */
	border: none;
	/*border-bottom: 3px solid #b93207;*/
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 6px 12px;
	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: #36956e; /* Old browsers */
	background: -webkit-linear-gradient(top, #84c9ac 0%, #36956e 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #84c9ac 0%, #36956e 100%); /* W3C */
	outline: none;
	border: none;
	padding: 6px 12px;
}


#map_canvas	{
	height: 520px; width: 800px; border: 3px solid #84c9ac; 
}
#map_canvas img{ max-width: none; }

#selectbutton{
	text-align: right;
}
