/*
______________________________________________________________________________________
Base CSS for www.plotmulti.com
Version 2.0 / 25.10.08
(c) 2008
-
DO NOT MODIFY this stylesheet for definitions apply too most, if not all elements. 
If a specific bug occurs with an element, please refer to the default definitions 
below or contact the author.
-

*/

*, html, body{margin:0; padding:0;}
body{
	margin:0 auto; 
}
	div{display:block; float:none; clear:both; overflow:hidden;}

/* common elements */
hr{display:none;}
img{margin:0; padding:0; border:0 none;}
  
/* typography */
h1, h2, h3, h4, h5, p{margin:0; padding:0;}

.bold{font-weight:bold;} 
.regular{font-weight:normal;}
.italic{font-style:italic;}

.x-small{font-size:0.7em;} 
.small{font-size:0.9em;} 
.large{font-size:1.3em;}
.x-large{font-size:1.6em;}

/* list styles */
ul, ol, dl{margin:0; padding:0;}
li{margin:0 0 0 2em; padding:0; list-style:disc outside;}

/* display styles */
.hide{display:none; visibility:hidden;}
.destroy{display:none; visibility:hidden; opacity:0; width:0px; height:0px;}
.left{float:left;} 
.right{float:right;} 
.clear{float:none; clear:both;} 
.unclear{clear:none;}
.block{float:none; clear:both; overflow:hidden; height:1%;}
.noborder{border:0 none;} 
.nopadding{padding:0;} 
.nomargin{margin:0;}

*html div{overflow:hidden; height:1%;}
p, h1, h2, h3, h4, h5, h6 {position: relative;}/*
______________________________________________________________________________________
Module: Form CSS for www.plotmulti.com
Version 2.0 / 25.10.08
(c) 2008
-
Contains style definitions that apply to the Form module.
-

*/
form{}
	form fieldset{
		border:0px none; margin:0 0 25px 0;
		border-bottom:1px solid #ccc;
	}
	form legend{
		display:block; float:none; clear:both; height:2em;
		margin:0 0 10px 0; padding:0; 
		font-size:1.2em; line-height:1.2em; font-weight:bold; color:#000;
	}
	
/* ---------------------------------   form elements   --------------------------------- */
form input,
form select,
form textarea,
form ol li.checkbox.list .options{
	font:normal normal normal 1em/1.2em "Lucida Grande", Arial, sans-serif;
	border:1px solid #888;
	border-bottom-color:#ccc;
	border-right-color:#ccc;
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
	margin:0; padding:3px; vertical-align:middle;
	background:#fafafa url("http://bureauapi.com/formation/v2/images/input-bg.png") repeat-x top left;
}

	form input:focus,
	form select:focus,
	form textarea:focus{
		border-color:#444; 
		border-bottom-color:#888;
		border-right-color:#888;
		background-color:#fff;
	}
	
	form input.empty,
	form select.empty,
	form textarea.empty,
	form ol li.checkbox.list .options.empty{
		font-style:italic; color:#888;
	}

form label{
	display:block; vertical-align:top; float:none; clear:both;
	margin:0; padding:5px 0; width:auto; font-weight:bold;
}

form input{
	width:95%;
}

form select{
	width:96.5%; height:1.95em;
}
	form select optgroup{font-style:normal;}

form textarea{
	width:95%; height:6em;
}

/* table of inputs */
form ol li table{
	width:100%;
}
	form ol li table th{text-align:center;}
		form ol li table th.number{width:20px;}
		form ol li table th.sku{width:auto;}
		form ol li table th.stock{width:100px;}
		form ol li table th.size{width:200px;}
		form ol li table th.option{width:200px; text-align:left;}
	
	form ol li table tr td{padding:0 5px;}
		form ol li table tr td.number{}
		form ol li table tr td.sku{}	
			form ol li table tr td.sku input{width:100%;}
		form ol li table tr td.stock{}
		form ol li table tr td.size{}
		form ol li table tr td.option{}

/* rte */
form ol li.rte textarea{height:300px;}
form ol li.rte label{
	display:block; float:left; clear:none;
	width:auto; margin:0 0 -2em 0;
}
form ol li.rte .mooeditable-container{margin:0;}
	form ol li.rte .mooeditable-toolbar{
		display:block; float:right; clear:none;
		width:auto; margin:0;
	}

/* inline inputs */
form ol li.inline input,
form ol li.inline select{width:auto;}
form ol li.inline input.button{
	width:auto; height:auto;
	display:inline; clear:none; float:none; 
	margin:0; padding:2px 0;
}
form ol li.inline.checkbox input,
form ol li.inline.checkbox .option{display:inline; clear:none; float:left; margin-right:10px;}
form ol li.inline.checkbox .option input{float:none; clear:none;}

/* inline submit inputs */
form ol li.inline.submit input{
	width:75%;
}
form ol li.inline.submit input.button{
	display:inline; clear:none; float:none; 
	width:15%; margin:0; padding-top:2px; padding-bottom:2px;
}

/* multiple inputs */
form ol li.multiple .item{display:block; float:left; clear:none; margin:0 10px 5px 0; width:65%;}
form ol li.multiple .duplicate{clear:both;}
form ol li.multiple .add-item{
	display:block; float:left; clear:none; width:25%; 
	margin:4px 0 0 0; padding:0 0 0 16px; 
	font-size:0.9em; cursor:pointer;
	background:transparent url("http://bureauapi.com/formation/v2/images/icon-add.png") no-repeat left center;
}
form ol li.multiple .add-item:hover{text-decoration:none;}

/* short inputs */
form ol li input.short,
form ol li select.short{width:3em;}

/* file inputs */
form ol li input.file{width:3em;}
form ol li span.file{
	display:block; float:none; clear:both; overflow:hidden;
	width:96%; margin-bottom:5px; padding:3px 0; color:#888;
}
	form ol li span.file .details{float:left;}
	form ol li span.file .manage{float:right; font-size:0.9em;}

/* disabled inputs */
form ol li.disabled input{
	color:#888; 
	background:#eee url("http://bureauapi.com/formation/v2/images/icon-locked.png") no-repeat right center;
}

/* phone inputs */
form fieldset ol li select.phone-country{width:4.5em; text-align:right;}
form fieldset ol li input.phone-area,
form fieldset ol li input.phone-first{width:2.2em; text-align:center;}
form fieldset ol li input.phone-last{width:2.8em; text-align:center;}

/* credit card inputs */
form input.creditcard-number{width:2.8em; text-align:center;}
form input.creditcard-cvn{width:2.2em; text-align:center;}

/* currency/monetary inputs */
form ol li select.currency{width:5em; text-align:center;}
form ol li input.dollars{width:4em; text-align:right;}
form ol li input.cents{width:2em; text-align:left;}

/* search */
form ol li.search input{width:75%;}
form ol li.search input.button{
	display:inline; clear:none; float:none; 
	width:15%; margin:0; padding:2px 0;
}

/* timeinputs */
form select.hours{width:4.5em;}
form select.minutes{width:4.5em;}
form select.seconds{width:4.5em;}
form select.ampm{width:4.5em;}

/* date inputs */
form select.day{width:4.5em;}
form select.month{width:8.2em;}
form select.month-digit{width:4.5em;}
form select.year{width:5.5em;}

/* calendar input */
form ins.date{
	display:inline-block; text-indent:-8889px; cursor:pointer;
	width:16px; height:16px; margin:0 0 0 3px;
	background:transparent url("http://bureauapi.com/formation/v2/images/icon-calendar.png") no-repeat center center;
}

/* form calendar */
form div.calendar{
	background:#222 url("http://bureauapi.com/formation/v2/images/tip-bg.png") repeat-x top left; opacity:0.95;
	border:3px solid #888;
	border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;
	color:#fff; width:200px; margin:0; padding:10px; 
	display:block; position:absolute; z-index:1000;
}	
	/* form calendar - close */
	form div.calendar .close{
		display:block; float:none; clear:both; overflow:hidden;
		width:16px; height:16px;
		position:absolute; top:5px; right:5px;
		cursor:pointer; text-indent:-8889px; opacity:0.75;
		background:transparent url("http://bureauapi.com/formation/v2/images/icon-x.png") no-repeat center center;
	}
		form div.calendar .close:hover{opacity:1.0;}

/* multiple selects */
form ol li.select.multiple select{height:6.5em;}

/* radio inputs */
form ol li.radio label.option{margin:5px 0; padding:0; font-weight:normal;}
	form ol li.radio label.option input{
		width:auto; margin:0; padding:0; vertical-align:top;
		border:0px none; background:transparent;
	}
	
	/* inline radio */
	form ol li.radio.inline label.option{
		width:auto; float:left; clear:none; margin-right:15px;
	}
	
/* checkbox inputs */
form ol li.checkbox label.option,
form ol li .options label.option,
label.checkbox-option{margin:5px 0; padding:0; font-weight:normal;}
	form ol li.checkbox label.option input,
	form ol li .options label.option input,
	label.checkbox-option input{
		width:auto; margin:0; padding:0; vertical-align:top;
		border:0px none; background:transparent;
	}
	
	/* inline checkbox */
	form ol li.checkbox.inline label.option{
		width:auto; float:left; clear:none; margin-right:15px;
	}
	
	/* long checkbox */
	form ol li.checkbox.long label.option{
		width:10em; float:left; clear:none; margin-right:15px;
	}
	
	/* list checkbox */
	form ol li.checkbox.list .options {
		height:8.2em; overflow-y:scroll;
		color:#000;	
	}
		form ol li.checkbox.list label.option{
			width:100%; float:none; clear:both; color:#000;
		}

/* multiple file upload */
div.file-uploading{
	margin:0 0 15px 0; padding:0;
}
 
	div.file-uploading .progress {
		background:#fff url("http://bureauapi.com/formation/v2/images/progress.png") no-repeat +50% 0;
		margin-right:10px;
	}
 
	div.file-uploading .progress-text {
		font-size:0.9em; font-weight:bold;
	}
 
ul.file-list{
	display:block; float:none; clear:both; overflow:hidden; height:1%;
}
 
	ul.file-list li.file{
		display:block; float:none; clear:both; overflow:hidden;
		border-bottom:1px solid #eee; width:auto;
		background:transparent url("http://bureauapi.com/formation/v2/images/file.png") no-repeat 4px 4px;
	}
		ul.file-list li.file.file-uploading{
			background:#eee url("http://bureauapi.com/formation/v2/images/uploading.png") no-repeat 4px 4px;
			border-top:1px solid #ccc;
			border-bottom:1px solid #ccc;
		}
		ul.file-list li.file.file-success{
			background:transparent url("http://bureauapi.com/formation/v2/images/success.png") no-repeat 4px 4px;
		}
		ul.file-list li.file.file-failed{
			background:transparent url("http://bureauapi.com/formation/v2/images/failed.png") no-repeat 4px 4px;
		}
	 
	ul.file-list li.file .file-name{
		display:block; clear:left; margin:0 0 0 44px; 
		line-height:40px; height:40px; font-weight:bold;
	}
	ul.file-list li.file .file-size{
		float:right; margin:2px 6px 0 0;
		font-size:0.9em; line-height:18px;
	}
	ul.file-list li.file .file-info{
		display:block; margin:0 0 0 44px; 
		font-size:0.9em; line-height:20px;
	}
	ul.file-list li.file .file-remove{
		float:right; clear:right; margin:0 6px 0 0;
		line-height:18px;
	}
	
/* file manager */
ol.file-manager{
	display:block; float:none; clear:both; overflow:hidden;
}
	ol.file-manager .file{
		display:block; float:left; clear:none; overflow:hidden; position:relative;
		width:120px; margin:20px 10px 10px 0;
		background:#fff;
		padding:10px;
		border:1px solid #888; 
		border-top-color:#ccc; 
		border-left-color:#ccc;
		border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
	}
	ol.file-manager .file:hover{border:1px solid #444; padding-top:30px; margin-top:0px;}
	ol.file-manager .file:active,
	ol.file-manager .file.selected{border:2px solid #f40; padding:9px; padding-top:29px; margin-top:0px;}
	
		ol.file-manager .file .thumb{
			display:block; float:none; clear:both; overflow:hidden;
			border:1px solid #ccc; width:118px; height:88px;
			text-align:center; background:#ccc;
		}
			ol.file-manager .file .thumb img{display:block; margin:0 auto; width:auto; height:90px;}
		ol.file-manager .file .title{
			display:block; float:none; clear:both; overflow:hidden;
			height:2em; font-size:1em; font-weight:bold; margin:0 0 5px 0;
		}
			ol.file-manager .file .title .name{display:block; padding:4px 5px;}
			ol.file-manager .file .title br{display:none;}
			ol.file-manager .file .title input{display:none; width:112px; font-weight:bold;}
			ol.file-manager .file .title:hover .name{display:none;}
			ol.file-manager .file .title:hover input{display:block;}
		ol.file-manager .file .description{
			display:block; float:none; clear:both; overflow:hidden;
			height:7.6em; font-size:1em; font-weight:normal; margin:0 0 5px 0;
		}
			ol.file-manager .file .description .name{display:block; padding:4px 5px; line-height:1.2em;}
				ol.file-manager .file .description .name.empty{font-size:0.8em; color:#ccc; text-align:center; text-transform:uppercase; font-style:normal; display:block; margin-top:30px;}
			ol.file-manager .file .description br{display:none;}
			ol.file-manager .file .description textarea{display:none; width:112px; font-weight:normal; line-height:1.2em; height:6.8em;}
			ol.file-manager .file:hover .description .name{display:none;}
			ol.file-manager .file:hover .description textarea{display:block;}
			
		ol.file-manager .file .info{font-size:0.9em; color:#888; padding:0 5px;}
		ol.file-manager .file .product{
			display:block; border-top:1px solid #ccc;
			font-size:0.9em; color:#888; margin:0; padding:5px 5px 0 5px;
		}
			ol.file-manager .file .product select{line-height:1.4em; padding:2px; width:110px;}
		ol.file-manager .file .options{
			position:absolute; top:30px; right:10px;
			display:none;
		}
		ol.file-manager .file:hover .options{display:block;}
			ol.file-manager .file:hover .options li{
				display:block; float:none; clear:both; overflow:hidden;
				margin:0 0 2px 2px;
			}
				ol.file-manager .file:hover .options li a{
					display:block; float:none; clear:both; overflow:hidden;
					width:20px; height:20px; text-indent:-999px; opacity:0.5;
					background:#000 url('http://bureauapi.com/formation/v2/images/icon-expand.png') no-repeat center center;
				}
				ol.file-manager .file:hover .options li a:hover{opacity:1;}
					ol.file-manager .file:hover .options li.remove a{
						background-image:url('http://bureauapi.com/formation/v2/images/icon-delete.png');
					}
					ol.file-manager .file:hover .options li.remove a:hover{background-color:#c00;}
					ol.file-manager .file:hover .options li.view a{
						background-image:url('http://bureauapi.com/formation/v2/images/icon-expand.png');
					}
		
		ol.file-manager .file .handle{display:none;}			
		ol.file-manager .file:hover .handle,
		ol.file-manager .file:active .handle{
			display:block; float:none; clear:both; overflow:hidden;
			position:absolute; left:0; top:0; margin:0; padding:0;
			width:140px; height:auto; background:none;
			cursor:move;
		}
			ol.file-manager .file .handle span{
				display:block; float:none; clear:both; overflow:hidden;
				width:140px; height:19px; text-indent:-999px;
				border-bottom:1px solid #888;
				background:#ccc url('http://bureauapi.com/formation/v2/images/grip.png') no-repeat center center;
				border-top-right-radius:5px; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px;
				border-top-left-radius:5px; -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px;
			}

/* buttons */
form input.button,
form input.button.disabled:hover,
form input.button.disabled:active,
form a.button{
	display:block; float:right; clear:none; width:auto; height:auto;
	margin:0 0 10px 10px; padding:5px 10px; vertical-align:middle;
	font-size:1.2em; line-height:1.4em; color:#444; 
	text-decoration:none; text-align:center; cursor:pointer;
	border:1px solid #888; 
	border-top-color:#ccc; 
	border-left-color:#ccc;
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
	background:#fafafa url("http://bureauapi.com/formation/v2/images/gloss-bot-bg.png") repeat-x center left;
}
	form input.button:hover,
	form a.button:hover{
		border-color:#444; 
		border-top-color:#888;
		border-left-color:#888;
		background-color:#fff;
	}
	form input.button:active,
	form a.button:active{
		background:#fff url("http://bureauapi.com/formation/v2/images/gloss-top-bg.png") repeat-x top left;
	}
	form input.button:visited,
	form a.button:visited{text-decoration:none; color:#444;}
	
	form input.button.disabled,
	form input.button.disabled:hover,
	form input.button.disabled:active,
	form a.button.disabled{cursor:default; color:#aaa;}
		
	form a.button{
		display:block; float:right; clear:none; overflow:hidden; width:auto; 
		position:relative; z-index:1000; text-decoration:none;
	}
		form a.button input{float:none; clear:both; z-index:1; position:relative;}


/* ---------------------------------   form layouts   --------------------------------- */
form fieldset ol{
	display:block; clear:both; overflow:hidden;
	margin:0 0 10px 0; padding:0; height:1%;
}
	/* one column */
	form fieldset ol li,
	form fieldset ol.one-column li{
		display:block; float:none; clear:both;
		list-style:none outside;
		margin:0 0 5px 0; padding:0; 
	}
		/* one column fields 
		form fieldset ol.one-column li input{width:98%;}
		form fieldset ol.one-column li textarea{width:98%;}
		*/
	
	/* two column */
	form fieldset ol.two-column li{
		display:block; float:left; clear:none; width:48%;
		margin-right:10px;
	}
	
	/* three column */
	form fieldset ol.three-column li{
		display:block; float:left; clear:none; width:30%;
		margin-right:10px;
	}
	
	/* submit */
	form p.submit{display:block; float:none; clear:both; overflow:hidden; height:1%; margin:0;}
		form p.submit span.info{float:right; clear:none; margin:8px 8px 8px 0; font-style:italic;}
		form p.submit span.info.left{float:left;}

/* ------------------------------      form lists       ------------------------------- */
form fieldset ol li ul.manage li{
	display:block; float:left; clear:none; 
	width:auto; margin:0;
}

/* -----------------------------   form autocompleter    ------------------------------ */
ul.autocompleter-choices{
	position:absolute;
	margin:0; padding:0;
	list-style:	none;
	border:1px solid #888;
	border-color:#888 #ccc #eee #ccc;
	background-color:#fff;
	text-align:left;
	z-index:50;
}

	ul.autocompleter-choices li{
		display:block; float:none !important; position:relative;
		margin:-2px 0 0 0; padding:0.2em 1.5em 0.2em 1em;
		font-size:1em; font-weight:normal; line-height:1.5em;
		white-space:nowrap; cursor:pointer;
	}

		ul.autocompleter-choices li.autocompleter-selected{
			background-color:#444; color:#fff;
		}
	
		ul.autocompleter-choices span.autocompleter-queried{
			display:inline; float:none;
			margin:0; padding:0;
			font-weight:bold;
		}
	
		ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried{
			color:#e63;
		}
		
		/* loading input results */
		form ol li input.autocompleter-loading,
		form ol li textarea.autocompleter-loading{
			background-color:#ddd;
			background:#ddd url("http://bureauapi.com/formation/v2/images/loading.gif") no-repeat center right;
			color:#888; cursor:wait;
		}

/* ------------------------------   form notification   ------------------------------- */
/* description of field */
form ol li span.info{
	color:#888; font-size:0.9em; margin:3px;
}
	form ol li span.info ins{text-transform:uppercase;}

/* help for field */
form label sup.help{
	vertical-align:top; font-size:1em; color:#888; cursor:help; 
	display:inline-block;
	text-indent:-888px; width:12px; height:12px; opacity:0.75; margin:0 0 0 5px;
	background:transparent url("http://bureauapi.com/formation/v2/images/icon-questionmark.png") no-repeat top left;
}

/* tip for field */
form ol li div.tip{
	border:3px solid #888; opacity:0.9; 
	background:#222 url("http://bureauapi.com/formation/v2/images/tip-bg.png") repeat-x top left;
	border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;
	color:#fff; width:300px; margin:-8px 0 0 0; padding:10px; 
	display:block; position:absolute; z-index:1000; 
}
	form ol li div.tip h4{color:#fff;}
	form ol li div.tip a,
	form ol li div.tip a:visited{color:#fff;}
	form ol li div.tip .close{
		display:block; float:none; clear:both; overflow:hidden;
		width:16px; height:16px;
		position:absolute; top:7px; right:7px;
		cursor:pointer; text-indent:-8889px; opacity:0.75;
		background:transparent url("http://bureauapi.com/formation/v2/images/icon-x.png") no-repeat center center;
	}
	form ol li div.tip .close:hover{opacity:1.0;}

/* required fields */
form label em,
em.required{
	font-weight:bold; font-style:normal; color:#c00;
}
	
	/* error + success + notify notifications */
	form p.error,
	form p.success,
	form p.notify{
		display:block; float:none; clear:both; overflow:hidden;
		margin:0 auto 10px auto; padding:10px; 
		border:1px outset #c00; color:#c00; 
		border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
		font-size:1.25em; text-align:center; cursor:help;
		background:#fee url("http://bureauapi.com/formation/v2/images/error-bg.png") repeat-x top left;
	}
		form p.error span,
		form p.success span,
		form p.notify span{
			padding:5px; padding-left:25px; padding-bottom:9px; 
			background:transparent url("http://bureauapi.com/formation/v2/images/icon-error.png") no-repeat left center;
		}
		form p.error.hide, form p.success.hide, form p.notify.hide{display:none;}
		
	form p.success{color:#393; border-color:#393; background:#eef6ea url("http://bureauapi.com/formation/v2/images/success-bg.png") repeat-x top left;}
		form p.success span{background:transparent url("http://bureauapi.com/formation/v2/images/icon-success.png") no-repeat left center;}
		
	form p.notify{color:#06c; border-color:#339; background:#e1eeff url("http://bureauapi.com/formation/v2/images/notify-bg.png") repeat-x top left;}
		form p.notify span{background:transparent url("http://bureauapi.com/formation/v2/images/icon-notify.png") no-repeat left center;}
		
	/* error fields */
	form ol li.error{color:#c00;}
	form ol li.error input,
	form ol li.error select,
	form ol li.error textarea{
		color:#c00;
		border-color:#c66; 
		border-bottom-color:#c99;
		border-right-color:#c99;
		background-color:#fee;
	}
	form ol li.error label{
		padding-left:12px;
		background:transparent url("http://bureauapi.com/formation/v2/images/arrow-red.png") no-repeat 0px 8px;
	}
		form ol li.error label.option{padding-left:0px; background:none;}
		
/* ------------------------------   form overlays   ------------------------------- */
div#overlay{
	display:none; visibility:hidden;
	width:100%; height:100%; margin:0; padding:0;
	position:absolute; left:0px; top:0px; z-index:1000; text-align:left;
}
div#overlay.show{display:block; visibility:visible;}
	div#overlay div.background{
		width:100%; height:100%; margin:0; padding:0;
		position:absolute; left:0px; top:0px; z-index:1;
		background:#000; opacity:0.5;
		/*background:transparent url("http://bureauapi.com/formation/v2/images/shade.png") repeat top left;*/
	}
	div#overlay div.content{
		position:fixed; z-index:2; 
		width:100%; height:100%;
	}
	
	/* scrollable overlay content */
	div#overlay.scrollable div.content{position:relative;}
	
	/* disabled content */
	div#container.disabled{}

/* ---------------------------   form dialogue boxes   --------------------------- */
div.dialogue-box{
	border:3px solid #888; opacity:0.9; 
	background:#222 url("http://bureauapi.com/formation/v2/images/tip-bg.png") repeat-x top left;
	border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;
	color:#fff; width:300px; margin:0 auto; padding:10px; 
	display:block; 
}
	div.dialogue-box .top-bar{
		margin:0 0 10px 0;
		
	}
		div.dialogue-box .top-bar .title{display:block; float:left; clear:none;}
		div.dialogue-box .top-bar .close{
			display:block; float:right; clear:none; overflow:hidden;
			width:16px; height:16px;
			cursor:pointer; text-indent:-999px; opacity:0.75;
			background:transparent url("http://bureauapi.com/formation/v2/images/icon-x.png") no-repeat center center;
		}
		div.dialogue-box .close:hover{opacity:1.0;}
	div.dialogue-box .body{}
		div.dialogue-box .body form,
		div.dialogue-box .body form fieldset,
		div.dialogue-box .body form p.submit,
		div.dialogue-box .body form p.submit input{margin-bottom:0;}
/* ------------------------------   form loading   ------------------------------- *//*
______________________________________________________________________________________
Module: Rich Text Editor CSS for www.plotmulti.com
Version 2.0 / 25.10.08
(c) 2008
-
Contains style definitions that apply to the Rich Text Editor module.
-

*/

/* -------------------------------   rte elements   ------------------------------- */
.mooeditable-container{
	position: relative; overflow:visible;
}

.mooeditable-toolbar{
	color: inherit;
	background-color: transparent;
	padding: 2px;
	height: 1%;
	width: 97.75%;
	margin:0;
}

.mooeditable-toolbar:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.mooeditable-toolbar .toolbar-button{
	cursor: pointer;
	border: 0;
	width: 28px;
	height: 18px;
	margin: 0 0 0 -1px;
	float: left;
	color: inherit;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #888;
	border-right:1px solid #888;
	
	overflow: hidden;
	text-indent: -888em;
}

.mooeditable-toolbar .text{
	text-indent: 0;
	width: auto;
	padding-left: 3px;
	padding-right: 3px;
}
.mooeditable-toolbar .icons-text{
	text-indent: 16px;
	width: auto;
}

.mooeditable-toolbar .toolbar-button.active,
.mooeditable-toolbar .toolbar-button.onActive{
	color: inherit;
	background-color: #ddd;
}

.mooeditable-toolbar .toolbar-button:hover,
.mooeditable-toolbar .toolbar-button.hover{
	color: inherit;
	background-color: #fff;
}

.mooeditable-toolbar .toolbar-button.disabled{
	cursor: default;
}

.mooeditable-toolbar .toolbar-button.disabled:hover{
	color: inherit;
	background-color: transparent;
}

.mooeditable-toolbar .toolbar-separator{
	width: 1px;
	height: 18px;
	margin: 0 5px;
	float: left;
	text-indent: -888em;
	color: inherit;
	background-color: transparent;
}

/* document */
.mooeditable-toolbar .save-button{
	background-image: url("http://bureauapi.com/formation/v2/images/rte/document-save.png");
  border-radius-topleft:5px; -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px;
	border-radius-bottomleft:5px; -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px;
}
.mooeditable-toolbar .undo-button{
	background-image: url("http://bureauapi.com/formation/v2/images/rte/document-undo.png");
}
.mooeditable-toolbar .redo-button{
	background-image: url("http://bureauapi.com/formation/v2/images/rte/document-redo.png");
}
.mooeditable-toolbar .increase-button{
	background-image: url("http://bureauapi.com/formation/v2/images/rte/document-increase.png");
}
.mooeditable-toolbar .decrease-button{
	background-image: url("http://bureauapi.com/formation/v2/images/rte/document-decrease.png");
}
.mooeditable-toolbar .pageBreak-button{
	background-image: url("http://bureauapi.com/formation/v2/images/rte/document-break.png");
  border-radius-topright:5px; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px;
	border-radius-bottomright:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px;
}
.mooeditable-toolbar .toggleview-button{
	background-image: url("http://bureauapi.com/formation/v2/images/rte/document-preview.png");
  border-radius-topright:5px; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px;
	border-radius-bottomright:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px;
}


/* format */
.mooeditable-toolbar .bold-button{
	background-image: url("http://bureauapi.com/formation/v2/images/rte/format-strong.png");
  border-radius-topleft:5px; -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px;
	border-radius-bottomleft:5px; -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px;
}
.mooeditable-toolbar .italic-button{
	background-image: url("http://bureauapi.com/formation/v2/images/rte/format-emphasis.png");
}
.mooeditable-toolbar .underline-button{
	background-image: url("http://bureauapi.com/formation/v2/images/rte/format-inserted.png");
}
.mooeditable-toolbar .strikethrough-button{
	background-image: url("http://bureauapi.com/formation/v2/images/rte/format-deleted.png");
  border-radius-topright:5px; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px;
	border-radius-bottomright:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px;
}

/* align */
.mooeditable-toolbar .justifyLeft-button{
	background-image: url("http://bureauapi.com/formation/v2/images/rte/alignment-left.png");
  border-radius-topleft:5px; -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px;
	border-radius-bottomleft:5px; -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px;
}
.mooeditable-toolbar .justifyCenter-button{
	background-image: url("http://bureauapi.com/formation/v2/images/rte/alignment-center.png");
}
.mooeditable-toolbar .justifyRight-button{
	background-image: url("http://bureauapi.com/formation/v2/images/rte/alignment-right.png");
}
.mooeditable-toolbar .justifyFull-button{
	background-image: url("http://bureauapi.com/formation/v2/images/rte/alignment-justify.png");
  border-radius-topright:5px; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px;
	border-radius-bottomright:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px;
}

/* text */
.mooeditable-toolbar .heading-button{
	background-image: url("http://bureauapi.com/formation/v2/images/rte/text-heading.png");
  border-radius-topleft:5px; -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px;
	border-radius-bottomleft:5px; -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px;
}
.mooeditable-toolbar .paragraph-button{
	background-image: url("http://bureauapi.com/formation/v2/images/rte/text-paragraph.png");
  border-radius-topright:5px; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px;
	border-radius-bottomright:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px;
}

/* lists */
.mooeditable-toolbar .insertunorderedlist-button{
	background-image: url("http://bureauapi.com/formation/v2/images/rte/lists-unordered.png");
  border-radius-topleft:5px; -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px;
	border-radius-bottomleft:5px; -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px;
}
.mooeditable-toolbar .insertorderedlist-button{
	background-image: url("http://bureauapi.com/formation/v2/images/rte/lists-ordered.png");
  border-radius-topright:5px; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px;
	border-radius-bottomright:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px;
}

/* indent */
.mooeditable-toolbar .indent-button{
	background-image: url("http://bureauapi.com/formation/v2/images/rte/indent-increase.png");
  border-radius-topleft:5px; -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px;
	border-radius-bottomleft:5px; -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px;
}
.mooeditable-toolbar .outdent-button{
	background-image: url("http://bureauapi.com/formation/v2/images/rte/indent-decrease.png");
  border-radius-topright:5px; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px;
	border-radius-bottomright:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px;
}

/* link */
.mooeditable-toolbar .createlink-button{
	background-image: url("http://bureauapi.com/formation/v2/images/rte/link-add.png");
  border-radius-topleft:5px; -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px;
	border-radius-bottomleft:5px; -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px;
}
.mooeditable-toolbar .unlink-button{
	background-image: url("http://bureauapi.com/formation/v2/images/rte/link-remove.png");
  border-radius-topright:5px; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px;
	border-radius-bottomright:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px;
}

/* media */
.mooeditable-toolbar .media-button{
	background-image: url("http://bureauapi.com/formation/v2/images/rte/media-manager.png");
  border-radius-topleft:5px; -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px;
	border-radius-bottomleft:5px; -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px;
}
.mooeditable-toolbar .youtube-button{
	background-image: url("http://bureauapi.com/formation/v2/images/rte/media-youtube.png");
  border-radius-topright:5px; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px;
	border-radius-bottomright:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px;
}


.dialog-toolbar{
	color: inherit;
	background-color: #ddd;
	position: absolute;
	display: block;
	cursor: default;
	font-size: 12px;
	z-index: 100;
	margin:1px;
	width: 97.5%;
}
	.dialog-toolbar div{
		padding: 4px 10px;
	}
	.dialog-toolbar input{
		margin:0 8px 0 0;
	}
	.dialog-toolbar button{
		margin:0 8px 0 0; padding:5px 10px; cursor:pointer;
	}
	.dialog-toolbar .input-text{
		width: 300px;
	}
	.dialog-toolbar .alertbar-label{margin-right:8px;}
	
form ol li.rte div.mooeditable-container iframe.mooeditable-iframe,
form ol li.rte .mooeditable-container textarea{
	border:1px solid #888;
	border-bottom-color:#ccc;
	border-right-color:#ccc;
	border-radius-bottomleft:5px; -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px;
	border-radius-bottomright:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px;
	border-radius-topleft:0px; -moz-border-radius-topleft:0px; -webkit-border-top-left-radius:0px;
	border-radius-topright:0px; -moz-border-radius-topright:0px; -webkit-border-top-right-radius:0px;
	
	margin:0; padding:0; width:100%; height:300px;
	background:#fafafa url("http://bureauapi.com/formation/v2/images/input-bg.png") repeat-x top left;
}

form ol li.rte .mooeditable-container textarea{
  font-family:Monaco, "Courier New", Courier, monospace;
	font-size:12px;
}

/* -----------------------------   rte media-manager   ---------------------------- */
div.media-manager{
	border:3px solid #ccc; opacity:1;
	background:#222 url("http://bureauapi.com/formation/v2/images/tip-bg.png") repeat-x top left;
	border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;
	color:#fff; width:60%; height:auto; margin:100px auto; padding:10px; 
	display:block; overflow:auto; position:relative;
}
	div.media-manager h4{color:#fff;}
		div.media-manager .close{
			display:block; float:none; clear:both; overflow:hidden;
			width:16px; height:16px;
			position:absolute; top:7px; right:7px;
			cursor:pointer; text-indent:-8889px; opacity:0.75;
			background:transparent url("http://bureauapi.com/formation/v2/images/icon-x.png") no-repeat center center;
		}
		div.media-manager .close:hover{opacity:1.0;}
	
	/* rte table */
	div.media-manager table{height:auto;}
		div.media-manager table caption{color:#ccc;}
	
	div.media-manager form{
		background:#fff; color:#222; padding:10px;
	}/*
______________________________________________________________________________________
Module: Search CSS for www.plotmulti.com
Version 2.0 / 25.10.08
(c) 2008
-
Contains style definitions that apply to the Search module.
-

*/
div.search{
	
}

/* ------------------------------   search results   ------------------------------- */
div.search-results{
	
}


/* -----------------------------   search sidepanel   ------------------------------ */
div.search.sidepanel{
}
	div.search.sidepanel legend,
	div.search.sidepanel li.search label{display:none;}
	div.search.sidepanel fieldset{border:0px none; margin:0;}/*
______________________________________________________________________________________
Module: Calendar CSS for www.plotmulti.com
Version 2.0 / 25.10.08
(c) 2008
-
Contains style definitions that apply to the Calendar modules.
-

*/

/* ------------------------------  calendar: weekly   ------------------------------ */
table.calendar.weekly{
	table-layout:auto;
	border-collapse:collapse;
	margin:0 auto 10px auto;
}

	table.calendar.weekly caption{
		
	}
		table.calendar.weekly caption h4{
			display:block; float:none; clear:both;
			width:80%; color:#222; position:relative; z-index:2;
			margin:0 auto; padding:4px 0; 
			font-size:1em; 
		}
		table.calendar.weekly caption h5{
			display:block; float:none; clear:both; overflow:hidden;
			margin:-21px 0 0 0; padding:0; font-size:1em; line-height:1em;
			font-weight:normal;
		}
			table.calendar.weekly caption h5 a.prev,
			table.calendar.weekly caption h5 a.next,
			table.calendar.weekly caption h5 span.prev,
			table.calendar.weekly caption h5 span.next{
				display:block; float:left; clear:none; 
				width:16px; height:16px; margin:0; padding:0;
				text-decoration:none;
			}
			table.calendar.weekly caption h5 a.next,
			table.calendar.weekly caption h5 span.next{float:right;}
			
			table.calendar.weekly caption h5 a.prev strong,
			table.calendar.weekly caption h5 a.next strong,
			table.calendar.weekly caption h5 span.prev strong,
			table.calendar.weekly caption h5 span.next strong{display:none;}
			
			table.calendar.weekly caption h5 span.prev,
			table.calendar.weekly caption h5 span.next{cursor:default;}
			
	/* calendar days */
	table.calendar.weekly thead tr th{
		margin:0; padding:5px;
		text-align:center;
	}
		table.calendar.weekly thead tr th .day{font-size:1.2em;}
		table.calendar.weekly thead tr th .date{font-size:1em;}
		
	/* calendar dates */
	table.calendar.weekly tr td{
		vertical-align:top; text-align:center;
	}
		
/* ------------------------------  calendar: basic   ------------------------------- */
table.calendar.simple{
	table-layout:auto;
	border-collapse:collapse;
	margin:0 auto 15px auto;
}

	table.calendar.simple caption{
		
	}
		table.calendar.simple caption h4{
			display:block; float:none; clear:both;
			width:80%; color:#222; position:relative; z-index:2;
			margin:0 auto; padding:4px 0; 
			font-size:1em; 
		}
		table.calendar.simple caption h5{
			display:block; float:none; clear:both; overflow:hidden;
			margin:-21px 0 0 0; padding:0; font-size:1em; line-height:1em;
			font-weight:normal;
		}
			table.calendar.simple caption h5 a.prev,
			table.calendar.simple caption h5 a.next,
			table.calendar.simple caption h5 span.prev,
			table.calendar.simple caption h5 span.next{
				display:block; float:left; clear:none; 
				width:16px; height:16px; margin:0; padding:0;
				text-decoration:none;
			}
			table.calendar.simple caption h5 a.next,
			table.calendar.simple caption h5 span.next{float:right;}
			
			table.calendar.simple caption h5 a.prev strong,
			table.calendar.simple caption h5 a.next strong,
			table.calendar.simple caption h5 span.prev strong,
			table.calendar.simple caption h5 span.next strong{display:none;}
			
			table.calendar.simple caption h5 span.prev,
			table.calendar.simple caption h5 span.next{cursor:default;}

	/* calendar days */
	table.calendar.simple thead tr th{
		margin:0; padding:5px;
		color:#aaa; 
		font-size:0.9em; font-weight:normal; text-align:center;
	}
		table.calendar.simple thead tr th span.full{display:none;}
		table.calendar.simple thead tr th.today{color:#444; font-weight:bold;}
		
	/* calendar dates */
	table.calendar.simple tr td{
		color:#444; background:#eee;
		vertical-align:middle; text-align:center;
		border:1px solid #ccc;
	}
		table.calendar.simple tr td a,
		table.calendar.simple tr td a:visited,
		table.calendar.simple tr td.empty span,
		table.calendar.simple tr td.disabled span{
			display:block; float:none; clear:both;
			margin:0; padding:8px;
			text-decoration:none;
			color:#444;
		}
		table.calendar.simple tr td.empty span{font-weight:normal;}
		
		/* empty */
		table.calendar.simple tr td.empty a,
		table.calendar.simple tr td.empty span,
		table.calendar.simple tr td.empty:hover a{color:#aaa; cursor:default;}
		table.calendar.simple tr td.empty:hover{
			color:#aaa;
			border:1px solid #ccc;
			background:#eee;
		}
		/* disabled */
		table.calendar.simple tr td.disabled a,
		table.calendar.simple tr td.disabled span,
		table.calendar.simple tr td.disabled:hover a{color:#aaa; cursor:default;}
		table.calendar.simple tr td.disabled:hover{
			color:#aaa;
			border:1px solid #ccc;
			background:#eee;
		}
		
	/* week */
	table.calendar.simple tr.week td{
		background:#fff;
	}
		table.calendar.simple tr.week td a,
		table.calendar.simple tr.week td a:visited{
			background:#fff;
		}
	
	/* today */
	table.calendar.simple tr td.today{
		background:#fff; font-weight:bold;
	}
	table.calendar.simple tr td.today:hover{}
		table.calendar.simple tr td.today a,
		table.calendar.simple tr td.today a:visited,
		table.calendar.simple tr td.today span{color:#000; border:1px solid #444; margin:-1px; z-index:2; position:relative;}
		table.calendar.simple tr td.today:hover a{color:#fff;}
	
	/* selected */
	table.calendar.simple tr td.selected,
	table.calendar.simple tr td:hover{
		background:#393;
	}
		table.calendar.simple tr td.selected a,
		table.calendar.simple tr td.selected a:visited,
		table.calendar.simple tr td.selected span,
		table.calendar.simple tr td:hover a,
		table.calendar.simple tr td:hover a:visited{
			color:#fff; background:transparent; 
			border:1px solid #060; margin:-1px;
		}

/* ----------------------------  calendar: quickview   ----------------------------- */
table.calendar.quickview{
	table-layout:auto; border-collapse:separate; border-spacing:0px;
	width:auto; background:transparent;
}
	table.calendar.quickview caption{
		color:#fff; height:20px; position:relative; cursor:move;
	}
		table.calendar.quickview caption h4{
			font-size:1.2em; display:block; margin:0 auto; 
			width:140px; height:20px; color:#fff;
		}
		table.calendar.quickview caption h5{
			display:block; float:none; clear:both; overflow:hidden;
			margin:-22px 0 0 0; font-size:0.9em;
		}
			table.calendar.quickview caption h5 a.prev,
			table.calendar.quickview caption h5 a.next,
			table.calendar.quickview caption h5 span.prev,
			table.calendar.quickview caption h5 span.next{
				display:block; float:left; clear:none; 
				color:#ccc; text-decoration:none; margin:0 0 0 5px; padding:0px; text-indent:-8889px;
				width:18px; height:18px;
				background:transparent url("http://bureauapi.com/formation/v2/images/arrows-prevnext.png") no-repeat top left;
			}
			table.calendar.quickview caption h5 a.next,
			table.calendar.quickview caption h5 span.next{float:right; background-position:bottom left; margin:0 5px 0 0;}
			
			table.calendar.quickview caption h5 span.prev,
			table.calendar.quickview caption h5 span.next{cursor:default; opacity:0.4;}
	
	/* calendar days */
	table.calendar.quickview tr th{
		color:#aaa; font-size:0.85em; width:28px; height:18px; text-align:center;
	}
		table.calendar.quickview tr th span{display:none;}
		table.calendar.quickview tr th.today{color:#fff;}
	
	/* calendar dates */
	table.calendar.quickview tr td{
		color:#000; vertical-align:top; text-align:center;
		width:25px; height:25px; overflow:hidden;
		background:#ccc; 
		border:1px solid #fff;
		border-bottom:1px solid #888;
		border-right:1px solid #888;
	}
		table.calendar.quickview tr td a,
		table.calendar.quickview tr td a:visited,
		table.calendar.quickview tr td.empty span,
		table.calendar.quickview tr td.disabled span{
			display:block; float:none; clear:both;
			width:25px; height:15px; margin:0; padding:5px 0;
			font-size:1.2em; font-weight:bold; text-decoration:none; letter-spacing:-1px;
			color:#000; background:#ccc; 
		}
		
		/* empty */
		table.calendar.quickview tr td.empty a,
		table.calendar.quickview tr td.empty span,
		table.calendar.quickview tr td.empty:hover a{color:#444; cursor:default;}
		table.calendar.quickview tr td.empty:hover{
			background:#ccc;
			border:1px solid #fff;
			border-bottom:1px solid #888;
			border-right:1px solid #888;
		}
		/* disabled */
		table.calendar.quickview tr td.disabled a,
		table.calendar.quickview tr td.disabled span,
		table.calendar.quickview tr td.disabled:hover a{color:#888; cursor:default;}
		table.calendar.quickview tr td.disabled:hover{
			background:#ccc;
			border:1px solid #fff;
			border-bottom:1px solid #888;
			border-right:1px solid #888;
		}
		
	/* week */
	table.calendar.quickview tr.week td{
		background:#aaa;
		border:1px solid #ccc;
		border-bottom:1px solid #888;
		border-right:1px solid #888;
	}
		table.calendar.quickview tr.week td a,
		table.calendar.quickview tr.week td a:visited{
			background:#aaa;
		}
	
	/* today */
	table.calendar.quickview tr td.today{
		background:#222 url("http://bureauapi.com/formation/v2/images/tip-bg.png") repeat-x top left;
		border:1px solid #222;
	}
	table.calendar.quickview tr td.today:hover{}
		table.calendar.quickview tr td.today a,
		table.calendar.quickview tr td.today a:visited,
		table.calendar.quickview tr td.today span{color:#fff; background:transparent;}
		table.calendar.quickview tr td.today:hover a{color:#fff;}
	
	/* selected */
	table.calendar.quickview tr td.selected,
	table.calendar.quickview tr td:hover{
		background:#393;
		border:1px solid #060;
	}
		table.calendar.quickview tr td.selected a,
		table.calendar.quickview tr td.selected a:visited,
		table.calendar.quickview tr td.selected span,
		table.calendar.quickview tr td:hover a,
		table.calendar.quickview tr td:hover a:visited{color:#fff; background:transparent;}/*
______________________________________________________________________________________
Module: Gallery CSS for www.plotmulti.com
Version 2.0 / 25.10.08
(c) 2008
-
Contains style definitions that apply to the Gallery module.
-

*/
div.gallery{
}

/* -----------------------------   gallery listing   ------------------------------- */
div.gallery.listing{
}
	div.gallery.listing ul{
		display:block; float:none; clear:both; overflow:hidden;
	}
		div.gallery.listing ul li.gallery-item{
			display:block; float:left; clear:none; 
			list-style:none outside; margin:0 10px 20px 0; padding:0;
			width:30%;
		}
			div.gallery.listing ul li.gallery-item p a {
				display:block;
			}
		
			/* item: title */
			div.gallery.listing ul li.gallery-item .title{
				display:block; float:none; clear:both; overflow:hidden;
			}
			/* item: gallery */
			div.gallery.listing ul li.gallery-item .gallery{
				display:block; float:none; clear:both; overflow:hidden;
				margin:0 0 10px 0; padding:0;
			}
				div.gallery.listing ul li.gallery-item .gallery a{display:block; float:none; clear:both; overflow:hidden;}
					div.gallery.listing ul li.gallery-item .gallery a img{display:block; width:100%;}

/* -------------------------------   gallery item   -------------------------------- */
div.gallery-item{
}
	
/* -----------------------------   photo listing   ------------------------------- */
div.photo.listing{
}
	div.photo.listing ul{
		display:block; float:none; clear:both; overflow:hidden;
	}
		div.photo.listing ul li.photo-item{
			display:block; float:left; clear:none; 
			list-style:none outside; margin:0 10px 20px 0; padding:0;
			width:20%;
		}
			div.photo.listing ul li.photo-item p a {
					display:block;
					overflow:hidden;
				}
			/* item: title */
			div.photo.listing ul li.photo-item .title{
				display:block; float:none; clear:both; overflow:hidden;
			}
			/* item: photo */
			div.photo.listing ul li.photo-item .photo{
				display:block; float:none; clear:both; overflow:hidden;
				margin:0 0 10px 0; padding:0;
			}
				div.photo.listing ul li.photo-item .photo a{display:block; float:none; clear:both; overflow:hidden;}
					div.photo.listing ul li.photo-item .photo a img{display:block; width:100%;}/*
______________________________________________________________________________________
Module: Tools CSS for www.plotmulti.com
Version 2.0 / 25.10.08
(c) 2008
-
Contains style definitions that apply to the Tools module.
-

*/


/* ------------------------------   bigbox   -------------------------------- */
div.bigbox{
	width:auto; overflow:hidden; position:relative;
}
	/* slideshow */
	div.bigbox div.slideshow{
	  position:relative; overflow:hidden;
  }
		div.bigbox div.slideshow div.slides{
		  width:400%; padding:0; 
			overflow:hidden; position:relative;
		}
			div.bigbox div.slideshow div.slides div.slide{
			  width:25%; float:left; clear:none; 
				margin:0 10px 0 0; padding:0;
		  }
					
	/* slideshow: controls */
	div.bigbox div.slideshow-controls{
		height:1px; 
		overflow:visible; position:absolute; z-index:100; left:0; top:0;
	}
		div.bigbox div.slideshow-controls ul{
			display:block; float:none; clear:both; overflow:visible; height:1px;
			margin:0; padding:0;
		}
			div.bigbox div.slideshow-controls ul li{
				list-style:none outside; margin:0; padding:0;
				display:block; float:left; clear:none; overflow:hidden;
			}
				div.bigbox div.slideshow-controls ul li.prev a,
				div.bigbox div.slideshow-controls ul li.next a{
					display:block; float:none; clear:both; overflow:hidden; 
					width:50px; height:100px; opacity:0.25;
					background:transparent url("http://bureauapi.com/formation/v2/images/arrows-slider.png") no-repeat 0px 0px;
					text-indent:-999px;
				}
					div.bigbox div.slideshow-controls ul li.prev a:hover,
					div.bigbox div.slideshow-controls ul li.next a:hover{opacity:0.75;}
				
				div.bigbox div.slideshow-controls ul li.prev{float:left;}
				div.bigbox div.slideshow-controls ul li.next{float:right;}
					div.bigbox div.slideshow-controls ul li.next a{background-position:0px -101px;}

/* ------------------------------   user   -------------------------------- */
div.user{
	
}

/* -----------------------------   sharing   ------------------------------ */
div.networks{
}
	div.networks .network-group{
		display:inline; float:none; clear:none; overflow:hidden;
		margin:0; padding:0;
		display:none; visibility:hidden; height:0px; width:0px;/**/
	}
	div.networks .network-group.primary,
	div.networks .network-group.show{display:block; width:auto; height:auto; visibility:visible;}
		div.networks .network-group li{
			display:block; float:left; clear:none; overflow:hidden;
			list-style:none outside; margin:0 10px 10px 0; padding:0; line-height:1.4em;
		}
			div.networks .network-group li a{
				display:block; float:none; clear:both; overflow:hidden;
				background:transparent url("http://bureauapi.com/formation/v2/images/iconset-networks.png") no-repeat 0px 0px;
				height:16px; margin:0; padding:0 0 0 21px;
			}
			
			div.networks .network-group li.permalink a{background-position:0px 0px;}
			
			div.networks .network-group li.facebook a{background-position:0px -16px;}
			div.networks .network-group li.myspace a{background-position:0px -32px;}
			div.networks .network-group li.friendster a{background-position:0px -48px;}
			div.networks .network-group li.linkedin a{background-position:0px -64px;}
			
			div.networks .network-group li.blogger a{background-position:0px -96px;}
			div.networks .network-group li.wordpress a{background-position:0px -112px;}
			div.networks .network-group li.livejournal a{background-position:0px -128px;}
			div.networks .network-group li.typepad a{background-position:0px -144px;}
			div.networks .network-group li.xanga a{background-position:0px -160px;}
			
			div.networks .network-group li.twitter a{background-position:0px -192px;}
			div.networks .network-group li.delicious a{background-position:0px -208px;}
			div.networks .network-group li.stumbleupon a{background-position:0px -224px;}
			div.networks .network-group li.google a{background-position:0px -240px;}
			div.networks .network-group li.windows a{background-position:0px -256px;}
			
			div.networks .network-group li.digg a{background-position:0px -288px;}
			div.networks .network-group li.reddit a{background-position:0px -304px;}
			div.networks .network-group li.technorati a{background-position:0px -320px;}
			div.networks .network-group li.mixx a{background-position:0px -336px;}
			div.networks .network-group li.yahoo a{background-position:0px -352px;}
	
	div.networks .primary-networks{
		display:block;
	}
	
/* ------------------------------   rating   -------------------------------- */
ul.rating,
ul.rating a:hover,
ul.rating a:active,
ul.rating a:focus,
ul.rating .current-rating{
	background: url("http://bureauapi.com/formation/v2/images/star.png") left -1000px repeat-x;
}
ul.rating{
	position:relative; overflow:hidden;
	margin:0; padding:0;
	width:125px; height:25px;
	list-style:none outside;
	background-position:left top;
}
	ul.rating li{display: inline;}
		ul.rating a,
		ul.rating .current-rating{
			height:25px; line-height:25px;
			top:0; left:0;
			position:absolute; overflow:hidden; text-indent:-1000em;
			outline:none; border: none;
		}
		ul.rating a:hover,
		ul.rating a:active,
		ul.rating a:focus{
			background-position:left bottom;
		}
			ul.rating a.one-star{width:20%; z-index:6;}
			ul.rating a.two-stars{width:40%; z-index:5;}
			ul.rating a.three-stars{width:60%; z-index:4;}
			ul.rating a.four-stars{width:80%; z-index:3;}
			ul.rating a.five-stars{width:100%; z-index:2;}
			ul.rating .current-rating{z-index:1; background-position: left center;}
			
/* ------------------------------   footer   -------------------------------- */
div#footer .credits{}
	div#footer .plot{
		float:right; clear:both;
	}
		div#footer .plot .message{display:none;}
		div#footer .plot .logo{
			display:block; float:none; clear:both; overflow:hidden;
			width:300px; height:30px; text-indent:-999px;
			margin:0 auto; padding:0;
			background:transparent url("http://bureauapi.com/formation/v2/images/plot.png") no-repeat 0px -30px;
		}
		div#footer .plot .logo:hover{background-position:0px 0px;}
		
		
		/* different pLot logos */
		/* default, with tagline, light */
		div#footer .plot.commerce .logo{background-image:url("http://bureauapi.com/formation/v2/images/credits/plot-commerce.png");}
		/* with tagline, dark */
		div#footer .plot.commerce .logo.dark{background-image:url("http://bureauapi.com/formation/v2/images/credits/plot-commerce-dark.png");}
		/* with tagline, grey */
		div#footer .plot.commerce .logo.grey{background-image:url("http://bureauapi.com/formation/v2/images/credits/plot-commerce-grey.png");}
		/* with no tagline, light */
		div#footer .plot.commerce .logo.no-tagline{background-image:url("http://bureauapi.com/formation/v2/images/credits/plot-commerce-notagline.png");}
		/* with no tagline, minimal, light */
		div#footer .plot.commerce .logo.minimal{background-image:url("http://bureauapi.com/formation/v2/images/credits/plot-commerce-minimal.png");}/*
______________________________________________________________________________________
Module: Blog CSS for www.plotmulti.com
Version 2.0 / 25.10.08
(c) 2008
-
Contains style definitions that apply to the Blog module.
-

*/
div.blog{
	
}

/* ---------------------------------   blog item   --------------------------------- */
div.blog-item{
	margin:0 0 50px 0; position:relative;
}
	div.blog-item .title{
		margin:0 0 10px 0; 
		font-size:1.6em;
	}
		div.blog-item .title a{text-decoration:none;}
		div.blog-item .title a:hover{text-decoration:underline;}
	div.blog-item .datetime{
		font-size:0.9em; color:#888;
	}
	
	/* blog-item post */
	div.blog-item .post{
		margin:0 0 25px 0;
	}
		div.blog-item .post h6{font-size:1.2em;}
		div.blog-item .post p img{border:1px solid #ccc; padding:5px;}
	
	/* blog-item info */
	div.blog-item div.info{
		height:1%; margin:0 0 10px 0;
	}
		div.blog-item div.info h5{display:none;}
		div.blog-item div.info ul{overflow:hidden; height:1%;}
			div.blog-item div.info ul li{list-style:none; margin:0;}
			div.blog-item div.info ul li.author{color:#888; float:left;}
			div.blog-item div.info ul li.category{color:#888; font-size:0.9em; float:right; clear:none; margin:0 0 0 25px;}
			div.blog-item div.info ul li.tags{color:#888; font-size:0.9em; float:right; clear:both;}

	/* blog-item footer */
	div.blog-item div.footer{
		margin:0; overflow:hidden; height:1%;
	}
		div.blog-item div.footer h5{display:none;}
		
		/* blog-item footer lists */
		div.blog-item div.footer ul{
			display:block; float:none; clear:both; 
			margin:0 0 5px 0; padding:0; overflow:hidden; height:1%;
		}
			div.blog-item div.footer ul li{
				display:block; float:left; clear:none;
				margin:0; padding:0; overflow:hidden; height:1%;
				font-weight:normal; text-align:left;
				list-style:none outside;
			}
			div.blog-item div.footer ul.left{float:left; clear:none;}
			div.blog-item div.footer ul.right{float:right; clear:none; margin-left:10px;}
				div.blog div.blog-item div.footer ul li a span{display:none;}

		/* blog-item footer: forms*/
		div.blog-item div.footer form{
			display:block; float:none; clear:both; overflow:hidden; 
			position:absolute; z-index:1000; left:50px; bottom:50px;
			margin:0 auto; padding:10px; width:80%;
			background:#eee; border:3px solid #ccc;
		}
			div.blog-item div.footer form textarea{height:auto;}
			div.blog-item div.footer form fieldset{border:0px none; margin:0;}
				div.blog-item div.footer form fieldset ol{margin:0;}
			div.blog-item div.footer form p.submit{font-size:0.9em; margin-top:10px;}
				div.blog-item div.footer form p.submit input.button{padding:2px 5px;}
				div.blog-item div.footer form p.submit .button input{padding:2px 5px; color:#888;}

	/* blog-item comments */
	div.blog-item div.comments{
		border-top:1px solid #ccc;
		padding:10px 0; margin:0;
	}
		div.blog-item div.comments h5{
			margin:0 0 10px 0; text-align:left; 
			font-weight:normal; font-size:1.2em; 
		}
			div.blog-item div.comments h5 a{text-decoration:none;}
		div.blog-item div.comments ol{
			margin:10px 0;
		}
			/* comment */
			div.blog-item div.comments ol li.comment{
				list-style:none outside; 
				margin:0 0 10px 0;
			}
				div.blog-item div.comments ol li.comment .author{float:left; clear:none;}
					div.blog-item div.comments ol li.comment .author a{text-decoration:none; font-weight:bold;}
					div.blog-item div.comments ol li.comment .author a:hover{text-decoration:underline;}
				div.blog-item div.comments ol li.comment .datetime{float:right; clear:none;}
				div.blog-item div.comments ol li.comment .post{clear:both;}
			
			/* add comment */
			div.blog-item div.comments ol li.add-comment{
				list-style:none outside; 
				margin:0 0 10px 0; padding:25px 0 0 0; 
				border-top:1px solid #ccc;
			}
				div.blog-item div.comments ol li.add-comment form legend{font-size:1.2em;}
			
/* ---------------------------------   blog single   --------------------------------- */
div.blog.single{}
	div.blog.single div.blog-item{border:0px none;}
		div.blog.single div.blog-item div.footer{
			padding:15px 0; margin:0; overflow:hidden; height:1%;
		}
			div.blog.single div.blog-item div.footer ul li a span{display:inline;}/*
______________________________________________________________________________________
Skin CSS for www.NYComedyFestival.com
Version 2.0 / 01.01.09
(c) 2009, pLot
-
Contains style definitions that denote a global theme to the elements that make up the
site and formalises the site's overall look & feel.
-

*/

body{
	font:normal normal normal 75%/1.2em Helvetica, Arial, sans-serif; /* 62.5% = 10px */
	color:#000; text-align:center; 
	background:url("../images/background-tile.jpg") repeat-x fixed 64px 0px #A7B3C1;
	background-color:#a7b3c1;
	
}

/* --------------------------------- architecture --------------------------------- */
div#container{
	text-align:left; position:relative; overflow:visible;
}
	div#background{
		background:url("../images/background.jpg") no-repeat fixed; overflow:visible;
		min-height:1000px;
	}
	
	/* header */
	div#header{
	}
		div#header div.title{margin-left:35px;}
			div#header div.title h1 a{
				background:url("../images/logo.png") no-repeat center bottom;
			}
			div#header div.title h3{
				background:url("../images/logo-comedy-central.png") no-repeat center bottom;
			}
				div#header div.title h3 strong{display:none;}
	
		div#header div.menu{width:1015px; margin-left:-15px;}
		div#header div.menu ul li{ 
			list-style-type:none; 
			margin:0 0 2px 2px;
		}
			div#header div.menu ul li p.error,
			div#header div.menu ul li p.success,
			div#header div.menu ul li p.notify {
				background:none #000;
				position:absolute;
				top:16px; right:0;
				z-index:1;
				padding:3px 12px;
				border-radius:0; -moz-border-radius:0; -webkit-border-radius:0;
			}
				form p.error span, form p.success span, form p.notify span {
					font-size:0.8em;
					padding:5px 10px;
				}
			div#header div.menu ul li.on ins,
			div#header div.menu ul li a{
				padding:7px 12px; 
				display:block;color:#fff; 
				text-decoration:none; 
				text-transform:uppercase;
				font-weight:normal; 
				font-size:.8em;
				background:#000;
			}
			div#header div.menu ul li ins{text-decoration:none; cursor:default;}
			div#header div.menu ul li.schedule.on ins,
			div#header div.menu ul li.on a,
			div#header div.menu ul li.on ins{background-color:#5bacc1;}
		
			div#header div.menu ul li a:hover{color:#fff;background:#5bacc1;}
			div#header div.menu ul li legend{display:none;}
			div#header div.menu ul li label{
				float:left;
				clear:none;
				color:#fff; 
				margin-right:10px; 
				padding-left:10px;
				font-size:0.8em;
				font-weight:normal;
				text-transform:uppercase;
				padding:2px 15px 3px;
			}
			div#header div.menu ul li form{background:#000; overflow:hidden;}
			div#header div.menu ul li fieldset{ padding:5px 0 4px 0; margin:0; border:0 none; }
			
				div#header div.menu ul li fieldset input{
					height:10px;
					width:104px;
					float:left;
					clear:none; 
					margin:0; 
					background-color:#5bacc1; 
					border:0 none; 
					margin-top:1px;
					border-radius:0; -moz-border-radius:0; -webkit-border-radius:0;
					font-size:0.75em;
					padding:3px;
				}
				div#header div.menu ul li fieldset input.button{
					width:10px; 
					margin-right:10px; 
					height:16px; 
					position:relative;
					width:16px;
					background:#5bacc1 url(../images/arrows.png) no-repeat 0 -82px;
					text-indent:-999px;
				}
		div#header div.title h1 {text-align:center;}
			div#header div.title h1 a{text-indent:-999px;}
			div#header div.title h3 a{text-decoration:none;font-size:.62em;color:#fff;}
	
		
	/* body */
	div#body{
	  margin-bottom:5px;
		background:url(../images/black-opaque-bg.png) repeat;
		color:#fff;
	}
	
		/* left column */
		div#column-left{}
			div#column-left div.browse{margin-left:35px;}
				div#column-left div.browse h3{
					color:#fff; 
					font-weight:bold; 
					text-transform:uppercase;
				}
				
				div#column-left div.browse ul li a,
				div#column-left div.browse ul li ins{
					margin:0 auto; 
					color:#fff; 
					text-transform:uppercase; 
					text-decoration:none;
				}
					div#column-left div.browse ul li ins{color:#bbb;}
					div#column-left div.browse ul li a:hover{color:#5bacc1;}
		
		/* center column */
		div#column-center{}
			div.solid-page{background:#000;}
			div#column-center div.bigbox{
				width:840px; 
				height:330px;
				background-color:#000;
			}
				div.bigbox div.slideshow div.slides div.slide {width:auto; margin:0;}
			div#column-center div.gallery div.heading{padding-left:15px; background:#000;}
				div#column-center div.gallery div.heading h3.title{
					text-transform:uppercase;
					margin-top:8px; 
					margin-bottom:0;
					font-size:1.7em; 
				}
				div#column-center div.gallery div.heading p.info{color:#5bacc1; font-weight:bold; letter-spacing:.5em; margin:0;}
		
		/* performer */
		div#column-center div.performer{float:left; clear:none;}
		div#column-center div.slider div.performer{background:#000;}
			div#column-center div.performer div.heading {background:#000;}
			
				div#column-center div.performer div.heading h3{margin-top:8px; font-size:1.7em;}
				div#column-center div.performer div.heading h3,
				div#column-center div.performer div.heading p{
					padding-left:15px;
					text-transform:uppercase;
					color:#fff; 
					margin-bottom:0;
				}
					div#column-center div.performer div.heading p{
						color:#5bacc1;
						font-size:0.9em;
						font-weight:bold;
					}
			div#column-center div.performer li.pagination,
			div.gallery div.photo.listing .pagination{background:#000;}
			
			
			div#column-center.text{background:#000; padding-bottom:100px;}
			div#column-center.comedian{position:relative; min-height:320px;}
				div#column-center.text div.box{height:300px; overflow:auto; margin:0 30px;}
					div#column-center.text div.box h5{color:#fff;}
					
				div#column-center.text h3{margin:30px; color:#fff; font-size:1.7em; text-transform:uppercase;}
					div#column-center.text h3 strong{color:#5bacc1; font-weight:normal;}
				div#column-center.text p {margin:0 30px 10px;}
				div#column-center.text ul{margin-left:30px;}
					div#column-center.text ul li{width:300px; float:left; margin-right:30px; margin-bottom:30px;}
						div#column-center.text ul li h4{color:#5bacc1; text-transform:uppercase; font-weight:bold; margin:0;}
						div#column-center.text ul li p{margin:0;}
				div#column-center.comedian img {position:absolute; top:0; left:0;}
				div#column-center.comedian h3,
				div#column-center.comedian p {float:left; clear:none;}
				div#column-center.comedian h3,
				div#column-center.comedian p {width:445px; margin-left:360px;}
			
			div.performer.single div.performer-item div#performer-slide,
			div.performer.single div#video-slide,
			div.gallery.single div.photo-item div#photo-slide {
				background:url(../images/black-opaque-bg.png) repeat;
			}
			
		/* schedule */
		div#column-center ul.schedule{float:right; margin-top:20px;}
		
			div#column-center ul.schedule li.performer-item{
				border-right:3px solid #1c1c1c; 
				margin-bottom:5px;
				height:95px;
			}
			div#column-center.schedule ul.schedule li.performer-item{border:1px solid #1c1c1c; width:570px;}
				div#column-center ul.schedule li.performer-item div.info{
					float:left; clear:none;
					width:325px;
					margin:5px 15px 0 0;
				}
					div#column-center ul.schedule li.performer-item div.info h4,
					div#column-center ul.schedule li.performer-item div.info p {
						float:left; clear:both;
						margin:0;
					}
					div#column-center ul.schedule li.performer-item div.info h4.title{
						margin:15px 0 0 0;
						overflow:hidden;
						color:#fff; 
						text-transform:uppercase;
						font-weight:bold;
						font-size:1.3em;
						text-decoration:none;
						float:left; clear:none;
					}
						div#column-center ul.schedule li.performer-item div.info h4.title a{color:#fff; text-decoration:none;}
					div#column-center ul.schedule li.performer-item div.info p.event{
						color:#5bacc1;
						margin-top:2px;
						text-transform:uppercase;
						font-weight:bold;
						font-size:1.2em; line-height:1.1em;
						overflow:hidden;
					}
						div#column-center ul.schedule li.performer-item div.info p.event a {text-decoration:none;}
							div#column-center ul.schedule li.performer-item div.info p.event a:hover{color:#5bacc1;}
					div#column-center ul.schedule li.performer-item div.info p.venue,
					div#column-center ul.schedule li.performer-item div.info p.datetime{
						color:#bbb;
						text-transform:uppercase;
						font-weight:bold;
						font-size:0.9em;
						margin:2px 0 10px;
						display:inline;
						float:left; clear:none;
					}
					div#column-center ul.schedule li.performer-item div.info p.venue{
						color:#fff;
						clear:both;
						margin-right:4px;
					}
				div#column-center ul.schedule li.performer-item p.thumb{width:106px;}
				
				div#column-center ul.schedule li.performer-item p.buy{margin-top:38px; width:110px;}
					div#column-center ul.schedule li.performer-item p.thumb img{
						width:87%; 
						margin:0 11px 0 0;
						margin-top:-6px; 
						float:left; 
						clear:none;
					}
					
					div#column-center ul.schedule li.performer-item p.buy a{
						padding:3px; 
						text-decoration:none;
						background:#5bacc1;
						color:#000;
						text-transform:uppercase;
						font-weight:bold;
						margin-right:20px;		
					}
				div#column-center ul.schedule li.performer-item p.buy a:hover{color:#fff;}
				
				div#column-center div.slider ul.schedule li.performer-item p.thumb{margin:0;}
				div#column-center div.slider ul.schedule li.performer-item div.info p {
					margin:0;
					color:#5bacc1;
					font-size:1em;
				}
				div#column-center div.slider ul.schedule li.performer-item p.more {
					margin:30px 0 0;
				}
					div#column-center div.slider ul.schedule li.performer-item p.more a {
						text-decoration:none;
						text-transform:uppercase;
						font-weight:bold;
						color:#fff;	
						background:url(../images/icon-plus-box.png) no-repeat  scroll right 0;
						padding-right:25px;
						height:16px;
						display:block;
						cursor:pointer;
					}
						div#column-center div.slider ul.schedule li.performer-item p.more a:hover{background-position:right -16px;}
				
				
				div#column-center div.sidepanels p{color:#fff;}
				div#column-center div.sidepanels div.heading h4{color:#fff; font-size:1.8em; text-transform:uppercase; }
			
				div#column-center div.sidepanels div.categories.sidepanel,
				div#column-center div.sidepanels div.sidepanel{margin-left:10px;}
					div#column-center div.sidepanels div.categories.sidepanel div.body ul.nested ul{margin-left:15px; margin-bottom:0;}
					div#column-center div.sidepanels div.categories.sidepanel div.body ul.nested ul li a{text-decoration:none;}
						div#column-center div.sidepanels div.categories.sidepanel div.body ul.nested ul li a:hover{
							color:#fff;
							text-decoration:none;
						}
						div#column-center div.sidepanels div.categories.sidepanel div.body ul.nested li{list-style:square; margin-left:20px;}
						div#column-center div.sidepanels div.categories.sidepanel div.body ul.nested li strong a{
							text-decoration:none; 
							color:#787878;
						}
						div#column-center div.sidepanels div.categories.sidepanel div.body ul.nested li strong a:hover{color:#fff;}
						div#column-center div.sidepanels div.body ul.tags li{  
							float:left; 
							margin:2px;
						}
							div#column-center div.sidepanels div.body ul.tags li a{
								text-transform:uppercase; 
								color:#fff; 
								text-decoration:none;
								width:auto;
								display:block;
								text-align:center;
								padding:2px 6px;  
								background:#5bacc1;
								border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px;
							}
							div#column-center div.sidepanels div.body ul.tags li:hover a{color:#000;}
							div#column-center div.sidepanels h3{font-size:1.7em; text-transform:uppercase;}
							
							
				/*calendar*/
				
				table.calendar.weekly tr td.selected a, 
				table.calendar.weekly tr td.selected a:visited, 
				table.calendar.weekly tr td.selected span, 
				table.calendar.weekly tr td:hover a, 
				table.calendar.weekly tr td:hover a:visited,
				table.calendar.simple tr td.selected a, 
				table.calendar.simple tr td.selected a:visited, 
				table.calendar.simple tr td.selected span, 
				table.calendar.simple tr td:hover a, 
				table.calendar.simple tr td:hover a:visited {background:#5bacc1; border:0 none;}
				
				table.calendar.simple tr td.today span,
				table.calendar.simple tr td.empty.today span,
				table.calendar.simple tr td.empty.today span:hover {
					background:url(../images/gradient-grey.png) repeat-x;
					border-color:#5bacc1; 
				}
				
				table.calendar.weekly tr.week td,
				table.calendar.simple tr.week td,
				table.calendar.weekly tr td,
				table.calendar.weekly tr.week td a,
			 	table.calendar.weekly tr.week td a:visited,
				table.calendar.simple tr td,
				table.calendar.simple tr.week td a,
			 	table.calendar.simple tr.week td a:visited{background:url(../images/gradient-grey.png) repeat-x;border-collapse:separate;}
				
				table.calendar.weekly tr td,
				table.calendar.weekly tr.week td a,
			 	table.calendar.weekly tr.week td a:visited{border:1px solid #000;}
				
				table.calendar.weekly tr td:hover,
				table.calendar.weekly tr.week td a:hover,
			 	table.calendar.weekly tr.week td a:visited:hover,
				table.calendar.simple tr td:hover,
				table.calendar.simple tr.week td a:hover,
			 	table.calendar.simple tr.week td a:visited:hover{background:#5bacc1;}
				
				table.calendar.weekly tr td.empty,
				table.calendar.weekly tr td.empty:hover {
					background:none;
				}
				
				table.calendar.weekly tr td p {padding-top:5px; margin-bottom:4px;}
				
				table.calendar.weekly tr td,
				table.calendar.simple tr td{border-color:#000;}
				
				table.calendar.weekly tr td a,
				table.calendar.weekly tr td a:visited,
				table.calendar.weekly tr td.empty span, 
				table.calendar.weekly tr td.disabled span
				table.calendar.simple tr td a, 
				table.calendar.simple tr td a:visited{color:#fff;}
				
				table.calendar.simple tr td.empty span, 
				table.calendar.simple tr td.disabled span,
				table.calendar.simple tr.week td.today span {color:#ccc;}
				
				table.calendar.weekly tr td.selected a,
				table.calendar.weekly tr td.selected a:visited, 
				table.calendar.weekly tr td.selected span, 
				table.calendar.weekly tr td:hover a, 
				table.calendar.weekly tr td:hover a:visited,
				table.calendar.simple tr td.selected a,
				table.calendar.simple tr td.selected a:visited, 
				table.calendar.simple tr td.selected span, 
				table.calendar.simple tr td:hover a, 
				table.calendar.simple tr td:hover a:visited{margin:0; color:#fff;}
				
				table.calendar.weekly tr td.disabled,
				table.calendar.weekly tr td.disabled:hover,
				table.calendar.simple tr td.disabled,
				table.calendar.simple tr td.disabled:hover{background:none; border:0 none;}
				table.calendar.weekly tr td.disabled span,
				table.calendar.simple tr td.disabled span{display:none;}
				table.calendar.weekly tr.week td.today a,
				table.calendar.simple tr.week td.today a{border-color:#000; color:#fff; font-weight:normal;}
				
				table.calendar.simple tr td.empty:hover{background:url(../images/gradient-grey.png) repeat-x;} 
				
				table.calendar.weekly tr td.empty:hover,
				table.calendar.weekly tr td.empty span:hover,
				table.calendar.simple tr td.empty:hover,
				table.calendar.simple tr td.empty span:hover{border-color:#000;}
				table.calendar.weekly tr td.empty span:hover,
				table.calendar.simple tr td.empty span:hover{background:url(../images/gradient-grey.png) repeat-x;}
					
				table.calendar.weekly tr td a, 
				table.calendar.weekly tr td a:visited, 
				table.calendar.weekly tr td.empty span, 
				table.calendar.weekly tr td.disabled span,
				table.calendar.simple tr td a {color:#fff; padding:5px; text-decoration:none; font-size:1.1em;}
				table.calendar.simple tr td a:visited, 
				table.calendar.simple tr td.empty span, 
				table.calendar.simple tr td.disabled span{padding:5px 8px;}
					
				table.calendar.weekly thead tr th,
				table.calendar.simple thead tr th{color:#fff; font-weight:bold;}
				table.calendar.simple thead tr th.today{color:#5bacc1;}
				
				table.calendar.weekly caption,
				table.calendar.simple caption{background:url(../images/gradient-blue.png) repeat-x #5bacc1; padding:2px 0 5px;
				border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;}
				table.calendar.simple caption h4{color:#fff; font-weight:bold; font-size:1.2em;}
				
				table.calendar.weekly thead tr th span.full {display:none;}
				table.calendar.weekly caption h4 span.daterange {color:#fff; font-weight:bold;}
				
				
	/*blog items*/
	div.blog-item{margin-top:20px; margin-left:15px;}
		div.blog-item div.heading h4{margin-bottom:0;}
			div.blog-item div.heading h4.title a{
				text-decoration:none; 
				text-transform:uppercase;
				color:#fff;
				font-weight:bold;
				font-size:1.2em;
			}
			div.blog-item div.heading h5,
			div.blog-item div.heading h5 strong{color:#5a5a5a;}
				div.blog-item div.heading h5 strong a{text-decoration:none; text-transform:bold;}
				div.blog-item div.heading h5 strong a:hover{color:#fff;}
				
			div.blog-item div.info ul li.category{float:left; margin:0; clear:none;}
				div.blog-item div.info ul li.tags{clear:none;}
					div.blog-item div.info ul li.tags a,
					div.blog-item div.info ul li.category a{
						background:#5bacc1; 
						color:#fff;
						padding:2px 5px; 
						border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
						text-decoration:none;
						line-height:2.4em;
					}
						div.blog-item div.info ul li.tags a:hover,
						div.blog-item div.info ul li.category a:hover{
							color:#000;
						}
					
					div.blog-item div.info ul li.category strong,
					div.blog-item div.info ul li.tags strong{display:none;}
					div.blog-item div.options ul{float:left; clear:none;}
						div.blog-item div.options ul li{
							text-align:center;
							margin:0 5px 3px 0; 
						}
							div.blog-item div.options ul li a,
							div.blog-item div.options ul li ins{
								color:#000; 
								text-transform:uppercase; 
								font-weight:bold;
								text-decoration:none;
								background:#5bacc1; 
								padding:5px;
								text-align:center;
								display:block;
							}
								div.blog-item .options {
									width:150px;
									float:right;
									clear:none;
								}
								div.blog-item div.options ul li a,
								div.blog-item div.options ul li ins{}
								div.blog-item div.options ul li ins{cursor:default;}
								div.blog-item div.options ul li:hover ins,
								div.blog-item div.options ul li:hover a{color:#fff;}
							
							div.blog-item .post p img{border:0 none;}
							div.blog-item .post .media {border-bottom:1px dashed #9b9b9b; margin-bottom:15px;}
							div.blog-item .post .contents {
								width:400px;
								float:left;
								clear:none;
							}
								
			div.blog-item div.footer{border-top:1px dashed #9b9b9b; padding-top:15px;}
			div.blog-item div.footer ul.left li.comments a{text-decoration:none;}
				div.blog-item div.footer ul.left li.comments a strong{color:#5a5a5a;}
				div.blog-item div.footer ul.left li.comments a:hover strong{color:#fff;}
				
				div.blog-item div.footer ul.right.manage li{
					background:#5bacc1; 
					padding:3px 20px; 
					margin-right:5px; 
					text-align:center;
					border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px;
					text-transform:uppercase;
				}
				
				div.blog-item div.footer ul.right.manage li:hover a{color:#000;}
					div.blog-item div.footer ul.right.manage li.flag{display:none;}
					div.blog-item div.footer ul.right.manage li a{color:#fff; text-decoration:none; padding:0; font-weight:normal;}
					
					div.blog-item div.footer ul.right.manage li.edit a strong,
					div.blog-item div.footer ul.right.manage li.delete a strong{text-align:center; font-weight:normal;}
					
					div.blog div.pagination p{margin-bottom:20px; text-align:right;}
					div.blog div.pagination p a,
					div.blog div.pagination p strong,
					div.blog div.pagination p span{background:#5bacc1; color:#000; padding:2px 5px; text-decoration:none;}	
					div.blog div.pagination p a:hover,
					div.blog div.pagination p strong:hover{background:#fff;}
					
					div.blog div.pagination p strong.current{cursor:default;}
					div.blog div.pagination p span.back{cursor:default;}
						
			/*Performer item*/
			div.single div.top,
			div.single div.left,
			div.single div.right{background:#000;} 
			
			div.single div.top{padding-top:7px; background:#000; margin-bottom:7px;}
				div.single div.top h3{color:#fff; 
					text-transform:uppercase; 
					margin-left:10px; 
					margin-bottom:0;
					font-size:1.7em;
					width:453px;
				}
				div.single div.top h4,
				div.single div.top h5{
					color:#5bacc1; 
					font-size:.9em;
					text-transform:uppercase; 
					float:left; 
					margin-left:10px;
					padding:0;
					font-weight:bold;
				}
			
				div.single div.top p a{
					float:right;
					margin-top:-26px;
					margin-right:10px;
					text-decoration:none;
					padding:1px 2px;
					color:#000;
					border:1px solid #5bacc1;
					background:#5bacc1;
				}
				div.single div.top p a:hover{color:#fff;}
				
		div.performer-item div.left p a{display:none;}
		
		div.performer-item div.right ul,
		div.performer-item div.right div.info{margin:25px 15px 0 30px;}
		div.performer-item div.right div.info{padding-top:15px; /* overflow-y:auto; */ height:285px;}
			div.performer-item div.right div.info.away{overflow-y:hidden;}
			div.performer-item div.right div.info p{color:#fff; font-size:.9em;}
			div.performer-item div.right ul li{
				padding:3px 5px; 
				float:left; 
				clear:both; 
				display:block; 
				background:#5bacc1;
				margin-top:3px;
			}
				div.performer-item div.right ul li a{
					color:#000; 
					text-transform:uppercase; 
					text-decoration:none; 
					font-weight:bold;
				}
				div.performer-item div.right ul li a:hover{color:#fff;}
		div.performer-item div.right p.more {
			float:right; clear:both;
			font-size:0.9em;
			padding-right:40px;
		}
				
	div.performer ul.performers li div.info{}
		div.gallery ul.photos li div.info h4,
		div.performer ul.performers li div.info h4{
			background:#000;
			position:absolute;
			bottom:-10px;
			padding:7px 8px;
			color:#fff; font-size:.8em; text-transform:uppercase;
			
		}
			div.performer ul.performers li div.info h4{ font-size:.7em;}
			div.gallery ul.photos li div.info h4 a,
			div.performer ul.performers li div.info h4 a{
				color:#fff;
				text-decoration:none;
				font-size:.6em;
				margin-left:5px;
			}
		div.performer ul.performers li.performer-item{position:relative;}
			div.performer ul.performers li.performer-item p.thumb,
			div.gallery ul.photos li.photo-item p.thumb {overflow:hidden;}
		
		div#column-center div.gallery ul.photos li.photo-item div.info p,
		div.performer ul.performers li.performer-item div.info p{
			position:absolute; 
			top:0; 
			background:#5bacc1; 
			padding:2px 10px; 
			font-weight:bold;
			display:none;
		}
		
		div#column-center div.gallery ul.photos li.photo-item:hover,
		div.performer ul.performers li.performer-item:hover,
		div#column-center div.gallery ul.photos li.photo-item.on,
		div.performer ul.performers li.performer-item.on{border:3px solid #fff; margin:0; }
			div#column-center div.gallery ul.photos li.photo-item:hover div.info p,
			div.performer ul.performers li.performer-item:hover div.info p,
			div#column-center div.gallery ul.photos li.photo-item.on div.info p,
			div.performer ul.performers li.performer-item.on div.info p,
			div#column-center div.gallery ul.photos li.photo-item div.info p.bydate,
			div.performer ul.performers li.performer-item div.info p.bydate{display:block;}
			div.performer ul.performers li.performer-item div.info p.bydate{ font-size:.8em;}
			
			div.performer ul.performers li.pagination p,
			div.photo.listing ul.photos li.pagination p{margin:0; text-align:center;}
			div.performer ul.performers li.pagination p a,
			div.photo.listing ul.photos li.pagination p a{text-decoration:none;}
			div.performer ul.performers li.pagination p a:hover,
			div.photo.listing ul.photos li.pagination p a:hover{color:#fff; }
			
			table.calendar.simple caption h5 a.prev, 
			table.calendar.simple caption h5 a.next, 
			table.calendar.simple caption h5 span.prev, 
			table.calendar.simple caption h5 span.next{
				background:url(../images/arrows-calendar.png) no-repeat 0 0;
				width:12px; 
				height:12px; 
				text-indent:-999px;
			}
			
			table.calendar.simple caption h5 span.next,
			table.calendar.simple caption h5 a.next{background-position:0 -12px; margin-right:5px;}
			table.calendar.simple caption h5 span.prev,
			table.calendar.simple caption h5 a.prev{margin-left:5px;}
			
			table.calendar.simple caption h5{margin:-20px 0 3px;} 
				
	/* footer */
	div#footer{}
		
		div#footer div.sponsors,
		div#footer div.partners,
		div#footer div.producers,
		div#footer div.copyright,
		div#footer div.credits{background:#000; color:#fff; margin-bottom:5px;}
		
		div#footer div.sponsors,
		div#footer div.partners{height:40px; padding:10px;}
		div#footer div.producers{
			width:519px;
			float:left;
			padding:8px 10px; 
			clear:none;
			margin-right:2px;
		}
			div#footer div.producers p {margin:4px 0 0 15px; float:left; text-transform:uppercase;}
			div#footer div.producers ul {float:left; clear:none; margin:0; padding-left:55px;}
				div#footer div.producers ul li {float:left; clear:none; margin-right:50px;}
					div#footer div.producers ul li a {
						display:block;
						text-indent:-999px;
						font-size:0em;
						height:28px;
					}
						div#footer div.producers ul li.ueg a {width:95px; background:url('../images/ueg.png') no-repeat 0 0;}
							div#footer div.producers ul li.ueg a:hover {background-position:0 -28px;}
						div#footer div.producers ul li.carolines a {width:160px; background:url('../images/carolines.png') no-repeat 0 0;}
							div#footer div.producers ul li.carolines a:hover {background-position:0 -28px;}
		div#footer div.copyright{
			width:330px;
			position:absolute; 
			right:103px; 
			padding:13px 10px 14px; 
			clear:none;
			margin-right:2px;
		}
		div#footer div.credits{
			float:right; 
			clear:none; 
			width:88px; 
			padding:8px 7px 9px; 
		}
		
				div#footer div.copyright p,
				div#footer div.credits p{margin:0;}
		
		div#footer div.sponsors ul li,
		div#footer div.partners ul li{margin:0 14px;}
		
		div#footer div.sponsors p.prev,
		div#footer div.sponsors p.next, 
		div#footer div.partners p.prev,
		div#footer div.partners p.next{ margin:15px 10px; float:left; clear:none; text-indent:-999px; overflow:hidden;}
		
		div#footer div.sponsors h3,
		div#footer div.partners h3{text-transform:uppercase; font-size:1.2em; width:126px; padding-top:5px; margin-left:15px;}
			div#footer div.sponsors h3 strong,
			div#footer div.partners h3 strong{color:#5bacc1;}
		
		div#footer div.sponsors p.prev a,
		div#footer div.partners p.prev a,
		div#footer div.sponsors p.next a,
		div#footer div.partners p.next a{background:url(../images/arrows.png) no-repeat; display:block;}
		
		div#footer div.sponsors p.prev a,
		div#footer div.partners p.prev a{background-position:0 -22px; width:18px; }
		div#footer div.sponsors p.prev a:hover,
		div#footer div.partners p.prev a:hover{background-position:0 -141px; height:18px;}
		div#footer div.sponsors p.next a,
		div#footer div.partners p.next a{background-position:0 -82px; width:18px;}
		div#footer div.sponsors p.next a:hover,
		div#footer div.partners p.next a:hover{background-position:0 -201px; height:18px;}
	
		div#footer div.copyright p a:hover,
		div#footer div.credits p a:hover{color:#fff;}
		
		div#footer div.credits p {text-indent:-999px;}
			div#footer div.credits p span.message{display:none;}
			div#footer div.credits p a.logo{
				background:url(../images/plot.png) no-repeat 0 -30px; 
				height:27px; width:88px;
				display:block; 
				float:left; 
				clear:none;
			}
			div#footer div.credits p a.logo:hover{background-position:0 0;}
		
		
/*blog_item*/

div.blog-item div.comments{border-top:none;}
	div.blog-item div.comments h5{color:#5bacc1; text-transform:uppercase; font-size:1.7em; margin-bottom:30px;}
		div.blog-item div.comments h5 a{color:#fff;}
		div.blog-item div.comments h5 a:hover{color:#FFF;}
		
		div.blog-item div.comments ol li.comment .author{color:#4a4b4d;}
		div.blog-item div.comments ol li.comment .author a{color:#5bacc1;}
			div.blog-item div.comments ol li.comment .author a:hover{color:#fff; text-decoration:none;}
			
			div.blog-item div.comments ol li.add-comment{border-top-style:dashed; border-top-color:#9b9b9b;}
				div.blog-item div.comments ol li.add-comment form legend{
					color:#5bacc1;
					text-transform:uppercase; 
					font-size:1.7em; 
					font-weight:normal;
				}
				div.blog-item div.comments div.fieldgroup{margin-top:15px;} 
				
			div.blog-item div.comments form fieldset{border-style:dashed; border-color:#9b9b9b;}
			div.blog-item div.comments form p.error, 
			div.blog-item div.comments form p.success, 
			div.blog-item div.comments form p.notify{background:#5bacc1;border-radius:0; 
				-moz-border-radius:0; 
				-webkit-border-radius:0;
				color:#fff;
				border:none;
			}
			
			form p.error span, form p.success span, form p.notify span {background:none;}
			div.blog-item div.comments div.blog-item div.comments ol{float:left;  clear:none;}
			div.blog-item div.comments form fieldset ol li, 
			div.blog-item div.comments form fieldset ol.one-column li{float:left; clear:none; }
			div.blog-item div.comments form fieldset ol.one-column{width:480px; float:left;}
			div.blog-item div.comments form li input{
				width:170px;
				margin-right:5px; 
				border-radius:0; 
				-moz-border-radius:0; 
				-webkit-border-radius:0;
				color:#fff;
				border:none;
			}
			
			div.blog-item div.comments form fieldset ol.one-column li.full{margin-bottom:20px;}
			div.blog-item div.comments form textarea{
				width:480px; 
				border-radius:0; 
				-moz-border-radius:0; 
				-webkit-border-radius:0;
			}
			div.blog-item div.comments form li.error input{}
			div.blog-item div.comments form label,
			div.blog-item div.comments form ol li span.info{display:none;}
			
			div.blog-item div.comments form p.submit{float:left; clear:none; margin-top:36px;}
			div.blog-item div.comments form p.submit a, 
			div.blog-item div.comments form p.submit input{
				width:100px;
				float:none;
				border-radius:0; 
				-moz-border-radius:0; 
				-webkit-border-radius:0;
				padding:0;
				margin-left:5px;
				background:#5bacc1;
				color:#000;
				font-weight:bold;
				border:none;
				text-transform:uppercase;
				font-size:1.1em;
				margin-bottom:5px;
			}
			div.blog-item div.comments form p.submit a:hover,
			div.blog-item div.comments form p.submit input:hover{color:#fff;}
			
			div.blog-item div.comments form input, 
			div.blog-item div.comments form select,
			div.blog-item div.comments form textarea, 
			div.blog-item div.comments form ol li.checkbox.list .options{background:#4a4b4d; border:none; color:#fff;}
			
			

/* ---------------------------------   modules    --------------------------------- */

  
/* ----------------------------------   custom    --------------------------------- */


/* --------------------------------- look & feel  --------------------------------- */

/* typography */
h1, h2, h3, h4, h5, h6, p{margin:0 0 10px 0; line-height:1.2em;}
h1, h2, h3, h4{font-family:Helvetica, Arial, sans-serif; font-weight:normal;}
h1{font-size:2.0em; color:#000;}
h2{font-size:1.6em; color:#000;}
h3{font-size:1.4em;}
h4{font-size:1.2em; color:#000;}
h5{font-size:1em; color:#000;}
p{font-size:1em; line-height:1.4em;}

/* lists */
ul{margin:0 0 10px 0;}
	ul li{list-style-type:none;margin:0;}
ol{margin:0 0 10px 0;}
	ol li{list-style-type:decimal;}
dl{margin:0 0 10px 0;}
	dl li{list-style-type:square;}

/*links and colours*/
a, a:visited{text-decoration:underline; color:#5BACC1;}
a:hover, a:active{text-decoration:none; color:#fff;}
a:visited{color:#5BACC1;}
/*::selection{background:#5bacc1; color:#fff;}
::-moz-selection{background:#5bacc1; color:#000;}*/

  /* grey */
  .colour01, 
	.link01 a, .link01 a:visited     {color:#808080;}
  .link01 a:hover, .link01 a:active{color:#fff;}

/* underlined links */
.dot-uline a, .dot-uline a:visited {text-decoration:none; border-bottom:1px dotted;}
.dot-uline a:hover, .dot-uline a:active{border-bottom:1px solid;}

.no-uline a, .no-uline a:visited {text-decoration:none; border:0 none;}
.no-uline a:hover, .no-uline a:active {text-decoration:underline;}/*
______________________________________________________________________________________
Layout CSS for www.NYComedyFestival.com
Version 2.0 / 01.01.09
(c) 2009, pLot
-
Contains style definitions which structure the layout of the site and outlines the 
site's information architecture.
-

*/

body{
	
}

/* --------------------------------- architecture --------------------------------- */
div#container{
	width:1000px;
	margin:0 auto;
}

	/* header */
	div#header{
		padding-top:75px;
		overflow:visible;
	}
		div#header div.title {
			margin-bottom:-310px;
		}
			div#header div.title h1{width:105px}
			
			div#header div.title h1 a{
				height:133px;
				width:105px;
				display:block;
			}

			div#header div.title h2 {display:none;}
			div#header div.title h3 {
				width:95px;
				height:130px;
			}
				div#header div.title h3 a {
					display:block;
					width:95px;
					height:130px;
				}
		div#header div.menu ul {
			display:block; float:right;
			overflow:hidden; margin:0;
		}
			div#header div.menu ul li {
				float:left; clear:none;
			}
	
	/* body */
	div#body{}
		div#column-left {
			float:left;
			clear:both;
			width:160px;
		}
			div#column-left div.browse {
				margin-top:320px;
			}
		div#column-center {
			float:left;
			clear:none;
			width:840px;
		}
			div#column-center div.performer div.heading,
			div#column-center div.gallery div.heading {
				padding-bottom:7px;
				margin-bottom:3px;
			}
			div#column-center div#performer-scroll {width:840px;}
				div#column-center.schedule {background:#000;}
					div#column-center.schedule div.performer {width:580px;}
				div.performer ul.performers {
					
					/*
						Each performer-group:235px;
						Each pagination: 67px;
						Width = All of those added. (Done in JS)
					*/
					
					width:5000px;
					overflow:hidden;
					margin:0;
				}
				div.gallery ul.photos {
				
					/*
						Each photo-group:235px;
						Each pagination: 67px;
						Width = All of those added.
					*/
					
					width:1443px;
					overflow:hidden;
					margin:0;
				}
				div.performer .performer-group,
				div.gallery .photo-group {
					width:235px;
					float:left;
					clear:none;
					margin:0;
				}
				div.performer .pagination,
				div.gallery .pagination {
					float:left;
					clear:none;
					width:50px;
					padding:200px 7px;
					margin:3px 3px 0 0;
				}
				div.performer .performer-item,
				div.gallery div.photo.listing ul li.photo-item {
					float:left;
					clear:none;
					width:110px;
					height:140px;
					overflow:hidden;
					margin:3px;
					position:relative;
				}
			div#column-center div.sidepanels {
				float:left;
				clear:none;
				width:230px;
				margin-top:20px;
			}
			div#column-center ul.schedule {
				float:left;
				clear:none;
			}
				div#column-center ul.schedule li.performer-item {
					float:left;
					clear:left;
					width:auto;
				}
					div#column-center ul.schedule li.performer-item img {
						float:left;
						clear:none;
						margin-left:0;
					}
					div#column-center ul.schedule li.performer-item div.headline,
					div#column-center ul.schedule li.performer-item p {float:left; clear:none;}
			
		
			div#column-center div.slider ul.schedule {
				
				/* Width = 277px per list item (done in JS) */

				width:5000px;
				padding:0 3px 0 6px;
			}
				div#column-center div.slider ul.schedule li.performer-item {
					clear:none;
					width:274px;
					height:116px;
					margin:0 0 4px 0;
				}
					div#column-center div.slider ul.schedule li.performer-item p.thumb a img {
						width:90%;
					}
					div#column-center div.slider ul.schedule li.performer-item div.info {
						text-align:left;
						width:140px; height:67px;
						margin:0;
					}
						div#column-center div.slider ul.schedule li.performer-item div.info h4.title a {
							width:auto;
						}
				div#column-center div.slider-pagination {
					position:relative;
					overflow:visible;
				}
				div#column-center div.slider-pagination p {
					position:absolute;
					top:-150px;
					margin:0;
					overflow:hidden;
					display:block;
					outline:0;
					z-index:5;
				}
					div#column-center div.slider-pagination p a {
						background:url(../images/slider-prevnext.png) no-repeat;
						width:140px; height:150px;
						text-indent:-999px;
						display:block;
					}
					div#column-center div.slider-pagination p.prev {left:0;}
						div#column-center div.slider-pagination p.prev a {background-position:0 0;	}
					div#column-center div.slider-pagination p.next {left:700px;}
						div#column-center div.slider-pagination p.next a {background-position:-140px 0;}
							div#column-center div.slider-pagination p.prev a:hover {background-position:0 -150px;}
							div#column-center div.slider-pagination p.next a:hover {background-position:-140px -150px;}
					
		div.performer.single,
		div.gallery.single {
			position:absolute;
			top:75px;
			right:-217px;
			margin-top:3px;
		}
			div.performer.single div.performer-item,
			div.gallery.single div.photo-item {
				width:520px;
				height:auto;
				float:right; clear:none;
				margin:0;
			}
				div.performer.single div.performer-item div#performer-slide,
				div.gallery.single div.photo-item div#photo-slide {
					width:520px;
					padding-bottom:15px;
				}
				div.performer.single div.performer-item div.left,
				div.performer.single div.performer-item div.right {
					float:left;
					clear:none;
					width:256px;
					height:420px;
					margin-right:6px;
				}
					div.performer.single div.performer-item div.right {margin-right:0;}
					div.performer.single div.performer-item div.left img {
						margin-left:-37px;
					}
			div.performer.single div.video{
				width:550px;
				float:left; clear:none;
			}
				div.performer.single div.video div.player{background:#000; height:306px; padding:58px 0;}
				div.performer.single div#video-slide {
					width:544px;
					padding:0 6px 10px 0;
				}
	
	/* footer */
	div#footer{
		
	}
	
		div#footer div.sponsors div#sponsor-slide,
		div#footer div.partners div#partner-slide {
			float:left; clear:none; width:760px;
		}
		div#footer div.sponsors h3,
		div#footer div.sponsors ul,
		div#footer div.sponsors ul li,
		div#footer div.partners h3,
		div#footer div.partners ul,
		div#footer div.partners ul li {
			float:left;
			clear:none;
		}
		div#footer div.sponsors ul,
		div#footer div.partners ul {
			/* Each sponsor/partner width = 190px (done in JS) */
		}
		

/* ---------------------------------   modules    --------------------------------- */

div.blog {
	width:600px;
	float:left;
	clear:none;
}

	div.blog-item div.share div.info {
		width:70%;
		float:left;
		clear:none;	
	}
	div.blog-item div.share div.networks {
		width:25%;
		float:right;
		clear:none;
	}
	div.networks .network-group li {
		text-indent:-999px; margin:0 5px 5px 0;
	}

	div.gallery div.photo.listing ul li.photo-item p {margin:0;}
		div.gallery div.photo.listing ul li.photo-item p img {
			height:140px;
			margin-left:-38px;
		}

@media screen and (-webkit-min-device-pixel-ratio:0){
	div#header div.menu ul li.on ins, div#header div.menu ul li a{
		padding: 7px 10px;
	}
	
	div#header div.menu ul li fieldset input { width: 98px;}
	
}