/* base
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Lucida Grande, "Lucida Sans", Lucida Sans, Helvetica, Arial, Tahoma, Verdana, sans-serif;
	color: #000;
	background-color: #dbdbdb;
	background-image: url(/images/headerbg.png);
	background-repeat: repeat-x;
}

blockquote, h1, h3, li {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.6em;
}


p {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.4em;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1, h3 {
	font-weight: normal;
}

h1 {
	font-size: 0.9em;
	font-weight: bold;
}

h2 {
	font-size: 2em;
	color: #a7a7a7;
	font-weight: bold;
	letter-spacing: -0.09em
}

h4 {
	font-size: 1.8em;
	color: #a7a7a7;
	font-weight: bold;
	letter-spacing: -0.04em
	margin-top: 30px;
}

small, .small {
	font-size: 0.8em;
}

.entry-content {
	font-size: 1.1em;
	color: 000;
}

/* links
----------------------------------------------- */

a {
	text-decoration: none;
	color: #000;
}


a:hover {
	text-decoration: underline;
	color: #000;
}

img {
	border: none;
}

a.img {
	border: none;
}

a.navimage {
	text-decoration: none;
	color: #fff;
}

a.navimage:hover {
	text-decoration: none;
	color: #000;
}

.links {
	padding: 5px;
	text-align: right;
	display: block;
}


/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	min-height: 1000px;
	background-color: #ffffff;
	background-image: url(/images/mainbg.png);
	background-repeat: repeat-y;
}

#address {
	z-index: 5;
	text-align: right;
	font-size: 13px;
	color: #fff;
	position: absolute;
	margin-top: -140px;
	margin-left: 630px;
}

#nav {
	margin-top: -25px;
	margin-left: 380px;
	z-index: 5;
	font-size: 0.75em;
	font-weight: bold;
}

#header {
	width: 800px;
	height: 160px;
	background-image: url(/images/header.png);
	background-repeat: no-repeat;
	z-index: 4;
}

#content {
	padding: 15px;
	margin: 3px;
	max-width: 490px;
}

#dividerpng {
	width: 5px;
	height: 500px;
	float: right;
	background-image: url(/images/divider.png);
	background-repeat: no-repeat;
	margin-top: 20px;
}

#footer {
	background-color: #1752be;
	background-image: url(/images/footer.png);
	background-repeat: repeat-x;
	height: 20px;
	color: #fff;
	font-size: 0.6em;
	text-align: right;
}

#footertext {
	padding: 4px;
}


/* right-hand column and rollover image links
----------------------------------------------- */

#column {
	width: 250px;
	float: right;
	padding: 8px;
	margin-top: 8px;
	line-height: 0.6em;
}

.navimage {
	margin: 0px auto;
	width: 214px;
	height: 85px;
	display: block;
	font-size: 1.2em;
	letter-spacing: -0.05em;
	line-height: 1.2em
}

.entertainment, .equipment, .events, .music, .video-and-audio {
	background-repeat: no-repeat;
}

a.entertainment {
	background-image: url(/images/entertainments.jpg);
}

a.entertainment:hover {
	background-image: url(/images/entertainments-roll.jpg);
}

a.equipment {
	background-image: url(/images/equipment.jpg);
}

a.equipment:hover {
	background-image: url(/images/equipment-roll.jpg);
}

a.events {
	background-image: url(/images/events.jpg);
}

a.events:hover {
	background-image: url(/images/events-roll.jpg);
}

a.music {
	background-image: url(/images/music.jpg);
}

a.music:hover {
	background-image: url(/images/music-roll.jpg);
}

a.video-and-audio {
	background-image: url(/images/video-and-audio.jpg);
}

a.video-and-audio:hover {
	background-image: url(/images/video-and-audio-roll.jpg);
}

.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}

#foot {
	margin-top: 5px;
	clear: both;
	text-align: center;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 800px;
w\idth: 800px;
}

/* overrides
----------------------------------------------- */


.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	font-size: 0.8em;
}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}