/* Imports
----------------------------------------*/
@import url("reset.css");


/* Elements
----------------------------------------*/
* {
margin: 0;
pading: 0;
}
body
{
	background-color:#FFFFFF;
	margin: 0;
	padding: 0;
}

body, p, td, th, li
{
	font-family: "Lucida Grande",Arial,Helvetica,sans serif;
	font-size:.875em;
	line-height:1.5em;
	color:#000000;
}

/*#mainContainer
{
	width:950px;
	margin: 15px auto;
}
*/
p
{
	margin: 0 0 1em 0;
	color:#242424;
}
p.SectionDescription {
	margin-bottom: 15px;
	background-color:#F5F5F5;
	
	padding: 8px 10px;
	font-size: .85em;
}
p.SectionDescriptionDefault {
	margin-bottom: 5px;
	background-color:#fff;
	padding: 8px 0;
	font-size: .85em;
}
/*--- Link Styles ---*/
a {
	border: 0;
	color: #4ba4ff;
	color: #3b5998;
	text-decoration:none;
}
a:link, a:visited
{
	border: 0;
}

a:hover, a:active
{
	border: 0;
	text-decoration:underline;
}
a img {
	border: 0;
}
.BackLink {
	display: block;
	margin: 0 0 10px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #cccccc;
	padding: 3px;
	font-size: .80em;
}

.BackLink a {
	/*color:#3399ff;*/

}
h1
{
	color:#000;
	margin:0;
	font-size:2.125em;
}

h2
{
	color:#000;
	margin:.825em 0 .5em 0;
	font-size:1.75em;
}
h2.SectionTitle {
	font-size: 1.0em;
	margin: 20px 0 5px 0;
	padding: 0;
	color: #4ba4ff;/*blue*/
	color: #000;
	font-weight: bold;
}
h2.SectionTitleDefault {
	font-size: 1.0em;
	margin: 20px 0 5px 0;
	background-color:#eee;
	padding: 8px 10px;
	color: #4ba4ff;/*blue*/
	color: #000;
	font-weight: bold;
}
h3
{
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Arial, Helvetica, sans serif;
	font-size: 12px;
	color: #000;
	line-height: 1.7em;
}

h4
{
	color:#000;
	margin:.825em 0 .5em 0;
	font-size:1.25em;
}

h5
{
	color:#000;
	margin:.825em 0 .5em 0;
	font-size:1.125em;
}

h6
{
	color:#000;
	margin:.825em 0 .5em 0;
	font-size:1em;
}

ul
{
	margin: 0;
	padding: 0;
	list-style-position:inside;
	list-style-type:none;
}

ol
{
	margin-left:25px;
	
}

blockquote	{margin: 0 0 18px 18px; color:#666666; font-style: italic;}
strong		{font-weight:bold;}
em		{font-style:italic;}

/* Standard Definitions
----------------------------------------*/
.left 		{float:left;}
.right 		{float:right;}
.ClearBoth 	{clear:both;}
.small		{font-size:.625em;}
.large		{font-size:1em;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
p.last		{margin-bottom:0px;}


/* TopBar
----------------------------------------*/
#TopBar {
	margin: 0;
	background-color:#333;
}
#TopBar #TopBarWrapper {
	width: 1000px;
	padding: 2px;
	margin: 0 auto;
	height: 18px;
	line-height: 18px;
	color: #999;
	text-align: right;
	font-size:.65em;
	text-transform: uppercase;
	text-decoration:none;
}
#TopBar #TopBarWrapper span {
	background-image:url(../images/icons/agt_family.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left: 20px;
	padding-right: 2px;
}
#TopBar #TopBarWrapper a {
	color:#DEDEDE;
	text-decoration:none;
	background-color:#000;
	padding: 2px;
}

#TopBar #TopBarWrapper a:hover {
	text-decoration:underline;
}

/* Header
----------------------------------------*/
#Header {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 0 solid #666;
	height: 80px;
	position: relative;
}
#DirectLinkPage #Header {
	width: 820px;
}
#Header h1 {
	float: left;
	position: relative;
	width: 255px;
	height: 48px;
	margin-top: 25px;
	background-image:url(../images/jasontorbert-logo2.png);
}
#Header h1 span {
	display: none;
}
/* Main
----------------------------------------*/
#Main {
	margin:0 auto;
	padding: 0;
	clear:both;	
}

#Main #MainWrapper {
	width: 1000px;
	padding: 15px 0;
	margin: 0 auto;
}
#DirectLinkPage #Main #MainWrapper {
	width: 820px;
}
#MainInnerContent {
	width: 750px;
	float: left;
	padding-bottom: 20px;
}
#DirectLinkPage #MainInnerContent {
	width: 550px;
}
/* Nav
----------------------------------------*/
#nav {
	margin: 30px 0 0 0; 
	padding: 8px 0;
	position: absolute;
	float: right;
	top: 0; right: 0;
	background: #fff;
	border: 1px solid #fff;
	z-index: 1;
}
	#nav li { display: inline; }
	#nav li a:link, #nav li a:visited, #nav li a:hover, #nav li a:active {
		margin: 0 5px; padding: 5px;
		font-weight: bold;
		font-size: 80%;
		float: left;
		text-transform: uppercase;
		text-decoration:none;
		color:#666;
	}
		#nav li a:hover { background-color:#e9e9e9; color: #666; }
		#nav li a.active { color: #333; }
	#nav #nav_home {
		margin: 5px 5px 0 5px; padding: 0 10px 0 0;
		text-indent: -9999px;
		float: left;
		width: 25px; height: 19px;
		border-right: 1px solid #ddd;
		background: url(../images/logo_mark.gif) no-repeat;
	}
		#nav #nav_home:hover { background-position: 0 -19px; }
	#nav #nav_bookspot {
		margin: 0 0 0 40px; padding: 5px;
		background: #68e594;
		color: #fff;
	}
		#nav #nav_bookspot:hover { background: #5bc881; }
	
	#VideoPage #nav a#VideosLink, #AboutPage #nav a#AboutLink, #AlbumsPage #nav a#AlbumsLink, #SongsPage #nav a#SongsLink, #ContactPage #nav a#ContactLink, #TagsPage #nav a#TagsLink {
		background-color:#79bafd;
		background-color: #3b5998;
		color: #fff;
	}
	#nav li a#LogoutLink {
		color:#FF0000;
	}

/* Footer
----------------------------------------*/
#Footer
{
	background-color:#666;
	margin: 0 auto;
}


#Footer #FooterWrapper {
	width: 970px;
	padding: 15px;
	margin: 0 auto;
	font-size: .85em;
}
#DirectLinkPage #Footer #FooterWrapper {
	width: 820px;
}
#Footer #FooterWrapper h2#BrandLogo {
	font-size: .9em;
	font-weight: bold;
	float: left;
	width: 100px;
	padding-right: 150px;
	height: 19px;
	background-image:url(../images/footer-logo.gif);
	background-repeat:no-repeat;
	color: #fff;
}
#Footer #FooterWrapper h2#BrandLogo span {
	display: none;
}
#Footer .col {
	width: 250px;
	margin-right: 10px;
	float: left;
}
#Footer a {
	color:#ddd;
}
#Footer h2 {
	color: #ddd;
	font-weight: bold;
	font-size: 1em;
}

#Footer #footer-nav .col ul li {
	background-image:url(../images/icons/bullet-blue-arrow-sm.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left: 10px;
	color: #ddd;
}

#Footer #FooterWrapper p 
{
	color: #ddd;
	
}



/* ----------------- Sticky Footer ---------------------- */

html, body, #Wrap {height: 100%;}

body > #Wrap {height: auto; min-height: 100%;}

#Main {padding-bottom: 150px;}  /* must be same height as the footer */

#Footer {position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Album Page
----------------------------------------*/
ul.AlbumWrapper {
	margin: 30px 0 0 0;
	padding: 0;
	list-style-type: none;
	

}
ul.AlbumWrapper li {
	display: inline-block;
	float: left;
	width: 170px;
	height: 200px;
	margin: 0 15px 15px 0;
	text-align: center;
	
}
ul.AlbumWrapper li a img{
	border: 0 solid #ccc;
}
.AlbumInfo {
	clear: both;
	font-size: .75em;
	background-color:#eee;
	padding: 2px 4px;
	color: #333;
	text-align: left;
	width: 140px;
	margin: 0;
	line-height: 1.3em;
	background-image:url(../images/icons/folder_music.gif);
	background-position:5px 5px;
	background-repeat:no-repeat;
	padding-left: 25px;
	border: 1px solid #ccc;
	height: 25px;
}
#VideoPage ul.AlbumWrapper li a img{
	border: 1px solid #ccc;
}
#VideoPage .AlbumInfo {
	width: 151px;
	background-image:url(../images/icons/television-2.gif);
	background-position:5px 5px;
	background-repeat:no-repeat;
	padding-left: 25px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #ccc;
}
.AlbumInfo .AlbumTitle {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1em;
	overflow: hidden;
	width: 140px;
	height: 12px;
	/*display: inline;*/
}
.AlbumInfo .AlbumDetails {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin: 0;
	padding: 0;
	font-size: 1em;
	/*display: inline;*/
}
#VideoPage .AlbumTitle {
	display: inline;
}

#VideoPage .AlbumDetails {
	display: inline;
	margin-left: 4px;
}
/* Contact Page
----------------------------------------*/
.ContactHighlightBox {
	margin-bottom: 5px;
}
/* Songs Page
----------------------------------------*/
#AlbumImageWrapper {
	float: left;
	width: 200px;
}
table#SongsTable {
	float: right;
	width: 550px;
}
table.AlbumDiscTable {
	width: 250px;
	float: left;
}

table#SongsTable tr td{

}
h3.AlbumTitle {
	font-size: .8em;
}
.PlayTD {
	width: 30px;
}
.AlbumTD {
	width: 30px;
	/*line-height: 20px;*/
}
.TitleTD {
	display: inline;
	padding-right: 6px;
}
.TitleTD a {
	color:#000;
	text-decoration:underline;
}
.TagsTD {
	display: inline;
	margin-left: 0;
	font-size: .7em;
	line-height: 20px;
	color:#666;
}
.TitleTD a:hover {
	text-decoration:none;
}
#TagsDiv {
	clear: both;
	margin: 0;
	padding: 0 0 0 20px;
	font-size: .9em;
	line-height: 20px;
	color:#666;
	background-image:url(../images/icons/tags.png);
	background-repeat:no-repeat;
}
.TagsTD a {
	color:#0066FF;
	color: #3b5998;
	text-decoration:none;
}
.TagsTD a:hover {
	text-decoration: underline;
}
#DownloadLink {
	clear: both;
	margin: 0;
	padding: 0 0 0 20px;
	font-size: .9em;
	line-height: 20px;
	color:#666;
	background-image:url(../images/icons/music_plus.png);
	background-repeat:no-repeat;
}
.ShowVideos {
	 float: left; 
	 font-size: .75em; 
	 background-image:url(../images/icons/video2.png);
	 background-repeat:no-repeat; 
	 background-position:left; 
	 padding-left: 20px; 
}

/* Tags Page
-------------------------------------------*/
table#TagsTable {
	float: right;
	width: 100%;
}

.SearchResults {
	display: inline-block;
	font-size: .8em;
	padding: 2px 4px;
	color: #fff;
	font-weight: normal;
	background-color:#333;
	margin-bottom: 15px;
}
.SearchResults span {
	font-weight: bold;
	color:#33FFFF;
}

/* Tag Cloud
------------------------------------------*/
#TagCloud {
	position: relative;
	float: right;
	width: 230px;
	padding: 0 2px 15px 15px;
}
#TagCloud h3 {
    border: 1px solid #CCC;
    border-style: none none solid none;
    margin: 10px 0 8px 0;   
	font-weight: bold;
}

#VideoPage #TagCloud {
	width: 230px;
}
#TagCloud a {
	font-family:Arial, Helvetica, sans-serif;
	color:#79bafd;
	color: #3b5998;
	text-decoration:none;
}
#TagCloud a:hover {
	text-decoration: none;
	color:#fff;
	background-color:#79bafd;
	background-color: #3b5998;
}

#TagCloud #SideFeatureBox a:hover {
	background-color:#FFF;
	border: 0;
}

/* Search
--------------------------------------------*/
#search {
	display: none;
}
#SearchBox, #SearchCategoryBox {
	margin-bottom: 20px;
}
#SearchBox input#SearchInput, #SearchCategoryBox select {
	background-color:#FFFFCC;
	border: 1px solid #ccc;
	padding: 2px 4px;
}

/* Video
--------------------------------------------*/
#PlayerWrapper {
	width: 680px;
	margin-bottom: 25px;
	margin-top: 0;
}
.ClientInfo {
	margin: 0;
	padding: 0;
	width: 145px;
	height: 18px;
	overflow:hidden;
	font-size: .95em;
}

.SongInfo {
	margin: -4px 0 0 0;
	padding: 0;
	width: 145px;
	height: 18px;
	overflow:hidden;
	font-size: .8em;
	
}
#PlayerWrapper .HiddenVideoInfo {
	display: block;
	clear: both;
	border: 0 solid #000;
	margin-left: 255px;
	font-size: .75em;
}
.ShowVideoInfo {
	padding: 0 10px 4px 10px;
	font-size: .65em;	
}
.GetInfo {
	margin-left: 256px;
	font-size: .8em;
}

/*Etc
-----------------------------------------*/
ul.SocialIcons, ul.SelectedVideo{
	width: 235px;
	margin: 0;
	padding: 0;
	
}
ul.SocialIcons li, ul.SelectedVideo li{
	float: left;
	margin: 0 0 0 0;
	padding: 0;
}
ul.SocialIcons li img:hover{
	background-color: #fff;
	border: 0;
}
.NewsItem {
	margin-bottom: 30px;
}
.NewsItem h3 {
	
}
body.HomePage li#Nav-Home a, body.AboutPage li#Nav-About a, body.ContactPage li#Nav-Contact a{
	background-color:#3B5998; 
	color: #fff;
} 
