@charset "UTF-8";
body  {
	background: url(../images/navbar.png) repeat-x top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	list-style: url(../images/bullet.png) outside;
	font-family: Arial, Helvetica, sans-serif;
}
/*h1 {
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	line-height: 80%;
	letter-spacing: -0.01em;
}
h2 {
	font-size: 17px;
	text-transform: uppercase;
	color: #999999;
	letter-spacing: -0.01em;
	line-height: 80%;
}*/
h1 {
	text-transform: uppercase;
	color: #333333;
	letter-spacing: -0.1em;
	font-size: 40px;
	line-height: 80%;
	font-weight: bold;
	margin:3px 0 3px 0;
}
h2 {
	text-transform: uppercase;
	color: #8ED300;
	letter-spacing: -0.1em;
	font-size: 40px;
	line-height: 80%;
	font-weight: bold;
	margin:3px 0 3px 0;
}
h3 {
	font-size: 17px;
	text-transform: uppercase;
	color: #999999;
	letter-spacing: -0.01em;
	margin:15px 0 5px 0;
}
h4 {
	text-transform: uppercase;
	color: #8ED300;
	letter-spacing: -0.1em;
	font-size: 15px;
	line-height: 80%;
	font-weight: bold;
	margin:5px 0 3px 0;
}
h5 {
	text-transform: uppercase;
	color: #8ED300;
	letter-spacing: -0.1em;
	font-size: 14px;
	line-height: 80%;
	font-weight: bold;
	margin:10px 0 3px 0;
}
.logo {
	float: left;
	margin-top: 10px;
}
a:link {
	font-weight: bold;
	color: #333;
	text-decoration: none;
	line-height: 80%;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #333;
	line-height: 80%;
}
a:hover {
	font-weight: bold;
	color: #8ED300;
	text-decoration: underline;
	line-height: 80%;
}
#container {
	width: 935px;
	margin: 0 auto;
	text-align: left;
	font-size: 90%;
	position:relative;
} 
.mainImage {
	float: right;
	margin-top: 50px;
	position: relative;
}
.HEADLINE_GREY {
	text-transform: uppercase;
	color: #333333;
	letter-spacing: -0.1em;
	font: bold 40px/80% Arial, Helvetica, sans-serif;
}
.HEADLINE_GREEN {
	text-transform: uppercase;
	color: #8ED300;
	letter-spacing: -0.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 80%;
	font-weight: bold;
}
#header {
	padding: 0 10px 0 20px;
	background: bottom;
	height: 142px;
} 
#headerContent {
	height: 90px;
	text-align: right;
	vertical-align: top;
	margin-top: 10px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 25px;
}
#page-content {
	width:600px;
	padding:20px;
}
#mainContent {
	padding: 0 20px;
	width: 600px;
	margin-top: 50px;
	margin-bottom: 0;
	margin-left: 0;
	position:relative;
} 
#promo-label {
	position:absolute;
	left:560px;
	top:10px;	
}
img, img a {
	border:0;
}
#livebase_list_counter {
}
#navbar {
	height: 42px;
	position: relative;
	background: bottom;
	padding-top: 9px;
}
#backStageLoginBox {
	background: url(../images/loginbox.png) no-repeat top;
	padding: 5px;
	float: right;
	height: 180px;
	width: 132px;
	margin-right: 153px;
	margin-top: -10px;
}
#stageDoorLoginBox {
	background: url(../images/loginbox.png) no-repeat top;
	float: right;
	height: 180px;
	width: 132px;
	margin-top: -10px;
	padding: 5px;
}
#liveStaffUpdatesBox {
	background: url(../images/livestaffupdatesbox.png) no-repeat;
	height: 250px;
	width: 132px;
	float: right;
	padding: 5px;
	margin-right: 57px;
	margin-top: 50px;
}
#liveUpdates {
	background: url(../images/liveupdatesbox.png) no-repeat;
	float: right;
	height: 235px;
	width: 132px;
	padding: 0px 5px 5px;
	margin-top: 0px;
	margin-right: 0px;
	position: relative;
}
#liveFeed {
	float: right;
	height: 300px;
	width: 132px;
	overflow: scroll;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#liveFeedTop {
	background-image: url(../images/livefeedtop.png);
	float: right;
	height: 40px;
	width: 143px;
}
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../images/footerperformers.png) repeat-x;
	height: 50px;
	clear: both;
	margin-top: 30px;
} 
#footerText {
	font-size: 11px;
	text-align: left;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.inputField {
	height: 15px;
	width: 123px;
}	
.product {
	background: url(../images/products/product.png) no-repeat;
	height: 160px;
	width: 270px;
	padding-top: 20px;
	padding-left: 20px;
	float: left;
	font-size: 12px;
	line-height: 80%;
}
.productDescription {
	font-weight: normal;
	height: 130px;
	width: 150px;
	color: #333333;
	font-size: 11px;
	float: left;
	line-height: 105%;
	margin-top: 10px;
	letter-spacing: -0.02em;
}
.productImage {
	float: right;
	margin-right: 35px;
	margin-top: -20px;
}
.product {
	background: url(../images/products/product.png) no-repeat;
	height: 160px;
	width: 270px;
	padding-top: 20px;
	padding-left: 20px;
	float: left;
	font-size: 12px;
	line-height: 80%;
	margin: 5px;
}
#input {
	height: 15px;
	width: 200px;
}
.clientUpdateDetailsForm {
	float: right;
	width: 300px;
	margin-top: 150px;
}
#livebase_detail_container {
	padding: 20px;
	text-align: left;
	float: left;
	width: 935px;
}
#livebase_list_counter {
	padding: 3px;
	height: 30px;
	width: 30px;
	vertical-align: middle;
}
#livebase_list_name {
	padding: 3px;
	height: 30px;
	width: 150px;
	margin-left: 40px;
	vertical-align: middle;
}
#livebase_list_container {
	height: 30px;
	width: 600px;
}
#livebase_list_suburb {
	padding: 3px;
	height: 30px;
	margin-left: 170px;
	width: 150px;
}
#livebase_list_state {
	padding: 3px;
	height: 30px;
	width: 50px;
	margin-left: 250px;
}
#livebase_box {
	width: 915px;
	position: relative;
	float: left;
	text-align: left;
}
#livebase_mainContent {
	width: 600px;
	text-align: left;
	float: left;
	padding: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 20px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #000000;
	border-left-color: #CCC;
	height: 784px;
}
#livebase_imageRight {
	float: right;
	height: 250px;
	width: 250px;
	position: relative;
	border: 10px solid #000000;
	margin-bottom: 10px;
	margin-right: 1px;
	background-color: #000000;
}
#livebase_tab1 {
	height: 33px;
	width: 153px;
	margin-top: 40px;
}
#livebase_tab2 {
	height: 33px;
	width: 153px;
	margin-left: 153px;
	margin-top: -33px;
}
#livebase_tab3 {
	height: 33px;
	width: 153px;
	margin-top: -33px;
	margin-left: 306px;
}
.livebase_label {
	color: #333333;
	width: 150px;
	font-weight: bold;
	display: inline;
}
.livebase_field {
	color: #333333;
	width: 150px;
	font-weight: normal;
	display: inline;
}

/************************** BLOG ****************************/

.blog-container {
	width:935px;
	position:relative;
}
.side-panel {
	position:absolute;
	top:130px;
	right:30px;
	width:230px;
	text-align:right;
}
.side-panel ul {
	margin:10px 0;

}
.blog-post {
	width:600px;
}	
.links {
	width:580px;
	height:21px;
	padding:10px;
	color:#fff;
	background-image:url(/images/CSS/green-bar.png);
	background-repeat:repeat-x;
	margin:20px 0 0px 0;
}
.links a {
	color:#fff;
}	
.comment-list {
	background-color:#1a1a1a;
	color:#ccc;
	padding:20px;
	margin-bottom:20px;
}
.comment {
	background-color:#fff;
	color:#333;
	padding:10px;
	margin-bottom:5px;
}
.post-title {
	margin-top:60px;
}
.post-title a {
	color:#333;
}
.post-title a:hover {
	color:#8ED300;
	text-decoration:none;
}
.post-details {
	margin:20px 0;
}





