/*
Bluewire Media
1300 BLUEWIRE
help.desk@bluewiremedia.com.au
http://www.bluewiremedia.com.au
 
Project ID:   	(Project ID)
Client:         (Client Name)
File author:	(Author Name)

File information
Name:	global.css
Purpose: Standard element resets & styles. Not layout or page specific; site-wide.
*/

/* --- GENERAL & RESETS --- */

html, body, div, ul, ol, li, form, fieldset, input, textarea {  
	margin: 0;  
	padding: 0;  
	font-size: 100%;  
} 

img, fieldset {border: 0;}
em {font-style: italic;}  
strong {font-weight: bold;} 

body {
	font-family:"Avant Garde","Century Gothic",sans-serif;
    color: #333;
	font-size: 80%;
	line-height: 1.5em;
	background: #000000 url(../images/iceworks-panel-bg.jpg) no-repeat fixed 0 0;
}

body#id-1 {
background: #000000 url(../images/iceworks-panel-bg.jpg) no-repeat fixed 0 0;
/*background: #000000 url(../images/iceworks-panel-bg.jpg) no-repeat fixed 0 0;*/
}

body#id-30 {
    background: #000000 url(../images/iceworks-panel-bg.jpg) no-repeat fixed 0 0;
}

body#id-5 {
    background: #000000 url(../images/iceworks-panel-bg.jpg) no-repeat fixed 0 0;
}

body#id-11 {
    background: #000000 url(../images/iceworks-panel-bg.jpg) no-repeat fixed 0 0;
}
body#id-17 {
    background: #000000 url(../images/new-whats-on-bg.jpg) no-repeat fixed 0 0;
}
body#id-18 {
    background: #000000 url(../images/iceworks-panel-bg.jpg) no-repeat fixed 0 0;
}
body#id-14 {
    background: #000000 url(../images/iceworks-panel-silver-bg.jpg) no-repeat fixed 0 0;
}
body#id-16 {
    background: #000000 url(../images/iceworks-panel-bg.jpg) no-repeat fixed 0 0;
}
body#id-19 {
    background: #000000 url(../images/iceworks-panel-silver-bg.jpg) no-repeat fixed 0 0;
}
body#id-15 {
    background: #000000 url(../images/eatdrink-bg.jpg) no-repeat fixed 0 0;
}

body#id-101{
    background: #000000 url(../images/iceworks-panel-silver-bg.jpg) no-repeat fixed 0 0;
}

body#id-221{
    background: #000000 url(../images/business-bg.jpg) no-repeat fixed 0 0;
}

body#id-222 {
    background: #000000 url(../images/private-bg.jpg) no-repeat fixed 0 0;
}

div#main-content-wrapper.backpage{
	background: transparent url(../images/back-page-logo.png) no-repeat top right;
}

body#id-101 div#main-content-wrapper.backpage{
	/*background: transparent url(../images/wedding-header-image.png) no-repeat top right;*/
	background:none;
}

body#id-101 div#main-sidebar{
margin-top: -90px;
}
/*
body#id-101 {
    background: #000000 url(../images/black-label-events-bg.jpg) no-repeat fixed 0 0;
}*/



p {
	margin: 0.8em 0;
	font-size: 100%;
}

/* --- HEADINGS --- */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 1em;
	margin: 1.5em 0 0.8em 0;
	padding: 0;
}  

/* Define all headings possible - users can select any of them in the WYSIWYG. */

h1{
	font-family:"Avant Garde","Century Gothic",sans-serif;
	font-size: 24px;
	font-weight: bold;
	width:500px;
}

h2 {
font-family:"Avant Garde","Century Gothic",sans-serif;
	font-weight: bold;
	font-size: 24px;
	width:495px;
	line-height:28px;
}

h3 {
	font-size: 1.4em;
	color:#ff6c00;
}

h4 {
	text-transform: uppercase;
	font-weight:bold;
}

div#main-sidebar .sidebar-section  h4{
margin:0;
padding:0;
font-weight:bold;
color:#000000;
}
div#main-sidebar .pdfDownloadSection  h3{
margin-left:35px;
}

#wrapper.black-label-events div#main-sidebar .pdfDownloadSection  h3{
margin-left:35px;
font-size:25px;
}


h5 {
	font-weight: bold;
}

h6 {
	font-weight: bold;
}

/* --- LINKS --- */
a{
	color: #8ea64e;
border-bottom:1px dotted #8ea64e;
	text-decoration: none;
}

a:visited {
	color: #8ea64e;
text-decoration: none;
}
a.noBorder{
border-bottom:0 none;
}

a:hover {
	color: #000;
}

/* --- LISTS --- */
ul {list-style: none;}
ol {
	margin: 0.8em 0 0.8em 1.4em;
}

/* --- TABLES --- */
table {
	width: 100%;
}

table td, table th {

	font-weight: normal;
}

table td {

}

/* --- FORMS --- */
form {
	margin: 2em 0;
}

form td {
	padding: 0.4em 0;
	vertical-align: top;
	border: 0;
}

form td.formlabel {
text-align:right;
width:180px;
}

form label {
	margin: 1em 2em 0.15em 0;
	padding: 10px;
}

form label {
padding-left:0px;
}


form label.checkboxLabel {
	margin: 0;
	padding: 0px;
	padding-left:10px;
}

form label span {
	color: #ff0000;
}

form td label {
	margin: 0 2em 0 0;
}

form input, select, textarea {
	width: 180px;
	padding: 0.2em;
	font-family: inherit;
	font-size: 0.9em;
	color: #666;
	border: 1px solid #ccc;
}

select{
width:187px;
}

form input.checkbox {
width: 15px;
	padding: 0px;
	border: 0 none;
	margin-right:10px;
}

form input.blackLabel {
float:right;
}



form textarea {
	height: 100px;
}

form input.submit {
	width: 7em;
	background-color: #eee;
	display: block;
	
	margin-top: 2em;
}
form td input.submit {
	margin-top: 0;
}

.errors {
	
	background-color: #f27474;
	padding: 0.5em 1em 1em 1em;
	color: #fff;
}
.errors span, .errors div {
	display: block;
	padding: 0.2em;
	border-bottom: 1px solid #ffacac;
}

img.sig{
margin-top: -30px;
}




