/* COMMON
------------------------------------*/

body,td,th,input,select,textarea {
	font-family: Arial;
	font-size: 12px;
}
body {
	margin: 0px;
	background-color:;
	/*background-image:url(../../../media/background.jpg);*/
	background-position:top center;
	background-repeat:repeat-y;
	background-attachment:fixed;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0 0 10px 0;
	padding:0;
}
h1{
	font-size:18px;
	font-family: Arial;
}
h2{
	font-size:16px;
	font-family: Arial;
}
h3{
	font-size:14px;
	font-family: Arial;
	color: #000;	
}
h4{
	font-size:12px;
	font-family: Arial;
	color: #000;	
}
h5{
	font-size:10px;
	font-family: Arial;
	color: #000;	
}
h6{
	font-size:8px;
	font-family: Arial;
	color: #000;	
}
a:link, a:visited{
	font-weight: bold;
	color: #59A9B5;
	text-decoration: none;
}
a:hover{
	color: #CCCCCC;
}
a img{
	border:none;
}
table{
	margin-bottom:10px;
}
ul,ol{
	padding: 0 0 0 10px;
	margin: 0 0 10px 10px;
}
input,textarea{
	background-color:#BADBE0;
	border:1px solid #BADBE0;
}
form{
	margin:0;
	padding:0;
}
hr{
	border:none;
	height:1px;
	color:#efefef;
	background-color:#efefef;
	margin:0 0 10px 0;
	padding:0;
}
iframe{
	margin:0 0 10px 0;
}
label{
	cursor:pointer;
}
.small,small{
	font-size:9px;
}

/* EXTAS
------------------------------------*/

.clear{clear:both;}
.off{display:none;}
.on{}
ins{display:none;}
.f-left{float:left}
.f-right{float:right}
:focus{
	outline:none;
}
	


/* LAYOUT
------------------------------------*/

#container{
	
}
#background{
	width:100%;
	height:100%;
	position:fixed;
	z-index:1;
	/*background-color:gray;*/
	/*overflow:hidden;*/
	text-align:center;
	left:0px;
	top:0px;
}
#background img{
	height:100%;
}
#flashbg span{
	display:none;
}
body.noright #right{
	display:none;
}
body.noright #content{
	width:695px;
	margin:0;
	margin-left:-252px;
}
body.noright #footer{
	width:695px;
}

/* HEADER
------------------------------------*/

#logo{
	position:fixed;
	top:10px;
	left:50%;
	z-index:10;
	margin-left:-402px;
}
#logo a{
	display:block;
	background-image:url(http://www.stateofdesign.com.au/s/media/home/festival_symbol.jpg);
	background-repeat:none;
	width:140px;
	height:140px;
	text-indent:-10000px;
	overflow:hidden;
}
#graphic{
	position:absolute;
	top:10px;
	width:655px;
	background-image:url(http://www.stateofdesign.com.au/s/media/home/masthead.gif);
	background-repeat:none;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.stateofdesign.com.au/s/media/home/masthead.gif', sizingMethod='crop');	
	height:140px;
	margin-left:-252px;
	left:50%;
	z-index:5;
}
#graphic a{
	display:block;
	text-indent:-100000px;
	width:655px;
	height:140px;
}
#login-bar{
	position:fixed;
	top:0px;
	right:20px;
	background-color:black;
	font-size:11px;
	padding:0 1px 2px 1px;
	z-index:15;
	color:white;
	border-top:none;
}
#login-bar a{
	color:white;
	font-weight:normal;
	background-color:#EE2F4E;
	font-weight:bold;
	height:16px;
	padding:0 5px;
	display:block;
	line-height:16px;
	float:left;
	margin:0 1px;
}
#login-bar a.white{
	background-color:white;
	color:black;
}
#login-bar a:hover{
	background-color:#ccc;
}
#login-box{
	/*background-color:#27ACE5;*/
}
#login-box .text{
	width:115px;
	border:1px solid #BADBE0;
	height:16px;
}
#login-box p.login{
	padding:0 0 2px 0;
	margin:0;
}
#login-box p.password{
	padding:0 0 2px 0;
	margin:0;
}
#login-box p.password .text{
	/*width:94px;
	float:left;*/
}
#login-box p.password .submit {
	border:none;
	float:left;
}
#login-box p.signup{
	border-top:1px solid #efefef;
	padding:3px 0 0 0;
	margin:5px 0 0 0;
}

#login-box p{
	padding:0 0 2px 0;
	margin:0;
}
#login-box a{
	color:black;
}
#login-box a:hover{
	color:#59A9B5;
}
#create-account{
	
}

/* CONTENT
------------------------------------*/

#left{
	width:140px;
	position:fixed;
	left:50%;
	margin-left:-402px;
	top:160px;
	z-index:10;
	overflow:hidden;
}
#right{
	width:160px;
	position:fixed;
	left:50%;
	margin-left:243px;
	top:160px;
	z-index:10;
	overflow:hidden;
}
#content{
	width:485px;
	margin:0;
	position:absolute;
	top:160px;
	left:50%;
	margin-left:-252px;
	z-index:5;
	background-color:white;
	padding-bottom:200px;
}

#highlight{
	margin:0;
	padding:0;
	overflow:hidden;
	height:250px;
}
#highlight ul{
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	height:250px;
	background-color:white;
}
#highlight ul li{
	display:none;
	margin:0;
	padding:0;
	position:absolute;
	z-index:10;
}
	
.menu ul{
	margin:0;
	padding:0;
	list-style:none;
}
.menu ul a, .menu ul a:visited{
	font-size:15px;
	font-weight:bold;
	color:black;
	background:none;
}
.menu ul a:hover{
	color:white;
	/*padding:0 10px 0 0;*/
	background-color:black;
}

.menu ul li.level2_selected a, .menu ul li.level2_selected a:visited{
	color:black;
	/*padding:0 10px 0 0;*/
	background-color:#BADBE0;	
}

/* sublevel */

.menu ul ul{
	padding:5px 0 5px 15px;
	font-size:13px;
}
.menu ul ul li{
	list-style:square
}
.menu ul li.leveln a, .menu ul li.leveln_selected a, .menu ul li.leveln a:visited, .menu ul li.leveln_selected a:visited{
	font-size:13px;
	font-weight:bold;
	color:black;
	background:none;
}
.menu ul li.leveln_selected a:visited, .menu ul li.leveln_selected a{
	color:black;
	background:#BADBE0;
}
.menu ul li.leveln a:hover{
	color:white;
	background-color:black;	
	padding:0 0 0 0;
}
#gallery-photos{
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
#gallery-photos li{
	float:left;
	margin:0 5px 5px 0;
}
#gallery-photos li a{
	display:block;
	padding:5px;
	border:1px solid #efefef;
	width:75px;
	height:75px;
}
#gallery-photos li a:hover{
	border:1px solid #000;
}
.gallery-preview{
	float:right;
}
.gallery-preview a{
	display:block;
	padding:5px;
	border:1px solid #efefef;
	width:75px;
	height:75px;
	margin:0 0 10px 10px;
}
.gallery-preview a:hover{
	border:1px solid #000;
}
.feature{
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	position:relative;
	border-bottom:1px solid #efefef;
	zoom:1;
}
.feature-first{
	border-top:1px solid #efefef;
	padding:10px 0;
}
.feature .image{
	float:left;
	margin:0 10px 0 0;
	width:180px;
	min-height:180px;
	overflow:hidden;
}
.feature .text{
	float:left;
	width:255px;
	padding:5px 0 0 0;
	position:relative;
}
.feature .text h2{
	margin:0;
	padding:0;
}
.feature .text p{
	margin:0;
	padding:0;
}
.feature .text .save{
	padding:5px 0 0 0;
	font-size:9px;
	text-transform:uppercase;
	float:right;
}
.feature .text .save a{
	color:black;
}
.feature .text .save a:hover{
	color:#24ABE3
}
.feature .info{
	position:absolute;
	z-index:10;
	bottom:10px;
	left:190px;
}
.feature .quicklinks{
	margin:10px 0;
}
.feature .quicklinks a{
	display:block;
	float:left;
	height:20px;
	line-height:20px;
	margin:0 5px 0 0;
	padding:0 8px;
	font-size:9px;
}
.feature .quicklinks a:hover{
	background-color:#999;
}
.feature .quicklinks .planner{
	background-color:#FFE40F;
	color:black;
}
.feature .quicklinks .planner-remove{
	background-color:#777B6D;
	color:white;
}
.feature .quicklinks .tickets{
	background-color:#27ACE5;
	color:white;
}
a.save-cal{
	color:black;
	font-size:9px;
	text-transform:uppercase;
}

	/* tabs */
	
	.ui-tabs-nav{
		padding:0;
		margin:0;
		list-style:none;
	}	

	.ui-tabs-nav li{
		float:left;
		margin:0;
		padding:0;		
	}
	.ui-tabs-nav a  {
		/*display:block;*/
		float:left;
		padding:0 10px;
		height:25px;
		line-height:25px;
		background-color:#BBDCE1;
		color:black;
		font-weight:bold;
		margin:0 5px 0 0;
	}	
	.ui-tabs-selected a, .ui-tabs-nav a:hover{
		background:black;
		color:white;
	}
	
	.ui-tabs-panel{
		padding:10px 0 0 0;
	}
	.ui-tabs-hide{
		display:none;
	}
	
	.four-column{
		padding:0;
		margin:0;
		position:relative;
		zoom:1;
	}
	.four-column .col{
		float:left;
		width:100px;
		margin:0 15px 0 0;
		overflow:hidden;
	}
	.four-column div.last{
		margin:0;
	}
	.four-column-top{
		border:none;
		border-top:1px solid #efefef;
		padding:10px 0 0 0;
		margin:0 0 0 0;
	}
	.four-column-both{
		border-bottom:1px solid #efefef;
		border-top:1px solid #efefef;
		padding:10px 0 0 0;
		margin:0 0 10px 0;
	}	
	.four-column-bottom{
		border-bottom:1px solid #efefef;
		padding:0;
		margin:0 0 10px 0;
	}
	
	.three-column{
		margin:0 0 5px 0 ;
	}
	.three-column .col{
		float:left;
		width:155px;
		margin:0 10px 0 0;
		overflow:hidden;
	}
	.three-column div.last{
		margin:0;
	}
	.three-column .tableCol{
		width:155px;
	}

/* SIDEBAR
------------------------------------*/

.sidebar .component{
	background-color:white;
	padding:10px;
	margin:0 0 10px 0;
}
.sidebar .margin1{
	margin:0 0 1px 0;
}
.sidebar .calendar table{
	margin:0;
}
.sidebar .calendar table td{
	color:#999;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
.sidebar .calendar table thead td{
	color:#000;
}
.sidebar .calendar h2{
	margin:0;
	padding:0;
}
.sidebar .calendar h3{
	color: #999;
}
.sidebar .calendar .calendarToday{
	background-color:#B9DCE0;
	background-color:#000;
	color:white;
}
.sidebar .calendar .calendarToday a{
	color:white;
}
.sidebar .calendar .calendarEvent{
	background-color:#B9DCE0;
	color:black;
}
.sidebar .calendar .calendarTodayEvent{
	background-color:red;
}
.sidebar .calendar .calendarTodayEvent a{
	color:white;
}
.sidebar .calendar .calendarEvent a{
	color:black;
}
.sidebar .calendar .calendarEvent:hover{
	background-color:red;
}
.sidebar .mailing-list .input{
	width:158px;
	float:left;
	height:16px;
}
#left .mailing-list .input{
	width:138px;
}
.sidebar .mailing-list .submit{
	float:left;
	border:none;
}
.sidebar .upcoming-events p{
	padding:0 0 4px 0;
	margin:0;
}
.sidebar .upcoming-events dl{
	margin:0;
	padding:0;
}

.sidebar .upcoming-events dt{
	float:left;
	width:35px;
	clear:both;
	margin:0;
	padding:0;	
}
.sidebar .upcoming-events dd{
	float:left;
	width:115px;
	margin:0;
	padding:0;
}
.sidebar .search .input{
	width:94px;
	float:left;
	height:16px;
}
.sidebar .search .submit{
	float:left;
	border:none;
}
.sidebar .search .clear{
	margin:0 0 10px 0;
}
.sidebar .search p, .sidebar .search h1, .sidebar .search h2, .sidebar .search h3{
	margin:0;
	padding:0 0 5px 0;
}
.sidebar .text iframe{
	margin:0;
}

/* COMPONENTS
------------------------------------*/

#components{
	padding:20px 20px 50px 20px;
	background-color:white;
	position:relative;
	zoom:1;
}
#options{
	position:absolute;
	z-index:10;
	right:10px;
	top:10px;
}
.event-component-pagination{
	font-size:16px;
	text-align:center;
}
.event-component-pagination a.selected{
	color:black;
}

/* FOOTER
------------------------------------*/

#footer{
	position:fixed;
	z-index:10;
	bottom:0px;
	left:50%;
	background-color:white;
	width:485px;
	margin-left:-252px;
	/*height:50px;*/
	overflow:hidden;
	color: #59A9B5;
}
#footer-links{
	padding:10px;
	/*font-size:9px;*/
}
#footer-links table{
	margin:0;
}
#footer-links td, #footer-links h1, #footer-links h2, #footer-links h3, #footer-links h4, #footer-links p{
	/*font-size:9px;*/
}
#footer-links a{
	color: #59A9B5;
}
#footer-links a:hover{
	color:#999;
}
#cyberdesign{
	position:absolute;
	left:3px;
	bottom:3px;
}

/* FORM
------------------------------------*/

.users-form dl, .users-form dt, .users-form dd{
	margin:0;
	padding:0;
	zoom:1;
}
.users-form dt{
	clear:both;
	margin:0 10px 0 0;
	padding:0 0 5px 0;
	float:left;
	width:140px;
}
.users-form dd{
	padding:0 0 10px 0;
	float:left;
	width:295px;
}
.users-form .field{
	width:290px;
	/*background-color:#efefef;*/
}
.users-form .dt-checkbox{
	text-align:right;
}
.users-form .dd-submit{
	padding:0 0 0 150px;
	text-align:right;
}
.users-form label{
	cursor:pointer;
}
.error{
	color:red;
}
.error-pad{
	padding:0 0 10px 0;
}
.users-form .required{
	color:red;
}
.msg{
	color:#0099CC;
}
a.progress{
	font-size:20px;
	color:#0099CC;
}
a.progress:hover{
	color:black;
}

/* PLANNER MODULE
------------------------------------*/

#planner table{
	margin:0;
}
#planner td{
	font-size:11px;
}
#planner table thead td{
	background-color:black;
	color:white;
	border-bottom:4px solid white;
}
#planner table .blue td{
	background-color:#BADBE0;
}
#planner .event-category td{
	padding:3px;
	background-color:#BADBE0;
	border-bottom:4px solid white;
	font-size:13px;
}
#planner .event-cost td{
	border-bottom:4px solid white;
}
#planner .event td{
	background-color:#F2F2F2;
}
#planner .w100{	
	width:99%;
}
#planner .number{
	background-color:#fff;
	border:1px solid #BADBE0;	
}
#planner .qty{
	background-color:#fff;
	border:1px solid #BADBE0;	
	width:20px;
}
#planner .total{
	margin:0 0 10px 0;
}
#planner .total td{
	background-color:#BADBE0;
}
#planner a.buy{
	display:block;
	float:left;
	margin:0 10px 0 0;
	padding:0 10px;
	height: 25px;
	line-height:25px;
	background-color:#efefef;
	color:black;
}
#planner a.buy-selected{
	background-color:#FFE40F;
}
#planner a.buy:hover{
	background-color:#ccc;
}
#planner a.print{
	display:block;
	float:left;
	margin:0;
	padding:0 10px;
	height: 25px;
	line-height:25px;
	background-color:#27ACE5;
	color:white;
}
#planner a.print:hover{
	background-color:#ccc;
}

