/* general HTML elements */

* {
	margin-top: 0;
	margin-bottom: 0;

	padding-top: 0;
	padding-bottom: 0;
}

a {
	cursor: pointer;
	color: #4a90dd;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	text-align: center;
	background: url(/imgs/bg-strip.png) black repeat-x 0px -80px; 

	font-size: 11pt;
	font-family: sans-serif;
}

p {
	margin-bottom: 1em;
}

br {
	margin-bottom: 0.45em;
}

h1 {
	font-size: 18pt;
	/*color: #66bfff;*/
	color: #ff9626;

	border-bottom: solid 1px #ff9626;
	margin: 0;
	margin-top: 2em;
}

h2 {
	font-size: 15pt;
	font-weight: normal;

	color: #ff9626;
	margin: 0;
	margin-top: 1.25em;
}

h3 {
	font-size: 12pt;
	/*color: #66bfff;*/
	color: #ff9626;
	font-weight: normal;
	font-style: italic;
	margin: 0;
}

em {
	color: #ff9626;
	font-style: normal;
}

acronym {
	border-bottom: dotted 1px #ff9626;
}	

/* major page elements */
.centering {
	margin: 0;
	text-align: center;
}

.container {
	text-align: left;
	/* margin: 109px auto; */
	margin: 69px auto;
	width: 930px;
}

.content {
	padding: 0.2em .5em 0.5em .75em;
	margin-right: 0.5em;
	clear: left;
	width: 700px;
	_height: 100%;
	background: white;
	position: relative;
}

#content-loading {
	width: 740px;
	_width: 100%;
	height: 100%;

	position: absolute;
	margin-top: -3px;
	text-align: center;

	display: none;
	background: white;
	opacity: .75;
	filter:alpha(opacity=75);
}

#content-loading img {
	margin-top: 4em;
}

.sidebar {
	float: right;
	width: 185px;
	padding: 0 0;
	margin: 0 0;
}

.sidebar-menu {
	background: white;
	padding: 0.25em 0 0.4em 0.5em;
}

.menu-break {
	margin-top: 0.75em;
}

.sidebar-footer {
}

.footer {
	color: #a8a8a8;
	font-size: 10pt;

	clear: both;

	text-align: center;
	padding-top: 0.5em;
}

.clearall {
	clear: both;
}

.notopmargin {
	margin-top: 0;
}

/* major section links */
.mainheader {
	float: left;
	background: green;

	margin-top: -50px;
	
	height: 50px;
	width: 100px;
}

.mainlink {
	font-size: 16pt;
	text-align: right;
	height: 35px;
	vertical-align: bottom;
}

.mainlink a {
	color: #f8ff7a;
	margin: 0 0.25em;
}

.mainlink a:hover {
	text-decoration: underline;
}

.mainlink span {
	margin: 0 0.75em; 
	text-align: center;
}

/* content organization */
.subsection {
	margin-left: 1em;
	margin-right: 0.5em;
}

.fake-link {
	color: #66bfff;
	text-decoration: none;
	cursor: pointer;
}

.fake-link:hover {
	text-decoration: underline;	
}

.sidebar-lastfm {
	margin: auto;
	text-align: center;
}

.message {
	text-align: center;
	padding: 0.75em;
	color: red;
	border: solid 1px red;
	background: lightyellow;
	display: none;
}

#permalink {
	float: right;
	text-align: right;
	font-size: 10pt;
}
