@charset "utf-8";
/*  
Theme Name: fabricAudio
Description: This is the style of fabricAudio.com
Version: 2.0
Author: paramana.com
*/
html, body {
	margin: 0pt;
	padding: 0pt;
	height: auto;
	background-color: #FFFFFF;
}
body {
	font-family: "Lucida Sans Unicode","Lucida Grande","Lucida Sans","Lucida",Verdana,sans-serif;
	color: #333333;
	font-size: 100.01%;
}
a {
	text-decoration: none;
	color: #333333;/*#B3B3B3;#0f0f0f;*/
	font-size: 13px;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
a:hover {
	color: #ffffff; /*#910F0F;*/
	background-color: #000000;
}
h2 {
	margin: 0px;
}
h4 {
	margin: 0;
	padding: 10px 0 10px 0;
}
h6 {
	margin: 0px;
	margin-top: 0;
	padding-top: 10px;
}
p {
	margin: 10px 0;
}
ul {
    list-style: none;
    padding: 0;
	margin: 0;
}
ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.red {
 color: #990000;
}
#warper{
	width: 100%;
	height: 100%;
	min-height: 800px;
	position: relative;
}
#container {
	width: 800px;
	height: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#header {
	width: 800px;
	height: 160px;
	padding: 0 0 0 530px;
	position: relative;
	overflow: hidden;
}
#orizNavButtons {
	background: url(../images/logo.png) no-repeat scroll 0 0;
	width: 110px;
	height: 150px;
	float: left;
	margin-top: 10px;
}
#orizNavButtonPhotos, #orizNavButtonNews, #orizNavButtonVideos, #orizNavButtonPosters, #orizNavButtonMusic, #orizNavButtonPerc {
	width: 100px;
	height: 150px;
	float: left;
	display: none;
	margin-top: 10px;
}
#orizNavButtonPhotos {
	background: url(../images/photosObj.jpg) no-repeat scroll 0 0;
}
#orizNavButtonMusic {
	background: url(../images/photosObj2.jpg) no-repeat scroll 0 0;
}
#orizNavButtonNews {
	background: url(../images/photosObj3.jpg) no-repeat scroll 0 0;
}
#orizNavButtonPosters {
	background: url(../images/photosObj4.jpg) no-repeat scroll 0 0;
}
#orizNavButtonVideos {
	background: url(../images/photosObj5.jpg) no-repeat scroll 0 0;
}
#orizNavButtonPerc {
	background: url(../images/photosObj6.jpg) no-repeat scroll 0 0;
}
.black {
	background-color: #000000;
	color: #ffffff;
}
#underConstruction  {
	background: url(../images/underConstruction.jpg) no-repeat scroll 0 0;
	width: 80px;
	height: 100px;
	margin: 50px 50px 50px 200px
}
/***********************   PARAMANA LINK   ******************************/
#cpr {
	background: url(../images/cprBG.jpg) no-repeat scroll right 0;
	color: #999999;
	text-align: left;
	font-size: 11px;
	overflow: hidden;
	position: absolute;
	height: 14px;
	width: 105px;
	z-index: 0;
	top: 45px;
	right: 75px;
	cursor: pointer;
}
#cpr:hover {
	background: url(../images/cprBG.jpg) no-repeat scroll right -13px;
}
#cpr a {
	font-size: 11px;
}
#cpr #cprContent {
	display: none;
}
/***********************   MAIN NAVIGATION AND CONTENT PLACE   **********************************/
#main {
	background: url(../images/line.png) no-repeat scroll 0 0;
	width: 800px;
	height: 100%;
	padding-left: 500px;
	overflow: hidden;
}
#vertNavButtons {
	width: 140px;
	height: 110px;
	float: left;
	padding: 10px 0 0 0;
	letter-spacing: -1px;
	line-height: 1.4em;	
	text-align: center;
	font-size: 12px;
}
#vertNavButtons a{
	padding: 3px;
}
#contentPlace {
	width: 600px;
	float: left;
	height: auto;
	margin-top: 7px;
}
#curl { 
	background: url(../images/curl.png) no-repeat scroll 0 0;
	height: 80px;
	width: 35px;
	display: none;
	float: left;
	margin-top: 22px;
}
/*#pageTitle { 
	height: 55px;
	width: 0;
	overflow:hidden;
	float : left;
}*/
#circle { 
	background: url(../images/circles.png) no-repeat scroll 0 0; 
	height: 110px;
	width: 40px;
	display: none;
	float: left;
}
#contentBody {
	border-top: #990000 solid 2px;
	width: 0;
	display: none;
	font-size: 13px;
	position: relative;
	margin-top: 54px;
	float: left;
	overflow: hidden;
	height: 0;
}
/***********************   WHO   **********************************/
#whoText {
	background: url(../images/whoTextBg.jpg) no-repeat scroll 0 0;  
	color: #444444;
	margin: 0 40px;
	width: 450px;
	text-align: center;
	padding-bottom: 50px;
    line-height:14px;
}
#whoText h4 {
	color:#990000;
    padding: 10px 0 0 0;
}
#whoText h6 {
	display: inline;
}
/***********************   NEWS   **********************************/
#tracklist {
}
#tracklist h6 {
    display: inline;
}
#tracklist td {
    padding-right: 20px;
}
#news {
    position: relative;
}
#news h4 {
    padding: 20px 0 0 0;
}
#justReleased {
    background: url(../images/justReleased.jpg) no-repeat scroll 0 0;
    height: 16px;
    width: 264px;
    display: block;
    margin: 30px auto 0 auto;
}
#tape {
    background: url(../images/tape.jpg) no-repeat scroll 0 0;
    height: 158px;
    width: 213px;
    display: block;
    position: absolute;
    top: 514px;
    right: 25px;
    cursor: pointer;
}
#tape:hover {
    background-position: 0 -158px;
}
#reviewList li {
    display: inline-block;
    border: none;
}
#reviewList li a {
    border: none;
}
#reviewList li img {
    border: none;
}
/***********************   PHOTOS   **********************************/
#photoGallery{
	width: 560px;
	overflow: visible;
}
.photoItem {
	width: 100px;
	height: 153px;
	float: left;
	padding: 6px;
}
.photoItem img {
	border: medium none;
}
.photoItem img:hover {
	border: 1px solid #ffffff;
}
/***********************   GIGS   **********************************/
#whereaboutsContent {
	background: url(../images/whereaboutsBg.jpg) no-repeat scroll 0 0;
	margin: 0 40px;
	width: 450px;
	height: 450px;
	padding-bottom: 35px;
	padding-top: 130px;
    position: relative;
}
#today {
    height: 50px;
    position: absolute;
    right: 6px;
    top: 110px;
}
#toCome, #passed {
    border: 1px solid #000000;
    height: 19px;
    margin-bottom: 10px;
    width: 60px;
    text-align: center;
    background-color: #990000;
    color: #FFFFFF
}
.gig {
	width: 366px;
	min-height: 50px;
	padding: 10px 40px 10px; /*15px 40px 5px;*/
	overflow: hidden;
}
.gig .when {
	width: 77px;
	float: left;
	height: 50px;
}
.gig .what {
	width: 280px;
	float: left;
	padding-left: 5px;
	border-left: 1px solid #555555;
}
.gig .date {
	font-size: 28px;
	color: #000000;
	letter-spacing:-3px;
}
.gig .time {
	font-size: 13px;
	color: #777777;
	padding-right: 5px;
	text-align: right;
	text-transform: uppercase;
}
/***********************   VIDEO   **********************************/
#videoContent {
	color: #000000;
	margin: 0 40px;
	width: 460px;
	text-align: left;
	padding-bottom: 50px;
}
.title h4{
	float: left;
	font-family: verdana;
	font-size: 35px;
	height: 45px;
	padding: 0;
	margin: 0;
}
.subtitle h2{
	float: left;
	color: #777777;
    font-size: 10px;
	padding-left: 5px;
	padding-top: 22px;
	margin: 0;
}
#flashObj {
	display: none;
}
.video {
	width: 437px; 
	padding-left: 13px;
	height: 454px;
}
li embed {
    display: block inline;
}
/***********************   MUSIC   **********************************/
#coverSection {
    padding-top: 12px;
}
#coverArr, #contentArr  {
    background-image: url(../images/musicSprite.png);
    width: 53px;
    height: 150px;
    display: block;
    position: absolute;
}
#coverArr{
    background-position: 0 0;
    left: 10px;
    top: 30px;
}
#contentArr {
    background-position: -53px 0;
    right: 0; /*0*/
    top: 80px; /*175px*/
}
#reference {
    text-align: right;
    padding-right: 26px;
}
#reference span {
    font-size: 11px;
}
#taste {
	background: url(../images/tasteTitle.jpg) no-repeat scroll 0 0;
	width: 190px;
	height: 16px;
    display: block;
	margin: 10px auto;
}
#trackList {
	width: 472px;
	text-align: center;
	color: #777777;
    font-size: 10px;
}
#trackList ul{
	padding-top: 50px;
}
#trackList ul li{
	padding: 0px;
}
#trackList img {
	border: none;
}
#trackList table {
	text-align: left;
	padding-left: 105px;
}
#trackList table tr td{
	padding: 5px;
}
/***********************   POSTERS   **********************************/
#posterGallery {
	background: url(../images/postersBg.jpg) no-repeat scroll 0 0;  
	color: #444444;
	width: 565px;
	height: 450px;
}
#posterGallery h4{ 
	height: 35px;
	margin-top: 0;
	padding-top: 10px;
}
#bigPoster{
	width: 310px;
	height: 400px;
	float: left;
	padding-left: 26px;
    padding-top: 20px;
}
#bigPoster img{
    border: 1px solid #999999;
}
#posterSidebar, #posterSidebarB{
	width: 60px;
	float: left;
	padding: 0 7px;
}
.posterItem {
	width: 50px;
	height: 71px;
	padding: 7px 2px;
}
.posterItem img {
	border: 1px solid #cccccc;
}
.posterItem img:hover {
	border: 2px solid #000000;
}
.pageB {
    display: none;
}
#arrowsLR {
    position: absolute;
    display: block;
    width: 48px;
    height: 80px;
    right: 21px;
    top: 350px;
    cursor: pointer;
}
#arrowNext, #arrowPrev {
    width: 48px;
    height: 34px;
    display: block;
}
#arrowNext {
    background: url(../images/arr.png) no-repeat scroll -49px 0;
    margin-bottom: 4px;
    float: left;
}
#arrowPrev {
    background: url(../images/arr.png) no-repeat scroll -49px -34px;
    float: right;
}
#arrowNext:hover {
    background-position: 0 0;
}
#arrowPrev:hover {
    background-position: 0 -34px;
}
/***********************   GUEST   **********************************/
#guestContent {
	width: 560px;
}
#guestList{
	width: 300px;
	height: auto;
	float: left;
	padding: 25px 0;
}
.guestMessage {
	width: 300px;
}
.guestDetails tr{
	width: 80px;
	text-align: right;
	vertical-align: top;
} 
.guestName {
	color: #990000;
	width: 80px;
    display: block;
    text-align: right;
}
.guestDate, .guestTime {
	color: #AAAAAA;
	font-size: 9px;
    width: 80px;
    display: block;
    text-align: right;
}
.guestText {
	width: 200px;
	padding-left: 5px;
	vertical-align: top;
}
.guestMessage td {
	float: left;
	display: inline-block;
}
.guestList tr{
}
table.message {
    margin: 0 0 10px;
}
table.guestDetails {
    border-right: 1px solid #ddd;
}
#guestForm{
	background: url(../images/messageFormBg.jpg) no-repeat scroll 0 0;  
	width: 259px;
	height: 260px;
	float: left;
}
/***********************   CONTACT  moved to external css file **********************************/


