

/** 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;
	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;
	height: 35px;
	margin-bottom: 2em;
	margin: 0;
	padding: 0;
	position: relative;
	width: 910px;
}

.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 a.modal_help:hover {
    background-color: inherit !important;
    color: inherit !important;
}
	
.widget-toolbar ul li div {
	cursor: move;
	margin: 0;
	padding: 0 0 0 24px;
	width: auto;
}

.widget-toolbar ul li.widget-submenu {
    position: relative;
}

.widget-toolbar ul li.widget-submenu > div, .widget-toolbar ul li.undraggable > div {
    cursor: pointer !important;
}

.widget-toolbar ul li.widget-submenu ul {
	background: rgb(241,226,24);
    position: absolute;
    top: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 110px;
	z-index: 9999;
}

.widget-toolbar #toolbar-settings li.widget-submenu ul {
	left: 0;
	width: 71px;
}

.widget-toolbar ul li.widget-submenu li {
	width: 90%;
}

.widget-toolbar #toolbar-settings li.widget-submenu li div {
	background-image: none;
	margin: 0 5px;    
	padding: 2px 5px;  
	width: 50px;  
}

.widget-toolbar #toolbar-settings li.widget-submenu li div:hover {
	background: #000;
	color: #f1e218;
}

.guide-widget-small {
	background: #f1e218 url(/public/images/toolbar-icons.png) no-repeat 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #000;
	cursor: hand;
	float: left;
	padding: 3px 3px 3px 24px;
	position: relative;
	width: 100px;
}

/* icon 136: Section Divider */
.widget_icon_0 { background-position: 0 -176px; }

/* icon 213: Photo */
.widget_icon_1 { background-position: 0 -114px; }

/* icon 231: Recommendation */
.widget_icon_2 { background-position: 0 -56px; }

/* icon 286: Tip */
.widget_tip { background-position: 0 4px; }

/* icon 216: Offer */
.widget_offer { background-position: 0 -86px; }

/* icon 91: Event */
.widget_event { background-position: 0 -206px; }

/* icon 69: Fact */
.widget_fact { background-position: 0 -236px; }

/* icon 29: More */
.widget_icon_more { background-position: 0 -262px; }

/* icon 137: Free Text */
.widget_icon_8 { background-position: 0 -146px; }

/* icon 265: Settings */
.widget_icon_settings { background-position: 0 -26px; }

.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;*/
	border: 1px dotted #000;
	clear: both;
	display: block;
/*	margin: 0em .5em;*/
	padding:20px 0;
	min-height:100px;
}



.widget-list .guide-widget {
	position: relative;
	background: #000;
	margin-bottom: 1em;
	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: #990;
	border:dashed 1px #FF0;
	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;
}

/* Markdown Widget (GENERIC) */
.widget-list .guide-markdown .view dl {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
}

.widget-list .guide-markdown .edit dl,
.widget-list .guide-markdown .view dl {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
}

.widget-list .guide-markdown .edit dl dt,
.widget-list .guide-markdown .view dl dt {
	color: #fff;
	float: left;
	font: bold 16px/1 FuturaCond_Medium_XbdRegular, Helvetica, Arial, sans-serif;
	margin-right: 10px;
	text-align: right;
	width: 46px;
}

.widget-list .guide-markdown .edit dl dd,
.widget-list .guide-markdown .view dl dd {
	font-size: 12px;
	margin-left: 56px;
}

.widget-list .guide-recommendation{ min-height: 145px; }

.widget-list .guide-section dl{ margin: 0; }

	.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 {
		    cursor: pointer;
			height: 418px;
			position: relative;
			width: 890px;
		}
		
		.add_photo .loading {
            background: #000 url(/public/images/ajax-loader.gif) no-repeat center center;
            border-radius: 8px;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            height: 40px;
            position: absolute;
            width: 40px;
            z-index: 100;
		}
		
        .add_photo.imgs_1 .loading {
            left: 475px;
            top: 189px;
        }

        .add_photo.imgs_2 .loading {
            left: 200px;
            top: 145px;
        }

        .add_photo.imgs_3 .loading {
            left: 125px;
            top: 89px;
        }

		.add_photo:hover { outline: 3px solid #f1e218; }
		.add_photo.selected { outline: 1px solid #f1e218;}
		
		.add_photo.middle { margin: 0 10px !important; }
		
		#guide_sections .add_photo p {
			background: url(/public/images/alpha.png);
			bottom: 0;
			height: 26px;
			left: 0;
			line-height: 1;
			padding: 5px 10px;
			position: absolute;
			right: 0;
		}
	
	.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: 70px;
	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: 5px !important;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	top: -20px;
}

#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: 25px !important;
	text-align: right;
	top: -20px;
	width: 160px;
}

#guide_sections .guide-section .chars_remaining {
	background: none;
	color: #666;
	display: inline;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 12px;
	font-style: italic;
	padding: 0 0 0 10px !important;
	text-align: right;
	top: -20px;
}

	.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; }

/*#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 {
}

#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{
    background: url(/public/images/alpha.png) repeat left top;
    left: 0;
    padding: 5px;
    position: absolute;
    top: 200px;
    width: 340px;
    z-index: 100;
}

#guide_synopsis_img .edit .loading {
    background: #000 url(/public/images/ajax-loader.gif) no-repeat center center;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    height: 40px;
    left: 155px;
    position: absolute;
    top: 100px;
    width: 40px;
    z-index: 100;
}

#guide_synopsis_img .edit #upload-or-url input {
    margin-bottom: 3px;
}

#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 -- */
.Chrome #guide_synopsis_copy .text-container p,
.Chrome #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 {
    cursor: pointer;
    display: inline !important;
    margin: 0 5px 0 20px;
}
.guide-photo .radio {
    cursor: pointer;
}
.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: 5px 0 0;
    max-height: 195px;
    overflow-x: none;
    overflow-y: scroll;
    padding: 0;
}

#add-recommendations-to-guide-modal ul li {
    cursor: pointer;
    display: inline-block;
    padding: 5px;
    vertical-align: middle;
}

#add-recommendations-to-guide-modal ul li:hover {
    background-color: #111;
}

#add-recommendations-to-guide-modal ul li.selected {
    background-color: #222;
}

#add-recommendations-to-guide-modal input {
    vertical-align: middle;
}

#add-recommendations-to-guide-modal img.recommendation-image {
    border: 1px solid #222;
    height: 50px;
    width: 60px;
    vertical-align: middle;
}

#add-recommendations-to-guide-modal p.recommendation-name {
    color: rgb(183, 149, 10);
    float: right;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0;
    width: 375px;
}

#add-recommendations-to-guide-modal p.recommendation-extras {
    color: #FFF;
    font-size: 12px;
    float: right;
    margin: 0;
    width: 375px;
}

#add-recommendations-to-guide-modal span {
    margin-right: 20px;
}

#add-recommendations-to-guide-modal p.recommendation-extras em {
    font-style: normal;
    font-weight: bold;
}

.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 .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_sections.dragging {
    background-color: #111;
    border: 1px dashed #444;
}

#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 {
    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: 80px !important;
	text-align: right;
	top: 5px;
}
