@import url('/css/type/pictos-backup.css');

.mceContentBody .mainbox.tmsClearBlue {
	padding: 35px 45px;
}

#blog-entry {
	position: relative;
	margin-top: 0;
}

#entry-pub-date {
	position: absolute;
	top: 15px;
	right: -.5em;
	z-index: 1;
}

#entry-pub-date p {
	border-top: 1px solid #CCCFEA; border-top: 1px solid rgba(255,255,255,.5);
	background-color: #494D94;
	padding: 5px 12px 2px 12px;
	-webkit-box-shadow: 0 4px 3px rgba(0,0,0,.35); -moz-box-shadow: 0 4px 3px rgba(0,0,0,.35); -khtml-box-shadow: 0 4px 3px rgba(0,0,0,.35); box-shadow: 0 4px 3px rgba(0,0,0,.35);
	-pie-box-shadow: none;
	-webkit-border-radius: 4px 4px 0 4px; -moz-border-radius: 4px 4px 0 4px; -khtml-border-radius: 4px 4px 0 4px; border-radius: 4px 4px 0 4px;
	font: 16px ArnoPro, Times, "Times New Roman", serif;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,.2)), to(rgba(255,255,255,0)), color-stop(10%, rgba(255,255,255,.2)), color-stop(20%, rgba(255,255,255,.3)), color-stop(80%, rgba(255,255,255,.3)), color-stop(90%, rgba(255,255,255,.2)));
	background-image: -khtml-gradient(linear, left top, right top, from(rgba(255,255,255,.2)), to(rgba(255,255,255,0)), color-stop(10%, rgba(255,255,255,.2)), color-stop(20%, rgba(255,255,255,.3)), color-stop(80%, rgba(255,255,255,.3)), color-stop(90%, rgba(255,255,255,.2)));
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,.2) 10%, rgba(255,255,255,.3) 20%, rgba(255,255,255,.3) 80%, rgba(255,255,255,.2) 90%, rgba(255,255,255,0));
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,.2) 10%, rgba(255,255,255,.3) 20%, rgba(255,255,255,.3) 80%, rgba(255,255,255,.2) 90%, rgba(255,255,255,0));
	background-image: -khtml-linear-gradient(left, rgba(255,255,255,.2) 10%, rgba(255,255,255,.3) 20%, rgba(255,255,255,.3) 80%, rgba(255,255,255,.2) 90%, rgba(255,255,255,0));
	background-image: -moz-linear-gradient(left, rgba(255,255,255,.2) 10%, rgba(255,255,255,.3) 20%, rgba(255,255,255,.3) 80%, rgba(255,255,255,.2) 90%, rgba(255,255,255,0));
	background-image: -o-linear-gradient(left, rgba(255,255,255,.2) 10%, rgba(255,255,255,.3) 20%, rgba(255,255,255,.3) 80%, rgba(255,255,255,.2) 90%, rgba(255,255,255,0));
	background-image: linear-gradient(to right, rgba(255,255,255,.2) 10%, rgba(255,255,255,.3) 20%, rgba(255,255,255,.3) 80%, rgba(255,255,255,.2) 90%, rgba(255,255,255,0));
	-pie-background: linear-gradient(left, #64689F, #64689F 10%, #7F84B7 20%, #7F84B7 80%, #64689F 90%, #494E8F);
	behavior: url(/js/PIE.htc);
}

#entry-pub-date p span:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -8px;
	right: 0;
	z-index: -1;
	width: 8px;
	height: 8px;
	background-color: #393E64;
	/* TODO: OLD WEBKIT GRADIENTS */
	background-image: -webkit-linear-gradient(right, rgba(0,0,0,.2), rgba(0,0,0,0)), -webkit-radial-gradient(center center, circle contain, #393E64 95%, transparent 95%), -webkit-linear-gradient(top right, #9296AD 25%, transparent 25%), -webkit-linear-gradient(bottom right, #000070 25%, transparent 25%);
	background-image: -khtml-linear-gradient(right, rgba(0,0,0,.2), rgba(0,0,0,0)), -khtml-radial-gradient(center center, circle contain, #393E64 95%, transparent 95%), -khtml-linear-gradient(top right, #9296AD 25%, transparent 25%), -khtml-linear-gradient(bottom right, #000070 25%, transparent 25%);
	background-image: -moz-linear-gradient(right, rgba(0,0,0,.2), rgba(0,0,0,0)), -moz-radial-gradient(center center, circle contain, #393E64 95%, transparent 95%), -moz-linear-gradient(top right, #9296AD 25%, transparent 25%), -moz-linear-gradient(bottom right, #000070 25%, transparent 25%);
	background-image: -o-linear-gradient(right, rgba(0,0,0,.2), rgba(0,0,0,0)), -o-radial-gradient(center center, circle contain, #393E64 95%, transparent 95%), -o-linear-gradient(top right, #9296AD 25%, transparent 25%), -o-linear-gradient(bottom right, #000070 25%, transparent 25%);
	background-image: linear-gradient(to left, rgba(0,0,0,.2), rgba(0,0,0,0)), radial-gradient(circle closest-side at center, #393E64 95%, transparent 95%), linear-gradient(to bottom left, #9296AD 25%, transparent 25%), linear-gradient(to top left, #000070 25%, transparent 25%);
	-pie-background: none;
	behavior: url(/js/PIE.htc);
}

.lt-ie10 #entry-pub-date p span:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -.5em;
	border-style: solid;
	border-color: #393E64 transparent transparent transparent;
	right: 0;
	border-width: .5em .5em 0 0;
	width: auto;
	height: auto;
	background: none;
}

#blog-entry h1 {
	text-align: left;
	margin-top: .4em;
	margin-bottom: 0;
}

#entry-category {
	font: 16px ArnoPro, Times, "Times New Roman", serif;
	color: #EEE3EC;
	margin-top: .3em;
	margin-bottom: 2em;
}

.mceContentBody h2.tms-tag-list-title {
	font-size: 22px;
	font-style: italic;
	text-align: left;
	background-color: rgba(255,255,255,.3);
	-webkit-border-radius: 8px 8px 0 0; -moz-border-radius: 8px 8px 0 0; -khtml-border-radius: 8px 8px 0 0; border-radius: 8px 8px 0 0;
	border-top: 1px solid #CCCFEA; border-top: 1px solid rgba(255,255,255,.5);
	margin-top: 1em;
	margin-bottom: 0;
	padding: .3em 20px 0;
	-webkit-box-shadow: 0 6px 8px rgba(0,0,0,.9); -moz-box-shadow: 0 6px 8px rgba(0,0,0,.9); -khtml-box-shadow: 0 6px 8px rgba(0,0,0,.9); box-shadow: 0 6px 8px rgba(0,0,0,.9);
	-pie-box-shadow: 0 6px 8px #003;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(rgba(255,255,255,0)), color-stop(10%, rgba(255,255,255,.2)), color-stop(20%, rgba(255,255,255,.3)), color-stop(80%, rgba(255,255,255,.3)), color-stop(90%, rgba(255,255,255,.2)));
	background-image: -khtml-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(rgba(255,255,255,0)), color-stop(10%, rgba(255,255,255,.2)), color-stop(20%, rgba(255,255,255,.3)), color-stop(80%, rgba(255,255,255,.3)), color-stop(90%, rgba(255,255,255,.2)));
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.2) 10%, rgba(255,255,255,.3) 20%, rgba(255,255,255,.3) 80%, rgba(255,255,255,.2) 90%, rgba(255,255,255,0));
	background-image: -khtml-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.2) 10%, rgba(255,255,255,.3) 20%, rgba(255,255,255,.3) 80%, rgba(255,255,255,.2) 90%, rgba(255,255,255,0));
	background-image: -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.2) 10%, rgba(255,255,255,.3) 20%, rgba(255,255,255,.3) 80%, rgba(255,255,255,.2) 90%, rgba(255,255,255,0));
	background-image: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.2) 10%, rgba(255,255,255,.3) 20%, rgba(255,255,255,.3) 80%, rgba(255,255,255,.2) 90%, rgba(255,255,255,0));
	background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,.2) 10%, rgba(255,255,255,.3) 20%, rgba(255,255,255,.3) 80%, rgba(255,255,255,.2) 90%, rgba(255,255,255,0));
	-pie-background: linear-gradient(left, #494E8F, #64689F 10%, #7F84B7 20%, #7F84B7 80%, #64689F 90%, #494E8F);
	behavior: url(/js/PIE.htc);
}

.mceContentBody h2#nsEyewitnessTitle {
	margin-left: 8px;
	margin-right: 8px;
}

.mceContentBody h2.sidebarRibbon {
	font-size: 22px;
	position: relative;
	margin-top: 1.5em;
	margin-bottom: 14px;
	padding: .4em 20px .1em;
	text-align: center;
	text-transform: uppercase;
	font-style: normal;
	background-color: rgba(255,255,255,.3);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(rgba(255,255,255,0)), color-stop(10%, rgba(255,255,255,.2)), color-stop(20%, rgba(255,255,255,.3)), color-stop(80%, rgba(255,255,255,.3)), color-stop(90%, rgba(255,255,255,.2)));
	background-image: -khtml-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(rgba(255,255,255,0)), color-stop(10%, rgba(255,255,255,.2)), color-stop(20%, rgba(255,255,255,.3)), color-stop(80%, rgba(255,255,255,.3)), color-stop(90%, rgba(255,255,255,.2)));
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.2) 10%, rgba(255,255,255,.3) 20%, rgba(255,255,255,.3) 80%, rgba(255,255,255,.2) 90%, rgba(255,255,255,0));
	background-image: -khtml-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.2) 10%, rgba(255,255,255,.3) 20%, rgba(255,255,255,.3) 80%, rgba(255,255,255,.2) 90%, rgba(255,255,255,0));
	background-image: -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.2) 10%, rgba(255,255,255,.3) 20%, rgba(255,255,255,.3) 80%, rgba(255,255,255,.2) 90%, rgba(255,255,255,0));
	background-image: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.2) 10%, rgba(255,255,255,.3) 20%, rgba(255,255,255,.3) 80%, rgba(255,255,255,.2) 90%, rgba(255,255,255,0));
	background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,.2) 10%, rgba(255,255,255,.3) 20%, rgba(255,255,255,.3) 80%, rgba(255,255,255,.2) 90%, rgba(255,255,255,0));
	-pie-background: linear-gradient(left, #494E8F, #64689F 10%, #7F84B7 20%, #7F84B7 80%, #64689F 90%, #494E8F);
	-webkit-border-radius: 6px; -moz-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
	border-top: 1px solid #D7DAF0; border-top: 1px solid rgba(255,255,255,.7);
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.25); -moz-box-shadow: 0 5px 5px rgba(0,0,0,.25); -khtml-box-shadow: 0 5px 5px rgba(0,0,0,.25); box-shadow: 0 5px 5px rgba(0,0,0,.25);
	-pie-box-shadow: 0 5px 5px #005;
	behavior: url(/js/PIE.htc);
}

.mceContentBody #blog-name, .mceContentBody #blog-sidebar-subscribe {
	margin-bottom: 16px;
	font-size: 24px;
	text-align: center;
	-webkit-border-radius: 6px; -moz-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
	border-top: 1px solid #D7DAF0; border-top: 1px solid rgba(255,255,255,.7);
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.25); -moz-box-shadow: 0 5px 5px rgba(0,0,0,.25); -khtml-box-shadow: 0 5px 5px rgba(0,0,0,.25); box-shadow: 0 5px 5px rgba(0,0,0,.25);
	-pie-box-shadow: 0 5px 5px #005;
	margin-top: 0;
	background-color: rgba(255,255,255,.3);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(rgba(255,255,255,0)), color-stop(10%, rgba(255,255,255,.2)), color-stop(20%, rgba(255,255,255,.3)), color-stop(80%, rgba(255,255,255,.3)), color-stop(90%, rgba(255,255,255,.2)));
	background-image: -khtml-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(rgba(255,255,255,0)), color-stop(10%, rgba(255,255,255,.2)), color-stop(20%, rgba(255,255,255,.3)), color-stop(80%, rgba(255,255,255,.3)), color-stop(90%, rgba(255,255,255,.2)));
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.2) 10%, rgba(255,255,255,.3) 20%, rgba(255,255,255,.3) 80%, rgba(255,255,255,.2) 90%, rgba(255,255,255,0));
	background-image: -khtml-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.2) 10%, rgba(255,255,255,.3) 20%, rgba(255,255,255,.3) 80%, rgba(255,255,255,.2) 90%, rgba(255,255,255,0));
	background-image: -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.2) 10%, rgba(255,255,255,.3) 20%, rgba(255,255,255,.3) 80%, rgba(255,255,255,.2) 90%, rgba(255,255,255,0));
	background-image: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.2) 10%, rgba(255,255,255,.3) 20%, rgba(255,255,255,.3) 80%, rgba(255,255,255,.2) 90%, rgba(255,255,255,0));
	background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,.2) 10%, rgba(255,255,255,.3) 20%, rgba(255,255,255,.3) 80%, rgba(255,255,255,.2) 90%, rgba(255,255,255,0));
	-pie-background: linear-gradient(left, #494E8F, #64689F 10%, #7F84B7 20%, #7F84B7 80%, #64689F 90%, #494E8F);
	behavior: url(/js/PIE.htc);
}

.mceContentBody #blog-sidebar-subscribe {
	margin-top: 1em;
	font-size: 20px;
	font-variant: normal;
	font-weight: normal;
}

#blog-name a, #blog-sidebar-subscribe a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: .3em 20px .1em;
	-pie-background: rgba(255,255,255,0);
	behavior: url(/js/PIE.htc);
}

#blog-sidebar-subscribe a {
	padding: .6em 20px .5em 0;
}

#blog-name a:hover, #blog-sidebar-subscribe a:hover {
	background-image: -webkit-gradient(radial, center center, 0, center center, 100%, from(rgba(255,255,255,.2)), to(rgba(255,255,255,0)));
	background-image: -khtml-gradient(radial, center center, 0, center center, 100%, from(rgba(255,255,255,.2)), to(rgba(255,255,255,0)));
	background-image: -webkit-radial-gradient(center center, circle cover, rgba(255,255,255,.2), rgba(255,255,255,0));
	background-image: -khtml-radial-gradient(center center, circle cover, rgba(255,255,255,.2), rgba(255,255,255,0));
	background-image: -moz-radial-gradient(center center, circle cover, rgba(255,255,255,.2), rgba(255,255,255,0));
	background-image: -o-radial-gradient(center center, circle cover, rgba(255,255,255,.2), rgba(255,255,255,0));
	background-image: radial-gradient(circle farthest-corner at center, rgba(255,255,255,.2), rgba(255,255,255,0));
	-pie-background: rgba(255,255,255,.15);
}

#blog-sidebar-subscribe a:before {
	content: attr(data-icon);
	position: relative;
	top: 3px;
	font-size: 1.25em;
	font-family: "Pictos Custom", "Pictos Blog";
	-webkit-font-smoothing: antialiased;
	margin-right: .5em;
	color: #62659A; color: rgba(0,0,80,.4);
	text-shadow: 0 1px 1px rgba(255,255,255,.4);
}

.lt-ie9 #blog-sidebar-subscribe a:before, .opera #blog-sidebar-subscribe a:before {
	font-family: "Pictos Blog";
}

#blog-sidebar-subscribe a:hover:before {
	color: #555891; color: rgba(0,0,80,.5);
	text-shadow: 0 1px 1px rgba(255,255,255,.5);
}

#blog-search-container.sidebar input[name="submit"], #blog-sidebar #tms-search input[name="submit"] {
	display: none;
}

#blog-sidebar #tms-search input#searchQuery, #blog-search-container #tms-search input#searchQuery {
	border-bottom: 1px solid #5063EB;
}

#blog-sidebar div.searchBarArea, #blog-search-container div.searchBarArea {
	text-align: center;
	padding: 20px 5px;
	-webkit-border-radius: 8px; -moz-border-radius: 8px; -khtml-border-radius: 8px; border-radius: 8px;
	border-top: 1px solid #5063EB;
	background-image: -webkit-gradient(linear, left top, right top, from(#000040), color-stop(10%, #000070), color-stop(20%, #000080), color-stop(80%, #000080), color-stop(90%, #000070), to(#000040));
	background-image: -khtml-gradient(linear, left top, right top, from(#000040), color-stop(10%, #000070), color-stop(20%, #000080), color-stop(80%, #000080), color-stop(90%, #000070), to(#000040));
	background-image: -webkit-linear-gradient(left, #000040, #000070 10%, #000080 20%, #000080 80%, #000070 90%, #000040);
	background-image: -khtml-linear-gradient(left, #000040, #000070 10%, #000080 20%, #000080 80%, #000070 90%, #000040);
	background-image: -moz-linear-gradient(left, #000040, #000070 10%, #000080 20%, #000080 80%, #000070 90%, #000040);
	background-image: -o-linear-gradient(left, #000040, #000070 10%, #000080 20%, #000080 80%, #000070 90%, #000040);
	background-image: linear-gradient(to right, #000040, #000070 10%, #000080 20%, #000080 80%, #000070 90%, #000040);
	-pie-background: linear-gradient(left, #000040, #000070 10%, #000080 20%, #000080 80%, #000070 90%, #000040);
	-webkit-box-shadow: 0 6px 8px rgba(0,0,0,.9); -moz-box-shadow: 0 6px 8px rgba(0,0,0,.9); -khtml-box-shadow: 0 6px 8px rgba(0,0,0,.9); -pie-box-shadow: 0 6px 8px #003; box-shadow: 0 6px 8px rgba(0,0,0,.9);
	behavior: url(/js/PIE.htc);
}

#blog-search-container.main div.searchBarArea {
	margin-bottom: 40px;
}

#blog-search-container div.ccm-paging-top {
	display: inline-block;
	float: right;
	color: #FFF;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px;
	background-color: rgba(255,255,255,.3);
	-pie-background: rgba(255,255,255,.3);
	-webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
	behavior: url(/js/PIE.htc);
}

#nsSherry {
	margin-top: 22px;
	-webkit-border-radius: 6px; -moz-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
	-webkit-box-shadow: 0 6px 8px rgba(0,0,0,.9); -moz-box-shadow: 0 6px 8px rgba(0,0,0,.9); -khtml-box-shadow: 0 6px 8px rgba(0,0,0,.9); -pie-box-shadow: 0 6px 8px #003; box-shadow: 0 6px 8px rgba(0,0,0,.9);
	behavior: url(/js/PIE.htc);
}

#blog-sidebar div.ccm-page-list, div.ccm-layout-col-2 div.ccm-page-list, div.tms-tag-list.blog {
	padding: 20px;
	background-image: -webkit-gradient(linear, left top, right top, from(#000040), color-stop(10%, #000070), color-stop(20%, #000080), color-stop(80%, #000080), color-stop(90%, #000070), to(#000040));
	background-image: -khtml-gradient(linear, left top, right top, from(#000040), color-stop(10%, #000070), color-stop(20%, #000080), color-stop(80%, #000080), color-stop(90%, #000070), to(#000040));
	background-image: -webkit-linear-gradient(left, #000040, #000070 10%, #000080 20%, #000080 80%, #000070 90%, #000040);
	background-image: -khtml-linear-gradient(left, #000040, #000070 10%, #000080 20%, #000080 80%, #000070 90%, #000040);
	background-image: -moz-linear-gradient(left, #000040, #000070 10%, #000080 20%, #000080 80%, #000070 90%, #000040);
	background-image: -o-linear-gradient(left, #000040, #000070 10%, #000080 20%, #000080 80%, #000070 90%, #000040);
	background-image: linear-gradient(to right, #000040, #000070 10%, #000080 20%, #000080 80%, #000070 90%, #000040);
	-pie-background: linear-gradient(left, #000040, #000070 10%, #000080 20%, #000080 80%, #000070 90%, #000040);
	-webkit-border-radius: 0 0 8px 8px; -moz-border-radius: 0 0 8px 8px; -khtml-border-radius: 0 0 8px 8px; border-radius: 0 0 8px 8px;
	-webkit-box-shadow: 0 6px 8px rgba(0,0,0,.9); -moz-box-shadow: 0 6px 8px rgba(0,0,0,.9); -khtml-box-shadow: 0 6px 8px rgba(0,0,0,.9); -pie-box-shadow: 0 6px 8px #003; box-shadow: 0 6px 8px rgba(0,0,0,.9);
	behavior: url(/js/PIE.htc);
}

div#nsIntro { /* Not sure what this is */
	-webkit-border-radius: 8px; -moz-border-radius: 8px; -khtml-border-radius: 8px; border-radius: 8px;
	margin-top: 1em;
	padding: 10px 20px 5px;
	background-color: rgba(255,255,255,.3);
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,.1), rgba(255,255,255,.3) 37%, rgba(255,255,255,.3) 63%, rgba(255,255,255,.1));
}

#nsIntro h2 {
	font-size: 22px;
}

#blog-sidebar div.ccm-page-list a, div.ccm-layout-col-2 div.ccm-page-list a {
	display: block;
	margin: 0;
	padding: .2em .4em .1em;
	color: #FFF;
	text-decoration: none;
	font: bold 17px ArnoPro, Times, "Times New Roman", serif;
	text-shadow: 0 -1px 0 #000;
	background-color: rgba(0,0,0,.2);
	-pie-background: rgba(0,0,0,.2);
	-webkit-box-shadow: inset 3px 0 3px rgba(0,0,0,.5), inset -3px 0 3px rgba(0,0,0,.5); -moz-box-shadow: inset 3px 0 3px rgba(0,0,0,.5), inset -3px 0 3px rgba(0,0,0,.5); -khtml-box-shadow: inset 3px 0 3px rgba(0,0,0,.5), inset -3px 0 3px rgba(0,0,0,.5); box-shadow: inset 3px 0 3px rgba(0,0,0,.5), inset -3px 0 3px rgba(0,0,0,.5);
	border-bottom: 1px solid rgba(255,255,255,.2);
	behavior: url(/js/PIE.htc);
}

.lt-ie9 #blog-sidebar div.ccm-page-list a, .lt-ie9 div.ccm-layout-col-2 div.ccm-page-list a {
	border-bottom: 1px solid #3B48AD;
}

div.tms-tag-list.blog ul {
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: inset 0 3px 4px rgba(0,0,0,.5); -moz-box-shadow: inset 0 3px 4px rgba(0,0,0,.5); -khtml-box-shadow: inset 0 3px 4px rgba(0,0,0,.5); box-shadow: inset 0 3px 4px rgba(0,0,0,.5);
	-webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
	border-bottom: 1px solid #5063EB;
	behavior: url(/js/PIE.htc);
}

div.tms-tag-list.blog li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgba(255,255,255,.2);
}

.lt-ie9 div.tms-tag-list.blog li {
	border-bottom: 1px solid #3B48AD;
}

div.tms-tag-list.blog a {
	display: block;
	position: relative;
	margin: 0;
	padding: .2em 1.9em .1em .9em;
	color: #FFF;
	text-decoration: none;
	font: bold 17px ArnoPro, Times, "Times New Roman", serif;
	background-color: rgba(0,0,0,.2);
	-pie-background: rgba(0,0,0,.2);
	border-bottom: 1px solid rgba(0,0,0,.5);
	text-indent: -.5em;
	behavior: url(/js/PIE.htc);
}

.lt-ie9 div.tms-tag-list.blog a {
	border-bottom: 1px solid #003;
}

div.tms-tag-list.blog a:hover {
	background-color: rgba(255,255,255,.2);
	-pie-background: rgba(255,255,255,.2);
	-webkit-box-shadow: inset 3px 1px 3px rgba(0,0,0,.5), inset -3px -1px 3px rgba(0,0,0,.5); -moz-box-shadow: inset 3px 1px 3px rgba(0,0,0,.5), inset -3px -1px 3px rgba(0,0,0,.5); -khtml-box-shadow: inset 3px 1px 3px rgba(0,0,0,.5), inset -3px -1px 3px rgba(0,0,0,.5); box-shadow: inset 3px 1px 3px rgba(0,0,0,.5), inset -3px -1px 3px rgba(0,0,0,.5);
	border-bottom: 1px solid rgba(255,255,255,.2);
	behavior: url(/js/PIE.htc);
}

.lt-ie9 div.tms-tag-list.blog a:hover {
	border-bottom: 1px solid #3B48AD;
}

div.tms-tag-list.blog a span.postCount {
	position: absolute;
	bottom: .1em;
	right: .5em;
	font-weight: normal;
	font-size: .8em;
	color: #EEF;
}

div.tms-tag-list.blog li:first-child a {
	padding: .4em .4em .1em .9em;
}

div.tms-tag-list.blog li:last-child a {
	border-bottom: none;
}

div.tms-tag-list.blog a.toggler {
	position: relative;
	font-weight: normal;
	padding-left: 30px;
	color: #BDBDED;
}

div.tms-tag-list.blog a.toggler span.tagCount {
	font-size: 15px;
}

div.tms-tag-list.blog a.toggler:before {
	content: attr(data-icon);
	display: block;
	position: absolute;
	top: 8px;
	left: 15px;
	margin: 0;
	font-family: "Pictos Custom", "Pictos Media";
	font-size: .7em;
	-webkit-font-smoothing: antialiased;
}

.lt-ie9 div.tms-tag-list.blog a.toggler:before, .opera div.tms-tag-list.blog a.toggler:before {
	font-family: "Pictos Media";
}

div.tms-tag-list.blog a.toggler.showing:before {
	bottom: 7px;
	left: 8px;
	-webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg);
}

#blog-sidebar div.ccm-page-list a:first-child, div.ccm-layout-col-2 div.ccm-page-list a:first-child {
	padding: .4em .4em .1em;
	-webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -khtml-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;
	-webkit-box-shadow: inset 0 3px 4px rgba(0,0,0,.5), inset 3px 0 4px rgba(0,0,0,.5), inset -3px 0 4px rgba(0,0,0,.5); -moz-box-shadow: inset 0 3px 4px rgba(0,0,0,.5), inset 3px 0 4px rgba(0,0,0,.5), inset -3px 0 4px rgba(0,0,0,.5); -khtml-box-shadow: inset 0 3px 4px rgba(0,0,0,.5), inset 3px 0 4px rgba(0,0,0,.5), inset -3px 0 4px rgba(0,0,0,.5); box-shadow: inset 0 3px 4px rgba(0,0,0,.5), inset 3px 0 4px rgba(0,0,0,.5), inset -3px 0 4px rgba(0,0,0,.5);
	behavior: url(/js/PIE.htc);
}

#blog-sidebar div.ccm-page-list a:nth-last-child(2), div.ccm-layout-col-2 div.ccm-page-list a:nth-last-child(2) {
	-webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; -khtml-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px;
	border-bottom: 1px solid #5063EB;
	behavior: url(/js/PIE.htc);
}

#blog-sidebar div.ccm-page-list a:hover, div.ccm-layout-col-2 div.ccm-page-list a:hover {
	background-color: rgba(255,255,255,.2);
	-pie-background: rgba(255,255,255,.2);
	behavior: url(/js/PIE.htc);
}

#blog-sidebar br, div.ccm-layout-col-2 br {
	//display: none;
}

div.bitesize-post {
	position: relative;
	border-top: 1px solid #D796BE;
	-webkit-border-radius: 8px; -moz-border-radius: 8px; -khtml-border-radius: 8px; border-radius: 8px;
	margin: 20px 0;
	padding: 20px;
	background-image: -webkit-gradient(linear, left top, right top, from(#6D3A53), color-stop(10%, #AB6789), color-stop(20%, #BB7699), color-stop(80%, #BB7699), color-stop(90%, #AB6789), to(#6D3A53));
	background-image: -khtml-gradient(linear, left top, right top, from(#6D3A53), color-stop(10%, #AB6789), color-stop(20%, #BB7699), color-stop(80%, #BB7699), color-stop(90%, #AB6789), to(#6D3A53));
	background-image: -webkit-linear-gradient(left, #6D3A53, #AB6789 10%, #BB7699 20%, #BB7699 80%, #AB6789 90%, #6D3A53);
	background-image: -khtml-linear-gradient(left, #6D3A53, #AB6789 10%, #BB7699 20%, #BB7699 80%, #AB6789 90%, #6D3A53);
	background-image: -moz-linear-gradient(left, #6D3A53, #AB6789 10%, #BB7699 20%, #BB7699 80%, #AB6789 90%, #6D3A53);
	background-image: -o-linear-gradient(left, #6D3A53, #AB6789 10%, #BB7699 20%, #BB7699 80%, #AB6789 90%, #6D3A53);
	background-image: linear-gradient(to right, #6D3A53, #AB6789 10%, #BB7699 20%, #BB7699 80%, #AB6789 90%, #6D3A53);
	-pie-background: linear-gradient(left, #6D3A53, #AB6789 10%, #BB7699 20%, #BB7699 80%, #AB6789 90%, #6D3A53);
	-webkit-box-shadow: 0 6px 8px rgba(0,0,0,.9); -moz-box-shadow: 0 6px 8px rgba(0,0,0,.9); -khtml-box-shadow: 0 6px 8px rgba(0,0,0,.9); -pie-box-shadow: 0 6px 8px #003; box-shadow: 0 6px 8px rgba(0,0,0,.9);
	behavior: url(/js/PIE.htc);
}

div.bitesize-post h3 {
	margin: 0;
	font: bold italic 20px ArnoPro, Times, "Times New Roman", serif;
}

div.bitesize-post h3 span.dateSpacer {
	float: right;
	width: 1em;
	height: 1em;
	margin-left: .5em;
}

div.bitesize-post h3 a {
	color: #FFF;
	text-decoration: none;
}

div.bitesize-post h3 a:hover {
	text-shadow: 0 0 5px #FFF, 1px 1px 3px #000;
}

div.bitesize-post div.bitesize-post-content {
	font-size: 15px;
	line-height: 110%;
	text-align: justify;
	text-shadow: -1px -1px 0 #72425B;
	margin: 1em 0;
}

div.bitesize-post p.bitesize-post-date {
	position: absolute;
	top: -5px;
	right: 10px;
	font: bold 11px ArnoPro, Times, "Times New Roman", serif;
	color: #2A2C59;
	text-shadow: 0 1px 1px rgba(255,255,255,.4);
	text-transform: uppercase;
	text-align: center;
	width: 30px;
	background-color: #7079C1;
	border-top: 1px solid #D0D4F4;
	border-bottom: 1px solid #3C3E63;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.5), 0 2px 3px rgba(0,0,0,.2); -moz-box-shadow: inset 0 1px 1px rgba(255,255,255,.5), 0 2px 3px rgba(0,0,0,.2); -khtml-box-shadow: inset 0 1px 1px rgba(255,255,255,.5), 0 2px 3px rgba(0,0,0,.2); box-shadow: inset 0 1px 1px rgba(255,255,255,.5), 0 2px 3px rgba(0,0,0,.2);
	-pie-box-shadow: 0 2px 3px #5E3449;
	background-image: -webkit-gradient(linear, from(rgba(255,255,255,.25)), color-stop(50%, rgba(255,255,255,0)), color-stop(51%, rgba(0,0,0,0)), to(rgba(0,0,0,.18)));
	background-image: -khtml-gradient(linear, from(rgba(255,255,255,.25)), color-stop(50%, rgba(255,255,255,0)), color-stop(51%, rgba(0,0,0,0)), to(rgba(0,0,0,.18)));
	background-image: -webkit-linear-gradient(rgba(255,255,255,.25), rgba(255,255,255,0) 50%, rgba(0,0,0,0) 51%, rgba(0,0,0,.18));
	background-image: -webkit-linear-gradient(rgba(255,255,255,.25), rgba(255,255,255,0) 50%, rgba(0,0,0,0) 51%, rgba(0,0,0,.18));
	background-image: -khtml-linear-gradient(rgba(255,255,255,.25), rgba(255,255,255,0) 50%, rgba(0,0,0,0) 51%, rgba(0,0,0,.18));
	background-image: -moz-linear-gradient(rgba(255,255,255,.25), rgba(255,255,255,0) 50%, rgba(0,0,0,0) 51%, rgba(0,0,0,.18));
	background-image: -o-linear-gradient(rgba(255,255,255,.25), rgba(255,255,255,0) 50%, rgba(0,0,0,0) 51%, rgba(0,0,0,.18));
	background-image: linear-gradient(rgba(255,255,255,.25), rgba(255,255,255,0) 50%, rgba(0,0,0,0) 51%, rgba(0,0,0,.18));
	-pie-background: linear-gradient(#919AD4, #7079C1 51%, #5D639D);
	behavior: url(/js/PIE.htc);
}

div.bitesize-post p.bitesize-post-date span {
	display: block;
	text-align: center;
}

div.bitesize-post p.bitesize-post-date span.month {
	border-bottom: 1px solid rgba(0,0,0,.3);
	padding: 3px 3px 0;
}

.lt-ie9 div.bitesize-post p.bitesize-post-date span.month {
	border-bottom: 1px solid #3C3E63;
}

div.bitesize-post p.bitesize-post-date span.day {
	border-top: 1px solid rgba(255,255,255,.2);
	border-bottom: 1px solid rgba(0,0,0,.3);
	font-size: 16px;
	padding: 3px 0 0;
}

.lt-ie9 div.bitesize-post p.bitesize-post-date span.day {
	border-top: 1px solid #AFB5E6;
	border-bottom: 1px solid #3C3E63;
}

div.bitesize-post p.bitesize-post-date span.year {
	border-top: 1px solid rgba(255,255,255,.2);
	padding-top: 2px;
}

.lt-ie9 div.bitesize-post p.bitesize-post-date span.year {
	border-top: 1px solid #AFB5E6;
}

div.bitesize-post p.readmore, div.tms-post p.readmore {
	font: italic 20px ArnoPro;
	text-align: right;
	text-shadow: -1px -1px 0 #72425B;
}

div.bitesize-post p.readmore a, div.tms-post p.readmore a {
	color: #FFF;
	text-decoration: none;
}

div.bitesize-post p.readmore a:hover, div.tms-post p.readmore a:hover {
	color: #EEE1EB;
}

div.bitesize-post p.readmore [data-icon]:before {
	font-family: "Pictos Custom", "Pictos Blog";
	font-size: .9em;
	-webkit-font-smoothing: antialiased;
	margin-right: .6em;
}

.lt-ie9 div.bitesize-post p.readmore [data-icon]:before, .opera div.bitesize-post p.readmore [data-icon]:before {
	font-family: "Pictos Blog";
}


/* BLOG INDEX */

div#nsMasthead {
	margin-top: 0;
	margin-bottom: 40px;
	padding: 40px 30px 60px 30px;
	position: relative;
	background-color: rgba(255,255,255,.2);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.3)), to(rgba(0,0,0,.3)), color-stop(12%, rgba(0,0,0,0)), color-stop(12%, rgba(255,255,255,0)), color-stop(44%, rgba(255,255,255,.5)), color-stop(56%, rgba(255,255,255,.5)), color-stop(88%, rgba(255,255,255,0)), color-stop(88%, rgba(0,0,0,0)));
	background-image: -khtml-gradient(linear, left top, right top, from(rgba(0,0,0,.3)), to(rgba(0,0,0,.3)), color-stop(12%, rgba(0,0,0,0)), color-stop(12%, rgba(255,255,255,0)), color-stop(44%, rgba(255,255,255,.5)), color-stop(56%, rgba(255,255,255,.5)), color-stop(88%, rgba(255,255,255,0)), color-stop(88%, rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,.3), rgba(0,0,0,0) 12%, rgba(255,255,255,0) 12%, rgba(255,255,255,.5) 44%, rgba(255,255,255,.5) 56%, rgba(255,255,255,0) 88%, rgba(0,0,0,0) 88%, rgba(0,0,0,.3));
	background-image: -khtml-linear-gradient(left, rgba(0,0,0,.3), rgba(0,0,0,0) 12%, rgba(255,255,255,0) 12%, rgba(255,255,255,.5) 44%, rgba(255,255,255,.5) 56%, rgba(255,255,255,0) 88%, rgba(0,0,0,0) 88%, rgba(0,0,0,.3));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,.3), rgba(0,0,0,0) 12%, rgba(255,255,255,0) 12%, rgba(255,255,255,.5) 44%, rgba(255,255,255,.5) 56%, rgba(255,255,255,0) 88%, rgba(0,0,0,0) 88%, rgba(0,0,0,.3));
	background-image: -o-linear-gradient(left, rgba(0,0,0,.3), rgba(0,0,0,0) 12%, rgba(255,255,255,0) 12%, rgba(255,255,255,.5) 44%, rgba(255,255,255,.5) 56%, rgba(255,255,255,0) 88%, rgba(0,0,0,0) 88%, rgba(0,0,0,.3));
	background-image: linear-gradient(to right, rgba(0,0,0,.3), rgba(0,0,0,0) 12%, rgba(255,255,255,0) 12%, rgba(255,255,255,.5) 44%, rgba(255,255,255,.5) 56%, rgba(255,255,255,0) 88%, rgba(0,0,0,0) 88%, rgba(0,0,0,.3));
	-pie-background: linear-gradient(left, #1E275B, #303684 12%, #9399C9 44%, #9399C9 56%, #303684 88%, #1E275B);
	behavior: url(/js/PIE.htc);
}
/* NOT IN USE
#nsMasthead div.band {
	position: relative;
	left: -30px;
	width: 685px;
	background-color: rgba(255,255,255,.25);
}

#nsMasthead h {
	display: block;
	font-size: 40px;
	line-height: 120%;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	text-shadow: 1px 1px 5px #000;
	margin-bottom: 0.5em;
}

#nsMasthead h#preBanner {
	text-align: left;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: .2em;
}

#nsMasthead h#postBanner {
	text-align: right;
	font-size: 30px;
	font-weight: normal;
	margin-top: .2em;
}

#nsMasthead h#banner {
	position: relative;
	left: -72px;
	font-size: 40px;
	width: 647px;
	margin-bottom: .3em;
	padding-top: .2em;
	background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,.1), rgba(255,255,255,.3) 37%, rgba(255,255,255,.3) 63%, rgba(255,255,255,.1));
	border-radius: 0 6px 0 8px;
	box-shadow: 0 5px 5px rgba(0,0,0,.25);
}
*/
#nsMasthead img {
	margin-top: 25px;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.4); -moz-box-shadow: 0 3px 5px rgba(0,0,0,.4); -khtml-box-shadow: 0 3px 5px rgba(0,0,0,.4); box-shadow: 0 3px 5px rgba(0,0,0,.4); -pie-box-shadow: 0 3px 5px #585976;
	behavior: url(/js/PIE.htc);
}

#nsMasthead p.title {
	font-size: 16px;
}

header.ribbon {
	position: relative;
	display: inline;
	background-color: #7079C1; /* BLUE */
	//background-color: #E5C078; /* GOLD */
	//background-color: #5D715D; /* GREEN */
	padding: 8px 12px 5px 12px;
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.3); -moz-box-shadow: 0 5px 5px rgba(0,0,0,.3); -khtml-box-shadow: 0 5px 5px rgba(0,0,0,.3); box-shadow: 0 5px 5px rgba(0,0,0,.3); -pie-box-shadow: 0 5px 5px #004;
	-webkit-border-radius: 0 2px 0 2px; -moz-border-radius: 0 2px 0 2px; -khtml-border-radius: 0 2px 0 2px; border-radius: 0 2px 0 2px;
	font: bold italic 20px ArnoPro, Times, "Times New Roman", serif;
	text-shadow: 1px 1px 2px #000;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.3)), color-stop(10%, rgba(0,0,0,0)), color-stop(11%, rgba(255,255,255,0)), color-stop(20%, rgba(255,255,255,.07)), color-stop(29%, rgba(255,255,255,0)), color-stop(30%, rgba(0,0,0,0)), color-stop(54%, rgba(0,0,0,.1)), color-stop(77%, rgba(0,0,0,0)), color-stop(78%, rgba(255,255,255,0)), color-stop(85%, rgba(255,255,255,.05)), color-stop(91%, rgba(255,255,255,0)), color-stop(92%, rgba(0,0,0,0)), to(rgba(0,0,0,.3)));
	background-image: -khtml-gradient(linear, left top, right top, from(rgba(0,0,0,.3)), color-stop(10%, rgba(0,0,0,0)), color-stop(11%, rgba(255,255,255,0)), color-stop(20%, rgba(255,255,255,.07)), color-stop(29%, rgba(255,255,255,0)), color-stop(30%, rgba(0,0,0,0)), color-stop(54%, rgba(0,0,0,.1)), color-stop(77%, rgba(0,0,0,0)), color-stop(78%, rgba(255,255,255,0)), color-stop(85%, rgba(255,255,255,.05)), color-stop(91%, rgba(255,255,255,0)), color-stop(92%, rgba(0,0,0,0)), to(rgba(0,0,0,.3)));
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,.3), rgba(0,0,0,0) 10%, rgba(255,255,255,0) 11%, rgba(255,255,255,.07) 20%, rgba(255,255,255,0) 29%, rgba(0,0,0,0) 30%, rgba(0,0,0,.1) 54%, rgba(0,0,0,0) 77%, rgba(255,255,255,0) 78%, rgba(255,255,255,.05) 85%, rgba(255,255,255,0) 91%, rgba(0,0,0,0) 92%, rgba(0,0,0,.3)), -webkit-repeating-linear-gradient(left, rgba(255,255,255,.1) 1%, rgba(255,255,255,.1) 2.5%, rgba(255,255,255,0) 2.5%, rgba(255,255,255,0) 4%);
	background-image: -khtml-linear-gradient(left, rgba(0,0,0,.3), rgba(0,0,0,0) 10%, rgba(255,255,255,0) 11%, rgba(255,255,255,.07) 20%, rgba(255,255,255,0) 29%, rgba(0,0,0,0) 30%, rgba(0,0,0,.1) 54%, rgba(0,0,0,0) 77%, rgba(255,255,255,0) 78%, rgba(255,255,255,.05) 85%, rgba(255,255,255,0) 91%, rgba(0,0,0,0) 92%, rgba(0,0,0,.3)), -khtml-repeating-linear-gradient(left, rgba(255,255,255,.1) 1%, rgba(255,255,255,.1) 2.5%, rgba(255,255,255,0) 2.5%, rgba(255,255,255,0) 4%);
	background-image: -moz-linear-gradient(left, rgba(0,0,0,.3), rgba(0,0,0,0) 10%, rgba(255,255,255,0) 11%, rgba(255,255,255,.07) 20%, rgba(255,255,255,0) 29%, rgba(0,0,0,0) 30%, rgba(0,0,0,.1) 54%, rgba(0,0,0,0) 77%, rgba(255,255,255,0) 78%, rgba(255,255,255,.05) 85%, rgba(255,255,255,0) 91%, rgba(0,0,0,0) 92%, rgba(0,0,0,.3)), -moz-repeating-linear-gradient(left, rgba(255,255,255,.1) 1%, rgba(255,255,255,.1) 2.5%, rgba(255,255,255,0) 2.5%, rgba(255,255,255,0) 4%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,.3), rgba(0,0,0,0) 10%, rgba(255,255,255,0) 11%, rgba(255,255,255,.07) 20%, rgba(255,255,255,0) 29%, rgba(0,0,0,0) 30%, rgba(0,0,0,.1) 54%, rgba(0,0,0,0) 77%, rgba(255,255,255,0) 78%, rgba(255,255,255,.05) 85%, rgba(255,255,255,0) 91%, rgba(0,0,0,0) 92%, rgba(0,0,0,.3)), -o-repeating-linear-gradient(left, rgba(255,255,255,.1) 1%, rgba(255,255,255,.1) 2.5%, rgba(255,255,255,0) 2.5%, rgba(255,255,255,0) 4%);
	background-image: linear-gradient(to right, rgba(0,0,0,.3), rgba(0,0,0,0) 10%, rgba(255,255,255,0) 11%, rgba(255,255,255,.07) 20%, rgba(255,255,255,0) 29%, rgba(0,0,0,0) 30%, rgba(0,0,0,.1) 54%, rgba(0,0,0,0) 77%, rgba(255,255,255,0) 78%, rgba(255,255,255,.05) 85%, rgba(255,255,255,0) 91%, rgba(0,0,0,0) 92%, rgba(0,0,0,.3)), repeating-linear-gradient(to right, rgba(255,255,255,.1) 1%, rgba(255,255,255,.1) 2.5%, rgba(255,255,255,0) 2.5%, rgba(255,255,255,0) 4%);
	-pie-background: linear-gradient(left, #4F5486, #7079C1 10%, #7079C1 11%, #7681C7 20%, #7079C1 29%, #7079C1 30%, #626DAE 54%, #7079C1 77%, #7079C1 78%, #747FC3 85%, #7079C1 91%, #7079C1 92%, #4F5486);
	behavior: url(/js/PIE.htc);
}

header.ribbon:before {
	content: "";
	display: block;
	position: absolute;
	top: -8px;
	left: 8px;
	z-index: -1;
	border: .75em solid #393E64; /* BLUE */
	//border: .75em solid #4B4842; /* GOLD */
	//border: .75em solid #4D524D; /* GREEN */
	border-left-width: .75em;
	border-right-color: transparent;
}

header.ribbon strong:before {
	content: "";
	display: block;
	position: absolute;
	top: -8px;
	left: 0;
	z-index: -1;
	width: 8px;
	height: 8px;
	background-color: #393E64; /* BLUE */
	//background-color: #4B4842; /* GOLD */
	//background-color: #4D524D; /* GREEN */
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.2)), to(rgba(0,0,0,0))), -webkit-gradient(radial, center center, 0, center center, 4px, from(#393E64), color-stop(95%, #393E64), color-stop(95%, transparent), to(transparent)), -webkit-gradient(linear, left bottom, right top, from(#5F689A), color-stop(25%, #5F689A), color-stop(25%, transparent), to(transparent)), -webkit-gradient(linear, left top, right bottom, from(#000070), color-stop(25%, #000070), color-stop(25%, transparent), to(transparent));
	background-image: -khtml-gradient(linear, left top, right top, from(rgba(0,0,0,.2)), to(rgba(0,0,0,0))), -khtml-gradient(radial, center center, 0, center center, 4px, from(#393E64), color-stop(95%, #393E64), color-stop(95%, transparent), to(transparent)), -khtml-gradient(linear, right bottom, left top, from(#5F689A), color-stop(25%, #5F689A), color-stop(25%, transparent), to(transparent)), -khtml-gradient(linear, left top, right bottom, from(#000070), color-stop(25%, #000070), color-stop(25%, transparent), to(transparent));
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,.2), rgba(0,0,0,0)), -webkit-radial-gradient(center center, circle contain, #393E64 95%, transparent 95%), -webkit-linear-gradient(45deg, #5F689A 25%, transparent 25%), -webkit-linear-gradient(315deg, #000070 25%, transparent 25%); /* BLUE */
	background-image: -khtml-linear-gradient(left, rgba(0,0,0,.2), rgba(0,0,0,0)), -khtml-radial-gradient(center center, circle contain, #393E64 95%, transparent 95%), -khtml-linear-gradient(45deg, #5F689A 25%, transparent 25%), -khtml-linear-gradient(315deg, #000070 25%, transparent 25%);
	background-image: -moz-linear-gradient(left, rgba(0,0,0,.2), rgba(0,0,0,0)), -moz-radial-gradient(center center, circle contain, #393E64 95%, transparent 95%), -moz-linear-gradient(45deg, #5F689A 25%, transparent 25%), -moz-linear-gradient(315deg, #000070 25%, transparent 25%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,.2), rgba(0,0,0,0)), -o-radial-gradient(center, circle closest-side, #393E64 95%, transparent 95%), -o-linear-gradient(45deg, #5F689A 25%, transparent 25%), -o-linear-gradient(315deg, #000070 25%, transparent 25%);
	background-image: linear-gradient(to right, rgba(0,0,0,.2), rgba(0,0,0,0)), radial-gradient(circle closest-side at center, #393E64 95%, transparent 95%), linear-gradient(45deg, #5F689A 25%, transparent 25%), linear-gradient(315deg, #000070 25%, transparent 25%);
	//background-image: -webkit-linear-gradient(0deg, rgba(0,0,0,.2), rgba(0,0,0,0)), -webkit-radial-gradient(center center, circle contain, #4B4842 95%, transparent 95%), -webkit-linear-gradient(45deg, #E5C078 25%, transparent 25%), -webkit-linear-gradient(315deg, #000070 25%, transparent 25%); /* GOLD */
	//background-image: -webkit-linear-gradient(0deg, rgba(0,0,0,.2), rgba(0,0,0,0)), -webkit-radial-gradient(center center, circle contain, #4D524D 95%, transparent 95%), -webkit-linear-gradient(45deg, #5D715D 25%, transparent 25%), -webkit-linear-gradient(315deg, #000070 25%, transparent 25%); /* GREEN */
}

header.ribbon:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -8px;
	right: 8px;
	z-index: -2;
	border: .75em solid #393E64; /* BLUE */
	//border: .75em solid #4B4842; /* GOLD */
	//border: .75em solid #4D524D; /* GREEN */
	border-right-width: .75em;
	border-left-color: transparent;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.3); -moz-box-shadow: 0 2px 2px rgba(0,0,0,.3); -khtml-box-shadow: 0 2px 2px rgba(0,0,0,.3); box-shadow: 0 2px 2px rgba(0,0,0,.3);
}

header.ribbon strong:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -8px;
	right: 0;
	z-index: -1;
	width: 8px;
	height: 8px;
	background-color: #393E64; /* BLUE */
	//background-color: #4B4842; /* GOLD */
	//background-color: #4D524D; /* GREEN */
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,.2)), to(rgba(0,0,0,0))), -webkit-gradient(radial, center center, 0, center center, 4px, from(#393E64), color-stop(95%, #393E64), color-stop(95%, transparent), to(transparent)), -webkit-gradient(linear, right top, left bottom, from(#9297B8), color-stop(25%, #9297B8), color-stop(25%, transparent), to(transparent)), -webkit-gradient(linear, right bottom, left top, from(#000070), color-stop(25%, #000070), color-stop(25%, transparent), to(transparent));
	background-image: -khtml-gradient(linear, right top, left top, from(rgba(0,0,0,.2)), to(rgba(0,0,0,0))), -khtml-gradient(radial, center center, 0, center center, 4px, from(#393E64), color-stop(95%, #393E64), color-stop(95%, transparent), to(transparent)), -khtml-gradient(linear, right top, left bottom, from(#9297B8), color-stop(25%, #9297B8), color-stop(25%, transparent), to(transparent)), -khtml-gradient(linear, right bottom, left top, from(#000070), color-stop(25%, #000070), color-stop(25%, transparent), to(transparent));
	background-image: -webkit-linear-gradient(right, rgba(0,0,0,.2), rgba(0,0,0,0)), -webkit-radial-gradient(center center, circle contain, #393E64 95%, transparent 95%), -webkit-linear-gradient(225deg, #9297B8 25%, transparent 25%), -webkit-linear-gradient(135deg, #000070 25%, transparent 25%); /* BLUE */
	background-image: -khtml-linear-gradient(right, rgba(0,0,0,.2), rgba(0,0,0,0)), -khtml-radial-gradient(center center, circle contain, #393E64 95%, transparent 95%), -khtml-linear-gradient(225deg, #9297B8 25%, transparent 25%), -khtml-linear-gradient(135deg, #000070 25%, transparent 25%);
	background-image: -moz-linear-gradient(right, rgba(0,0,0,.2), rgba(0,0,0,0)), -moz-radial-gradient(center center, circle contain, #393E64 95%, transparent 95%), -moz-linear-gradient(225deg, #9297B8 25%, transparent 25%), -moz-linear-gradient(135deg, #000070 25%, transparent 25%);
	background-image: -o-linear-gradient(right, rgba(0,0,0,.2), rgba(0,0,0,0)), -o-radial-gradient(center, circle closest-side, #393E64 95%, transparent 95%), -o-linear-gradient(225deg, #9297B8 25%, transparent 25%), -o-linear-gradient(135deg, #000070 25%, transparent 25%);
	background-image: linear-gradient(to left, rgba(0,0,0,.2), rgba(0,0,0,0)), radial-gradient(circle closest-side at center, #393E64 95%, transparent 95%), linear-gradient(225deg, #9297B8 25%, transparent 25%), linear-gradient(135deg, #000070 25%, transparent 25%);
	//background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,.2), rgba(0,0,0,0)), -webkit-radial-gradient(center center, circle contain, #4B4842 95%, transparent 95%), -webkit-linear-gradient(225deg, #FFDFA3 25%, transparent 25%), -webkit-linear-gradient(135deg, #000070 25%, transparent 25%); /* GOLD */
	//background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,.2), rgba(0,0,0,0)), -webkit-radial-gradient(center center, circle contain, #4D524D 95%, transparent 95%), -webkit-linear-gradient(225deg, #878F87 25%, transparent 25%), -webkit-linear-gradient(135deg, #000070 25%, transparent 25%); /* GREEN */
}

.lt-ie10 header.ribbon:before {
	top: -7px;
	left: 7px;
}

.lt-ie10 header.ribbon strong:before {
	content: "";
	display: block;
	position: absolute;
	top: -7px;
	border-style: solid;
	border-color: transparent transparent #393E64 transparent;
	right: 0;
	border-width: 0 0 7px 7px;
	width: 0;
	height: 0;
	background: none;
}

.lt-ie10 header.ribbon:after {
	right: 7px;
}

.lt-ie10 header.ribbon strong:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -8px;
	border-style: solid;
	border-color: #393E64 transparent transparent transparent;
	right: 0;
	border-width: 7px 7px 0 0;
	width: auto;
	height: auto;
	background: none;
}

div.tms-post { /* looks like a repeat of .tmsNewPink from full.css */
	position: relative;
	border-top: 1px solid #D796BE;
	-webkit-border-radius: 20px; -moz-border-radius: 20px; -khtml-border-radius: 20px; border-radius: 20px;
	margin: 20px 0;
	padding: 35px 30px 20px;
	-webkit-box-shadow: 0 6px 8px rgba(0,0,0,.9); -moz-box-shadow: 0 6px 8px rgba(0,0,0,.9); -khtml-box-shadow: 0 6px 8px rgba(0,0,0,.9); -pie-box-shadow: 0 6px 8px #003; box-shadow: 0 6px 8px rgba(0,0,0,.9);
	background-color: #BB7699;
	background-image: -webkit-gradient(linear, left top, right top, from(#6D3A53), to(#6D3A53), color-stop(10%, #AB6789), color-stop(20%, #BB7699), color-stop(80%, #BB7699), color-stop(90%, #AB6789));
	background-image: -khtml-gradient(linear, left top, right top, from(#6D3A53), to(#6D3A53), color-stop(10%, #AB6789), color-stop(20%, #BB7699), color-stop(80%, #BB7699), color-stop(90%, #AB6789));
	background-image: -webkit-linear-gradient(left, #6D3A53, #AB6789 10%, #BB7699 20%, #BB7699 80%, #AB6789 90%, #6D3A53);
	background-image: -khtml-linear-gradient(left, #6D3A53, #AB6789 10%, #BB7699 20%, #BB7699 80%, #AB6789 90%, #6D3A53);
	background-image: -moz-linear-gradient(left, #6D3A53, #AB6789 10%, #BB7699 20%, #BB7699 80%, #AB6789 90%, #6D3A53);
	background-image: -o-linear-gradient(left, #6D3A53, #AB6789 10%, #BB7699 20%, #BB7699 80%, #AB6789 90%, #6D3A53);
	background-image: linear-gradient(to right, #6D3A53, #AB6789 10%, #BB7699 20%, #BB7699 80%, #AB6789 90%, #6D3A53);
	-pie-background: linear-gradient(left, #6D3A53, #AB6789 10%, #BB7699 20%, #BB7699 80%, #AB6789 90%, #6D3A53);
	behavior: url(/js/PIE.htc);
}

.tmsNewPink {
	background-color: #BB7699;
	background-image: -webkit-linear-gradient(left, #6D3A53, #AB6789 10%, #BB7699 20%, #BB7699 80%, #AB6789 90%, #6D3A53);
	text-shadow: -1px -1px 0 #6D3A53;
	border-top: 1px solid #D196B4;
}

div.tms-post h3 {
	margin: .5em 0 0 0;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
}

div.tms-post h3 a {
	color: #FFF;
	text-decoration: none;
}

div.tms-post h3 a:hover {
	text-shadow: 0 0 5px #FFF, 1px 1px 3px #000;
}

div.tms-post div.tms-post-date {
	position: absolute;
	top: 15px;
	right: -.5em;
	z-index: 1;
}

div.tms-post div.tms-post-date p {
	background-color: #7079C1;
	padding: 5px 12px 2px 12px;
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.25), -2px 5px 3px rgba(0,0,0,.25); -moz-box-shadow: 0 5px 5px rgba(0,0,0,.25), -2px 5px 3px rgba(0,0,0,.25); -khtml-box-shadow: 0 5px 5px rgba(0,0,0,.25), -2px 5px 3px rgba(0,0,0,.25); box-shadow: 0 5px 5px rgba(0,0,0,.25), -2px 5px 3px rgba(0,0,0,.25);
	-pie-box-shadow: 0 5px 5px #61394F, -2px 5px 3px #70455E;
	-webkit-border-radius: 2px 2px 0 2px; -moz-border-radius: 2px 2px 0 2px; -khtml-border-radius: 2px 2px 0 2px; border-radius: 2px 2px 0 2px;
	font: 16px ArnoPro, Times, "Times New Roman", serif;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.2)), color-stop(10%, rgba(0,0,0,0)), color-stop(11%, rgba(255,255,255,0)), color-stop(20%, rgba(255,255,255,.07)), color-stop(29%, rgba(255,255,255,0)), color-stop(30%, rgba(0,0,0,0)), color-stop(54%, rgba(0,0,0,.1)), color-stop(77%, rgba(0,0,0,0)), color-stop(78%, rgba(255,255,255,0)), color-stop(85%, rgba(255,255,255,.05)), color-stop(91%, rgba(255,255,255,0)), color-stop(92%, rgba(0,0,0,0)), to(rgba(0,0,0,.2)));
	background-image: -khtml-gradient(linear, left top, right top, from(rgba(0,0,0,.2)), color-stop(10%, rgba(0,0,0,0)), color-stop(11%, rgba(255,255,255,0)), color-stop(20%, rgba(255,255,255,.07)), color-stop(29%, rgba(255,255,255,0)), color-stop(30%, rgba(0,0,0,0)), color-stop(54%, rgba(0,0,0,.1)), color-stop(77%, rgba(0,0,0,0)), color-stop(78%, rgba(255,255,255,0)), color-stop(85%, rgba(255,255,255,.05)), color-stop(91%, rgba(255,255,255,0)), color-stop(92%, rgba(0,0,0,0)), to(rgba(0,0,0,.2)));
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,.2), rgba(0,0,0,0) 10%, rgba(255,255,255,0) 11%, rgba(255,255,255,.07) 20%, rgba(255,255,255,0) 29%, rgba(0,0,0,0) 30%, rgba(0,0,0,.1) 54%, rgba(0,0,0,0) 77%, rgba(255,255,255,0) 78%, rgba(255,255,255,.05) 85%, rgba(255,255,255,0) 91%, rgba(0,0,0,0) 92%, rgba(0,0,0,.2)), -webkit-repeating-linear-gradient(left, rgba(255,255,255,.1) 1%, rgba(255,255,255,.1) 2.5%, rgba(255,255,255,0) 2.5%, rgba(255,255,255,0) 4%);
	background-image: -khtml-linear-gradient(left, rgba(0,0,0,.2), rgba(0,0,0,0) 10%, rgba(255,255,255,0) 11%, rgba(255,255,255,.07) 20%, rgba(255,255,255,0) 29%, rgba(0,0,0,0) 30%, rgba(0,0,0,.1) 54%, rgba(0,0,0,0) 77%, rgba(255,255,255,0) 78%, rgba(255,255,255,.05) 85%, rgba(255,255,255,0) 91%, rgba(0,0,0,0) 92%, rgba(0,0,0,.2)), -khtml-repeating-linear-gradient(left, rgba(255,255,255,.1) 1%, rgba(255,255,255,.1) 2.5%, rgba(255,255,255,0) 2.5%, rgba(255,255,255,0) 4%);
	background-image: -moz-linear-gradient(left, rgba(0,0,0,.2), rgba(0,0,0,0) 10%, rgba(255,255,255,0) 11%, rgba(255,255,255,.07) 20%, rgba(255,255,255,0) 29%, rgba(0,0,0,0) 30%, rgba(0,0,0,.1) 54%, rgba(0,0,0,0) 77%, rgba(255,255,255,0) 78%, rgba(255,255,255,.05) 85%, rgba(255,255,255,0) 91%, rgba(0,0,0,0) 92%, rgba(0,0,0,.2)), -moz-repeating-linear-gradient(left, rgba(255,255,255,.1) 1%, rgba(255,255,255,.1) 2.5%, rgba(255,255,255,0) 2.5%, rgba(255,255,255,0) 4%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,.2), rgba(0,0,0,0) 10%, rgba(255,255,255,0) 11%, rgba(255,255,255,.07) 20%, rgba(255,255,255,0) 29%, rgba(0,0,0,0) 30%, rgba(0,0,0,.1) 54%, rgba(0,0,0,0) 77%, rgba(255,255,255,0) 78%, rgba(255,255,255,.05) 85%, rgba(255,255,255,0) 91%, rgba(0,0,0,0) 92%, rgba(0,0,0,.2)), -o-repeating-linear-gradient(left, rgba(255,255,255,.1) 1%, rgba(255,255,255,.1) 2.5%, rgba(255,255,255,0) 2.5%, rgba(255,255,255,0) 4%);
	background-image: linear-gradient(to right, rgba(0,0,0,.2), rgba(0,0,0,0) 10%, rgba(255,255,255,0) 11%, rgba(255,255,255,.07) 20%, rgba(255,255,255,0) 29%, rgba(0,0,0,0) 30%, rgba(0,0,0,.1) 54%, rgba(0,0,0,0) 77%, rgba(255,255,255,0) 78%, rgba(255,255,255,.05) 85%, rgba(255,255,255,0) 91%, rgba(0,0,0,0) 92%, rgba(0,0,0,.2)), repeating-linear-gradient(to right, rgba(255,255,255,.1) 1%, rgba(255,255,255,.1) 2.5%, rgba(255,255,255,0) 2.5%, rgba(255,255,255,0) 4%);
	-pie-background: linear-gradient(left, #565F9A, #7079C1 10%, #7079C1 11%, #7681C7 20%, #7079C1 29%, #7079C1 30%, #626DAE 54%, #7079C1 77%, #7079C1 78%, #747FC3 85%, #7079C1 91%, #7079C1 92%, #565F9A);
	behavior: url(/js/PIE.htc);
}

div.tms-post p.tms-post-date span:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -.5em;
	border-style: solid;
	border-color: #393E64 transparent transparent transparent;
	right: 0;
	border-width: .5em .5em 0 0;
}

div.tms-post div.tms-post-content {
	line-height: 130%;
	text-align: justify;
	text-shadow: -1px -1px 0 #72425B;
	margin: 1em 0;
}

div.tms-post p.readmore [data-icon]:before {
	font-family: "Pictos Custom", "Pictos Blog";
	-webkit-font-smoothing: antialiased;
	margin-right: .4em;
	position: relative;
	top: .15em;
}

.lt-ie9 div.tms-post p.readmore [data-icon]:before, .opera div.tms-post p.readmore [data-icon]:before {
	font-family: "Pictos Blog";
}

div.tms-post footer.metadata [data-icon]:before, article#blog-entry footer.metadata [data-icon]:before, article#blog-entry footer.metadata a.show_trackback:before {
	content: attr(data-icon);
	font-family: "Pictos Custom", "Pictos Blog";
	font-size: 1.25em;
	-webkit-font-smoothing: antialiased;
	margin-right: .6em;
	position: relative;
	color: #72425B;
	text-shadow: 0 1px 1px #D796BE;
}

.lt-ie9 div.tms-post footer.metadata [data-icon]:before, .lt-ie9 article#blog-entry footer.metadata [data-icon]:before, .lt-ie9 article#blog-entry footer.metadata a.show_trackback:before, .opera div.tms-post footer.metadata [data-icon]:before, .opera article#blog-entry footer.metadata [data-icon]:before, .opera article#blog-entry footer.metadata a.show_trackback:before {
	font-family: "Pictos Blog";
}

article#blog-entry footer.metadata p {
	color: #EEE1EB;
	text-shadow: -1px -1px 0 #72425B;
	margin: .4em 0;
}

article#blog-entry footer.metadata p.tms-post-tags {
	//text-indent: -27px;
	//margin-left: 27px;
	text-align: left;
}

article#blog-entry footer.metadata p.tms-post-sharing span {
	cursor: pointer;
}

article#blog-entry footer.metadata p.tms-post-sharing span:hover:before {
	color: #814A67;
}

div.tms-post footer.metadata p.tms-post-category [data-icon]:before {
	top: .1em;
}

div.tms-post footer.metadata p.tms-post-tags [data-icon]:before, article#blog-entry footer.metadata p.tms-post-tags [data-icon]:before {
	top: .2em;
}

div.tms-post footer.metadata, article#blog-entry footer.metadata {
	background-color: rgba(255,255,255,.1);
	-pie-background: rgba(255,255,255,.1);
	position: relative;
	left: -30px;
	margin-top: 30px;
	padding: 10px 30px 12px 30px;
	width: 574px;
	behavior: url(/js/PIE.htc);
}

div.tms-post footer.metadata {
	width: 581px;
}

div.tms-post p.tms-post-category {
	color: #F1E3EE;
	font: 16px ArnoPro, Times, "Times New Roman", serif;
}

div.tms-post p.tms-post-tags a, article#blog-entry footer.metadata p.tms-post-tags a {
	display: inline-block;
	font: 14px ArnoPro, Times, "Times New Roman", serif;
	color: #F4DAE7;
	text-shadow: -1px -1px 0 #844664;
	text-decoration: none;
	margin: 0 .3em;
	padding: .4em .75em 0 .75em;
	background-image: -webkit-gradient(linear, #A35D80, #BB7699);
	background-image: -khtml-gradient(linear, #A35D80, #BB7699);
	background-image: -webkit-linear-gradient(#A35D80, #BB7699);
	background-image: -khtml-linear-gradient(#A35D80, #BB7699);
	background-image: -moz-linear-gradient(#A35D80, #BB7699);
	background-image: -o-linear-gradient(#A35D80, #BB7699);
	background-image: linear-gradient(#A35D80, #BB7699);
	-pie-background: linear-gradient(#A35D80, #BB7699);
	border: none;
	border-bottom: 1px solid #CF9BB5;
	-moz-border-radius: 20px; -webkit-border-radius: 20px; -khtml-border-radius: 20px; border-radius: 20px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2); -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2); -khtml-box-shadow: inset 0 1px 2px rgba(0,0,0,.2); box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	behavior: url(/js/PIE.htc);
}

.lt-ie9 div.tms-post p.tms-post-tags a, .lt-ie9 article#blog-entry footer.metadata p.tms-post-tags a {
	border-top: 2px solid #4A4A4A;
}

div.tms-post p.tms-post-tags a:hover, article#blog-entry footer.metadata p.tms-post-tags a:hover {
	border: none;
	border-bottom: 1px solid #CF9BB5;
	background-image: -webkit-gradient(linear, #AA6688, #C280A2);
	background-image: -khtml-gradient(linear, #AA6688, #C280A2);
	background-image: -webkit-linear-gradient(#AA6688, #C280A2);
	background-image: -khtml-linear-gradient(#AA6688, #C280A2);
	background-image: -moz-linear-gradient(#AA6688, #C280A2);
	background-image: -o-linear-gradient(#AA6688, #C280A2);
	background-image: linear-gradient(#AA6688, #C280A2);
	-pie-background: linear-gradient(#AA6688, #C280A2);
	color: #FFF;
	behavior: url(/js/PIE.htc);
}

div.tms-post p.tms-post-tags a:first-of-type, article#blog-entry footer.metadata p.tms-post-tags a:first-of-type {
	margin-left: 0;
}

article#blog-entry footer.metadata a.show_trackback, article#blog-entry footer.metadata a.tms-post-action {
	font: 16px ArnoPro, Times, "Times New Roman", serif;
	color: #F6E3EE;
	text-shadow: -1px -1px 0 #844664;
	text-decoration: none;
	border: none;
	margin-right: 1em;
}

article#blog-entry footer.metadata a.show_trackback:before {
	content: "~";
	font-size: 1.5em;
	position: relative;
	top: .2em;
	margin-right: .3em;
}

article#blog-entry footer.metadata a.tms-post-action.subscribe:before {
	font-size: 1em;
}

article#blog-entry footer.metadata a[data-icon].tms-post-action.rss:before {
	font-size: 1.5em;
	position: relative;
	top: 4px;
	margin-right: .3em;
}

#blog-entry input#rss-feed-url {
	width: 95%;
	margin: .8em 0;
	font: 16px Times, "Times New Roman", serif;
	color: #F4DAE7;
	text-shadow: -1px -1px 0 #844664;
	padding: 1em .75em 0 .75em;
	background-image: -webkit-gradient(linear, #A35D80, #BB7699);
	background-image: -khtml-gradient(linear, #A35D80, #BB7699);
	background-image: -webkit-linear-gradient(#A35D80, #BB7699);
	background-image: -khtml-linear-gradient(#A35D80, #BB7699);
	background-image: -moz-linear-gradient(#A35D80, #BB7699);
	background-image: -o-linear-gradient(#A35D80, #BB7699);
	background-image: linear-gradient(#A35D80, #BB7699);
	-pie-background: linear-gradient(#A35D80, #BB7699);
	border: none;
	border-bottom: 1px solid #CF9BB5;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2); -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2); -khtml-box-shadow: inset 0 1px 2px rgba(0,0,0,.2); box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	behavior: url(/js/PIE.htc);
}

article#blog-entry footer.metadata a.show_trackback:hover, article#blog-entry footer.metadata a.tms-post-action:hover {
	color: #FFF;
	border: none;
	background: none;
}

article#blog-entry footer.metadata a.show_trackback:hover:before {
	color: #814A67;
}

div.tms-post p.readmore {
	font-size: 22px;
}

#blog-entry fieldset#trackback {
	padding: 20px 30px 33px 30px;
	background: transparent url(../images/darker.png) repeat;
	background: rgba(0,0,0,.1);
	border-top: 2px solid #4A4A4A; border-right: 1px solid #92667F; border-bottom: 1px solid #D796BE; border-left: 1px solid #92667F;
	-moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px;
	behavior: url(/js/PIE.htc);
}

#blog-entry fieldset#trackback br {
	display: none;
}

#blog-entry input#submit_trackback {
	border-top: 1px solid #AFB5E6;
	border-bottom: 1px solid #3C3E63;
	background-color: #7079C1;
	background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(255,255,255,.25)), to(rgba(0,0,0,.25)), color-stop(50%, rgba(255,255,255,0)), color-stop(51%, rgba(0,0,0,0)));
	background-image: -khtml-gradient(linear, center top, center bottom, from(rgba(255,255,255,.25)), to(rgba(0,0,0,.25)), color-stop(50%, rgba(255,255,255,0)), color-stop(51%, rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(rgba(255,255,255,.25), rgba(255,255,255,0) 50%, rgba(0,0,0,0) 51%, rgba(0,0,0,.25));
	background-image: -khtml-linear-gradient(rgba(255,255,255,.25), rgba(255,255,255,0) 50%, rgba(0,0,0,0) 51%, rgba(0,0,0,.25));
	background-image: -moz-linear-gradient(rgba(255,255,255,.25), rgba(255,255,255,0) 50%, rgba(0,0,0,0) 51%, rgba(0,0,0,.25));
	background-image: -o-linear-gradient(rgba(255,255,255,.25), rgba(255,255,255,0) 50%, rgba(0,0,0,0) 51%, rgba(0,0,0,.25));
	background-image: linear-gradient(rgba(255,255,255,.25), rgba(255,255,255,0) 50%, rgba(0,0,0,0) 51%, rgba(0,0,0,.25));
	/* TODO: PIE background */
	color: #2A2C59;
	text-shadow: 0 1px 1px rgba(255,255,255,.4);
	font-size: 14px;
	padding: .4em .5em 0 .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4); -khtml-box-shadow: 0 1px 2px rgba(0,0,0,.4); box-shadow: 0 1px 2px rgba(0,0,0,.4);
	-webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
	behavior: url(/js/PIE.htc);
}

#blog-entry input#submit_trackback:hover {
	background-color: #5C65B0;
	/* TODO: PIE background */
	color: #FFF;
	text-shadow: -1px -1px 1px rgba(0,0,0,.4);
}

#blog-entry input#submit_trackback:active {
	top: 1px;
}

		/* Prev/Next/Index */

#blog-entry nav.prev-next {
	margin-top: 35px;
	position: relative;
}

#blog-entry nav.prev-next h {
	display: block;
	position: relative;
	margin: .4em 0;
	font: normal normal small-caps 20px ArnoPro;
	text-align: justify;
	z-index: 1;
}

#blog-entry nav.prev-next h.previous {
	float: left;
	padding-left: 10px;
	margin-right: .5em;
}

#blog-entry nav.prev-next h.next {
	float: right;
	padding-right: 10px;
	text-align: right;
	margin-left: .5em;
	margin-bottom: .9em;
}

#blog-entry nav.prev-next h.index {
	clear: both;
	text-align: center;
	width: 480px;
	margin: 8px auto;
}

#blog-entry nav.prev-next h.previous:before, #blog-entry nav.prev-next h.next:after {
	content: "]";
	display: block;
	position: absolute;
	font-family: "Pictos Custom", "Pictos Blog";
	-webkit-font-smoothing: antialiased;
	color: #62334B;
}

.lt-ie9 #blog-entry nav.prev-next h.previous:before, .lt-ie9 #blog-entry nav.prev-next h.next:after, .opera #blog-entry nav.prev-next h.previous:before, .opera #blog-entry nav.prev-next h.next:after {
	font-family: "Pictos Blog";
}

#blog-entry nav.prev-next h.previous:before {
	top: -2px;
	left: -10px;
	text-shadow: 0 -1px 1px #B880A2;
	-webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg);
}

.opera #blog-entry nav.prev-next h.previous:before {
	top: 6px;
}

#blog-entry nav.prev-next h.next:after {
	top: 2px;
	right: -10px;
	text-shadow: 0 1px 1px #B880A2;
}

.opera #blog-entry nav.prev-next h.next:after {
	top: 4px;
}

#blog-entry nav.prev-next h.index:before {
	content: "=";
	position: relative;
	top: 2px;
	font-family: "Pictos Custom", "Pictos Blog";
	-webkit-font-smoothing: antialiased;
	color: #62334B;
	text-shadow: 0 1px 1px #B880A2;
	margin-right: .5em;
}

.opera #blog-entry nav.prev-next h.index:before {
	top: 0;
}

.lt-ie9 #blog-entry nav.prev-next h.index:before, .opera #blog-entry nav.prev-next h.index:before {
	font-family: "Pictos Blog";
}

#blog-entry nav.prev-next h a:hover {
	text-decoration: underline;
}

#blog-entry nav.prev-next h:hover:before, #blog-entry nav.prev-next h:hover:after {
	color: #FFF;
	text-shadow: 0 0 5px #FFF, -1px -1px 0 #6D3A53;
}

#blog-entry nav.prev-next h a {
	color: #EEE3EC;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0,0,0,.8);
}

#blog-entry nav.prev-next h a cite {
	font-variant: normal;
	color: #FFF;
}

		/* Pagination */

div.tms-pagination-container .ccm-pagination span.ltgray {
	visibility: hidden;
}

div.tms-pagination-container .ccm-pagination span.currentPage, div.tms-pagination-container .ccm-pagination a, div.tms-pagination-container .ccm-pagination span.unselectedPage {
	display: inline-block;
	width: 2em;
	border: none;
	background: none;
	margin: 0 2px;
	padding: .4em 0;
	-webkit-border-radius: 100px; -moz-border-radius: 100px; -khtml-border-radius: 100px; border-radius: 100px;
	font-size: 13px;
	text-decoration: none;
	behavior: url(/js/PIE.htc);
}

div.tms-pagination-container .ccm-pagination a, div.tms-pagination-container .ccm-pagination span.unselectedPage {
	border-top: 1px solid #DCB7CE;
	background-color: #BB7699;
	background-image: -webkit-gradient(linear, center bottom, center top, from(rgba(0,0,0,.2)), to(rgba(255,255,255,.2)), color-stop(50%, rgba(0,0,0,0)), color-stop(51%, rgba(255,255,255,0)));
	background-image: -khtml-gradient(linear, center bottom, center top, from(rgba(0,0,0,.2)), to(rgba(255,255,255,.2)), color-stop(50%, rgba(0,0,0,0)), color-stop(51%, rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.2), rgba(0,0,0,0) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,.2));
	background-image: -khtml-linear-gradient(bottom, rgba(0,0,0,.2), rgba(0,0,0,0) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,.2));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.2), rgba(0,0,0,0) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,.2));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.2), rgba(0,0,0,0) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,.2));
	background-image: linear-gradient(to top, rgba(0,0,0,.2), rgba(0,0,0,0) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,.2));
	-pie-background: linear-gradient(#CD93B6, #C4709C 50%, #C4709C 51%, #8D5675);
	color: #444;
	font-weight: bold;
	text-shadow: 0 1px 1px #D796BE;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.6); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.6); -khtml-box-shadow: 0 1px 2px rgba(0,0,0,.6); box-shadow: 0 1px 2px rgba(0,0,0,.6);
	-pie-box-shadow: 0 1px 2px #004;
	behavior: url(/js/PIE.htc);
}

div.tms-pagination-container .ccm-pagination a:hover {
	background-color: #CA8BAB;
	-pie-background: linear-gradient(#CE98B9, #C37FA6 50%, #C37FA6 51%, #9A6584);
	color: #FFF;
	text-shadow: 0 0 3px #AFB5E6, -1px -1px 1px rgba(0,0,0,.4);
}

div.tms-pagination-container .ccm-pagination span.currentPage, div.tms-pagination-container .ccm-pagination a:active, div.tms-pagination-container .ccm-pagination a.selected {
	margin-top: 1px;
	border-top: 1px solid #DCB7CE;
	background-color: #AB6C8C;
	background-image: -webkit-gradient(linear, center bottom, center top, from(rgba(0,0,0,.2)), to(rgba(255,255,255,2)), color-stop(50%, rgba(0,0,0,0)), color-stop(51%, rgba(255,255,255,0)));
	background-image: -khtml-gradient(linear, center bottom, center top, from(rgba(0,0,0,.2)), to(rgba(255,255,255,2)), color-stop(50%, rgba(0,0,0,0)), color-stop(51%, rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.2), rgba(0,0,0,0) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,.2));
	background-image: -khtml-linear-gradient(bottom, rgba(0,0,0,.2), rgba(0,0,0,0) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,.2));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.2), rgba(0,0,0,0) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,.2));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.2), rgba(0,0,0,0) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,.2));
	background-image: linear-gradient(to top, rgba(0,0,0,.2), rgba(0,0,0,0) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,.2));
	-pie-background: linear-gradient(#B983A4, #AB668C 50%, #AB668C 51%, #875172);
	color: #FFF;
	text-shadow: 0 0 3px #AFB5E6, -1px -1px 1px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.6); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.6); -khtml-box-shadow: 0 1px 2px rgba(0,0,0,.6); box-shadow: 0 1px 2px rgba(0,0,0,.6);
	-pie-box-shadow: 0 1px 2px #004;
	behavior: url(/js/PIE.htc);
}

div.tms-pagination-container .ccm-pagination span.currentPage {
	margin: 1px 6px 0 2px;
}

div.tms-pagination-container .ccm-pagination span.ccm-page-left a, div.tms-pagination-container .ccm-pagination span.ccm-page-right a {
	width: auto;
	margin: auto;
}


/* EYEWITNESS REPORTS SECTION */

section#eyewitness-reports {
	counter-reset: reports 0;
}

section#eyewitness-reports h2 {
	margin-top: 0;
	font-style: italic;
}

#eyewitness-reports a.eyewitnessAction {
	float: right;
	font: bold 14px Georgia, Times, "Times New Roman", serif;
	color: #464678;
	text-shadow: 0 1px 1px rgba(255,255,255,.45);
	text-decoration: none;
}

#eyewitness-reports a.eyewitnessAction:hover {
	color: #FFF;
	text-shadow: -1px -1px 1px rgba(0,0,0,.4);
}

#eyewitness-reports a.eyewitnessAction:before {
	content: attr(data-icon);
	position: relative;
	top: 1px;
	font-size: 1.2em;
	font-family: "Pictos Custom", "Pictos Eyewitness";
	margin-right: .6em;
	-webkit-font-smoothing: antialiased;
}

.lt-ie9 #eyewitness-reports a.eyewitnessAction:before, .opera #eyewitness-reports a.eyewitnessAction:before {
	font-family: "Pictos Eyewitness";
}

#eyewitness-reports article.eyewitnessReport, #eyewitness-reports div.eyewitnessReportForm, #eyewitness-reports p.eyewitnessDescription {
	position: relative;
	left: -45px;
	width: 544px;
	padding: 2em 45px 1.3em;
	background-color: rgba(210,210,255,.14);
	-pie-background: rgba(210,210,255,.14);
	text-shadow: -1px -1px 0 rgba(0,0,0,.5);
	font: 16px Georgia, Times, "Times New Roman", serif;
	margin: 4em 0 1em 0;
	behavior: url(/js/PIE.htc);
}

#eyewitness-reports article.eyewitnessReport div.reportBody {
	text-align: justify;
}

#eyewitness-reports p.eyewitnessDescription {
	margin-top: 2em;
	font-style: italic;
	padding-top: 1.3em;
}

#eyewitness-reports article:first-of-type {
	//margin-top: 2em;
}

#eyewitness-reports article.eyewitnessReport.level-0 {
	counter-reset: replies 0;
}

#eyewitness-reports article.eyewitnessReport.level-1 {
	width: 514px;
	padding-left: 75px;
	margin-top: 1em;
	background-color: rgba(0,0,80,.1);
	-pie-background: rgba(0,0,80,.1);
	behavior: url(/js/PIE.htc);
	//border-left: 30px solid rgba(210,210,255,.14);
}

	/* TODO: Level-2 + */

#eyewitness-reports article.eyewitnessReport:before {
	//counter-increment: reports 1;
	//content: counter(reports);
	content: "";
	position: absolute;
	left: -60px;
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	background-image: -webkit-gradient(radial, 30 30, 0% 100%, rgba(255,255,255,.5), rgba(255,255,255,0));
	background-image: -khtml-gradient(radial, 30 30, 0% 100%, rgba(255,255,255,.5), rgba(255,255,255,0));
	background-image: -webkit-radial-gradient(center center, circle contain, rgba(255,255,255,.5), rgba(255,255,255,0));
	background-image: -khtml-radial-gradient(center center, circle contain, rgba(255,255,255,.5), rgba(255,255,255,0));
	background-image: -moz-radial-gradient(center center, circle contain, rgba(255,255,255,.5), rgba(255,255,255,0));
	background-image: -o-radial-gradient(center center, circle contain, rgba(255,255,255,.5), rgba(255,255,255,0));
	background-image: radial-gradient(circle closest-side at center, rgba(255,255,255,.5), rgba(255,255,255,0));
	//no PIE for radial gradient
}

#eyewitness-reports article.eyewitnessReport.level-0:before {
	counter-increment: reports 1;
	content: counter(reports);
}

#eyewitness-reports article.eyewitnessReport.level-1:before {
	counter-increment: replies 1;
	content: counter(replies, lower-alpha);
	left: -45px;
}

#eyewitness-reports article.eyewitnessReport div.reply {
	position: absolute;
	top: 52px;
	left: -44px;
	font: italic 16px ArnoPro, Times, "Times New Roman", serif;
	min-height: 125px;
}

#eyewitness-reports article.eyewitnessReport div.reply a {
	display: block;
	width: 35px;
	padding-left: 10px;
	min-height: 125px;
	text-decoration: none;
	color: #FFF;
}

#eyewitness-reports article.eyewitnessReport div.reply a:hover {
	font-weight: bold;
	text-shadow: 0 0 10px #FFF;
}

#eyewitness-reports article.eyewitnessReport span.reply, #eyewitness-reports article.eyewitnessReport div.reply a:before {
	display: block;
	position: absolute;
	top: 0;
	opacity: 0;
	-webkit-transition: top .5s ease, opacity .5s ease; -moz-transition: top .5s ease, opacity .5s ease; -o-transition: top .5s ease, opacity .5s ease; transition: top .5s ease, opacity .5s ease;
}

.lt-ie9 #eyewitness-reports article.eyewitnessReport span.reply, .lt-ie9 #eyewitness-reports article.eyewitnessReport div.reply a:before {
	visibility: hidden;
}

#eyewitness-reports article.eyewitnessReport div.reply span.i {
	font-style: normal;
	font-family: "Pictos Custom", "Pictos Eyewitness";
	-webkit-font-smoothing: antialiased;
	position: relative;
	left: -3px;
}

.lt-ie9 #eyewitness-reports article.eyewitnessReport div.reply span.i {
	visibility: hidden;
}

.lt-ie9 #eyewitness-reports article.eyewitnessReport div.reply span.i, .opera #eyewitness-reports article.eyewitnessReport div.reply span.i {
	font-family: "Pictos Eyewitness";
}

#eyewitness-reports article.eyewitnessReport:hover div.reply a:before, #eyewitness-reports article.eyewitnessReport:hover span.reply {
	opacity: 1;
}

.lt-ie9 #eyewitness-reports article.eyewitnessReport:hover div.reply a:before, .lt-ie9 #eyewitness-reports article.eyewitnessReport:hover span.reply {
	visibility: visible;
}

#eyewitness-reports article.eyewitnessReport:hover span.reply.i {
	top: 20px;
}

#eyewitness-reports article.eyewitnessReport:hover span.reply.r {
	top: 35px;
}

#eyewitness-reports article.eyewitnessReport:hover span.reply.e {
	top: 50px;
}

#eyewitness-reports article.eyewitnessReport:hover span.reply.p {
	top: 65px;
}

#eyewitness-reports article.eyewitnessReport:hover span.reply.l {
	top: 87px;
}

#eyewitness-reports article.eyewitnessReport:hover span.reply.y {
	top: 102px;
}

#eyewitness-reports article.eyewitnessReport p.reportActions {
	//float: right;
	text-align: right;
	position: relative;
	top: -18px;
	font-size: 13px;
	text-shadow: none;
}

#eyewitness-reports article.eyewitnessReport p.reportActions a {
	color: #D2D2F5;
	text-decoration: none;
	margin-left: 1em;
}

#eyewitness-reports article.eyewitnessReport p.reportActions a:hover {
	text-decoration: underline;
}

#eyewitness-reports article.eyewitnessReport footer.metadata {
	position: relative;
	margin-top: 1em;
	overflow: hidden;
}

#eyewitness-reports article.eyewitnessReport p.reportName {
	text-align: right;
	font-weight: bold;
	float: right;
	max-width: 345px;
}

#eyewitness-reports article.eyewitnessReport.level-1 p.reportName {
	max-width: 315px;
}

#eyewitness-reports article.eyewitnessReport p.reportName span.country {
	font-size: 14px;
	font-variant: small-caps;
	color: #D2D2F5;
}

#eyewitness-reports article.eyewitnessReport p.reportTime {
	position: absolute;
	bottom: -2px;
	color: #D2D2F5;
	text-shadow: none;
	font: italic 14px ArnoPro, Times, "Times New Roman", serif;
	text-transform: uppercase;
	text-align: left;
	float: left;
}

#eyewitness-reports article.eyewitnessReport p.reportTime [data-icon]:before {
	content: attr(data-icon);
	font-family: "Pictos Custom", "Pictos Eyewitness";
	font-size: 1.1em;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	margin-right: .5em;
}

.lt-ie9 #eyewitness-reports article.eyewitnessReport p.reportTime [data-icon]:before, .opera #eyewitness-reports article.eyewitnessReport p.reportTime [data-icon]:before {
	font-family: "Pictos Eyewitness";
}

#eyewitness-reports article.eyewitnessReport p.reportTime span[data-icon].clock:before {
	position: relative;
	top: 1px;
}

	/* Eyewitness Report Form */

#eyewitness-reports div.eyewitnessReportForm {
	position: relative;
	margin-top: 5em;
	background-color: rgba(210,210,255,.2);
	-pie-background: rgba(210,210,255,.2);
	border-top: 1px solid rgba(255,255,255,.35);
	border-bottom: 1px solid rgba(255,255,255,.35);
	font: 14px Times, "Times New Roman", serif;
	overflow: hidden;
	behavior: url(/js/PIE.htc);
	/* TODO: get hex bg color so we can not use PIE here, as it's messing up top and bottom borders */
}

#eyewitness-reports div.eyewitnessReportForm h3 {
	margin: 0 0 .25em;
	font-style: italic;
}

#eyewitness-reports div.eyewitnessReportForm p.login {
	margin: 1.2em 0;
	font-size: 18px;
	text-align: center;
}

#eyewitness-reports #loggedInAs, #eyewitness-reports #loggedInAs a.logout, #eyewitness-reports p.shouldMod {
	color: #464678;
	text-shadow: 0 1px 1px rgba(255,255,255,.6);
	font-style: italic;
}

#eyewitness-reports #loggedInAs a.logout {
	float: right;
	margin-right: .5em;
	font: 13px Georgia, Times, "Times New Roman", serif;
	text-decoration: none;
}

#eyewitness-reports #loggedInAs a.logout:hover {
	text-decoration: underline;
}

#eyewitness-reports p.shouldMod {
	margin-top: 1em;
}

#eyewitness-reports div#eyewitness-about-you {
	margin: 1em 0;
	background-image: -webkit-gradient(linear, from(rgba(0,0,0,.07)), to(rgba(255,255,255,.07)), color-stop(25%, rgba(0,0,0,.03)), color-stop(60%, rgba(0,0,0,0)), color-stop(60%, rgba(255,255,255,0)), color-stop(75%, rgba(255,255,255,.03)));
	background-image: -khtml-gradient(linear, from(rgba(0,0,0,.07)), to(rgba(255,255,255,.07)), color-stop(25%, rgba(0,0,0,.03)), color-stop(60%, rgba(0,0,0,0)), color-stop(60%, rgba(255,255,255,0)), color-stop(75%, rgba(255,255,255,.03)));
	background-image: -webkit-linear-gradient(rgba(0,0,0,.07), rgba(0,0,0,.03) 25%, rgba(0,0,0,0) 60%, rgba(255,255,255,0) 60%, rgba(255,255,255,.03) 75%, rgba(255,255,255,.07));
	background-image: -khtml-linear-gradient(rgba(0,0,0,.07), rgba(0,0,0,.03) 25%, rgba(0,0,0,0) 60%, rgba(255,255,255,0) 60%, rgba(255,255,255,.03) 75%, rgba(255,255,255,.07));
	background-image: -moz-linear-gradient(rgba(0,0,0,.07), rgba(0,0,0,.03) 25%, rgba(0,0,0,0) 60%, rgba(255,255,255,0) 60%, rgba(255,255,255,.03) 75%, rgba(255,255,255,.07));
	background-image: -o-linear-gradient(rgba(0,0,0,.07), rgba(0,0,0,.03) 25%, rgba(0,0,0,0) 60%, rgba(255,255,255,0) 60%, rgba(255,255,255,.03) 75%, rgba(255,255,255,.07));
	background-image: linear-gradient(rgba(0,0,0,.07), rgba(0,0,0,.03) 25%, rgba(0,0,0,0) 60%, rgba(255,255,255,0) 60%, rgba(255,255,255,.03) 75%, rgba(255,255,255,.07));
	-pie-background: rgba(0,0,80,.1);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 #5A5A80, 0 2px 0 #5A5A80, 2px 3px 2px rgba(80,80,100,.4); -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 #5A5A80, 0 2px 0 #5A5A80, 2px 3px 2px rgba(80,80,100,.4); -khtml-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 #5A5A80, 0 2px 0 #5A5A80, 2px 3px 2px rgba(80,80,100,.4); box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 #5A5A80, 0 2px 0 #5A5A80, 2px 3px 2px rgba(80,80,100,.4);
	/*-pie-box-shadow: 0 1px 0 #5A5A80, 0 2px 0 #5A5A80;*/
	-pie-box-shadow: none;
	behavior: url(/js/PIE.htc);
}

#eyewitness-reports div#eyewitness-about-you a.edit {
	float: right;
	color: #D2D2F5;
	text-decoration: none;
	text-shadow: -1px -1px 0 rgba(0,0,0,.5);
	font: 13px Georgia, Times, "Times New Roman", serif;
}

#eyewitness-reports div#eyewitness-about-you a.edit:hover {
	text-decoration: underline;
}

#eyewitness-reports dl#eyewitness-filled-attributes span.field {
	display: none;
}

#eyewitness-reports dl {
	margin: 0;
}

#eyewitness-reports dt, #eyewitness-reports dd {
	display: inline-block;
}

#eyewitness-reports dt {
	width: 180px;
	height: 100%;
	text-align: right;
	margin-right: 20px;
	color: #D2D2F5;
}

#eyewitness-reports dd {
	margin: 0;
	width: 300px;
}

#eyewitness-reports div#eyewitness-about-you span.icon {
	font-family: "Pictos Custom", "Pictos Eyewitness";
	-webkit-font-smoothing: antialiased;
}

.lt-ie9 #eyewitness-reports div#eyewitness-about-you span.icon, .opera #eyewitness-reports div#eyewitness-about-you span.icon {
	font-family: "Pictos Eyewitness";
}

#eyewitness-reports #eyewitness-unfilled-heading {
	text-align: center;
	margin-top: 1.5em;
	text-shadow: 1px 1px 3px rgba(0,0,0,.8);
}

#eyewitness-reports table#eyewitness-unfilled-attributes {
	border-spacing: 0 10px;
}

#eyewitness-reports #eyewitness-unfilled-attributes tr td.label {
	width: 150px;
	background-color: rgba(210,210,255,.2);
	background-image: -webkit-gradient(from(rgba(255,255,255,.1)), to(rgba(0,0,0,.1)), color-stop(60%, rgba(255,255,255,0)), color-stop(60%, rgba(0,0,0,0)));
	background-image: -khtml-gradient(from(rgba(255,255,255,.1)), to(rgba(0,0,0,.1)), color-stop(60%, rgba(255,255,255,0)), color-stop(60%, rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,0) 60%, rgba(0,0,0,0) 60%, rgba(0,0,0,.1));
	background-image: -khtml-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,0) 60%, rgba(0,0,0,0) 60%, rgba(0,0,0,.1));
	background-image: -moz-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,0) 60%, rgba(0,0,0,0) 60%, rgba(0,0,0,.1));
	background-image: -o-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,0) 60%, rgba(0,0,0,0) 60%, rgba(0,0,0,.1));
	background-image: linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,0) 60%, rgba(0,0,0,0) 60%, rgba(0,0,0,.1));
	-pie-background: rgba(210,210,255,.2);
	-webkit-border-radius: 7px 0 0 7px; -moz-border-radius: 7px 0 0 7px; -khtml-border-radius: 7px 0 0 7px; border-radius: 7px 0 0 7px;
	padding: .5em 1em;
	text-align: right;
	color: rgb(70,70,120);
	text-shadow: 0 1px 1px rgba(255,255,255,.6);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 #646489, 0 2px 0 #646489, 0 3px 0 #646489, 2px 5px 3px rgba(80,80,100,.4); -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 #646489, 0 2px 0 #646489, 0 3px 0 #646489, 2px 5px 3px rgba(80,80,100,.4); -khtml-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 #646489, 0 2px 0 #646489, 0 3px 0 #646489, 2px 5px 3px rgba(80,80,100,.4); box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 #646489, 0 2px 0 #646489, 0 3px 0 #646489, 2px 5px 3px rgba(80,80,100,.4);
	/*-pie-box-shadow: 0 1px 0 #646489, 0 2px 0 #646489, 0 3px 0 #646489; can't use this until we make the bg opaque */
	-pie-box-shadow: none;
	behavior: url(/js/PIE.htc);
}

#eyewitness-reports #eyewitness-unfilled-attributes tr td.field {
	position: relative;
	top: 1px;
	background-color: rgba(0,0,80,.1);
	background-image: -webkit-gradient(linear, from(rgba(0,0,0,.07)), to(rgba(255,255,255,.07)), color-stop(25%, rgba(0,0,0,.03)), color-stop(60%, rgba(0,0,0,0)), color-stop(60%, rgba(255,255,255,0)), color-stop(75%, rgba(255,255,255,.03)));
	background-image: -khtml-gradient(linear, from(rgba(0,0,0,.07)), to(rgba(255,255,255,.07)), color-stop(25%, rgba(0,0,0,.03)), color-stop(60%, rgba(0,0,0,0)), color-stop(60%, rgba(255,255,255,0)), color-stop(75%, rgba(255,255,255,.03)));
	background-image: -webkit-linear-gradient(rgba(0,0,0,.07), rgba(0,0,0,.03) 25%, rgba(0,0,0,0) 60%, rgba(255,255,255,0) 60%, rgba(255,255,255,.03) 75%, rgba(255,255,255,.07));
	background-image: -khtml-linear-gradient(rgba(0,0,0,.07), rgba(0,0,0,.03) 25%, rgba(0,0,0,0) 60%, rgba(255,255,255,0) 60%, rgba(255,255,255,.03) 75%, rgba(255,255,255,.07));
	background-image: -moz-linear-gradient(rgba(0,0,0,.07), rgba(0,0,0,.03) 25%, rgba(0,0,0,0) 60%, rgba(255,255,255,0) 60%, rgba(255,255,255,.03) 75%, rgba(255,255,255,.07));
	background-image: -o-linear-gradient(rgba(0,0,0,.07), rgba(0,0,0,.03) 25%, rgba(0,0,0,0) 60%, rgba(255,255,255,0) 60%, rgba(255,255,255,.03) 75%, rgba(255,255,255,.07));
	background-image: linear-gradient(rgba(0,0,0,.07), rgba(0,0,0,.03) 25%, rgba(0,0,0,0) 60%, rgba(255,255,255,0) 60%, rgba(255,255,255,.03) 75%, rgba(255,255,255,.07));
	-pie-background: rgba(0,0,80,.1);
	-webkit-border-radius: 0 7px 7px 0; -moz-border-radius: 0 7px 7px 0; -khtml-border-radius: 0 7px 7px 0; border-radius: 0 7px 7px 0;
	text-shadow: none;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 #606089, 0 2px 0 #606089, 2px 3px 2px rgba(80,80,100,.4); -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 #606089, 0 2px 0 #606089, 2px 3px 2px rgba(80,80,100,.4); -khtml-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 #606089, 0 2px 0 #606089, 2px 3px 2px rgba(80,80,100,.4); box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 #606089, 0 2px 0 #606089, 2px 3px 2px rgba(80,80,100,.4);
	/*-pie-box-shadow: 0 1px 0 #606089, 0 2px 0 #606089; can't use this until we make the bg opaque */
	-pie-box-shadow: none;
	behavior: url(/js/PIE.htc);
}

#eyewitness-reports input[type=text] {
	border: none;
	background-color: transparent;
	font: 14px Georgia, Times, "Times New Roman", serif;
	padding: .5em 1em;
	width: 90%;
	outline: none;
	color: #FFF;
	text-shadow: 3px 3px 3px rgba(0,0,0,.5);
}

#eyewitness-reports #eyewitness-filled-attributes input[type=text] {
	-webkit-border-radius: 4px; -moz-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
	background-color: rgba(210,210,255,.2);
	-pie-background: rgba(210,210,255,.2);
	behavior: url(/js/PIE.htc);
}

#eyewitness-reports select {
	border: none;
	background-color: transparent;
	font: 14px Georgia, Times, "Times New Roman", serif;
	padding: .5em 1em;
	width: 100%;
	outline: none;
	color: #FFF;
	text-shadow: 3px 3px 3px rgba(0,0,0,.5);
	-webkit-appearance: none; -moz-appearance: none; appearance: none;
}

.lt-ie10 #eyewitness-reports select {
	color: #464678;
}

#eyewitness-reports tr.checkbox td.field {
	padding: 1em 1em 1em 2.5em;
	text-indent: -1.5em;
	text-align: justify;
}

#eyewitness-reports tr.checkbox td.field span, #eyewitness-reports span.field.checkbox span {
	display: none;
}

.lt-ie9 #eyewitness-reports tr.radio td.field {
	padding: .5em 1em;
}

.lt-ie9 #eyewitness-reports tr.radio td.field label {
	margin-right: .8em;
}

#eyewitness-reports #inReplyToContainer {
	padding-top: .5em;
}

#eyewitness-reports #inReplyToContainer.hidden {
	display: none;
}

#eyewitness-reports #inReplyTo {
	display: inline-block;
	margin-top: .5em;
	background-color: rgba(210,210,255,.2);
	background-image: -webkit-gradient(from(rgba(255,255,255,.1)), to(rgba(0,0,0,.1)), color-stop(60%, rgba(255,255,255,0)), color-stop(60%, rgba(0,0,0,0)));
	background-image: -khtml-gradient(from(rgba(255,255,255,.1)), to(rgba(0,0,0,.1)), color-stop(60%, rgba(255,255,255,0)), color-stop(60%, rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,0) 60%, rgba(0,0,0,0) 60%, rgba(0,0,0,.1));
	background-image: -khtml-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,0) 60%, rgba(0,0,0,0) 60%, rgba(0,0,0,.1));
	background-image: -moz-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,0) 60%, rgba(0,0,0,0) 60%, rgba(0,0,0,.1));
	background-image: -o-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,0) 60%, rgba(0,0,0,0) 60%, rgba(0,0,0,.1));
	background-image: linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,0) 60%, rgba(0,0,0,0) 60%, rgba(0,0,0,.1));
	-pie-background: rgba(210,210,255,.2);
	-webkit-border-radius: 7px; -moz-border-radius: 7px; -khtml-border-radius: 7px; border-radius: 7px;
	padding: .5em 1em;
	color: rgb(70,70,120);
	text-shadow: 0 1px 1px rgba(255,255,255,.6);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 #5A5A80, 0 2px 0 #5A5A80, 2px 3px 2px rgba(80,80,100,.4); -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 #5A5A80, 0 2px 0 #5A5A80, 2px 3px 2px rgba(80,80,100,.4); -khtml-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 #5A5A80, 0 2px 0 #5A5A80, 2px 3px 2px rgba(80,80,100,.4); box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 #5A5A80, 0 2px 0 #5A5A80, 2px 3px 2px rgba(80,80,100,.4);
	/*-pie-box-shadow: 0 1px 0 #5A5A80, 0 2px 0 #5A5A80;*/
	-pie-box-shadow: none;
	behavior: url(/js/PIE.htc);
}

#eyewitness-reports #inReplyTo i {
	font-family: Georgia, Times, "Times New Roman", serif;
}

#eyewitness-reports #inReplyTo a.cancelReply {
	position: relative;
	top: 2px;
	color: #696996;
	text-shadow: 0 1px 1px rgba(255,255,255,.6);
	text-decoration: none;
	font-family: "Pictos Custom", "Pictos Eyewitness";
	font-size: 1.2em;
	-webkit-font-smoothing: antialiased;
	margin-left: .6em;
}

.lt-ie9 #eyewitness-reports #inReplyTo a.cancelReply, .opera #eyewitness-reports #inReplyTo a.cancelReply {
	font-family: "Pictos Eyewitness";
}

#eyewitness-reports #inReplyTo a.cancelReply:hover {
	color: #464678;
}

#eyewitness-reports textarea {
	display: block;
	width: 504px;
	height: 145px;
	margin-top: 1em;
	padding: 15px 20px;
	font: 14px Georgia, Times, "Times New Roman", serif;
	border: none;
	outline: none;
	border-radius: 7px;
	background-color: rgba(0,0,80,.1);
	background-image: -webkit-gradient(linear, from(rgba(0,0,0,.07)), to(rgba(255,255,255,.07)), color-stop(25%, rgba(0,0,0,.03)), color-stop(60%, rgba(0,0,0,0)), color-stop(60%, rgba(255,255,255,0)), color-stop(75%, rgba(255,255,255,.03)));
	background-image: -khtml-gradient(linear, from(rgba(0,0,0,.07)), to(rgba(255,255,255,.07)), color-stop(25%, rgba(0,0,0,.03)), color-stop(60%, rgba(0,0,0,0)), color-stop(60%, rgba(255,255,255,0)), color-stop(75%, rgba(255,255,255,.03)));
	background-image: -webkit-linear-gradient(rgba(0,0,0,.07), rgba(0,0,0,.03) 25%, rgba(0,0,0,0) 60%, rgba(255,255,255,0) 60%, rgba(255,255,255,.03) 75%, rgba(255,255,255,.07));
	background-image: -khtml-linear-gradient(rgba(0,0,0,.07), rgba(0,0,0,.03) 25%, rgba(0,0,0,0) 60%, rgba(255,255,255,0) 60%, rgba(255,255,255,.03) 75%, rgba(255,255,255,.07));
	background-image: -moz-linear-gradient(rgba(0,0,0,.07), rgba(0,0,0,.03) 25%, rgba(0,0,0,0) 60%, rgba(255,255,255,0) 60%, rgba(255,255,255,.03) 75%, rgba(255,255,255,.07));
	background-image: -o-linear-gradient(rgba(0,0,0,.07), rgba(0,0,0,.03) 25%, rgba(0,0,0,0) 60%, rgba(255,255,255,0) 60%, rgba(255,255,255,.03) 75%, rgba(255,255,255,.07));
	background-image: linear-gradient(rgba(0,0,0,.07), rgba(0,0,0,.03) 25%, rgba(0,0,0,0) 60%, rgba(255,255,255,0) 60%, rgba(255,255,255,.03) 75%, rgba(255,255,255,.07));
	-pie-background: rgba(0,0,80,.1);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 #5A5A80, 0 2px 0 #5A5A80, 2px 3px 2px rgba(80,80,100,.4); -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 #5A5A80, 0 2px 0 #5A5A80, 2px 3px 2px rgba(80,80,100,.4); -khtml-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 #5A5A80, 0 2px 0 #5A5A80, 2px 3px 2px rgba(80,80,100,.4); box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 #5A5A80, 0 2px 0 #5A5A80, 2px 3px 2px rgba(80,80,100,.4);
	/*-pie-box-shadow: 0 1px 0 #5A5A80, 0 2px 0 #5A5A80;*/
	-pie-box-shadow: none;
	color: #FFF;
	text-shadow: 3px 3px 3px rgba(0,0,0,.5);
	behavior: url(/js/PIE.htc);
}

#eyewitness-reports a {
	color: #DDDDFA;
	text-decoration: underline;
}

#eyewitness-reports a:hover {
	color: #D2D2F5;
}

	/* jQuery UI buttons */
	
#eyewitness-reports #eyewitness-unfilled-attributes tr.radio td.label {
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 #646489, 0 2px 0 #646489, 0 3px 0 #646489, 0 5px 3px rgba(80,80,100,.4); -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 #646489, 0 2px 0 #646489, 0 3px 0 #646489, 0 5px 3px rgba(80,80,100,.4); -khtml-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 #646489, 0 2px 0 #646489, 0 3px 0 #646489, 0 5px 3px rgba(80,80,100,.4); box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 #646489, 0 2px 0 #646489, 0 3px 0 #646489, 0 5px 3px rgba(80,80,100,.4);
}

#eyewitness-reports #eyewitness-unfilled-attributes tr.radio td.field {
	background-color: transparent;
	background-image: none;
	top: 0;
	box-shadow: none;
}

#eyewitness-reports #eyewitness-unfilled-attributes .ui-widget {
	font: 14px Times, "Times New Roman", serif;
}

#eyewitness-reports #eyewitness-unfilled-attributes .ui-buttonset .ui-button {
	margin: 0;
	width: 182px;
	height: 31px;
}

#eyewitness-reports #eyewitness-unfilled-attributes .ui-corner-left {
	-webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;
}

#eyewitness-reports #eyewitness-unfilled-attributes .ui-corner-right {
	-webkit-border-radius: 0 7px 7px 0; -moz-border-radius: 0 7px 7px 0; -khtml-border-radius: 0 7px 7px 0; border-radius: 0 7px 7px 0;
}

#eyewitness-reports #eyewitness-unfilled-attributes .ui-state-default {
	border: none;
	border-left: 1px solid #7070A0;
	color: #464678;
	text-shadow: 0 1px 1px rgba(255,255,255,.6);
	background-color: rgba(210,210,255,.2);
	background-image: -webkit-gradient(linear, from(rgba(255,255,255,.1)), to(rgba(0,0,0,.1)), color-stop(60%, rgba(255,255,255,0)), color-stop(60%, rgba(0,0,0,0)));
	background-image: -khtml-gradient(linear, from(rgba(255,255,255,.1)), to(rgba(0,0,0,.1)), color-stop(60%, rgba(255,255,255,0)), color-stop(60%, rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,0) 60%, rgba(0,0,0,0) 60%, rgba(0,0,0,.1));
	background-image: -khtml-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,0) 60%, rgba(0,0,0,0) 60%, rgba(0,0,0,.1));
	background-image: -moz-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,0) 60%, rgba(0,0,0,0) 60%, rgba(0,0,0,.1));
	background-image: -o-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,0) 60%, rgba(0,0,0,0) 60%, rgba(0,0,0,.1));
	background-image: linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,0) 60%, rgba(0,0,0,0) 60%, rgba(0,0,0,.1));
	-pie-background: rgba(210,210,255,.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 #646489, 0 2px 0 #646489, 0 3px 0 #646489, 0 5px 3px rgba(80,80,100,.4); -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 #646489, 0 2px 0 #646489, 0 3px 0 #646489, 0 5px 3px rgba(80,80,100,.4); -khtml-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 #646489, 0 2px 0 #646489, 0 3px 0 #646489, 0 5px 3px rgba(80,80,100,.4); box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 #646489, 0 2px 0 #646489, 0 3px 0 #646489, 0 5px 3px rgba(80,80,100,.4);
	/*-pie-box-shadow: 0 1px 0 #646489, 0 2px 0 #646489, 0 3px 0 #646489;*/
	-pie-box-shadow: none;
	behavior: url(/js/PIE.htc);
}

#eyewitness-reports #eyewitness-unfilled-attributes .ui-state-default.ui-state-hover {
	background-color: transparent;
}

#eyewitness-reports #eyewitness-unfilled-attributes .ui-button .ui-button-text {
	color: #464678;
	text-shadow: 0 1px 1px rgba(255,255,255,.6);
	padding: .4em 0;
}

#eyewitness-reports #eyewitness-unfilled-attributes [aria-pressed=true] {
	position: relative;
	top: 1px;
	background-color: rgba(0,0,80,.1);
	background-image: -webkit-gradient(linear, from(rgba(0,0,0,.07)), to(rgba(255,255,255,.07)), color-stop(25%, rgba(0,0,0,.03)), color-stop(60%, rgba(0,0,0,0)), color-stop(60%, rgba(255,255,255,0)), color-stop(75%, rgba(255,255,255,.03)));
	background-image: -khtml-gradient(linear, from(rgba(0,0,0,.07)), to(rgba(255,255,255,.07)), color-stop(25%, rgba(0,0,0,.03)), color-stop(60%, rgba(0,0,0,0)), color-stop(60%, rgba(255,255,255,0)), color-stop(75%, rgba(255,255,255,.03)));
	background-image: -webkit-linear-gradient(rgba(0,0,0,.07), rgba(0,0,0,.03) 25%, rgba(0,0,0,0) 60%, rgba(255,255,255,0) 60%, rgba(255,255,255,.03) 75%, rgba(255,255,255,.07));
	background-image: -khtml-linear-gradient(rgba(0,0,0,.07), rgba(0,0,0,.03) 25%, rgba(0,0,0,0) 60%, rgba(255,255,255,0) 60%, rgba(255,255,255,.03) 75%, rgba(255,255,255,.07));
	background-image: -moz-linear-gradient(rgba(0,0,0,.07), rgba(0,0,0,.03) 25%, rgba(0,0,0,0) 60%, rgba(255,255,255,0) 60%, rgba(255,255,255,.03) 75%, rgba(255,255,255,.07));
	background-image: -o-linear-gradient(rgba(0,0,0,.07), rgba(0,0,0,.03) 25%, rgba(0,0,0,0) 60%, rgba(255,255,255,0) 60%, rgba(255,255,255,.03) 75%, rgba(255,255,255,.07));
	background-image: linear-gradient(rgba(0,0,0,.07), rgba(0,0,0,.03) 25%, rgba(0,0,0,0) 60%, rgba(255,255,255,0) 60%, rgba(255,255,255,.03) 75%, rgba(255,255,255,.07));
	-pie-background: rgba(0,0,80,.1);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 #606089, 0 2px 0 #606089, 0 3px 2px rgba(80,80,100,.4); -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 #606089, 0 2px 0 #606089, 0 3px 2px rgba(80,80,100,.4); -khtml-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 #606089, 0 2px 0 #606089, 0 3px 2px rgba(80,80,100,.4); box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 #606089, 0 2px 0 #606089, 0 3px 2px rgba(80,80,100,.4);
	/*-pie-box-shadow: 0 1px 0 #606089, 0 2px 0 #606089;*/
	-pie-box-shadow: none;
	color: #FFF;
	text-shadow: -1px -1px 1px rgba(0,0,0,.5);
	behavior: url(/js/PIE.htc);
}

#eyewitness-reports #eyewitness-unfilled-attributes [aria-pressed=true] .ui-button-text {
	color: #FFF;
	text-shadow: -1px -1px 1px rgba(0,0,0,.5);
}

		/* age and display name pref buttons */

#eyewitness-reports #eyewitness-unfilled-attributes .age.ui-buttonset .ui-button {
	width: 44px;
}

#eyewitness-reports #eyewitness-unfilled-attributes .age.ui-buttonset .ui-button:nth-of-type(8), #eyewitness-reports #eyewitness-unfilled-attributes td.age.ui-buttonset .ui-button:last-of-type {
	width: 50px;
}

#eyewitness-reports #eyewitness-unfilled-attributes .age .ui-corner-right, #eyewitness-reports #eyewitness-unfilled-attributes .display_name_preference .ui-corner-right {
	-webkit-border-radius: 0 0 7px 0; -moz-border-radius: 0 0 7px 0; -khtml-border-radius: 0 0 7px 0; border-radius: 0 0 7px 0;
	behavior: url(/js/PIE.htc);
}

#eyewitness-reports #eyewitness-unfilled-attributes .age .ui-button:nth-of-type(8), #eyewitness-reports #eyewitness-unfilled-attributes .display_name_preference .ui-corner-left {
	-webkit-border-radius: 0 7px 0 0; -moz-border-radius: 0 7px 0 0; -khtml-border-radius: 0 7px 0 0; border-radius: 0 7px 0 0;
	behavior: url(/js/PIE.htc);
}

#eyewitness-reports #eyewitness-unfilled-attributes .age.ui-buttonset .ui-state-default:nth-of-type(-n+8), #eyewitness-reports #eyewitness-unfilled-attributes .display_name_preference .ui-state-default, #eyewitness-reports #eyewitness-unfilled-attributes .display_name_preference .ui-state-default.ui-corner-left[aria-pressed=true] {
	border-bottom: 1px solid #7070A0;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.4); -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.4); -khtml-box-shadow: inset 0 1px 0 rgba(255,255,255,.4); box-shadow: inset 0 1px 0 rgba(255,255,255,.4);
}

#eyewitness-reports #eyewitness-unfilled-attributes .display_name_preference [aria-pressed=true] {
	-webkit-box-shadow: inset 0 3px 2px rgba(80,80,100,.4); -moz-box-shadow: inset 0 3px 2px rgba(80,80,100,.4); -khtml-box-shadow: inset 0 3px 2px rgba(80,80,100,.4); box-shadow: inset 0 3px 2px rgba(80,80,100,.4);
}

#eyewitness-reports #eyewitness-unfilled-attributes .display_name_preference .ui-state-default.ui-corner-right {
	border-bottom: none;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 #646489, 0 2px 0 #646489, 0 3px 0 #646489, 0 5px 3px rgba(80,80,100,.4); -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 #646489, 0 2px 0 #646489, 0 3px 0 #646489, 0 5px 3px rgba(80,80,100,.4); -khtml-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 #646489, 0 2px 0 #646489, 0 3px 0 #646489, 0 5px 3px rgba(80,80,100,.4); box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 #646489, 0 2px 0 #646489, 0 3px 0 #646489, 0 5px 3px rgba(80,80,100,.4);
}

#eyewitness-reports #eyewitness-unfilled-attributes .age [aria-pressed=true], #eyewitness-reports #eyewitness-unfilled-attributes .display_name_preference .ui-state-default.ui-corner-right[aria-pressed=true] {
	-webkit-box-shadow: inset 0 3px 2px rgba(80,80,100,.4), 0 1px 0 #606089, 0 2px 0 #606089, 0 3px 2px rgba(80,80,100,.4); -moz-box-shadow: inset 0 3px 2px rgba(80,80,100,.4), 0 1px 0 #606089, 0 2px 0 #606089, 0 3px 2px rgba(80,80,100,.4); -khtml-box-shadow: inset 0 3px 2px rgba(80,80,100,.4), 0 1px 0 #606089, 0 2px 0 #606089, 0 3px 2px rgba(80,80,100,.4); box-shadow: inset 0 3px 2px rgba(80,80,100,.4), 0 1px 0 #606089, 0 2px 0 #606089, 0 3px 2px rgba(80,80,100,.4);
}
		
#eyewitness-reports #eyewitness-unfilled-attributes .display_name_preference.ui-buttonset .ui-button {
	width: 364px;
}

		/* submit button */

.mceContentBody #eyewitness-reports input[type=submit] {
	color: #464678;
	text-shadow: 0 1px 1px rgba(255,255,255,.6);
	background-image: none;
	-webkit-border-radius: 0 0 7px 7px; -moz-border-radius: 0 0 7px 7px; -khtml-border-radius: 0 0 7px 7px; border-radius: 0 0 7px 7px;
	border: none;
	margin: 0 12px 0 0;
	background-color: rgba(0,0,80,.1);
	background-image: -webkit-gradient(linear, from(rgba(0,0,0,.07)), to(rgba(255,255,255,.07)), color-stop(25%, rgba(0,0,0,.03)), color-stop(60%, rgba(0,0,0,0)), color-stop(60%, rgba(255,255,255,0)), color-stop(75%, rgba(255,255,255,.03)));
	background-image: -khtml-gradient(linear, from(rgba(0,0,0,.07)), to(rgba(255,255,255,.07)), color-stop(25%, rgba(0,0,0,.03)), color-stop(60%, rgba(0,0,0,0)), color-stop(60%, rgba(255,255,255,0)), color-stop(75%, rgba(255,255,255,.03)));
	background-image: -webkit-linear-gradient(rgba(0,0,0,.07), rgba(0,0,0,.03) 25%, rgba(0,0,0,0) 60%, rgba(255,255,255,0) 60%, rgba(255,255,255,.03) 75%, rgba(255,255,255,.07));
	background-image: -khtml-linear-gradient(rgba(0,0,0,.07), rgba(0,0,0,.03) 25%, rgba(0,0,0,0) 60%, rgba(255,255,255,0) 60%, rgba(255,255,255,.03) 75%, rgba(255,255,255,.07));
	background-image: -moz-linear-gradient(rgba(0,0,0,.07), rgba(0,0,0,.03) 25%, rgba(0,0,0,0) 60%, rgba(255,255,255,0) 60%, rgba(255,255,255,.03) 75%, rgba(255,255,255,.07));
	background-image: -o-linear-gradient(rgba(0,0,0,.07), rgba(0,0,0,.03) 25%, rgba(0,0,0,0) 60%, rgba(255,255,255,0) 60%, rgba(255,255,255,.03) 75%, rgba(255,255,255,.07));
	background-image: linear-gradient(rgba(0,0,0,.07), rgba(0,0,0,.03) 25%, rgba(0,0,0,0) 60%, rgba(255,255,255,0) 60%, rgba(255,255,255,.03) 75%, rgba(255,255,255,.07));
	-pie-background: rgba(0,0,80,.1);
	-webkit-box-shadow: 0 1px 0 #5A5A80, 1px 2px 2px rgba(80,80,100,.4); -moz-box-shadow: 0 1px 0 #5A5A80, 1px 2px 2px rgba(80,80,100,.4); -khtml-box-shadow: 0 1px 0 #5A5A80, 1px 2px 2px rgba(80,80,100,.4); box-shadow: 0 1px 0 #5A5A80, 1px 2px 2px rgba(80,80,100,.4);
	-pie-box-shadow: none;
	behavior: url(/js/PIE.htc);
}

.mceContentBody #eyewitness-reports input[type=submit]:hover {
	color: #FFF;
	text-shadow: -1px -1px 1px rgba(0,0,0,.4);
	background-color: rgba(210,210,255,.2);
	-pie-background: rgba(210,210,255,.2);
	behavior: url(/js/PIE.htc);
}

#eyewitness-reports p.submissionName {
	margin-top: 12px;
	margin-right: 20px;
	text-align: right;
	color: #D2D2F5;
}

#eyewitness-reports p.submissionName span.dn {
	font: bold normal 14px Georgia, Times, "Times New Roman", serif;
	color: #FFF;
}

#eyewitness-reports p.submissionName a {
	font-family: Georgia, Times, "Times New Roman", serif;
	text-decoration: none;
	font-size: 13px;
}

#eyewitness-reports p.submissionName a:hover {
	text-decoration: underline;
}

		/* errors */
		
#eyewitness-reports ul.ccm-error, .tmsClearBlue div.message {
	position: relative;
	left: -45px;
	width: 504px;
	margin-bottom: 1em;
	padding: 1em 45px 1.4em 85px;
	background-color: rgba(255,255,255,.3);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(80,80,100,.2)), to(rgba(80,80,100,.2)), color-stop(6%, rgba(80,80,100,0)), color-stop(92%, rgba(80,80,100,0)));
	background-image: -khtml-gradient(linear, left top, right top, from(rgba(80,80,100,.2)), to(rgba(80,80,100,.2)), color-stop(6%, rgba(80,80,100,0)), color-stop(92%, rgba(80,80,100,0)));
	background-image: -webkit-linear-gradient(left, rgba(80,80,100,.2), rgba(80,80,100,0) 6%, rgba(80,80,100,0) 92%, rgba(80,80,100,.2));
	background-image: -khtml-linear-gradient(left, rgba(80,80,100,.2), rgba(80,80,100,0) 6%, rgba(80,80,100,0) 92%, rgba(80,80,100,.2));
	background-image: -moz-linear-gradient(left, rgba(80,80,100,.2), rgba(80,80,100,0) 6%, rgba(80,80,100,0) 92%, rgba(80,80,100,.2));
	background-image: -o-linear-gradient(left, rgba(80,80,100,.2), rgba(80,80,100,0) 6%, rgba(80,80,100,0) 92%, rgba(80,80,100,.2));
	background-image: linear-gradient(to right, rgba(80,80,100,.2), rgba(80,80,100,0) 6%, rgba(80,80,100,0) 92%, rgba(80,80,100,.2));
	-pie-background: rgba(255,255,255,.2);
	color: #464678;
	text-shadow: 0 1px 1px rgba(255,255,255,.6);
	behavior: url(/js/PIC.htc);
}

#eyewitness-reports ul.ccm-error {
	list-style-image: none;
}

.tmsClearBlue div.message {
	width: 544px;
	padding-left: 45px;
}

#eyewitness-reports div.message p {
	padding-top: .5em;
}