/* Layout styles */

body{
	/* font-family: 'Economica', sans-serif; */
	font-family: 'Bookman Old Style', sans-serif;
	font-size: 17px;
	margin: 0;
	background-image: url('images/unsigneddesign/LT_DiagonalCheckeredGrunge_05sm.jpg');
	/* background from http://lostandtaken.com/gallery/	*/
	/* also looked into http://www.cgtextures.com/ for backgrounds */
}

footer {
	font-size: smaller;
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 10px auto 0 auto;
	padding: 10px 0 10px 0;
	background-color: #272935;
	box-shadow: 0 8px 6px -6px black inset;
		-webkit-box-shadow: 0 8px 6px -6px black inset;
	    -moz-box-shadow: 0 8px 6px -6px black inset;
	/* box shadow from http://css-tricks.com/snippets/css/css-box-shadow/ */
}

footer a {
	color: #b9bee0;
	text-decoration: none;
}

footer a:hover {
	text-shadow: 1px 1px 3px #fff;
}

hgroup {
	float: left;
	width: 150px;
	margin-right: 20px;
	margin-left: 50px;
}

h1 {
	font-family: 'Alegreya SC', serif;
	font-size: 75px;
	color: #fff;
	margin-top: 0;
	padding: 0;
	margin-bottom: 0;
}

h2 {
	font-family: 'Economica', sans-serif; 
	font-size: 22px;
	font-style: italic;
	color: #fff;
	margin-top: 0;
	padding-top: 0;
	position: relative;
	top: -20px;
}

h3 ,h4{
	font-family: 'Economica', sans-serif; 
	font-size: 28px;
	margin-bottom: 0;
	padding-bottom: 0;
}

p, ul {
	font-size: 18px;
	margin-top: 0;
	padding-top: 0;
}

ul {
	color: #272935;
}

#content {
	margin-top: 5px;
	float: left;
	width: 50%;
}

section {
	position: relative;
	padding: 10px 20px 10px 20px;
	margin: 0 0 20px 0;
	background: #fff;
	box-shadow: 0 1px 1px #a2a4b0;
	border-radius: 5px;
}

#onesection {
	height: 353px;
}

a {
	color: #09C;
	text-decoration: none;
}

a:hover {

	border-bottom: dashed 1px #272935;;
}

/* Horizontal menu */

nav {
	padding-top: 35px;
}

nav a{
	margin: 0 5px 0 0;
	width: 175px;
	text-decoration: none;
	background: #272935; /* ddd */
	color: #fff; /* 444 */
	padding: 10px 15px;
	border: #fff 1px solid;
	border-radius: 5px;
	box-shadow: 0 1px 0 #565867; /* ccc */
}

nav a:hover {
	color: #fff; /* eee */
	background: #565867; /* #9c9c9c; */
	background: linear-gradient(top, #bbb, #999);
}

#page {
	background: #fff;
	color: #272935;
}

#page span {
	border-bottom: #565867 2px solid;
}


nav ul a{
	background: #565867; /* #f2f2f2 */
	color: #fff;
}

nav ul a:hover{
	background: #fafafa;
	color: #444;
}

/* Small reset */

article,aside,footer,header,hgroup,menu,nav,section {
	display: block;
}