/*
Theme Name: LeftMN
Theme URI: http://left.mn/
Description: The theme for the Minnesota progressive news site LeftMN
Author: Jesse Ross
Author URI: http://jesseross.com/
Version: 1.1
*/

/*! normalize.css 2011-11-04T15:38 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */

audio:not([controls]) {
    display: none;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
    display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    overflow-y: scroll; /* 2 */
    -webkit-text-size-adjust: 100%; /* 3 */
    -ms-text-size-adjust: 100%; /* 3 */
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin: 0;
}

/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

body,
button,
input,
select,
textarea {
    font-family: sans-serif;
}


/* =============================================================================
   Links
   ========================================================================== */

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline: 0;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b, 
strong { 
    font-weight: bold; 
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
    margin-left: 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    *margin-left: -7px; /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
    line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button,
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible;  /* 3 */
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding that is displayed in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/* 
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}



/* =============================================================================
   END NORMALIZE ===============================================================
   ========================================================================== */

/* ================================================== */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* ================================================== */


body {
	background:url("images/bkgnd.png") center;
	color:#323838;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
	color:#0059b0;
	text-decoration:none;
}

a:hover {
}

blockquote {
	border-left:1px dotted #9d7e3d;
	margin-left:0;
	padding-left:15px;
}

.comment-collection blockquote {
	background:#5b935c;
	border-left:0;
	border-radius:15px;
	margin-left:0;
	margin-top:0;
	margin-right:0;
	padding:5px 15px;
}

.comment-collection #story blockquote div, .comment-collection #story blockquote p {
	color:#FBFAF8;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	padding-right:15px;
	line-height:20px;
}

footer {
}

header {
}

h1 {
	font-weight:600;
}

h2 {
}

h2 a {
}

/*nav#nav-main {
	clear:both;
	color:#f7f6f2;
	float:right;
	font-family:"proxima-nova",sans-serif;
	font-size:15px;
	font-style:normal;
	font-weight:700;
	height:40px;
	text-transform:uppercase;
	width:634px;
}

nav#nav-main ul {
	background:url("images/bkgnd-nav.png") repeat-x;
	float:right;
	height:40px;
	margin:0;
	padding:0;
	width:624px;
}

nav#nav-main li {
	float:left;
	margin:12px 0 0 14px;
}

nav#nav-main li.icon_only {
	width:15px;
}

nav#nav-main li.icon_only a {
	width:0;
}

nav#nav-main li a {
	color:#f7f6f2;
	display:block;
	height:15px;
	overflow:hidden;
	padding-left:18px;
}
nav#nav-main li a:hover {
	color:#f7f6f2;
}*/

/*#sponsors.label {
	margin-top: 7px;
}*/

nav {
	clear:both;
	color:#f7f6f2;
	float:right;
	font-family:"proxima-nova",sans-serif;
	font-size:15px;
	font-style:normal;
	font-weight:700;
	height:40px;
	text-transform:uppercase;
	width:634px;
}

nav ul {
	background:url("images/bkgnd-nav.png") repeat-x;
	float:right;
	height:40px;
	margin:0;
	padding:0;
	width:624px;
}

nav li {
	float:left;
	margin:12px 0 0 14px;
}

nav li.icon_only {
	width:15px;
}

nav li.icon_only a {
	width:0;
}

nav li a {
	color:#f7f6f2;
	display:block;
	height:15px;
	overflow:hidden;
	padding-left:18px;
}
nav li a:hover {
	color:#f7f6f2;
}

table {
	margin:10px 0;
	padding:0;
}

th,
td{
	padding: 0.25em 0.5em;
	
}

td{
	text-align: right;
}

.table-name{
	text-align: left;
}

table img {
	
}

#article {
	background:#fbfaf8;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	float:left;
	margin:24px 0 0 144px;
	min-height:1000px;
	position:relative;
	width:624px;
}

#article .attachment-medium {
	display:block;
}

#article_author {
	text-align:right;
	font-size:12px;
	padding:6px 8px 0 0;
}

#article_date {
	text-align:right;
	font-size:11px;
	padding:0 8px 0 0;
	position:relative;
	top:-2px;
}

#article_social {
	background:#d5d5cb;
	border-top:1px dotted #fff;
	bottom:0;
	height:55px;
	padding:12px;
	position:absolute;
	width:120px;
}

#article_social div {
	display:block;
	float:left;
	height:25px;
	width:24px;
}

#article_social div a {
	display:block;
	height:25px;
	width:24px;
}

#article_social #article_feedback {
	margin-top:7px;
	width:120px;
}

#article_social #article_feedback a {
	background:url("images/article_feedback.png") no-repeat 0 0;
	width:120px;
}

#article_title {
	position:relative;
}

#audio_player {
	height:52px;
	margin:0 0 9px 34px;
	overflow:hidden;
	width:52px;
}

#audio_player .cp-container {
	margin:-74px 0 0 -74px;
}

.sticky #byline {
	left: auto;
	margin-left: -168px;
}

#byline {
	background:#ddddd5;
	height:224px;
	left:-120px;
	position:absolute;
	top:auto;
	width:144px;
	z-index:500;
}

.my-wrapper {
	float: left;	
}

#byline img {
	display:block;
}

#caption {
	background:#ddddd5;
	color:#323838;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	line-height:16px;
	min-height:15px;
	padding:11px 24px;
}

#caption span {
	font-style:italic;
}

#commentform {
	display:none;
	width:530px;
}

#commentform #author {
	float:left;
	width:255px;
}

#commentform #email {
	float:right;
	width:255px;
}

#commentform #comment {
	clear:both;
	margin-top:10px;
	width:525px;
}

#commentform .form-submit {
	float:right;
	position:relative;
	top:-5px;
}

#container {
	margin:0 auto;
	width:984px;
}

#entries {
	margin-left:120px;
	padding-top:24px;
	width:864px;
}

#entries_navigation {
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	clear:both;
	display:none;
	margin:50px 0 50px 144px;
	position:relative;
	top:20px;
}

#entries_navigation p {
	background:#d8d6d0;
	font-size:12px;
	padding:5px;
	width:830px;
}

#entries_navigation p a {
	color:#323838;
}

#entry-elections {
	float:right;
	height:644px;
}

#entry-elections h1 {
	height:24px;
}

#entry-elections ul {
	margin:0;
	padding:0;
}

#entry-elections ul li {
	border-bottom:1px dotted #ccc;
	color:#323838;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	line-height:14px;
	list-style-type:none;
	margin:0;
	padding:0;
}

#entry-elections ul li.first {
	border-top:1px dotted #ccc;
}

#entry-elections ul li a {
	background:url("images/arrow.png") no-repeat right center;
	color:#323838;
	display:block;
	height:auto;
	margin:0;
	padding:12px 20px 12px 8px;
	width:236px;
}

#entry-elections ul li a:hover {
	background-color:#ddebf7;
}

#featured_image {
	display:block;
	min-height:416px;
	text-align:center;
}

#featured_image img {
	display:block;
	margin:0 auto;
}

#feedback_block {
	margin-top:50px;
}

#feedback_response {
	border-top:1px dotted #999;
	display:none;
	margin-top:20px;
	padding-top:10px;
	width:530px;
}

#story #feedback_response p {
	color:#900;
	font-style:italic;
}

#gradient {
	background:url("images/bkgnd-top.png") top center repeat-x;
	min-height:1100px;
}

#i_fb {
	background:url("images/icons.png") 0 0 no-repeat;
}

#i_tw {
	background:url("images/icons.png") -24px 0 no-repeat;
}

#i_vm {
	background:url("images/icons.png") -48px 0 no-repeat;
}

#i_rs {
	background:url("images/icons.png") -72px 0 no-repeat;
}

#infscr-loading {
	background:#fbfaf8;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	float:left;
	font-size:12px;
	font-style:normal;
	height:310px;
	margin:0 0 24px 24px;
	position:relative;
	width:264px;
}

#infscr-loading img {
	text-align:center;
}

#infscr-loading p {
	color:#323838;
	font-size:18px;
	font-weight:700;
	line-height:20px;
	margin:0;
	padding:4px 10px;
}

#icons {
	float:right;
	height:30px;
	margin-top:6px;
}

#icons div {
	margin-left:6px;
}

#leftbar {
	clear:both;
	position:absolute;
	top:146px;
}

#leftbar .label {
	background:#02446e;
	color:#f7f6f2;
	font-family:"proxima-nova",sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:700;
	height:15px;
	padding:11px 0;
	text-align:center;
	text-transform:uppercase;
	width:120px;
}

#leftbar #na-label {
	margin-bottom:24px;
}

#leftbar .label a {
	color:#f7f6f2;
}

#logo {
	background:url("images/logo@2x.png") no-repeat;
	background-size:336px 118px;
	display:block;
	float:left;
	height:0;
	overflow:hidden;
	margin-top:4px;
	padding-top:118px;
	width:336px;
	position:absolute;
	/*z-index:-1;*/
}

#main {
	clear:both;
}

#nav-left {
	background:url("images/nav-left@2x.png") no-repeat;
	background-size:10px 40px;
	float:left;
	height:40px;
	right:-1px;
	position:relative;
	width:10px;
}

#nav-home {
	background:url("images/nav-icons.png") no-repeat 0 0;
}

#nav-elections {
	background:url("images/nav-icons.png") no-repeat 0 -15px;
}

#nav-stories {
	background:url("images/nav-icons.png") no-repeat 0 -30px;
}

#nav-media {
	background:url("images/nav-icons.png") no-repeat 0 -45px;
}

#nav-community {
	background:url("images/nav-icons.png") no-repeat 0 -60px;
}

#nav-search {
	background:url("images/nav-icons.png") no-repeat 0 -75px;
	height:0;
	margin:0;
	padding:15px 15px 0 0;
	overflow:hidden;
	width:0;
}

#nav-search-holder {
	float:right;
	margin-right:15px;
	width:15px;
}

#nav-search-box-holder {
	position:relative;
	top:-4px;
}

#nav-search-box-holder {
	display:block;
}

#nav-search-box-holder #s {
	width:320px;
}

#nav-search-box-holder.hidden {
	display:none;
}

#nav-sub {
	clear:both;
	margin-top: 16px;
	color:#f7f6f2;
	float:right;
	font-family:"proxima-nova",sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:600;
	height:29px;
	text-transform:uppercase;
	width:844px;
}

#nav-sub ul {
	background:url("images/bkgnd-nav.png") repeat-x;
	float:right;
	height:29px;
	margin:0;
	padding:0;
	width:834px;
}

#nav-sub li {
	float:left;
	margin:8px 0 0 14px;
}

#nav-sub li.icon_only {
	width:15px;
}

#nav-sub li.icon_only a {
	width:0;
}

#nav-sub li a {
	color:#f7f6f2;
	display:block;
	height:15px;
	overflow:hidden;
	padding-left:8px;
}
#nav-sub li a:hover {
	color:#f7f6f2;
}

#nav-sub-left {
	background:url("images/nav-left@2x.png") no-repeat;
	background-size:10px 40px;
	float:left;
	height:29px;
	right:-1px;
	position:relative;
	width:10px;
}

.trending-label {
	padding:0 10px;
}

#respond {
	border-top:1px dotted #999;
	display:none;
	margin-top:20px;
}

#sharing_fb {
	background:url("images/sharing-icons.png") no-repeat 0 0;
	margin:0 8px 0 0;
}

#sharing_tw {
	background:url("images/sharing-icons.png") no-repeat 0 -25px;
	margin:0 8px 0 0;
}

#sharing_gp {
	background:url("images/sharing-icons.png") no-repeat 0 -50px;
	margin:0 8px 0 0;
}

#sharing_rd {
	background:url("images/sharing-icons.png") no-repeat 0 -75px;
}

#elections-badge {
	margin-top:20px;
}

#sidebar {
	float:right;
	margin-top:24px;
	width:192px;
}

#sidebar ul, #sidebar ol {
	list-style-type:none;
	margin:0;
	padding:0;
}

#sidebar .widgettitle {
	background:#02446e;
	color:#f7f6f2;
	font-family:"proxima-nova",sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:700;
	height:15px;
	margin:0;
	padding:11px 0;
	text-align:center;
	text-transform:uppercase;
	width:192px;
}

#sidebar.sidebar-elections .widget_categoryposts .widgettitle {
	background-color:#ff2703; /* Elections red */
}

#sidebar.sidebar-stories .widget_categoryposts .widgettitle {
	background-color:#00a2a2; /* Stories blue */
}

#sidebar.sidebar-media .widget_categoryposts .widgettitle {
	background-color:#750389; /* Media purple */
}

#sidebar.sidebar-community .widget_categoryposts .widgettitle {
	background-color:#009406; /* Community green */
}

#story {
	color:#323838;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	font-style:normal;
	line-height:20px;
	margin:22px 48px;
	padding-bottom:40px;
}

#story h1 {
	font-size:30px;
	line-height:32px;
}

#story p {
	color:#323838;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	font-style:normal;
	line-height:20px;
}

#story blockquote p {
	color:#5b6464;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-style:normal;
	line-height:18px;
}

.about-page #commentform {
}

.advertisement {
	margin:10px 0;
}

.aligncenter {
	margin:0 auto;
	text-align:center;
}

.corner-top-right {
	border-top:4px solid #000; 
	border-left:4px solid transparent;
	height:0;
	width:0;
}

.entry {
	background:#fbfaf8;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	float:left;
	height:310px;
	margin:0 0 24px 24px;
	position:relative;
	width:264px;
}

.entry a {
	display:block;
	height:310px;
	width:264px;
}

.entry h1 {
	color:#323838;
	font-size:18px;
	line-height:20px;
	margin:0;
	padding:4px 10px;
}

.entry h2 {
	background:#000;
	color:#fff;
	font-family:"proxima-nova",sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:700;
	height:42px;
	left:-4px;
	position:absolute;
	text-align:center;
	text-transform:uppercase;
	top:119px;
	width:42px;
	z-index:3;
}

.entry h2 .month {
	display:block;
	position:absolute;
	top:4px;
	width:42px;
}

.entry h2 .day {
	display:block;
	font-size:23px;
	position:absolute;
	top:14px;
	width:42px;
}

.entry p {
	color:#323838;
	font-size:12px;
	line-height:14px;
	margin:0;
	padding:1px 10px;
}

.entry .byline {
	bottom:0;
	color:#828685;
	font-size:12px;
	padding:10px;
	position:absolute;
}

.entry .corner-top-right {
	left:-4px;
	position:absolute;
	top:170px;
	z-index:2;
}

.entry .date_original {
	display:none;
}

.entry .section {
	bottom:10px;
	color:#828685;
	font-size:12px;
	height:15px;
	overflow:hidden;
	padding:0 10px 0 15px;
	position:absolute;
	right:0;
}

.entry.s-elections .section {
	background:url("images/section-icons.png") no-repeat 0 0;
	color:#ff2703; /* Elections red */
}

.entry.s-stories .section {
	background:url("images/section-icons.png") no-repeat 0 -15px;
	color:#00a2a2; /* Stories blue */
}

.entry.s-media .section {
	background:url("images/section-icons.png") no-repeat 0 -30px;
	color:#750389; /* Media purple */
}

.entry.s-community .section {
	background:url("images/section-icons.png") no-repeat 0 -45px;
	color:#009406; /* Community green */
}

.entry.s-elections .date {
	background-color:#ff2703; /* Elections red */
}

.entry.s-stories .date {
	background-color:#00a2a2; /* Stories blue */
}

.entry.s-media .date {
	background-color:#750389; /* Media purple */
}

.entry.s-community .date {
	background-color:#009406; /* Community green */
}

/*.hidden {
	display:none;
}*/

.icon {
	display:block;
	float:left;
	height:25px;
	width:24px;
}

.icon a {
	display:block;
	height:0;
	overflow:hidden;
	padding-top:25px;
	width:24px;
}

.placeholder {
  color: #aaa;
}

.tr-caption, #story p.wp-caption-text {
	background:#ddddd5;
	color:#323838;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	line-height:16px;
	margin:0;
	min-height:15px;
	padding:8px 24px;
}

.tr-caption-container, .wp-caption {
	border:1px solid #ddddd5;
	margin:0 auto;
}

.triangle-bottom {
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-top:8px solid #02446e;
	height:0;
	margin-left:52px;
	position:relative;
	top:-1px;
	width:0;
}

.triangle-right {
	border-top:8px solid transparent;
	border-bottom:8px solid transparent;
	border-left:8px solid #d5d5cb;
	left:143px;
	height:0;
	position:absolute;
	top:162px;
	width:0;
}

.triangle-top {
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-bottom:8px solid #02446e;
	bottom:-1px;
	height:0;
	margin-left:52px;
	position:relative;
	width:0;
}

.widget {
	background:#fbfaf8;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	margin-bottom:24px;
	width:192px;
}

.widget ul li, .widget ol li {
	border-bottom:1px dotted #ccc;
	color:#323838;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	line-height:14px;
	list-style-type:none;
}

.widget ul li a, .widget ol li a {
	background:url("images/arrow.png") no-repeat right center;
	color:#323838;
	display:block;
	padding:12px 20px 12px 8px;
}

.widget ul li a:hover, .widget ol li a:hover {
	background-color:#ddebf7;
}
