/* IMPORT RESET */
@import url("reset.css");

/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("responsive.gs.12col.css");


/*	EXAMPLE STYLES */
body {
	font-family: sans-serif;
	color: white;
}

header {
	/* line-height: 15em; */
	text-align: center;
	background: #333;
}

article {
	/* line-height: 20em; */
	text-align: center;
	/* background: #666; */
}

aside {
	/* line-height: 20em; */
	text-align: center;
	/* background: #EEE; */
}

footer {
	/* line-height: 15em; */
	text-align: center;
	background: #BBB;
}

/* PLEDWELL: custom styles */
/* Google font styling */

a, a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 25px;
	color: #333;
	padding: 20px 40px 20px 0px;
}

h1 {
	font-family: 'Droid Serif', Georgia, Times, serif;
    font-size: 70px;
	color: #FFF;
	padding: 80px 0px 20px 0px;
	text-shadow: 3px 3px 3px #000;
}

	.lighter {
		color: #a0d1f0;
	}

h2 { 
	font-family: 'Droid Serif', Georgia, Times, serif;
    font-size: 30px;
	color: #FFF;
	padding: 20px 0px 180px 0px;
	text-shadow: 1px 1px 2px #000;
}

h3 { 
	font-family: 'Droid Serif', Georgia, Times, serif;
	font-size: 30px;
	color: #6b97d0;
	padding: 30px 0px 10px 0px;
}

h4 {
	font-family: 'Droid Serif', Georgia, Times, serif;
	font-size: 20px;
	color: #FFF;
	padding: 40px 20px 40px 20px;
}

/* text in upper banner */
h6 {
    font-family: 'Droid Serif', Georgia, Times, serif;
    font-size: 15px;
	line-height: 50px;
	text-align: center;
}

ul {
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 25px;
	color: #333;
	padding: 20px 40px 20px 0px;
}
	li { 
		padding: 10px 0 10px 0;
	}
	.attribution {
		font-style: italic;
	}
	
 
#booksales {
	background-color: #971c24;
	margin-top: 30px;
}

#bookbuy {
	background-color: #a0d1f0;
	padding: 0px 20px 20px 20px;
	margin-top: 30px;
}
	#bookbuy h3 {
		color: #FFF;
		text-shadow: 1px 1px 2px #000;
	}

#inthebook {
	/* background-color: #a0d1f0; */
	background: rgba(0, 0, 0, 0) linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)) repeat scroll 0 0;
	background-color: #a0d1f0;
}
	#inthebook h2 {
		text-align: center;
		padding: 10px 0 0 0;
		text-shadow: 2px 2px 2px #000;
	}
	#inthebook h6 {
		text-align: center;
		padding: 0px;
		text-shadow: 1px 1px 1px #000;
		line-height: 35px;
	}
 
main.banner { /* copied from responsive.gs home */
    background: rgba(0, 0, 0, 0) url("../images/campbell_webster_bookcover_gradient.jpg") no-repeat center bottom / cover;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.top_bar { /* copied from responsive.gs home */
    background: rgba(0, 0, 0, 0) linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)) repeat scroll 0 0;
    position: fixed;
    width: 100%;
    z-index: 3;
}

@media screen and ( max-width : 1000px ) {
	p {
		font-size: 26px;
		line-height: 35px;
	}
	
	h1 {
		font-size: 80px;
	}
	
	h2 { 
		font-size: 40px;
	}
	
	h3 { 
		font-size: 40px;
	}
	
	h4 {
		font-size: 30px;
	}
	
	/* text in upper banner */
	h6 {
		font-size: 25px;
	}
	
	ul {
		font-size: 26px;
		line-height: 35px;
	}

}
 