/*  
Theme Name: MusicRex/Denver
Theme URI: http://www.musicrex.com/denver/
Description: MusicRex/denver
Version: 1.0
Author: Mark Tatum
Author URI: http://www.musicrex.com
*/

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		BODY, WRAPPINGS, ANCHORS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: arial, san-serif;
	background-color: #364545;
	color: #black;
	}

	#wrapper {
		position: absolute;
		top: 100px;
		width: 527px;
		left: 180px;
		margin: 0 auto;
		background: #fff;
		border-style: solid;
		border-width: 1px;
		border-color: black;
		}
		
		a {	color: #006699;	text-decoration: none; }			
			a:hover { color: #003366; }
			
		ul li {
			list-style: none;			
		}
			
.venue {
		color: black;
		line-height: 2px;
		margin: 0 0 0 10px;;
		}
		
.venueindex {
		color: black;
		margin: 0 0 0 0px;
		}
		
.venuetime {
		color: black;
		margin: 0 0 0 0px;
		}

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		HEADER, HEADINGS, what not
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	
#header {
	position: relative;
	left: -360px;
	top: -80px;
	width: 150px;
	height: 40px;
	margin: 0 auto;
	background: #364545 url("/images/Rex-all.jpg") no-repeat;
	text-align: left;
	padding: 280px 0 0 0;
	}
	
	h1 {
		margin: 0 0 0 20px;
		font-size: 14px;
		font-weight: normal;
		color: #fff;
		font-family: Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;
		}
		
		h1 a, h1:visited { color: #fff; text-decoration: none; font-family: Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;}
		
	.description {
		margin: 0 0 0 35px;
		color: black;
		font-size: 10px;
		}
		
#shows {
	position: absolute;
	left: -170px;
	top: 255px;
	width: 130px;
	height: 3900px;
	background: #364545;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	padding: 0px 10px 0px 10px;
	}
	
#calendar {
	position: absolute;
	left: -170px;
	top: 255px;
	width: 130px;
	height: 3900px;
	background: #364545;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	padding: 0px 10px 0px 10px;
	}
	
#title {
	position: absolute;
	left: -20px;
	top: -58px;
	width: 520px;
	text-align: left;
	}

#crumbs {
	position: absolute;
	left: -10px;
	top: -80px;
	width: 520px;
	text-align: left;
	}	
	
h2 {
	color: #006699;
	font-family: Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;
	
	}


h6 {
		margin: 0 0 0 20px;
		font-size: 3em;
		font-weight: normal;
		color: #fff;
		font-family: Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;
		}
	
h7 {
		margin: 0 0 0 20px;
		font-size: 16px;
		font-weight: normal;
		color: #fff;
		font-family: Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;
		}
		
		h7 a, h7:visited { color: #fff; text-decoration: none; }
		h7:hover { color: #fff; }
		
#tablecalendar {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
		}
	.row1 {
		border: 1px solid;
		text-align: center;
		}
	.row2 {
		border: 1px solid;
		padding: 3px:
		}	
	
	
		
	.date {
		font-family: arial, san-serif;
		font-size: 14px;
		margin-left: 40px;
		color: black;
		}
		
	.title {
		font-family: arial, san-serif;
		font-size: 10px;
		margin-left: 3px;
		
		}
		
	.eventdate {
		font-family: arial, san-serif;
		font-size: 14px;
		font-style: italic;
		color: black;
		}
		
	.excerpt {
		font-family: arial, san-serif;
		font-size: 16px;
		font-style: italic;
		color: black;
		}
		
		
		
#pastshows {
	position: absolute;
	left: 320px;
	top: 700px;
	width: 130px;
	
	background: #D1D5D5;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	padding: 0px 10px 0px 10px;
	}
		
#cal {
	background-color: white;
	}
	
	
img.poster {
	padding: 10px;
	align: left;
	float: right;
	}
	
img.posterleft {
	padding: 10px;
	align: left;
	float: left;
	}
	
	
.pasttitle {
	font-family: arial, san-serif;
	font-size: 12px;
	color: black;
	font-style: bold;
	}
		
.past {
	font-family: arial, san-serif;
	font-size: 10px;
	color: black;
	}
	
.past {
	font-family: arial, san-serif;
	font-size: 10px;
	color: black;
	}	
	
.pastartist {
	font-family: arial, san-serif;
	font-size: 10px;
	color: black;
	}

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		TOP BAR
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#topbar {
	position: relative;
	top: -323px;
	width: 527px;
	height: 25px;
	background: #006699;
	margin: 1px auto 0 auto;
	border-bottom: 2px solid #4796E9;
	}
	
	#topbar ul {
		list-style: none;
		margin: 0 15px 0 25px;
		padding: 0;
		}
		
		#topbar ul li {
			display: block;
			list-style: none;			
			float: left;

			font-size: 0.9em;
			}
			
			#topbar ul li a, #topbar ul li a:visited {
				float: left;
				display: block;
				padding: 3px 8px 0 8px;
				height: 22px;
				color: #fff;
				text-decoration: none;
				}
				
				#topbar ul li a:hover { background: #4796E9; }
				
				#topbar ul li ul, #topbar ul li ul li {
					margin: 0;
					padding: 0;
					}
				
					#topbar ul li ul li a, #topbar ul li ul li a:visited {
						float: left;
						display: block;
						padding: 6px 8px 0 8px;
						height: 19px;
						color: #fff;
						text-decoration: none;
						}


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		CONTENT
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#content {
	position: relative;
	width: 527px;
	top: -340px;
	text-align: left;
	padding: 20px 0 0 0;
	margin: 0 0 0 0px;
	}

#calendarcontent {
	position: relative;
	width: 400px;
	top: -340px;
	text-align: left;
	padding: 20px 0 0 40px;
	margin: 0 0 0 0px;
	}
	
#categorycontent {
	position: relative;
	width: 527px;
	top: -320px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0 0 0;
	}

#upcoming {
	position: relative;
	width: 225px;
	top: 10px;
	text-align: left;
	padding: 0 5 5 15;
	margin: 0 0 0 15px;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	}

#info {
	left: 0px;
	position: absolute;
	width: 225px;
	top: 10px;
	margin: 0 0 0 255px;
	text-align: left;
	padding: 20px 0 0 0;
	}

#entries {
	position: relative;
	width: 500px;
	top: 10px;
	margin: 0 20px 15px 20px;
	text-align: left;
	padding: 20px 0 0 0;
	}

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		POSTS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.post {
	padding: 28px 0 20px 0;
	}
		
	.post h2 {
		font-size: 1.2em;
		font-weight: normal;
		color: #006699;
		margin: -10px 20px 0 0px;
		}
		
		.post h2.single { margin: -10px 20px 12px 30px; }
			
			.post h2 a:hover { color: #0099CC; }
			
	.post .data {
		font-size: 1.2em;
		font-weight: normal;
		color: black;
		margin: 0 20px 15px 50px;
		}
		
		.post h3 {
			font-size: 1.3em;
			font-weight: normal;
			color: #003399;
			margin: 25px 20px -10px 0;
			}
			
			#content>.post h3 { margin-bottom: 8px; } /* FF Specific */

	.entry {
		width: 426px;
		margin: 0 auto;
		font-size: 16px;
		color: black;
		}
		
		.postmetadata {
			width: 406px;
			margin: 25px auto 15px auto;
			border-top: 1px solid #E5E5E5;
			border-bottom: 1px solid #E5E5E5;
			background: #F5F5F5;
			text-align: center;
			font-size: 0.9em;
			padding: 8px 10px;
			}
			
			.postmetadata#single { margin: 0 auto 30px auto; }
			
			.postmetadata small { font-size: 0.8em; }		
			
			
		.venuepostmetadata {
			width: 230px;
			margin: 25px auto 15px auto;
			border-top: 1px solid #E5E5E5;
			border-bottom: 1px solid #E5E5E5;
			background: #F5F5F5;
			text-align: center;
			font-size: 0.9em;
			padding: 8px 10px;
			}
			
			.venuepostmetadata#single { margin: 0 auto 30px auto; }
			
			.venuepostmetadata small { font-size: 0.8em; }		
			
				

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		POST PARAPHERNALIA
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

		blockquote {
			margin: 10px 0 10px 30px;
			padding: 0 0 0 5px;
			border-left: 3px solid #4C8EDA;
			color: #666;
			}
		
		.post ul {
			margin: 10px 0 ;
			padding: 0 0 0 37px;
			}
		
		.post a:hover { color: #0099CC; }
		
		

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		NAVIGATION
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	
.navigation {
	background: #F5F5F5;
	width: 447px;
	height: 18px;
	margin: 0 auto;
	font-size: 0.8em;
	padding: 8px 40px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	}
	
	.alignleft {
		float: left;
		text-align: left;
		}
	
	.alignright {
		float: right;
		text-align: right;
		}
	
	
	
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		COMMENTS and COMMENT FORM
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#commentformarea {
	width: 507px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	background: #F5F5F5;
	margin: 0 auto 8px 0;
	padding: 8px 10px;
	}
	
	#commentform {
		margin: 15px 0 10px 40px;
		}
	
	#commentformarea h3 {
		font-size: 1.3em;
		font-weight: normal;
		color: #006699;
		margin: 10px 0 15px 20px;
		}
		
		#commentform p { margin: 0 0 3px 0;	}
		
		#commentform input, #commentform textarea {
			border: 1px solid #A7A6AA;
			background: #fff;
			padding: 3px;
			font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
			font-size: 0.8em;
			}
			
			#commentform textarea { width: 420px; }
			
			#commentform input#submit {
				font-family: Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;
				width: 130px;
				color: #006699;
				}
				
		h4 {
			margin: 25px 0 20px 0;
			text-align: center;
			font-weight: normal;
			color: #006699;
			}
	
	ol.commentlist {
		width: 426px;
		list-style: none;
		margin: 0 auto 60px auto;
		padding: 0;
		font-size: 0.9em;
		}
		
		ol.commentlist li {
			margin: 0 0 20px 0;
			padding: 20px 0 0 0;
			border-top: 1px solid #ABCAD9;
			}
		
			ol.commentlist p.await_mod {
				color: #f00;
				margin: 0 0 8px 0;
				}
		
				ol.commentlist p { margin: 0 0 10px 0; }
				
					ol.commentlist span.cmntmeta { color: #006699; }
				
.venuecomments {
	font-size: 0.8em; 
	width: 200px;
	}


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		SEARCH AND ARCHIVES
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.sanda h2 {
	font-size: 1.9em;
	font-weight: normal;
	color: #006699;
	margin: 35px 0 0 0;
	text-align: center;
	}
	
	.sanda>h2 { margin: 15px 0 0 0; } /* FF Specific */
	
		.sanda h3 { margin: 0 40px 15px 40px; }



/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		SIDEBAR (aka the area where sidebar things go that is actually on the bottom)
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

ul#sidebar {
	margin: 8px auto 0 auto;
	padding: 0 0 10px 0;
	}
	
	#wrapper>#sidebar { padding: 0px 0 0px 0; } /* FF Specific */
	
		#sidebar_wrapper {
			position: absolute;
			background: #fff;
			border-style: solid;
			border-width: 1px;
			border-color: black;
			left: 520px;
			top: -15px;
			width: 170px;
			margin: 15px 15px 0 45px;
			padding: 0 0 -20px 0;
			}
			
			#sidebar>#sidebar_wrapper { margin-top: 0; } /* FF Specific */
		
		ul#sidebar li, ul#sidebar li ul, ul#sidebar li ul li {
			margin: 0;
			padding: 0;
			list-style: none;
			text-align: left;
			font-size: 14px;
			}
		
		#sidebar li h2 { 
			margin: 0;
			color: #4796E9;
			font-weight: normal;
			font-size: 10px;
			width: 170px;
			
			}
			
			ul#sidebar li {
				width: 170px;
				float: left;
				margin: 0 0 15px 0;
				padding: 0;
				}
		
				ul#sidebar li ul {
					width: 165px;
					padding: 0px 0 15px 10px;
					}
					
					ul#sidebar li ul li { width: 160px;	}
		
		input#s {
			width: 100px;
			margin: 0 13px -20px 0;
			border: 1px solid #A7A6AA;
			background: #fff;
			padding: 4px 0;
			color: #ccc;
			text-align: center;
			}
			
			div>input#s { margin-bottom: 0; margin-top: 15px; } /* FF Specific */
			
		.calvenue {
			font-size: 12px;
			text-align: left;
			margin: 0 0 0 -30px;
			border-top-style: dotted;
			border-top-width: 2px;
			border-top-color: gray;
			font-family: arial, helvetica, san-serif;
			color: #99CCCC;
			}
			
		.calendarvenue {
			font-size: 12px;
			text-align: left;
			border-top-style: solid;
			border-top-width: 2px;
			border-top-color: gray;
			font-family: arial, helvetica, san-serif;
			color: #000;
			background-color: #fff;
			}
			
		.completecalendar {
			font-size: 14px;
			text-align: left;
			border-top-style: solid;
			border-top-width: 2px;
			border-top-color: gray;
			font-family: arial, helvetica, san-serif;
			color: #000;
			
			}
			
		.completecalendar a:hover { color: #fff; }
		.completecalendar a:link { color: #0099CC; }
		.completecalendar a:visited { color: #0099CC; }
			
		p.caltime {
			font-family: arial, helvetica, san-serif;
			white-space: normal;
			font-size: 10px;
			color: #4796E9;
			text-align: left;
			line-height: 0px;
			font-size: 10px;
			margin: 0 0 0 -25px;
			}	
			
		p.calendartime {
			font-family: arial, helvetica, san-serif;
			white-space: normal;
			font-size: 10px;
			color: #000;
			text-align: left;
			line-height: 0px;
			font-size: 10px;
			}	
			
		.caltitle {
			font-family: arial, helvetica, san-serif;
			white-space: normal;
			font-size: 12px;
			color: #4796E9;
			text-align: left;
			
			}
			
		.calartist {
			color: #fff;
			font-size: 11px;
			text-align: left;
			margin: 0 0 0 -30px;
			}
			
		.calendarartist {
			color: #000;
			font-size: 14px;
			text-align: left;
			}
			
		.calendarbackground {
			background-color: gray;
			}
			
		.caldate {
			color: #fff;
			font-size: 16px;
			text-align: left;
			padding: 0 0 0 -5px;
			}
		
		.calheader {
			color: #fff;
			font-size: 16px;
			text-align: center;
			}
		
		.calband {
			font-family: arial, san-serif;
			font-size: 11px;
			margin-left: 3px;
			}
			
				
		.calartist a:hover { color: #0099CC; text-decoration: underline;}
		.calartist a:link { color: #fff; }
		.calartist a:visited { color: #fff; }
		
		
		.band {
			font-family: arial, san-serif;
			font-size: 14px;
			margin-left: 20px;
			color: #0099CC;
			}
			
					
		p.time {
			font-family: arial, helvetica, san-serif;
			white-space: normal;
			font-size: 10px;
			color: #4796E9;
			text-align: left;
			line-height: 0px;
			}
			
		p.today {
			white-space: normal;
			font-size: 12px;
			color: #4796E9;
			text-align: left;
			line-height: 0px;
			}
			
		p a:hover { color: #99CCCC; }
			
		.post {
			font-size: 12px;
			color: #4796E9;
			}
			
		p.postartist {
			font-size: 12px;
			color: #4796E9;
			}	
			
		p.artist {
			font-family: arial, helvetica, san-serif;
			white-space: normal;
			font-size: 12px;
			color: #4796E9;
			text-align: left;
			margin-left: 25px;
			}
			
		.artist a:hover { color: #4796E9; }
		.artist a:link { color: 006699; }
		.artist a:visited { color: #006699; }	
		
		p.upcomingtitle {
			font-family: arial, helvetica, san-serif;
			font-size: 18px;
			font-style: bold;
			color: black;
			text-align: center;
			margin: 0 0 10 10px;
			}
			
		.showtitle {
			font-family: arial, san-serif;
			font-size: 18px;
			margin-left: 30px;
			color: #0099CC;
			}
			
		p.feature {
			font-family: arial, san-serif;
			font-size: 24px;
			margin-left: 30px;
			color: #0099CC;
			}

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		FEED ICONS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.feedicon {
	width: 20px;
	height: 20px;
	}


	#topbar .feedicon {
		background: url("./images/feedicon_blue_bg.png") no-repeat;
		display: block;
		display: inline; /* IE */
		float: right;
		margin: 2px 10px 0 0;
		}


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		FOOTER
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
		
#footer {
	width: 527px;
	margin: 8px auto 0 auto;
	background: #E5E5E5;
	padding: 0;
	text-align: center;	
	border-top: 1px solid #B7B7B7;
	border-bottom: 1px solid #B7B7B7;
	}
	
	#footer p {
		margin: 0 0 15px 0;
		padding: 15px 0 0 0;
		font-size: 0.7em;
		color: #000;
		}
		
		#wrapper>#footer p { margin: 0; padding: 15px 0 15px 0; } /* FF Specific */
			
			
			
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++		
		Thanks very much for downloading Day Dream. Jim Whimpey, fightingfriends.com
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
		