/* 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; }


/* ANSWERS APP
------------------------------------------------------------------ */
body.answers .question_form #id_title { width: 610px; }
body.answers .question_form #id_question { width: 610px; }

body.answers .question_content { margin-bottom: 20px; }
body.answers .question_content p { font-size: 18px; line-height: 24px; }

body.answers .answer_form #id_answer { width: 610px; }

body.answers .question_accepted { margin-bottom: 40px; padding: 10px; background: #eee; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
body.answers .question_accepted .item { margin: 0; padding: 20px; background: #fff; -webkit-border-radius: 2px; -moz-border-radius: 2px; }


/* 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('http://media.ljworld.com/static/ellington_defaults/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('http://media.ljworld.com/static/ellington_defaults/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('http://media.ljworld.com/static/ellington_defaults/images/avatars/avatar_down_hover.gif'); }
.comment .active .avatar_hover a { background-image: url('http://media.ljworld.com/static/ellington_defaults/images/avatars/avatar_up.gif'); }
.comment .active .avatar_hover a:hover { background-image: url('http://media.ljworld.com/static/ellington_defaults/images/avatars/avatar_up_hover.gif'); }
.comment .avatar_dropdown { position: absolute; top: 49px; left: -5px; padding: 10px 5px; width: 160px; background: #aeaeae url('http://media.ljworld.com/static/ellington_defaults/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('http://media.ljworld.com/static/ellington_defaults/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('http://media.ljworld.com/static/ellington_defaults/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('http://media.ljworld.com/static/ellington_defaults/images/stars/stars_0_5.gif') no-repeat 100% 50%; }
.movie_detail .star_rating_10 span { background: url('http://media.ljworld.com/static/ellington_defaults/images/stars/stars_1_0.gif') no-repeat 100% 50%; }
.movie_detail .star_rating_15 span { background: url('http://media.ljworld.com/static/ellington_defaults/images/stars/stars_1_5.gif') no-repeat 100% 50%; }
.movie_detail .star_rating_20 span { background: url('http://media.ljworld.com/static/ellington_defaults/images/stars/stars_2_0.gif') no-repeat 100% 50%; }
.movie_detail .star_rating_25 span { background: url('http://media.ljworld.com/static/ellington_defaults/images/stars/stars_2_5.gif') no-repeat 100% 50%; }
.movie_detail .star_rating_30 span { background: url('http://media.ljworld.com/static/ellington_defaults/images/stars/stars_3_0.gif') no-repeat 100% 50%; }
.movie_detail .star_rating_35 span { background: url('http://media.ljworld.com/static/ellington_defaults/images/stars/stars_3_5.gif') no-repeat 100% 50%; }
.movie_detail .star_rating_40 span { background: url('http://media.ljworld.com/static/ellington_defaults/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('http://media.ljworld.com/static/ellington_defaults/images/stars/stars_0_5.gif') no-repeat 100% 50%; }
.list .star_rating_10 { background: url('http://media.ljworld.com/static/ellington_defaults/images/stars/stars_1_0.gif') no-repeat 100% 50%; }
.list .star_rating_15 { background: url('http://media.ljworld.com/static/ellington_defaults/images/stars/stars_1_5.gif') no-repeat 100% 50%; }
.list .star_rating_20 { background: url('http://media.ljworld.com/static/ellington_defaults/images/stars/stars_2_0.gif') no-repeat 100% 50%; }
.list .star_rating_25 { background: url('http://media.ljworld.com/static/ellington_defaults/images/stars/stars_2_5.gif') no-repeat 100% 50%; }
.list .star_rating_30 { background: url('http://media.ljworld.com/static/ellington_defaults/images/stars/stars_3_0.gif') no-repeat 100% 50%; }
.list .star_rating_35 { background: url('http://media.ljworld.com/static/ellington_defaults/images/stars/stars_3_5.gif') no-repeat 100% 50%; }
.list .star_rating_40 { background: url('http://media.ljworld.com/static/ellington_defaults/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('http://media.ljworld.com/static/ellington_defaults/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('http://media.ljworld.com/static/ellington_defaults/images/arrows/less_than.gif') 0 50% no-repeat; }
.gallery_photo_detail .previous_next .next { margin-left: 10px; padding-right: 20px; background: url('http://media.ljworld.com/static/ellington_defaults/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('http://media.ljworld.com/static/ellington_defaults/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('http://media.ljworld.com/static/ellington_defaults/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('http://media.ljworld.com/static/ellington_defaults/images/skins/marketplace/payments/visa.gif') no-repeat 5% 50%; }
body.place_detail .sidebar .module .payments li.mastercard { background: #fff url('http://media.ljworld.com/static/ellington_defaults/images/skins/marketplace/payments/mastercard.gif') no-repeat 5% 50%; }
body.place_detail .sidebar .module .payments li.amex { background: #fff url('http://media.ljworld.com/static/ellington_defaults/images/skins/marketplace/payments/american-express.gif') no-repeat 5% 50%; }
body.place_detail .sidebar .module .payments li.discover { background: #fff url('http://media.ljworld.com/static/ellington_defaults/images/skins/marketplace/payments/discover.gif') no-repeat 5% 50%; }
body.place_detail .sidebar .module .payments li.check { background: #fff url('http://media.ljworld.com/static/ellington_defaults/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('http://media.ljworld.com/static/ellington_defaults/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('http://media.ljworld.com/static/ellington_defaults/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('http://media.ljworld.com/static/ellington_defaults/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
------------------------------------------------------------------ */
form.question_form { padding-top: 10px; border-top: 1px solid #ddd; }
form.question_form h3 { margin-bottom: 0; }
form.question_form p { font-size: 13px; color: #666; }
form.question_form table { width: 100%; }
form.question_form table th { width: 80px; }
form.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; width: 110px; font-size: 17px; color: #bbb; text-align: center; }
.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_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('http://media.ljworld.com/static/ellington_defaults/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; }

/* 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('http://media.ljworld.com/static/ellington_defaults/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; }


/* VOTING APP
------------------------------------------------------------------ */
.vote_form { display: block; overflow: hidden; }
.vote_form button { display: block; float: left; padding: 0; width: 21px; height: 21px; border: none; background: url('http://media.ljworld.com/static/ellington_defaults/images/vote_sprites.gif') no-repeat; text-indent: -1000px; overflow: hidden; cursor: pointer; -webkit-border-radius: 0px; -moz-border-radius: 0px; }
.vote_form button:focus { outline: none; }
.vote_form .up:hover { background-position: 0 -25px; }
.vote_form .voted_up .up { background-position: 0 -75px; }
.vote_form .down { width: 22px; background-position: 0 -100px; }
.vote_form .down:hover { background-position: 0 -125px; }
.vote_form .voted_down .down { background-position: 0 -175px; }
.vote_form .count { display: block; float: left; margin-left: 5px; font-size: 12px; line-height: 20px; color: #777; }
.vote_form .voted_down .count, .vote_form .voted_up .count { color: #d15d01; }


/* 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: 608px; font-size: 18px; line-height: 20px; }
form.blog_entry_form p textarea#id_summary { width: 608px; height: 50px; }
form.blog_entry_form p textarea#id_body { width: 608px; height: 250px; }
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('http://media.ljworld.com/static/ellington_defaults/images/weather/wind/no_wind.gif'); }
body.weather .direction_sse  { background-image: url('http://media.ljworld.com/static/ellington_defaults/images/weather/wind/sse.gif'); }
body.weather .direction_se   { background-image: url('http://media.ljworld.com/static/ellington_defaults/images/weather/wind/se.gif'); }
body.weather .direction_ssw  { background-image: url('http://media.ljworld.com/static/ellington_defaults/images/weather/wind/ssw.gif'); }
body.weather .direction_sw   { background-image: url('http://media.ljworld.com/static/ellington_defaults/images/weather/wind/sw.gif'); }
body.weather .direction_s    { background-image: url('http://media.ljworld.com/static/ellington_defaults/images/weather/wind/s.gif'); }
body.weather .direction_w    { background-image: url('http://media.ljworld.com/static/ellington_defaults/images/weather/wind/w.gif'); }
body.weather .direction_nne  { background-image: url('http://media.ljworld.com/static/ellington_defaults/images/weather/wind/nne.gif'); }
body.weather .direction_ne   { background-image: url('http://media.ljworld.com/static/ellington_defaults/images/weather/wind/ne.gif'); }
body.weather .direction_nnw  { background-image: url('http://media.ljworld.com/static/ellington_defaults/images/weather/wind/nnw.gif'); }
body.weather .direction_nw   { background-image: url('http://media.ljworld.com/static/ellington_defaults/images/weather/wind/nw.gif'); }
body.weather .direction_n    { background-image: url('http://media.ljworld.com/static/ellington_defaults/images/weather/wind/n.gif'); }
body.weather .direction_e    { background-image: url('http://media.ljworld.com/static/ellington_defaults/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; }
body.weather .weather_alerts ul li.alert_description { padding: 10px 0 0 0; margin: auto; }
body.weather .weather_alerts p.alerts { padding: 10px 0 10px 0; margin: auto; }

body.weather .weather_alerttypes ul { list-style: none; padding: 0 0 10px 0; margin: auto; }
body.weather .weather_alerttypes ul li { font-size: 14px; font-weight: bold; line-height: 18px; }

body.weather .noaa_alerts { margin: 10px 0 10px 0; padding: 7px 0 9px 170px; background: #fff url('http://media.ljworld.com/static/ellington_defaults/images/weather/weather_alert.gif') no-repeat; font-size: 12px; line-height: 19px; zoom: 1; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
body.weather .noaa_alerts h1 { display: none; }
body.weather .noaa_alerts p { margin: 0; font-size: 14px; line-height: 18px; font-weight: bold;}
body.weather .noaa_alerts p a { font-weight: bold; color: #333; }
body.weather .noaa_alerts p .time { margin-left: 5px; color: #999; }

body.search .content_title {
  margin-bottom: 10px;
  padding: 0;
}
body.search .content_title:after { /* Clear fix */ content:  ".";   display: block;  height: 0;  clear: both;  visibility: hidden; }
body.search .content_title { /* IE fix */ zoom: 1; }



/* PHOTOS APP
------------------------------------------------------------------ */
.photo_detail .previous_next h2 { font-size:16px; margin-bottom:.5em;}

.photo_detail .previous_next, .gallery_photo_detail .previous_next { margin-bottom: 10px; overflow: hidden;}
.photo_detail .previous_next div, .gallery_photo_detail .previous_next div { float: left; width: 120px; }
.photo_detail .previous_next .previous, .gallery_photo_detail .previous_next .previous { margin-right: 10px; padding-left: 20px; background: url('http://media.ljworld.com/static/ellington_defaults/images/arrows/less_than.gif') 0 50% no-repeat; }
.photo_detail .previous_next .next, .gallery_photo_detail .previous_next .next { margin-left: 10px; padding-right: 20px; background: url('http://media.ljworld.com/static/ellington_defaults/images/arrows/greater_than.gif') 100% 50% no-repeat; }
.photo_detail .previous_next .no_photo, .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; }
.photo_detail .previous_next a img, .gallery_photo_detail .previous_next a img { display: block; }


/* WEBLOGS APP
------------------------------------------------------------------ */
.entry_detail .content { overflow:auto; }
.entry_detail .content img { max-width:640px; }

/* CONTENT TABS */
.content_tabs { background-color: transparent; }


/* CONTENT TOOLS */

div.content_tools { clear:both; list-style: none; margin: 0 0 20px 0; padding: 1px; background: #eaeaea; font-size: 12px; line-height: 19px; border-top-left-radius:4px; -webkit-border-top-left-radius:4px; -moz-border-radius-topleft:4px; border-top-right-radius:4px; -webkit-border-top-right-radius:4px; -moz-border-radius-topright:4px; }
div.content_tools ul li { position: relative; float: left; margin: 0 12px 0 0; font-size: 12px; line-height: 19px; }
.content_tools:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.content_tools { zoom:1; }
ul.content_tools { padding:5px 5px 4px 5px; list-style:none; margin:0;}
ul.content_tools li.share { margin-right:10px; background:#fff; margin:-3px 0px -4px -3px; padding:3px 0 4px 0; opacity:.8; display:none;}
ul.content_tools li.share span { float: left; display: block; padding: 1px 15px; font-weight: bold; color: #555; } 
ul.content_tools li a { float: left; display: block; padding: 2px 8px; line-height:20px; font-weight: bold; color: #555; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; }
.content_tools li a:hover { background-color: #00478e; text-decoration: none; color: #fff; }

div.sharing_tools { background:#fbfbfb; border-top:1px solid #e0e0e0;}
.sharing_tools:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.sharing_tools { zoom:1; }

.sharing_links:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.sharing_links { zoom:1; }
.sharing_links { list-style:none; padding:5px 5px; margin:0; }
.sharing_links li { position: relative; float: left; margin-right: 15px; }
.sharing_links li a { float: left; font-weight:normal; display: block; padding: 2px 8px 2px 30px; font-weight: normal; line-height:20px; color: #666; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; }
.sharing_links .email a, .sharing_links .email a:hover { background: url('http://media.ljworld.com/static/worldonline_defaults/images/icons/email_14x14.gif') no-repeat 8px 50%; }
.sharing_links .facebook a, .sharing_links .facebook a:hover { background: url('http://media.ljworld.com/static/worldonline_defaults/images/icons/social_facebook.gif') no-repeat 8px 50%; }
.sharing_links .digg a, .sharing_links .digg a:hover { background: url('http://media.ljworld.com/static/worldonline_defaults/images/icons/social_digg.gif') no-repeat 8px 50%; }
.sharing_links .delicious a, .sharing_links .delicious a:hover { background: url('http://media.ljworld.com/static/worldonline_defaults/images/icons/social_delicious.gif') no-repeat 8px 50%; }
.content_tools .sharing_links li a:hover { color:#eee; background-color: #00478e; text-decoration:none;}

.content_tools li.more_sharing { float:right; margin-right: 5px; }
.content_tools li.more_sharing a { float:right; padding: 3px 0 2px 0; font-weight: normal; color:#999;}
.content_tools .sharing_links li.more_sharing a:hover { background:transparent; text-decoration:underline; color:#999;}

.extended_sharing { list-style:none; padding:0 5px; margin:0;}
.extended_sharing li { border-top:1px solid #eee; padding:10px 5px; }
.extended_sharing p { margin:0; }
.extended_sharing input { width:400px; margin-left:5px; }
.extended_sharing a.button { margin-right:5px; }


/* OEMBED */
div.oembed { margin:1em 0 }
div.oembed .credit { font-size:12px; color:#666; }

/* PANEL */
.panel .title { margin-bottom: 10px; padding: 3px 10px; background: #68a1c6; font-size: 13px; line-height: 20px; color: #fff; overflow: hidden; zoom: 1; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; }
.panel .title a { display: block; float: left; padding-left: 20px; background: url('http://media.ljworld.com/static/ellington_defaults/images/arrows/white_down.gif') 1.5% 50% no-repeat; color: #fff; }
.panel .title small a { float: right; padding-left: 0; background: none; font-size: 11px; }
.panel p.more, .panel .more { border-top: 1px solid #ddd; font-size: 12px; font-weight: bold; text-align: right; background:transparent; width:auto; }
.panel .more a,
.panel p.more a { color:#999; background:transparent; }
.panel .more a:hover { color: #555; text-decoration: none; }
.panel .item h4 { font-size: 15px; line-height: 18px; }
.panel .item p { font-size: 13px; line-height: 18px; }
.panel table td { padding: 2px 10px 2px 0; font-size: 13px; color: #555; }
.panel table td.username { font-weight: bold; }
.panel table td.datetime { padding-right: 0; text-align: right; color: #999; }
.panel .fitlers { margin: -10px 0 10px 0; padding: 5px 10px; background: #eff4f8; }
.panel .fitlers p { margin: 0; font-size: 13px; color: #777; }

.panel_on .title { -webkit-border-radius: 4px; -moz-border-radius: 4px; }
.panel_on .title a { background-image: url('http://media.ljworld.com/static/ellington_defaults/images/arrows/white_right.gif'); }

/* GROUP SEARCH RESULTS */

/*
  These styles are commented out until search is modified to present groups
  at the top of search results.
/*

/*
.panel #type_groups {
  padding: 5px;
}
.panel #type_groups .item {
  margin-bottom: 20px;
  padding: 10px;
  border: solid 1px #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.panel #type_groups .item h4 {
  padding: 0 5px;
  font-size: 18px;
}
.panel #type_groups .item h4 .group_members_count {
  font-size: 13px;
  font-weight: bold;
  color: #777;
}
.panel #type_groups .item h5 {
  padding: 5px;
  font-size: 12px;
  color: #333;
}
.panel #type_groups .item .footer:after { /* Clear fix */ content:  ".";   display: block;  height: 0;  clear: both;  visibility: hidden; }
.panel #type_groups .item .footer { /* IE fix */ zoom: 1; }
.panel #type_groups .item .footer {
  clear: both;
  margin-top: 20px;
  margin-bottom: 0;
}
.panel #type_groups .item .featured_button {
  font-size: 14px;
}
.panel #type_groups .item .description .group_image {
  float: left;
  margin: 0 20px 10px 0;
}
.panel #type_groups .item .description {
  float: left;
  width: 65%;
}
.panel #type_groups .item .description p {
  padding: 0 5px;
}
.panel #type_groups .item .latest_news {
  float: right;
  width: 29%;
  padding-left: 3%;
  border-left: solid 5px #eee;
}
.panel #type_groups .item .latest_news ul {
  margin-bottom: 0;
  padding: 0 5px;
  list-style: none;
}
.panel #type_groups .item .latest_news li {
  margin-bottom: 10px;
  line-height: 16px;
}
.panel #type_groups .item .latest_news li a {
  font-size: 13px;
  font-weight: bold;
}
.panel #type_groups .item .latest_news .more {
  padding: 5px;
  padding-top: 10px;
  border: none;
  border-top: solid 1px #ddd;
  font-size: 13px;
  text-align: left;
}
.panel #type_groups .item .latest_news .more a {
  color: #555;
}
.panel #type_groups .item .latest_news .more a:hover {
  text-decoration: underline;
}
*/

/* TOC */
.toc_content .toc { float:left; border:1px solid #ccc; background:#eee; padding:5px 10px; font-size:14px; margin:0 20px 20px 0;}
.toc_content .toc h4 { font-size:12px; margin:0; line-height:auto; font-weight:normal; color:#666; text-transform:uppercase; }
.toc_content .toc ul { list-style:none; padding:0; margin:0;}
.toc_content .toc li { padding:0; margin:0 0 .2em 0;}


/* FANCYBOX */
#group_join_form {
  width: 640px;
  padding: 20px;
  background: #fff;
  border: solid 7px #2C7C9C;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#group_join_form h2 {
  display: none;
}
#group_join_form .submit_row {
  margin-bottom: 0;
  text-align: center;
}
#group_join_form .submit_row button {
  padding: 5px 10px;
  font-size: 16px;
}
#group_join_form #group_terms {
  margin: 20px 40px 0 40px;
}
#group_join_form #group_terms,
#group_join_form #group_terms li,
#group_join_form #group_terms p {
  font-size: 13px;
  color: #555;
}
#group_join_form #group_terms p {
  margin: 0;
}
#group_join_form #group_terms strong {
  color: #333;
}
#group_join_form #group_terms ul {
  margin: 20px 0 20px 20px;
  padding: 0;
  text-align: left;
  font-style: italic;
}

.tabbed-content .ui-tabs-hide { display: none; }

.tabs_outer_wrapper {
  margin-bottom: 10px;
  padding: 1px;
  background: #ccc;
  background: -webkit-gradient(linear, 0% 0%, 0% 30%, from(#eee), to(#cecece));
  background: -moz-linear-gradient(100% 100% 90deg, #cecece, #eee);
  border: solid 1px #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.tabs_inner_wrapper {
  margin: 0;
  padding: 0;
  background: #ccc;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dcdcdc), to(#ccc));
  background: -moz-linear-gradient(100% 100% 90deg, #ccc, #dcdcdc);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.tabs_inner_wrapper:after { /* Clear fix */ content:  ".";   display: block;  height: 0;  clear: both;  visibility: hidden; }
.tabs_inner_wrapper { /* IE fix */ zoom: 1; }
.tabbed-content .tabs,
.tabbed-content .static_tabs {
  margin: 0;
  padding: 3px;
  background: none;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.tabbed-content .tabs li,
.tabbed-content .static_tabs li {
  display: inline-block;
  padding: 1px;
  background: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.tabbed-content .tabs li a,
.tabbed-content .static_tabs li a {
  display: block;
  padding: 3px 10px;
  background: none;
  font-size: 14px;
  text-decoration: none;
  color: #333;
  text-shadow: rgba(255,255,255,1) 0 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.tabbed-content .tabs li a:hover,
.tabbed-content .static_tabs li a:hover { background: #fff; }

.tabbed-content .tabs .ui-tabs-selected,
.tabbed-content .tabs li:hover,
.tabbed-content .static_tabs li:hover {
  padding: 1px;
  background: #ccc;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b0b0b0), to(#f4f4f4));
  background: -moz-linear-gradient(100% 100% 90deg, #f4f4f4, #b0b0b0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.tabbed-content .tabs .ui-tabs-selected a,
.tabbed-content .tabs li a:hover,
.tabbed-content .static_tabs li a:hover,
.tabbed-content .tabs .ui-tabs-selected:hover a,
.tabbed-content .tabs .ui-tabs-selected a:hover,

.draft_post_list .tabbed-content .static_tabs #draft a,
.published_post_list .tabbed-content .static_tabs #published a,
.dashboard .tabbed-content .static_tabs #news_feed a,
.timeline .tabbed-content .static_tabs #user_activity a,
.draft_post_list .tabbed-content .static_tabs #draft a:hover,
.published_post_list .tabbed-content .static_tabs #published a:hover,
.dashboard .tabbed-content .static_tabs #news_feed a:hover,
.timeline .tabbed-content .static_tabs #user_activity a:hover {
  background: #2C7C9C;
  color: #fff;
  text-shadow: rgba(0,0,0,0.5) 0 1px;
  -webkit-box-shadow: inset 0 0 10px rgba(13,37,47,.5);
  -moz-box-shadow: inset 0 0 10px rgba(13,37,47,.5);
  -webkit-transition: none;
}

.tabbed-content .tabs li a:hover,
.tabbed-content .static_tabs li a:hover,
.tabbed-content .tabs li:hover a,
.tabbed-content .static_tabs li:hover a {
  background: #F66926;
  color: #fff;
  text-shadow: rgba(0,0,0,0.5) 0 1px;
  -webkit-box-shadow: inset 0 0 10px rgba(74,32,11,0.5);
  -moz-box-shadow: inset 0 0 10px rgba(74,32,11,0.5);
}

/* TABULAR DATA INTERFACE
------------------------------------------------------------------ */
.tabular_data table {
  float: left;
  margin: 0;
}
.tabular_data table td,
.tabular_data table th {
  padding: 10px;
  border-bottom: solid 1px #f1f1f1;
  font-size: 12px;
  line-height: 16px;
  color: #777;
}
.tabular_data table tr.last th,
.tabular_data table tr.last td { border-bottom: none; }
.tabular_data table td a,
.tabular_data table th a {
  font-weight: bold;
  text-decoration: none;
}
.tabular_data table th {
  padding: 5px 10px;
  background: #fff;
  border-bottom: solid 1px #ddd;
  font-size: 11px;
  color: #999;
}

.tabular_data {
  position: relative;
  float: left;
  width: 99%;
  margin-right: 20px;
  padding: 5px;
  background: #f1f1f1;
  -webkit-border-radius: 4px;
}
.tabular_data:after { /* Clear fix */ content:  ".";   display: block;  height: 0;  clear: both;  visibility: hidden; }
.tabular_data { /* IE fix */ zoom: 1; }

.tabular_data .tabular_data_actions {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 0;
}

.tabular_data caption {
  padding: 5px 5px 10px 5px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  -webkit-text-shadow: 1px 1px #fff;
}

.tabular_data table {
  float: none;
  width: 100%;
  background: #fff;
  border: solid 1px #ddd;
  border-collapse: separate;
  -webkit-border-radius: 4px;
}
.tabular_data table th {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
}
.tabular_data table .empty_table {
  padding: 20px;
  text-align: center;
}
.tabular_data table .empty_table h3 {
  margin-bottom: 10px;
  font-size: 21px;
  color: #333;
}
.tabular_data table .empty_table p {
  font-size: 14px;
  color: #777;
}


/* Notices */
ul#available_notice_settings {
  list-style: none;
}
/* COMMENTS APP
------------------------------------------------------------------ */

.comment_list { padding-left: 0; }
.comment_list > li, .comment_list .replies > li { list-style: none;}
.comment_list li:last-child { border-bottom: 0 none; }
.comment_content_wrapper { position: relative; } /* For the reply button */
.removed > .comment_content_wrapper .comment_text * { color: #ccc !important; }
.removed > .comment_content_wrapper .avatar img { opacity: 0.4; }
.comment .actions { margin: -10px 0 0 0; font-size: 12px; color: #999; }
.replies { padding-top: 10px; margin-top: 10px; }

.comment_list .comment_list_ad  { border-bottom: solid 1px #eee; margin-bottom: 10px; }
.comment_list .comment_list_ad h6 { display: none; }
.comment_list .comment_list_ad h6 { padding: 0 0 5px; margin: 0; line-height: 8px; text-align: center; letter-spacing: 1px; color: #697a85; text-transform: uppercase; }
.comment_list .comment_list_ad .spot { width: 468px; height: 60px; margin: 0 auto 10px; background: #ddd; }
.depth_limit .comment_list_ad { margin-left: -38px; }

/* Comment actions. (Because our markup is different from e_default.) */
.actions ul { display: inline; padding-left: 0; color: #999; font-size: 12px; }
.actions ul:before { content:"( "; }
.actions ul:after { content:" )"; }

.actions li { padding: 0; font-size: 12px; display: inline; }
.actions li:after { content: " | ";}
.actions li:last-child:after,
.actions li.reply:after {
  content: "";
}

.comment .actions li.reply {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.comment .actions li.reply {
  opacity: .5;
  -webkit-transition: opacity .15s linear;
}
.comment:hover > .comment_content_wrapper .reply {
	opacity: 1;
}


/* Threading */
.replies,
.comment form {
	padding-left: 70px;
	border-top: 1px solid #eee;
}
.depth_limit .replies {
	padding-left: 0;
}
.depth_limit .actions ul {
  display: block;
}
.replies > li:last-child {
	padding-bottom: 0;
}
.comment.reply_form_loading:hover,
.comment.reply_form_loading:hover * {
	cursor: wait;
}
.comment {
	position: relative;
}
.comment form {
	margin-top: 10px;
}
.comment form h3 {
	display: none;
}

.comment .collapse_link { /* Added with JavaScript. */
	display: block;
	position: absolute;
	top: 0;
	right: 100%;
	margin-right: 10px;
	padding: 3px 4px;
	opacity: .15;
	-webkit-transition: opacity .15s linear;
}
.comment:hover > .collapse_link {
	opacity: .75;
}
.comment .collapse_link:hover {
	opacity: 1;
}

/* Collapsed threads */
.collapsed .comment:last-child {
	margin-bottom: 0;
}
.collapsed {
	position: relative;
	overflow: hidden;
	height: 45px;
}
.collapsed:hover, .collapsed_hover {
	cursor: pointer;
	background-color: #eee;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.collapsed * {
	display: inline;
}
.collapsed .comment_text {
	margin-left: 0;
}
.collapsed .avatar {
	margin-right: 10px;
}
.collapsed .avatar,
.collapsed .avatar img {
	width: 23px;
	height: 23px;
}
.collapsed .avatar_hover {
	display: none;
}
.collapsed .author,
.collapsed .comment_content,
.collapsed .comment_content * {
	font-size: 12px;
}
.collapsed .author {
	float: left;
	margin-bottom: 0;
}
.collapsed .author {
	line-height: 23px;
	padding-right: 5px;
}
.collapsed .author small,
.collapsed .author .parent_link {
	display: none;
}
.collapsed .actions:before {
	content: "…";
	color: #f66926;
}
.collapsed .actions {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 2px 10px 0;
	background-color: #fff;
	border-radius: 3px;
	font-weight: bold;
	color: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-transition: opacity .15s linear;
}
.collapsed .actions ul {
	display: none;
}
.collapsed .actions time {
	display: none;
}
.collapsed:hover .actions time {
	display: inline;
}
.collapsed_thread .replies {
	padding-left: 35px;
}

.highlighted_comment > .comment_content_wrapper { background: #FEFDE8; }

/* MODERATION APP (COMMENTS)
------------------------------------------------------------------ */
body.moderation .content-object h3 { border-bottom: 1px solid #eee; margin-bottom: 10px; }
body.moderation .content-object h3 .comment-count { font-size: 16px; color: #999; display: inline; }
body.moderation .content-object .comment_list { padding-top: 20px; margin-bottom: 30px; }
body.moderation .content-object .comment { padding-left: 30px; }
body.moderation .content-object .comment:last-child { border-bottom: 0 none; }
body.moderation button { margin: 5px 8px 5px 0;}
form.moderation { display: inline; }
form.moderation p { display: inline; }

.sidebar .tweet_list .post {
  margin-bottom: 10px;
  padding: 0 0 0 42px;
  overflow: hidden;
}
.sidebar .tweet_list .post_meta {
}
.sidebar .tweet_list .date,
.sidebar .tweet_list .time {
  color: #333;
}
.sidebar .tweet_list .date {
  padding-left: 5px;
}
.sidebar .tweet_list .status {
  padding: 10px;
}
.sidebar .tweet_list .status p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #666;
  font-size: 12px;
  line-height: 16px;
}
.sidebar .tweet_list .tweet .username {
  font-size: 16px;
  font-weight: bold;
}

.sidebar .tweet_list {
  padding: 0 5px;
}
.sidebar .tweet_list .post_meta a {
  font-size: 14px;
}


/* TWITTER SIDEBAR
----------------------------------------------------------------------------*/
.twitter_list {
  margin-bottom: 20px;
  padding: 5px;
  background: #C6EAFF;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eef9ff), to(#C6EAFF));
  background: -moz-linear-gradient(100% 100% 90deg, #C6EAFF, #eef9ff);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.twitter_list h3 {
  margin: 0;
  padding: 0 5px 5px 5px;
  font-size: 14px;
  line-height: 18px;
  color: #14365a;
  text-shadow: #fff 1px 1px 0;
}
.twitter_list strong {
  color: #333;
}
.twitter_list .twitter_content {
  margin: 0;
  padding: 10px 5px;
  background: #fff;
  border: solid 1px #88ceff;
  border-bottom: none;
  border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  color: #777;
  text-align: center;
}
.twitter_list .tweet_list {
  padding: 0;
  background: #fff;
  border: solid 1px #88ceff;
  border-top: none;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.twitter_module.twitter_list .tweet_list .tweet {
  margin-bottom: 5px;
  padding: 5px 10px 5px 47px;
  border-bottom: solid 1px #88ceff;
}
.twitter_list .tweet_list a.avatar {
  left: 6px;
}
.twitter_list .tweet_list .status {
  padding: 0 0 5px 0;
}
.twitter_module.twitter_list .tweet_list .status p {
  font-size: 13px;
  line-height: 17px;
  color: #333;
}
.twitter_list .footer {
  margin: 0;
  padding: 0 5px;
  padding-bottom: 6px;
  text-align: center;
}
.twitter_module .tweet_list .post {
  margin-bottom: 10px;
  padding: 0 0 0 42px;
  overflow: hidden;
}
.twitter_module .tweet_list .post_meta,
.twitter_module .tweet_list .tweet .username {
  font-size: 13px;
  color: #333;
}
.twitter_module .tweet_list .tweet a.username:hover {
  color: #F66926;
  text-decoration: underline;
}
.twitter_module .tweet_list .tweet .datetime,
.twitter_module .tweet_list .tweet .datetime .date,
.twitter_module .tweet_list .tweet .datetime .time {
  font-size: 12px;
  font-weight: bold;
  color: #999;
}
.twitter_module .tweet_list .tweet .date {
  padding: 0;
}
.twitter_module .tweet_list .tweet p {
  font-size: 12px;
  line-height: 16px;
}

/* ================= */
/* videos            */
/* ================= */


.video_list #video_details { border-bottom: 5px solid #e5e6ec; margin-bottom:20px; padding:10px 5px 15px 5px; }
.video_list #video_details p { margin-bottom:5px;}
.video_list #video_details .content_info { margin:9px 0;}
.video_list #video_details p.byline { font-weight:normal; }
.video_list ul.video-list:after { /* Clear fix */ content:  ".";   display: block;  height: 0;  clear: both;  visibility: hidden; }
.video_list ul.video-list { /* IE fix */ zoom: 1; }
.video_list ul.video-list { margin:0; padding:0 0 20px 0; list-style:none;}
.video_list ul.video-list li { margin:0; padding:0 10px 10px 0; float:left; width:310px;}
.video_list ul.video-list a:after { /* Clear fix */ content:  ".";   display: block;  height: 0;  clear: both;  visibility: hidden; }
.video_list ul.video-list a { /* IE fix */ zoom: 1; }
.video_list ul.video-list a { display:block;  font-weight:bold; padding:5px; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; }
.video_list ul.video-list a img { float:left; margin-right:10px;}
.video_list ul.video-list a small { display:block; color:#aaa; font-size:12px; font-weight:normal; margin-left:70px;}
.video_list ul.video-list a:hover { text-decoration:none; background:#f5f5f5; }
.video_list ul.video-list .active a { background:#ddd; color:#888; }

.video_set_detail #comments { border-top: 5px solid #e5e6ec;  padding:20px 5px 15px 5px; }


.module ul.videos li:after { /* Clear fix */ content:  ".";   display: block;  height: 0;  clear: both;  visibility: hidden; }
.module ul.videos li { /* IE fix */ zoom: 1; }
.module ul.videos img { float:left; margin:0 10px 5px 0;}

.weblogs .list h3 {
  margin-bottom: 10px;
  font-size: 22px;
}
.weblogs .list h3 a {
  color: #444;
}
.weblogs .list h3 a:hover,
.weblogs .list h3 a:focus {
  text-decoration: underline;
  color: #A4CF0E;
}
.weblogs .list .post {
  margin-bottom: 1.5em;
}
.weblogs .list .after_post_tools {
  padding-bottom: 1.75em;
  border-bottom: 1px solid #eee;
}
.weblogs .post {
  padding: 0;
}
.weblogs .list .post .post_meta a.avatar {
  padding-bottom: 0;
}

/* Tags */
.weblogs tr:nth-child(2n+1) {
  background-color: #f4faff;
}
.weblogs tr:hover {
  background-color: #e1ecf2;
}
.weblogs th, .weblogs td {
  padding: 5px;
}
.weblogs .num_data {
  text-align: right;
}


/* Tabs */

.ui-tabs-nav li {
  display: inline;
}
.ui-tabs-nav li a {
  padding: 0 5px;
}


/* Index pages */

.weblogs .extracted-embed {
  float: right;
  margin-top: 0;
  padding-top: 0;
  clear: right;
}
.weblogs .extracted-embed .object {
  padding: 0 0 0 15px;
  line-height: 0;
}
.weblogs .loner .extracted-embed {
  float: none;
}
.weblogs .extracted-embed a {
  display: block;
  padding: 5px;
  border: 1px solid #eee;
}
.weblogs .list .after_post_tools {
  clear: both;
}

.weblogs .post_meta {
  margin-bottom: 1em;
}

/* RESET
-------------------------------------------------------------- */

html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: none; outline: none; font-size: 100%; font-weight: normal;   }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: none; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { width: 100%; border-collapse: collapse; border-spacing: 0; }
table th { font-weight: bold; color: #999; text-align:left; }
th, td { padding: 0 10px 0 0; }
textarea, input { padding: 5px; border: 1px solid #ccc; background: #fff url('http://media.ljworld.com/static/ellington_defaults/images/field_shadow.gif') repeat-x; font: normal 13px/16px 'Lucida Grande', Arial, sans-serif; }
input[type=file] { padding: 0; background: none; border: none; }
form table td ul { list-style: none; padding: 0; }
form table td { padding: 0 10px 5px 0; }


/* BASE
-------------------------------------------------------------- */
html, body { height:100%; }
body { font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 14px; line-height: 20px; color: #222;}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table { margin-bottom: 20px; font-family: 'Helvetica Neue', Arial, sans-serif; }
ul, ol { padding-left: 20px; }
ol { list-style: decimal; }
ul { list-style: disc; }
ul ul, ol ol { margin-bottom: 0; }
dl dt { font-weight: bold; }
dl dd { padding-left: 10px; }
blockquote { padding: 0 20px; }
h1 { font-size: 35px; line-height: 40px; font-weight: bold; color: #333; }
h2 { font-size: 25px; line-height: 30px; font-weight: bold; color: #333; }
h3 { font-size: 22px; line-height: 30px; font-weight: bold; color: #333; }
h4 { font-size: 20px; line-height: 30px; font-weight: bold; color: #333; }
/* h5 { margin-bottom: 10px; font-size: 14px; line-height: 18px; font-weight: bold; color: #a4cf0e; text-transform: uppercase; }*/
h5 { margin-bottom: 10px; font-size: 14px; line-height: 18px; font-weight: bold; color: #8F989C;  }
h5 a { color: #8F989C; }
h6 { font-size: 14px; line-height: 20px; }
b, strong { font-weight: bold; }
label { color: #555; }
i, em { font-style: italic; }
a { outline: none; color: rgb(000,071,142); text-decoration: none; }
a:hover { text-decoration: underline; }
a.gmnoprint img { display: none; }


/* STRUCTURE
-------------------------------------------------------------- */
html { height:100%; margin:0;}
body { background: url('http://media.ljworld.com/static/kusports.com/images/light/bg.png'); height:100%; margin:0; text-shadow: 1px 0 0 rgba(0,0,0,.05); }
/* BODY */
#body { position: relative; margin: 0 auto; padding:0; width: 990px;  }
#body:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
html #body { zoom:1; }

#section_wrapper.active { margin-top:0; margin-bottom:15px; padding-top:9px; background: url('http://media.ljworld.com/static/kusports.com/images/transparent/blue_10.png');  border-top-right-radius:8px; -webkit-border-top-right-radius:8px; -moz-border-radius-topright:8px; border-top-left-radius:8px; -webkit-border-top-left-radius:8px; -moz-border-radius-topleft:8px; }
#content-wrapper { z-index:205; float:left; width:650px; padding:10px; min-height:250px; background:#fff; border-top-left-radius:8px; -webkit-border-top-left-radius:8px; -moz-border-radius-topleft:8px; border-top-right-radius:8px; -webkit-border-top-right-radius:8px; -moz-border-radius-topright:8px; -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.2); -moz-box-shadow: 1px 1px 3px rgba(0,0,0,.2); }
#section_wrapper.active #content-wrapper { border-radius:0px; -webkit-border-radius:0px; -moz-border-radius:0px;}

/* PAGE */
#page { background:url('http://media.ljworld.com/static/kusports.com/images/light/gradient_bg.png') repeat-x; min-height:100%; }


/* FOOTER  */
#footer { margin: 20px auto; width: 990px; clear: both; padding: 10px 0; }
#footer .nav:after { /* Clear fix */ content:  ".";   display: block;  height: 0;  clear: both;  visibility: hidden; }
#footer .nav { /* IE fix */ zoom: 1; }
#footer .nav { background: rgb(130,130,130); background: rgba(30,30,30,.2); border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; margin-bottom:15px; }
#footer .nav .col { float:left; width:145px; padding:10px; color:#eee;}
#footer .nav h4 { font-size:14px; color:rgb(100,100,100); color:rgba(80,80,80,.8); line-height:1.4; padding:0 5px; margin:0 0 7px 0; }
#footer .nav ul { margin:0 0 14px 0; padding:0; list-style:none; }
#footer .nav li  { margin:0; padding:0; }
#footer .nav a { display:block; color:#fff; font-size:13px; padding:0px 5px; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;}
#footer .nav a:hover {background:rgb(100,100,100); background:rgba(80,80,80,.5); text-decoration:none;  }
#footer p { font-size: 13px; color:rgb(80,80,80); color: rgba(30,30,30,.45); padding:0 15px; margin:5px 0; }
#footer p a { color:rgb(30,30,30); color: rgba(30,30,30,.7); }


/* HEADER
-------------------------------------------------------------- */
#logo { display:none; }
#header {  border-top:4px solid #e8ebed;  }
#header .wrapper {margin:0px auto 20px auto; height:70px; position: relative; padding: 0; width:990px; }
#header .branding { margin: -4px 0 0 0; position:absolute; top:0; left:0; width:77px; height:71px; padding:0; }
#header .branding a { display: block; padding-top: 70px; width: 76px; height: 0; background: url('http://media.ljworld.com/static/kusports.com/images/light/logotab.png') no-repeat; overflow: hidden; }
#header .branding a hover { background-position: 0 -53px; }


#header .search { position: absolute; top: 6px; right: 0px; -webkit-border-radius: 4px; z-index:15; }
#header .search p { margin: 0; }
#header .search .search_input { margin-right: 1px; padding: 1px 5px; background: #c2c8cd; width: 150px; height: 17px; font-size: 13px; border: none; -webkit-border-radius: 9px; margin:0;}
#header .search .search_button { padding: 2px 10px; background: #c2c8cd; font-size: 12px; border: none; color: #fff; -webkit-border-radius: 9px; margin:-1px 0 1px 0; line-height:15px;}

#header #game { position:absolute; right:0; bottom:9px; font-size:12px; color:#777; }
#header #game p { margin:0; padding:0;}
#header #game p a { display:block; color:#777; padding:2px 6px; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;}
#header #game p a:hover { color:#fff; background:#00478e; text-decoration:none;} 
#header #game p.live a { background:#00478e url('http://media.ljworld.com/static/kusports.com/images/misc/blue_gradient_bg.png')  repeat-x; color:#ddd;   -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.2);}
#header #game p.live a:hover  { background:#026; color:#fff;}


.top_banner { height:90px; width:990px; margin:-10px auto 20px auto; padding: 0; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;}
.top_banner p {display:none;}
.top_banner .spot { margin:0 auto; width:728px; }


/* HOMEPAGE NOTE */
#homepage_note { float: left; margin-bottom: 10px; padding: 10px; background: #E8EBED; -webkit-border-radius: 4px; -moz-border-radius: 4px; overflow: hidden; }
#content-wrapper .user_has_bracket { background: #A30000 url('http://media.ljworld.com/static/kusports.com/images/icons/ncaa/2009.png') no-repeat 1% 10%; }
#homepage_note #notice h2,
#homepage_note #notice p { margin: 0 0 5px 0; padding: 0; }
#homepage_note h2 { margin-bottom: 3px; font-size: 21px; }
#homepage_note .caps { font-size: 0.9em;}
#homepage_note.user_note { background: #A30000 }
#homepage_note.user_note #notice h2 { color: #fff; }
#homepage_note.user_note #notice p { color: #fff; }
#homepage_note.user_note p { font-size: 13px; }
#homepage_note.user_note p a { color: #aaa; font-weight: bold; }
#homepage_note.user_note p a.button { color: #777; }
#homepage_note.user_note p a.button:hover { color: #fff; }
#homepage_note.user_note p.button { margin: 0; padding: 0; }
#homepage_note.bracket_note.has_header_badge #notice h2,
#homepage_note.bracket_note.has_header_badge #notice p { padding-left: 90px; }
#homepage_note.bracket_note.has_header_badge h2 { position: relative; }
#homepage_note.bracket_note.has_header_badge h2 span { display: block; float: none; position: absolute; left: 0; }
#homepage_note.bracket_note #user_bracket_info h2 { color: #fff; }

#homepage_note div.countdown { float:left; text-align: center; margin:5px 15px 10px 5px; padding:8px 10px; font-size:30px; line-height:1; font-weight:bold; color:#fff; background: url('http://media.ljworld.com/static/kusports.com/images/misc/blue_bg.png');  border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.2); }
#homepage_note div.countdown .quiet { display:block; padding-top:5px; font-size:14px; font-weight:normal; color:#8FADCC;}
.user_has_bracket #notice { float: left; width: 50%; }

#homepage_note #user_bracket_info { float: left; width: 275px; margin-left: 19px; padding: 0 0 0 20px; border-left: solid 1px #B23535; }
#homepage_note #user_bracket_info h2 { padding-left: 0; text-align: left; }
#homepage_note #user_bracket_info ul { padding: 0; list-style: none; }
#homepage_note #user_bracket_info ul li { color: #fff; }
#homepage_note #user_bracket_info ul li big { font-weight: bold; }
#homepage_note #user_bracket_info .avatar { float: right; position: relative; z-index: 10; }
#homepage_note #user_bracket_info .avatar img { border:3px solid #fff; }


/* NAV  */
#nav { clear:left; position: relative; list-style: none; margin: 0 0 0 86px; padding: 0; font-size: 14px; line-height: 20px;  }
#nav:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#nav { zoom:1; }
#nav li { position: relative; float: left; margin: 4px 5px 0 0; padding: 0; }
#nav li a { float: none; display: block; padding: 2px 7px; font-weight: bold; color: #00478e; }
#nav li a:hover { background: #00478e; color:#fff;  border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; text-decoration:none;}

#user_nav { position: relative; list-style: none; margin: 0 0 0 86px; padding: 0; font-size: 12px; line-height: 20px; border-bottom:1px solid #e8ebed;  }
#user_nav:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#user_nav { zoom:1; }
#user_nav li { position: relative; float: left; margin: 0 5px 0 0 ; padding: 4px 0 4px 0; }
#user_nav li a { float: none; display: block; padding: 2px 7px; font-weight: normal; color: #3785d2; colors:#a22;  border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;}
#user_nav li a:hover { background-color: #c2c8cd; background:#a22; color:#fff; text-decoration:none; }

#header .user { font-size: 12px; font-weight: normal; background: #e8ebed; padding: 4px 4px 5px 4px; margin: 0 0 -1px 0; border-right:5px solid #f8f8f8;  }
#header .user a { color: #00478e; }
/* #header .user-signed-in a { background-image:url('http://media.ljworld.com/static/kusports.com/images/icons/gear-15.png'); background-repeat: no-repeat; background-position: 100% -1px; padding-right:25px; } */

/* SIDEBAR 
-------------------------------------------------------------- */
#sidebar { position: relative; float: right; width: 310px; }
#sidebar .ad { margin-bottom: 15px; background: url('http://media.ljworld.com/static/kusports.com/images/transparent/black_20.png') top left; position:relative;  }
#sidebar .ad p {  display:none; margin:0 0 -4px 0;}
#sidebar .ad p small { text-align:center; display:block; text-transform:uppercase; font-size:11px; color:#555;}
#sidebar .ad .spot {padding:5px; width: 300px; background: transparent; text-align: center; }
#sidebar .ad object { margin:0; display:block;}
#sidebar .secondary_ad { width:170px; margin-right:auto; margin-left:auto; }
#sidebar .secondary_ad .spot { padding:5px; width: 160px; height: 600px; background: transparent; text-align: center; }
#sidebar .ad img { display:block; }


/* CORE STYLES
-------------------------------------------------------------- */

/* AUDIO PLAYER */
.audio_player { margin-bottom: 20px; padding: 5px; width: 580px; height: 35px; background: #ddd; -webkit-border-radius: 4px; }

/* BREADCRUMBS */
.breadcrumbs { display: none; }
.breadcrumbs p { margin-bottom: 0; padding-left: 10px; border-bottom: 1px solid #ddd; font-size: 12px; line-height: 18px; overflow: hidden; }
.breadcrumbs a { display: block; float: left; padding: 1px 20px 1px 10px; color: #999; background: #fff url('http://media.ljworld.com/static/ellington_defaults/images/breadcrumb_arrow.gif') right center no-repeat; }
.breadcrumbs a:hover { color: #175e99; text-decoration: none; }
.breadcrumbs span { display: block; float: left; padding: 1px 10px; color: #999; }

/* BUTTONS */
a.button { padding: 3px 15px; background: #fff url('http://media.ljworld.com/static/ellington_defaults/images/button_bg.gif') left bottom repeat-x; border: 1px solid #ccc; font-size: 13px; line-height: 23px; font-weight: bold; color: #777; text-align: center; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; }
a.button:hover { background: #175e99; border-color: #175e99; color: #fff; text-decoration: none; }

input.button, button { padding: 3px 15px; width: auto; background: #fff url('http://media.ljworld.com/static/ellington_defaults/images/button_bg.gif') left bottom repeat-x; border: 1px solid #ccc; font: bold 13px/17px 'Helvetica Neue', Arial, sans-serif; color: #777; text-align: center; cursor: pointer; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; }
input.button:hover, button:hover { background: #175e99; border-color: #175e99; color: #fff; text-decoration: none; }

a.alt_button { font-size: 13px; line-height: 25px; font-weight: bold; color: #aaa; text-align: center; }
a.alt_button:hover { color: #175e99; text-decoration: none; }

input.alt_button { padding: 0; background: none; border: none; font: bold 13px/24px 'Helvetica Neue', arial, sans-serif; color: #ccc; text-align: center; cursor: pointer; }
input.alt_button:hover { color: #175e99; text-decoration: none; }


/* CATEGORY LIST */
.category_list { list-style: none; padding: 0; overflow: hidden; }
.category_list li { float: left; }
.category_list li a { display: block; float: left; margin: 0 1px 1px 0; padding: 2px 10px; background: #ddd; color: #777; }
.category_list li a:hover { background: #175e99; color: #fff; text-decoration: none; }

/* CONTENT */
.content { position: relative; float:none; width:640px; margin:0; padding:5px 5px 10px 5px; }
.content h5.date { margin: 0 0 20px 0; font-size: 13px; line-height: 20px; color: #888; }
.content h5.byline { margin: 10px 0 0 0; font-size: 13px; line-height: 20px; color: #888; }
.content h3 { margin-bottom: 5px; font-size: 20px; line-height: 24px; font-weight: bold; color: #333; }
.content h4 { margin-bottom: 5px; font-size: 16px; color: #333; }
.content h3.divider { position: relative; margin-bottom: 10px; padding: 3px 0; background: #eee; border: 1px solid #ddd; font-size: 12px; font-weight: bold; line-height: 16px; text-align: center; color: #777; -webkit-border-radius: 6px; -moz-border-radius: 6px; }
.content h3.divider a { display: block; color: #777; }

/* CONTENT WIDE */
#content-wrapper.wide { width:970px; padding-top:10px; }
#content-wrapper.wide .content { float: left; }


/* CONTENT INFO */
.content_info { margin-bottom: 20px; padding-left: 10px; border-left: 3px solid #ddd; }
.content_info .byline { margin-bottom: 0; font-size: 14px; font-weight: bold; color: #777; }
.content_info .byline a { color: #555; }
.content_info .date { margin-bottom: 0; font-size: 12px; color: #777; }

/* CONTENT MAP */
.content_map { position: relative; margin-bottom: 20px; top:0; left:0; }
.content_map .enlarge { position: absolute; margin: 0; bottom: 15px; left: 10px; font-size: 13px; }
.content_map .enlarge a { padding: 5px; background: #000; color: #fff; opacity: .7; -webkit-border-radius: 4px; }
.content_map .enlarge a:hover { background: #175e99; text-decoration: none; }

/* SECTION_TITLE */
.section_art img {display:block;}

.section_title { padding:0px 10px 0px 15px; position:relative; }
.section_title ul.nav { list-style:none; position:absolute; top:2px; right:10px; margin:0; }
.section_title ul.nav li { display:inline; padding-left:5px; font-size:14px;}
.section_title h3 a, .section_title .nav a { color:rgb(71,84,97); color:rgba(71,84,97,.8); padding: 2px 5px; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;}
.section_title h3 a:hover, .section_title .nav a:hover {  background: rgb(71,84,97); background: rgba(71,84,97,.6); color:#fff; text-decoration:none; }

.section_title h2, .section_title h1 { margin-bottom: 0px; font-size: 18px; line-height: 22px; padding-bottom:9px; color: #444; }
.section_title h2 a, .section_title h1 a { color:#444; }
.section_title h1 small, .section_title h2 small { color:#666; font-size:16px; font-weight:normal;}
.section_title h3, .content_title em { margin-bottom: 5px; font-size: 16px; line-height: 20px; font-weight: normal; font-style: normal; color: #777; }
.section_title h3 a, .content_title em a { color: #777; }
.section_title h4 { margin-bottom: 5px; font-size: 14px; line-height: 20px; color: #999; }
.section_title p { margin-bottom: 5px; font-size: 15px; line-height: 20px; color: #333; }
.section_title .byline { margin-bottom: 0; font-size: 14px; color: #999; }
.section_title .description { font-weight: normal; }
.section_title p.back { margin:0;}
.section_title p.back a { display: block; float: left; margin: 0px 10px 0 0; width: 20px; height: 22px; background: #999 url('http://media.ljworld.com/static/ellington_defaults/images/back_arrow.gif') center center no-repeat; overflow: hidden; text-indent: -1000px; -webkit-border-radius: 4px; }
.section_title p.back a:hover { background-color: #00478e; }
.section_title .inline_actions { position: absolute; top: 0; right: 0; }
.section_title .pagination { position: absolute; top: 0; right: 0; }
.section_title .feed { position: absolute; top: 0; right: 0; }
.section_title .feed a { display: block; width: 25px; height: 25px; padding:0; background: url('http://media.ljworld.com/static/ellington_defaults/images/feed_icon.gif') no-repeat; overflow: hidden; text-indent: -1000px; }
.section_title .feed a:hover { background-position: 0 -25px; }

p.back { margin:0 0 9px 0;}
p.back a { color: #888; }


hr.section_hr { display:none;}
#section_wrapper.active .section_sidebar { padding-bottom:10px; width:300px; float:right; margin-right:10px; z-index:200;}
 #section_wrapper.active hr.section_hr { display:block; height:0; visibility:hidden; clear:right;}

.section_sidebar .tools small { font-size:11px; color:rgb(71,84,97); color:rgba(71,84,97,.6); display:block;}
.section_sidebar .tools, .section_sidebar .tools li { margin:0; padding:0; list-style:none;}
/*.section_sidebar .tools li { border-top:1px solid #c2c7ca; }*/
.section_sidebar .tools a { padding: 7px 5px; display:block; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;}
.section_sidebar .tools a:hover {  background: rgb(71,84,97); background: rgba(71,84,97,.6); color:#fff; text-decoration:none; }
.section_sidebar .tools a:hover small { color:#fff; }
.section_sidebar .subscribe { padding:5px; margin:0; color:#838588; }
.section_sidebar .emailedition { padding:5px; margin:0; color:#838588; }



/* CONTENT SIDEBAR */
.content_sidebar { float: left; margin: 0 20px 20px 0; padding: 10px 5px; width: 140px; background: #eee; -webkit-border-radius: 6px; -moz-border-radius: 6px; }
.content_sidebar h3 { padding: 0 10px; font-size: 13px; line-height: 20px; }
.content_sidebar ul { list-style: none; margin-bottom: 10px; padding: 0; font-size: 12px; line-height: 19px; }
.content_sidebar ul li { margin: 1px 0; font-weight: bold; }
.content_sidebar ul li a { display: block; padding: 1px 10px; color: #777; -webkit-border-radius: 10px; }
.content_sidebar ul li.on a, .content_sidebar ul li a:hover { background: #777; color: #fff; text-decoration: none; }

/* CONTENT TABS */
.content_tabs { margin: 0 0 20px 0; border-bottom: 1px solid #ddd; }
.content_tabs ul { list-style: none; margin: 0 0 -1px 0; padding: 0; overflow: hidden; }
.content_tabs ul li a { display: block; float: left; margin: 0 2px 0 0; padding: 3px 20px; font-size: 13px; font-weight: bold; color: #999; -webkit-border-top-right-radius: 6px; -webkit-border-top-left-radius: 6px; }
.content_tabs ul li a:hover { background: #eee; text-decoration: none; color: #175e99; }

body.news .content_tabs ul .stories a,
body.podcasts .content_tabs ul .podcasts a,

body.documents .content_tabs ul .documents a,
body.photos .content_tabs ul .photos a,
body.galleries .content_tabs ul .galleries a,
body.audioclips .content_tabs ul .audioclips a,

body.polls .content_tabs ul .polls a,
body.onthestreet .content_tabs ul .onthestreet a,
body.q_and_a .content_tabs ul .q_and_a a,
body.quizzes .content_tabs ul .quizzes a,

body.births .content_tabs ul .births a,
body.couples .content_tabs ul .couples a,
body.obits .content_tabs ul .obits a,

body.blog_list .content_tabs ul .blog_list a,
body.group_home .content_tabs ul .blog_groups_home a,
body.blog_home .content_tabs ul .blog_home a,
body.entry_archive_index .content_tabs ul .entry_archive_index a,
body.blog_entry_form .content_tabs ul .blog_entry_form a,
body.post_link .content_tabs ul .post_link a,

body.videos .content_tabs ul .videos a { background: #fff url('http://media.ljworld.com/static/ellington_defaults/images/tab_bg.gif') repeat-x; border: 1px solid #ddd; border-bottom: none; color: #555; }

/* CONTENT TITLE */


body.news_archive_day .content_title { padding-right: 1px; }

.content_title { position: relative; padding: 0 5px; overflow: hidden; }
.content_title h2 { margin-bottom: 5px; font-size: 25px; line-height: 30px; color: #333; }
.content_title h3, .content_title em { margin-bottom: 5px; font-size: 20px; line-height: 25px; font-weight: normal; font-style: normal; color: #777; }
.content_title h3 a, .content_title em a { color: #777; }
.content_title h4 { margin-bottom: 5px; font-size: 14px; line-height: 20px; color: #999; }
.content_title p { margin-bottom: 5px; font-size: 15px; line-height: 20px; color: #333; }
.content_title .byline { margin-bottom: 0; font-size: 14px; color: #999; }
.content_title .description { font-weight: normal; }
.content_title p.back a { display: block; float: left; margin: 6px 10px 0 0; width: 20px; height: 30px; background: #ccc url('http://media.ljworld.com/static/ellington_defaults/images/back_arrow.gif') center center no-repeat; overflow: hidden; text-indent: -1000px; -webkit-border-radius: 4px; }
.content_title p.back a:hover { background-color: #175e99; }
.content_title .inline_actions { position: absolute; top: 0; right: 0; }
.content_title .pagination { position: absolute; top: 0; right: 0; }
.content_title .feed { position: absolute; top: 0px; right: 10px; }
.content_title .feed a { display: block; width: 30px; height: 30px; background: url('http://media.ljworld.com/static/ellington_defaults/images/tool_sprites.gif') no-repeat 0 -240px; overflow: hidden; text-indent: -1000px; }
.content_title .feed a:hover { background-position: 0 -270px; }
.content_title .itunes { position: absolute; top: 0px; right: 45px; }
.content_title .itunes a { display: block; width: 30px; height: 30px; background: url('http://media.ljworld.com/static/ellington_defaults/images/tool_sprites.gif') no-repeat 0 -360px; overflow: hidden; text-indent: -1000px; }
.content_title .itunes a:hover { background-position: 0 -390px; }


.content_title .calendar { float: right; padding: 5px 0 0 0; border: 1px solid #ccc; -webkit-border-radius: 8px; }
.content_title .calendar table { margin-bottom: 0; }
.content_title .calendar th { margin: 0; padding: 0 0 5px 0; background: #fff url('http://media.ljworld.com/static/ellington_defaults/images/button_bg.gif') repeat-x left bottom; font-size: 13px; font-weight: bold; color: #999; text-align: center; }
.content_title .calendar td { margin: 0; padding: 0; border: 1px solid #ccc; border-left: none; width: 42px; font-size: 20px; font-weight: bold; }
.content_title .calendar td a { display: block; padding: 10px 0; background-color: #fff; color: #777; text-align: center; }
.content_title .calendar td.current a,
.content_title .calendar td a:hover { background-color: #175e99; color: #fff; text-decoration: none; }
.content_title .calendar .more { margin: 0; font-size: 14px; line-height: 16px; }
.content_title .calendar .more a { display: block; background: #eee url('http://media.ljworld.com/static/ellington_defaults/images/more.gif') center center no-repeat; text-align: center; overflow: hidden; text-indent: -1000px; -webkit-border-bottom-left-radius: 7px; -webkit-border-bottom-right-radius: 7px; }

.content_title .title_wrapper { float: left; }
.content_title .title_wrapper .title_info { list-style: none; float: left; margin: 4px 20px 20px 0; padding: 0; width: 440px; font-size: 15px; line-height: 22px; overflow: hidden; clear: left; }
.content_title .title_wrapper .title_info li { margin: 0; overflow: hidden; }
.content_title .title_wrapper .title_info li strong { display: block; float: left; width: 95px; font-weight: normal; color: #999; }
.content_title .title_wrapper .title_info li span { display: block; float: left; width: 345px; }
.content_title .title_wrapper .title_info li .map,
.content_title .title_wrapper .title_info li .buy_tickets { margin-left: 5px; font-size: 12px; color: #999; }
.content_title .title_wrapper .social_tools { list-style: none; margin: 0 0 20px 0; padding: 0; float: left; width: 120px; font-size: 13px; }

#sidebar .map { margin-bottom: 15px; padding: 4px; background: #fff; border: 1px solid #fff; -webkit-border-radius: 6px; -moz-border-radius: 6px; -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.2); -moz-box-shadow: 1px 1px 3px rgba(0,0,0,.2); }
#sidebar .map #map_detail { width: 300px; height: 200px; }

/* CONTENT WRAPPER */
/*#content-wrapper .content_title { margin-bottom:10px; }*/

/* EMAIL EDITION */
.email_edition { margin-bottom: 30px; padding: 10px; border: 1px solid #ddd; -webkit-border-radius: 8px; }
.email_edition h4 { margin-bottom: 0; font-size: 17px; line-height: 22px; font-weight: bold; }
.email_edition p { margin-bottom: 5px; font-size: 14px; color: #555; }

/* EMPTY */
.empty { padding: 20px; background-color: #ddd; background-repeat: no-repeat; background-position: 20px 20px; -webkit-border-radius: 8px; }
.empty h3 { font-size: 25px; line-height: 30px; font-weight: bold; color: #555; }
.empty p { margin-bottom: 10px; font-size: 15px; line-height: 25px; font-weight: bold; color: #777; }
.empty p a { color: #777; }
.empty p a.feed { display: block; float: left; margin: 0 5px 0 0; width: 25px; height: 25px; background: url('http://media.ljworld.com/static/ellington_defaults/images/feed_icon_grey.gif') no-repeat; overflow: hidden; text-indent: -1000px; }
.empty p a.feed:hover { background-position: 0 -25px; }

/* ERRORS */
.errors { padding: 10px 0 10px 50px; background: url('http://media.ljworld.com/static/ellington_defaults/images/caution.gif') 5px 3px no-repeat; border: 1px solid #ddd; font-size: 15px; line-height: 20px; font-weight: bold; color: #555; -webkit-border-radius: 4px; }
.errorlist { list-style: none; margin-bottom: 0; padding: 2px 0 2px 25px; background: url('http://media.ljworld.com/static/ellington_defaults/images/caution_small.gif') 0 3px no-repeat; font-size: 13px; line-height: 20px; font-weight: bold; color: #555; }
.has_errors { padding: 7px 0 8px 50px; background: url('http://media.ljworld.com/static/ellington_defaults/images/caution.gif') 5px 0 no-repeat; border: 1px solid #ddd; font-weight: bold; color: #777; -webkit-border-radius: 4px; }
form p span.errors { display: block; margin-bottom: 5px; font-size: 12px; line-height: 16px; font-weight: bold; color: #b60d00; }

/* FEATURES */
#features:after { /* Clear fix */ content:  ".";   display: block;  height: 0;  clear: both;  visibility: hidden; }
#features { /* IE fix */ zoom: 1; }
#features { position:relative;  background:#eee; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; margin-bottom:15px; padding:10px 0 5px 10px; }
#features .feature  { margin:0; padding:0; width:243px; height:155px; float:left; }
#features .feature br { display:none;}
#features .feature img { display:block; -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.2);}
#features .feature a { position:relative; width:230px; height:140px; padding:5px; display:block; margin: 0; color:#fff; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;}
#features .feature a:hover {background:#999;  color:#fff; text-decoration:none; }
#features .feature big { position:absolute; color:#fff; bottom:5px; font-weight:bold; width:220px; padding:2px 5px; background:url('http://media.ljworld.com/static/kusports.com/images/transparent/black_70.png'); background:rgba(0,0,0,.7); }

#features .carousel_tabs, #features .carousel_tabs ul { list-style:none; margin:0; padding:0; } 
#features .carousel_tabs ul { margin:0;  }
/*#features .carousel_tabs li { zoom:1; height:1%; padding:0;}*/

#features .carousel_tabs li { float:left;}
#features .carousel_tabs li.pages { height:23px;}
#features .carousel_tabs .pages ul { position:absolute; bottom:12px; left:478px; }
/*#features .carousel_tabs .pages li { float:left; }*/
#features .carousel_tabs .pages a { float:left; height:11px; width:11px; margin:0 3px; background:url('http://media.ljworld.com/static/kusports.com/images/misc/carousel-on-off.png') 0 0; text-indent:-2000px; overflow:hidden;  }
#features .carousel_tabs .pages .active a { background:url('http://media.ljworld.com/static/kusports.com/images/misc/carousel-on-off.png') -12px 0;   }

#features .carousel_tabs .previous a, #features .carousel_tabs .next a { position:absolute; bottom:8px; width:27px; height:21px; background:url('http://media.ljworld.com/static/kusports.com/images/misc/prev-next-grey.png') -11px 0; text-indent:-2000px; overflow:hidden; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; }
#features .carousel_tabs .next a {  right:15px; background-position:-61px 0;}
#features .carousel_tabs .previous a {  left:15px;}
#features .carousel_tabs .inactive a { height:19px; width:25px; border:1px solid #ccc; background-position-y:-22px;}
#features .carousel_wrapper { position:relative; width:972px; overflow:hidden;  }

/* FEEDBACK */
#feedback { background: rgb(60,60,60); background: rgba(0,0,0,.4); border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; margin:15px 0; padding:5px 15px 1px 15px; }
#feedback form { margin:0; padding:0;}
#feedback p { padding:2px 0;}
#feedback textarea { width:99%; color:#999; }
#feedback .alt_button { color:#ddd; }

/* INLINE LIST */
.inline_list { display: inline; list-style: none; padding-left: 0; font-size: 12px; }
.inline_list li { display: inline; color: #999; }
.inline_list li a { padding: 0 4px 0 0; color: #999; }
.inline_list li strong { padding: 0 4px 0 0; color: #777; }

/* INLINE LIST TITLE */
.inline_list_title { display: inline; font-size: 12px !important; line-height: 20px !important; font-weight: normal; color: #777 !important; }

/* LEAD */

.lead:after { /* Clear fix */ content:  ".";   display: block;  height: 0;  clear: both;  visibility: hidden; }
.lead { /* IE fix */ zoom: 1; }
.lead { border-bottom: 5px solid #e5e6ec; margin-bottom:20px; padding:0 5px 10px 5px; }
.lead img { margin:0 -5px 5px -5px; }
.lead .video-player { margin:0 -5px 5px -5px; }
.lead h4 { font-size:22px;}
.lead h5 { font-size:16px; font-weight:normal; color:#666; }
.lead h5.preheader { margin:0 0 3px 0; }
.lead div.meta { margin-bottom:9px; margin-top:-2px;}
.lead div.meta p { display:inline; padding-right:8px; color:#777; font-size:12px; }
.lead div.meta a { color:#555;}
.lead p { font-size:13px; margin-bottom:5px;}
.horizontal-art img { float:left; margin-right:10px; padding:0 0 1px 0; }
 
/* LINK LIST */
.link_list { list-style: none; padding: 0; }

/* LIST */
.list { margin-bottom: 30px; }
.list h3 { margin-bottom: 2px; font-size: 14px; line-height: 20px; color: #777; font-weight:normal; }
.list h3 a { color: #777; }
.list .item { margin-bottom: 30px; }
.list .item:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.list .item { zoom:1; }
.list .item .type { margin-bottom: 5px; font-size: 13px; line-height: 18px; font-weight: bold; color: #a4cf0e; text-transform: uppercase; }
.list .item h4 { margin-bottom: 2px; font-size: 17px; line-height: 22px; font-weight: bold; }
.list .item h5 { margin-bottom: 2px; font-size: 14px; line-height: 20px; color: #333; text-transform: none; }
.list .item h5 a { color: #777; }
.list .item p { margin-bottom: 5px; font-size: 14px; line-height: 20px; color: #333; }
.list .item .date { margin: 0; font-size: 13px; color: #999; }
.list .item .byline { margin: 0; font-size: 13px; color: #999; }
.list .item .thumbnail { float: right; display: block; margin: 0 0 0 10px; }
.list .item .thumbnail img { padding: 4px; border: 1px solid #ddd; -webkit-border-radius: 4px; }
.list .item .thumbnail:hover img { background: #175e99; border-color: #175e99; }
.list .footer { list-style: none; margin: 5px 0 0 0; padding: 0; font-size: 12px; line-height: 25px; color: #999; overflow: hidden; clear: both; }
.list .footer li { float: left; margin: 0 15px 0 0; overflow: hidden; }
.list .footer li img.avatar { float: left; margin: 0 5px 0 0; padding: 2px; background: #ddd; width: auto; height: auto; -webkit-border-radius: 3px; }

table.list { width: 100%; }
table.list th { padding: 5px; border-bottom: 1px solid #eee; font-size: 13px; font-weight: bold; color: #777; }
table.list td { padding: 5px; border-bottom: 1px solid #eee; }
table.list td.byline a { font-size: 13px; color: #777; }

/* LIST TITLE */
.list_title { margin-bottom: 5px; font-size: 18px; }

/* MESSAGE */
.message { margin: 20px 0; padding: 10px;  background: #eefdc5; border: 1px solid #cfec7e; -webkit-border-radius: 6px; }
.message p { margin-bottom: 5px; padding-bottom: 5px; font-size: 13px; line-height: 18px; border-bottom: 1px solid #cfec7e; color: #6a7941; }
.message p.last { margin-bottom: 0; padding-bottom: 0; border: none; }

/* MODULE & SIDEBAR_CONTENT */
.sidebar_content { padding:5px }
.sidebar_content { margin-bottom: 15px;  background: #f4f4f4 url('http://media.ljworld.com/static/kusports.com/images/misc/sidebar_grey_bg.png') repeat-x 0 20px;  border-top-left-radius:8px; -webkit-border-top-left-radius:8px; -moz-border-radius-topleft:8px; border-top-right-radius:8px; -webkit-border-top-right-radius:8px; -moz-border-radius-topright:8px; -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.2); -moz-box-shadow: 1px 1px 3px rgba(0,0,0,.2); }
.sidebar_content h2 { margin:0; padding:0; background:transparent; font-size: 14px; font-weight: bold; line-height: 20px;}
.sidebar_content h2 a { color:#4e5a67; padding:8px 5px 0px 5px; line-height:1.2; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; }
.sidebar_content h2 a:hover {  text-decoration:underline;  text-shadow:none; }

.sidebar_content div.blurb { width:auto; padding:10px;}
.sidebar_content div.blurb p { margin-bottom: 7px; }

h3.premodule { color:rgb(108,116,120); font-size:11px; font-weight:normal; margin:14px 0 0px 0; padding:0 5px;  text-transform:uppercase; letter-spacing:.8px; }
.module {margin-bottom: 15px;  background: #f4f4f4 url('http://media.ljworld.com/static/kusports.com/images/misc/sidebar_grey_bg.png') repeat-x 0 20px; padding:0; border-top-left-radius:8px; -webkit-border-top-left-radius:8px; -moz-border-radius-topleft:8px; border-top-right-radius:8px; -webkit-border-top-right-radius:8px; -moz-border-radius-topright:8px; -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.2); -moz-box-shadow: 1px 1px 3px rgba(0,0,0,.2); }
.module ul:after, .module .wrapper:after, .module:after { /* Clear fix */ content:  ".";   display: block;  height: 0;  clear: both;  visibility: hidden; }
.module ul, .module .wrapper, .module { /* IE fix */ zoom: 1; }

.module h2 { margin: 0; color:#475461; background: #fff url('http://media.ljworld.com/static/kusports.com/images/misc/sidebar_header_grey_bg.png') repeat-x left top; font-size: 14px; font-weight: bold; line-height: 20px;}
.module h2.selected a:hover, .module h2 a { display: block; padding: 5px 10px; color: #475461;  text-shadow: -1px -1px 2px rgba(255,255,255,.7);  background:none; }
.module h2.selected a:hover {cursor:default;}
.module h2 a:hover { background: rgb(71,84,97); background: rgba(71,84,97,.6); color: #fff; text-decoration: none; text-shadow: -1px -1px 2px rgba(0,0,0,.3); }
.module h2.top, .module h2.top a { border-top-left-radius:8px; -webkit-border-top-left-radius:8px; -moz-border-radius-topleft:8px; border-top-right-radius:8px; -webkit-border-top-right-radius:8px; -moz-border-radius-topright:8px; }
.module ul { list-style: none; margin: 0; padding: 5px 0; background: #f4f4f4 url('http://media.ljworld.com/static/kusports.com/images/misc/sidebar_grey_bg.png') repeat-x ;}
.module ul li { margin: 0 0 5px 0; padding:0 5px;  font-size: 14px; font-weight: bold; line-height: 18px; }
.module ul li a { display: block; padding: 5px; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; }
.module ul li a small { display: block; margin-top: 2px; font-size: 12px; color: #999; }
.module ul li a:hover { background: #175e99; text-decoration: none; color: #fff; }
.module ul li a:hover small { color: #fff; }
.module .footer { margin: 0; padding: 5px 10px; font-size: 13px; line-height: 17px; text-align: center; }
.module .footer a { padding: 0 3px; font-weight: bold; color: #999; }
.module .footer a:hover { color: #175e99; text-decoration: none; }
.module p.more { margin:0 0 0 -5px; }
.module p.more a {  color:#888; font-size:12px; font-weight:bold; line-height:16px; padding:3px 5px; -webkit-border-radius:4px; margin-right:4px; }
.module p.more a:hover { color:#444 ; background:#ccc; text-decoration:none;  }

.module ul li.more { clear:left; padding:0 5px; margin:0;}
.module ul li.more li, .module li.more ul { margin:0; padding:0; }
.module ul li.more a { color:#888; float:left; font-size:12px; font-weight:bold; line-height:16px; padding:3px 5px; -webkit-border-radius:4px; margin-right:4px; }
.module ul li.more a:hover { color:#444 ; background:#ccc;  }

.module ul.photos { padding: 5px; background: #333; overflow: hidden; }
.module ul.photos li { float: left; margin: 0; padding: 0; }
.module ul.photos li a { display: block; padding: 0; border: 1px solid #333; }
.module ul.photos li a:hover { border-color: #fff; }
.module ul.photos li img { display: block; }

.module ul.videos li a:after { /* Clear fix */ content:  ".";   display: block;  height: 0;  clear: both;  visibility: hidden; }
.module ul.videos li a { /* IE fix */ zoom: 1; }
.module ul.videos img { float:left; margin-right:10px;}

.module ul.latest-photos { padding:5px;}
.module ul.latest-photos a { float:left; padding:5px; }
.module ul.latest-photos a img { display:block;}
.module ul.latest-photos li { padding:0; margin:0; display:inline;}
.module ul.latest-photos li.more { padding: 5px 0; margin:0; display:block;}


.module-user {background: url('http://media.ljworld.com/static/kusports.com/images/misc/red_bg.png'); margin:15px 0;}
.module-user .wrapper { background: url('http://media.ljworld.com/static/kusports.com/images/misc/red_gradient_bg.png')  repeat-x; border-top-left-radius:8px; -webkit-border-top-left-radius:8px; -moz-border-radius-topleft:8px; border-top-right-radius:8px; -webkit-border-top-right-radius:8px; -moz-border-radius-topright:8px; }
.module-user h2 { background:transparent; }
.module-user h2.selected a:hover, .module-user h2 a { color: rgb(240,240,240);  text-shadow: 1px 1px 2px rgba(0,0,0,.4); cursor:default; background:none; }
.module-user h2 a:hover { background: rgb(71,84,97); background: rgba(71,84,97,.6); color: #fff; text-decoration: none; text-shadow: -1px -1px 2px rgba(0,0,0,.3); }
.module-user ul { background:transparent; }
.module-user ul li { padding:0 5px; }
.module-user ul li a small { color: #aaa; }
.module-user ul li a { color:rgb(240,240,240); display: block; padding: 4px 5px; margin-bottom:2px; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; }
.module-user ul li a:hover { background:#500; background:rgba(0,0,0,.4); color:#fff; text-decoration: none;  }
.module-user ul li.more a { color:#300;  }
.module-user ul li.more a:hover { background:#500; background:rgba(0,0,0,.4); color:rgb(240,240,240);  }

.module-user .poll { padding:0; }
.module-user .poll form { padding:0 10px 5px 10px;}
.module-user .poll label { display:block; margin:6px 0px; color:rgb(240,240,240); font-weight:normal; font-size:13px;}
.module-user .poll label input { margin-right:7px;}
.module-user .poll p { margin:15px 0 0 0; }
.module-user .poll input.button { padding:3px 10px; background:#500; background:rgba(0,0,0,.4); color:rgb(240,240,240); border:none; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; }
.module-user .poll input.button:hover { background:#000; background:rgba(0,0,0,.8); color:#fff; }
.module-user .poll form a { display:inline; color:#500; color:rgba(0,0,0,.4); padding:3px 5px; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; }
.module-user .poll form a:hover { background:#500; background:rgba(0,0,0,.4); color:rgb(240,240,240);  }

.module-user .board p { color: #ddd; padding:0 10px; margin:0 0 7px 0; font-size:12px; }

.module-game { margin-bottom:15px; background: url('http://media.ljworld.com/static/kusports.com/images/misc/blue_bg.png');  border-top-left-radius:8px; -webkit-border-top-left-radius:8px; -moz-border-radius-topleft:8px; border-top-right-radius:8px; -webkit-border-top-right-radius:8px; -moz-border-radius-topright:8px; -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.2); }
.module-game .wrapper { padding:5px 5px 0 5px; background: url('http://media.ljworld.com/static/kusports.com/images/misc/blue_gradient_bg.png')  repeat-x; border-top-left-radius:8px; -webkit-border-top-left-radius:8px; -moz-border-radius-topleft:8px; border-top-right-radius:8px; -webkit-border-top-right-radius:8px; -moz-border-radius-topright:8px; }
.module-game ul { background:transparent; margin:0; padding-top:0;}
.module-game ul li { padding:2px 5px; font-size:13px; font-weight:normal; margin:0; color:#fff;}
.module-game ul li ul { margin:-2px -5px; padding:0;}
.module-game ul li b { font-weight:normal;}
.module-game ul li a { display:inline; color:rgb(143,173,204); padding:0; }

.module-game .gamelink { margin-bottom:5px; padding:3px 5px; display:block; font-size:32px; line-height:36px; font-weight:bold; color:#fff; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; text-shadow:1px 1px 3px rgba(0,0,0,.4);}
.module-game .gamelink small { display:block; font-size:13px; font-weight:normal; line-height:18px; color:rgb(143,173,204); text-shadow:none;}
.module-game .gamelink:hover { background:#036; background:rgba(0,0,0,.3); text-decoration:none;}
.module-game ul li.more { padding: 0; margin:0; font-weight:bold; }
.module-game ul li.more a { color:rgb(143,173,204); }
.module-game ul li.more a:hover { background:#036; background:rgba(0,0,0,.3); color:rgb(143,173,204);  }

/* MONTH CALENDAR */
.month_calendar { margin-bottom: 30px; border: 1px solid #ddd; -webkit-border-radius: 6px; }
.month_calendar h2 { display: block; margin-bottom: 0; padding: 5px 0; background: #fff url('http://media.ljworld.com/static/ellington_defaults/images/button_bg.gif') repeat-x left bottom; font-size: 14px; font-weight: bold; line-height: 20px; color: #777; text-align: center; -webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; }
.month_calendar table { margin: 0 0 20px 1px; }
.month_calendar table th { padding: 5px 0; font-size: 13px; line-height: 20px; font-weight: bold; color: #999; text-align: center; }
.month_calendar table td { padding: 0; width: 41px; font-size: 14px; line-height: 20px; text-align: center; border: 1px solid #fff; }
.month_calendar table td a { display: block; padding: 9px 0; background: #eee; font-weight: bold; }
.month_calendar table td a:hover { background: #175e99; color: #fff; text-decoration: none; }
.month_calendar table td.other_month a { background: #fff; color: #999; }
.month_calendar table td.today a { background: #777; color: #fff; }

.sidebar .month_calendar table { width: auto; }

/* MONTH LIST */
.month_list { padding-left: 0; color: #ccc; }

/* MOST POPULAR */
.most_popular { margin-bottom: 20px; padding: 10px; width: 330px; background: #eee; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
.most_popular h4 { margin: 5px 0 10px 0; font-size: 16px; line-height: 20px; color: #777; }
.most_popular ul { list-style: square; font-size: 13px; color: #999; }


/* NOTE */
.note { color: #777; }


/* PAGINATION */
.pagination { overflow: hidden; clear:left; }
.pagination a, .pagination span { display: block; float: left; width: 50px; height: 30px; border: 1px solid #ccc; overflow: hidden; text-indent: -100px; }
.pagination .pages { margin-left: 10px; color: #999; }
.pagination .next { background: url('http://media.ljworld.com/static/ellington_defaults/images/next.gif') no-repeat; border-left: 1px solid #eee; -webkit-border-top-right-radius: 15px; -webkit-border-bottom-right-radius: 15px; -moz-border-radius-topright: 15px; -moz-border-radius-bottomright: 15px; }
.pagination .previous { background: url('http://media.ljworld.com/static/ellington_defaults/images/previous.gif') no-repeat; border-right: none; -webkit-border-top-left-radius: 15px; -webkit-border-bottom-left-radius: 15px; -moz-border-radius-topleft: 15px; -moz-border-radius-bottomleft: 15px; }
.pagination a:hover { background-position: 0 -60px; border-color: #175e99; }
.pagination span.next { background-position: 0 -30px; }
.pagination span.previous { background-position: 0 -30px; }

ul.tabs:after { /* Clear fix */ content:  ".";   display: block;  height: 0;  clear: both;  visibility: hidden; }
ul.tabs { /* IE fix */ zoom: 1; }
ul.tabs { border-bottom:1px solid #ddd; margin:10px 0; padding: 1px 0 0 0; background:transparent url('http://media.ljworld.com/static/kusports.com/images/misc/tab_bg_onwhite.png') repeat-x bottom left; list-style:none;}
ul.tabs li { float:left; margin-right:5px; }
ul.tabs li a { color:#bbb; display:block; padding:3px 7px 2px 7px; border-top-left-radius:4px; -webkit-border-top-left-radius:4px; -moz-border-radius-topleft:4px; border-top-right-radius:4px; -webkit-border-top-right-radius:4px; -moz-border-radius-topright:4px; }
ul.tabs li a:hover { background:#eee; color:#888; text-decoration:none;}
ul.tabs li.ui-tabs-selected a { margin-bottom: -1px; background:#fff; color:#555; border:1px solid #ddd; border-bottom:0; }
.ui-tabs-hide { display: none; }

/* PANEL */
.panel .title { background-color: #66A3D6; }

/* SUBMIT CONTENT */
.submit_content a { padding: 3px 10px; background: #999; color: #fff; -webkit-border-radius: 10px; }
.submit_content a:hover { background: #ddd; color: #777; text-decoration: none; }


/* Terms */
.terms { font-size:smaller; color:#666;}

/* tumble rail */

.tumblerail { margin-top:-5px; width:240px; }
.tumblerail-dated { margin-top:-25px; }
.tumblerail h5 { margin:0; padding:25px 5px 5px 5px;  font-size: 12px; color: #aaa;  font-weight:normal;  border-bottom:1px solid #e5e6ec;  }
.tumblerail h5.top { padding-top:0; }
.tumblerail .item:after { /* Clear fix */ content:  ".";   display: block;  height: 0;  clear: both;  visibility: hidden; }
.tumblerail .item { /* IE fix */ zoom: 1; }
.tumblerail .item { padding:5px 0; border-bottom:1px solid #e5e6ec; font-size:13px; line-height:1.4; overflow:hidden; position:relative; }
.tumblerail a:after { /* Clear fix */ content:  ".";   display: block;  height: 0;  clear: both;  visibility: hidden; }
.tumblerail a { /* IE fix */ zoom: 1; }
.tumblerail a { padding:2px 0; font-weight:bold; display:block; display:table-row; position:relative; width:240px; border-radius:4px; -webkit-border-radius:4px; }
.tumblerail a:hover { background:#f2f2f2; text-decoration:none; }  
.tumblerail a .thumbnail img { display:block; }
.tumblerail a small { display: block; margin-top: 2px; font-size: 12px; color: #999; }
.tumblerail a .link { display: block; display:table-cell; vertical-align:middle; padding:3px 5px; font-weight:bold; width:230px; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;}
.tumblerail a.thumbnail .link { border-top-left-radius:0px; -webkit-border-top-left-radius:0px; -moz-border-radius-topleft:0px; border-bottom-left-radius:0px; -webkit-border-bottom-left-radius:0px; -moz-border-radius-bottomleft:0px; }
.tumblerail a .thumbnail { position:relative; display:block; padding:4px 5px; }
.tumblerail a .thumbnail { display:table-cell; border-top-left-radius:4px; -webkit-border-top-left-radius:4px; -moz-border-radius-topleft:4px; border-bottom-left-radius:4px; -webkit-border-bottom-left-radius:4px; -moz-border-radius-bottomleft:4px;}

.tumblerail .audioclip .link { font-weight:normal; }
.tumblerail .audioclip small { display:inline; }

.tumblerail .fanblog a { background: url('http://media.ljworld.com/static/kusports.com/images/misc/red_gradient_bg.png') 0 -15px; } 
.tumblerail .fanblog a:hover { background:#620000;}
.tumblerail .fanblog a small { color:#ccc; }
.tumblerail .fanblog a .link { color:#fff; }

.tumblerail .gallery small { display:inline; padding-right: 4px; }
.tumblerail .gallery .thumbs { display:block; padding:4px 0 0 0; }
.tumblerail .gallery .thumbs img { padding:0 4px 0 0;}

.tumblerail .video span.thumbnail { vertical-align:middle; position:relative; }
.tumblerail .video span.thumbnail .overlay { display:block; position:absolute; top:23px; left:27px;
  background: url('http://media.ljworld.com/static/kusports.com/images/misc/video_arrow_overlay_26x22.png') top left no-repeat;
  width: 26px;
  height: 22px;
}

.tumblerail .podcast span.thumbnail { display:block; display:table-cell; width:60px; height:50px; padding:2px 5px; vertical-align:middle; background: url('http://media.ljworld.com/static/kusports.com/images/misc/podcast-play-button_50x50.png') center center no-repeat; -webkit-border-top-left-radius:4px; -moz-border-radius-topleft:4px; border-bottom-left-radius:4px; -webkit-border-bottom-left-radius:4px; -moz-border-radius-bottomleft:4px; } 

/* YEAR LIST */
.year_list { padding-left: 0; color: #ccc; }

/* LEAD LIST */
.lead_list {}
.lead_list .item { padding: 10px; border: 1px solid #ddd; -webkit-border-radius: 6px; }


#userhood { z-index:9000; position:absolute; top:0; width:100%; display:block;}
#userhood .wrapper { background:#e8ebed; }
#userhood .hood { width:990px; margin:0 auto; padding:0 0 30px 0;}
#userhood .hood:after { /* Clear fix */ content:  ".";   display: block;  height: 0;  clear: both;  visibility: hidden; }
#userhood .hood { /* IE fix */ zoom: 1; }

#userhood .hood-footer .hood { margin:0; padding:0; width:auto; }
#userhood .hood-footer p {  margin:0; padding:0;}
#userhood .hood-footer a { text-align:center; color:#bbb;  background: #777; font-weight:bold; font-size:16px; padding:8px 0;  display:block;  }
#userhood .hood-footer a:hover { color:#eee; background: #333; text-decoration:none; }

#userhood .login h2 { font-size:18px; line-height:1.3; margin:7px 0; font-weight:normal; color:#3f3f3f; }
#userhood .login h3 { font-size:14px; line-height:1.3; margin:7px 0 14px 0; font-weight:normal; color:#7b7b7b; }

#userhood .login_form { float: left; margin: 30px 0; width: 400px; padding-right:39px; border-right:1px solid #ccc; margin-right: 40px; }
#userhood .login_form p { margin-bottom: 5px; }
#userhood .login_form p input { width: 250px; }
#userhood .login_form p.submit { margin-left: 75px; }
#userhood .login_form p.submit .button { width: auto; }
#userhood .signup_form { float: left; margin: 30px 0; width: 475px; }
#userhood .signup_form p { margin-bottom: 5px; }
#userhood .signup_form p input { width: 250px; }
#userhood .signup_form p.submit { margin-left: 80px; }
#userhood .signup_form p.submit .button { width: auto; }

#overlay { width:100%; height:100%;  position:absolute; top:0; background:#fff; }


/* Legacy support!
-------------------------------------------------------------- */
.statswhite { color: rgb(253, 251, 118) }
.flatpage_default table {border-spacing:1px 1px;}
.flatpage_default td { padding:5px 5px; border-bottom:1px solid #bbb; vertical-align:middle; font-size:12px; }


/* HOME
-------------------------------------------------------------- */

#home .section_title { padding:0;}
#home .live_game .wrapper { padding:15px 10px 0 10px }
#home .live_game h3 { font-size:24px; color:#fff; font-weight:bold; }
#home .live_game h3 a { padding-left:0; color:#fff; }
#home .live_game h3 strong { font-weight:normal; padding:2px 5px; background:#fff; color:#00478e; font-weight:normal; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; }
#home .live_game h3 small { font-size:16px; font-weight:normal; color:#8fabc6; padding-left:10px;}

#home .live_game .game_updates p { font-size:16px; line-height:1.5; color:#eee;}
#home .live_game .more { clear:left; position:relative; left:-5px;}
#home .live_game .more li {font-weight:bold; float:left; padding:0 10px 5px 0;}
#home .live_game .more li a {  padding:3px 5px;}
#home .live_game .more li a:hover { background:#00478e; background: rgba(0,0,0,.3);}
#home .live_game .game_updates { width:320px; margin:10px 10px 10px 0 ; float:left; }
#home .live_game .photos { width:290px; margin:10px 10px 10px 0 ; float:left; }
#home .live_game .sponsor { margin-top:0; width:300px; float:right}
#home .live_game .sponsor p  { margin:0 0 3px 0; padding:0; font-size:12px; line-height:1.5; color:#aaa;}

#home .primary { width:400px; float:left;}
#home .content { padding:0px; margin:0;width:650px}
#home #secondary { float:left; width:240px; margin-left:10px; }

#home p.more { margin-top:15px; }
#home p.more a { color:#888; font-weight:bold; padding:2px 5px; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;}
#home p.more a:hover { text-decoration:none; background:#f5f5f5;  }

#home #chats { border-bottom: 5px solid #e5e6ec; margin-bottom:20px; padding:0 5px;}
#home #chats h4, #home #chats h4 a:link { font-size: 12px; color: #999; }
#home #chats h3 { margin-bottom:10px;}
#home #chats ul { list-style:none; font-weight:bold; margin:5px 0 18px 0; padding:0;  }
#home #chats li { margin:2px 0; padding:0; font-weight:bold;}
#home #chats li small { font-size:12px; font-weight:normal; color:#888;}
#home #chats .chat a.button { margin-right:5px;}

#home #headlines { border-bottom: 5px solid #e5e6ec; margin-bottom:20px; }
#home .headlines p.date {font-size: 11px; color: #999; text-transform:uppercase; margin:5px 0; padding:0 5px; }
#home .headlines ul { list-style:none; font-weight:bold; margin:5px 0 18px 0; padding:0 5px;  }
#home .headlines li { margin:2px 0; padding:0; font-weight:bold;}
#home .headlines a small { font-size:12px; font-weight:normal; color:#888;}
#home #headlines p.more { margin-bottom:5px; }

#home .featured_section { border-bottom: 5px solid #e5e6ec; margin-bottom:20px;  }
#home .featured_section h4 {margin:15px 0 8px 0;}
#home .featured_section h4 a { padding:2px 5px 2px 10px; font-size:18px; line-height:2; height:36px; position:relative; display:block; margin:0; background:#eee; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;}
#home .featured_section h4.badge a { padding-left:75px; }
#home .featured_section h4 a:hover { color:#444; background:#ccc; text-decoration:none; }
#home .featured_section h4 a img { position:absolute; top:-13px; left:-11px;}
#home .featured_section .inline_list { dos}
#home .featured_section .inline_list { display:block; border-bottom:1px solid #eee; padding:0 5px 5px 5px; margin-bottom:10px;}

#home #videos { border-bottom: 5px solid #e5e6ec; margin-bottom:20px;  }
#home #video-details-featured { padding:5px; margin-bottom:5px; border-bottom: 1px solid #e5e6ec; }
#home #video-details-featured p { margin-bottom:5px;}
#home ul.video-list, .home ul.video-list li { margin:0; padding:0; list-style:none;}
#home ul.video-list a:after { /* Clear fix */ content:  ".";   display: block;  height: 0;  clear: both;  visibility: hidden; }
#home ul.video-list a { /* IE fix */ zoom: 1; }
#home ul.video-list a { display:block; font-weight:bold; padding:5px; margin-bottom:7px ; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; }
#home ul.video-list a img { float:left; margin-right:10px;}
#home ul.video-list a small { display:block; color:#aaa; font-size:12px; font-weight:normal; margin-left:70px;}
#home ul.video-list a:hover { text-decoration:none; background:#f5f5f5; }
#home ul.video-list .active a { background:#ddd; color:#888; }

#home #blast-past h3 { padding:0 5px 0 5px; color:#999; font-size:14px; font-weight:normal;  }
#home #blast-past .blast { padding:10px 10px 3px 10px; color:#777; background:#F6F5E7; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;}
#home #blast-past .blast p { margin:0 0 7px 0;}
#home #blast-past .blast a { font-weight:bold;}

#home #secondary div.more { border-bottom: 5px solid #e5e6ec; padding-bottom:10px; margin-bottom:20px; }
#home #secondary div.more p { padding:0 5px; color:#aaa; font-size:12px; margin:5px 0; }
#home #secondary div.more ul:after { /* Clear fix */ content:  ".";   display: block;  height: 0;  clear: both;  visibility: hidden; }
#home #secondary div.more ul { /* IE fix */ zoom: 1; }
#home #secondary div.more ul { margin:0; padding:0; list-style:none;}
#home #secondary div.more li { padding:0; float:left; }
#home #secondary div.more li a { float:left; white-space:nowrap; color:#888; font-weight:bold; padding:2px 5px; margin:0 5px 0 0; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;}
#home #secondary div.more li a:hover { background:#f2f2f2; text-decoration:none; }

#home .events { margin-top:-5px; }
#home .events h6 { margin:20px 0 10px; padding:0 5px 2px 5px; color:#aaa; border-bottom:1px solid #e5e6ec;  }
#home .events ul { list-style:none; margin:0; padding:0; }
#home .events li { margin:0 0 3px 0; padding:0;}
#home .events li a { display:block; font-weight:bold; padding:2px 5px; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; }
#home .events li a:hover { text-decoration:none; background:#f5f5f5;  }
#home .events li a small { font-weight:normal; font-size:12px; color:#aaa; display:block; }
#home .events li a small.time { display:inline;}

/* SKINS
-------------------------------------------------------------- */

body.dark-red #footer .nav h4 { color:#aaa; color:rgba(180,180,180,.8); }
body.dark-red #footer .nav a:hover {background:rgb(20,20,20); background:rgba(0,0,0,.35); }
body.dark-red #footer p { color:rgb(120,120,120); }
body.dark-red #footer p a { color:rgb(200,200,200); color: argba(200,200,200,.7); }

body.dark-red #footer .nav { background:#5c0808; background: rgba(30,30,30,.2); }
body.dark-red #footer .horizontal_ad { background:#6b0302; background:rgba(0,0,0,.1) }
body.dark-red #feedback { background:#470202; background:rgba(0,0,0,.4); }

body.dark-red { background: url('http://media.ljworld.com/static/kusports.com/images/dark-red/bg.png'); height:100%; margin:0; }
body.dark-red #page { background:url('http://media.ljworld.com/static/kusports.com/images/dark-red/gradient_bg.png') repeat-x; min-height:100%; }
body.dark-red #header {  border-top:4px solid #403d3d;  }
body.dark-red #header .branding a { background: url('http://media.ljworld.com/static/kusports.com/images/dark-red/logotab.png') no-repeat;}
body.dark-red #header .search .search_input {  background: #403d3d; }
body.dark-red #header .search .search_button { background: #403d3d; }
body.dark-red #nav li a { color: #fff; }
body.dark-red #nav li a:hover { background: #403d3d; color:#fff;}
body.dark-red #user_nav { border-color: #362f2f;}
body.dark-red #user_nav li a { color: #bbb; }
body.dark-red #user_nav li a:hover { background-color: #811; color:#fff; } 
body.dark-red #header .user { background: #403d3d; border-right:5px solid #050000;  }
body.dark-red #header .user a { color: #bbb; }
/* body.dark-red #header .user-signed-in a { background-position: 100% -26px; } 
body.dark-red #header .user a:hover { color: #bbb; background-color:#555151; }*/

body.dark-red #section_wrapper.active { background:url('http://media.ljworld.com/static/kusports.com/images/transparent/white_30.png'); }
body.dark-red .section_title h2, body.dark-red .section_title h1 { color: #eee; }
body.dark-red .section_title h2 a, body.dark-red .section_title h1 a { color:#eee; }
body.dark-red .section_title h1 small, body.dark-red .section_title h2 small { color:#aaa; }
body.dark-red .section_title p.back a { background-color:#777; background-color: rgba(255,255,255,.2); }
body.dark-red .section_title p.back a:hover { background-color: rgb(33,33,33); background-color: rgba(0,0,0,.4); }
body.dark-red .section_title h3, .content_title em { color: #403d3d; }
body.dark-red .section_title h3 a, .content_title em a { color: #403d3d; }
body.dark-red .section_title h3 a, body.dark-red .section_title .nav a { color:rgb(180,180,180); }
body.dark-red .section_title h3 a:hover, body.dark-red .section_title .nav a:hover {  background: rgb(33,33,33); background: rgba(0,0,0,.4); color:#fff; }

body.dark-red #sidebar .ad { background: url('http://media.ljworld.com/static/kusports.com/images/transparent/white_20.png');  }
body.dark-red h3.premodule { color:#eee; }
body.dark-red .section_sidebar .tools small { color:#bbb; }
body.dark-red .section_sidebar .tools a {  color:#fff; }
body.dark-red .section_sidebar .tools a:hover {  background: rgb(33,33,33); background: rgba(0,0,0,.3); color:#fff;}
body.dark-red .section_sidebar .tools a:hover small { color:#fff; }

body.dark-blue { background: url('http://media.ljworld.com/static/kusports.com/images/dark-blue/bg.png'); height:100%; margin:0; }
body.dark-blue #page { background:url('http://media.ljworld.com/static/kusports.com/images/dark-blue/gradient_bg.png') repeat-x; min-height:100%; }
body.dark-blue #header {  border-top:4px solid #0f3d6a;  }
body.dark-blue #header .branding a { background: url('http://media.ljworld.com/static/kusports.com/images/dark-blue/logotab.png') no-repeat;}
body.dark-blue #header .search .search_input {  background: #e9edff; color:#000742;}
body.dark-blue #header .search .search_button { background: #e9edff; color:#000742;}
body.dark-blue #nav li a { color: #fff; }
body.dark-blue #nav li a:hover { background: #0f3d6a; color:#fff;}
body.dark-blue #user_nav { border-color: #2e3666;}
body.dark-blue #user_nav li a { color: #bbb; }
body.dark-blue #user_nav li a:hover { background-color: #811; color:#fff; } 
body.dark-blue #header .user { background: #0f3d6a; border-right:5px solid #000742;  }
body.dark-blue #header .user a { color: #bbb; }
body.dark-blue #section_wrapper.active { background:url('http://media.ljworld.com/static/kusports.com/images/transparent/white_30.png'); }
body.dark-blue .section_title h2, body.dark-blue .section_title h1 { color: #eee; }
body.dark-blue .section_title h2 a, body.dark-blue .section_title h1 a { color:#eee; }
body.dark-blue .section_title p.back a { background-color:#777; background-color: rgba(255,255,255,.2); }
body.dark-blue .section_title p.back a:hover { background-color: rgb(33,33,33); background-color: rgba(0,0,0,.4); }
body.dark-blue .section_title h3, .content_title em { color: #403d3d; }
body.dark-blue .section_title h3 a, .content_title em a { color: #403d3d; }
body.dark-blue .section_title h3 a, body.dark-blue .section_title .nav a { color:#bbb; }
body.dark-blue .section_title h3 a:hover, body.dark-blue .section_title .nav a:hover {  background: rgb(33,33,33); background: rgba(0,0,0,.4); color:#fff; }

body.dark-blue h3.premodule { color:#eee; }
body.dark-blue .section_sidebar .tools small { color:#bbb; }
body.dark-blue .section_sidebar .tools a {  color:#fff; }
body.dark-blue .section_sidebar .tools a:hover {  background: #000742; background: rgba(0,0,0,.3); color:#fff;}
body.dark-blue .section_sidebar .tools a:hover small { color:#fff; }



#section_wrapper.header_badge { margin-top:55px; }
#section_wrapper.header_badge .section_title { height:29px;}
#section_wrapper.header_badge .section_title h2 { position:absolute; top:-40px; left:115px; font-size:24px; }
#section_wrapper.header_badge .section_title p.back a { position:absolute; top:-39px; left:115px; height:20px; }
#section_wrapper.header_badge .section_title h2.back { position:absolute; top:-40px; left:143px; font-size:24px; }
#section_wrapper.header_badge .section_title ul.nav { position:relative; top:0; padding:0 0 9px 100px;}
#section_wrapper #header_badge { position:absolute; top:-60px; left:-20px; }

body.dark-blue #section_wrapper.header_badge .section_title h2 { color:#eee; }

#section_wrapper.lead_art { border-radius:0; -webkit-border-radius:0; -moz-border-radius:0;}
#section_wrapper.background_color { background:#003971;}
#section_wrapper.background_color .section_title h2, #section_wrapper.background_color .section_title h1 { color: #eee; }
#section_wrapper.background_color .section_title h2 a, #section_wrapper.background_color .section_title h1 a { color:#eee; }
#section_wrapper.background_color .section_title p.back a { background-color:#666; background-color: rgba(255,255,255,.2); }
#section_wrapper.background_color .section_title p.back a:hover { background-color: #222; background-color: rgba(0,0,0,.4); }
#section_wrapper.background_color .section_title h3 a, #section_wrapper.background_color .section_title .nav a { color:#bbb; }
#section_wrapper.background_color .section_title h3 a:hover, #section_wrapper.background_color .section_title .nav a:hover {  background: #222; background: rgba(0,0,0,.4); color:#fff; }
#section_wrapper.background_color .section_sidebar .tools small { color:#bbb; }
#section_wrapper.background_color .section_sidebar .tools a {  color:#fff; }
#section_wrapper.background_color .section_sidebar .tools a:hover {  background: #222; background: rgba(0,0,0,.3); color:#fff;}
#section_wrapper.background_color .section_sidebar .tools a:hover small { color:#fff; }


/* tmp */
body.bracket .section_title ul.nav { list-style:none; top:2px; right:10px; margin:0; padding-bottom: 10px; position: relative; }

/* =================== */
/* audioclips          */
/* =================== */

.audioclip_detail .content_title .feed { display:none; }

/* =================== */
/* brackets            */
/* =================== */

body.bracket #content-wrapper .content { width:950px; padding:15px 10px; }
body.bracket hr.section_hr, body.bracket div.section_sidebar { display:none; }

body.bracket .content .header { padding:0 10px; background-color:#ddd; border-bottom:1px solid #bbb; margin-bottom:25px; }
body.bracket .content .header h2 { color:#333; padding:10px 5px; margin:0; font-size:22px;}

body.bracket .content .header ul:after { /* Clear fix */ content:  ".";   display: block;  height: 0;  clear: both;  visibility: hidden; }
body.bracket .content .header ul { /* IE fix */ zoom: 1; }
body.bracket .content .header ul { list-style:none; margin:0; padding:0; }
body.bracket .content .header li { float:left; margin:0 10px 0 0; padding:0; height:30px; }

body.bracket .content .header .text { padding-top:4px; height:27px;}
body.bracket .content .header .button { border-color:#888; color:#555; margin:0 2px 0 5px;}
body.bracket .content .header .button:hover { border-color:#666; background:#666; color:#fff;}
body.bracket .content .header small { color:#555; font-size:12px;}

body.bracket .content .header .tab { background:#bbb; padding:1px 1px 0 1px; position:relative; top:1px; }
body.bracket .content .header .tab a { display:block; height:25px; padding:5px 10px 0 10px;  background:#bbb; font-weight:bold; color:#555; }
body.bracket .content .header .tab a:hover { text-decoration:none; background:#eee; color:#333;}

body.bracket .note {border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;margin-bottom:20px;}
body.bracket .note p:last-child { margin-bottom:0; }
body.bracket .note_warning { padding:7px 10px 10px 10px; background:#F9F0F0; border:1px solid #8E170F; }
body.bracket .note_success { padding:7px 10px 10px 10px; background:#F1F7EE; border:1px solid #69B531; }

body.bracket .fine_print  { margin-top:40px; font-size:12px; color:#666; }

body.bracket .content h2 a.avatar { float: left; margin: 0 10px 10px 0; }
body.bracket .content h2 a.avatar img { border: solid 3px #ddd; }
body.bracket .content h2 .bracket_score { display: block; font-size: 16px; font-weight: normal; color: rgb(85, 85, 85); }

body.bracket .content #comments .header { background: #fff; margin: 0 0 5px 0; padding: 0; border: none; }

body.contest .content .header .tab a.contest,
body.contest .content .header .tab a.contest:hover,
body.your_bracket .content .header .tab a.your_bracket,
body.your_bracket .content .header .tab a.your_bracket:hover,
body.friends_only .content .header .tab a.friends_only,
body.friends_only .content .header .tab a.friends_only:hover,
body.standings .content .header .tab a.standings,
body.standings .content .header .tab a.standings:hover,
body.bracket .content .header .tab a.active,
body.bracket .content .header .tab a.active:hover { background:#fff; color:#333; cursor:default; }

.bracket-sponsors { list-style-type: none; padding: 0 0 20px; text-align: center; border-bottom: 1px solid #ddd; }
.bracket-sponsors li { display: inline; padding: 0 30px; }

#bracket { margin-top:15px; height:1000px; position:relative;}
#bracket .round {position:absolute; top:0; width:950px;}
#bracket #round2 { left:115px; width:720px; }
#bracket #round3 { left:230px; width:490px; }
#bracket #round4 { left:345px; width:260px; }
#bracket #round5 { left:280px; width:380px; }
#bracket #round6 { left:395px; width:150px; }
#bracket .round .region1 .match, #bracket .round .region2 .match { left:0px;}
#bracket .round .region3 .match, #bracket .round .region4 .match { right:0px;}
#bracket .match { border:1px solid #999; padding:0; width:114px; position:absolute; font-size:12px; }
#bracket #round1 .match { height:40px;}
#bracket #round1 .m1 { top:0; }
#bracket #round1 .m2 { top:50px; }
#bracket #round1 .m3 { top:100px; }
#bracket #round1 .m4 { top:150px; }
#bracket #round1 .m5 { top:200px; }
#bracket #round1 .m6 { top:250px; }
#bracket #round1 .m7 { top:300px; }
#bracket #round1 .m8 { top:350px; }
#bracket #round1 .region2 .m1, #bracket #round1 .region4 .m1 { top:550px; }
#bracket #round1 .region2 .m2, #bracket #round1 .region4 .m2 { top:600px; }
#bracket #round1 .region2 .m3, #bracket #round1 .region4 .m3 { top:650px; }
#bracket #round1 .region2 .m4, #bracket #round1 .region4 .m4 { top:700px; }
#bracket #round1 .region2 .m5, #bracket #round1 .region4 .m5 { top:750px; }
#bracket #round1 .region2 .m6, #bracket #round1 .region4 .m6 { top:800px; }
#bracket #round1 .region2 .m7, #bracket #round1 .region4 .m7 { top:850px; }
#bracket #round1 .region2 .m8, #bracket #round1 .region4 .m8 { top:900px; }

#bracket #round2 .match { height:40px; margin-top:24px;}
#bracket #round2 .m1 { top:0; }
#bracket #round2 .m2 { top:100px; }
#bracket #round2 .m3 { top:200px; }
#bracket #round2 .m4 { top:300px; }
#bracket #round2 .region2 .m1, #bracket #round2 .region4 .m1 { top:550px; }
#bracket #round2 .region2 .m2, #bracket #round2 .region4 .m2 { top:650px; }
#bracket #round2 .region2 .m3, #bracket #round2 .region4 .m3 { top:750px; }
#bracket #round2 .region2 .m4, #bracket #round2 .region4 .m4 { top:850px; }

#bracket #round3 .match { height:90px; margin-top:50px;}
#bracket #round3 .m1 { top:0; }
#bracket #round3 .m2 { top:200px; }
#bracket #round3 .region2 .m1, #bracket #round3 .region4 .m1 { top:550px; }
#bracket #round3 .region2 .m2, #bracket #round3 .region4 .m2 { top:750px; }

#bracket #round4 .match { height:190px; margin-top:100px;}
#bracket #round4 .m1 { top:0; }
#bracket #round4 .region2 .m1, #bracket #round4 .region4 .m1 { top:550px; }

#bracket #round5 .match { height:90px; top:425px;}
#bracket #round5 .m1 { left:0; border-left:none; }
#bracket #round5 .m2 { right:0; border-right:none; }

#bracket #round6 .match { height:90px; top:425px; border:none; width:150px; padding:0; }
#bracket #round6 .slot { height:25px; padding:0 10px; line-height:25px; }
#bracket #round6 .selected { font-size:16px; background:#D7E8F0;}
#bracket #round6 .slot1 { border-bottom:1px solid #999; top:22px; }
#bracket #round6 .slot2 { top:48px; }

#bracket h3, #bracket h4 { display:none;}
#bracket #round1 h4 { display:block; position:absolute; left:170px; top:180px; width:150px;}
#bracket #round1 .region3 h4, #bracket #round1 .region4 h4 { left:auto; right:170px; text-align:right;}
#bracket #round1 .region2 h4, #bracket #round1 .region4 h4 { top:730px;}

#bracket .match .slot  { margin:0; position:absolute; left:0; right:0; padding:0 4px; white-space: nowrap; }
#bracket .match .slot1 { top:0px; }
#bracket .match .slot2 { bottom:0px; }
#bracket .match .score { position:absolute; right:4px; }
#bracket .match .seed { color:#666; font-size:10px; }
#bracket .match .winner, #bracket .match .winner em { font-weight:bold; }

#bracket .region1 .match, #bracket .region2 .match { border-left:0px; }
#bracket .region3 .match, #bracket .region4 .match { border-right:0px; }

#bracket .final_pick {font-size:16px; background:#FDFBD8; }
#bracket .selected { background:#E6EBF0; }
#bracket .team_highlight { background:#FAFAC8; }
#bracket .slot_hover { background:#FCF8A2; }
#bracket .incorrect { background:#F0D6D7; }
#bracket .loser { font-weight:normal; color:#777; text-decoration: line-through; }
#bracket .loser a { color:#777; }

#bracket_list_content { width:530px; }
table.bracket_list { margin:0 0 15px 0; padding:0; list-style:none; width:auto ;}
table.bracket_list td { padding:5px; vertical-align:middle; line-height:20px;}
table.bracket_list th { padding:2px 5px; }
table.bracket_list .your_bracket td { border-bottom:1px solid #eee; border-top:1px solid #eee; background:#f7f7f7;}
table.bracket_list img { vertical-align:middle; }
table.bracket_list h3 { font-size:14px; line-height:20px; margin:0;}
table.bracket_list .meta { color:#666; line-height:1.2; }
table.bracket_list .meta b { color:#444; background:#FDFBD8; }
table.bracket_list tr.bracket_header th { padding-top:15px;}

#featured_brackets { width:400px; float:right;  }
#featured_brackets td { font-size:12px; line-height:16px;}
#featured_brackets h3 { font-size:12px; }

#find_friends { color:#777; margin-top:20px; padding-top:20px; border-top:1px solid #ccc;}
#find_friends img.figure { float:right; margin:0 0 5px 10px; border:1px solid #777; -webkit-box-shadow:2px 2px 4px rgba(0,0,0,.3);}

#comments .brackets { margin-top: 20px; font-weight: normal; font-size: 15px; color: #ddd; }
#comments .brackets .tournament_name { display: block; margin: 0 0 10px 0; padding: 5px 10px; background: #434545; font-size: 14px; font-weight: bold; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
#comments .brackets .tournament_name a { color: #fff; }
#comments .brackets .bracket_score,
#comments .brackets .meta { font-weight: normal; font-size: 14px; color: rgb(51, 51, 51); }
#comments .brackets .bracket_score { padding-right: 10px; }
#comments .brackets .meta { margin-right: 10px; }
#comments .brackets .bracket_link { display: block; margin-top: 10px; }
#comments .brackets .bracket_link a.button { color: #777; }
#comments .brackets .bracket_link a.button:hover { color: #fff; }
#comments .brackets a { color: rgb(0, 71, 142); }

/* =================== */
/* comments            */
/* =================== */

.comment_list .avatar_dropdown ul a { border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; }
.comment .collapsed .brackets { display: none; }

/* ================= */
/* Destinations            */
/* ================= */

#sidebar .upcoming-destinations ul li a { color: #eee; font-weight: normal; }
#sidebar .upcoming-destinations ul li a strong { color: #fff; }

body.destination_type-road-hawks .content_title { overflow:visible;}
body.destination_type-road-hawks .content_title h1  {
  background: url('http://media.ljworld.com/static/kusports.com/images/content/roadhawks/RH_logo.png') no-repeat scroll top left;
  width: 284px;
  height: 104px;
  text-indent:-99999em;
  position:relative; left:-75px;
}

body.destination #map_branding {
  background: url('http://media.ljworld.com/static/kusports.com/images/content/roadhawks/RH_logo_small.png') no-repeat scroll top left;
  width: 109px;
  height: 40px;
  position:absolute;
  right:3px; top:192px;
}

/* ================= */
/* events            */
/* ================= */

.calendar_day { float: left; margin: 0 10px 0 0; padding: 15px 7px 0 3px; width: 50px; height: 60px; background: url('http://media.ljworld.com/static/ellington_defaults/images/calendars/calendar_day.gif') no-repeat; }
.calendar_day h5 { width: 50px; font-size: 11px; font-weight: normal; color: #999; text-transform: uppercase; text-align: center; }
.calendar_day h5 strong { display: block; font-size: 25px; color: #333; }
.calendar_day h5 a { color: #999; }
.calendar_day h5.ongoing { margin: 7px 0 0 10px; height: 31px; background: url('http://media.ljworld.com/static/ellington_defaults/images/icons/ongoing.gif') no-repeat; overflow: hidden; text-indent: -1000px; }

body.event_detail .event_title { margin-bottom:15px; }
body.event_detail .content_title { padding-bottom:15px; }
body.event_detail .content_title .title_wrapper .title_info { float: left; width: 440px; }
body.event_detail .content_title .map { float: left; }
body.event_search .ical_feed a { color:#888; position:absolute; top:0; right:5px; height:18px; line-height:10px; padding:12px 30px 0 0 ; background: url('http://media.ljworld.com/static/kusports.com/images/icons/calendar_ical.gif') no-repeat 100% 50%; }

body.events td.title h4 small {  display:block; color:#888;}

#sidebar .calendar_month { position: relative; margin: 0 0 10px 0; padding: 0; width: 300px; border: 5px solid #fff; background: #fff url('http://media.ljworld.com/static/ellington_defaults/images/calendars/calendar_sidebar_top.gif') no-repeat; -webkit-border-radius: 6px; -moz-border-radius: 6px; }
#sidebar .calendar_month h2 { margin-bottom: 0; padding-top: 30px; font-size: 18px; background: none; color: #222; text-align: center; }
#sidebar .calendar_month h2 a { position: relative; display: block; color: #333; }
#sidebar .calendar_month table { margin: 0 10px 8px 17px; width: 265px; }
#sidebar .calendar_month table th { padding: 5px 0; border-bottom: 1px solid #ddd; font-size: 14px; line-height: 20px; color: #555; text-align: center; color: #555; }
#sidebar .calendar_month table td { padding: 0; background: #fff; border: 1px solid #ddd; font-size: 14px; line-height: 20px; font-weight: bold; }
#sidebar .calendar_month table td a { display: block; padding: 9px 0; background: #fff; text-align: center; color: #555; }
#sidebar .calendar_month table td a:hover,
#sidebar .calendar_month table td.other_month a:hover,
#sidebar .calendar_month table td.today a { background: #175e99; color: #fff; text-decoration: none; }
#sidebar .calendar_month table td.other_month a { background: #eee; }
#sidebar .calendar_month p.pagination { position: relative; margin: 0; padding: 0; height: 45px; background: url('http://media.ljworld.com/static/ellington_defaults/images/calendars/calendar_sidebar_bottom.gif') left bottom no-repeat; }
#sidebar .calendar_month p.pagination a { position: absolute; bottom: 10px; padding: 0; width: 35px; height: 35px; border: none; }
#sidebar .calendar_month p.pagination .next { right: 10px; background: url('http://media.ljworld.com/static/ellington_defaults/images/calendars/next_sidebar.gif') no-repeat; -webkit-border-radius: 0px; -moz-border-radius: 0px; }
#sidebar .calendar_month p.pagination .previous { left: 10px; background: url('http://media.ljworld.com/static/ellington_defaults/images/calendars/previous_sidebar.gif') no-repeat; -webkit-border-radius: 0px; -moz-border-radius: 0px; }
#sidebar .calendar_month .spinner { position: absolute; display: none; top: 99px; left: 98px; border: 1px solid #ddd; }

/* SPINNER */
.spinner { width: 100px; height: 100px; background: #fff url('http://media.ljworld.com/static/ellington_defaults/images/spinner.gif') center center no-repeat; -webkit-border-radius: 8px; -moz-border-radius: 8px;  }

.content .calendar_month { width: 620px; padding: 40px 0 0 0; background: url('http://media.ljworld.com/static/ellington_defaults/images/calendars/calendar_top.gif') no-repeat; }
.content .calendar_month h2 { margin-bottom: 0; padding-top: 20px; font-size: 30px; background: none; color: #222; text-align: center; }
.content .calendar_month table { margin: 0 30px 20px 30px; width: 550px; }
.content .calendar_month table th { padding: 20px 0; border-bottom: 1px solid #ddd; font-size: 20px; line-height: 20px; color: #555; text-align: center; color: #555; }
.content .calendar_month table td { padding: 0; background: #fff; border: 1px solid #ddd; font-size: 20px; line-height: 20px; font-weight: bold; }
.content .calendar_month table td a { display: block; padding: 25px 0; background: #fff; text-align: center; color: #555; }
.content .calendar_month table td a:hover,
.content .calendar_month table td.other_month a:hover,
.content .calendar_month table td.today a { background: #175e99; color: #fff; text-decoration: none; }
.content .calendar_month table td.other_month a { background: #eee; }
.content .calendar_month p.pagination { position: relative; margin: 0; padding: 20px 0 0 0; height: 60px; background: url('http://media.ljworld.com/static/ellington_defaults/images/calendars/calendar_bottom.gif') left bottom no-repeat; overflow: hidden; }
.content .calendar_month p.pagination a { position: absolute; bottom: 15px; padding: 0; width: 60px; height: 60px; border: none; }
.content .calendar_month p.pagination .next { right: 15px; background: url('http://media.ljworld.com/static/ellington_defaults/images/calendars/next.gif') no-repeat; -webkit-border-radius: 0px; -moz-border-radius: 0px; }
.content .calendar_month p.pagination .previous { left: 15px; background: url('http://media.ljworld.com/static/ellington_defaults/images/calendars/previous.gif') no-repeat; -webkit-border-radius: 0px; -moz-border-radius: 0px; }


/* ================= */
/* Forums            */
/* ================= */

table.forums th.latest { width:170px;}
table.forums tr { border-bottom: 1px solid #eee; padding:5px; }

table.forums { margin:0 -5px 15px -5px; }
table.forums th, table.forums td { 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 -5px 15px -5px; border-top: 1px solid #eee; padding:0; list-style:none;}
.discussions ul.popular li:after { /* Clear fix */ content:  ".";   display: block;  height: 0;  clear: both;  visibility: hidden; }
.discussions ul.popular li { /* IE fix */ zoom: 1; }
.discussions ul.popular li { border-bottom: 1px solid #eee; margin:0; padding:5px; }
.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; }

/* ================= */
/* Keegan            */
/* ================= */

.keegan .keegangraphic { float:right; margin:5px 5px 15px 20px;}


/* ================ */
/* media            */
/* ================ */

.photo_grid .item .thumbnail { float:none; clear:none; margin:0; }

.gallery_photo_detail .previous_next { padding:0; background:transparent; }
.photo_detail .previous_next  { background-position:top left;}


/* =================== */
/* places              */
/* =================== */

body.places .content_title { padding-right: 0; }
body.places .module ul { padding: 0; }
body.places .module ul li { margin: 0 0 1px 0; }


/* =================== */
/* profiles            */
/* =================== */

#upload_avatar a { float: none; display: block; padding: 2px 7px; font-weight: normal; color:rgb(180,180,180); colors:#a22;  border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;}
#upload_avatar a:hover { background: rgb(33,33,33); background: rgba(0,0,0,.4); color:#fff; text-decoration:none; }

/* =================== */
/* news app            */
/* =================== */

.story_inline_ad { float:left; margin:5px 15px 10px 0;}
.story_inline_ad p { margin:0; text-align:center; font-size:10px; color:#aaa; padding:2px ;}

.story-title { padding:0 5px;}
.story-title .date { margin-bottom: 7px; font-size: 10px; color: #aaa; text-transform:uppercase; }
.story-title .date a:link { color:#888;}
.story-title h2 { margin-bottom: 5px; font-size:32px; line-height: 32px; font-weight:normal; color: #333; font-family: georgia, times new roman, serif ; }
.story-title h3 { margin-bottom: 5px; font-size: 16px; line-height: 16px; font-weight: normal; font-style: normal; color: #888; }
.story-title .pre-story-tools { margin:7px -5px 7px -5px; position:relative; padding:7px 5px 0 5px; border-top:1px dotted #ddd; }
.story-title .byline { margin-bottom: 0; font-size: 13px; font-weight: normal; color: #777; }
.story-title .byline a { color: #555; }

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

.story_body ol,
.story_body ul { list-style-position: inside; }
.story_body li { margin-left:1em; }

.post_story_ad { margin:15px auto; width:468px;}

.lead_inline .byline a { color: #555; }
.lead_inline_videoset h4 a { color:#555; }

body.section .lead { margin-top:-10px; }

body.section #content-wrapper .blurb { border-bottom:1px solid #eee; color:#888; font-size:16px; padding:5px; line-height:1.5; margin-bottom:20px;}
body.section #content-wrapper .blurb p { margin-bottom:1em;}

body.section .content { padding:5px 0 0 0; width: 650px; }
.story_list_has_tumble { width:400px; float:left; margin-right:10px; padding:5px 0; }
.story_list .item { padding:0 5px; }
body.section .tumblerail { float:left; }

.combined_section .section { padding:0 5px; }
.combined_section .section ul { list-style:none; margin:0 0 20px 0; padding:0;}
.combined_section .section li { margin:0; padding:0;}
.combined_section .section li a { color:#888; }

.story-title h3.opinion img { float:left; margin-right:10px; }


/* =================== */
/* search              */
/* =================== */

body.search .content_title { padding:10px 5px 15px 5px }
.content_title .search_form h2 input { width:390px; }
.content_title .search_form fieldset { width:640px; }
.content_title .search_form fieldset ul li { width:200px; }


/* =================== */
/* sports              */
/* =================== */

body.schedule h2 em { font-style: normal; padding-left: .5em;}

.season_overview ul.games:after, .season_overview:after { /* Clear fix */ content:  ".";   display: block;  height: 0;  clear: both;  visibility: hidden; }
.season_overview ul.games, .season_overview { /* IE fix */ zoom: 1; }

.season_overview { margin-bottom: 1.5em;}

.season_overview h3 { font-size: 16px; margin: 0 0 .4em 0; padding: 0 5px; line-height: 1;}
.season_overview em { font-style: normal; padding-left: .5em; }
.season_overview h3 a { font-weight: normal; padding-left: .5em; font-size: .8em;}

.season_overview ul.games { border: 1px solid #ddd; background:#f9f9f9; margin-bottom: 1em; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;}
.season_overview ul.games { float: left; position: relative; list-style: none; padding: 20px 5px 5px 5px; margin: 0; width: 628px }
.season_overview .games li.game { float: left; width: 20px; height: 50px; }
.season_overview .games li.game span { float: left; margin-left:10px; position:relative; height: 50px; border-left: 1px solid #ccc;}
.season_overview .games li.game a { position:absolute; top: 18px; left:-8px; height:11px; width:11px; border: 2px solid #111; overflow: hidden; color: #fff; text-indent: -9999em;}
.season_overview .games li.win a { top: 5px; border-top: 15px solid #222;}
.season_overview .games li.loss a { border-bottom: 15px solid #222;}
.season_overview .games li.header { float: left; background: #fff; height: auto; border: none; margin:-15px 0 0 2px ; width: 0px; overflow: visible; font-size: 9px; line-height: 1;}
.season_overview .games li.next_header { margin-left: 7px;}
.season_overview .next_game { border: none; float: left; margin:0 5px; }
.season_overview .next_game a { display:block; height: 40px; padding: 5px 7px; background: #ddd; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; }
.season_overview .next_game a:hover { text-decoration: none; background: #999; color: #fff;}
.season_overview .next_game b { display: block; }
.season_overview .next_game .info { color:#777; font-size: .85em;}
.season_overview .next_game a:hover .info { color: #fff; }

body.section .season_overview { margin-bottom: 1em; }
body.section .season_overview ul.games { width: 638px }

.sports_schedule th { font-size: .8em; }
.sports_schedule td { border-bottom: 1px solid #ddd; padding:5px 5px 5px 0; vertical-align: top;}
.sports_schedule td.date { width: 4em;}
.sports_schedule td.matchup { width: 13em;}

.sports_schedule .matchupcolor { float:left; height:12px; width:12px; margin: .35em .4em 0 0; border-radius:6px; -webkit-border-radius:6px; -moz-border-radius:6px;}

/* =================== */
/* userland            */
/* =================== */

.user_base #content-wrapper { float:right; }
.user_base #sidebar { float:left; }
.user_base .section_sidebar { float:left !important; margin-left:10px; display:inline;}
.user_base hr.section_hr { clear:left !important;}
.user_base #profile h2 { margin-bottom: 0; }
.user_base #profile h2 em { font-size: 20px; font-style: normal; color:#403D3D; }
.user_base .inline_list { margin-bottom: 10px; }
.user_base .standings { color: #777; }
.user_base .standings big { font-weight: bold; color: #454545; }

#user_tools:after { /* Clear fix */ content:  ".";   display: block;  height: 0;  clear: both;  visibility: hidden; }
#user_tools { /* IE fix */ zoom: 1; }
#user_tools { padding:5px; background:#e0dbdb; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;}

#user_tools h3 { font-size:16px; font-weight:bold; line-height:1.4; margin:0 0 9px 5px;}
#user_tools h3 small { font-size:16px; color:#666;}
#user_tools .follow { float:left; width:145px; margin:0 0 5px 0px; }
#user_tools .follow a { display:block; margin:0px 0px 5px 0; padding:7px 3px; color:#666; font-size:13px; text-align:center; border:1px solid #aaa; background: #fefefe url('http://media.ljworld.com/static/ellington_defaults/images/button_bg.gif') repeat-x bottom center;  border-radius:8px; -webkit-border-radius:8px; -moz-border-radius:8px; }
#user_tools .follow a:hover { background:#362929; border-color:#362929; color:#fff; text-decoration:none; }
#user_tools .follow a strong { display:block; font-size:16px; }
#user_tools .last_login { text-align:center; color:#888; font-size:12px; line-height:1.4; margin:9px 0; margin:0 0 0 5px;}

#user_tools .avatar { float:left; margin-right:5px; }
#user_tools .tools { float:left; width:145px;}
#user_tools .tools li { margin-bottom:1px; zoom:1; }
#user_tools .tools a { padding:1px 5px; color:#362929;}
#user_tools .tools a:hover { color:#fff; background:#362929; }
#upload_avatar { clear:both; padding:10px 0 0 0 ; color:#bbb;}
#upload_avatar form { padding:5px; background:url('http://media.ljworld.com/static/kusports.com/images/transparent/white_90.png'); border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;}
#upload_avatar h4 { font-size:16px; color:#bbb; margin:0; padding: 0 5px; }
#upload_avatar p { padding-top:5px; margin:0; }

/* SOCIAL */
body.user_relationships .content_title #user_avatar { float: left; width: 100px; height: 100px; margin: 0 20px 0 0; }
body.user_relationships .follower_list tr { border-bottom: solid 1px #eee; }
body.user_relationships .follower_list td { padding: 10px 0; }
body.user_relationships .follower_list td.avatar { width: 80px; }



/* ================== */
/* weblogs            */
/* ================== */

.entry_detail p.feed { display:none; }
body.weblogs p.header_image { margin:-10px 0 15px -10px; }

.weblogs .list .post h3 {
  font-size: 17px;
  font-weight: bold;
}
.weblogs .list .post h3 a {
  color: #00478E;
}
.weblogs ul.tabs li.ui-tabs-selected a {
  border: none;
}

.tabbed-content .tabs .ui-tabs-selected a,
.tabbed-content .tabs li a:hover,
.tabbed-content .static_tabs li a:hover,
.tabbed-content .tabs .ui-tabs-selected:hover a,
.tabbed-content .tabs .ui-tabs-selected a:hover,

.draft_post_list .tabbed-content .static_tabs #draft a,
.published_post_list .tabbed-content .static_tabs #published a,
.dashboard .tabbed-content .static_tabs #news_feed a,
.timeline .tabbed-content .static_tabs #user_activity a,
.draft_post_list .tabbed-content .static_tabs #draft a:hover,
.published_post_list .tabbed-content .static_tabs #published a:hover,
.dashboard .tabbed-content .static_tabs #news_feed a:hover,
.timeline .tabbed-content .static_tabs #user_activity a:hover {
  background: #00478E;
  color: #fff;
  text-shadow: rgba(0,0,0,0.5) 0 1px;
  -webkit-box-shadow: inset 0 0 10px rgba(13,37,47,.5);
  -moz-box-shadow: inset 0 0 10px rgba(13,37,47,.5);
  -webkit-transition: none;
}

.tabbed-content .tabs li a:hover,
.tabbed-content .static_tabs li a:hover,
.tabbed-content .tabs li:hover a,
.tabbed-content .static_tabs li:hover a {
  background: #A22;
  color: #fff;
  text-shadow: rgba(0,0,0,0.5) 0 1px;
  -webkit-box-shadow: inset 0 0 10px rgba(114,152,183,0.5);
  -moz-box-shadow: inset 0 0 10px rgba(114,152,183,0.5);
}

.post_tools {
  background: url('http://media.ljworld.com/static/kusports.com/images/transparent/black_20.png');
  padding: 9px 9px 1px 9px;
  margin-bottom: 15px;
}
.dark-red .post_tools {
  background: url('http://media.ljworld.com/static/kusports.com/images/transparent/white_70.png');
}

/* ================== */
/* tagging            */
/* ================== */

.module.tag_module {
  background: #fbfbfb none;
  padding: 9px 9px 1px 9px;
}

.inline { margin-top: 10px; margin-bottom: 5px; padding: 15px 5px 5px 5px; width: 290px; border-top: 5px solid #e5e6ec;  }
.inline-left { float: left; margin-right: 15px; clear: left;  }
.inline-right { float: right; margin-left: 15px; clear: right; margin-right:-5px }
.inline-full { width: auto; clear: both; }
.inline p { margin-bottom: 10px; font-size: 12px; line-height: 16px; color: #555; }
.inline .type { margin-bottom: 5px; font-size: 11px; line-height: 15px; color: #999; }
.inline .title, .inline .name, .inline .topic { margin-bottom: 10px; font-size: 14px; line-height: 18px; color: #555; }
.inline .more { margin-bottom: 0; font-size: 11px; font-weight: bold; }
.inline .more a { padding: 3px 10px; background: #999; color: #fff; -webkit-border-radius: 9px; }
.inline .more a:hover { background: #326a99; }
.inline .thumbnail { position:relative; }

/* AUDIO CLIP SET */
.inline_audio_clip_set .audio_clip_list { padding-left: 0; font-size: 13px; line-height: 18px; }
.inline_audio_clip_set .audio_clip_list li { margin-bottom: 10px; }

/* DOCUMENT */
.inline_document .thumbnail { margin:0 -5px 5px -5px; }
.inline_document .download { margin-bottom: 0; font-size: 11px; font-weight: bold; }
.inline_document .download a { padding: 3px 10px; background: #999; color: #fff; -webkit-border-radius: 9px; }
.inline_document .download a:hover { background: #326a99; }

/* EMBEDDED */
.inline_embedded { width: 300px; }
.inline_embedded .caption { margin-top: 10px; }

/* EVENT TIME */
.inline_event_time .event_info { list-style: none; padding-left: 0; font-size: 13px; line-height: 16px; color: #555; }
.inline_event_time .event_info li { margin-bottom: 5px; }

/* FEATURE */
.inline_feature .thumbnail { margin:0 -5px 5px -5px; }

/* GALLERY */
.inline_gallery .gallery { margin:0 -5px 5px -5px; }

/* MAP */
.inline_map { width: 300px; }
.inline_map .label { margin-bottom: 10px; font-size: 14px; line-height: 18px; color: #333; }
.inline_map .map { width: 300px; height: 250px; }

/* ON THE STREET */
.inline_onthestreet .question { margin-bottom: 10px; font-size: 14px; line-height: 18px; color: #333; }
.inline_onthestreet .thumbnail { margin:0 -5px 10px -5px; }
.inline_onthestreet blockquote { margin-bottom: 10px; padding: 0; }
.inline_onthestreet blockquote p { margin-bottom: 5px; font-size: 14px; line-height: 18px; }
.inline_onthestreet blockquote cite { font-size: 12px; color: #999; }

/* MOVIE */
.inline_movie .thumbnail { margin-bottom: 5px; }

/* PHOTO */
.inline_photo .thumbnail { margin:0 -5px 5px -5px; }
.inline_photo .byline { margin-bottom: 5px; font-weight: bold; color: #777; }
.inline_photo .credit { margin-bottom: 5px; font-weight: bold; color: #777; }

/* POLL */
.inline_poll .question { margin-bottom: 5px; font-size: 18px; line-height: 22px; color: #555; }
.inline_poll form ul { list-style: none; padding: 0; color: #555; }
.inline_poll form ul li { margin: 0; font-weight: bold; }

/* POLL RESULTS */
.inline_poll_results .question { margin-bottom: 10px; font-size: 16px; line-height: 20px; color: #555; }
.inline_poll_results .results { list-style: none; margin-bottom: 10px; padding: 0; font-size: 13px; font-weight: bold; border-top: 1px solid #bbb; }
.inline_poll_results .results li { position: relative; margin: 0; padding: 3px 5px 0 5px; height: 22px; border-bottom: 1px solid #bbb; }
.inline_poll_results .results .label { position: relative; z-index: 9; }
.inline_poll_results .results .percent { position: relative; font-size: 11px; color: #555; z-index: 8; }
.inline_poll_results .results .totals { position: relative; font-size: 11px; color: #555; z-index: 7; }
.inline_poll_results .results .bar { position: absolute; top: 0; left: 0; height: 25px; background: #ccc; z-index: 6; }

/* RECURRING INLINE */
.recurring_inline h3 { margin-bottom: 10px; font-size: 14px; line-height: 18px; color: #555; }
.recurring_inline ul { padding-left: 0; font-size: 13px; line-height: 18px; }
.recurring_inline li { margin-bottom: 10px; }

/* TEXT ININE */
.text_inline ul { padding-left: 0; font-size: 13px; line-height: 18px; }
.text_inline ul li { margin-bottom: 10px; }

/* VIDEO */
.inline_video .video_player { margin:0 -5px 5px -5px; }

/* VIDEO SET */
.inline_video_set .thumbnail { margin-bottom: 5px; }
