body {
	background: white url(background.jpg) repeat;
	margin: 0;
}

#shadow {
	background: url(bg-body.png) top center repeat-y;
}

#global-container {
	width: 800px;
	margin: 0 auto;
	background-color: white;
}

#header-graphic {
	background-image: url('header.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	height: 230px;
}

#header-graphic:hover {
	cursor: pointer;
}

#navigation-bar {
	overflow: hidden;
	border-width: 1px 0 0 0;
	border-color: #190F03;
	border-style: solid;
	background-image: url(navbar-background.png);
	width: 100%;
}

ul#navlist {
	display: block;
	padding: 0;
	margin: 0;
}

ul#navlist li {
	display: inline;
	
}

ul#navlist li a {
	display: inline;
	float: left;
	padding: 8px 8px;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #8C8471;
	border: 1px solid #57534F;
	border-width: 0 1px 1px 0;
	white-space: nowrap;
}

ul#navlist li a:hover {
	background: #2C202C url(navbar-highlight.png);
	color: white;
}

ul#navlist li a.active {
	color: white;
	background: #446688 url(navbar-highlight.png);
}

#body-container {
	display: block;
	padding: 20px;
	background-color: #f1f1f1;
	border: solid 1px white;

	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #333;
}

.widget-header {
	background-image: url('widget-header.png');
	background-repeat: no-repeat;
	background-color: #342E29;
	color: ghostwhite;
	padding: 3px;
	text-align: center;
	font-family: verdana;
	font-size: 10pt;
	letter-spacing: 1px;
	font-weight: bold;
}

.widget-container {
	margin: 0;
	padding: 0;
	border-style: solid;
	border-color: #949580;
	border-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	background-color: white;
}

.myli {
	margin-top: 10px;
	margin-right: 5px;
}


a.links {
	color: #61758E;
	text-decoration: none;
}

a.links:hover {
	text-decoration: underline;
}

p.ptr {
	margin-bottom: 40px;
}

#signup {
	background-image: url(signup-button.png);
	width: 102px;
	height: 32px;

}

#signup:hover {
	background-image: url(signup-button-highlight.png);
	width: 102px;
	height: 32px;
	cursor: pointer;
}

#newsletter-widget li {
	margin-top: 1em;
	list-style-image: url(newsletter-bullet.png);
}

.article-title {
	text-align: center;
}

.article-author {
	margin: 1em 0;
	text-align: center;
}

li.article-list {
	margin-top: 30px;
}

/* -------------------------------------------------------------------------------- 
 *  							  News Feed
 * -------------------------------------------------------------------------------- */

#news-feed-container {
	margin-top: 70px;
}

#news-feed-header {
	border-bottom: 1px solid #ccc;
	font-family: times new roman;
}


#news-feed-page a.link-header {
	font-size: 12pt;
	letter-spacing: 0;
	color: #433943;
}

#news-feed-page a {
	color: #003366;
	text-decoration: none;
	font-family: arial, georgia, times new roman;
	font-size: 10pt;
	line-height: 16pt;
}

#news-feed-page a:hover {
	text-decoration: underline;
}

#news-feed-page font {
	font-family: verdana, georgia, times new roman;
	line-height: 14pt;
	font-size: 10pt;
}

.news-feed-content b {
	font-weight: normal;
}

/* -------------------------------------------------------------------------------- 
 *  							  Auctions Feed
 * -------------------------------------------------------------------------------- */

#auctions-feed-page a.link-header {
	font-size: 12pt;
	letter-spacing: 0;
	color: #433943;
}

#auctions-feed-page a {
	color: #003366;
	text-decoration: none;
	font-family: arial, georgia, times new roman;
	font-size: 10pt;
	line-height: 16pt;
}

#auctions-feed-page a:hover {
	text-decoration: underline;
}

#auctions-feed-item-container {
	margin-top: 100px;
}

#auctions-feed-item-header {
	border-bottom: 1px solid #ccc;
	font-family: times new roman;
}

/* -------------------------------------------------------------------------------- 
 *  							  Articles Pages
 * -------------------------------------------------------------------------------- */
#article-page {
	background-color: white;
}

div.article-title {
	margin: 2em 0;
	font-size: 16pt;
	font-weight: bold;
}

div.article-author {
	margin: 2em 0;
	font-style: italic;
}

div.article-body {
	line-height: 16pt;
}


/* -------------------------------------------------------------------------------- 
 *  						  Amazon Produce Reviews
 * -------------------------------------------------------------------------------- */

#amazon-reviews-page {
	padding-left: 10px;
	padding-right: 20px;
}

#amazon-reviews-page p {
	line-height: 16pt;
}

/* -------------------------------------------------------------------------------- 
 *  						  Guitar Tabs
 * -------------------------------------------------------------------------------- */


.scroll-title, .scroll-artist {
	margin-left: 2em;
}

.scroll-image {
	margin-right: 1em;
}

.scroll-item-container {
	background: /*#f1f1f1*/ white;
	border: 0px;
	border: 1px solid lightgrey;

	margin: 20px 0;
}

.scroll-item-container:hover {
	background: black;
	cursor: pointer;
	color: white;
}

.scroll-item-container table {
	width: 100%;
	border: 0px dashed yellow;
}
.scroll-item-container table:hover {
	color: white;
}

.tab-list-container {
	margin: 20px 50px;
	font-family: georgia;
	font-size: 14pt;
}

.tab-list {
	border-bottom: 1px dotted #ccc;
	padding: 10px 0;
}

.tab-list:hover {
	background: #E3DDE3;
}

.tab-image {
	margin-left: 25px;
}

.tab-list-count {
	font-size: 20pt;
	color: #ccc;
	font-family: georgia;
}
