* {
	margin: 0;
}

.FloatRight {
	
	float: right;
}

.FloatLeft {
	float: left;
}

.ClearLeft {
	clear: left;
}

.ClearRight {
	clear: right;
}

.ClearBoth {
	clear: both;
}

html {
	width: 100%;
	height: 100%;
	background-image: url(/resources/somedayTheme/images/body/backgrounds/midTile.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color:#000000;

}


body {
	background-image: url(/resources/somedayTheme/images/body/backgrounds/topLogo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	height: 100%;
	width: 100%;
	min-width: 975px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	

}

#ModalOverlay {
	opacity: 0;
	filter: alpha(opacity=0);
	position:fixed;
	top: 0px;
	left: 0px;
	background:#000;
	height: 100%;
	width: 100%;
}

#SystemPreload {
	position: absolute;
	height: 1px;
	width: 1px;
	top: -9999px;
	left: -9999px;
	overflow: hidden;
}

#sysFunction {
	position: absolute;
	z-index: 1;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	float: none;
	width: 100%;
	text-align: center;
}

#topLogo  {
	background-image: url(/resources/somedayTheme/images/body/backgrounds/topLogoMain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 208px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#bottomlogo {
	background-image: url(/resources/somedayTheme/images/body/backgrounds/bottomLogo.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 88px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;

}
#Container {
	background-image: url(/resources/somedayTheme/images/body/backgrounds/bottomLogo2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	min-height: 439px;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	padding-top:1px;
	float: none;
}
#Navigation {
	margin-left: auto;
	margin-right: auto;
	background-image: url(/resources/somedayTheme/images/body/navigation/topNavBar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	padding-top: 9px;
	padding-bottom:14px;
	vertical-align: middle;

}

#NavSuperContainer {
	height: 25px;
	width: 975px;
	margin-left: auto;
	margin-right: auto;

}
#NavContainer {
	width: 775px;
	height: 25px; 
	float: left;
	padding-top: 4px;
	padding-bottom:10px;
	position:relative;
	z-index: 80;
}



/*drop down functionality */

#NavContainer ul ul {
	display:none;
	
}

#NavContainer ul li:hover>ul{display:block}

#NavContainer ul ul{position: absolute;left:-5px;top:98%; z-index:81;}

#NavContainer ul ul ul{position: absolute;left:90%;top:-18px;}

#NavContainer ul {
	margin:0px;
	list-style:none;
	padding:0px 3px 0px 0px;

}

#NavContainer ul ul {
	margin:0px;
	list-style:none;
	padding:10px 0px 0px 0px;
}

#NavContainer ul ul ul{
	margin:0px;
	list-style:none;
	padding:0px 0px 0px 0px;
}

#NavContainer ul {
	display:block;
	float: left;
}
#NavContainer ul ul{
	width:160px;
	background-image: url(/resources/somedayTheme/images/body/navigation/navback.png);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #191919;
	background-position: 0px 8px;
	margin: 0px 10px 10px 10px;
	
	
}

#NavContainer ul ul ul{
	background-image: url(/resources/somedayTheme/images/body/navigation/navback2.png);
	background-repeat: repeat-y;
	border: 1px solid #191919;
}
#NavContainer ul li ul li{
	display:block;
	margin:0px 0px 0px 0px;
	font-size:0px;

}

#NavContainer ul a {
	display:block;
	border-width:0px;
	text-decoration:none;
	padding:0 8px 0 8px;
	font:normal 12px Verdana;
	background-image: url(/resources/somedayTheme/images/body/navigation/seperate.png);
	background-repeat: no-repeat;
	background-position: right center;
	color:#BEBEBE;
		outline:none;
}

#NavContainer ul ul a {
	display:block;
	vertical-align:middle;
	border-width:0px;
	text-align:left;
	text-decoration:none;
	padding:4px;
	padding-left: 7px;
	font:normal 12px Verdana;
	color: #949494;
	text-decoration:none;
	/*cursor:default;*/
	background-image: none;
}

#NavContainer ul li {
	float:left;
}
#NavContainer ul ul li {
	float:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1E1E1E;	
}

#NavContainer ul ul a {
	text-align:left;
	white-space:nowrap;
}

#NavContainer ul li:hover{
	position:relative;
}

#NavContainer ul li:hover>a{
	font:normal 12px Verdana;
	background-repeat: no-repeat;
	background-color: #141A1B;
	color:#ffffff;}

#NavContainer ul li ul li:hover>a{
	font:normal 12px Verdana;
	text-decoration: none;
	background:none;
    background-image: url(/resources/somedayTheme/images/body/navigation/highlight.png);
	background-repeat: no-repeat;
	background-position: -2px 0px;
	color: #ffffff;
}

#NavContainer ul ul a:hover{
	position:relative;
	border-color:#665500;
	border-style:solid;
	font:normal 12px Verdana;
	color: #ffffff;
	text-decoration:none;

}

#NavContainer ul a:hover ul,#NavContainer ul a:hover a:hover ul,#NavContainer ul a:hover a:hover a:hover ul{display:block}
#NavContainer ul a:hover ul ul,#NavContainer ul a:hover a:hover ul ul{display:none}

/* End drop down functionality */

#NavLinksContainer {
	padding-top: 1px;
	width: 197px;
	height: 25px;; 
	float: left;
}

#NavLinksContainer ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: none;
	list-style: none;
}

#NavLinksContainer ul li {
	width: 22px;
	height: 22px;
	border-width:0px;
	padding:0 8px 0 8px;
	background-image: url(/resources/somedayTheme/images/body/navigation/seperate.png);
	background-repeat: no-repeat;
	background-position: right center;
	float: right;
}

#NavLinksContainer ul li.LastLI {

	background-image: none;
}



#FacebookLink {
	background-image: url(/resources/somedayTheme/images/body/navigation/facebookIcon.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 22px;
	float: right;
	overflow: hidden;
}

#FacebookLink:hover {
	background-image: url(/resources/somedayTheme/images/body/navigation/facebookIconOver.jpg);
}

#FacebookLink a{
	display: block;
	padding-top: 23px;
}

#MyspaceLink {
	background-image: url(/resources/somedayTheme/images/body/navigation/mySpaceIcon.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 22px;
	float: right;
	overflow: hidden;
}

#MyspaceLink:hover {
	background-image: url(/resources/somedayTheme/images/body/navigation/mySpaceIconOver.jpg);
	
}

#MyspaceLink a{
	display: block;
	padding-top: 23px;

}

#RSSLink {
	background-image: url(/resources/somedayTheme/images/body/navigation/rssIcon.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 22px;
	float: right;
	overflow: hidden;
}

#RSSLink:hover {
	background-image: url(/resources/somedayTheme/images/body/navigation/rssIconOver.jpg);

}

#RSSLink a{
	display: block;
	padding-top: 23px;

}

#TwitterLink {
	background-image: url(/resources/somedayTheme/images/body/navigation/twitterIcon.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 22px;
	float: right;

	overflow: hidden;
}

#TwitterLink:hover {
	background-image: url(/resources/somedayTheme/images/body/navigation/twitterIconOver.jpg);
}

#TwitterLink a{
	display: block;
	padding-top: 23px;
}

/* Content area 2 column big first then small */

#ContentArea {
	margin-top: 0px;
	width:990px;
	margin-left: auto;
	margin-right: auto;
	height:100%;
	float: none;
}
#mainPanelContainer {
	margin-left: 13px;
	width: 619px;
	background-image: url(/resources/somedayTheme/images/body/content/leftPanelTile.jpg);
	background-repeat: repeat-y;
	float: left;
	height:100%;
}

#mainPanelContent {
	width: 619px;
	min-height: 358px;
	height:100%;
	background-image: url(/resources/somedayTheme/images/body/content/leftPanelTop.jpg);
	background-repeat: no-repeat;
	float: none;
}

.main2PanelContent {
	padding-left: 13px;
	padding-top: 10px;
	width: 582px;
	overflow: hidden;
	float: none;

}

#StaticContainer {
	width: 582px;
	font-size: 12px;
				  
}

#StaticTitle, h2.archive {
	font-size:18px;
	padding-bottom: 10px;
	background-image: url(/resources/somedayTheme/images/body/content/divider.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left bottom;
}

#StaticSubHeading {
	padding-left: 20px;
	margin-bottom: 20px;
}

#StaticPostTitle {
	margin-bottom: 10px;
	padding-left: 10px;
	font-style: italic;
}

#AjaxContainer{
	width: 582px;
	font-size: 12px;
	float: none;
}

#AjaxContentContainer{
	float: none;	
}

.AjaxContent{
	width: 582px;
	float: none;
}


.HomeContact{
	width: 582px;
	padding-top: 20px;
	padding-left: 20px;
	clear: both;
	
}

#feedMainContainer {
	width: 570px;
	position:relative;
	margin: auto;
	float: none;
}
#feedSort {
/*	background-color: #099;*/
	height: 50px;
	width: 20px;
	position: absolute;
	top:87px;
}
#feedContainer1 {
	background-image: url(/resources/somedayTheme/images/body/content/theFeed/mainPanel/bgTile.jpg);
	background-repeat: repeat-y;
	width: 570px;
	float: none;
}
#feedContainer2 {
	background-image: url(/resources/somedayTheme/images/body/content/theFeed/mainPanel/topPanelContent.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 531px;
	width: 570px;
	float: none;
}

#feedContainer3 {
	background-image: url(/resources/somedayTheme/images/body/content/theFeed/mainPanel/bottomPanelContent.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 531px;
	width: 570px;
	padding-bottom:30px;
	margin-bottom:10px;
	float: none;

}
#topFeedHinge {
	background-image: url(/resources/somedayTheme/images/body/content/theFeed/mainPanel/topHinge.png);
	clear: both;
	float: none;
	height: 14px;
	width: 570px;
}
.feedDivide {
	display: none;
	background-image: url(/resources/somedayTheme/images/body/content/theFeed/content/seperator.png);
	height: 30px;
	width: 554px;
	margin-bottom: 0px;
	background-position: center top;
	overflow: visible;
}
.allFeedCommentsContainer {
	clear: both;
	float: none;
	width: 554px;
	padding-top: 40px;
	padding-left: 22px;
	background-image: url(/resources/somedayTheme/images/body/content/theFeed/content/seperator.png);
	background-repeat: no-repeat;
	background-position: 6px -12px;
}
.allFeedCommentsContainer:first-child {
	padding-top: 48px; 
	background:none;
	float: none;
}

.topFeedCommentShadow {
	background-image: url(/resources/somedayTheme/images/body/content/theFeed/content/mainComment/topShadow.png);
	clear: both;
	height: 4px;
	width: 527px;
}

.feedMainCommentContain {
	background-image: url(/resources/somedayTheme/images/body/content/theFeed/content/mainComment/midPanelTile.png);
	background-repeat: repeat-y;
	background-position: center top;
	min-height: 66px;
	width: 527px;
	clear:both;
	float: none;
}
.feedCommentContain1 {
	background-image: url(/resources/somedayTheme/images/body/content/theFeed/content/mainComment/topCommentPanel.png);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 66px;
	width: 527px;
	clear:both;
	float: none;
}
.feedCommentContain2 {
	background-image: url(/resources/somedayTheme/images/body/content/theFeed/content/mainComment/bottomCommentPanel.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 66px;
	width: 100%;
	clear:both;
	float: none;
}
.PostObjectContainer {
    min-height: 68px;
	width: 527px;
	float: none;

}
.PostRow1 {
	background-image: url(/resources/somedayTheme/images/body/content/theFeed/content/mainComment/rustBottom1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.PostRow2 {
	background-image: url(/resources/somedayTheme/images/body/content/theFeed/content/mainComment/rustBottom2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.PostContainer {
	padding: 5px 10px 7px 10px;
	width: 519px;
	min-height:70px;
	float: none;
}

.PostLeftContainer {
	margin-right: 6px;
	float: left;
	
}
.PostPicture { 
	background-image: url(/resources/somedayTheme/images/body/content/theFeed/content/mainComment/photoFrame.jpg);
	background-repeat: no-repeat;
	width: 52px;
	min-height: 52px;
	clear:both;	
}

.PostPicture img {border: none; padding: 1px 0 0 1px; }

.PostUnderPicture {margin:4px 0 0 3px; }

.PostRightContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0f0f0f;
	display: block;
	width: 430px;
	margin-left: 5px;
	float: left;
	
}

.PostName {
	color:#1b333e;
	font-weight: bold;
	margin-right: 3px;

}

.PostContents {
	margin-right: 5px; 
	
}

.extendFeedPost {
	min-height: 50px; 
	margin-left: 0px;
	padding-right:18px;

}

.PostMetaData {
	font-size: 10px;
	color: #FFF;
	margin-top: 4px;
	margin-left: 0px;

}

.PostDateTime {
	float: left;
	width: 200px;
}

.PostMenu{
	font-size: 10px;
	text-align: right;

}

.feedCommentResContain {margin: 10px 0 0 70px;}
.feedCommentResContain1 {
	background-image: url(/resources/somedayTheme/images/body/content/theFeed/content/addlComment/bgTile.jpg);
	background-repeat: repeat-y;
	width: 397px;
/*	min-height: 80px;*/
}
.feedCommentResContain2 {
	background-image: url(/resources/somedayTheme/images/body/content/theFeed/content/addlComment/commentTop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
/*	min-height: 80px;*/
	width: 397px;
}
.feedCommentResContain3 {
	background-image: url(/resources/somedayTheme/images/body/content/theFeed/content/addlComment/bottomPanelShadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
/*	min-height: 80px;*/
	width: 397px;
	
}

.feedCommentResConShadow {
	background-image: url(/resources/somedayTheme/images/body/content/theFeed/content/addlComment/bottomShadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 8px;
	width: 397px;
}
.AllCommentsContainer {
	
	padding: 10px 10px 20px 10px;
	}
	
.CommentContainer {
	background-image: url(/resources/somedayTheme/images/body/content/theFeed/content/addlComment/commentOverLay.png);
	background-repeat: repeat;
	margin-bottom: 4px;
	padding:5px;
	font-size: 11px;
	color: #000;
}
.CommentLeftContainer {
	float: left;
}

.CommentRightContainer {
	margin-left: 5px;
	float: left;
	width: 320px;
}

.CommentName {
	float:left;
	font-weight: bold;
	margin-right: 3px;
}
.CommentMetaData {font-size: 10px; color: #fff;	margin-top: 5px;}
.MoreCommentsA {float:right; color: #EB9A43;}

.MoreCommentsA{
	font-size: 10px;
	display: block;
}

.MoreCommentsA:hover {
	color: #fff;
}

.HiddenComment{
	display: none;
}

.VisibleComment{
	display: block;
}

#NewCommentContainer{
	display: none;
	height: 200px;

}

#NewCommentCurtain{
	height: 100%;
	
}

.TourObjectContainer{
	width: 582px;
	padding-left: 5px;
	min-height: 25px;
	float: left;
}

.TourContainer{
	width: 582px;
	float: left;
	display: block;

}

.TourVisible{
	float: left;
	

}

.TourDate{
	width: 160px;
	float: left;
}

.TourTime{
	width: 75px;
	float: left;
}

.TourLocation{
	width: 180px;
	float: left;
}

.TourCity{
	width: 120px;
	float: left;
}

.TourState{
	width: 30px;
	float: left;
}

.TourDescription{
	width: 100%;
	
	padding-top: 20px;
}

.TourHidden{
	clear: left;
	display: none;
	padding-bottom: 20px;
}

.TourDateTop{
	background-image: url("http://www.section30band.com/resources/somedayTheme/images/body/content/dividerFeed.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
}

.TourDateSeparator{
	background-image: url("http://www.section30band.com/resources/somedayTheme/images/body/content/dividerFeed.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
}

#MediaFeatured{ 
	width:400px; 
	/*padding-right:250px;*/ 
	position:relative; 
	/*border:5px solid #ccc;*/ 
	height:300px; 
	/*background:#fff;*/
	margin-left: 40px;;
}
#MediaFeatured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; 
	left:400px; 
	list-style:none; 
	padding:0; 
	margin:0; 
	width:100px; 
}
#MediaFeatured ul.ui-tabs-nav li{ 
	/*padding:1px 0;*/ 
	padding-left: 35px;  
	/*font-size:12px; 
	color:#666;*/ 
}
#MediaFeatured ul.ui-tabs-nav li img{ 
	float:left; 
	/*margin:2px 5px;*/ 
	/*background:#fff;*/
	/*padding:2px; */
	/*border:1px solid #eee;*/
}
#MediaFeatured ul.ui-tabs-nav li span{ 
	/*font-size:11px; 
	font-family:Verdana; */
	line-height:18px; 
}
#MediaFeatured li.ui-tabs-nav-item a{ 
	display:block; 
	height:67px; 
	/*color:#333;*/  
	/*background:#fff;*/ 
	line-height:20px;
}
#MediaFeatured li.ui-tabs-nav-item a:hover{ 
	/*background:#f2f2f2;*/ 
}
#MediaFeatured li.ui-tabs-selected{ 
	background:url('media/images/selected-item.gif') top left no-repeat;  
}
#MediaFeatured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	/*background:#ccc;*/ 
}
#MediaFeatured .ui-tabs-panel{ 
	width:400px; 
	height:300px; 
	/*background:#999;*/ 
	position:relative;
}
#MediaFeatured .ui-tabs-panel .info{ 
	position:absolute; 
	top:230px; 
	left:0; 
	height:70px; 
	background: url('media/images/transparent-bg.png'); 
}
#MediaFeatured .info h2{ 
	font-size:18px; 
	/*font-family:Georgia, serif; 
	color:#fff;*/ 
	padding:5px; 
	margin:0;
	overflow:hidden; 
}
#MediaFeatured .info p{ 
	margin:0 5px; 
	/*font-family:Verdana; 
	font-size:11px;*/ 
	line-height:15px; 
	/*color:#f0f0f0;*/
}
#MediaFeatured .info a{ 
	text-decoration:none; 
	/*color:#fff;*/ 
}
#MediaFeatured .info a:hover{ 
	/*text-decoration:underline;*/ 
}
#MediaFeatured .ui-tabs-hide{ 
	display:none; 
}

.PhotoAlbumObjectContainer{
	width: 194px;
	float: left;
	margin-bottom: 10px;
}

.PhotoAlbumObject{
	
}

.PhotoAlbumThumbnail{
	
	width: 194px;
	text-align: center;

}

.PhotoAlbumThumbnail img{
	margin-top: 5px;
	margin-bottom: 5px;

}

.PhotoAlbumThumbnail:hover{
/*	cursor: pointer;	*/
}

.PhotoAlbumTitle{
	text-align: center;
	margin-bottom: 5px;
}

.PhotoAlbumDate{
	font-size: 10px;
	text-align: center;
}

#VideoOverlay{
	position:fixed;
	top: 0px;
	left: 0px;
	background:#000;
	height: 100%;
	width: 100%;

}

#DynamicVideoContainer{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 425px;
	height: 344px;
	margin-top: -172px;
	margin-left: -213px;
}

#VideoContainer{
	padding-left: 20px;
	width: 552px;
	float: left;
}

.VideoObject{
	width: 180px;
	float: left;
	margin-bottom: 10px;

}

.VideoThumbnail{
	
	width: 194px;
	text-align: center;

}

.VideoThumbnail img{
	margin-top: 5px;
	margin-bottom: 5px;

}

.VideoThumbnail img:hover{
	/*cursor: pointer;*/	
}


.VideoTitle{
	text-align: center;
	margin-bottom: 5px;

}

.VideoLength{
	text-align: center;
	font-size: 10px;
}

.VideoViews{
	text-align: center;
	font-size: 10px
}

.VideoDate{
	text-align: center;
	font-size: 10px
}

.BioIndent{
	padding-left: 10px;	
}

#BioSubHeading{
	font-size: 14px;
	padding-left: 20px;
	margin-bottom: 20px;
	font-weight: bold;

}

#BioContainer{
	padding-left: 20px;
	padding-right: 10px;
	width: 552px;
	float: left;
}

#BioContainer span{
	width: 200px;
	font-size: 17px;
}

#BioHometown{

	padding-bottom: 10px;
}

#BioInfluences{

	padding-bottom: 10px;
}

#BioPicturesContainer{
	float: right;
}

#BioPictures{ 
	width:325px;  
	height:244px; 
	margin-left: 20px;
	margin-bottom: 20px;
	background-image: url(images/body/content/bio/bgImgContainer/s30BG.jpg);
	background-repeat: no-repeat;
}

#BioPictures ul.ui-tabs-nav{ 
	display: none;

}

#BioPictures .ui-tabs-panel{ 
	width:325px; 
	height:244px;
}

#BioPictures .ui-tabs-hide{ 
	display:none; 
}

#BioHistory{
	padding-bottom: 10px;

}

#BioEquipment{
	padding-bottom: 10px;
}


#NewsContainer{
	width: 562px;
	padding-left: 20px;
}

.NewsArticleContainer{
	height: 150px;
	width: 100%;
	background-image: url(/resources/somedayTheme/images/body/content/dividerFeed.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.NewsArticleFrom{
	margin-bottom: 10px;
}

.NewsArticleTitle{
	font-weight: bold;
	margin-bottom: 10px;

}

.NewsArticleText{
	
	margin-bottom: 10px;
}

.NewsArticleLink{
	margin-bottom: 10px;
	padding-right: 20px;
	float: right;
}


#BioPictureContainer{
	float: right;
	padding-left: 20px;
}

#BioPicture{
	height: 200px;
	width: 200px;
	
}

#BioPictureCaption{
	height: 15px;
	width: 200px;
	font-size: 9px;
	padding-top: 15px;
	text-align: center;
}

#BioText{
	padding-bottom: 20px;
	padding-left: 20px;
}

#BioText p{
	margin-top: 10px;
	clear: left;
}

#BioText img{
	text-align: left;
	margin-right: 5px;
	float: left;
	margin-bottom: 5px;
}

.WallpaperContainer{
	width: 582px;
	float: left;
	
}

.WallpaperTitle{
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
}

.WallpaperSizeDirections{
	width: 582px;
	padding-bottom: 10px;
	font-size: 10px;
	text-align: center;
}

.WallpaperItem{
	float: left;
	width: 275px;
	padding-left: 13px;
	padding-bottom: 15px;
}

.WallpaperThumb{
	
}

.WallpaperSizeContainer{
	width: 275px;
	float: left;
	padding-top: 10px;

}

.WallpaperSize{
	float: left;
	width: 70px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}

.WallpaperSize a {
	text-decoration: none;	
}

#LinksContainer{
	padding-left: 21px;
	float: left;
}

.LinkObject{
	width: 167px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.LinkPicture{
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;

}

.LinkText{
	width: 100%;
	font-size: 10px;
	text-align: center;
}

#RSSContainer{
	width: 582px;
	float: left;
}

.RSSObject{
	width: 251px;
	text-align: center;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}

.RSSThumbnail{
	width: 100%;
	padding-bottom: 20px;
}

.RSSTitle{
	width: 100%;
	padding-bottom: 10px;
}

.RSSText{
	width: 100%;
}
#leftPanelContainer {display:none;}

#mainPanelBottom {
	background-image: url(/resources/somedayTheme/images/body/content/leftPanelBottom.jpg);
	background-repeat: no-repeat;
	height: 14px;
	width: 619px;
	bottom: 0;
	clear:both;
}

#rightPanelContainer {
	margin-left: 13px;
	width: 327px;
	background-image: url(/resources/somedayTheme/images/body/content/rightPanelTile.jpg);
	background-repeat: repeat-y;
	float: left;
	height:100%;
}

#rightPanelContent {
	width: 327px;
	min-height: 358px;
	height: 100%;
	background-image: url(/resources/somedayTheme/images/body/content/rightPanelTop.jpg);
	background-repeat: no-repeat;
}

.right2PanelContent {
	padding-left: 23px;
	padding-top: 14px;
	width: 292px;
	overflow: hidden;

}
#rightPanelBottom {
	background-image: url(/resources/somedayTheme/images/body/content/rightPanelBottom.jpg);
	background-repeat: no-repeat;
	height: 14px;
	width: 327px;
}

.left2PanelContent {


}
#ScreenSite {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	float: none;
}
	
#sectionFooter, #pushFooter {clear:both; }
#pushFooter {height: 150px;}

#sectionFooter {
	background-image: url(/resources/somedayTheme/images/body/backgrounds/footer.jpg);
	background-repeat: no-repeat;
	/*width: 931px;*/
	width: 100%;
	margin: 0 auto;

	height: 122px;
	background-position: center bottom;
	position: absolute;
	bottom: 0;
}
/* End Content area 2 column big first then small */

#MusicPlayer {
	text-align: center;

}

.Album {
	background-image:url(/resources/somedayTheme/images/body/content/album.png);
	background-repeat:no-repeat;
	width: 144px;
	height: 144px;
	margin-left: auto;
	margin-right: auto;
	clear:both;
}

.Album:hover {
	background-image:url(/resources/somedayTheme/images/body/content/album_over.png);
	background-repeat:no-repeat;
}

#AlbumDispContainer {
	height: 47px;
	width: 136px;
	clear: both;
	float: left;
	overflow: hidden;
	position: relative;
	margin-left: 1px;
	z-index: auto;
	top: 49px;
	display:block;
	
}
#AlbumDisplayAmazon, #AlbumDisplayiTunes, #AlbumDisplayCDBaby {	
	background-repeat: no-repeat;
	display:none;
	height: 47px;
	width: 136px;
	}

#AlbumDisplayAmazon {
	background-image: url(/resources/somedayTheme/images/body/content/albumDisAmazon.jpg);

}

#AlbumDisplayiTunes {
	background-image: url(/resources/somedayTheme/images/body/content/albumDisItunes.jpg);

}

#AlbumDisplayCDBaby {
	background-image: url(/resources/somedayTheme/images/body/content/albumDisCDBaby.jpg);

}

#AlbumAmazon:hover>#AlbumDisplayAmazon {display: block;}
#AlbumAmazon:hover>#AlbumDisplayiTunes {display: block;}
#AlbumAmazon:hover>#AlbumDisplayCDBaby {display: block;}

#AlbumAmazon {
	height: 25px;
	width: 25px;
	float: left;
	margin-top: 57px;
	margin-left: 7px;

}




#AlbumAmazon:hover 
{
	/*cursor:pointer;*/
	background-image:url(/resources/somedayTheme/images/body/content/amazonOver.jpg);
}

#AlbumAmazon:hover #AlbumDisplayAmazon {display: block;}

#AlbumItunes {
	height: 25px;
	width: 25px;
	float: left;
	margin-top: 57px;
	margin-left: 24px;	

}

#AlbumItunes:hover
{
/*	cursor: pointer;*/
	background-image:url(/resources/somedayTheme/images/body/content/appleOver.jpg);
}

#AlbumCDBaby {
	height: 25px;
	width: 25px;
	float: left;
	margin-top: 57px;
	margin-left: 24px;
}

#AlbumCDBaby:hover 
{
/*	cursor: pointer;*/
	background-image:url(/resources/somedayTheme/images/body/content/CDBabyOver.jpg);
}

/* Flash Text */

@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen {

  .sIFR-active #StaticTitle, .sIFR-active h2.archive  {
	  visibility: hidden;
  line-height: 1em;
  font-size: 30px;

  }
  

}
a {
	color: #eb9a43;
	text-decoration: none;
}
a img {border: none;}

/* Contact Us Stuff */
#contactUsContainer {
	background-image: url(/resources/somedayTheme/images/body/content/contactUsBkg.jpg);
	background-repeat: no-repeat;
	margin: auto;
	clear: both;
	float: left;
	height: 87px;
	width: 289px;
	margin-bottom: 5px;

}

#contactUsText {
	background-image: url(/resources/somedayTheme/images/body/content/contactUsContactText.jpg);
	background-repeat: no-repeat;
	clear: both;
	float: left;
	height: 21px;
	width: 157px;
	margin:3px 0 0 64px;
}
contactUsButtonContainer {clear:both; height:49px;}
#contactUsBook a, #contactUsNews a, #contactUsGeneral a  {display: block; height: 49px; padding-top: 50px; outline:none; }
#contactUsBook {
	background:none;
	float: left;
	height: 49px;
	width: 48px;
	overflow: hidden;
	margin: 0 0 0 56px;
	clear:left;
}
#contactUsNews {
	background:none;
	float: left;
	height: 49px;
	width: 52px;
	overflow: hidden;
	margin: 0 0 0 13px;
}
#contactUsGeneral {
	background:none;
	float: left;
	height: 49px;
	width: 50px;
	overflow: hidden;
	margin: 0 0 0 13px;
}
#contactUsBook a:hover {
	background-image: url(/resources/somedayTheme/images/body/content/contactUsBookOver.jpg);
	background-repeat: no-repeat;
}
#contactUsNews a:hover {
	background-image: url(/resources/somedayTheme/images/body/content/contactUsNewsOver.jpg);
	background-repeat: no-repeat;
}
#contactUsGeneral a:hover {
	background-image: url(/resources/somedayTheme/images/body/content/contactUsQuestOver.jpg);
	background-repeat: no-repeat;
}

/*cursors */
body {
	/*cursor: url(http://www.section30band.com/resources/somedayTheme/cursor/NormalSelect.cur), url(http://www.section30band.com/resources/somedayTheme/cursor/NormalSelect.gif), auto;*/
}

a, #AlbumAmazon, #AlbumItunes, #AlbumCDBaby, button, .MoreCommentsA, .TourContainer, #accordion h3    {
	/*cursor: url(http://www.section30band.com/resources/somedayTheme/cursor/LinkSelect.cur), url(http://www.section30band.com/resources/somedayTheme/cursor/LinkSelect.gif), pointer;*/
	cursor: pointer;
}

#zoom-slider #zoom-range #zoom-path {
	cursor: url(http://www.section30band.com/resources/somedayTheme/cursor/LinkSelect.cur), url(http://www.section30band.com/resources/somedayTheme/cursor/LinkSelect.gif), pointer;
	cursor: pointer;
}

#zoom-slider #zoom-range .ui-slider-handle {
	/*cursor: url(http://www.section30band.com/resources/somedayTheme/cursor/LinkSelect.cur), url(http://www.section30band.com/resources/somedayTheme/cursor/LinkSelect.gif), pointer;*/
	cursor: pointer;
}

.PhotoAlbumThumbnail img {
	cursor: url(http://www.section30band.com/resources/somedayTheme/cursor/magnify.cur), url(http://www.section30band.com/resources/somedayTheme/cursor/magnify.gif), pointer; 
}

#LoginContainer {
	
	width: 950px;
	height: 70px;
	position: relative;
	left: 50%;
	top: 18%;
	margin-left: -475px;
	text-align: right;
	color:#BEBEBE;	
}

#LoginStats{
	float: left;
	text-align: left;
	color:#F00;
}

#LoginPhoto{
	/*position: relative;
	left: 94.6%;*/

	height: 50px;
	width: 50px;
	margin-bottom: 7px;	
	/* New Code for IE 7 Compatibility */
	float:right;
	clear: both;


}
	/* New Code for IE 7 Compatibility */
#LoginMenu {clear: both;}


#FormContainer{
	width: 562px;
	margin-left: 20px
}

#FeedNavigationContainer{
	position: relative;
	top: 31px;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

#NewPostContainer{
	display: none;
	position: relative;
	top: 50px;
	left: -4px;
	height: 250px;
	width: 580px;
	margin: 0px auto 0px auto;

}

#NewPostCurtain{
	display: none;
	height: 100%;
	width: 100%;
	
}

#NewPostTopContainer{

	background-image: url(/resources/somedayTheme/images/body/content/theFeed/content/mainComment/topCommentPanel.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear:both;
	height: 27px;

}

#NewPostMidContainer{
	background-image: url(/resources/somedayTheme/images/body/content/theFeed/content/mainComment/midPanelTile.png);
	background-repeat: repeat-y;
	background-position: center top;
	clear:both;
	height: 155px;
}

#NewPostBottomContainer{
	background-image: url(/resources/somedayTheme/images/body/content/theFeed/content/mainComment/rustBottom2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 38px;
}

#NewPostFormContainer{
	position: relative;
	top: -12px;
	left: 37px;
	width: 500px;
	height: 200px;

}

#NewPostFormLeftContainer{
	float: left;
	width: 150px;
	height: 200px;
	text-align: center;

}

#NewPostFormPhoto{
	width: 50px;
	height: 50px;
	margin: 0 auto 0 auto;
	border: solid 1px #333;
}


#NewPostFormMeta{
	height: 150px;
	width: 150px;

}

#NewPostFormRightContainer{
	float: left;
	width: 350px;
	height: 200px;

}

#NewPostFormInput{
	height: 160px;

}

#NewPostFormInput textarea{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 150px;
	width: 340px;
}

#NewPostFormNavigation{
	text-align: right;
	padding-right: 20px;
}

#viewWindowHomeContainer {
	height: 302px;
	width: 580px;
	margin: auto;
}
#viewWindowHomeTopContainer {
	height: 44px;
	width: 580px;
	clear: both;
}
#viewWindowHomeTopLeft {
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/upLeftCorner_mw.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 44px;
	width: 50px;
}
#viewWindowHomeTopMiddle {
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/middleTop_mw.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 44px;
	width: 487px;
}
#viewWindowHomeTopRight {
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/upRightCorner_mw.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 44px;
	width: 43px;
}
#viewWindowHomeMidContainer {
	clear: both;
	height: 204px;
	width: 580px;
}
#viewWindowHomeMidLeft {
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/middleLeftSide_mw.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 204px;
	width: 50px;
}
#viewWindowHomeMidMiddle {
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/middleBG_mw.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 204px;
	width: 487px;
	position: relative;
}
#viewWindowHomeMidContentCon {
	height: 204px;
	width: 487px;
	overflow: hidden;
}
#viewWindowHomeMidUpLeftC {
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/upperLeftInside_mw.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 9px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#viewWindowHomeMidUpRightC {
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/upperRightInside_mw.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 9px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#viewWindowHomeMidDwnLeftC {
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/lowerLeftInside_mw.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 9px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#viewWindowHomeMidDwnRightC {
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/lowerRightInside_mw.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 9px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#viewWindowHomeMidRight {
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/middleRightSide_mw.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 204px;
	width: 43px;
}
#viewWindowHomeBottomContainer {
	clear: both;
	height: 54px;
	width: 580px;
}
#viewWindowHomeBottomLeft {
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/bottomLeftCorner_mw.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 54px;
	width: 50px;
}
#viewWindowHomeBottomMiddle {
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/middleBottom_mw.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 54px;
	width: 487px;
}
#viewWindowHomeBottomRight {
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/bottomRightCorner_mw.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 54px;
	width: 43px;
}
#viewWindowHomePlayerContainer {
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/playButtons/bg1_guage.jpg);
	float: right;
	height: 19px;
	width: 142px;
	margin: 3px 29px 0 0;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}
#viewWindowHomePlayerBG {
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/playButtons/bg_topPanel.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 142px;
	position: absolute;
	top: 0px;
}
#viewWindowHomePlayerButtonContainer {
	height: 19px;
	width: 122px;
	position: absolute;
	overflow: hidden;
}
.viewWindowHomePlayerButtonLeft {
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/playButtons/LeftBtnOn.png);
	background-repeat: no-repeat;
	float: left;
	height: 19px;
	width: 19px;
}
.viewWindowHomePlayerButtonLeft a {
	display: block;
	padding-top:19px;
	height: 19px;
	width: 19px;
	overflow:hidden;
	outline:none;
}
.viewWindowHomePlayerButtonLeft:hover {
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/playButtons/LeftBtnOver.png);
}
#viewWindowHomePlayerButtonLeftMid {
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/playButtons/leftTube.png);
	background-repeat: no-repeat;
	float: left;
	height: 19px;
	width: 30px;
}
.viewWindowHomePlayerButtonCenter {
	float: left;
	height: 19px;
	width: 22px;
}
#start-stop {
	display:block;
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/playButtons/playBtn.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 22px;
	outline: none;
}
#start-stop.start-stopAdd {background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/playButtons/playBtn.png);}
#start-stop.playing {
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/playButtons/pauseBtn.png);
}
#start-stop.playing:hover {
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/playButtons/pauseBtnOver.png);
}
#start-stop:hover {
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/playButtons/playBtnOver.png);
}
#viewWindowHomePlayerButtonRightMid {
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/playButtons/rightTube.png);
	background-repeat: no-repeat;
	float: left;
	height: 19px;
	width: 29px;
}
.viewWindowHomePlayerButtonRight {
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/playButtons/rightBtnOn.png);
	background-repeat: no-repeat;
	float: left;
	height: 19px;
	width: 20px;
}
.viewWindowHomePlayerButtonRight:hover {
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/playButtons/rightBtnOver.png);
}
.viewWindowHomePlayerButtonRight a {
	display: block;
	padding-top:19px;
	height: 19px;
	width: 19px;
	overflow:hidden;
	outline:none;
}
#viewWindowHomePlayerAnimate {
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/playButtons/lq_animate.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 19px;
	width: 0%; /*This is dynamic */
}
#viewWindowHomeItemLocContainer {
	margin: 21px 0 0 30px;
	height: 23px;
	width: 144px;
	overflow: hidden;
}
#viewWindowHomeItemLocContainer a {
	display:block;
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
	padding-top:23px;
	height: 23px;
	outline:none;
}
.viewWindowHomeItemLoc1, .viewWindowHomeItemLoc1Current {
	width: 30px;
}
.viewWindowHomeItemLoc2, .viewWindowHomeItemLoc2Current {
	width: 29px;
}
.viewWindowHomeItemLoc3, .viewWindowHomeItemLoc3Current {
	width: 28px;
}
.viewWindowHomeItemLoc4, .viewWindowHomeItemLoc4Current {
	width: 28px;
}
.viewWindowHomeItemLoc5, .viewWindowHomeItemLoc5Current {
	width: 29px;
}
.viewWindowHomeItemLoc1 {
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/buttons/1off.jpg);
}
.viewWindowHomeItemLoc2 {
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/buttons/2off.jpg);
}
.viewWindowHomeItemLoc3 {
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/buttons/3off.jpg);
}
.viewWindowHomeItemLoc4 {
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/buttons/4off.jpg);
}
.viewWindowHomeItemLoc5 {
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/buttons/5off.jpg);
}
.viewWindowHomeItemLoc1:hover {background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/buttons/1over.jpg);}
.viewWindowHomeItemLoc2:hover {background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/buttons/2over.jpg);}
.viewWindowHomeItemLoc3:hover {background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/buttons/3over.jpg);}
.viewWindowHomeItemLoc4:hover {background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/buttons/4over.jpg);}
.viewWindowHomeItemLoc5:hover {background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/buttons/5over.jpg);}

.Current1, .Current1:hover {
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/buttons/1on.jpg);
}
.Current2, .Current2:hover {
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/buttons/2on.jpg);
}
.Current3, .Current3:hover {
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/buttons/3on.jpg);
}
.Current4, .Current4:hover {
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/buttons/4on.jpg);
}
.Current5, .Current5:hover {
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/buttons/5on.jpg);
}

.homePageSlider {
	width: 487px;
	height: 204px;
	position: relative;
	margin: auto;
}
.homePageSlider .homePageSliderWrapper {
	width: 487px;
	overflow: auto;
	height: 204px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	overflow:hidden;
}
.homePageSlider .homePageSliderWrapper ul {
	width: 32700px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
.homePageSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 204px;
	width: 487px;
	margin: 0;
	overflow:hidden;
}
#homePageThumbNav {
/*	position: relative;*/
	text-align: center;

}
.homePageSlider .homePageSliderWrapper ul ul {
/*	position: static;*/
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}
.homePageSlider .homePageSliderWrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}
.homePageSlider .homePageSliderWrapper h2, .homePageSlider .homePageSliderWrapper h3, .homePageSlider .homePageSliderWrapper h4, .homePageSlider .homePageSliderWrapper h5, .homePageSlider .homePageSliderWrapper h1, .homePageSlider .homePageSliderWrapper p, .homePageSlider .homePageSliderWrapper form {
	margin: 0;
	padding: 0;
}

.homeSlideContentInside {
	height: 204px; 
	width:487px; 
	position:relative; 
	z-index:0;
	text-align: center;
}
	
.homeSlideBottomTrans {
	position:absolute;
	width:100%;
	height: 50px;
	bottom:-210px;
	padding:5px;
	padding-top: 10px;
	display:none;
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/bottomConPanel.png);
	background-position: 0px top;
	background-repeat: no-repeat;
}
.homeSlideRightTrans {
	position:absolute;
	width:100px;
	height: 100%;
	right:-453px;
	padding:5px;
	display:none;
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/rightConPanel.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.homeSlideLeftTrans {
	position:absolute;
	width:100px;
	height: 100%;
	left:-453px;
	padding:5px;
	display:none;
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/leftConPanel.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.homeSlideTopTrans {
	position:absolute;
	width:480px;
	height: 60px;
	top:-210px;
	padding:5px;
	display:none;
	background-image: url(/resources/somedayTheme/images/body/content/home/introPanel/topConPanel.png);
	background-position:0px bottom;
	background-repeat: no-repeat;
}

.homeSlideTopTrans span{
	width: 400px;
}
.QOverlay {
	background-image: url(/resources/somedayTheme/images/body/backgrounds/midTile.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color:#000000;
	z-index: 9999;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
}

.QLoader {
	margin: auto;
	background-color: #CCCCCC;
	height: 1px;
}
.prePreLoad {visibility: hidden;}


/* BIO Image */

#bbParty1 {
	background-image: url(images/body/content/bio/mainPg/bbParty09/1_01.png);
	background-repeat: no-repeat;
	clear: right;
	float: right;
	height: 14px;
	width: 159px;
}
#bbParty2 {
		background-image: url(images/body/content/bio/mainPg/bbParty09/1_02.png);
	background-repeat: no-repeat;
	clear: right;
	float: right;
	width: 176px;
	height: 17px;}
#bbParty3 {
		background-image: url(images/body/content/bio/mainPg/bbParty09/1_03.png);
	background-repeat: no-repeat;
	clear: right;
	float: right;
	width: 190px;height: 17px;}
#bbParty4 {
		background-image: url(images/body/content/bio/mainPg/bbParty09/1_04.png);
	background-repeat: no-repeat;
	clear: right;
	float: right;
	width: 197px;height: 17px;}
#bbParty5 {
		background-image: url(images/body/content/bio/mainPg/bbParty09/1_05.png);
	background-repeat: no-repeat;
	clear: right;
	float: right;
	width: 200px;height: 18px;}
#bbParty6 {
		background-image: url(images/body/content/bio/mainPg/bbParty09/1_06.png);
	background-repeat: no-repeat;
	clear: right;
	float: right;
	width: 200px;height: 17px;}
#bbParty7 {
		background-image: url(images/body/content/bio/mainPg/bbParty09/1_07.png);
	background-repeat: no-repeat;
	clear: right;
	float: right;
	width: 200px;height: 16px;}
#bbParty8 {
		background-image: url(images/body/content/bio/mainPg/bbParty09/1_08.png);
	background-repeat: no-repeat;
	clear: right;
	float: right;
	width: 200px;height: 19px;}
#bbParty9 {
		background-image: url(images/body/content/bio/mainPg/bbParty09/1_09.png);
	background-repeat: no-repeat;
	clear: right;
	float: right;
	width: 197px;height: 18px;}
#bbParty10 {
		background-image: url(images/body/content/bio/mainPg/bbParty09/1_10.png);
	background-repeat: no-repeat;
	clear: right;
	float: right;
	width: 191px;height: 18px;}
#bbParty11 {
		background-image: url(images/body/content/bio/mainPg/bbParty09/1_11.png);
	background-repeat: no-repeat;
	clear: right;
	float: right;
	width: 179px;height: 17px;}
#bbParty12 {
		background-image: url(images/body/content/bio/mainPg/bbParty09/1_12.png);
	background-repeat: no-repeat;
	clear: right;
	float: right;
	width: 163px;height: 12px;}

.SlidingPhotoContainer{

}