
/* ALERTS APP
------------------------------------------------------------------ */
.alert_list { font-size: 14px; width: 100%; }
.alert_list tr { border-bottom: 1px solid #ddd; }
.alert_list th { padding: 5px 0; font-weight: bold; color: #777; }
.alert_list td { padding: 5px 0; }
.alert_list td.title { width: 50%; }
.alert_list td.subscribe { width: 50%; }
.alert_list td ul { list-style: none; margin-bottom: 0; padding-left: 0; font-size: 12px; color: #555; }
.alert_list td ul li { position: relative; padding: 2px 0; border-bottom: 1px solid #ddd; }
.alert_list td ul li.add { border-bottom: none; }
.alert_list td ul .unsubscribe { position: absolute; top: 2px; right: 0; padding: 0 5px; background: #999; color: #fff; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
.alert_list td ul .unsubscribe:hover { background: #175e99; text-decoration: none; }

.alert_subscription_form fieldset { margin-bottom: 20px; padding: 20px 20px 10px 20px; background: #eee; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
.alert_subscription_form fieldset p { margin-bottom: 10px; font-size: 13px; font-weight: bold; color: #666; }
.alert_subscription_form fieldset p:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.alert_subscription_form fieldset p label { float: left; width: 70px; }
.alert_subscription_form fieldset input { padding: 3px 5px; width: 200px; border: 1px solid #ccc; font-size: 14px; }


/* CATEGORIES APP
------------------------------------------------------------------ */
table.category_list { width: 100%; }
table.category_list th { padding: 5px 20px 5px 0; border-bottom: 1px solid #eee; font-weight: bold; color: #777; }
table.category_list td { padding: 5px 20px 5px 0; border-bottom: 1px solid #eee; }
table.category_list .path { font-size: 13px; color: #777; }


/* CHATS APP
------------------------------------------------------------------ */
.chat_description { overflow: hidden; }
.chat_description p { font-size: 16px; line-height: 25px; color: #555; }
.chat_description .thumbnail { float: right; display: block; margin: 0 0 20px 20px; padding: 10px; background: #eee; -webkit-border-radius: 4px; -moz-border-radius: 4px; }

.discussion_list { border-top: 1px solid #ddd; }
.discussion_list .item { margin-bottom: 10px; padding: 10px; }
.discussion_list h4 { font-size: 16px; }
.discussion_list .datetime { margin-bottom: 5px; font-size: 13px; line-height: 20px; color: #777; }
.discussion_list .datetime .time { white-space: nowrap; }
.discussion_list p { margin-bottom: 10px; font-size: 14px; line-height: 20px; color: #555; }
.discussion_list .answer { background: #eee; -webkit-border-radius: 4px; -moz-border-radius: 4px; }

.moderator_message_form { margin-bottom: 30px; }
.moderator_message_form p { margin-bottom: 5px; }
.moderator_message_form textarea { width: 600px; }


/* COMMENTS APP
------------------------------------------------------------------ */
#comments { padding-top: 10px; border-top: 1px solid #eee; clear: both; }
#comments .header { margin-bottom: 5px; }
#comments .no_comments { color: #555; }

.comment_list .comment { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #eee; }
.comment_list .last_comment { border: none; }

.comment .avatar { position: relative; float: left; margin-right: 20px; width: 48px; height: 48px; }
.comment .avatar a.avatar_link { position: absolute; top: 0; left: 0; display: block; z-index: 9; }
.comment .avatar img { display: block; width: 48px; height: 48px; background: #ddd; }
.comment .avatar_hover { position: absolute; top: -5px; left: -5px; width: 78px; height: 58px; background: #aeaeae url(../images/avatars/avatar_bg.gif) repeat-x; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
.comment .avatar_hover a { position: absolute; top: 5px; left: 54px; width: 19px; height: 48px; background: url(../images/avatars/avatar_down.gif) center center no-repeat; overflow: hidden; text-indent: -100px; -webkit-border-top-right-radius: 2px; -webkit-border-bottom-right-radius: 2px; -moz-border-topright-radius: 2px; -moz-border-bottomright-radius: 2px; }
.comment .avatar_hover a:hover { background-image: url(../images/avatars/avatar_down_hover.gif); }
.comment .active .avatar_hover a { background-image: url(../images/avatars/avatar_up.gif); }
.comment .active .avatar_hover a:hover { background-image: url(../images/avatars/avatar_up_hover.gif); }
.comment .avatar_dropdown { position: absolute; top: 49px; left: -5px; padding: 10px 5px; width: 160px; background: #aeaeae url(../images/avatars/avatar_dropdown_top.gif) left top no-repeat; z-index: 99; -webkit-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-top-left-radius: 0; }
.comment .avatar_dropdown ul { list-style: none; margin: 0; padding: 0; }
.comment .avatar_dropdown ul a { display: block; padding: 2px 10px; font-size: 12px; line-height: 18px; font-weight: bold; color: #333; -webkit-border-radius: 11px; -moz-border-radius: 11px; }
.comment .avatar_dropdown ul a:hover { background: #175e99; text-decoration: none; color: #fff; }
.comment .avatar_dropdown ul li.last a { border-bottom: none; }
.comment .relationship { background: #fffecc; }

.comment .comment_text { margin-left: 68px; } 
.comment h4 { margin-bottom: 5px; padding: 0; border: none; font-size: 14px; line-height: 20px; font-weight: bold; }
.comment p { margin-bottom: 15px; }
.comment p.actions { margin: -10px 0 0 0; font-size: 12px; color: #999; }
.comment .on { margin-top: -10px; margin-bottom: 15px; font-size: 14px; line-height: 22px; }

.sans_avatar .comment_text { margin-left: 0; }

.comment_form { padding-top: 10px; border-top: 1px solid #eee; }
.comment_form p { overflow: hidden; font-size: 13px; color: #555; }
.comment_form p textarea { width: 520px; }
.comment_form p.avatar { float: left; margin: 0 20px 0 0; }
.comment_form .preview { margin-left: 66px; }
.comments_preview .post { margin-left: 68px; }

#comments .login_form, #comments .signup_form { margin-bottom: 20px; padding-top: 10px; border-top: 1px solid #eee; }
#comments .login_form h3, #comments .signup_form h3 { margin-bottom: 5px; }
#comments .login_form p { margin-bottom: 5px; }
#comments .login_form p label, #comments .signup_form p label { float: left; width: 90px; line-height: 30px; }
#comments .login_form p.submit { margin-left: 90px; }


/* DOCUMENTS APP
------------------------------------------------------------------ */
.document_list .item .file_extension { float: left; margin: 3px 10px 0 0; padding: 10px 0; width: 40px; height: 40px; background: #eee; border: 1px solid #ddd; color: #777; text-align: center; text-transform: uppercase; -webkit-border-radius: 4px; -moz-border-radius: 4px; }


/* DRINK SPECIALS APP
------------------------------------------------------------------ */
#drinkspecial_monday .content_tools .mon a,
#drinkspecial_tuesday .content_tools .tue a,
#drinkspecial_wednesday .content_tools .wed a,
#drinkspecial_thursday .content_tools .thu a,
#drinkspecial_friday .content_tools .fri a,
#drinkspecial_saturday .content_tools .sat a,
#drinkspecial_sunday .content_tools .sun a { background: #777; color: #fff; }


/* EVENTS APP
------------------------------------------------------------------ */
body.event_archive_day .content_title h2 { padding-right: 360px; }

body.event_archive_month .content .month_calendar { border: none; }
body.event_archive_month .content .month_calendar table th { padding: 15px 0; font-size: 20px; line-height: 25px; }
body.event_archive_month .content .month_calendar table td { font-size: 20px; line-height: 25px; }
body.event_archive_month .content .month_calendar table td a { padding: 25px 0; }

.events .content_title .ical_feed { position: absolute; top: 10px; right: 50px; }
.events .content_title .ical_feed a { display: block; width: 30px; height: 30px; background: url(../images/tool_sprites.gif) no-repeat 0 -300px; overflow: hidden; text-indent: -1000px; }
.events .content_title .ical_feed a:hover { background-position: 0 -330px; }
body.national .content_title .ical_feed { right: 10px; }

body.news_archive_day .calendar { width: auto; }

body.event_detail .content_title { padding-right: 10px; }

.event_related_info ul.subscribe li span { display: block; padding: 10px 0; }
.event_related_info ul.subscribe li span small { display: block; font-size: 12px; color: rgb(153,153,153); }
.event_related_info ul.subscribe li a { display: inline; }

.event_search_form { display: block; margin-bottom: 20px; padding: 20px; border: 1px solid #ddd; background: #eee; -webkit-border-radius: 6px; -moz-border-radius: 6px; }
.event_search_form p { margin-bottom: 0; }
.event_search_form p select { margin-right: 5px; font-size: 15px; width: 120px; }
.event_search_form p input { width: 47%; }
.event_search_form p .button { margin-right: 5px; width: auto; }
.event_search_form p .button:hover { background: #175e99; }
.event_search_form p .advanced { font-size: 13px; color: #777; }
.event_search_form .advanced_filters p { margin-top: 10px; font-size: 13px; color: #777; overflow: hidden; }
.event_search_form .advanced_filters p label { float: left; padding-right: 10px; width: 120px; font-weight: bold; color: #555; text-align: right; }
.event_search_form .advanced_filters p a { color: #777; }
.event_search_form .advanced_filters .date_span input { width: 100px; }
.event_search_form .advanced_filters .checkbox { /*margin-left: 130px;*/ font-weight: bold; color: #555; }
.event_search_form .advanced_filters .checkbox input { width: auto; }
.event_search_form .advanced_filters .hide { margin: 10px 0 0 130px; }

.event_search_form .advanced_filters { margin: 0; padding: 0; list-style: none; }
.event_search_form .advanced_filters li { padding: 0 0 10px 0; }
.event_search_form .advanced_filters li label { display: inline-block; width: 100px; font-weight: normal; }
.event_search_form .advanced_filters .short-width input { width: 85px; -webkit-border-radius: 0px; }
.event_search_form .advanced_filters .checkbox label { width: 350px; }
.event_search_form .advanced_filters .checkbox input { width: auto; }
.event_search_form input[type=submit] { margin-top: 10px; padding: 5px 15px; width: auto; background: #fff url(../images/button_bg.gif) repeat-x left bottom; border: 1px solid #ccc; font: bold 13px/14px 'Helvetica Neue', Arial, sans-serif; color: #777; -webkit-border-radius: 13px; cursor: pointer; }
.event_search_form input[type=submit]:hover { background: #125a95; border-color: #125a95; color: #fff; }

.reminder_form .errorlist { list-style: none; margin: 0 0 0 140px; padding: 0; font-size: 13px; color: red; }
.reminder_form p { margin-bottom: 10px; overflow: hidden; font-size: 13px; }
.reminder_form p label { float: left; padding-right: 10px; width: 130px; font-weight: bold; color: #666; }
.reminder_form p input { padding: 3px; width: 200px; font-size: 13px; border: 1px solid #ccc; }
.reminder_form p select { padding: 3px; width: 200px; font-size: 13px; }
.reminder_form p.submit { margin-left: 140px; }
.reminder_form p.submit input { padding: 4px 15px; width: auto; background: #175e99; border: none; color: #fff; -webkit-border-radius: 11px; -moz-border-radius: 11px; }

table.event_list { margin-bottom: 5px; width: 100%; }
table.event_list tr { border-bottom: 1px solid #ddd; }
table.event_list tr.last { border: none; }
table.event_list th { font-size: 12px; font-weight: normal; }
table.event_list td { font-size: 13px; line-height: 20px; }
table.event_list td.title { padding: 10px 10px 10px 0; }
table.event_list td.title h4 { margin: 0; padding: 0; font-size: 14px; font-weight: bold; line-height: 20px; }
table.event_list td.title h5 { margin: 0; padding: 0; border: none; font-size: 14px; font-weight: normal; line-height: 20px; color: #555; text-transform: none; }
table.event_list td.title h5 a { color: #555; }
table.event_list td.title p { margin-bottom: 0; }
table.event_list td.time { padding: 10px 10px 10px 0; width: 110px; text-align: right; color: #555; }
table.event_list td.city { padding: 10px; width: 120px; border-left: 1px solid #eee; font-weight: normal; color: #777; }
table.event_list td.cost,
table.event_list td.category { padding: 10px; width: 80px; border-left: 1px solid #eee; font-weight: normal; }


/* FORUM APP
------------------------------------------------------------------ */
.start_new_discussion { font-size: 13px; font-weight: bold; }
.start_new_discussion a { padding: 3px 10px; background: #999; color: #fff; -webkit-border-radius: 10px; -moz-border-radius: 10px; }
.start_new_discussion a:hover { background: #175e99; text-decoration: none; }

table.forums { margin: 0 0 15px 0; }
table.forums th, table.forums td { padding: 5px 10px 5px 0; }
table.forums th.latest { width: 180px;}
table.forums tr { border-bottom: 1px solid #eee; padding: 5px; }

table.forums a { font-weight: bold; }
table.forums small { display: block; }
table.forums small a { color: #777; font-weight: normal; font-size: 12px; }
table.forums .photo img { float: left; margin-right: 10px; }

.discussions ul.popular { margin: 10px 0 15px 0; border-top: 1px solid #eee; padding: 0; list-style: none;}
.discussions ul.popular li:after { content:  ".";   display: block;  height: 0;  clear: both;  visibility: hidden; }
.discussions ul.popular li { border-bottom: 1px solid #eee; margin: 0; padding: 5px 0; zoom: 1; }
.discussions ul.popular img { float: left; margin-right: 10px; }
.discussions ul.popular a { font-weight: bold; }
.discussions ul.popular a strong { color: #777; }
.discussions ul.popular small { display: block; color: #999; font-weight: normal; font-size: 12px; }
.discussions ul.popular small a { color: #777; font-weight: normal; }


body.login form table th { width: 100px; }
body.login form.signup_form h3 { margin-bottom: 20px; padding-bottom: 5px; border-bottom: 1px solid #eee; }
body.login form.signup_form table { margin: 0; }
body.login form.signup_form table th { width: 100px; }


/* MAPS APP
------------------------------------------------------------------ */
#map_results { margin-bottom: 20px; width: 620px; height: 380px; background: #333; }

#marker_list { margin-bottom: 10px; padding: 10px; min-height: 380px;  background: #fff; overflow: auto; -webkit-border-radius: 6px; -moz-border-radius: 6px; }
#marker_list .item { margin-bottom: 0; border-bottom: 1px solid #ddd; }
#marker_list .item h4 { margin: 0; }
#marker_list .item h4 a { display: block; padding: 10px; font-size: 14px; line-height: 18px; color: #333; }
#marker_list .item h4 a:hover { background: #175e99; color: #fff; text-decoration: none; }
#marker_list .item h4 a small { display: block; font-size: 13px; color: #777; }
#marker_list .item h4 a:hover small { color: #fff; }
#marker_list .on h4 a { background: #eee; color: #555; }
#marker_list .on h4 a:hover { background: #eee; color: #555; }
#marker_list .on h4 a:hover small { color: #777; }

.default_window { position: relative; }
.marker_balloon { padding: 10px; width: 180px; background: #fff; border: 3px solid #999; opacity: .9; -webkit-border-radius: 6px; -moz-border-radius: 6px; }
.marker_balloon h4 { margin-bottom: 5px; font-size: 14px; line-height: 16px; font-weight: bold; }
.marker_balloon p { margin-bottom: 5px; font-size: 13px; line-height: 16px; }


/* MEDIA APP (photos, galleries, video, audio)
------------------------------------------------------------------ */
body.video_detail .video { margin-bottom: 20px; }

body.video_list #video_details { margin-bottom:20px; padding:10px 5px 5px 5px; }
body.video_list #video_details p.caption { margin: 8px 0; color: #666; font-weight:normal; }
body.video_list #video_details p { margin-bottom:5px;}
body.video_list #video_details ul.byline { list-style: none; margin: 5px 0 0 0; padding: 0; font-size: 12px; line-height: 20px; color: #666; overflow: hidden; }
body.video_list #video_details ul.byline li { float: left; margin: 0 10px 0 0; overflow: hidden; }

body.video_list ul.video_list { list-style: none; margin: 5px 0 0 0; padding: 0; font-size: 12px; line-height: 18px; color: #666; overflow: hidden; }
body.video_list ul.video_list li { width:125px; height:200px; float: left; margin: 0 25px 0 0; }
body.video_list ul.video_list li a.thumbnail img { padding: 4px; margin auto; border: 1px solid #ddd; }
body.video_list ul.video_list li a.thumbnail:hover img { padding: 5px; border: none; background: #175e99; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
body.video_list ul.video_list li span.date { display: block; }
body.video_list ul.video_list li .hidden { display: none; }

.audio_list .related { margin: 0; font-size: 13px; color: #999; }
.audio_list .related strong { color: #777; }

ul.playlist { list-style: none; padding-left: 3px; font-size: 12px; line-height: 15px; }
ul.playlist li { margin: 5px 0; padding: 0; background: none; }
ul.playlist li a { color: #4e9bda; }
ul.playlist li a.active { color: #125a95; font-weight: bold; }

.gallery_list .item { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #ddd; }

.photo_grid { overflow: hidden; }
.photo_grid .item { float: left; margin: 0 10px 10px 0; }
.photo_grid .item .thumbnail { margin: 0; }
.photo_grid .item .photo_info { display: none; }


/* MOVIES APP
------------------------------------------------------------------ */
.theater_name a { color: #333; }
.theater_address { margin-bottom: 10px; color: #777; }

.movie_showtimes { margin-bottom: 30px; width: 100%; clear: both; }
.movie_showtimes td { padding: 7px 10px 7px 0; border-bottom: 1px solid #eee; }
.movie_showtimes .movie { font-size: 16px; line-height: 20px; font-weight: normal; }
.movie_showtimes .rating { font-size: 13px; color: #999; }
.movie_showtimes .date { font-size: 14px; }
.movie_showtimes .times { width: 260px; font-size: 13px; line-height: 20px; font-weight: normal;color: #333; }
.movie_showtimes .times span { white-space: nowrap; }
.movie_showtimes .stars { width: 55px; overflow: hidden; text-indent: -500px; background-position: 0 10px; background-repeat: no-repeat; }

.movie_synopsis { padding-bottom: 20px; overflow: hidden; }
.movie_synopsis .movie_poster { float: left; margin: 0 10px 10px 0; padding: 5px; background: #ddd; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
.movie_synopsis .stars { display: block; float: right; margin-top: 8px; padding-top: 12px; width: 50px; height: 0; overflow: hidden; }

.movie_detail .star_rating span { padding-right: 60px; font-weight: bold; }
.movie_detail .star_rating_05 span { background: url(../images/stars/stars_0_5.gif) no-repeat 100% 50%; }
.movie_detail .star_rating_10 span { background: url(../images/stars/stars_1_0.gif) no-repeat 100% 50%; }
.movie_detail .star_rating_15 span { background: url(../images/stars/stars_1_5.gif) no-repeat 100% 50%; }
.movie_detail .star_rating_20 span { background: url(../images/stars/stars_2_0.gif) no-repeat 100% 50%; }
.movie_detail .star_rating_25 span { background: url(../images/stars/stars_2_5.gif) no-repeat 100% 50%; }
.movie_detail .star_rating_30 span { background: url(../images/stars/stars_3_0.gif) no-repeat 100% 50%; }
.movie_detail .star_rating_35 span { background: url(../images/stars/stars_3_5.gif) no-repeat 100% 50%; }
.movie_detail .star_rating_40 span { background: url(../images/stars/stars_4_0.gif) no-repeat 100% 50%; }

#movie_list_monday .content_tools .mon a,
#movie_list_tuesday .content_tools .tue a,
#movie_list_wednesday .content_tools .wed a,
#movie_list_thursday .content_tools .thu a,
#movie_list_friday .content_tools .fri a,
#movie_list_saturday .content_tools .sat a,
#movie_list_sunday .content_tools .sun a { background: #777; color: #fff; }

body.movie_detail .movie_info { float: right; margin: 0 0 10px 20px; }
body.movie_detail .movie_info .poster { margin-bottom: 10px; padding: 4px; border: 1px solid #ddd; }
body.movie_detail .movie_info ul { list-style: none; padding: 0; font-size: 12px; }

.list .star_rating { display: block; float: right; padding-right: 60px; font-weight: bold; color: #fff; }
.list .star_rating_05 { background: url(../images/stars/stars_0_5.gif) no-repeat 100% 50%; }
.list .star_rating_10 { background: url(../images/stars/stars_1_0.gif) no-repeat 100% 50%; }
.list .star_rating_15 { background: url(../images/stars/stars_1_5.gif) no-repeat 100% 50%; }
.list .star_rating_20 { background: url(../images/stars/stars_2_0.gif) no-repeat 100% 50%; }
.list .star_rating_25 { background: url(../images/stars/stars_2_5.gif) no-repeat 100% 50%; }
.list .star_rating_30 { background: url(../images/stars/stars_3_0.gif) no-repeat 100% 50%; }
.list .star_rating_35 { background: url(../images/stars/stars_3_5.gif) no-repeat 100% 50%; }
.list .star_rating_40 { background: url(../images/stars/stars_4_0.gif) no-repeat 100% 50%; }


/* MUSIC APP
------------------------------------------------------------------ */
.album_info { list-style: none; margin-bottom: 30px; padding-left: 0; font-size: 15px; font-weight: bold; color: #777; }
.album_info li { margin-bottom: 0; }
.album_info li a { color: #555; }

#band_detail_page .lead_photo { margin-bottom: 20px; border: 10px solid #ddd; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
#band_detail_page .band_info { float: left; margin-right: 2%; padding-right: 2%; width: 44%; border-right: 1px solid #ddd; }
#band_detail_page .band_info h3 { font-size: 18px; }
#band_detail_page .band_info .links { list-style: none; margin-bottom: 30px; padding-left: 0; font-size: 15px; font-weight: bold; color: #777; }
#band_detail_page .band_info .links li { margin-bottom: 0; }
#band_detail_page .band_info .links li a { color: #555; }
#band_detail_page .event_info { float: left; margin-bottom: 20px; padding: 2%; width: 44%; background: #eee; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
#band_detail_page .event_info h3 { font-size: 18px; }
#band_detail_page .event_info .none { margin-bottom: 0; color: #777; }
#band_detail_page .event_info .upcoming_shows_form { padding: 10px; background: #ddd; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
#band_detail_page .event_info .upcoming_shows_form p { margin-bottom: 5px; }
#band_detail_page .event_info .upcoming_shows_form p label { display: block; font-weight: bold; color: #777; }
#band_detail_page .event_info .upcoming_shows_form p input { padding: 2px 5px; width: 50%; border: 1px solid #ccc; font-size: 14px; color: #555; }
#band_detail_page .event_info .upcoming_shows_form p input.submit { padding: 2px 10px; width: auto; border: none; background: #999; color: #fff; -webkit-border-radius: 10px; -moz-border-radius: 10px; }
#band_detail_page .album_list { float: left; margin-bottom: 20px; padding: 2%; width: 44%; background: #eee; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
#band_detail_page .album_list { margin-bottom: 20px; }
#band_detail_page .album_list div { margin-bottom: 10px; }
#band_detail_page .album_list div:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#band_detail_page .album_list .thumbnail { display: block; float: left; margin-right: 10px; border: 5px solid #ddd; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
#band_detail_page .album_list .no_thumbnail { display: block; float: left; margin-right: 10px; padding: 20px 5px 0 5px; width: 60px; height: 50px; background: #aaa; border: 5px solid #ddd; font-size: 13px; color: #eee; text-align: center; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
#band_detail_page .album_list .name { margin-bottom: 0; font-size: 16px; line-height: 20px; }
#band_detail_page .album_list .released { color: #777; }
#band_detail_page .description { padding-top: 20px; border-top: 1px solid #ddd; clear: both; }
#band_detail_page .history { clear: both; }

.band_search_form { display: block; margin-bottom: 20px; padding: 10px; background: #eee; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
.band_search_form p { margin-bottom: 0; }
.band_search_form p select { margin-right: 5px; font-size: 15px; width: 120px; }
.band_search_form p input { padding: 3px 5px; width: 60%; border: 1px solid #ccc; font-size: 16px; color: #555; }
.band_search_form p .button { margin-right: 5px; padding: 4px 10px; width: auto; font-size: 13px; }

table.song_list th { border-bottom: 1px solid #eee; font-size: 13px; line-height: 17px; vertical-align: bottom; }
table.song_list td { padding: 10px 10px 10px 0; border-bottom: 1px solid #eee; font-size: 12px; }
table.song_list td h4 { padding: 0; font-size: 14px; line-height: 16px; }
table.song_list td.rank { width: 20px; font-weight: bold; color: #555; }
table.song_list td.date { width: 130px; font-size: 13px; color: #999; }
table.song_list td.last_rank { width: 110px; font-size: 13px; }
table.song_list td.last_rank a { color: #999; }
table.song_list td.total_rank { width: 30px; font-size: 13px; }
table.song_list { color: #777; }
table.song_list a.add_to_playlist { padding: 1px 10px; font-size: 11px; border: 1px solid #ddd; color: #999; -webkit-border-radius: 8px; -moz-border-radius: 8px; }
table.song_list a.add_to_playlist:hover { text-decoration: none; background: #999; border-color: #999; color: #fff; }
table.song_list .action { width: 125px; padding: 10px; }


/* NEWS APP
------------------------------------------------------------------ */
.story_body:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.story_lead_photo { margin-bottom: 20px; width: 100%; background: #eee; overflow: hidden; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
.story_lead_photo .photo { width: 100%; background: #111; text-align: center; }
.story_lead_photo .photo img { display: block; margin: 0 auto; }
.story_lead_photo .byline { margin: 5px 0 0 0; padding: 0 10px; font-size: 12px; font-weight: bold; color: #777; }
.story_lead_photo .byline a { color: #555; }
.story_lead_photo .caption { margin-bottom: 5px; padding: 10px; font-size: 12px; line-height: 15px; color: #555; }

.section_lead:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.section_lead { margin-bottom: 20px;} 
.section_lead a.thumbnail { float: left; padding-right: 15px;}
.section_lead h3.header { font-size: 18px; margin-bottom: 5px }
.section_lead h3 a { color: #175e99 }
.section_lead h4.subheader { font-size: 14px; line-height: 20px; }
.section_lead .footer { list-style: none; margin: 5px 0 0 0; padding: 0; font-size: 12px; line-height: 20px; color: #999; overflow: hidden; }
.section_lead .footer li { float: left; margin: 0 15px 0 0; overflow: hidden; }
.section_lead .footer li img.avatar { float: left; margin: 0 5px 0 0; padding: 2px; background: #ddd; width: auto; height: auto; -webkit-border-radius: 3px; }


/* ON THE STREET APP
------------------------------------------------------------------ */
.answer_list .question { margin-bottom: 15px; font-size: 17px; line-height: 22px; font-weight: bold; }
.answer_list .item { position: relative; margin-bottom: 40px; padding: 10px; border: 1px solid #ccc; overflow: visible; -webkit-border-radius: 8px; -moz-border-radius: 8px; }
.answer_list .item:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.answer_list .item .thumbnail { float: left; margin: 0 20px 0 0; }
.answer_list .item .thumbnail img { display: block; padding: 0; border: none; }
.answer_list .item blockquote { margin: 0; padding: 0; }
.answer_list .item blockquote h4 { margin-bottom: 10px; font-size: 16px; line-height: 18px; color: #333; }
.answer_list .item blockquote h4 small { font-size: 13px; color: #777; }
.answer_list .item blockquote p { font-size: 15px; line-height: 22px; }
.answer_list .item .quote_pointer { position: absolute; bottom: -30px; right: 20px; width: 140px; height: 30px; background: url(../images/quote_pointer.gif) no-repeat; }

#question_detail_page .question { margin-bottom: 30px; font-size: 24px; }


/* PHOTOGALLERIES APP
------------------------------------------------------------------ */
.gallery_photo_detail .previous_next { padding: 10px; width: 300px; margin-bottom: 10px; background: #fff; overflow: hidden; -webkit-border-radius: 6px; -moz-border-radius: 6px; }
.gallery_photo_detail .previous_next div { float: left; width: 120px; }
.gallery_photo_detail .previous_next .previous { margin-right: 10px; padding-left: 20px; background: url(../images/arrows/less_than.gif) 0 50% no-repeat; }
.gallery_photo_detail .previous_next .next { margin-left: 10px; padding-right: 20px; background: url(../images/arrows/greater_than.gif) 100% 50% no-repeat; }
.gallery_photo_detail .previous_next .no_photo { margin: 0; padding: 30px 10px 0 10px; height: 70px; background: #eee; font-size: 13px; line-height: 18px; font-weight: bold; text-align: center; color: #777; }
.gallery_photo_detail .previous_next a img { display: block; }


/* PODCASTS APP
------------------------------------------------------------------ */
.episode_detail .content_title h2 { padding-right: 85px; }


/* POLLS APP
------------------------------------------------------------------ */
div.poll_results { margin: 20px 0; border-top: 1px solid #ccc; }
div.poll_results .choice { position: relative; padding: 10px; border-bottom: 1px solid #ccc; overflow: hidden; }
div.poll_results .choice_title { position: relative; padding-right: 15%; width: 85%; font-size: 15px; line-height: 20px; z-index: 999; }
div.poll_results .choice_title .total { position: absolute; right: 0; font-size: 15px; color: #999; }
div.poll_results .choice_title .percent { font-size: 16px; font-weight: bold; color: #777; }
div.poll_results .bar { position: absolute; display: block; top: 0; left: 0; height: 100px; background: #ddd; z-index: 1; }

body.poll_results .vote_total { font-size: 16px; font-weight: bold; color: #777; }

body.poll_form { margin-bottom: 20px; }
body.poll_form p.choice { margin-bottom: 5px; font-size: 15px; }
body.poll_form p.choice label { display: inline; }

.module .poll_form { padding: 10px 0; background: #fff; }
.module .poll_form .question { margin: 0 10px 10px 10px; font-size: 16px; font-weight: bold; line-height: 20px; color: #333; }
.module .poll_form .choices { list-style: none; margin-bottom: 10px; padding: 0; }
.module .poll_form p { margin-bottom: 0; }

.module .poll_form .results { list-style: none; margin-bottom: 10px; padding: 0; border-top: 1px solid #eee; }
.module .poll_form .results li { position: relative; display: block; margin: 0; height: 25px; border-bottom: 1px solid #eee; font-size: 13px; line-height: 25px; color: #555; }
.module .poll_form .results li span { position: absolute; top: 0; left: 5px; display: block; z-index: 2; font-weight: bold; }
.module .poll_form .results li span.bar { left: 0; height: 25px; background: #ddd; z-index: 1; }


/* PLACES APP
------------------------------------------------------------------ */
table.place_list { margin-bottom: 40px; width: 100%; }
table.place_list tr { border-bottom: 1px solid #ddd; }
table.place_list tr.last { border: none; }
table.place_list th { vertical-align: bottom; font-size: 12px; color: #999; }
table.place_list td { padding: 10px 20px 10px 0; margin: 0; }
table.place_list td.title .name { margin: 0; padding: 0; font-size: 14px; font-weight: bold; line-height: 20px; }
table.place_list td.title .address { margin: 0; padding: 0; border: none; font-size: 13px; font-weight: bold; line-height: 20px; color: #777; text-transform: none; }
table.place_list td.title .address a { color: #777; }
table.place_list td.title .phone { margin-bottom: 0; font-size: 13px; color: #555; }
table.place_list td.title .closes_at { font-size: 12px; font-weight: bold; }
table.place_list td.special { width: 120px; font-size: 12px; line-height: 17px; color: #333; }
table.place_list td.cuisine { width: 120px; font-size: 12px; line-height: 17px; color: #777; }
table.place_list td.cuisine a { color: #777; }
table.place_list td.phone { width: 80px; font-size: 12px; line-height: 17px; font-weight: bold; color: #777; }
table.place_list td.phone a { color: #777; }
table.place_list td.neighborhood { width: 80px; font-size: 12px; line-height: 17px; color: #777; }
table.place_list td.neighborhood a { color: #777; }
table.place_list td.city { width: 80px; font-size: 12px; line-height: 17px; color: #777; }
table.place_list td.city a { color: #777; }

body.place_list .map { position: relative; margin-bottom: 10px; padding: 10px; background: #fff; -webkit-border-radius: 6px; -moz-border-radius: 6px; }
body.place_list .map #map_results { margin-left: 10px; width: 290px; height: 400px; }
body.place_list .map #map_detail { width: 300px; height: 200px; }
body.place_list .map_results .map_expand { position: absolute; top: 10px; left: 10px; }
body.place_list .map_results .map_expand a { display: block; width: 9px; height: 400px; background: url(../images/arrows/left.gif) no-repeat 50% 50%; overflow: hidden; text-indent: -1000px; }
body.place_list .map_results .map_expand a:hover { background-color: #eee; }
body.place_list .map_enlarged { -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; }
body.place_list .map_enlarged #map_results { width: 960px; }
body.place_list .map_enlarged .map_expand a { background-image: url(../images/arrows/right.gif); }

body.place_detail .content_title { padding-right: 10px; }
body.place_detail .place_message { margin: 0 0 20px 0; padding: 0; font-size: 14px; }

body.place_detail #upcoming_event { margin: 0 0 20px 0; border-bottom: solid 1px #ddd; }
body.place_detail #upcoming_event h3 { margin-bottom: 5px; font-size: 17px; line-height: 20px; }
body.place_detail #upcoming_event table { width: auto; margin: 5px 0 20px 0; }
body.place_detail #upcoming_event table th,
body.place_detail #upcoming_event table td { font-size: 16px; font-weight: normal; line-height: 22px; }
body.place_detail #upcoming_event table th { width: 80px; }

body.place_detail .sidebar .module table, 
body.place_detail .sidebar .module p.hours { margin: 0; }
body.place_detail .sidebar .module table td, 
body.place_detail .sidebar .module p.hours { padding: 3px 10px; background: #fff; font-size: 12px; border-bottom: solid 1px #eee; }
body.place_detail .sidebar .module ul li { padding: 3px 10px; background: #fff; font-size: 12px; font-weight: normal; }
body.place_detail .sidebar .module .payments li { padding: 10px 0 10px 60px; }
body.place_detail .sidebar .module .payments li.visa { background: #fff url(../images/skins/marketplace/payments/visa.gif) no-repeat 5% 50%; }
body.place_detail .sidebar .module .payments li.mastercard { background: #fff url(../images/skins/marketplace/payments/mastercard.gif) no-repeat 5% 50%; }
body.place_detail .sidebar .module .payments li.amex { background: #fff url(../images/skins/marketplace/payments/american-express.gif) no-repeat 5% 50%; }
body.place_detail .sidebar .module .payments li.discover { background: #fff url(../images/skins/marketplace/payments/discover.gif) no-repeat 5% 50%; }
body.place_detail .sidebar .module .payments li.check { background: #fff url(../images/skins/marketplace/payments/check.gif) no-repeat 5% 50%; }

.place_map #marker_list ul li { padding: 10px; border-bottom: solid 1px #eee; list-style: none; }
.place_map #marker_list ul, 
.place_map #marker_list h5, 
.place_map #marker_list li, 
.place_map #marker_list p { margin: 0; padding: 0; line-height: 14px; }
.place_map #marker_list h5 { font-size: 14px; }
.place_map #marker_list p { font-size: 11px; }

/* PLAYLISTS
------------------------------------------------------------------ */
.playlists .playlist_listing { clear: both; }
.playlists .playlist_listing tr { border-bottom: solid 1px #ddd; }
.playlists .playlist_listing th { font-size: 12px; }
.playlists .playlist_listing td { padding: 10px 20px 10px 0; vertical-align: middle; }
.playlists .playlist_listing td,
.playlists .playlist_listing td p { margin: 0; color: #999; font-size: 12px; }
.playlists .playlist_listing td h4 { margin: 0; font-size: 14px; line-height: 16px; }
.playlists .playlist_listing td h4 strong { font-size: 12px; }
.playlists .playlist_listing .track_count { padding: 10px; }
.playlists .playlist_listing .playlist_name,
.playlists .playlist_listing .song_name a { font-weight: bold; }
.playlists .playlist_listing .action { padding: 10px 0 10px 0; text-align: center; }
.playlists .playlist_listing td.has_radio_station a.play_button { display: block; float: left; width: 25px; height: 25px; padding-right: 10px; background: url(../images/buttons/play.gif) no-repeat 0% 0%; text-indent: -9999px; }
.playlists .playlist_listing td.has_radio_station a.play_button:hover { background-position: 0 -25px; }
.playlists .playlist_listing .playlist_song_count,
.playlists .playlist_listing .playlist_date { width: 100px; }

.playlists .playlist_tools { float: left; margin-right: 80px; padding: 0; list-style: none; }
.playlists .playlist_tools .play a { display: block; height: 25px; padding-left: 33px; background: url(../images/buttons/play.gif) no-repeat 0% 0%; font-size: 16px; font-weight: bold; line-height: 25px; color: #999; }
.playlists .playlist_tools .play a:hover { background-position: 0 -25px; text-decoration: none; color: #2598db; }

.playlists .social_tools { float: left; margin-left: 40px; }

.playlists .track_listing .action { width: 125px; padding: 10px; }
.playlists .add { padding-left: 27px; background: url(../images/buttons/add-symbol.gif) no-repeat 5% 50%; }

.playlists .playlist_form .help_text { font-size: 12px; color: #999; }

.playlists .playlist_instructions { font-size: 12px; color: #777; }
.playlists .playlist_instructions li { padding: 10px 0; }
.playlists .playlist_instructions li strong { color: #555; }

.playlists_edit .track_listing .action { width: auto; }

/* PR APP
------------------------------------------------------------------ */
body.pr div.item p.business { font-size: 12px; color: #999; }
body.pr .content_info .business { float: left; width: 300px; }
body.pr .date { clear: both; padding-top: 10px; border-top: 1px solid #e3e3e3;}


/* Q and A APP
------------------------------------------------------------------ */
.question_form { padding-top: 10px; border-top: 1px solid #ddd; }
.question_form h3 { margin-bottom: 0; }
.question_form p { font-size: 13px; color: #666; }
.question_form table { width: 100%; }
.question_form table th { width: 80px; }
.question_form table textarea { width: 100%; }

#qa_detail_page .question { margin-bottom: 20px; }


/* QUIZ APP
------------------------------------------------------------------ */
.quiz_list .closed { color: #bbb; }


/* REGISTRATION APP
------------------------------------------------------------------ */
body.users .content_title { float: left; margin: 0 10px 0 0; padding: 10px; width: 238px; background: #fff; border: 1px solid #ddd; text-align: center; -webkit-border-radius: 6px; -moz-border-radius: 6px; }
body.users .content_title h2 { margin: 5px 0; font-size: 20px; line-height: 20px; }
body.users .content_title h2 em { font-size: 14px; white-space: nowrap; }
body.users .content_title .last_login { font-size: 12px; line-height: 18px; color: #999; }

body.users .content { margin: 0 10px 10px 0; padding: 20px; width: 468px; border: 1px solid #ddd; -webkit-border-radius: 6px; -moz-border-radius: 6px; }

body.users .content h2 { margin-bottom: 0; font-size: 18px; }

body.users #wall { margin-bottom: 40px; }
body.users #wall .comment_form { padding: 0; border: none; }
body.users #wall .comment_form h3, body.users #wall .wall_form #comment_form .avatar { display: none; }
body.users #wall .comment_form .preview { margin-left: 0; }
body.users #wall .comment_form p textarea { width: 455px; height: 100px; -webkit-border-radius: 4px; -moz-border-radius: 4px;  }

body.users .item_list { margin-bottom: 40px; }
body.users .item_list .item { padding: 0 10px; overflow: hidden; }
body.users .item_list .item h4 { float: left; margin: 0 10px 0 0; width: 90px; font-size: 13px; line-height: 18px; color: #999; }
body.users .item_list .item .text { float: left; width: 350px; }
body.users .item_list .item .text p { margin-bottom: 10px; font-size: 13px; line-height: 18px; }

body.users .user_contact_form textarea { width: 455px; }

body.users .sidebar { margin: 0; padding: 10px 5px; width: 150px; background: #fff; -webkit-border-radius: 6px; -moz-border-radius: 6px; }
body.users .sidebar h3 { margin-bottom: 5px; padding: 0 10px; font-size: 13px; line-height: 20px; }
body.users .sidebar ul { list-style: none; margin-bottom: 10px; padding: 0; font-size: 12px; line-height: 19px; }
body.users .sidebar ul li { margin: 1px 0; font-weight: bold; }
body.users .sidebar ul li a { display: block; padding: 1px 10px; color: #777; -webkit-border-radius: 10px; }
body.users .sidebar ul li.on a, body.users .sidebar ul li a:hover { background: #777; color: #fff; text-decoration: none; }

table.user_list td { padding: 5px 0; }
table.user_list .avatar { width: 60px; }
table.user_list .title { width: 305px; }
table.user_list .title h4 { margin: 0; font-size: 15px; line-height: 18px; }
table.user_list .title h4 em { font-size: 12px; font-style: normal; color: #999; }
table.user_list .title p { margin: 0; }

.user_comments .comment_list .comment .comment_text { margin-left: 0; }


/* RECIPES APP
------------------------------------------------------------------ */
#recipe_page .ingredient_list { padding-left: 10px; border-left: 1px solid #ddd; font-size: 15px; line-height: 25px; color: #666; }

#submit_recipe_form fieldset { margin: 20px 0 40px 0; padding: 10px 20px; background: #ddd; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
#submit_recipe_form legend { position: relative; display: block; top: -15px; left: -10px; font-size: 18px; color: #999; }
#submit_recipe_form fieldset p { margin-bottom: 5px; overflow: hidden; color: #444; }
#submit_recipe_form fieldset p label { float: left; display: block; width: 100px; color: #666; }
#submit_recipe_form fieldset input { font-size: 13px; }
#submit_recipe_form fieldset textarea { font-size: 13px; }
#submit_recipe_form fieldset table th { padding: 5px 0; font-size: 13px; color: #666; }
#submit_recipe_form fieldset table td { padding: 2px 2px 2px 0; }
#submit_recipe_form .errorlist { margin-bottom: 10px; padding-left: 30px; background-color: #fff; background-position: 5px 2px; -webkit-border-radius: 4px; -moz-border-radius: 4px; }


/* RESTAURANTS APP
------------------------------------------------------------------ */
.restaurant_search_form p.search { display: block; margin-bottom: 20px; padding: 10px; background-color: #eee; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
.restaurant_search_form p.search select { margin-right: 5px; width: 145px; }
.restaurant_search_form p.search input { padding: 3px 5px; width: 200px; }
.restaurant_search_form p.search .button { margin-right: 5px; padding: 3px 10px; width: auto; }

body.restaurant_search table.place_list { width: 460px; }
body.restaurant_search div.place_list { float: left; width: 460px; }
body.restaurant_search .content_sidebar ul li ul { display: none; }


/* SEARCH APP
------------------------------------------------------------------ */
.search_form { display: block; margin-bottom: 20px; padding: 10px; border: 1px solid #ddd; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
.search_form p { margin-bottom: 0; }
.search_form p input { padding: 3px 5px; width: 440px; }
.search_form p .button { margin-right: 5px; padding: 3px 10px; width: auto; }

body.search .content_title { padding: 10px; }

.content_title .search_form { margin: 0; padding: 0; border: none; }
.content_title .search_form h2 { margin: 0; line-height: 20px; }
.content_title .search_form h2 input { display: block; float: left; margin: 0 5px 0 0; width: 518px; font: bold 22px/22px "Helvetica Neue", helvetica, arial, sans-serif; color: #333; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
.content_title .search_form h2 button { display: block; float: left; margin: 0 5px 0 0; padding: 7px 25px; font-size: 17px; line-height: 23px; }
.content_title .search_form .advanced { display: block; float: left; padding: 10px 0 0 0; width: auto; font-size: 14px; color: #bbb;  }
.content_title .search_form .advanced:hover { color: #555; text-decoration: none; }
.content_title .search_form .advanced_on { padding-bottom: 20px; background: #333; color: #fff; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; }
.content_title .search_form .advanced_on:hover { color: #fff; }
.content_title .search_form fieldset { display: none; float: left; width: 970px; }
.content_title .search_form fieldset ul { list-style: none; margin: 0; padding: 10px; background: #333; overflow: hidden; zoom: 1; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
.content_title .search_form fieldset ul li { float: left; display: block; width: 225px; }
.content_title .search_form fieldset ul li label { font-size: 15px; color: #fff; }
.content_title .search_form fieldset p { margin: 10px 0 0 0; text-align: right; }
.content_title .search_form fieldset p a { margin-left: 10px; font-weight: bold; font-size: 13px; color: #999; }
.content_title .search_form fieldset p a:hover { text-decoration: none; color: #555; }

.site_search_form { display: block; margin-bottom: 20px; padding: 10px; background: #eee; border: 1px solid #ddd; -webkit-border-radius: 6px; -moz-border-radius: 6px; }
.site_search_form p { margin-bottom: 0; }
.site_search_form p select { margin-right: 5px; width: 120px; }
.site_search_form p input { width: 70%; }
.site_search_form p .button { width: auto; }
.site_search_form p .advanced { font-size: 13px; color: #777; }
.site_search_form .advanced_filters { margin-top: 10px; padding-top: 10px; display: none; border-top: 1px solid #bbb; }
.site_search_form .advanced_filters table { margin-bottom: 0; width: 100%; font-size: 13px; }
.site_search_form .advanced_filters th { padding: 5px 10px 5px 5px; color: #333; }
.site_search_form .advanced_filters td { padding: 5px 10px 5px 5px; width: 10px; }
.site_search_form .advanced_filters .even { background: #eee; }
.site_search_form .advanced_filters p { margin-top: 10px; padding-top: 10px; border-top: 1px solid #ccc; font-size: 13px; color: #777; }
.site_search_form .advanced_filters p a { color: #777; }

.date_ranges { margin-bottom: 10px; }
.date_ranges ul { font-size: 13px; }
.date_ranges ul a { color: #999; }
.date_ranges ul .on a { font-weight: bold; color: #555; }

.facets { float: left; width: 130px; }
.facets h3 { margin: 0; font-size: 12px; line-height: 20px; color: #555; }
.facets ul { list-style: none; margin: 0 0 15px 0; padding: 0; font-size: 12px; line-height: 20px; color: #999; }
.facets li.on a { font-weight: bold; }
.facets li.more a { color: #999; }

.search_basic .list,
.search_vertical .list { float: left; padding-left: 19px; width: 470px; border-left: 1px solid #ddd; }
.search_vertical .list:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.search_title { margin-bottom: 10px; color: #999; font-weight: normal; font-size: 20px; }
.search_title a { color: #999; }
.search_title span { color: #333; }

.list .content_type { margin: 0; font-size: 12px; font-weight: bold; color: #555; }
.list .content_type a { color: #555; }

.search_alert { margin: 0; padding: 5px 0 5px 30px; background: url(../images/alerts.gif) no-repeat 0 50%; color: #777; }
.search_alert a { margin-right: 5px; font-weight: bold; }

.recommended_results { margin-bottom: 20px; padding: 10px; background: #fffacf; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
.recommended_results h3 { margin-bottom: 0; font-size: 14px; line-height: 20px; color: #504e41; }
.recommended_results ul { list-style: none; margin: 0; padding: 0; }

body.search .date_ranges ul { list-style: none; margin: 0; padding: 0; }
body.search .date_ranges ul li { display: inline; padding-right: 20px; }

body.search .misc { margin-bottom: 30px; }
body.search .misc h2 { margin-bottom: 20px; border-bottom: 1px solid #ddd; font-size: 20px; font-weight: normal; }
body.search .misc h2 a { color: #555; }
body.search .misc .more { border-top: 1px solid #ddd; font-size: 12px; font-weight: bold; text-align: right; }
body.search .misc .more a:hover { color: #555; text-decoration: none; }
body.search_vertical p.pagination {clear:both;margin-left:140px;}

/* SEARCH ALERTS APP
------------------------------------------------------------------ */
.search_alerts_form .search_terms h3 { margin-bottom: 30px; padding: 5px 10px; background: #eee; border: 1px solid #ddd; font-size: 16px; -webkit-border-radius: 6px; -moz-border-radius: 6px; }
.search_alerts_form .search_terms h3 input { padding: 3px 5px; width: 60%; border: 1px solid #ccc; font-size: 16px; color: #555; }
.search_alerts_form .content_types { margin-bottom: 30px; }
.search_alerts_form .content_types h3 { font-size: 18px; border-bottom: 1px solid #ddd; }
.search_alerts_form .content_types ul { list-style: none; padding-left: 10px; font-size: 13px; line-height: 20px; font-weight: bold; color: #555; }
.search_alerts_form .content_types li { margin: 2px 0; }
.search_alerts_form .delivery_method { margin-bottom: 30px; }
.search_alerts_form .delivery_method h3 { font-size: 18px; border-bottom: 1px solid #ddd; }
.search_alerts_form .delivery_method ul { list-style: none; margin-bottom: 10px; padding-left: 10px; font-size: 13px; line-height: 20px; font-weight: bold; color: #555; }
.search_alerts_form .delivery_method li { margin: 2px 0; }
.search_alerts_form .delivery_method p { margin-bottom: 10px; clear: both; }
.search_alerts_form .delivery_method p label { float: left; width: 110px; font-size: 13px; line-height: 20px; font-weight: bold; color: #555; }
.search_alerts_form .login h3 { font-size: 18px; border-bottom: 1px solid #ddd; }


/* SOCIAL APP
------------------------------------------------------------------ */
body.favorite_types .content .list { float: left; width: 460px; }

.social_tools { list-style: none; margin: 0 0 0 20px; padding: 0; float: left; width: 160px; font-size: 13px; line-height: 20px; }
.social_tools li a { display: block; margin-bottom: 5px; padding: 5px 0 5px 40px; background: url(../images/tool_sprites.gif) no-repeat; font-weight: bold; color: #999; }
.social_tools li a:hover { text-decoration: none; color: #175e99; }

.social_tools li.favorite a { background-position: 0 0; }
.social_tools li.favorited a { background-position: 0 -60px; }
.social_tools li.share a { background-position: 0 -90px; }
.social_tools li.reminder a { background-position: 0 -150px; }
.social_tools li.ical_feed a { background-position: 0 -300px; }
.social_tools li.rss_feed a { background-position: 0 -240px; }

.social_tools li.favorite a:hover { background-position: 0 -30px; }
.social_tools li.share a:hover { background-position: 0 -120px; }
.social_tools li.reminder a:hover { background-position: 0 -180px; }
.social_tools li.ical_feed a:hover { background-position: 0 -330px; }
.social_tools li.rss_feed a:hover { background-position: 0 -270px; }


/* SOCIETY APP
------------------------------------------------------------------ */
.couple_list .item h5 { font-weight: bold; }
.couple_list .item .date { font-size: 15px; line-height: 25px; }

.obit_list .item { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #eee; overflow: hidden; }
.obit_list .item .thumbnail { float: left; margin: 0 10px 0 0; width: 175px; height: 150px; }
.obit_list .item .thumbnail:hover { text-decoration: none; }
.obit_list .item .thumbnail span { display: block; padding: 20px 0; height: 110px; border: 1px solid #ddd; font-size: 12px; line-height: 17px; font-weight: bold; color: #999; text-align: center; -webkit-border-radius: 6px; -moz-border-radius: 6px; }

.obit_photo { float: right; margin: 0 0 20px 20px; padding: 10px; background: #eee; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
.obit_photo .caption { margin-bottom: 10px; font-size: 13px; line-height: 15px; color: #777; }


/* STAFF APP
------------------------------------------------------------------ */
.staff_bio .bio { margin-bottom: 30px; overflow: hidden; }
.staff_bio .bio .mugshot { display: block; float: left; margin: 0 20px 10px 0; }
.staff_bio .bio p { font-size: 15px; line-height: 20px; }


/* WEBLOGS APP
------------------------------------------------------------------ */
.weblog_nav { width: 190px; }

.weblog_nav h4 { margin-bottom: 0; padding: 0 10px 3px 10px; font-size: 13px; font-weight: bold; color: #555; }
.weblog_nav ul { list-style: none; padding: 10px 5px; margin-bottom: 20px; background: #eee; -webkit-border-radius: 6px; -moz-border-radius: 6px; }
.weblog_nav ul li { margin-bottom: 1px; font-size: 13px; line-height: 19px; font-weight: bold; }
.weblog_nav ul li a { display: block; padding: 2px 10px; color: #777; -webkit-border-radius: 11px; -moz-border-radius: 11px; }
.weblog_nav ul li a:hover { background: #777; color: #fff; text-decoration: none; }

.link_form label { display: block; }
.link_form p input { width: 540px; }
.link_form p textarea { width: 540px; }
.link_form ul { padding: 0; list-style: none; }
.link_form ul label { display: inline; }
.link_form p .button { width: auto; }

form.blog_entry_form label { display: block; }
form.blog_entry_form p input#id_title { width: 540px; font-size: 18px; line-height: 20px; }
form.blog_entry_form p textarea#id_summary { width: 540px; height: 70px; }
form.blog_entry_form p textarea#id_body { width: 540px; height: 350px; }
form.blog_entry_form ul { padding: 0; list-style: none; }
form.blog_entry_form ul label { display: inline; }

.blogging_about { margin-bottom: 20px; padding: 10px; border: 1px solid #ddd; -webkit-border-radius: 6px; -moz-border-radius: 6px; }
.blogging_about h4 { font-size: 14px; line-height: 14px; font-weight: bold; color: #777; }
.blogging_about h5 { margin-bottom: 5px; text-transform: none; }

.group_form label { display: block; }
.group_form p input#id_name { width: 540px; font-size: 18px; line-height: 20px; }
.group_form p textarea#id_description { width: 540px; }
.group_form ul { padding: 0; list-style: none; }
.group_form ul label { display: inline; }
.group_form p .button { width: auto; }

.blog_form p input#id_title { width: 540px; font-size: 18px; line-height: 20px; }
.blog_form ul { padding: 0; list-style: none; }

table.blog_list td.title { font-size: 15px; font-weight: bold; }
table.blog_list td.count { text-align: center; color: #777; }

body.entry_detail .content pre { padding: 10px; background: #222; font-size: 12px; line-height: 16px; color: #fff; overflow: auto; -webkit-border-radius: 4px; -moz-border-radius: 4px; }


/* WEATHER APP
------------------------------------------------------------------ */
body.weather .content_title .current { float: left; width: 290px; }
body.weather .content_title .current h2 { margin: 0; font-size: 14px; font-weight: bold; line-height: 18px; color: #999; }
body.weather .content_title .current img { float: left; margin: 15px 10px 15px 0; }
body.weather .content_title .current ul { float: left; list-style: none; margin: 0; padding: 0; width: 150px; font-size: 12px; line-height: 16px; color: #999; }
body.weather .content_title .current ul li.temp { margin-top: 10px; font-size: 35px; line-height: 40px; font-weight: bold; color: #333; }
body.weather .content_title .current ul li.text { margin-bottom: 10px; font-size: 14px; line-height: 18px; font-weight: bold; color: #999; }

body.weather .content_title .today { float: left; width: 180px; height: 200px; }
body.weather .content_title .today h3 { margin: 0; font-size: 14px; font-weight: bold; line-height: 18px; color: #999; }
body.weather .content_title .today img { float: left; margin: 10px 10px 0 0; }
body.weather .content_title .today ul { float: left; list-style: none; padding: 0; margin: 0; font-size: 12px; line-height: 16px; }
body.weather .content_title .today ul li.temp { margin: 10px 0 5px 0; font-size: 20px; line-height: 20px; font-weight: bold; color: #333; }
body.weather .content_title .today ul li.text { font-size: 12px; line-height: 15px; font-weight: bold; color: #999; }
body.weather .content_title .today .day { margin-bottom: 5px; height: 100px; border-bottom: 1px solid #ddd; overflow: hidden; }
body.weather .content_title .today .night { height: 95px; overflow: hidden; }

body.weather .content_title .future_forecast { float: left; margin-bottom: 0; width: 480px; }
body.weather .content_title .future_forecast .item { float: left; margin-bottom: 0; padding: 0 4px; width: 110px; height: 200px; border-left: 1px solid #ddd; }
body.weather .content_title .future_forecast .item h3 { margin: 0; font-weight: bold; font-size: 14px; line-height: 18px; font-weight: bold; color: #999; text-align: center; }
body.weather .content_title .future_forecast .item img { display: block; margin: 15px auto; }
body.weather .content_title .future_forecast .item ul { list-style: none; margin: 0; padding: 0; text-align: center; }
body.weather .content_title .future_forecast .item ul li.temp { margin-bottom: 5px; font-size: 20px; line-height: 20px; font-weight: bold; color: #333; }
body.weather .content_title .future_forecast .item ul li.temp small { font-size: 16px; font-weight: bold; color: #999; }
body.weather .content_title .future_forecast .item ul li.text { font-size: 12px; line-height: 15px; font-weight: bold; color: #999; }

body.weather .wind_direction { float: right; margin: 0 0 10px 10px; padding: 40px 0 0 2px; width: 120px; height: 80px; background-repeat: no-repeat; text-align: center; }
body.weather .wind_direction p { font-size: 25px; font-weight: bold; line-height: 20px; color: #555; }
body.weather .wind_direction p small { display: block; font-size: 12px; font-weight: bold; color: #999; }

body.weather .wind_direction { background-image: url(../images/weather/wind/no_wind.gif); }
body.weather .direction_sse  { background-image: url(../images/weather/wind/sse.gif); }
body.weather .direction_se   { background-image: url(../images/weather/wind/se.gif); }
body.weather .direction_ssw  { background-image: url(../images/weather/wind/ssw.gif); }
body.weather .direction_sw   { background-image: url(../images/weather/wind/sw.gif); }
body.weather .direction_s    { background-image: url(../images/weather/wind/s.gif); }
body.weather .direction_w    { background-image: url(../images/weather/wind/w.gif); }
body.weather .direction_nne  { background-image: url(../images/weather/wind/nne.gif); }
body.weather .direction_ne   { background-image: url(../images/weather/wind/ne.gif); }
body.weather .direction_nnw  { background-image: url(../images/weather/wind/nnw.gif); }
body.weather .direction_nw   { background-image: url(../images/weather/wind/nw.gif); }
body.weather .direction_n    { background-image: url(../images/weather/wind/n.gif); }
body.weather .direction_e    { background-image: url(../images/weather/wind/e.gif); }

body.weather .module .advanced { font-size: 12px; color: #999; }

body.weather .searchbox { padding-bottom: 10px; margin-bottom:10px; }
body.weather .search_list { padding-top: 20px; margin: auto; border-top: 1px solid #ddd; }
body.weather .search_list p.all { float: right; }
body.weather .search_list .city { padding-top: 30px; margin: auto; }
body.weather .search_list .city h4 { padding: 0px; margin: auto; }
body.weather .search_list .city p { padding: 0px; margin: auto; font-weight: bold; color: #999; }
body.weather .search_list .city p.forecast { font-weight: normal; }
body.weather .search_list .city img { float: left; }

body.weather .city_list img { float: left; padding 0px; margin: auto; }
body.weather .city_list .station { padding: 10px 0 10px 0; margin: auto; }
body.weather .city_list .station ul { list-style: none; padding: 10px 0 30px 0; margin: auto; }
body.weather .city_list .station ul li { line-height: 20px; font-weight: bold; color: #999; }

body.weather .image_grid { overflow: hidden; }
body.weather .image_grid .item { float: left; margin: 0 15px 15px 0; }
body.weather .image_grid .item a.thumbnail img{ padding: 5px; margin auto; border: 1px solid #ddd; }
body.weather .image_grid .item a.thumbnail:hover img { padding: 6px; border: none; background: #175e99; -webkit-border-radius: 4px; -moz-border-radius: 4px; }

body.weather .station_list ul { list-style: none; padding: 0px; margin-bottom:20px; }
body.weather .station_list li { font-size: 14px; line-height: 18px; font-weight: bold; }

body.weather .weather_alerts ul { list-style: none; padding: 20px 0 10px 0; margin: auto; }
body.weather .weather_alerts ul li { font-size: 14px; line-height: 18px; }
body.weather .weather_alerts ul li.zone { font-size: 18px; font-weight: bold; padding: 0; margin: auto; }
body.weather .weather_alerts ul li.alert_type { font-size: 18px; font-weight: bold; padding: 0 0 10px 0; margin: auto; }
