/* @import "../../menu-structure.css"; */
@import "menu.css";
@import "layout.css";
@import "../../content.css";
@import "fonts.css"; /* fonts for this theme */
@import "colors.css"; /* fonts for this theme */
@import "hitter.css";
@import "weblog.css";

body {
}

#main {
	border-style: none;
	border-top-width: 3px;
	border-left-width: 3px;
	border-bottom-width: 1px;
	border-right-width: 1px;
}

#header {
}

#header h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
}

#breadcrumbs {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
}

#breadcrumbs div {
	display: inline;
}

#skiplinks {
	display: none;
}

#content {
}

#content-center {

	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;

	width: 510px;
	width: 65%;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;

	background-image: url('../../../images/themes/desert/content-background.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;

}

#content-right {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 0px;
	padding-right: 0px;
	border-style: none;

}

.content-right-item {
	width: 90%;

	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

#footer {
}

.loading-icon {
	background-image: url(../../../images/themes/desert/ajax-loader-large.gif);
}

/* New Jul 1, 2010. Consider whetheer these should go in the general main.css */
.application {
	line-height: 1.3em;
	padding-left: 5px;
}

.application>div {
	padding-left: 15px;
	padding-right: 15px;
}

h2,
#recent, #live_shows, #music_collection, #charts
{
	border-bottom: 1px solid #000;
	color: #4E352D;
	border-color: #4E352D;
	padding-bottom: 4px;
}
