/* @override 
	http://local.geslisongroberg.dev/include/styles.css
	https://www.geslisongroberg.com/include/styles.css
	http://geslisongroberg.com/include/styles.css
*/

body {
	text-align: center;
	margin: 0px;
	color: #aaa;
	background: #251d1b;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

p {
	line-height: 26px;
}

b, strong {
}

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

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

img {
	border-style: none;
}

.image-left {
	position: relative;
	margin: 13px 30px 13px 0px;
	padding: 0px;
	float: left;
	border: 1px solid #000;
}

.image-right {
	margin: 13px 0px 13px 30px;
	padding: 0px;
	float: right;
	border: 1px solid #000;
}
	
.clearer {
	clear: both;
}

#container {
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 100%;
	padding: 0px 0px;
	background: #fff;
	color: #000;
}

#pageHeader {
	height: 100px;
	color: #fff;
	background: #7d402b url(WoodFine0031_11_S.jpg);
	padding: 0px 25px;
	-moz-box-shadow:0px 0px 10px #888;
	-webkit-box-shadow: 0px 0px 10px #888;
	box-shadow: 0px 0px 10px #888;
	border-bottom: 1px solid #653d32;
}

#header {
	margin: 0px auto;
	height: 100px;
	width: 940px;
}

#header img {
	padding: 10px 0px;
}

#contentContainer {
	padding: 0px;
	margin: 0px;
	background: #fff;
	position: relative;
}

#content {
	position: relative;
	padding: 0px 25px 10px 25px;
	width: 940px;
	margin: 0px auto;
}

#footer {
	padding: 30px 0px 40px 0px;
	color: #aaa291;
	position: relative;
	font-weight: normal;
	text-align: right;
	font-size: .9em;
	clear: both;
	background-color: #2a1a15;
	background-image: url(noise-overlay3.png);
	-moz-box-shadow:0px 0px 10px #888;
	-webkit-box-shadow: 0px 0px 10px #888;
	box-shadow: 0px 0px 10px #888;
}
#footerInner, #footer-widget-area {
	width: 940px;
	margin: 0px auto;
	padding-left: 25px;
	padding-right: 25px;
	clear: both;
}
#footerInner {
	padding-top: 40px;
}

#footer p {
}

#footer a:link, #footer a:visited {
	color: #c0b090;
}

#footer a:hover, #footer a:active {
	color: #d8c6a2;
}

#footer-widget-area {
	text-align: left;
}
#footer-widget-area ul.xoxo {
	padding: 0;
	margin: 0;
	width: 100%;
}
#footer-widget-area ul.xoxo li.widget {
	display: block;
	float: left;
	width: 28%;
	padding-right: 5%;
	list-style: none;
	margin-top: 0;
	padding-left: 0;
}

#footer h3 {
	color: #e4d1ab;
	text-transform: none;
	font-size: 1.8em;
}
h3.widgettitle, li.widget {
	margin-top: 0;
	margin-bottom: 10px;
}
li.widget_recent_entries ul {
	list-style: none;
	padding-left: 0px;
}

	
#navigation {
	position: relative;
	margin-top: 0px;
	top: -65px;
	width: 590px;
	left: 180px;
	margin: 0px auto;
}

#navigation #current {
}

#navigation #current:hover {
}

#navigation .currentAncestor {
}

#navigation ul {
	list-style: none;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 7px 0px;
}

#navigation li {
	position: relative;
	display: inline;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	white-space: nowrap;
}

#navigation li a.current:link {
	color: #fff;
}
#navigation li a:link, #navigation li a:visited{
	padding: 7px 10px 7px 10px;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	color: #fff1cb;
	background-color: #99654d;
	font-weight: bold;
}

/* My Comment */

#navigation li a:hover{
	background-color: #411;
	opacity: 1;
}

#shopcartlink a {
	display: block;
	position: absolute;
	font-size: 12px;
	margin: 0px 7%;
	white-space: nowrap;
	left: 195px;
	top: 35px;
	padding: 0px;
	text-align: left;
	text-decoration: none;
	color: #e6cea0;
	font-weight: bold;
}

/* @group search form 
*/
#navigation ul li.search {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
}

#navigation ul li.search a {
	display: block;
	padding: 7px 10px 7px 10px;
}


#searchform div label.screen-reader-text {
	display: none;
}

#searchformtop {
	display: none;
	position: absolute;
	right: 10%;
	top: 80px;
	z-index: 1;
}

#searchformtop form div input#searchsubmit {
	color: #fff1cb;
	background-color: #542b20;
	border: 0px solid #251812;
	font-size: 1.1em;
	padding: 9px 10px 11px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 1px 10px #333;
-webkit-box-shadow: 0px 1px 10px #333;
box-shadow: 0px 1px 10px #333;
}
#searchformtop form div input#searchsubmit:hover, #searchformtop form div input#searchsubmit:focus {
	opacity: 1;
}
#searchformtop form div input#s {
	position: absolute;
	right: 80px;
	font: 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 5px;
	border: 4px solid #542b20;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 1px 10px #333;
-webkit-box-shadow: 0px 1px 10px #333;
box-shadow: 0px 1px 10px #333;
}
#searchformtop form div input#s:hover {
	border-color: #7e5b4a;
}
#searchformtop form div input#s:focus {
}

/* @end */



/* @group Home page
 */
img.home-header {
	position: relative;
	left: -20px;
	margin: 0;
}

.threecol, .twocol {
	margin: 25px 0px;
}

.twocol .col1 {
	float: left;
	width: 32%;
	padding-right: 6%;	
}
.twocol .col2 {
	float: left;
	width: 62%;
}
.twocol .col2 h2 {
	font-size: 1.5em;
	margin-bottom: 1.5em;
}
.twocol .col2 ul.recent-posts li {
	margin-bottom: 3em;
}
.threecol .col1, .threecol .col2, .threecol .col3 {
	float: left;
	width: 28%;
	padding-right: 5%;
}
.threecol .col1 {
}
.threecol .col2 {
}
.threecol .col3 {
}
.threecol ul.no-bullets {
	margin-top: 15px;
}
/* @end */

#allCDs {
	width: 620px;
	float: right;
	margin-left: 20px;
}

ul.no-bullets {
	margin-top: 0px;
	padding-left: 20px;
}

ul.no-bullets li {
	margin-top: 5px;
	list-style-type: none;
}

ul.no-bullets li a {
	text-decoration: none;
}

blockquote {
	line-height: 24px;
	font-style: italic;
	font-size: 18px;
	margin: 0;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

h1 {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 3em;
}
h1,h2 {
	color: #7e483e;
}
#acoustic-music {
	text-align: center;
}
h1.acoustic {
	padding-top: 0;
	white-space: nowrap;
	font: 4em/1em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}
h1.acoustic span.music {
	font-size: 1.5em;
	letter-spacing: .02em;
}
h1.acoustic span.soul {
	letter-spacing: .01em;
	font-size: .7em;
	line-height: 1.1em;
}
h2 {
	margin: 20px 0px 10px 0px;
	padding: 0px;
	letter-spacing: .1em;
	font: small-caps 2.4em Georgia, "Times New Roman", Times, serif;
}

h3 {
	margin: 20px 0px 0px 0px;
	font-size: 1.3em;
}
h3.widgettitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
}
h4 {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.imageStyle {
}
	
li {
	margin-top: 10px;
}

table.cdlisting {
	margin-top: 10px;
	margin-bottom: 30px;
}

table.cdlisting td {
	padding: 0px;
	margin: 0px;
}

#cdlinks {
	position: relative;
	width: 180px;
	margin: 10px 20px 10px 0px;
	padding: 0px;
	float: left;
	clear: left;
	font-size: 14px;
	text-align: center;
	background: #fff;
	border: 1px solid #fff;
	
}

div.alert {
	position: relative;
	padding: 12px 15px;
	text-align: left;
	border: 1px solid #f00;
	background: #fff9be repeat-x;
}

#cdlinks a small, #cdlinks small a {
	display: block;
}

.cdcover {
	display: inline;
	border: 1px solid #eee;
	margin: 0px 0px 10px 0px;
	-moz-box-shadow: 0px 4px 5px #888;
-webkit-box-shadow: 0px 4px 5px #888;
box-shadow: 0px 4px 5px #888;
}

.cdcover2 {
	display: block;
	border: 1px solid #000;
	margin: 2px;
	float: left;
}

.cdcover3 {	
	display: inline;
	padding: 1px;
	margin: 4px;
	border: 2px solid #fff;
	vertical-align: top;
	background-color: #ddd;

	/*padding: 0px;
	margin: 0px;
	border: 0px solid #fff;*/
	-moz-box-shadow: 0px 4px 5px #888;
-webkit-box-shadow: 0px 4px 5px #888;
box-shadow: 0px 4px 5px #888;
}

.cdcover3:hover {
	border-color: #000;
}
.cdcover4 {	
	display: inline;
	padding: 1px;
	margin: 0px 0px 30px 37px;
	border: 2px solid #fff;
	vertical-align: top;
	background-color: #ddd;

	/*padding: 0px;
	margin: 0px;
	border: 0px solid #fff;*/
	-moz-box-shadow: 0px 4px 5px #888;
-webkit-box-shadow: 0px 4px 5px #888;
box-shadow: 0px 4px 5px #888;
}

.cdcover4:hover {
	border-color: #000;
}
ul.musicians {
	margin-left: 0px;
	padding-left: 0px;
	font-size: 14px;
}

ul.musicians li {
	list-style: none;
	margin-top: 0px;
	margin-bottom: 5px;
}


a.h3link:link, a.h3link:visited {
	color: #000;
	text-decoration: none;
}

a.h3link:hover, a.h3link:active {
	color: #f00;
	text-decoration: none;
}

.smallTextTable {
	position: relative;
	text-align: center;
	font-size: 14px;
	/*background-color: #fff9d9;*/
	background: #efd193 url(../img/grad8.jpg) repeat-x;
	/*border-left: 1px solid #cbb27d;*/
	border: 1px solid #cbb27d;
	border-spacing: 0px;
	margin: 10px 0px 0px 15px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.smallTextTable td {
	padding-right: 5px;
	padding-left: 5px;
}

#bulkorder {
	position: relative;
	/*background: #efd193 url(../img/grad8.jpg) repeat-x;*/
	/*border: 1px solid #000;*/
	padding-bottom: 0px;
	/*padding-left: 20px;*/
}

.smallTextTable h3 {
	padding-top: 0;
	padding-bottom: 15px;
	font-size: 16px;
	margin: 0;
}

input.shopcartButton {
	font-size: 12px;
	font-weight: bold;
	background: #EFD193 url(/img/grad9.jpg) repeat-x;
	color: #a00;
	border: 1px solid #a00;
}

input.shopcartButton:hover {
	background: #fff9d9;
	color: #f00;
	border-color: #f00;
}

input.bigButton {
	font-size: 18px;
	background: #EFD193 url(/img/grad9.jpg) repeat-x;
	color: #a00;
	border: 1px solid #a00;
	font-weight: bold;
}

input.bigButton:hover {
	background: #fff9d9;
	color: #f00;
	border-color: #f00;
}

table#shopcart {
	width: 100%;
	border-spacing: 0px;
}

table#shopcart td {
	margin: 0px;
	padding: 5px 10px;
	font-size: 14px;
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
}

table#shopcart tr.topCart td {
	font-weight: bold;
	background-color: #faedc3;
	border-bottom: 1px solid #edcf9e;
	border-top: 1px solid #edcf9e;
}

table#shopcart td.product {
	width: 25%;
}

table#shopcart td.description {
	width: 40%;
}

table#shopcart td.qty {
	text-align: center;
}

table#shopcart td.price {
	text-align: right;
}

table#shopcart td.updateremove {
}

table#shopcart td.total {
	vertical-align: top;
	text-align: right;
	font-weight: bold;
	font-size: 24px;
}

table#shopcart tr.totalRow td {
	border-top: 1px solid #aaa;
	border-bottom: 0px;
}

#content div.tracklist ol li {
	font-size: 14px;
}

#content-right {
	margin-left: 235px;
}

img, div { behavior: url(/include/iepngfix.htc) }

#nav-above {
	margin-bottom: 40px;
}
div.entry-meta {
	display: block;
	margin: 0px 0px 60px 0px;
	font-size: .8em;
}
.entry-meta2 a img.wp-post-image {
	float: right;
	margin: 0px 0px 40px 20px;
	border: 0;
	-moz-box-shadow: 0px 4px 5px #888;
-webkit-box-shadow: 0px 4px 5px #888;
box-shadow: 0px 4px 5px #888;
}
div.entry-meta, div.entry-meta a {
	color: #aaa;
}
div.entry-meta2 {
	margin-top: 20px;
	font-weight: bold;
	font-size: 1.5em;
}
.published {
}
ul.recent-posts {
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 10px;
}
ul.recent-posts li  abbr.published {
	display: block;
	font-size: .8em;
	color: #aaa;
}

#comment {
	width: 100%;	
}

div.hentry {
	margin-top: 20px;
}
#artwork-and-playlist {
	width: 302px;
	margin-right: 35px;
	float: left;
	position: relative;
	display: block;
}

div.cd-page div.entry-content, div.cd-page h2.entry-title {
	margin-left: 357px;
}
div.playlist-title {
	background-color: #7e7671;
	color: #fffaf2;
	padding: 5px 8px;
	margin: 10px 0px 0px 0px;
	font: bold 1.6em Georgia, "Times New Roman", Times, serif;
}

#artwork-and-playlist ul.playlist li {
	background-color: #cbc5b6;
}
#artwork-and-playlist ul.playlist li:hover {
	background-color: #edeadc;
}

img.attachment-medium {
-moz-box-shadow: 0px 4px 5px #888;
-webkit-box-shadow: 0px 4px 5px #888;
box-shadow: 0px 4px 5px #888;
}
img.attachment-medium:hover {
-moz-box-shadow: 0px 4px 15px #777;
-webkit-box-shadow: 0px 4px 15px #777;
box-shadow: 0px 4px 15px #777;
}

div.note {
	font-size: .9em;
	color: #888;
	font-style: italic;
	margin-top: 10px;
}

.alignright {
	float: right;
	clear: right;
	margin-left: 20px;
	border: 1px solid #ccc;
	-moz-box-shadow: 0px 4px 5px #888;
-webkit-box-shadow: 0px 4px 5px #888;
box-shadow: 0px 4px 5px #888;
}
.alignleft {
	display: block;
	float: left;
	margin-right: 20px;
	-moz-box-shadow: 0px 4px 5px #888;
-webkit-box-shadow: 0px 4px 5px #888;
box-shadow: 0px 4px 5px #888;
}
.wp-caption {
	background-color: #eee;
	text-align: center;
	padding: 5px 1px;
	border: 1px solid #ccc;
	margin-left: 25px;
	margin-bottom: 25px;
}
.wp-caption-text {
	color: #555;
	font-size: .8em;
	line-height: 130%;
	margin-bottom: 0;
}
#cdlist ul {
	list-style-type: none;
	padding-left: 20px;
}

a.readmore {
	font-size: .7em;
	margin-left: 20px;
}

span.free_download {
	font-weight: bold;
	color: #e48b39;
	font-size: 16px;
}

#disqus_thread {
	clear: both;
	background-color: #f2efe1;
	padding: 5px 20px;
	margin-top: 20px;
	border: 1px solid #dfd9b9;
}

div.addthis_toolbox {
	height: 20px;
}
div.addthis_32x32_style {
	height: 32px;
	margin: 30px 0px;
}

#featured {
	margin-left: 35px;
	margin-bottom: 1em;
	padding: 10px;
	border: 5px solid #a00;
	background-color: #fff4cb;
}







