/* 
John Forte Stylesheet
Date: 3/26/10
Author: Crossborders
*/

/* ------ Reset ----------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.3;
	font-size: 62.5%;
	font-family: 'Trebuchet MS', trebuchet, arial, sans-serif;
	color:rgb(41,18,0); /* dark brown */
	background: url(images/bkconcrete.jpg) top left repeat;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {
	font-family: 'Gill Sans', 'Trebuchet MS', Trebuchet, arial, sans-serif;
	font-size: 4.7em;
	font-weight: normal;
}

h2 {
	font-family: 'Gill Sans', 'Trebuchet MS', Trebuchet, arial, sans-serif;
	font-size: 2.3em;
	/* color:rgb(225,237,237);  light blue */
	color: #FFF;
	margin-bottom: 20px;
}

h3 {
	font-family: 'Gill Sans', 'Trebuchet MS', Trebuchet, arial, sans-serif;
	font-size: 1.3em;
}

h4 {
	font-family: 'Gill Sans', 'Trebuchet MS', Trebuchet, arial, sans-serif;
	font-size: 1.7em;
	font-weight: normal;
}

p {
	font-size:1.3em;
}

a:link, a:visited {
	color:rgb(55,139,173);
	text-decoration: none;
	position: relative;
	padding-bottom: 1px;
	display: inline-block;
}

a:hover, a:focus {
	border-bottom: 1px solid rgb(55,139,173);
	padding-bottom: 0px;
}

a:active {
	top:1px;
}

/* ------ Utility -------------------------------------- */

.w960 {
	width:960px;
	margin:0 auto;
	position: relative;
}

#wrapper {
	width: 100%;
	height: 100%;
	background: url(images/jf-bkTexture_02.png) -200px 0 no-repeat;
}

/* ------ Header --------------------------------------- */
#hwrapper {
	height: 110px;
	width: 100%;
	background: url(images/jf-bk_header3.png) bottom left repeat-x transparent;
	margin-bottom: 20px;
	position: relative;
}

#header h1 {
	position: absolute;
	bottom: 17px;
	left: 110px;
}

/* ------ Main ----------------------------------------- */
#mwrapper {
	height: 450px;
	width: 100%;
	background: rgb(61,140,163);
}

#main {

}

#main #pictela {
	width:600px;
	height: 450px;
	background: black;
	position: relative;
	top:0;
	left: 0;
}

#main .aside {
	width: 330px;
	position: absolute;
	top:20px;
	left: 630px;
}

#main #promo {
	padding-bottom: 10px;
	border-bottom: 1px solid #FFF;
}

#promo h2 {
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0px;
}

#main #twitter {
	color: #FFF;
	padding-top: 3px;
}

#twitter p {
	padding-bottom: 10px;
}

#twitter .tweet {
	padding-bottom: 5px;
}

#twitter .meta {
	color: rgb(225,237,237);
	font-style: italic;
}

/* ----- Twitter Loader // Main ---------------------- */

.aside h4 a:link, .aside h4 a:visited {
	font-family: 'Gill Sans', 'Trebuchet MS', Trebuchet, arial, sans-serif;
	font-weight: normal;
	margin-bottom: 4px;
	color:#FFF;
	margin-top: 10px;
}

.aside h4 a:hover {
	border-bottom: 1px solid #FFF;
}

.twitted p.preLoader {
	width:220px;
	margin:0 auto;
	background: transparent url("images/ajax-loader.gif") 1em center no-repeat;
	/* generate your own loader gif: http://www.ajaxload.info */
}

.twitted ul#twitter_update_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.twitted ul#twitter_update_list li {
	margin: 0;
	padding: 0.5em 0 0.6em 0;
	font-size:1.3em;
}

.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: block;
}

.twitted ul#twitter_update_list li span a {
	/* links in tweet content */
	color: #FFF;
	border-bottom: 1px solid #FFF;
	padding-bottom: 0px;
}

.twitted ul#twitter_update_list li span a:hover {
	color: rgb(225,237,237);
	border-bottom: 1px solid rgb(225,237,237);
}

.twitted ul#twitter_update_list li a {
	/* timestamp link */
	color: rgb(225,237,237);
	font-style: italic;
	font-size: 0.9em;
	margin-top: 3px;
}

.twitted ul#twitter_update_list li.firstTweet {
}

.twitted ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

.twitted p.profileLink {
	display: block;
	margin: 0;
	padding: 0.3em 1em;
	color: #fff;
	background-color: #ddd;
}


/* ------ Content ------------------------------------- */
#cwrapper {
	width:100%;
	margin:0 auto;
	/* background: url(images/jf-BkTxt_01.png) no-repeat transparent; */
}

#content {
	padding-top:10px;
	overflow: visible;	
	position: relative;
	width: 960px;
}

/* ------ Left Column // Content --------------------- */
#content #leftcolumn {
	position: relative;
	top:0;
	left: 10px;
	width:460px;
	padding-right: 14px;
	border-right: 1px solid rgb(41,18,0);
	height: 1400px;
}

#content #leftcolumn h2 {
	width:450px;
	height: 31px;
	background: url(images/jf-bk_tour.png) top left no-repeat transparent;
	text-transform: uppercase;
	padding:5px 0 0 10px
}

#leftcolumn .entry {
	position: relative;
	margin-bottom: 20px;
}

#leftcolumn .entry .date {
	position: absolute;
	top:0px;
	right:0px;
	width:100px;
}

#leftcolumn .entry .soldout {
	position: absolute;
	top:15px;
	right:0px;
	width:100px;
	font-size: 1.5em;
	color: red;
	text-transform: uppercase;
	font-weight: bold;
}

#leftcolumn .entry .link {
	text-transform: uppercase;
}

#leftcolumn .entry .venue {
	font-style: italic;
}

/* ----- Right Column // Content --------------------- */
#content #rightcolumn {
	position: absolute;
	top:10px;
	left: 500px;
	/* width:450px; */
}

#content #rightcolumn h2 {
	width:440px;
	height: 31px;
	background: url(images/jf-bk_disc.png) top left no-repeat transparent;
	text-transform: uppercase;
	padding:5px 0 0 10px;
	margin-top:20px;	
}

#rightcolumn #audio {
	width: 450px;
	height: 236px;
	background: #000;
	margin-bottom: 20px;
}

#disc {
	position: relative;
	overflow: hidden;
	width: 450px;
	/* height: 600px; */
}

#albumcontainer {
	/* height: 600px; */
	width: 4950px;
	position: relative;
}

#albumcontainer .album-detail {
	float: left;
	width: 450px;
	position: relative;
	display: inline-block;
	margin-right: 20px;
	/* height: 600px; */
}

#album-menu .album {
	position: relative;
	margin-bottom: 20px;
}

#disc #album-menu .album>div {
	position: absolute;
	top: 0;
	left: 130px;
}

#disc .links {
	margin-top: 20px;
}


#disc .links a {
	display: block;
	margin-bottom: 4px;
}

#disc .links a img {
	padding-right: 3px;
	position: relative;
	top:2px;
}

#disc .links a:link, #disc .links a:visited {
	color: rgb(41,18,0);
}

#disc .links a:hover, #disc .links a:focus {
	border-color: rgb(41,18,0);
}

.album-detail .localnav {
	position: relative;
	padding-bottom: 20px;
	display: block;
	overflow: hidden;
	clear: both;
}

.localnav a {
	font-size:1.3em;
	font-style: italic;
}

.album-detail .left {
	float: left;
}

.album-detail .right {
	float: right;
}

.album-detail img.cover {
	width:248px;
	height: 248px;
}

.album-detail .album-meta {
	position: absolute;
	top:40px;
	left: 258px;
}

.album-detail .album-summary, .album-detail .tracks {
	clear: both;
	position: relative;
	margin-top: 20px;
}

#disc .album-detail ol{
	margin-left: 20px;
	list-style: decimal;
	font-size: 1.3em;	
}

#disc .album-detail ol li {
	list-style: decimal;
}

/* ------ Footer ------------------------------------ */
#fwrapper {
	height: 130px;
	width: 100%;
	background: url(images/jf-bk_footer.png) top left repeat-x transparent;
	position: relative;
}

.fwrapper-bottom{
	height: 120px;
	background: rgb(61,140,163);
	position: relative;
	top: 10px;
}

#footer {
	color: #fff;
	position: relative;
	width: 960px;
	margin-top: 20px;
}

#footer ul {
	position: absolute;
	top:0px;
	right: 450px;
}

#footer ul.social {
	margin:10px 0 0 10px;
}

#footer ul.social li {
	float: left;
	display: inline-block;
	position: relative;
	margin-right: 50px;
}

#footer ul li a:link, #footer ul li a:visited {
	color: #FFF;
}

#footer ul li a:hover, #footer ul li a:focus {
	color:#FFF;
	border-color: #FFF;
}

#footer ul.legal {
	position: absolute;
	top:10px;
	right: 150px;
}

#footer ul.legal li {
	margin-bottom: 15px;
	cursor: pointer;
}

#footer img.sig {
	position: absolute;
	top:0px;
	right: 10px;
}

/* ---- qTip styles  ----------------------------------------- */

.qtip-content {
	font-size: 1.2em;
}

.qtip-content ul {
	margin-left: 10px;
}

.qtip-content li {
	margin-bottom: 6px;
}