/*
Color scheme
___________

blue - #005ba2
red - #94002a : hover:#ce0045
gray - #636363
yellow/tan - #ce0045
tan light: #f8f7f2
-- */

/* =CSS3
-------------------------------------------------------------- */

select,
button,
a.button,
input[type='reset'],
input[type='button'],
input[type='submit'] {
 -moz-box-sizing:content-box;
 -webkit-box-sizing:content-box;
	-o-box-sizing:content-box;
 -ms-box-sizing:content-box;
 box-sizing:content-box;
}
#system-main-menu > ul{
	-moz-box-shadow:0 1px 3px #bbb;
	 -webkit-box-shadow:0 1px 3px #bbb;
	 -o-box-shadow:0 1px 3px #bbb;
	-ms-box-shadow:0 1px 3px #bbb;
	 box-shadow:0 1px 3px #bbb
}
#system-main-menu div.block-inner {
	background: -moz-linear-gradient(top, #292929 3%, #111111);
	background: -webkit-linear-gradient(top, #292929 3%, #111111);
	background: -o-linear-gradient(top, #292929 3%, #111111);
	background: -ms-linear-gradient(top, #292929 3%, #111111);
	background: linear-gradient(to bottom, #292929 3%, #111111);
}
#rjmedia-weather_widget .wicon{
	-moz-background-size: 46px;
	-webkit-background-size: 46px;
	-o-background-size: 46px;
	-ms-background-size: 46px;
	background-size:46px;
}
aside#rjmedia-popular_content ul.tabs li a{
	background: -moz-linear-gradient(top, #f2f2f2, #eee);
	background: -webkit-linear-gradient(top, #f2f2f2, #eee);
	background: -o-linear-gradient(top, #f2f2f2, #eee);
	background: -ms-linear-gradient(top, #f2f2f2, #eee);
	background: linear-gradient(to bottom, #f2f2f2, #eee);
}
#rjmedia-popular_content .pop-inside{
	-moz-box-shadow:0 3px 4px #eee;
	 -webkit-box-shadow:0 3px 4px #eee;
	 -o-box-shadow:0 3px 4px #eee;
	-ms-box-shadow:0 3px 4px #eee;
	 box-shadow:0 3px 4px #eee;
}
aside#rjmedia-columnists_and_features ul.tabs li a{
	background: -moz-linear-gradient(top, #f2f2f2, #eee);
	background: -webkit-linear-gradient(top, #f2f2f2, #eee);
	background: -o-linear-gradient(top, #f2f2f2, #eee);
	background: -ms-linear-gradient(top, #f2f2f2, #eee);
	background: linear-gradient(to bottom, #f2f2f2, #eee);
}
#rjmedia-columnists_and_features .pop-inside{
	-moz-box-shadow:0 3px 4px #eee;
	 -webkit-box-shadow:0 3px 4px #eee;
	 -o-box-shadow:0 3px 4px #eee;
	-ms-box-shadow:0 3px 4px #eee;
	 box-shadow:0 3px 4px #eee;
}
.right_sidebar .contests {
	-msborder-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}


/* =Globals
-------------------------------------------------------------- */
::selection { color:#000; background:#c1d5f0; text-shadow:none;}


/* =Layout
-------------------------------------------------------------- */
.region-sidebar_right .block{ width:300px; float:right; margin-bottom:10px}
.mobile-padding{ padding: 0 8px; background: #fff;width: 978px;margin: 0 auto}


/* =Links
-------------------------------------------------------------- */
a { color:#005ba2; text-decoration:none }
a:hover,
a:focus,
a:active { text-decoration:underline}
a:visited{ color:#3b1480 }

/* =Drupal
-------------------------------------------------------------- */
ul.inline{ margin-left:0}
ul.inline li { padding:0 0 5em}

.label-above .field-label{ display:block}
.label-inline .item,
.label-inline .field-items{ display: -moz-inline-stack; display:inline-block }

/* =Headings
-------------------------------------------------------------- */
h1 					{ font-size:1.60em}
h2 					{ font-size:1.35em}
h3 					{ font-size:1.25em}
h4 					{ font-size:1.15em}
h5 					{ font-size:1.10em}
h6 					{ font-size:1.00em}
h1,h2,h3 { letter-spacing:-.03em}

/* =Images
-------------------------------------------------------------- */
img.fl,img.left{ margin: 0 15px 15px 0 }
img.fr,img.righ{ margin: 0 0 15px 15px }

/* =Fields
-------------------------------------------------------------- */
.node .body{ clear:both}
.field-tags .field-items .item { display:inline}
.field-tags .field-items .item:after { content:', '}

/* =Navigation
-------------------------------------------------------------- */
.nav-single{ clear:both; border-bottom:solid 1px #ddd}
.nav-single .nav-prev,
.nav-single .nav-next{ background: url(../_img/icons.png) no-repeat 103% -117px;}
.nav-single .nav-prev{ float:left; padding-left:25px; background-position:-6px -149px}
.nav-single .nav-next{ float:right; padding-right:25px}
.page-node- .nav-single{ line-height:2.5em; height:45px}
.nav-single.bottom{ margin-bottom:15px}

/* Main menu
-------------------------------------------------------------- */
.region-nav{ margin-bottom:0}
#system-main-menu{ height:70px; margin-bottom:0}
#system-main-menu ul { margin:0; padding:0 }
#system-main-menu li a { padding:3px 9px}
/* Main menu modified on 10-05-16
-------------------------------------------------------------- */
#system-main-menu > ul { display: block;height: 37px;position: relative;background: #09558e;}

#system-main-menu > ul li { margin: 0;float: left;padding: 7px 0;border-left: solid 1px #084471;list-style: none;}
#system-main-menu > ul li a{ color:#eee; display:block; font-weight:700; text-decoration:none }

#system-main-menu ul li.first { border:none }
#system-main-menu ul ul { background: #5486b5;opacity: 0;left: -1px;border-right: solid 1px #5486b5;position: absolute;top: 35px;width: 100%;}
#system-main-menu ul li li { border:none; line-height: 1.4em}
#system-main-menu ul li li a { color: #333;font-weight: normal;border-right: solid 1px #456f97;}
#system-main-menu ul li,
#system-main-menu ul ul,
#system-main-menu ul li a {
	-webkit-transition:.2s .4s ease-out;
	-moz-transition:.2s .4s ease-out;
	-o-transition:.2s .4s ease-out;
	-ms-transition:.2s .4s ease-out;
	transition:.2s .4s ease-out;
}
#system-main-menu ul li:focus, #system-main-menu ul li:hover, #system-main-menu ul li:active, #system-main-menu ul li.active {
    background: #5486b5;
}

#system-main-menu ul li:focus a, #system-main-menu ul li:hover a, #system-main-menu ul li:active a, #system-main-menu ul li.active a {
    color: #fff;
}

#system-main-menu ul li:focus > ul,
#system-main-menu ul li:hover > ul,
#system-main-menu ul li:active > ul { opacity:1; z-index:15 }
#system-main-menu ul li.active > ul { display:block; z-index:10; opacity:1}

#system-main-menu ul li:focus,
#system-main-menu ul li:hover,
#system-main-menu ul li:active,
#system-main-menu ul li.active,
#system-main-menu ul li:focus a,
#system-main-menu ul li:hover a,
#system-main-menu ul li:active a,
#system-main-menu ul li:focus > ul,
#system-main-menu ul li:hover > ul,
#system-main-menu ul li:active > ul{
	-webkit-transition:.4s ease-out;
	-moz-transition:.4s ease-out;
	-o-transition:.4s ease-out;
	-ms-transition:.4s ease-out;
	transition:.4s ease-out;
}

#system-main-menu ul ul li:focus,
#system-main-menu ul ul li:hover,
#system-main-menu ul ul li:active { background:#5486b5}
#system-main-menu ul ul li.active a { font-weight:700; color:#fff}
#system-main-menu ul ul ul,
#system-main-menu ul ul li ul { display:none }

/* =Top menu
-------------------------------------------------------------- */
.menu-top{ border-bottom:solid 1px #0065A4; height:30px}
#menu-menu-top-menu{ font-size:.9em; width:100%; }
#menu-menu-top-menu li { float:left; margin-left:4px; list-style: none}
#menu-menu-top-menu li a{ border-right:solid 1px #ddd; padding-right:4px;}
.region-logo .block-block img[height="1"] { display: none}

/* =Social menu
-------------------------------------------------------------- */
.social-menu{ display: inline-block; vertical-align: top}
.social-menu .menu { float:left; margin:0; margin-left: 200px;}
.social-menu .menu li { float:left; margin-left:.2em}
.social-menu .menu a { display:block; height:23px; width:23px; border-radius: 20px; background:url(../_img/social.png); text-indent:-999em}
.social-menu .block-inner{ float:right; width:60%; padding-right:4px}

.social-menu .menu a.fb { background-position:-1px -1px}
.social-menu .menu a.tw { background-position:-27px -1px}
.social-menu .menu a.rss { background-position:-53px -1px}
.social-menu .menu a.gp { background-position:-105px -1px}
.social-menu .menu a.pn { background-position:-131px -1px}
.social-menu .menu a.yt{ background-position:-156px -1px}
.social-menu .menu a.insg{ background-position:-182px -1px}


/* =Content
-------------------------------------------------------------- */
.entry-meta{ font-size:.85em; color:#666; text-transform:uppercase}
.entry-meta .sep:after{ content:': '}

.entry-date,
.entry-date a { color:#94002A}
.entry-title,
.entry-title a{ font-family:Georgia, Times, serif}

.hentry { padding:3px 0 10px; border-bottom:dotted 1px #ddd}
.hentry .body { clear:none}
.hentry .entry-type{ display:none}
.hentry .field-image{ position:relative; float:left; margin:5px 10px 0 0}
.sm-overlay-button{ position:absolute; background: url(../_img/bigplay.svg) no-repeat; background-size:100%; opacity:.5}

.hentry .hmedia { position:relative }
.has-video .sm-overlay-button,
.hentry .hmedia .sm-overlay-button { width:50px;  display:block; height:50px; top: 68%; left: 66%; margin:-50px 0 0 -50px; text-indent:-9999em }
.view-page { border-bottom:none}

.icons.first { margin:0; padding:0 }
.icons.first span em { display: none; width:16px; height:16px; background: url(../_img/markers.png) no-repeat }
.has-video .icons.first span em.v{ display:inline-block; background-position: 99% -31px}
.has-gallery .icons.first span em.g{ display:inline-block; background-position: 99% -53px}
.h-updated .links li:nth-child(2):before { content:" Updated:"; color:#333; font-weight:bold; padding-right: 5px;}

.hentry .media-stream { width: 100%; clear:both; text-align:center}
.hentry .media-stream img,
.hentry .media-stream video { max-width:100%; height:auto; clear:both}

/* =Metadata
-------------------------------------------------------------- */
#views-homepage-center .entry-title{ margin-top:0 }
.term-title{ font-size:.85em; text-transform:uppercase; padding:10px 0 0}
.term-title a{ color:#94002A}

/* = Search
-------------------------------------------------------------- */
#custom-search-blocks-1 { float:right; width:27%; display: inline-block }
#custom-search-blocks-1 .search-form{ position:relative; margin:0}
#custom-search-blocks-1 .form-item { margin:0}
#custom-search-blocks-1 .form-item .form-text { height: 21px; padding:5px; width:95%; background: #f8f8f8 url(../_img/icons.png) no-repeat 100% 6px; border-color: #A1D3F9}
#custom-search-blocks-1 .form-item .form-text:focus,
#custom-search-blocks-1 .form-item .form-text:active { border-color: #0594FF}
#custom-search-blocks-1 .form-actions,
#custom-search-blocks-1 input.form-submit,
#custom-search-blocks-1 .form-item label{ display: none !important}

/* = Footer
-------------------------------------------------------------- */
#footer{ background:#f5f5f5}
#footer .block-menu { width: 19%; padding: 20px 21px }
#footer .block-menu h3 { background: url(../_img/icons-footer.png) no-repeat 0 0; font-size:1.1em}

#footer #menu-menu-about h3 { background-position: 0 -67px }
#footer #menu-menu-in-print h3 { background-position: 0 -91px }
#footer #menu-menu-advertising h3 { background-position: 0 -22px }
.copyright{ font-size:.85em; clear:both; margin:5px auto; width:45%;}


/* =Advertising
-------------------------------------------------------------- */
.ad-160x600{ margin-bottom:10px}
#ad1x1_above_ad_container {display: none}
#ad160x30_below{ display:inline-block; height:19px; vertical-align:middle;}/*sharetools*/
#ad160x30_below > ins,
#ad160x30_below > div { margin-top:-5px; padding:0; display:inline-block !important; overflow:hidden; height:30px; width:160px }

/* =Weather
-------------------------------------------------------------- */
#rjmedia-weather_widget {display: inline-block; margin:0 10px; vertical-align: top}
#rjmedia-weather_widget .wcity{ margin:-15px 0 0 48px; font-size:.9em; }
#rjmedia-weather_widget .wdegrees{ float:left; margin:0 6px 0 48px}
#rjmedia-weather_widget .wicon{ background-repeat:no-repeat; background-size:46px; font-size:.9em; height:30px; padding-top:3px; background-position:0 1px}

/* =Titles
-------------------------------------------------------------- */
#content .block-header { font-family: Georgia, Times, serif; margin-bottom: 11px; border-left: solid 2px #94002A; padding-left: 5px; color: #94002A }
#content .block-header a {color: #94002A}

.main.column h1.page-title{ font-family: Georgia, Times, serif; padding-bottom:10px; border-bottom:solid 1px #ddd; text-transform:uppercase;color: #94002A}
.main.column h1.tax-title { border-left: solid 3px #94002A; padding-left: 5px; font-family: Georgia, Times, serif; font-size:1.85em; color: #94002A}
.main.column h1.tax-title a{ color: #94002A }


/* =Breadcrumbs
-------------------------------------------------------------- */
.breadcrumb { border-bottom: dotted 2px #DDDEDC; padding: 6px; margin-bottom: 5px; clear:both}


/* =Forms
-------------------------------------------------------------- */
button.primary, a.button.primary,
input[type="reset"].primary,
input[type="button"].primary,
input[type="submit"].primary { background: #005BA2;color: #fff; border: none; text-shadow:none}

button.cancel, a.button.cancel,
input[type="reset"].cancel,
input[type="button"].cancel,
input[type="submit"].cancel { background: #94002a;color: #fff; border: none; text-shadow:none}


/* = Sidebar
-------------------------------------------------------------- */
.region-sidebar_right .block-header{ font-family:Georgia, Times, serif; font-size:1.15em; color:#94002a; text-transform:uppercase; border-bottom:solid 2px #ddd; padding-bottom:5px}
.region-sidebar_right .block-header a{ color:#94002a;}

#rjmedia-popular_content{ margin-bottom:20px}
#rjmedia-popular_content ul.tabs{ height:33px}
#rjmedia-popular_content ul.tabs li{ margin-right:2px}
#rjmedia-popular_content ul.tabs li a{ background:#eee; color:#666; border: solid 1px #eee}
#rjmedia-popular_content ul.tabs li.active a,
#rjmedia-popular_content ul.tabs li a:focus,
#rjmedia-popular_content ul.tabs li a:hover,
#rjmedia-popular_content ul.tabs li a:active{ background:#fff; color:#005ba2; text-decoration:none}
#rjmedia-popular_content ul.tabs li.active a{ height:19px; border-bottom:none; border-top:solid 3px #005ba2 }
#rjmedia-popular_content .topics,
#rjmedia-popular_content .view-topics{ display:none!important}

#rjmedia-popular_content .pop-inside li a{ display:block; padding:7px 5px 5px; border-bottom:dotted 1px #eee}
#rjmedia-popular_content .pop-inside li:last-child a{ border-bottom:none}
#rjmedia-popular_content .pop-inside .view-topics li { display: -moz-inline-stack; display:inline-block; width:49%}
#rjmedia-popular_content .pop-inside li a:hover,
#rjmedia-popular_content .pop-inside li a:active,
#rjmedia-popular_content .pop-inside li a:focus,

#dsq-recentcomments .dsq-widget-item:hover,
#dsq-recentcomments .dsq-widget-item:active,
#dsq-recentcomments .dsq-widget-item:focus{ text-decoration:none; background:#eee;}
#dsq-recentcomments .dsq-widget-item{ padding:5px; border-bottom:dotted 1px #eee;}
#dsq-recentcomments .dsq-widget-item:last-child{ border-bottom:none;}
.pop-inside #dsq-recentcomments li.dsq-widget-item a,
#dsq-recentcomments p.dsq-widget-meta a{ display:inline; padding:0; border:none;}


#rjmedia-popular_content .pop-page-each{ padding-bottom:5px; margin-bottom:5px; border-bottom:dotted 1px #eee; }

#rjmedia-columnists_and_features{ margin-bottom:20px}
#rjmedia-columnists_and_features ul.tabs{ height:33px}
#rjmedia-columnists_and_features ul.tabs li{ margin-right:3px}
#rjmedia-columnists_and_features ul.tabs li a{ background:#eee; color:#666; border: solid 1px #eee}
#rjmedia-columnists_and_features ul.tabs li.active a,
#rjmedia-columnists_and_features ul.tabs li a:focus,
#rjmedia-columnists_and_features ul.tabs li a:hover,
#rjmedia-columnists_and_features ul.tabs li a:active{ background:#fff; color:#005ba2; text-decoration:none}
#rjmedia-columnists_and_features ul.tabs li.active a{ height:19px; border-bottom:none; border-top:solid 3px #005ba2 }

#rjmedia-columnists_and_features .columnists-features-row { margin:0px 0px 5px 0px; clear:both; border-bottom:dotted 1px #ddd;}
#rjmedia-columnists_and_features .columnists-features-row-image{ float:left; margin:0px 5px 0px 0px; width:70px; max-height:80px; overflow:hidden; display:block}
#rjmedia-columnists_and_features .columnists-features-row-image img{ width:100%; height:auto}
#rjmedia-columnists_and_features .columnists-features-row-title {}
#rjmedia-columnists_and_features .columnists-features-row-title a,
#rjmedia-columnists_and_features .columnists-features-row-title a:hover,
#rjmedia-columnists_and_features .columnists-features-row-title a:active,
#rjmedia-columnists_and_features .columnists-features-row-title a:visited{ color:#94002A;}
#rjmedia-columnists_and_features .columnists-features-row-desc{ margin:0px 0px 0px 0px; }
#rjmedia-columnists_and_features .sm-clear-both{ clear:both; height:5px; }
#rjmedia-columnists_and_features .more-link{ padding-top:5px}

/* = News Feature Block Sidebar
-------------------------------------------------------------- */
.news-feature-block .hentry { padding: 3px 0 10px; border-bottom: dotted 1px #ddd; }
.news-feature-block .field-image .photo { width: 70px; height: auto; }
.news-feature-block .title { border-bottom: 0 !important; margin-bottom: 0 !important; }
.news-feature-block .hentry.has-media { min-height: 0 !important; }

/* = Columnist
-------------------------------------------------------------- */
#views-topics-columnist ul { margin:0}
#views-topics-columnist li { list-style:none; margin:0; clear:both; border-bottom:dotted 1px #ddd; min-height:85px}
#views-topics-columnist .media-link{ float:left; margin:5px 10px 5px 0; width:70px; height:75px; overflow:hidden; display:block}
#views-topics-columnist .media-link img{ width:100%; height:auto}
#views-topics-columnist .more-link{ padding-top:5px}

/* = Search
-------------------------------------------------------------- */
ol.search-results{ margin:0; border-top:solid 1px #ddd; padding:15px 0 0; }
ol.search-results li{ list-style:decimal; list-style-position:inside; border-bottom:solid 1px #ddd; padding:0}
.search-advanced.collapsible{ margin-left:1px}

#edit-basic .label{ display:block }
.page-search h1.entry-title { border-left: solid 3px #94002A; padding-left: 5px; color: #94002A}
.page-search #system-main{ margin-bottom:25px }
.page-search #system-main h2 { color: #94002A; font-size:2em; font-family:Times, serif}
.page-search #system-main .search-form { border-bottom:solid 2px #ddd; padding:5px 2% 20px}
.page-search #system-main .form-item-retain-filters{ display:block; margin:10px 0 0 }
.page-search #system-main .ds-search-extra{ margin-bottom:20px; padding-bottom:10px; border-bottom:solid 1px #ddd}
.page-search .hentry.has-media { min-height: 120px }
.page-search .item-list .pager{ padding-top:20px }

#archive-search-table form { padding:2px}
#archive-search-table form label { display:inline}
#archive-search-table form select { width:auto; margin:0 2px }

/* = Contests blocks
-------------------------------------------------------------- */
.contests { clear:both; width:676px; overflow: hidden; position:relative }
.contests .promo { display: -moz-inline-stack; display:inline-block; vertical-align:top; font-size:.85em; line-height:120%; height:100%; border-right:solid 1px #eee; margin-right:5px}

.contests .xm-pager{ text-align:center; padding-top:6px }
.contests .xm-pager a{ height:13px; width:13px; background:#ddd; display:inline-block; text-align:center; margin:0 4px 0; border-radius:13px; text-indent:-999em;  }
.contests .xm-pager a.selected{ background:#005ba2}

.right_sidebar .contests{ padding:5px 0; border:solid 1px #ddd; height:204px;}
.right_sidebar .contests .view-content { height:87%  }
.right_sidebar .contests .promo { width:137px; padding:0 5px 5px}
.right_sidebar .contests .view-footer{ clear:both; border-top:solid 1px #ddd; height:14px; margin:5px}


/* =Breaking News
-------------------------------------------------------------- */
.breaking-news-widget { background:url(../_img/icons.png) no-repeat 152px -52px; height:32px; margin:10px 0;border: solid 1px #ddd; position:relative; padding-left:180px}
.breaking-news-widget .view-content {  float:left; width:65%; display:block; overflow:hidden; height:32px}

.breaking-news-widget .view-row{ display: -moz-inline-stack; display:inline-block; vertical-align:top; width:710px; border:none}
.breaking-news-widget .view-row h4 { margin:0; display:inline}
.breaking-news-widget .view-row,
.breaking-news-widget .view-header{ padding:9px 10px 8px; height:15px}
.breaking-news-widget .view-row.hentry{ margin-bottom:0; width:770px}

.breaking-news-widget .view-header{ background:#94002A; color:#fff; font-size:.95em; font-weight:700; width:144px; z-index:30; text-align:center; position:absolute; left:0}
.breaking-news-widget .view-header h4{ margin:0; font-family:Georgia, Times, serif; text-transform:uppercase;}

.breaking-news-widget .view-footer{ right:0; position:absolute; padding:3px 4px}
.breaking-news-widget .view-footer a{ display:block; cursor:pointer; float:left; text-indent:-999em;
background:#94002A url(../_img/icons.png) no-repeat 5px -22px; height:26px; width:22px;}
.breaking-news-widget .view-footer a.xm-disabled{ display:none }
.breaking-news-widget .view-footer a.bn-next{ background-position:-14px -22px}
.breaking-news-widget .view-footer a:hover,
.breaking-news-widget .view-footer a:active,
.breaking-news-widget .view-footer a:focus{ background-color:#ce0045}


/* =Polls
-------------------------------------------------------------- */
.left_sidebar .polls { width:200px }
.right_sidebar .polls { width:270px }
.left_sidebar .polls,
.right_sidebar .polls {
	padding:5px 15px 5px;
	background: #F8F7F2;
	box-shadow: 0 0 1px #999;
	margin-bottom: 25px;
	margin-right: 1px;
}
#views-homepage-poll { padding:0; width:300px }
#views-homepage-poll .view-content { padding: 10px 15px 0 }
#views-homepage-poll .block-header { margin-top:0 }

.ds-coll .pollfield-row,
.left_sidebar .pollfield-row,
.right_sidebar .pollfield-row { display:block }
.ds-coll .pollfield-row .text,
.left_sidebar .pollfield-row .text,
.right_sidebar .pollfield-row .text{ display:block; text-align:left }
.ds-coll .pollfield-row .barcell,
.ds-coll .pollfield-row .barcell .bar,
.left_sidebar .pollfield-row .barcell,
.left_sidebar .pollfield-row .barcell .bar,
.right_sidebar .pollfield-row .barcell,
.right_sidebar .pollfield-row .barcell .bar{ display:block; max-width:99%}
.ds-coll .pollfield-row .pollfield-percent,
.left_sidebar .pollfield-row .pollfield-percent,
.right_sidebar .pollfield-row .pollfield-percent{ display:block; text-align:right; min-width:inherit; max-width:99% }

.ds-coll .pollfield .form-submit,
.left_sidebar .pollfield .form-submit,
.right_sidebar .pollfield .form-submit { background: #005BA2; color: #fff; border: none; text-shadow: none}

.ds-coll .pollfield #edit-choice .form-item,
.left_sidebar .pollfield #edit-choice .form-item,
.right_sidebar .pollfield #edit-choice .form-item{ border-bottom: solid 1px #ddd; padding: 8px }

.ds-coll .pollfield .form-item [for=edit-choice],
.left_sidebar .pollfield .form-item [for=edit-choice],
.right_sidebar .pollfield .form-item [for=edit-choice] { font-style:italic }

.ds-coll .pollfield .form-item .option,
.left_sidebar .pollfield .form-item .option,
.right_sidebar .pollfield .form-item .option { padding-left:5px }

/* = css fixes
-------------------------------------------------------------- */
.not-logged-in .contextual-links-wrapper{ display:none}

/* = Mobile
-------------------------------------------------------------- */
@media only screen and (max-device-width: 980px) {
	div.mobile-padding{ margin:0 15px }
}

/* = comments
-------------------------------------------------------------- */
#dsq-app2 { display: none }

