* CSS Document */


/* RESETS & BASIC PAGE SETUP */
* 							{ margin:0; padding:0; }
html 						{ overflow-y: scroll; }
body 						{ font: 80.5% Arial, serif; background: url(http://www.mjnmedia.com/rockshow/wordpress/images/Rockshow-Pic-Web.jpg) top center repeat-x #000000; color: #fff;}
ul, ol 						{ list-style: none inside; }
a 							{ outline: none; }
a img 						{ border: none; }
/* END RESET */

/* TYPOGRAPHY */
p, td     					{ font-size: 1.2em; line-height: 1.2em; margin-bottom: 1.2em; }
h1							{ font: 80.5% arial, bold; font-weight: 800; font-size: 3.0em; color: #999; }
h2							{ font-weight: normal; font-size: 2.4em; color: #666; }
h3							{ font-weight: normal; font-size: 2.0em; color: #666; }
h1, h2						{ margin-bottom: 15px; }
#footer p, #footer a		{ color: white; text-decoration: none; }
#footer a:hover				{ text-decoration: underline; }
p.metadata					{ background: #353430; padding: 2px; color: white; margin-bottom: 5px; }
#topbar a					{ color: white; }
/* END TYPOGRAPHY */


/* TOOLBOX */
.floatleft 					{ float: left; }
.floatright 				{ float: right; }
.clear 						{ clear: both; }
.edit-button				{ display: block; width: 15px; height: 14px; text-indent: -9999px; float: left; margin-right: 5px;
							  background: url(images/edit-button.jpg) center center no-repeat; }
.delete-button				{ display: block; width: 11px; height: 12px; text-indent: -9999px; float: left; padding-top: 2px;
							  background: url(images/delete-button.jpg) center center no-repeat; }
.add-show-button			{ width: 118px; height: 36px; 
							  text-indent: -9999px; display: block;
							  background: url(images/new-show-button.jpg); }
.center						{ text-align: center; }
/* END TOOLBOX */



/* STRUCTURE */
#topbar						{ background: black; padding: 5px; position: absolute; top 0px; z-index: 9999; }
#page-wrap 					{ width: 1100px; margin: 0 auto; }
#main-content				{ background: url(http://www.mjnmedia.com/rockshow/wordpress/images/opacity1.png); padding: 20px; margin-bottom: 600px; border: 8px solid #dfdfdf; padding: 5px;}
#main-content2                          { background: url(http://www.mjnmedia.com/rockshow/wordpress/images/); padding: 20px; margin-bottom: 800px; }
#main-col					{ width: 550px; float: left; }		  
#side-col					{ width: 175px; float: right; border: 8px solid #dfdfdf; padding: 5px; }
#side-col2					{ width: 500px; float: right; border: 8px solid #dfdfdf; padding: 10px; margin-bottom: 20px  margin-right: 20px }
#side-col3					{ background: url(http://www.mjnmedia.com/rockshow/wordpress/images/grey1.png); width: 530px; float: right; border: 20px solid #dfdfdf; padding: 10px; margin-bottom: 10px  margin-right: 10px );}
#side-col4					{ background: url(http://www.mjnmedia.com/rockshow/wordpress/images/grey1.png); width: 1015px; float: right; border: 20px solid #dfdfdf; padding: 10px; margin-bottom: 10px  margin-right: 10px );}
#footer						{ background: url(images/footer-bg-wide.jpg) repeat-x; height: 144px; text-align: center; }
#footer div					{ background: url(images/footer-bg.jpg) repeat-x; margin: 0 auto; padding-top: 50px; height: 94px; width: 800px; }
/* END STRUCTURE */ 


/* MENU */
#fancymenu 					{ background: url(images/header-bg.jpg) no-repeat top center;
							  position: relative; width: 800px; 
							  padding-top: 1px; min-height: 81px; }
#fancymenu ul#menu			{ padding-left: 175px; }
#fancymenu ul#menu li		{ float: left; width: 111px; }
#fancymenu ul#menu li a		{ display: block; float: left; height: 22px; text-align: center; 
							  padding: 1px 0 0 0; color: white; font-size: 1.4em; overflow: hidden;
							  text-decoration: none; z-index: 10; position: relative;  width: 111px; }
#fancymenu ul#menu li.background { background: url('images/menu-rollover-bg.png') top center repeat-x;
								   z-index: 0; position: absolute; visibility: hidden; height: 50px; }
/* END MENU */

/* SHOW ROW */
.show-row					{ border-bottom: 1px solid #ccc; }
.show-row-head				{ font-style: italic; font-size: 1.4em; }
.show-row-dates, .show-row-event-venue, .show-row-address, .show-row-time, .show-row-head, .show-row-admin		{ float: left; padding: 9px; font-size: 1.4em; }
.show-row-dates				{ width: 100px; }
.show-row-event-venue		{ width: 300px; }
.show-row-address			{ width: 400px; }
.show-row-time				{ width: 100px; }
.show-row-admin				{ width: 100px; }
.button						{ cursor: pointer; padding: 5px; font-size: 1.3em; }
#message					{ padding: 5px; }
.info						{ font-size: 1.2em; margin:2px 0 10px 0; }
.info-error					{ font-size: 1.2em; border: 2px solid #fc0; background: #fffea1; }
/* END SHOW ROW */


/* FORMS */
form						{ width: 425px }
input, textarea				{ font-family: Georgia, serif; font-size: 14px; }
input:focus, textarea:focus { background: #ccc; border: 1px solid black; }
.input, input, textarea		{ border: 1px solid #ccc; padding: 4px; margin: 0 0 0 5px; }
.input-error				{ background:#fffea1; border-color:#fc0; }
label						{ display: block; width: 100px; float: left; }
.single-field				{ clear: both; padding: 4px;}
.single-field input,
.single-field textarea		{ float: left; width: 300px; }
.submit-button				{ float: right; margin-right: 6px; margin-top: 6px; }
/* END FORMS */

/* BLOG SPECIFIC */
form#commentform				  { width: 525px; }
form#commentform textarea#comment { width: 525px; padding: 5px; margin: 0 0 8px 0;}
form#commentform input			  { float: left; margin: 0 8px 5px 0px; }
form#commentform label			  { padding-top: 3px; font-size: 1.3em; width: 200px; }

http://bandwebsitetemplate.com/demo/css/photogallery.css

.slider-wrap {
	position: relative;
	width: 540px; 
	height: 325px;
	overflow: hidden;
}

.csw { width: 100%; background: none; overflow:hidden; }
.csw .loading {margin: 325px 0 0 0; text-align: center; }

.stripViewer { 
	overflow: hidden; 
	width: 540px; 
	height: 325px;
}

.panelContainer {
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	overflow: hidden;
}

.panelContainer .panel {
	float: left;
}

.panelContainer .panel .wrapper {
	background: none;
}

.stripNav ul { display: none; }

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 110px;
	text-indent: -9999px;
	z-index: 9999;
}

.stripNavL a {
	background: url(images/arrow-left.png) no-repeat center;
	display: block;
	height: 80px;
	width: 54px;
}

.stripNavR a {
	background: url(images/arrow-right.png) no-repeat center;
	display: block;
	height: 80px;
	width: 54px;
}

.stripNavR {
	right: 0px;
}

#interior {
	width: 575px;
	margin: -40px auto;
	background: #e3e1cc;
	padding: 0 25px 20px 21px;
}