/*
Theme Name: Identify Artist Signatures Child Theme
Description: This is an example of a blank Jump Start child theme.
Author: Your name here
Template: jumpstart
Brown Background - #4D2600
Ligth Brown - #803E00
*/

/* Your custom CSS here */
body { /* adds the background - but does not stretch */
	color: black;
	background: url(images/Background-2015.jpg) no-repeat top center fixed;
	     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
	background-color: #4D2600;
}
.tb-sticky-menu .header-text-logo .tb-text-logo {
    color: white;
}
#wrapper {
    padding-top: 60px !important;
}
#main , #bottom, #content, #breadcrumbs, #text-19 {
	background: url(images/Background-2015-cropped.jpg) repeat center center fixed;
}
.post_list.archive-loop .post-wrap, .post_grid.archive-loop .post-wrap, .post_showcase.archive-loop .post-wrap {
    background: url(images/Background-2015-cropped.jpg) repeat center center fixed;
}
#custom-main > .section_primary {
    background: url(images/Background-2015-cropped.jpg) repeat center center fixed;
}
	
article.page { /* the actual WP Content */
	background: none repeat scroll 0 0 transparent;
	padding: 30px;
	margin: 10px;
}
hr {
	clear: both;
}
.responsive-banner {
	max-width: 728px;
	margin: 0px auto;
}

.responsive-square {
	max-width: 300;
	margin: 0px auto;
}
.list-wrap article.has-thumbnail {
    clear: both;
    margin-bottom: 5px;
}