

/** CSS STARTS HERE FOR GUIDES UI **/
.widget-toolbar {
	background: rgb(241,226,24);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	clear: both;
	display: block;
	float: left;
	/*font: normal 20px/1.2 FuturaCond_Medium_XbdRegular, Helvetica, Arial, sans-serif;*/
	line-height: 2;
	margin-bottom: 2em;
	margin: 0;
	padding: 0;
	position:absolute;top:0;
	width: 910px;
	z-index:960;
}
.widget-toolbar-wrapper{
	clear: both;
	display: block;
	float: left;
	margin-bottom: 2em;
	margin: 0;
	padding: 0;
	width: 910px;
	height:35px;position:relative;
}

.widget-toolbar ul {
	clear: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget-toolbar ul li {
	float: left;
	margin-right: 0;
	margin: .25em;
	padding: 0;
	width: auto;margin-right:10px;
}
.widget-toolbar ul li a {
	color: rgb(0,0,0);
	float: left;
	margin: 0;
	width: auto;
}
	.widget-toolbar ul li a:hover { color: rgb(255,255,255); }
	
.widget-toolbar ul li div {
	width: auto;
	margin: 0;
	padding: 0 0 0 30px;
	
	cursor:move;
	cursor:hand;
}

.guide-widget-small {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
/*	margin-bottom: 10px;*/
	padding: 3px;
	padding-left:30px;
	background: #F1E218;
	position: relative;width:100px;

	
	background: #F1E218 url(/public/images/widget_toolbar_icons.png) no-repeat 0 0;
	color: rgb(0,0,0);
	cursor: pointer;
	float: left;
	
	
	cursor:move;
	cursor:hand;
}

.widget_icon_0 { background-position: 0 0; }
.widget_icon_1 { background-position: 0 -56px;/*0 -28px; */}
.widget_icon_2 { background-position: 0 -84px;/*0 -56px;*/ }
.widget_icon_3 { background-position: 0 -112px;/*0 -84px; */}
.widget_icon_4 { background-position: 0 -140px;/*0 -112px; */}
.widget_icon_5 { background-position: 0 -168px;/* 0 -140px; */}
.widget_icon_6 { background-position: 0 -196px;/*0 -168px; */}
.widget_icon_7 { background-position: 0 -224px;/*0 -196px; */}
.widget_icon_8 { background-position: 0 -224px; }

.widget-toolbar ul.left-aligned {
	clear: left;
	float: left;
}
.widget-toolbar ul.right-aligned {
	clear: right;
	float: right;
}
.widget-toolbar ul.right-aligned li {
	margin-left: 0;
	margin-right: .25em;
}

.widget-list {
	/*border-top: 1px solid #222;*/
	clear: both;
	display: block;
/*	margin: 0em .5em;*/
	padding:20px 0;
	min-height:100px;
}



.widget-list .guide-widget {
	position: relative;background: #000;
	margin-bottom:0!important;
	cursor: move;
	clear:both;
}

.editing-single-widget .widget-list .guide-widget{
	cursor:default;
	/* for IE */
	  filter:alpha(opacity=30);
	  /* CSS3 standard */
	  opacity:0.3;
	}
.editing-single-widget .widget-list .currently-editing{opacity:1!important;
	/* for IE */
	  filter:alpha(opacity=100)!important;}

.widget-list h3 { border-bottom: 0 !important; }

.guide-widget ul.actions {
	background: rgb(0,0,0);
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.guide-widget ul.actions li {
	float: left;
	margin: 0;
	padding: 0;
}
.guide-widget ul.actions li a {
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 0 5px;
}
.guide-widget ul.actions li:first-child a {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.guide-widget ul.actions li a:hover { background-color: rgba(253,155,0,.5); }
.guide-widget ul.actions li a.edit-action {
	display: block;
}
.guide-widget ul.actions li a.delete-action {
	display: block;
}
.guide-widget ul.actions li a.handle-action {
	cursor: move;
	display: block;
	display:none!important;
}
.guide-widget ul.actions li a.done-action {
	display: none;
}
.guide-widget ul.actions li a.cancel-action {
	display: none;
}
.guide-widget .view {
	display: block;
/*	padding-top:10px;*/
	padding: 0;
/*	margin: .5em;
	padding-bottom:10px;*/
}
.guide-widget .edit {
	display: none;
	padding:0;
/*	padding:10px 0;*/
		/*padding-top:10px;*/
/*	margin: .5em;*/
}

/*.guide-widget .edit iframe{display:block!important;}*/

/*.widget-list-widget-active .guide-widget {
	opacity: 0.7;
	-webkit-transition: background-color .2s ease-in-out;
}
.widget-list-widget-active .guide-widget-active {
	opacity: 1;
}*/
/* Hover effects */
.guide-widget-active {
	background: #111111;
}
.guide-widget-active ul.actions {
	display: block;
}


.guide-widget-editing-state ul.actions li a.edit-action {
	display: none!important;
}
.guide-widget-editing-state ul.actions li a.delete-action {
	display: none!important;
}
.guide-widget-editing-state ul.actions li a.done-action {
	display: block!important;
}
.guide-widget-editing-state ul.actions li a.cancel-action {
	display: block!important;
}

.guide-widget-editing-state .view {
	display: none;
}
.guide-widget-editing-state .edit {
	display: block;
}


/* Jquery selectors for sortable */
/*.widget-list .ui-sortable-placeholder {
	background: #fff!important;
	height: 1em;
	visibility: visible;
}

.widget-list .ui-state-highlight {
	background: #fff;
	border-bottom: 1px solid #222222;
	margin: 0;
}*/
.widget-list .ui-sortable-helper {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
/*	border-top: solid 1px #222;*/
/*	background:red;*/
}

/*.widget-list .ui-sortable-placeholder {
	background: #666!important;
	height: 1em;
	visibility: visible;
}
*/

.widget-list .ui-state-highlight {
	background: #222;
	border:dashed 1px #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0;/*min-height:50px;*/
	margin-bottom:10px;
}
.widget-list .guide-widget .edit textarea {
	/*background: #ccc;*/
/*	border: solid 1px #999;
	font-size: 1em;
	height: 100px;
	margin: 0 0 0 60px;
	padding: .25em ;
	width: 550px;*/
}
.widget-list .guide-widget .edit dd textarea {
	width: 740px;
}

.widget-list .guide-widget .edit input {
	/*background: #ccc;*/
/*	border: solid 1px #999;
	font-size: 1em;
	margin: .585em;
	padding: .25em ;
	width: 800px;
*/}

.widget_templates_ {
	display: none!important;
}
.guide-empty {
}

/* Text Widget */

.widget-list .guide-text div {
	background: #000 !important;
}

.widget-list .guide-text div.jHtmlArea {
	width: 90% !important;
}
.widget-list .guide-text div.jHtmlArea iframe {
	border: 1px dotted #666 !important;
}

/* Section Divider Widget */
/*.widget-list .guide-section h3 {
	color: #FFFFFF;
	font-family: FuturaCond_Medium_XbdRegular,Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.2;
	margin-bottom: 15px;
}*/

/* Markdown Widget (GENERIC) */
.widget-list .guide-markdown .view dl {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
}
.widget-list .guide-markdown .view dl dt {
	color: #fff;
	color: #FFFFFF;
	float: left;
	font-family: FuturaCond_Medium_XbdRegular,Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-right: 10px;
	text-align: right;
	width: 46px;
}
.widget-list .guide-markdown .view dl dd {
	font-size: 12px;
	margin-left: 56px;
}

.widget-list .guide-markdown .edit dl {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
}
.widget-list .guide-markdown .edit dl dt {
	color: #fff;
	color: #FFFFFF;
	float: left;
	font-family: FuturaCond_Medium_XbdRegular,Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-right: 10px;
	text-align: right;
	width: 46px;
}
.widget-list .guide-markdown .edit dl dd {
	font-size: 12px;
	margin-left: 56px;
}


.widget-list  .tip,
.widget-list  .quote,
.widget-list  #guide_user_photo_url,
.widget-list  #guide_user_photo_link {
/*	margin-left:100px;*/
}

.widget-list .guide-recommendation{min-height:145px;}
.widget-list .guide-section{/*border-bottom: 1px solid #222222;*/}
.widget-list .guide-section dl{margin:0;}
.widget-list .guide-photo .view {
}
.widget-list .guide-photo .view {
}

	.add_photo {
		float: left;
		margin-bottom: 10px !important;
		overflow: hidden;
		position: relative;
	}
	
		.add_photo.imgs_3 {
			height: 218px;
			width: 290px;
		}

		.add_photo.imgs_2 {
			height: 331px;
			width: 440px;
		}
		
			.add_photo.imgs_2.second { margin-left: 10px; }

		.add_photo {
			height: 418px;
			width: 890px;
		}

		.add_photo:hover { outline: 1px solid #f1e218; }
		
		.add_photo.middle { margin: 0 10px; }
		
		#guide_sections .add_photo p {
			background: url(/public/images/alpha.png);
			bottom: 0;
			height: 26px;
			line-height: 1;
			padding: 5px 10px;
			position: absolute;
/*			width: 93.5%;*/
			left:0px;right:0px;
		}
	
	.photo_upload {
		background: #333 url(/public/images/photo_upload_pointy.png) no-repeat 132px 0;
		padding-top: 15px !important;
	}
		
		.photo_upload.img_2 { background-position: 432px 0; }
		
		.photo_upload.img_3 { background-position: 732px 0; }
		
		#guide_sections .photo_upload fieldset {
			padding: 20px 10px 10px !important;
		}
		
		#guide_sections .photo_upload legend {
			font: normal 14px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
			padding: 0;
		}
		
		#guide_sections .photo_upload .chars_remaining {
			text-align: right;
		}
		
		#guide_sections .photo_upload textarea { height: 40px; }
		
		.photo_upload > div {
			background: #111;
		}

/* -- being stupidly over-specific here, but Gecko vs WebKit was getting on my tits -- */	
#guide_sections .photo_upload fieldset#add_annotation.user_input {
	float: left;
	height: 50px;
	padding-top: 25px !important;
	margin-left: 190px;
	position: relative;
	width: 400px;
}

#guide_sections .tip legend, /* <- overriding as this file is only included in guides */
#guide_sections .photo_upload fieldset#add_annotation.user_input legend {
	left: 8px !important;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	top: 3px;
}

#guide_sections .photo_upload fieldset#add_annotation.user_input .chars_remaining {
	background: none;
	color: #666;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 12px;
	font-style: italic;
	padding: 0 !important;
	position: absolute;
	right: 10px !important;
	text-align: right;
	top: 3px;
	width: 160px;
}

	.Firefox #guide_sections .photo_upload fieldset#add_annotation.user_input legend,
	.Firefox #guide_sections .photo_upload fieldset#add_annotation.user_input .chars_remaining {
		top: -20px !important;
	}
	
	.Firefox #guide_sections .photo_upload fieldset#add_annotation.user_input legend { left: 0 !important; }
	
	.Firefox #guide_sections .photo_upload fieldset#add_annotation.user_input .chars_remaining { right: 20px !important; }

.widget-list .guide-photo .edit {
}

.widget-list .guide_section {padding:0 0 0 150px;}

/*#guide_sections .tip, #guide_sections .quote, #guide_user_photo_url, #guide_user_photo_link {margin-bottom:0;}
*/
.map-container {width:100%;height:460px;background:#000;display:block;clear:both;text-align:right;}
.map-container img{/*width:760px;height:420px;*/width:100%;}

/*#guide_sections .tip{margin-bottom:0px;}*/
/*
.text-container{margin-left:80px;}

#guide_synopsis .text-container{margin-left:0px}
#guide_synopsis .actions{display:block;}*/

#guide_synopsis_img{/*position:relative;*/}
#guide_synopsis_img .edit img{width:100%;height:100%;position:absolute;left:0;top:0;bottom:0;right:0;margin:0;padding:0;
	z-index:90;
	}

#guide_synopsis_img .edit #upload-or-url{position:relative;top:0;left:0;z-index:100;}

#guide_synopsis_img .view img{width:100%;height:100%;position:absolute;left:0;top:0;bottom:0;right:0;margin:0;padding:0;z-index:90;}
body .hidden{display:none!important;}

#guide_synopsis_img .edit .text-container{position:relative;top:0;left:0;z-index:100;}

#guide_synopsis_img .actions{z-index:200;}
#section_title_text{width:600px;}

.selected{border:;}

/* -- THIS IS MAKING ME WANT TO KILL THINGS -- */
#guide_synopsis_copy .text-container p,
#guide_synopsis_copy .text-container p br {
	clear: both !important;
	/*float: left !important;*/
	display: block !important;
	margin-bottom: 10px !important;
	padding-bottom: 10px !important;
	width: 100% !important;
}

/*#guide_sections .tip .tip-override,*/
.widget-list #guide_sections {float: none!important;}
/*			*/
#guide_sections .tip .tip-override .markItUp,
#guide_sections .tip .tip-override .markItUpContainer{padding-left:0!important;}
.mceEditor{width:800px!important;}
.mceIframeContainer{padding-left:0!important;}

.guide-event div p{padding-left:0!important;}

.event-data{}
.event-data dt{background:none!important;
	background-color:none!important;
	background-image:none!important;
	background-position:none!important;
	background-repeat:none!important;
	font-size:12px!important;
	margin-bottom:0!important;
	padding:0px!important;
	position:inherit;
	
	border-bottom:none!important;
	color:#FFFFFF;
	letter-spacing:1px;
	line-height:inherit!important;
	width:auto!important;
}

/**
*	Photo widget
*/
.guide-photo label{display:inline!important;}
.anti-tip-fix{padding-left:0!important;}
.photo-gallery{}

.guide-photo #image1-container img{width:890px!important;height:418px!important;}
.guide-photo #image2-container img{width:440px!important;height:331px!important;}
.guide-photo #image3-container img{width:290px!important;height:218px!important;}


/*.guide-photo div.selected{border:solid 1px #F2DB54!important;}*/
.guide-photo .view ul{margin:0;padding:0;}
.guide-photo .view ul li img{float:left;}
.guide-photo .view ul li {margin:0;padding:0;margin:10px;position:relative;float:left;}
/*#guide_sections .guide-photo .view .tip p { padding-left:auto!important; }*/
#guide_sections .guide-photo .view ul li p{
	background:transparent url(/public/images/alpha.png) repeat scroll 0 0;
	height:26px;
	line-height:1;
	padding:5px 10px!important;
	position:absolute;
	left:0px;right:0px;bottom:0px;margin-bottom:0!important;
	width:auto;display:block;
}

#guide_sections .guide-photo .edit .tip   p{
	padding:5px 10px!important;
}

.guide-photo .view .image_set_1 li{margin:0;padding:0;display:block;width:890px;height:418px;margin:7px;}
.guide-photo .view .image_set_1 li img{width:890px;height:418px;}
.guide-photo .view .image_set_1 li p{left:7px;right:7px;}
.guide-photo .view .image_set_2 li{margin:0;padding:0;display:block;width:440px;height:331px;margin:6px;}
.guide-photo .view .image_set_2 li img{width:440px;height:331px;}
.guide-photo .view .image_set_1 li p{left:6px;right:6px;}
.guide-photo .view .image_set_3 li{margin:0;padding:0;display:block;width:290px;height:218px;margin:5px;}
.guide-photo .view .image_set_3 li img{width:290px;height:218px;}
.guide-photo .view .image_set_1 li p{left:0px;right:0px;bottom:0px;margin-bottom:0px;}

/* CSS to position the arrow below the correct */
.guide-photo .edit .image_set_0_0 {background-position:50% 0!important;}
.guide-photo .edit .image_set_1_0 {background-position:205px 0!important;}
.guide-photo .edit .image_set_1_1 {background-position:655px 0!important;}
.guide-photo .edit .image_set_2_0 {background-position:135px 0!important;}
.guide-photo .edit .image_set_2_1 {background-position:435px 0!important;}
.guide-photo .edit .image_set_2_2 {background-position:735px 0!important;}


/*.guide-photo .image-container{height:200px!important;width:200px;}*/

#add-recommendations-to-guide-modal{width:500px;}
#add-recommendations-to-guide-modal ul{margin:0;padding:0;}
#add-recommendations-to-guide-modal ul li{margin-right:10px;padding:5px;}


.guide-photo #image1-container .ui-sortable-helper{width:890px!important;height:418px!important;}
.guide-photo #image2-container .ui-sortable-helper{width:440px!important;height:331px!important;}
.guide-photo #image3-container .ui-sortable-helper{width:290px!important;height:218px!important;}
.guide-photo #image2-container .imgs_2{margin:0 2px!important;}
.guide-photo #image3-container .imgs_3{margin:0 3px!important;}

.widget-list .widget-list .ui-state-highlight {
	background: #222;
	border:dashed 1px #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0;/*min-height:50px;*/
	margin-bottom:10px;
}
.guide-photo .image-container .ui-state-highlight {
	
	background: #222;
	border:dashed 1px #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0;/*min-height:50px;*/
	margin-bottom:10px;
	float:left;
	margin-bottom:10px !important;
	overflow:hidden;padding:0px!important;
}




/** Event Component */
.guide-event .user_edit_event_startdate{ width:80px;}
.guide-event .user_edit_event_enddate{ width:80px;}
.guide-event label.inline {margin-right:10px;}
.guide-event .event-descript-fields{clear:both;}
.guide-event .disabled *{
	/* CSS3 standard */
	opacity:0.3;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	/* For IE 8+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

#guide_sections dd, .guide_section{width:760px!important;}
#guide_sections .date-fields .anti-tip-fix{display:inline;}
#guide_sections .frequency-fields{padding-left:0!important;float:left!important;width:470px!important;line-height:2.2;}
#guide_sections .frequency-fields select{margin-bottom:0;}
#guide_sections .date-fields{padding-left:0!important;float:left!important;width:470px!important;}


#guide_synopsis_copy div.view{height:262px!important;overflow:hidden;}
#guide_synopsis_copy div.view .text-container{height:262px!important;overflow:hidden;}
#guide_synopsis_copy div.edit p.chars_remaining{position:absolute;top:0px;right:40px;}