/* height on html and body are for sticky footer */

/* commented backslash hack to hide from MacIE5 \*/
html {
	height: 100%;
}
/* end MacIE5 hack */

body {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #000;
	font-family: Arial, Tahoma, "Lucida Grande", Verdana, sans-serif;
	text-align: center;
	height: 100%;
}

/* general layout */

#outer_wrap {
	position: relative;
	width: 850px;
	margin: 0 auto;
	padding: 0;
	height: 100%;
}

#keywords {
	position: relative;
	width: 848px;
	margin: 0;
	top: 110px;
	padding: 20px 0 0 0;
	text-align: center;
	color: #b09119;
	font-size:9pt;
}

#inner_wrap {
	position: relative;
	width: 848px;
	margin: 0;
	top: 120px;
	padding: 20px 0 0 0;
	text-align: left;
	color: #333;
	background-color: #fff;
	border-left: 1px solid #630;
	border-right: 1px solid #630;
	min-height: 80%;
}
/* commented backslash hack hides from MacIE5, then star hack feeds to WinIE6 \*/
* html #inner_wrap {
	height: 80%;
}
/* end MacIE5 hack */

/* nameplate (masthead) */

#nameplate {
	width: 848px;
	height: 163px;
	border-bottom: 1px solid #eae3b5;
	background-image: url(images/worldcitymusic.com.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	clear: both;
}
#nameplate img#third_word {
	position: absolute;
	top: 15px;
	left: 94px;
}


/* navigation bar */

#nav {
	width: 540px;
	font-family: Arial, "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	color: #bfbd72;
	background-color: #fff;
	text-align: left;
	margin: 12px 20px 2px 20px;
	padding: 0;
	line-height: 100%; 
	float: left;
	/* following is to prevent IE6 doubled-float-margin bug */
	display: inline;
}
#nav ul {
	margin: 0;
	padding: 0;
	line-height: 100%;
	float: left;
}
#nav li {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 11px;
	line-height: 100%;
	display: inline;
	list-style-type: none;
	float: left;
}
#nav li a {
	color: #339;
	background-color: transparent;
	text-decoration: none;
	padding: 0 10px;
	border-left: 1px solid #eae3b5;
}
#nav li#current a {
	color: #b09119;
	background-color: transparent;
}
#nav li a:hover {
	color: #f60;
	background-color: transparent;
}

/* div#content */

#content {
	width: 540px;
	margin: 0px 0 20px 20px;
	padding: 0;
	color: #333;
	background-color: #fff;
	clear: both;
	float: left;
	display: inline;
}
#content p {
	font-size: 12px;
	line-height: 150%;
	margin: 0 0 1em 0;
	text-align: left;
}
#content p.small {
	font-size: 10px;
	clear: both;
}
#content p a, #content li a, #intro p a, #intro li a {
	color: #339;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px dotted #339;
}
#content p a:hover, #content li a:hover, #intro p a:hover, #intro li a:hover {
	color: #f60;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px solid #f60;
}
#content p.pagenote {
	padding: 0.75em 0;
	border-top: 1px solid #eae3b5;
	border-bottom: 1px solid #eae3b5;
	clear: right;
}
#content ul, #content ol {
	margin-top: 0;
}
#content li {
	margin: 0.5em 0;
	font-size: 12px;
	line-height: 150%;
}
#content blockquote {
	font-size: 13px;
	line-height: 150%;
	font-family: Georgia, serif;
	font-style: italic;
}

/* tip list */

div.tip_list {
	margin: 0.75em 0 1.5em 0;
}
#content div.tip_list h2 {
	font-size: 21px;
}
#content div.tip_list h3 {
	font-size: 16px;
	color: #353e47;
	background-color: transparent;
}
#content div.tip_list h3 a {
	text-decoration: none;
	color: #353e47;
	border-bottom: 1px dotted #353e47;
}
#content div.tip_list h3 a:hover {
	color: #f60;
	border-bottom: 1px solid #f60;
}
#content div.tip_list p {
	margin: 0.25em 0;
}
#content div.tip_list p.topic_link {
	margin: 0.75em 0 1.25em 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #eae3b5;
	color: #758a5b;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-size: 10px;
}

.ruled {
	color: #333;
	background-color: #fff;
	margin: 1.5em 0;
	padding: 3px 0 5px 0;
	border-bottom: 1px solid #bfbd72;
}

/* div#sidebar */

#sidebar {
	width: 248px;
	text-align: left;
	color: #333;
	background-color: transparent;
	margin: 14px 20px 0 0;	
	padding: 0;
	float: right;
	display: inline;
}
#sidebar div.omni_box {
	margin: 8px 0 1em 0;
	padding-top: 8px;
	border: 1px solid #b09119;
}
#sidebar div.omni_box div.boxbutton {
	margin: 1em 0 0.3em 22px;
}
#sidebar a {
	color: #339;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px dotted #339;
}
#sidebar a:hover {
	color: #f60;
	background-color: transparent;
	border-bottom: 1px solid #f60;
}
#sidebar .box {
	width: 246px;
	border: 1px solid #b09119;
	background-color: #eae3b5;
	margin: 8px 0 12px 0;
	float: right;
}
#sidebar .box ul {
	font-size: 10px;
	margin: 6px 10px 12px 10px;
	padding: 0;
}
#sidebar .box li {
	list-style-type: none;
	line-height: 120%;
	margin: 6px 0;
	padding: 0;
	clear: right;
}
#sidebar .box li a {
	margin: 3px 0;
}
#sidebar .box li#current_tip a {
	color: #f60;
	border-bottom: 1px solid #f60;
}
#sidebar .box h3 {
	font-family: Arial, "Helvetica Neue", sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	background-color: #b09119;
	line-height: 110%;
	margin: 0;
	padding: 5px 9px 6px 10px;
}
#sidebar .box h3 a {
	color: #fff;
	background-color: transparent;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}
#sidebar .box h3 a:hover {
	border-bottom: 1px solid #fff;
}
#sidebar .box form#sidebar_signup {
	background-color: #eae3b5;
}
#sidebar .box form#sidebar_signup input#submit_signup {
	padding: 1px 1px 2px 2px;
	border-top: 1px solid #bfbd72;
	border-right: 1px solid #630;
	border-bottom: 1px solid #630;
	border-left: 1px solid #bfbd72;
	color: #fff;
	background-color: #b09119;
	font-size: 11px;
	letter-spacing: 1px;
	font-family: Tahoma, "Lucida Grande", Verdana;
	font-weight: bold;
	float: right;
	margin: 3px 10px 10px 10px;
}
#sidebar p {
	font-family: Verdana, "Lucida Grande", Arial, sans-serif;
	font-size: 10px;
	line-height: 125%;
	text-align: left;
	color: #666;
	background-color: transparent;
	margin: 4px 0;
}
#sidebar p.caption {
	line-height: 150%;
	color: #664900;
	margin: 4px 18px 1em 18px;
}
#sidebar .box p {
	text-align: left;
	color: #664900;
	background-color: transparent;
	margin: 5px 10px;
}
#sidebar h2 {
	margin: 14px 14px 0.5em 14px;
}
#sidebar h3 {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	color: #353e47;
	background-color: transparent;
	font-size: 14px;
	line-height: 110%;
	width: auto;
	margin: 18px 14px 0 14px;
	padding: 0;
}
#sidebar h4 {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	color: #353e47;
	background-color: transparent;
	font-size: 12px;
	line-height: 125%;
	width: auto;
	margin: 18px 14px 0.25em 14px;
	padding: 0;
}
#sidebar h5 {
	margin: 8px 0 4px 0;
	color: #f60;
}
#sidebar h6 {
	font-family: Verdana, "Lucida Grande", Arial, sans-serif;
	font-size: 10px;
	line-height: 125%;
	text-align: left;
	color: #758a5b;
	background-color: transparent;
	margin: 8px 0 4px 0;
}

/* footer */

#footer {
	width: 848px;
	font-family: Arial, "Lucida Grande", Arial, sans-serif;
	font-weight: bold;
	color: #bfbd72;
	background-color: #fff;
	border: 1px solid #630;
	border-top: none;
	margin: 0 auto;
	padding: 150px 0 0 0;
	text-align: left;
	min-height: 2em;
}
/* commented backslash hack to hide from Mac IE5 \*/
* html #footer {
	height: 1%;
}
/* end Mac IE5 hack (above was for Windows IE6) */
#footer ul {
	margin: 0 20px;
	padding: 6px 0;
	line-height: 100%;
	float: left;
	/* following is to prevent IE6 doubled-float-margin bug */
	display: inline;
	width: 808px;
	border-top: 1px solid #eae3b5;
}
#footer li {
	margin: 0;
	padding: 0;
	font-size: 9px;
	line-height: 100%;
	display: inline;
	list-style-type: none;
	float: left;
}
#footer li a {
	color: #339;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 1px 8px;
	border-right: 1px solid #eae3b5;
}
#footer li a:hover {
	color: #f60;
	background-color: transparent;
}
#footer p {
	font-size: 10px;
}

/* general */

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
hr {
	height: 1px;
	color: #999;
	background-color: #666;
	border: none;
	margin: 1em 0;
}
a {
	color: #339;
	background-color: transparent;
}
a:hover {
	color: #f60;
	background-color: transparent;
}

/* headline styles */

h1, h2 {
	font-family: Georgia, sans-serif;
	font-weight: bold;
	line-height: 100%;
	color: #353e47;
	margin: 0 0 0.3em 0;
}
h1 {
	font-size: 24px;
}
h1 a {
	text-decoration: none;
	color: #353e47;
	border-bottom: 1px dotted #353e47;
}
h1 a:hover {
	border-bottom: 1px solid #f60;
}
h2 {
	font-size: 18px;
}
h2 a, h3 a {
	border-bottom: none;
}
h2 a:hover {
	color: #339;
}
h3 {
	font-family: Arial, "Helvetica Neue", sans-serif;
	font-size: 14px;
	line-height: 130%;
	margin: 1em 0 0.5em 0;
	padding: 0;
	color: #664900;
	background-color: transparent;
}
h4 {
	font-family: Arial, "Helvetica Neue", sans-serif;
	font-size: 12px;
	margin: 0.3em 0;
	padding: 0;
	text-transform: none;
	color: #758a5b;
	background-color: transparent;
}
h5 {
	margin: 6px 0 1em 0;
	padding: 0;
	color: #b09119;
	background-color: transparent;
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 16px;
}
h6 {
	margin: 1em 0 0.5em 0;
}
/* to enclose floated elements */

.clear_floats {
	clear: both;
	visibility: hidden;
	height: 1px;
	margin: 0;
	padding: 0;
	line-height: 1px;
}

/* layout */

div.multicolumn ul {
	margin-bottom: 0;
}
div.multicolumn div.one_half {
	width: 49%;
	float: left;
}
div.multicolumn div.one_third {
	width: 33%;
	float: left;
}

/* marketplace pages */

div.product {
	margin: 1em 0 0.4em 0;
	padding: 0.8em 0 0 0;
	border-top: 1px solid #b09119;
	float: left;
	display: inline;
}
div.product div.boxbutton {
	clear: none;
	width: 200px;
	background-color: #fff;
	margin: 1em 0 0 216px;
}
div.product div.boxbutton h5 {
    margin: 0;
}
div.product a {
	font-weight: normal;
}
div.product div.boxbutton a {
	font-weight: bold;
}
div.product h4 {
	padding-left: 216px;
	font-family: Georgia, serif;
	font-size: 18px;
	text-transform: none;
}
div.product p {
	padding-left: 216px;
}
div.product ul {
	padding-left: 216px;
	margin-left: 3em;
}
div.product div.product_image2 {
	width: 150px;
	float: left;
	margin-top: 4px;
}
div.product div.product_image {
	width: 200px;
	float: left;
	margin-top: 4px;
}
div.product img {
	float: right;
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
}
div.product p img {
	float: none;
	margin: 0 0.7em 0 0;
	line-height: 100%;
}
div.product div.premium {
	width: 150px;
	clear: left;
	float: left;
	margin: 4px 0 0 0;
}
div.product div.premium img {
	float: left;
}
#content div.product div.premium p {
	padding: 0;
	font-size: 10px;
	line-height: 11px;
	clear: left;
}

/* order confirmation */

div.callout {
	border: 1px solid #b09119;
	background-color: transparent;
	margin: 8px 0 12px 0;
}
div.callout h4 {
	color: #bfbd72;
	margin: 1em;
}
#content div.callout p {
	margin: 1em;
}

/* about us */

#about {
	margin: 1em 0;
}
#about p.intro {
	font-size: 12px;
}
#about strong {
	color: #664900;
}
#about ul {
	margin: 0;
	padding: 0;
}
#about li {
	font-size: 14px;
	list-style-type: none;
	padding: 0;
}
#about li a {
	font-weight: bold;
}
#about li.second {
	font-size: 12px;
	padding-left: 20px;
}
#about li.third {
	font-size: 12px;
	padding-left: 20px;
}

