@import url(photos/css/lightbox.css);

/*Menu styles*/

#menu {
	padding:0 -1px 0 0;
	clear:both;
	border-top:1px solid #C8B995;
	border-bottom:0px solid transparent;
	background:#fff url(images/menu.jpg);
	height:28px;
	width: auto;
	}


#menu ul, ul.nobullets, .jsMenu ul {
	margin-left:150px;
	margin-top:0;
	padding:0;
	list-style:none;
	}

#menu li {
	font-size:11px;
	font: bold 10pt "Trebuchet MS";
	width:88px;
	height:28px;
	margin:0;
	padding:0;
	float:left;
	background:#fff url(images/menu2.jpg);
	}

#menu li.news {
	font-size:11px;
	font: bold 10pt "Trebuchet MS";
	width:84px;
	height:28px;
	margin:0;
	padding:0;
	float:left;
	background:#fff url(images/menu1.jpg);
	}

#menu ul a {
	display:block;
	width:88px;
	line-height:28px;
	height:28px;
	border-left:0px solid transparent;
	background:transparent url(images/menu2.jpg);
	text-align:center;
	color: #C8B995;
	text-decoration:none;
	}

#menu ul a.news {
	display:block;
	width:84px;
	line-height:28px;
	height:28px;
	border-left:0px solid transparent;
	background:transparent url(images/menu1.jpg);
	text-align:center;
	color:#C8B995;
	text-decoration:none;
	}

#menu ul a span {
	display:block;
	width:88px;
	height:28px;
	border-left:1px solid #D6CAAF;
	}

#menu ul a span.news {
	display:block;
	width:84px;
	height:28px;
	border-left:1px solid #D6CAAF;
	}

#menu ul a:hover, #menu ul a.selected {
	cursor:pointer;
	background:transparent url(images/menu2_over.jpg);
	background-position:100% -0px;
	color:#fff;
	}


/*CSS for Virtual Page*/

.virtualpage, .virtualpage2, .virtualpage3{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}

.paginationstyle{ /*Style for demo pagination divs*/
width: auto;
text-align: right;
padding: 2px 0;
margin: 10px 10px;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
border: 1px solid black;
color: navy;
background-color: white;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;
background-color: #FEE496;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
background-color: #FFC73C;
}

/*CSS for Popup Image Viewer*/

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

/*Colour styles*/

body 
{
color: #351900;
}
	
h1, h2, h3, h4, h5, h6, h7 
{
	color: #AF404E; /*light brown is C8B995*/
}
	
a, a:link, a:visited, a:hover, a:active 
{background:transparent;text-decoration:none;cursor:pointer}
a:link 
{color:#AF404E}
a:visited 
{color:#C8B995}
a:hover, a:active 
{color:#AE5E8C} /*pink is #FE9DB0*/
a:hover 
{text-decoration:underline}


body#home #frame, body#issueindex #frame 
{
	background-color: #F8F4EF;
}

#frame 
{
	background-color: transparent;
}
	
#header
{
	background-color: transparent;
}
	
#cover { 
	background: #D6CAAF url(images/home.jpg) no-repeat top left;
}
	
#coverBottom { 
	background: #6AB2E7 url(images/home_bottom.jpg) no-repeat top left;
}
	
#sidebar {	
	background-color: transparent;
}

#navigation
{
	background-color: #accc86;
}

#navigation ol
{
	background-color: transparent;
}

#navigation a:link, #navigation a:visited
{
	color: #566c10;
}

#navigation a:hover, #navigation a:active
{
	color: #000000;
}

#content
{
	background-color: transparent;
}

#copyright
{
	background-color: transparent;
}

#copyright p
{
	color: #666666;

}

blockquote {
	color: #accc86;
	}

/*Main styles*/

html
{
	height: 100%;
	margin-bottom: 1px;
}

body
{
	margin: 0 0 30px 0;
	padding: 0;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font: normal 9pt/12pt Trebuchet MS;
}

div.vertcenter {
	min-height: 10em;
	display: table-cell;
	vertical-align: middle
 }

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }


.gighead
{
	background-color: #C8B995;
	font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
	color: #FFFFFF;
	font-size: 14px; 
	font-weight: bold;
	margin: 0px 0 0px 7px;
	display: block;
	padding-left: 5px;
}

h1, h2, h3, h4 { margin: 0 0 1em 0; }

h1 {font-size:150%}	
h2 {font-size:16pt}	
h3 {font-size:13pt}	
h4 {font-size:11pt}	
h5 {font-size:95%}	
h6 {font-size:86%}
h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong {color:#900}

p { margin: 0; }

p.small {
	margin: 0; 
	font-size: 10px;
	line-height: 14px;
}

a:link, a:visited
{
	text-decoration: none;
	font-weight: normal;
}

a:hover, a:active { text-decoration: underline; }


div
{
	margin: 0;
	padding: 0;
}

.img
{
	border: 0;
	padding: 0;
	margin: 0;
	display: block;
}

.img2
{
	border: 0;
	padding: 0;
	margin-bottom: 10px;
	display: block;
}

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

.shadowleft
{
	margin: 0 0 0 0px;
	width: 1000px;
	padding: 0 0px 0 10px;
	background: transparent url(images/bg-shadow-left.gif) repeat-y top left;
}

.shadowright
{
	margin: 0 0 0 0px;
	width: 1000px;
	padding: 0 10px 0 0;
	background: transparent url(images/bg-shadow-right.gif) repeat-y top right;
}

.shadowbottom
{
	margin: 0 0 0 0px;
	width: 1000px;
	background: transparent url(images/footer.jpg) no-repeat center bottom;
	padding: 0px 10px 0 10px;
	height: 20px;
}

.shadowbottom p
{

	font-size: xx-small;
	text-align: center;
	color: #000000;
	margin: 0px;
	padding: 0;
}

.contactleft{
	width:280px;
	margin-top:0px;
}

.contactright{
	float:right;
	width:320px;
	text-align:left;
	background-color: transparent;	
	padding: 0px;
	margin-top:0px;
}

 #contactbox{
	padding: 5px;
	font-size:8pt;
	width:280px;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right: 0px;
	background:#eee;
	text-align:center;
}
.breadcrumb {
	font-size:8pt;
	background: transparent url("http://www.splurge.com.au/images/sprite_li.gif") no-repeat 0 -500px;
	color:#C8B995;
	padding-left:20px;
	margin:0px 0 0 0;
	padding-bottom:2px;
	border-bottom:1px solid #ccc;
	width:600px;
}

.lyrics {
	font-size:8pt;
	background:#fff url("http://www.splurge.com.au/images/sprite_li.gif") no-repeat 0 -1400px;
	color:#4f4f4f;
	padding-left:20px;
	margin:5px 0 0 0;
	padding-bottom:3px;
	border-bottom:1px solid #ccc;
}

.art {
	font-size:8pt;
	background:#fff url("http://www.splurge.com.au/images/brush.gif") no-repeat 0 -0px;
	color:#4f4f4f;
	padding-left:20px;
	margin:5px 0 0 0;
	padding-bottom:3px;
	border-bottom:1px solid #ccc;
}

.pix {
	font-size:8pt;
	background:#fff url("http://www.splurge.com.au/images/tinycam.gif") no-repeat 0 -0px;
	color:#4f4f4f;
	padding-left:20px;
	margin:5px 0 0 0;
	padding-bottom:3px;
	border-bottom:1px solid #ccc;
}

.subtext{
	font-size:8pt;
	color:#4f4f4f;
	padding-left:0px;
	margin:5px 0 0 0;
	padding-bottom:3px;
}

.audio {
	font-size:8pt;
	background:#fff url("http://www.splurge.com.au/images/sprite_li.gif") no-repeat 0 -1003px;
	color:#4f4f4f;
	padding-left:20px;
	margin:2px 0 0 0;
	padding-bottom:2px;
	border-bottom:1px solid #ccc;
}

.download {
	font-size:8pt;
	background:#fff url("http://www.splurge.com.au/images/sprite_li.gif") no-repeat 0 -1203px;
	color:#4f4f4f;
	padding-left:20px;
	margin:5px 0 0 0;
	padding-bottom:3px;
	border-bottom:1px solid #ccc;
}

.asterisk{
	color:red;
}

.buyindexleft{
	float:left;
	width:600px;
	margin-top:0px;
}

.line {
	padding-top:5px;
	margin:10px 0px 10px 0px;
	border-top:1px solid #ccc;
}

.rulemedia {
	font: normal 8pt/12pt Trebuchet MS;
	background:#fff;
	color:#000;
	margin:0px 0px 10px 0px;
	padding:5px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #C8B995;
	/*clear: both;*/
}
.rule {
	font: normal 9pt/14pt Trebuchet MS;
	background:#fff;
	color:#000;
	margin:0px 0px 10px 0px;
	padding:5px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #C8B995;
	/*clear: both;*/
}

.rule h3, .rule h4, .rule p{
	margin-top:0px;
	margin-bottom:0px;
}


.rule img{
	margin-right: 10px;
}

.rule .clear {clear:left;z-index:-1;}

.image{
	float:left;
	margin-top: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-left: 0px; 
}


 #flashversion p, #flashcontent p{
	padding: 5px;
	font-size:8pt;
	width:70px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right: 20px;
	background:#eee;
	text-align:center;
}
#flashcontent 
{
	background-color: transparent;
}

.promo{
	padding: 10px 80px 0px 650px;
	margin-top: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-right: 10px; 
}

.promo img{
	margin-right: 10px;
	border:1px solid #BC3219;
}

.promo h4{
	margin-top:0px;
	margin-bottom:5px;
	text-align: right;
	color:#C8B995;
}

 .promo p{
	font-size:8pt;
	margin-top:0px;
	margin-bottom:0px;
	color: #FFFFFF;
	text-align: right;
}

.player{
	float:right;
	width:80px;
	margin-top: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-right: 20px; 
	margin-left: 10px; 
}

.networking{
	float:right;
	margin-left:880px;
	margin-top:30px;
	margin-right: 20px; 
	width:120px;
	height:35px;
}

.networkingvideo{
	float:right;
	margin-left:880px;
	margin-top:125px;
	margin-right: 20px; 
	width:120px;
	height:35px;
}
.jukebox{
	position:absolute;
	width:350px;
	height:92px;
	top:0px;
	right:0px;
	left:650px;
	margin-top: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-right: 0px; 
	margin-left: 0px;
}

.nowplaying{
	margin-top:10px;
	padding: 0px 80px 0px 0px;
	margin-right: 10px; 
}

.nowplaying img{
	margin-right: 10px;
	margin-left: 0px;
	border:1px solid #BC3219;
}

.nowplaying h4{
	margin-top:0px;
	margin-bottom:5px;
}

.nowplaying p{
	font: normal 8pt/12pt Trebuchet MS;
	margin-top:0px;
	margin-bottom:0px;
}


/* divs */

.pixleft{
	float:left;
	width:185px;
}

.pixright{
	float:right;
	width:185px;
}

.pixcenter{
	padding: 0px 185px 0px 185px;
	margin: 0px;
	text-align: center;
}

.clipsleft{
	float:left;
	width:185px;
}

.clipsright{
	float:right;
	width:185px;
}

.clipscenter{
	padding: 0px 185px 0px 185px;
	margin: 0px;
	text-align: center;
}

.clipsleft, .clipsright, .clipscenter  p{
	font: normal 8pt/12pt Trebuchet MS;
	margin-top:0px;
	margin-bottom:0px;
	text-align: center;
}


/* tables */

.bgform
{
	font-size: 9pt;
	font-family: Trebuchet MS, sans-serif;
	font-weight: normal;
	text-align: left;
	color:#666666;
	background-color: transparent
	text-indent: 2px;
	padding: 0px;
	margin-bottom:5px;
}

.labelform
{
	font-size: 9pt;
	font-family: Trebuchet MS, sans-serif;
	font-weight: normal;
	text-align: left;
	color:#666;
	background-color: transparent
	text-indent: 2px;
	padding: 0px;
}


#frame
{
	padding: 0;
	margin: 0 auto 0 auto;
	width: 1020px;
	border: none;
	overflow: auto;
}

#header
{
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 167px;
	background: transparent url(images/logoMasthead.jpg) no-repeat top left;
}

#cover { 
	margin: 0; 
	width: 1000px;
	height: 5px;
	background: #D6CAAF;
	border-bottom:1px solid tranparent;
	overflow:hidden;
}

#coverBottom { 
	clear:both;
	margin: 0; 
	width: 1000px;
	height: 150px;
	border-top:1px solid #7e7e7e;
	border-bottom:1px solid #7e7e7e;
}

#navigation
{
	margin: 0 0px 0 0px;
	width: 660px;
	padding: 0 20px;
	overflow: auto;
}

#navigation ol
{
	list-style: none;
	padding: 0.3em 0;
	margin: 0 0 0 0;
}

#navigation li
{
	list-style: none;
	display: inline;
	padding: 0 1em 0 0;
	font-size: 120%;
}

#navigation a:link, #navigation a:visited
{

	font-weight: bold;
	text-decoration: none;
}

#navigation a:hover, #navigation a:active
{

	text-decoration: none;
}


#content
{
	margin: 0em 0 0 0;
	padding: 20px 20px 20px 20px;
	float: right;
	width: 620px;
}

#sidebar
{
	width: 300px;
	margin: 0 0 0 0px;
	padding: 20px 20px 20px 20px;
	float: left;
}


#sidebar p 
{ 
	text-align: right;
	color: #666;
	font-size: 10px;
	margin: 0 0 1em 0; 
	padding: 0px 0px 0 20px;
	display: block;
	clear: both;
	background-color: transparent;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#content p 
{ 
	margin: 0 0 1em 0; 
}

#copyrightBorder
{
	margin: 0px 0px 0 0px;
	padding: 0px 20px 0 20px;
	width: 960px;
	height:108px;
	clear: both;
	border-top:1px solid #000000;
	background: transparent url(images/footerTop.jpg) no-repeat center bottom;
}

#copyrightBorder a:visited
{
	color:#604C33;
}

#copyright
{
	margin: 0px 0px 0 0px;
	padding: 0px 20px 0 20px;
	width: 960px;
	height:108px;
	clear: both;
	background: transparent url(images/footerTop.jpg) no-repeat center bottom;
}

#copyright p, #copyrightBorder p
{

	font-size: xx-small;
	margin: 0;
	padding: 0;
}

#footer
{
	text-align: right;
	color: #AAA;
	font-size: xx-small;
	margin: 0 0px 0 0px;
	padding: 0px 30px 0 30px;
	height: 30px;
	width: 960px;
	display: block;
	clear: both;
	background-color: #ffffff;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#footer p
{
	margin: 0;
	padding: 0;
}

	
#footer a:link, #footer a:visited {
	color: #AAA;
	font-weight: normal;
	text-decoration: none;
	border-bottom: dotted #AAA 1px;
	}

#footer a:hover, #footer a:active {
	border-bottom: solid #AAA 1px;
	}
	
form#signup {
margin: 1em 0 0 0;
}

form#signup label
{
	font-weight: bold;
	margin: 0.5em 0;
}

form#signup input, form#signup textarea
{
	margin: 0.5em 0 1em 0;
}

#featureindex {
	border: none;
	margin: 0;
	padding: 0;
	width: 660px;
	background: transparent;
	}
	
#featureindex #feature {
	float: left;
	}

#featureindex table {
	float: left;
	width: 320px;
/*	border-left: 1px solid #CCCCCC; */
	margin: 0 0 50px 0;
	padding: 0;
	background: transparent;
	}
	
#featureindex table td {
	width: 80px;
	}
	
#featureindex table td img {
	display: block;
	}
	
#featureindex table td a:link, #featureindex table td a:visited {
	border: 1px transparent solid;
	display: block;
	}
	
#featureindex table td a:hover, #featureindex table td a:active
{
	border-style: solid;
	border-width: 1px;
	border-color: #543123;
}

blockquote {
	margin: 0.5em 0;
	font-size: large;
	}

img.inline {
display: inline;
}

