@charset "UTF-8";
/* CSS Document */

/* Class: Page */
.page {
	height:460px;
	width:1083px;
	overflow:hidden;
}

/* Top Nav Bar Pages */
#initialState {
	background:url(../assets/images/home/homebillboard.jpg) no-repeat;
}

#index {
	background:url(../assets/images/home/homebillboard.jpg) no-repeat;
}

/* Position the trailer */
.samtrailer {
	float:right;
	margin:40px 27px 0 0;

}


/* Lower Nav Bar Pages */
#links {
	
}
		
#links img {
	margin:175px 15px;	
}

/*************************************************/
/* 	Begin Pics/ Section 
	Pictures Page -- Album Page -- Pics/Index.php */
/*************************************************/
#pics {
	text-align:left;
	clear:both;
}

.albums {
	/* required settings */ 
    position:relative;
	overflow:hidden;
	width:885px;
	height:310px;
	margin:0 auto;
}

.albums .album_items {
   /* this cannot be too large */ 
    width:20000em; 
    position:absolute;
	clear:both;
}

/* single scrollable item */
.albums img {
	float:left;
	padding:2px;
	cursor:pointer;
	margin-bottom:10px;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	width:37px;
	height:37px;
	cursor:pointer;
	font-size:1px;
	position:absolute;
	top:50%;
	margin-top:-18px;	
}

#centerElement a.left {
	background:url(../assets/images/pics/prevnextpicturesreg_35.jpg) no-repeat;
	left:2%
}

#centerAlbumElement a.left {
	background:url(../assets/images/pics/prevnextpicturesreg_35.jpg) no-repeat;
	left:2%
}

#centerElement a.left:hover {
	background:url(../assets/images/pics/prevnextpicturesselect_35.jpg) no-repeat;	
}

#centerAlbumElement a.left:hover {
	background:url(../assets/images/pics/prevnextpicturesselect_35.jpg) no-repeat;	
}

#centerElement a.right {
	background:url(../assets/images/pics/prevnextpicturesreg_38.jpg) no-repeat;
	left: 93%;
}

#centerAlbumElement a.right {
	background:url(../assets/images/pics/prevnextpicturesreg_38.jpg) no-repeat;
	left: 96%;
}

#centerAlbumElement a.right:hover {
	background:url(../assets/images/pics/prevnextpicturesselect_38.jpg) no-repeat;	
}

#centerElement a.right:hover {
	background:url(../assets/images/pics/prevnextpicturesselect_38.jpg) no-repeat;	
}

.picsDateFont {
	font-size:12px;
	color:#ED008E;
}

.picsAlbumTitle {
	color:#fff;
	font-size:16px;
	
}

.picsAlbumTitle span {
	color:#ED008E;
	
}

/* Pictures Page -- Thumbnails Page -- Pics/thumbnails.php */
#pics #thumbnails_table {
	border-spacing:20px;
}

#pics #thumbnails_table td {
	/* border:#CCC 1px solid; */
	cursor:pointer;
}

.picsSmallText {
	float:right;
	color:#ED008E;
	font-size:10px;
	margin:10px 0 0 0;
	cursor:pointer;
}

/* Pictures Page -- Photos Page -- Pics/photos.php */
#pics .photos {
	/* required settings */
	position:relative;
	overflow:hidden;
	width:524px;
	height:423px;
	margin:0 auto;
}

#pics .photos .photo_items {
	/* this cannot be too large */ 
    width:20000em;
	position:absolute;
	clear:both;
}

.photos div.test1 {
	float:left;
	padding:2px;
	cursor:pointer;
	width:522px;
	text-align:center;
	margin:0 auto;
}

.albums div.test1 {
	float:left;
	padding:2px;
	cursor:pointer;
	width:266px;
	text-align:left;
	margin:20px 5px 20px 21px;
}

#centerElement {
	position:relative;
	width:650px;
	height:424px;
	margin:0 auto;
	clear:both;
}

#centerAlbumElement {
	position:relative;
	width:1030px;
	height:330px;
	margin:0 auto 50px auto;
	padding-top:30px;
	clear:both;
}

/*************************************************/
/* 	Begin Videos/ Section 
	Video Page -- Videos/Index.php */
/*************************************************/
#videos {
	padding:10px 0 0 0;
	text-align:left;
	
}

#centerVideos {
	text-align:center;
	margin:0 auto;
	width:621px;
	height:398px;
	position:relative;
}

#videos .videos_scroll {
	/* required settings */
	position:relative;
	overflow:hidden;
	width:524px;
	height:393px;
	margin:0 auto;
}

#videos .videos_scroll .video_items {
   /* this cannot be too large */ 
    width:20000em; 
    position:absolute;
	clear:both;
}

#videos .videos_scroll .video_items div {
	float:left;
	padding:2px;
	cursor:pointer;
	width:524px;
	height:393px;
	background:url(../assets/images/videos/videolrg_32.jpg) no-repeat;
}


/* prev, next, prevPage and nextPage buttons */
#videos a.browse {
	width:37px;
	height:37px;
	cursor:pointer;
	font-size:1px;
	position:absolute;
	top:50%;
	margin-top:-18px;	
}

#videos a.left {
	background:url(../assets/images/pics/prevnextpicturesreg_35.jpg) no-repeat;
	left:0%;
}

#videos a.left:hover {
	background:url(../assets/images/pics/prevnextpicturesselect_35.jpg) no-repeat;	
}

#videos a.right {
	background:url(../assets/images/pics/prevnextpicturesreg_38.jpg) no-repeat;
	left:94%;
}

#videos a.right:hover {
	background:url(../assets/images/pics/prevnextpicturesselect_38.jpg) no-repeat;	
}


.titleWhite {
	color:#fff;
}

.titlePurple {
	color:#ED008E;
}

/*************************************************/
/* 	Begin Blog/ Section 
	Blog Page -- Blog/Index.php */
/*************************************************/
#blog {
	text-align:left;
	background:#000;

}

#blog_scroll {
	width: 50px;
	height:inherit;
	float:left;
	margin:15px 0;
}

#blog_content {
	width: 745px;
	height:430px;
	background:url(../assets/images/blog/blogdivide.jpg) no-repeat 100% 0%;
	padding-right:15px;
	overflow:hidden;
	margin:15px 0 0 60px;
}

#blog_user_comments {
	width: 230px;
	height:430px;
	float:right;
	overflow:hidden;	
	margin:15px 15px;

}

#commentsText {
	height:373px;
	overflow:hidden;
}

#comment_box {
	display:none;
	width: 230px;
	height:440px;
	float:right;
	overflow:hidden;	
	margin:15px 15px;
}

#comment_box input {
	margin:0 0 15px 0;
	font-size:12px;
	color:#333;
	padding:5px;
}

#comment_box textarea {
	font-size:12px;
	color:#333;
	padding:5px;
	margin-bottom:15px;
}

#comment_box form {
	margin:15px 0 0 0;
}

#arrowup {
	padding:5px 0 310px 0;
}



.fltrt {
	float:right;
	margin-right:100px;
}

.spacingMargin {
	margin-bottom:10px;
}

.blogTypesText {
	font-size:12px;
	color:#999;
}

.blogTypesText:hover {
	color:#ED008E;
}

#blog #entry {
	float:left;
	margin:10px 0 0 5px;
	width:325px;
	height:430px;
	text-align:justify;
	overflow:hidden;
	clear:both;
}

#blog #entryHeader {
	font-size:18px;
	margin: 0 0 10px 0;
}

#blog #entryTitle {
	font-size:24px;
	color:#fff;
	margin:0 0 10px 0;
	line-height:24px;
	text-align:left;
}

#blog #entryContent {
	
}

#blog #blog_asset {
	clear:right;
	margin-left:335px;
	margin-top:10px;
	text-align:left;
}

#blog #blogImgFooter {
	width:287px;
	padding-left:90px;
}

#blog_index {
	text-align:left;
	background:#000;
}

#blog_index #blog_categories {
	width: 230px;
	height:430px;
	float:right;
	overflow:hidden;	
	margin:15px 15px;
}

#index_entry {
	height:85px;
	width:748px;
	margin:15px 0 0 0;
}

#index_entryTitle {
	margin:10px 0;
}

.activeView {
	color:#ED008E;
}

/*************************************************/
/* 	Begin schedule/ Section 
	schedule Page -- schedule/Index.php */
/*************************************************/
#schedule {

}

#schedule #schedule_main {
	width:780px;
	margin: 0 0 0 0;
	overflow:hidden;

}

#schedule #schedule_rightbar {
	float:right;
	margin:10px 0 0 20px;
	width:260px;
	text-align:left;

}

.schedule_event_date {
	color:#ED008E;
	font-size:18px;
}

.schedule_event_title {
	font-size:18px;
	color:#fff;
}

.schedule_event_details {
	font-size:14px;
	color:#999;
}

.schedule_event_comments {
	font-size:10px;
	color:#999;
	display:none;
}

.schedule_event_readmore {
	color:#ED008E;
	font-size:10px;
	cursor:pointer;
	margin-bottom:15px;
}

/*************************************************/
/* 	Begin Press/ Section 
	Press Page -- Press/Index.php */
/*************************************************/
#press {
	text-align:left;
	clear:both;
}

#press .albums {
	/* required settings */ 
    position:relative;
	overflow:hidden;
	width:885px;
	height:510px;
	margin:0 auto;
}

#press .albums div.test1 {
	float:left;
	padding:2px;
	cursor:pointer;
	width:266px;
	text-align:left;
	margin:0 5px 20px 21px;
}

/*************************************************/
/* 	Begin About/ Section 
	About Page -- About/Index.php */
/*************************************************/
#about { 
	background:url(../assets/images/about/background.jpg) no-repeat;

}

#about #leftColumn {
	text-align:justify;
	height:425px;
	width:365px;
	margin:35px 0 0 35px;
	overflow:hidden;
	font-size:12px;
	color:#999;
}

#about #rightColumn {
	height:425px;
	width:510px;
	margin:35px 10px 0 0px;
	float:right;
}

.aboutParagraphSpacing {
	margin:10px 0;	
}


/*************************************************/
/* 	Begin Music/ Section 
	Music Page -- Music/Index.php */
/*************************************************/
#music { 

}

#music #leftColumnMusic {
	text-align:justify;
	height:425px;
	width:330px;
	margin:55px 0 0 40px;
	overflow:hidden;
	font-size:12px;
}

#music #rightColumnMusic {
	height:425px;
	width:510px;
	margin:35px 10px 0 0px;
	float:right;
}

#music #musicParagraph {
	color:#999;	
	margin:15px 0 0 0;
}




/* Utility */
.fnt12 {
	font-size:12px;
}

.fnt11 {
	font-size:11px;
}

.fnt10 {
	font-size:10px;
}

.fnt18 {
	font-size:18px;
}

.fnt14 {
	font-size:14px;
}

.fnt15 {
	font-size:15px;
}

.fnt16 {
	font-size:16px;
}

.fnt20 {
	font-size:20px;
}

.fnt22 {
	font-size:22px;
}

.fnt24 {
	font-size:24px;
}

.fnt26 {
	font-size:26px;
}

.fnt28 {
	font-size:28px;
}

.fnt30 {
	font-size:30px;
}


.fntGrey {
	color:#999;	
}

.fntBlue {
	color:#80FDFE;	
}