/* Urban Audio Assault stylesheet */

/* General settings. */

a {
	text-decoration: none;
	}

a:active {
	color: #0000aa;
	}
a:visited {
	color: #333399;
	}
a:hover {
	color: #E0A700;
	}

.center {
	text-align: center;
	}

.clearing {
	clear: both;
	}

/* Page layout and settings, in rough order of appearance. */

body {
	background: #333;
	font-family: helvetica, geneva, sans-serif;
	}

#page {
	margin-left: 4%;
	margin-right: 4%;
	padding: 5px;
	background: #fff;
	}

#banner {
	background: #fff;
	background-image: url(http://www.falsecognate.org/uaa/images/houston_skyline_b.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	height: 200px;
	text-align: right;
	color: #777;
	padding: 0px;
	}

#banner img {
	border: 0px;
	}

#banner h1 {
	font-size: 60px;
	margin: 0px;
	color: #E0A700;
	text-shadow: 3px 3px 2px black;
	}

#banner h2 {
	margin: 0px 10px 0px 0px;
	font-size: medium;
	font-style: italic;
	}

#banner-inner {
	padding-top: 10px;
	margin-right: 5%;
	height: 150px;
	}

#top-nav {
	margin-right: 5%;
	}

#top-nav ul {
	list-style: none;
	margin-right: 10px;
	}

#top-nav li {
	padding: 0px 8px 0px 8px;
	display: inline;
	background: #775;
	border: 1px solid gray;
	margin: 0px 0px 0px 0px;
	}

#top-nav a {
	color: #000;
	}

#top-nav a:hover {
	color: #E0A700;
	}

#bottom {
	margin-top: 5px;
	padding: 5px;
	border: 1px solid #999;
	}

#content {
	float: left;
	width: 74%;
	background: #ddd;
	padding: 5px;
	}

#content img {
	float: right;
	border: 1px solid #333;
	padding: 5px;
	}

.event-date {
	font-size: small;
	margin-bottom: 0px;
	}

.event-name {
	font-size: medium;
	margin-bottom: 0px;
	}

.event-location {
	font-size: medium;
	margin-top: 0px;
	margin-bottom: 0px;
	}

.event-details {
	font-size: small;
	margin-bottom: 20px;
	}

.event-summary {
	}

.metainfo {
	font-size: x-small;
	border-bottom: 1px solid gray;
	clear: both;
	}

#sidebar {
	float: right;
	background: #cca;
	font-size: x-small;
	width: 22%;
	border: 1px solid #ccc;
	padding: 5px;
	}

.module-header {
	margin-top: 5px;
	margin-bottom: 2px;
	}

.module-content {
	margin-bottom: 15px;
	}

#sidebar img {
	border: 0;
	}

#sidebar ul {
	padding: 0;
	margin: 0;
	background: #cca;
	}

#sidebar ul li.month {
	font-weight: normal;
	}

#sidebar ul li {
	list-style-type: none;
	position: relative;
	margin: 0;
	padding: 2px 5px 2px 10px;
	font-size: medium;
	font-weight: bold;
	}

#sidebar ul li:hover {
	background: #900;
	}

#sidebar ul ul li {
	font-size: x-small;
	font-weight: normal;
	text-align: right;
	padding: 0px 10px 0px 5px;
	}

#sidebar li a {
	display: block;
	width: 100%;
	}

#sidebar ul ul[class] {
	display: none;
	}

#sidebar ul li:hover > ul[class] {
	display: block;
	top: -1px;
	position: absolute;
	right: 100%;
	background: #cca;
	min-width: 90%;
	border: 1px solid #900;
	z-index: 3;
	}

.copy {
	text-align: center;
	font-size: x-small;
	margin-bottom: 0px;
	}

/* Settings specific to individual pages */

.content-nav {
	font-size: x-small;
	}

.byline {
	border-bottom: 1px solid gray;
	clear: both;
	}

.trackbacks-header {
	font-size: medium;
	}

#trackbacks-info {
	font-size: x-small;
	}

.comments-header {
	font-size: medium;
	}

.comment-content {
	font-size: small;
	}

.comments-open {
	font-size: small;
	}
