/*
Theme Name: Sackamusic
Theme URI: http://www.sackamusic.com
Description: Custom Theme For Sackamusic
Version: 1
Author: Adam Sweeney
Author URI: http://www.adamsweeneycreative.com
Tags: Dave Chalfant, Sackamusic
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";


/*Normalizing across site///////////////////////////////////////////////*/
/*Normalizes margin and padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, iframe {
	margin: 0;
	padding: 0;
}
/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/*Removes list-style from lists*/
ol, ul {
	list-style: none;
}
/*Normalizes font-style and font-weight*/
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
/*Removes border from fieldset and img*/
fieldset, img {
	border: 0;
}
/*End Normalizing////////////////////////////////////////////////////////*/

strong { font-weight: bold; }

em { font-style: italic; }

img { margin: 5px; border: none;  }

body {
	background-color: #9b9a64;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	color: #202001;
}

h1, h2, h3, h4, h5, h6 {
	color: #202001;
	padding: 5px 0px;
}

h1 {
	font-size: 18px;
	line-height: 24px;
}

h2 {
	font-size: 16px;
	line-height: 22px;
}

h3 {
	font-size: 14px;
	line-height: 20px;
}

h4 {
	font-size: 12px;
	line-height: 18px;
}

h5 {
	font-size: 11px;
	line-height: 18px;
}

h6 {
	font-size: 9px;
	line-height: 16px;
}

a:link, a:visited {
	color: #202001;
}

a:hover, a:active {
	color: #686731;
}


p {
	padding: 5px 0px;
}

hr {
	border: none;
	border-bottom: #202001 dashed 1px;
}

ul, ol {
	margin-left: 30px;
}

ol {
	list-style-type: decimal;
}

ul { 
	list-style-type: disc;
}

#container {
	width: 100%;
	background-image: url(images/bottom_wav.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 40px;
}

#header {
	width: 100%;
	height: 109px;
	background-image: url(images/top_wav.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

img.logo {
	display: block;
	margin: 8px auto 0px auto;
}

#nav {
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-bottom: 1px solid #202001;
	padding: 5px 0px 10px 0px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#nav li {
	display: inline;
	border-right: 1px solid #202001;
	padding-right: 10px;
	margin-right: 10px;
	text-transform: lowercase;
}

#nav li.page-item-11 {
	padding: 0; margin: 0; border: none;
}

#nav li a {
	text-decoration: none;
}

#content {
	margin: -50px auto 15px auto;
	width: 760px;
	min-height: 625px;
	text-align: left;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #202001;
	padding: 8px 20px;
	background-color: #CeCd97;
}

.centered { text-align: center; }

.jumpto { font-weight: normal; }

.jumpto a { text-decoration: none; font-weight: bold; font-size: 12px; }

.record_table {
	border: none; background-color: #202001;
	font-size: 14px;
}

.record_table td { 
	border: 2px solid #202001; 
	background-color: #CeCd97; 
	padding: 1px 5px; 
}

.record_table .table_top td {
	color: #CeCd97;
	background-color: #202001;
}

.legalese { text-align: center; font-size: 12px; padding: 40px 0 10px 0; }