@charset "UTF-8";
html {
	height: 100%;
}
body {
	font-family: "Lucida Grande", Helvetica, sans-serif;
	font-size: 12px;
	background-color: #eaf7fc;
	color: #676767;
	text-align: center;
}
a, a:visited {
	color: #019cd9;
	text-decoration: none;
}
a:hover, a:visited:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
h1, h2, h3, h5, h6 {
	line-height: 1.3em;
	letter-spacing: -.05em;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 80px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}
h3 {
	font-size: 16px;
	padding-bottom: 5px;
	color: #019cd9;
}
h5 {
	font-size: 10px;
	color: #676767;
	font-weight: bold;
	text-transform: uppercase;
}
#content {
	text-align: left;
	width: 890px;
	margin: 0px auto 0px auto;
	background-image: url(../_img/content_bg.gif);
	background-repeat: no-repeat;
	min-height: 900px;
	padding-top: 40px;
}
#header h1 a {
	display: block;
	width: 470px;
	height: 84px;
	background-image: url(../_img/swayze_logo.gif);
	background-repeat: no-repeat;
	text-indent: -8008px;
}
#header .twitter {
	width: 470px;
	margin-top: 3px;
	line-height: 1.4em;
	text-transform: uppercase;
	font-size: 10px;
}

#header .twitter .date {
	visibility: hidden;
	
}

/*********************************************************

***					TABS					*****

***********************************************************/

.tabs {

	margin-left: 0px; 
	margin-bottom: 0; 
	margin-right: 0; 
	
	padding: 0px;
	list-style: none;
	letter-spacing:0px;
	z-index:1000;
	margin-top: 15px;

}

UL.tabNavigation {
	list-style: none;
	margin-left: 0px; 
	margin-bottom: 15px; 
	margin-right: 0; 
	margin-top: 5px; 
	padding: 0;
	letter-spacing:0px;
	z-index:1000;
}

UL.tabNavigation LI {
	background-repeat: no-repeat;
	background-image: url(../_img/nav_diamond.gif);
	background-position: center right;


	

}

UL.tabNavigation LI A {
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	text-indent: -8008px;
	padding-right: 18px;
	margin-left: 10px;
	opacity: .4;
}

UL.tabNavigation LI A.selected{
	opacity: 1;
}
UL.tabNavigation LI A:hover {
	opacity: 1;
}
		
UL.tabNavigation LI A:focus {
	outline: 0;
}

UL.tabNavigation li a.active {
	opacity: 1;
}


div.tabs > div {
	padding: 0px;
	margin-top: 3px;
}
		
div.tabs > div h2 {
	margin-top: 0;
}


UL.tabNavigation LI.first a {
	margin-left: 0px;
}

UL.tabNavigation LI.last a {
	background-image: none;
}


UL.tabNavigation LI a.music {
	background-image: url(../_img/menu_music.gif);
	width: 60px;
}

UL.tabNavigation LI a.videos {
	background-image: url(../_img/menu_videos.gif);
	width: 69px;
}

UL.tabNavigation LI a.news {
	background-image: url(../_img/menu_news.gif);
	width: 53px;
}

UL.tabNavigation LI a.about {
	background-image: url(../_img/menu_about.gif);
	width: 65px;
}

UL.tabNavigation LI a.contact {
	background-image: url(../_img/menu_contact.gif);
	width: 85px;
}

.left {
	width: 475px;
	float: left;
	margin-right: 170px;
}

.tabs ul li, #links ul li {
	float: left;
}


/* Music */
 #music {
	
}
 #music dl {
 	padding-top:50px;
	margin-bottom: 20px;
}
 #music dt {
	width: 176px;
	float: left;
	margin-right: 10px;
}
 #music dt img {
	border: 1px solid #019cd9;
}
#music dt .options {
	margin-top: 10px;
}
#music dt .options a {
	display: block;
	/*
width: 61px;
	height: 15px;
	text-indent: -8008px;
	background-repeat: no-repeat;
*/
	float: left;
	margin-right: 10px;
}
#music dt .options a.itunes {
	/* background-image: url(../_img/option_itunes.gif); */
	margin-left: 0px;
	padding:3px;
	background-color: #019cd9;
	color:#fff;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
}
 #music dd ol {
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
	margin-left: 186px;
}
 #music dd ol li {
	text-transform: uppercase;
	margin-bottom: 4px;
}


/* VIDEOS */
#videos {}

#videos .holder{
	padding-top:50px;


}


#videos .entry {
	border-bottom: 1px dotted  #676767;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#videos p {
	margin-top: 4px;
}


/* NEWS */
#news .holder{
	padding-top:50px;
}

 #news .entry {
	margin-bottom: 36px;
}
 #news h4 {
	font-size: 12px;
	color: #676767;
	padding-bottom: 2px;
	text-transform: uppercase;
	line-height: 1.5em;
}
.date {
	font-style: normal;
	font-weight: normal;
	text-transform: lowercase;
	text-decoration: none;
	line-height: 1em;
	margin-bottom: 10px;
	font-size:11px; 
	color:#999;
}

/* Twitter JQuery Plug-in */
.tweet {

   }

   
span.tweet_date{
font-size:11px; color:#999;}

	
	
/* CONTACT */
#contact .holder{
	padding-top:50px;
}



/* SIDEBAR */

#sidebar {
	float: left;
	width: 240px;
}
#links {
	margin-top: 40px;
}
#links ul li a {
	display: block;
	height: 16px;
	background-repeat: no-repeat;
	text-indent: -8008px;
	margin-right: 12px;
}
#links ul li.last a {
	margin-right: 0px;
}
#links h5 {
	margin-bottom: 8px;
}

#myspace {
	background-image: url(../_img/sidebar_myspace.gif);
	width: 56px;
}
#flickr {
	background-image: url(../_img/sidebar_flickr.gif);
	width: 41px;
}
#twitter {
	background-image: url(../_img/sidebar_twitter.gif);
	width: 52px;
}
#itunes {
	background-image: url(../_img/sidebar_itunes.gif);
	width: 42px;
}

#sb_flickr {
	margin-top: 20px;
}
#sb_flickr h5 {
	margin-bottom: 2px;
}


/* BEGIN GALLERY ELEMENTS */

#gallery-flickr{

}


#gallery-flickr .gallery{
margin-top: 0px;
padding-top: 0px;
}

.gallery ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.gallery ul li {
  display: inline;
  padding: 2px;
}

.gallery ul li img{
border: solid 1px #7ed2eb;
}
.gallery ul li a {
/* opacity: .8; */
	
/*
-moz-opacity: 0.8;
	filter: alpha(opacity=80);
*/

}

.gallery ul li a:hover {
/*
opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
*/
	text-decoration: none;
}
/* END GALLERY ELEMENTS */


#shows {
	margin-top: 20px;
}
#shows h5 {
	margin-bottom: 8px;
}
#shows dt {
	display: block;
	widh: 120px;
	float: left;
	margin-right: 10px;
	text-transform: uppercase;
	color: #019cd9;
	font-weight: bold;
	font-size: 10px;
}
#shows dd {
	margin-left: 90px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #019cd9;
	line-height: 1.3em;
}
#shows dd .location {
	color: #676767;
}


#footer {
	border-top: 1px dotted #019cd9;
	color: #019cd9;
	margin-top: 18px;
}
#footer p {
	padding: 5px 0px 30px 0px;
}

