/* Body - Holds the body container */

#content
{
	width: 900px;
	min-height: 800px;
	margin-left: auto;
	margin-right: auto;
}

/* Header - Holds the menu graphics and menu system */

#header
{
	width: 900px;
	height: 160px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
}

/* Header Group - Holds all header elements */

#header_group
{
	width: 700px;
	height: 160px;
	float: right;
}


/* Header title holds the Swing Out Sister title graphic */

#header_title
{
	width: 505px;
	height: 66px;
	float: right;
	position: relative;
	top: 60px;
	right: 30px;
}

/* 25th Anniversary Logo - Holds the round 25th logo */

#header_25_logo
{
	width: 62px;
	height: 62px;
	float: right;
	position: relative;
	top: -25px;
	right: 50px;
}


/* Menu - Holds the menu above the main title graphic */

#header_menu
{
	width: 500px;
	height: 30px;
	float: right;
	position: relative;
	top: -40px;
	right: 32px;
	/* background-color: #90bb11; */
}

#mySlider
{
        width: 100%;			
        height: 500px;
}


/* General content and sidebar - Containers for both the subpages and the sidebar for other content */

.container_content
{
	padding: 10px;
	width: 880px;
}

.container_sidebar
{
	float: left;
	width: 100%;
	background: #f7f7f7;
	overflow: hidden;
	position: relative;
}

.sidebar_right
{
	float: left;
	width: 200px;
	position: relative;
	left: 250px; /* move column right with larger number*/
	overflow: hidden;
	text-align: right;
}

.container_left
{
	float: left;
	width: 100%;
	position: relative;
	right: 230px;
	background-color: #FFF;
}

.content_left
{
	float: left;
	width: 650px;
	position: relative;
	left: 225px;
	overflow:hidden;
	padding: 10px;
}


.container_cover
{
	width: 325px;
	padding: 0 15 0 0;
	float: left;
}

.container_details
{
	width: 530px;
	height: auto;
	min-height: 330px;
	padding-left: 10px;
	float: left;
}

/* Albums content - Container for the main albums page - This is a full width container */

#container_album
{
	width: 880px;

	padding: 10px;

	overflow: hidden;
}


/* Line Element */

.gray_line
{
	width: 100%;
	height: 2px;
	background-color: #b9b9b9;
}

/* Quick blocks - Holds general quickly glancible information */

.quickblock
{
	width: 280px;
	min-height: 160px;
	padding: 10px;
	margin-top: 12px;
	float: left;
	text-align: right;
	font-family: 'BebasRegular';
	line-height: 1em;
}

/* Twitter profile picture - Controls the Twitter profile picture located in Updates Sidebar */

.twitterprofilepic
{
	width: 48px;
	height: 48px;
	position: relative;
	float: right;
	top: -5px;
	clear: both;
}


/* Contact icons - Boxes used for name and icon row in the about page */

.namebox
{
	height: 25px;
	float: left;
	position: relative;
	top: -10px;
}

.logobox
{
	height: 25px;
	float: left;
	vertical-align: bottom;
	position: relative;
	margin-left: 10px;
	bottom: 1px;
}


/* Show table - Settings for the general concert schedule table */

#show_date_header
{
	width: 80px;
	height: 20px;
	padding: 2px;
	float: left;
}

#show_country_header
{
	width: 34px;
	height: 20px;
	float: left;
}

#show_city_header
{
	width: 130px;
	height: 20px;
	padding: 2px;
	float: left;
}

#show_name_header
{
	width: 142px;
	height: 20px;
	padding: 2px;
	float: left;
}

#show_venue_header
{
	width: 246px;
	height: 20px;
	padding: 2px;
	float: left;
}

#show_date
{
	width: 80px;
	padding: 2px;
	float: left;
	clear: both;
}

#show_country
{
	width: 34px;
	padding: 6 0 0 0;
	float: left;
	text-align: center;
}

#show_city
{
	width: 130px;
	padding: 2px;
	float: left;
}

#show_name
{
	width: 142px;
	padding: 2px;
	float: left;
}

#show_venue
{
	width: 246px;
	padding: 2px;
	float: left;
}


/* Footer - Holds the footer graphics and additional text */

#footer
{
	width: 900px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	clear: both;
}

#footstripe
{
	width: 100%;
	height: 35px;
	background-color: #D00000;
	margin: 10px 0 0 0;
}

.facebooklogo
{
	width: 17px;
	height: 29px;
	position: relative;
	float: left;
	left: 45px;
	top: 2px;

}

.twittercrane
{
	width: 38px;
	height: 29px;
	position: relative;
	float: left;
	left: 60px;
	top: 2px;
}

#app_logos
{
	margin: 0 25px 0 0;
	float: right;
}