<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Info Boxes */
p.otw-sc-box, div.otw-sc-box {margin:1em 0 1.5em 0; text-shadow:none;}
.otw-sc-box.none {border-width:0;}
.otw-sc-box.full {border-width:1px;border-style:solid;}
.otw-sc-box.medium {font-size:1.1em;}
.otw-sc-box.large {font-size:1.3em;}
.otw-sc-box.rounded { -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; }
.otw-sc-box.dashed {background-image: url(../../images/dash-double.png);background-position: top;background-repeat: repeat-x;}
.otw-sc-box.dashed div{background-image: url(../../images/dash-double.png);background-position: bottom;background-repeat: repeat-x;padding:4px 0 13px 0;}
.otw-sc-box.boxed{padding:4px;background:url(../../images/box-bgr.png) bottom left repeat-x;-webkit-box-shadow: 0px 1px 1px 1px #D2D2D2;-moz-box-shadow: 0px 1px 1px 1px #D2D2D2;box-shadow: 0px 1px 1px 1px #D2D2D2;}
.otw-sc-box.dashed{padding-top:5px;}
.otw-sc-box.dashed.white, .otw-sc-box.rounded.white, .otw-sc-box.none.white{background-color:#FFFFFF;border-color:#F2F2F2;}
.otw-sc-box.dashed.silver, .otw-sc-box.rounded.silver, .otw-sc-box.none.silver{background-color:#F2F2F2;border-color:#E2E2E2;}
.otw-sc-box.dashed.gray, .otw-sc-box.rounded.gray, .otw-sc-box.none.gray {background-color:#E6E6E6;border-color:#D5D4D4;}
.otw-sc-box.dashed.green, .otw-sc-box.rounded.green, .otw-sc-box.none.green {background-color:#D9F199;border-color:#BCD186;}
.otw-sc-box.dashed.blue, .otw-sc-box.rounded.blue, .otw-sc-box.none.blue {background-color:#D9F0FA;border-color:#B6CCD5;}
.otw-sc-box.dashed.red, .otw-sc-box.rounded.red, .otw-sc-box.none.red {background-color:#F3D4D5;border-color:#D9BFC0;}
.otw-sc-box.dashed.yellow, .otw-sc-box.rounded.yellow, .otw-sc-box.none.yellow {background-color:#FFF0BC;border-color:#D4C79B;}
.otw-sc-box.boxed {padding:3px;}
.otw-sc-box.boxed.white div{background-color:#FFFFFF;border:1px solid #E5E5E5;}
.otw-sc-box.boxed.silver div{background-color:#F2F2F2;}
.otw-sc-box.boxed.gray div {background-color:#E6E6E6;}
.otw-sc-box.boxed.green div {background-color:#D9F199;}
.otw-sc-box.boxed.blue div {background-color:#D9F0FA;}
.otw-sc-box.boxed.red div {background-color:#F3D4D5;}
.otw-sc-box.boxed.yellow div{background-color:#FFF0BC;}
.otw-sc-box.silver a, .otw-sc-box.gray a{color:#555555;}
.otw-sc-box.green a{color:#006837;}
.otw-sc-box.blue a{color:#0071BC;}
.otw-sc-box.red a{color:#C1272D;}
.otw-sc-box.yellow a{color:#F7931E;}
.otw-sc-box span{display:block;padding:12px 16px;}

/* Image Shortcodes */
.otw-sc-image-style img.none, .otw-sc-image-content img.none{padding:0 !important;background:none !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;}
.otw-sc-image-style img.bordered, .otw-sc-image-content img.bordered {border:1px solid #E2E2E2;padding:4px;background:white;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;}
.otw-sc-image-style img.boxed, .otw-sc-image-content img.boxed{padding:4px;background:url(../../images/box-bgr.png) bottom left repeat-x;-webkit-box-shadow: 0px 1px 1px 1px #D2D2D2;-moz-box-shadow: 0px 1px 1px 1px #D2D2D2;box-shadow: 0px 1px 1px 1px #D2D2D2;}
.otw-sc-image-style img.rounded, .otw-sc-image-content img.rounded { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; -khtml-border-radius: 10px;padding:0 !important;background:none !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;}
.otw-sc-image-content h5.widgetTitle {margin-bottom:4px !important;}
.image-content-text.titleseparator {background: url(../../images/dash.png) repeat-x left top;padding-top:5px;}
.otw-sc-image-content .alignleft, .otw-sc-image-content .aligncenter, .otw-sc-image-content .alignright{margin-bottom:10px;}

/* Buttons */
a.otw-sc-button {
	display: inline-block;
	line-height: 1em;
	padding: 6px 13px;
	border: 1px solid #CACACA;
	color: #818181;
	text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
	text-decoration: none !important;
    cursor:pointer;
	/*Border radius*/
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
    margin-bottom:5px;
	/*Background*/
	background-color:white; /*Fallback*/
	background-image:url(../../images/buttons.png);
    background-repeat: repeat-x;
    background-position: 0 -268px;

}

a.otw-sc-button.small { padding:4px 10px; background-position: 0 -418px;font-size:13px;}
a.otw-sc-button.large { padding:10px 12px; background-position: 0 -94px;font-size:20px;}
a.otw-sc-button:hover,a.otw-sc-button.hover,a.otw-sc-button.active {text-decoration: none !important;background-position: 0 -188px;color:#818181}
a.otw-sc-button.small:hover,a.otw-sc-button.small.hover,a.otw-sc-button.small.active{background-position: 0 -348px;}
a.otw-sc-button.large:hover,a.otw-sc-button.large.hover,a.otw-sc-button.large.active{background-position: 0 0;}

a.otw-sc-button:active,
a.otw-sc-button.active  {
	border-color: #787878;

	/*Box shadow*/
	-webkit-box-shadow: inset 0 0 7px hsla(0,0%,0%,.3) /*Shine*/,
						0 1px 0 hsla(0, 100%, 100%, 1) /*Shadow*/;
	-moz-box-shadow: inset 0 0 7px hsla(0,0%,0%,.3) /*Shine*/,
					0 1px 0 hsla(0, 100%, 100%, 1) /*Shadow*/;
	box-shadow: inset 0 0 7px hsla(0,0%,0%,.3) /*Shine*/,
				0 1px 0 hsla(0, 100%, 100%, 1) /*Shadow*/;
}

a.otw-sc-button.light span { text-shadow:0 1px #626262;}
a.otw-sc-button.dark span { text-shadow:0 1px #fff;}

a.otw-sc-button.white span { color:#F0F0F0; text-shadow:0 1px black;}
a.otw-sc-button.custom:hover { opacity:0.85; }
a.otw-sc-button.custom {text-shadow:0 0 ;}

a.otw-sc-button span { line-height:1.2em; min-height: 16px; }
a.otw-sc-button span.otw-info { background:url( "../images/ico-info.png") no-repeat 0 45%; padding-left:25px; display:block; }
a.otw-sc-button span.otw-download { background:url( "../images/ico-download.png") no-repeat 0 45%; padding-left:25px; display:block; }
a.otw-sc-button span.otw-tick { background:url( "../images/ico-tick.png") no-repeat 0 45%; padding-left:25px; display:block; }
a.otw-sc-button span.otw-note { background:url( "../images/ico-note.png") no-repeat 0 45%; padding-left:25px; display:block; }
a.otw-sc-button span.otw-alert { background:url( "../images/ico-alert.png") no-repeat 0 45%; padding-left:25px; display:block; }

a.otw-sc-button.red { border-color: #E84E4C; background-color: #FF1D25; text-shadow: 0 1px 0 #B32F2D; color:#F0F0F0 !important; }
a.otw-sc-button.orange { border-color: #E79F46; background-color: #FF931E; text-shadow: 0 1px 0 #B37526; color:#F0F0F0 !important; }
a.otw-sc-button.green {	border-color: #99BE61; background-color: #8CC63F; text-shadow: 0 1px 0 #618334; color:#F0F0F0 !important; }
a.otw-sc-button.aqua { border-color: #40af96; background-color: #23d7af; text-shadow: 0 1px 0 #388876; color:#F0F0F0 !important; }
a.otw-sc-button.blue { border-color: #5FAFE0; background-color: #3FA9F5; text-shadow: 0 1px 0 #4086AE; color:#F0F0F0 !important; }
a.otw-sc-button.purple { border-color: #234dd6; background-color: #2356d7; text-shadow: 0 1px 0 #19254B; color:#F0F0F0 !important; }
a.otw-sc-button.pink { border-color: #E792B0; background-color: #FF7BAC; text-shadow: 0 1px 0 #B56D86; color:#F0F0F0 !important; }
a.otw-sc-button.brown { border-color: #C2A585; background-color: #C69C6D; text-shadow: 0 1px 0 #988064; color:#F0F0F0 !important; }
a.otw-sc-button.black { border-color: #454545; background-color: #1C1C1C; text-shadow: 0 1px 0 #292929; color:#F0F0F0 !important; }
a.otw-sc-button.silver { border-color: #bbb; background-color: #d8d8d8; text-shadow:0 1px #fff; color: #444 !important; }

/* Columns */
.onecol-one{width:100%;}
.twocol-one{width:49%;}
.threecol-one{width:30.66%;}
.threecol-two{width:65.33%;}
.threecol-one{width:32%;}
.threecol-two{width:66%;}
.fourcol-one{width:23.5%;}
.fourcol-two{width:48%;}
.fourcol-three{width:74.5%;}
.fivecol-one{width:18.4%;}
.fivecol-two{width:38.8%;}
.fivecol-three{width:59.2%;}
.fivecol-four{width:79.6%;}
.sixcol-one{width:15%;}
.sixcol-two{width:32%;}
.sixcol-three{width:49%;}
.sixcol-four{width:66%;}
.sixcol-five{width:83%;}
.onecol-one,.twocol-one,.threecol-one,.threecol-two,.fourcol-one,.fourcol-two,.fourcol-three,.fivecol-one,.fivecol-two,.fivecol-three,.fivecol-four,.sixcol-one,.sixcol-two,.sixcol-three,.sixcol-four,.sixcol-five{float:left;position:relative;display:block;margin:10px 2% 10px 0;}
.last{clear:right;margin-right:0 !important;}

/* Tweetmeme */
.otw-tweetmeme.left { margin:0 1.5em 1.5em 0; float:left; }
.otw-tweetmeme.none { margin:0 0 1.5em 0;  }
.otw-tweetmeme.right { margin:0 0 1.5em 1.5em; float:right;  }

/* Twitter */
.otw-sc-twitter.left { margin:0 1.5em 1.5em 0; float:left; }
.otw-sc-twitter.none { margin:0 0 1.5em 0;  }
.otw-sc-twitter.right { margin:0 0 1.5em 1.5em; float:right;  }

/* Digg */
.otw-digg.left { margin:0 1.5em 1.5em 0; float:left; }
.otw-digg.none { margin:0 0 1.5em 0;  }
.otw-digg.right { margin:0 0 1.5em 1.5em; float:right;  }

/* Related posts */
.otw-sc-related-posts .thumbnail { float:left; margin:0 1em 1em 0;}
.otw-sc-related-posts li { clear:both; }

/* Horizontal Rule */
.otw-sc-hr {background:url(../../images/dash-hr.png) repeat-x left center;}
.otw-sc-hr, .otw-sc-divider { clear:both; display:block;width:100%;height: 20px;}
.otw-sc-divider.flat { padding:0; margin:0; }
.otw-sc-hrtext {font-style: italic;font-size:90%;background: url(../../images/dash-hr.png) center center repeat-x;}
.otw-sc-hrtext.left .hrcontainter{text-align:left;}
.otw-sc-hrtext.center .hrcontainter{text-align:center;}
.otw-sc-hrtext.right .hrcontainter{text-align:right;}
.otw-sc-hrtext.left .hrcontainter p{margin:0;padding:0 10px 0 0;display:inline;}
.otw-sc-hrtext.center .hrcontainter p{margin:0;padding:0 10px;display:inline;}
.otw-sc-hrtext.right .hrcontainter p{margin:0;padding:0 0 0 10px;display:inline;}

/* Quote */
blockquote.otw-sc-quote{background: url(../../images/dash-double.png) top repeat-x;margin:0;padding:0;font-size:114%;margin:0 0 1em 0;}
blockquote.otw-sc-quote div{background: url(../../images/dash-double.png) bottom repeat-x;padding:.2em 0;}
blockquote.otw-sc-quote p { margin: 0 20px 0 5px; padding: 1em 0 1em 50px; background: url(../../images/quote.png) no-repeat 0px center; min-height: 32px; }
blockquote.otw-sc-quote.left { float:left; width:50%;margin:.3em 1.2em 0em 0em;}
blockquote.otw-sc-quote.right { float:right; width:50%;margin:.3em 0em 0em 1.2em;}
blockquote.otw-sc-quote.boxed { background: #f5f5f5; border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;padding:3px 12px 5px 12px;}
blockquote.otw-sc-quote.boxed div{background:none;padding:0;}
blockquote.otw-sc-quote.clean, blockquote.otw-sc-quote.clean div{background:none;padding:0}

/* Icon Links */
.otw-sc-ilink { padding:0 0.3em;  }
.otw-sc-ilink a { padding-left:20px; text-decoration: underline; display: inline-block; }
.otw-sc-ilink a:hover { text-decoration: none; }
.otw-sc-ilink .download { background: url(../images/ico-download.png) no-repeat left 40%; }
.otw-sc-ilink .tick { background: url(../images/ico-tick.png) no-repeat left 40%; }
.otw-sc-ilink .info { background: url(../images/ico-info.png) no-repeat left 40%; }
.otw-sc-ilink .note { background: url(../images/ico-note.png) no-repeat left 40%; }
.otw-sc-ilink .alert { background: url(../images/ico-alert.png) no-repeat left 40%; }

/* Facebook */
.otw-fbshare.left { margin:0 1.5em 1.5em 0; float:left; }
.otw-fbshare.none { margin:0 0 1.5em 0;  }
.otw-fbshare.right { margin:0 0 1.5em 1.5em; float:right;  }
.otw-fblike.left { margin:0 1.5em 1.5em 0; float:left; }
.otw-fblike.none { margin:0 0 1.5em 0;  }
.otw-fblike.right { margin:0 0 1.5em 1.5em; float:right;  }

/* Tabber */
.shortcode-tabs { clear: both; height:auto; display: block; padding:5px; margin-bottom:30px; }
.shortcode-tabs ul.tab_titles { padding:0px; background:none; border:none; margin:0;}
.shortcode-tabs ul.tab_titles li.nav-tab { background:none; padding:0; float: left; display:inline; color: #ffffff; margin:0px; cursor: pointer; }
.shortcode-tabs ul.tab_titles li.nav-tab.ui-tabs-selected a, .shortcode-tabs ul.tab_titles li.nav-tab a:hover { background:#fff; text-decoration:none; }
.shortcode-tabs ul.tab_titles li.nav-tab a { 	color:#B3B3B3; display: block;float: left;padding: 8px; text-transform:uppercase; font:11px/18px sans-serif; }
.shortcode-tabs .tab { padding:10px; text-align: left; clear: both; }
.shortcode-tabs .tab li.nav-tab { background:#fff;  }
.shortcode-tabs .tab ul.tab_titles { margin:0; border: 1px solid #e6e6e6; border-width:1px 0 1px 0; }
.shortcode-tabs .tab li.nav-tab { border:1px solid #e6e6e6; border-width:0 1px 1px 1px; padding:10px; }
.shortcode-tabs .tab li.nav-tab a { color:#555; font:bold 12px/18px sans-serif; }
.shortcode-tabs .tab a:hover {}
.shortcode-tabs .ui-tabs-hide { display: none; }

/* Tabber Alternate Style - Boxed */
.shortcode-tabs.boxed { }
	.shortcode-tabs.boxed ul.tab_titles { clear: both; float: left; background:none; border:none; border-left: 1px solid #EBEBEB; margin-bottom: 0px; position: relative; z-index: 2; }
		.shortcode-tabs.boxed ul.tab_titles li { background:none; padding:0; border-top: 1px solid #EBEBEB; border-right: 1px solid #EBEBEB; }
		.shortcode-tabs.boxed ul.tab_titles li.ui-state-active { border-bottom: 1px solid #FFFFFF; }
	.shortcode-tabs.boxed .tab { border: 1px solid #EBEBEB; top: -2px; position: relative; z-index: 1; }


/* Tabber Alternate Style - Vertical */
.shortcode-tabs.vertical { }
	.shortcode-tabs.vertical .tab_header { border: 1px solid #F0F0F0; border-bottom: 0px; width: 25%; float: left; margin-bottom: -5px; color:#555; font:bold 12px/18px sans-serif; }
		.shortcode-tabs.vertical .tab_header {
			/* Gradient Background */
			background: #f5f5f5;
		  	background: -moz-linear-gradient(100% 100% 90deg, #f5f5f5, #fff);
		  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f5f5f5));

		}
		.shortcode-tabs.vertical .tab_header span { display: block; padding: 8px 8px 12px 8px; border: 1px solid #EBEBEB; }
	.shortcode-tabs.vertical ul.tab_titles {  clear: left; float: left; background:none; border: 1px solid #F0F0F0;  margin-bottom: 0px; position: relative; z-index: 2; width: 25%; }
		.shortcode-tabs.vertical ul.tab_titles.has_title { border-top: 0px !important; margin-top: 5px; }
		.shortcode-tabs.vertical ul.tab_titles.has_title {


		
		}
		.shortcode-tabs.vertical ul.tab_titles li { clear: both; background:none; padding:0; border-bottom: 1px solid #EBEBEB; border-left: 1px solid #EBEBEB; border-right: 1px solid #EBEBEB; display: block !important; float: none !important; }
		.shortcode-tabs.vertical ul.tab_titles li.ui-state-active {}
			.shortcode-tabs.vertical ul.tab_titles li.ui-state-active a { background: #F0F0F0; background: rgba(0,0,0,.05); }
			.shortcode-tabs.vertical ul.tab_titles li a:link { display: block; float: none !important; }
			.shortcode-tabs.vertical ul.tab_titles li a:hover { background: #F0F0F0; background: rgba(0,0,0,.05); }
	.shortcode-tabs.vertical .tab { clear: right !important; top: 5px; position: relative; z-index: 1; margin-left: 30%; padding: 0px; }
	

/* Dropcap */
span.dropcap {float: left; margin: 5px 10px 0px 0px;width:35px;height:35px;line-height:35px;display:block;border-radius: 50px 50px 50px 50px;font-size:20px;color:#fff;text-align:center;background:#000;padding:0px;}
span.dropcap.shadow{-webkit-box-shadow: 1px 1px 2px 1px #C4C4C4;-moz-box-shadow: 1px 1px 2px 1px #C4C4C4;box-shadow: 1px 1px 2px 1px #C4C4C4;}
span.dropcap.border{border:2px solid white;}
span.dropcap.small{font-size:17px;width:25px;height:25px;line-height:25px;}
span.dropcap.large{font-size:30px;width:50px;height:50px;line-height:50px;}
span.dropcap.no-background{background:none;height:auto;width:auto;line-height:normal !important;}

/* Content Toggle */
.shortcode-toggle { margin: 0 0 1.2em;}
.shortcode-toggle h5 {margin: 0 !important;}
.shortcode-toggle h5 a { display: block; padding: 3px 0 3px 10px; background: #f3f3f3 url(../images/shortcode-toggle-close.png) no-repeat 99% center; text-decoration:none;height:100%;}
.shortcode-toggle.closed h5 a  { background-image: url(../images/shortcode-toggle-open.png); }
.shortcode-toggle .toggle-content  { padding: 10px 10px; background: #f9f9f9; }
.shortcode-toggle.closed .toggle-content, .shortcode-toggle .more-text.closed { display: none; }
.shortcode-toggle .more-text.open { display: block; }
.shortcode-toggle.border { border: 1px solid #EBEBEB; }

/* Content Toggle Alternate Style - White */
.shortcode-toggle.white h4 a { background-color: #FFFFFF; }
.shortcode-toggle.white .toggle-content { background-color: #FFFFFF; }

/* Highlight and Abbreviation */
span.shortcode-highlight { background: #FFFFAA; padding: 3px 3px 1px; }
abbr { border-bottom: 1px dashed #999999; cursor: help; }

/* List Styles - Unordered List */
.entry .shortcode-unorderedlist ul li, .shortcode-unorderedlist ul li, .entry .shortcode-unorderedlist ul li ul, .shortcode-unorderedlist ul li ul {list-style-type: none;padding-left:25px;background: url() no-repeat scroll left top;}
.entry .shortcode-unorderedlist.default-square ul li, .shortcode-unorderedlist.default-square ul li {list-style-type:square;margin-left:35px;padding-left:3px;}
.entry .shortcode-unorderedlist.add ul li, .shortcode-unorderedlist.add ul li { background: url(../../images/icons/bullet/bullet_add.png) no-repeat left 3px; }
.entry .shortcode-unorderedlist.arrow ul li, .shortcode-unorderedlist.arrow ul li { background: url(../../images/icons/bullet/bullet_arrow.png) no-repeat left 4px; }
.entry .shortcode-unorderedlist.black ul li, .shortcode-unorderedlist.black ul li { background: url(../../images/icons/bullet/bullet_black.png) no-repeat left 3px; }
.entry .shortcode-unorderedlist.blue ul li, .shortcode-unorderedlist.blue ul li { background: url(../../images/icons/bullet/bullet_blue.png) no-repeat left 3px; }
.entry .shortcode-unorderedlist.circle ul li, .shortcode-unorderedlist.circle ul li { background: url(../../images/icons/bullet/bullet_circle.png) no-repeat left 3px; }
.entry .shortcode-unorderedlist.delete ul li, .shortcode-unorderedlist.delete ul li { background: url(../../images/icons/bullet/bullet_delete.png) no-repeat left 3px; }
.entry .shortcode-unorderedlist.disk ul li, .shortcode-unorderedlist.disk ul li { background: url(../../images/icons/bullet/bullet_disk.png) no-repeat left 3px; }
.entry .shortcode-unorderedlist.dots ul li, .shortcode-unorderedlist.dots ul li { background: url(../../images/icons/bullet/bullet_dots.png) no-repeat left 3px; }
.entry .shortcode-unorderedlist.error ul li, .shortcode-unorderedlist.error ul li { background: url(../../images/icons/bullet/bullet_error.png) no-repeat left 3px; }
.entry .shortcode-unorderedlist.orange ul li, .shortcode-unorderedlist.orange ul li { background: url(../../images/icons/bullet/bullet_orange.png) no-repeat left 3px; }
.entry .shortcode-unorderedlist.go ul li, .shortcode-unorderedlist.go ul li { background: url(../../images/icons/bullet/bullet_go.png) no-repeat left 3px; }
.entry .shortcode-unorderedlist.green ul li, .shortcode-unorderedlist.green ul li { background: url(../../images/icons/bullet/bullet_green.png) no-repeat left 3px; }
.entry .shortcode-unorderedlist.key ul li, .shortcode-unorderedlist.key ul li { background: url(../../images/icons/bullet/bullet_key.png) no-repeat left 3px; }
.entry .shortcode-unorderedlist.picture ul li, .shortcode-unorderedlist.picture ul li { background: url(../../images/icons/bullet/bullet_picture.png) no-repeat left 3px; }
.entry .shortcode-unorderedlist.pink ul li, .shortcode-unorderedlist.pink ul li { background: url(../../images/icons/bullet/bullet_pink.png) no-repeat left 3px; }
.entry .shortcode-unorderedlist.purple ul li, .shortcode-unorderedlist.purple ul li { background: url(../../images/icons/bullet/bullet_purple.png) no-repeat left 3px; }
.entry .shortcode-unorderedlist.red ul li, .shortcode-unorderedlist.red ul li { background: url(../../images/icons/bullet/bullet_red.png) no-repeat left 3px; }
.entry .shortcode-unorderedlist.star ul li, .shortcode-unorderedlist.star ul li { background: url(../../images/icons/bullet/bullet_star.png) no-repeat left 3px; }
.entry .shortcode-unorderedlist.tick ul li, .shortcode-unorderedlist.tick ul li { background: url(../../images/icons/bullet/bullet_tick.png) no-repeat left 23px; }
.entry .shortcode-unorderedlist.minus ul li, .shortcode-unorderedlist.minus ul li { background: url(../../images/icons/bullet/bullet_toggle_minus.png) no-repeat left 3px; }
.entry .shortcode-unorderedlist.plus ul li, .shortcode-unorderedlist.plus ul li { background: url(../../images/icons/bullet/bullet_toggle_plus.png) no-repeat left 3px; }
.entry .shortcode-unorderedlist.white ul li, .shortcode-unorderedlist.white ul li { background: url(../../images/icons/bullet/bullet_white.png) no-repeat left 3px; }
.entry .shortcode-unorderedlist.wrench ul li, .shortcode-unorderedlist.wrench ul li { background: url(../../images/icons/bullet/bullet_wrench.png) no-repeat left 3px; }
.entry .shortcode-unorderedlist.yellow ul li, .shortcode-unorderedlist.yellow ul li { background: url(../../images/icons/bullet/bullet_yellow.png) no-repeat left 3px; }

/* List Styles - Ordered List */
.entry .shortcode-orderedlist ol li, .entry .shortcode-orderedlist ol li ol, .shortcode-orderedlist ol li {list-style-type: none;margin-left: 25px;background: url() no-repeat scroll left top;}
.entry .shortcode-orderedlist.armenian ol li, .shortcode-orderedlist.armenian ol li { list-style-type: armenian; }
.entry .shortcode-orderedlist.decimal ol li, .shortcode-orderedlist.decimal ol li { list-style-type: decimal; }
.entry .shortcode-orderedlist.decimal-leading-zero ol li, .shortcode-orderedlist.decimal-leading-zero ol li { list-style-type: decimal-leading-zero; }
.entry .shortcode-orderedlist.georgian ol li, .shortcode-orderedlist.georgian ol li { list-style-type: georgian; }
.entry .shortcode-orderedlist.lower-alpha ol li, .shortcode-orderedlist.lower-alpha ol li { list-style-type: lower-alpha; }
.entry .shortcode-orderedlist.lower-greek ol li, .shortcode-orderedlist.lower-greek ol li { list-style-type: lower-greek; }
.entry .shortcode-orderedlist.lower-latin ol li, .shortcode-orderedlist.lower-latin ol li { list-style-type: lower-latin; }
.entry .shortcode-orderedlist.lower-roman ol li, .shortcode-orderedlist.lower-roman ol li { list-style-type: lower-roman; }
.entry .shortcode-orderedlist.upper-alpha ol li, .shortcode-orderedlist.upper-alpha ol li { list-style-type: upper-alpha; }
.entry .shortcode-orderedlist.upper-latin ol li, .shortcode-orderedlist.upper-latin ol li { list-style-type: upper-latin; }
.entry .shortcode-orderedlist.upper-roman ol li, .shortcode-orderedlist.upper-roman ol li { list-style-type: upper-roman; }

/* Social Icon */
img.social-icon { border: none; }</pre></body></html>