/* ================================================================================================== */
/* Generic Style Declarations */

body		{	margin: 0;
			padding: 0;
			background-color: #666;
			color: #333333;
			font-family: "Bliss Medium", Trebuchet MS, Trebuchet, Arial, sans-serif;
			font-size: 85%; }

b, strong	{	font-weight: bold; }

i, em, cite	{	font-style: italic; }

u		{	text-decoration: underline; }

abbr, acronym	{	border-bottom: 1px dotted #999999;
			cursor: help; }

hr		{	height: 1px;
			border: 0;
			margin: 0.2em 0;
			padding: 0;
			color: #333333;
			background-color: #333333; }

h1, h2, h3, h4, h5, h6, legend
		{	font-weight: 400; 
			margin: 1.2em 0 .2em 0;
			color: #666666;
			text-transform: uppercase; }

h1		{	font-weight: 600;
			font-size: 175%;
			margin-top: 2em;
			color: #999999;
			text-transform: none; }

h1 a:link, h1 a:visited
		{	text-decoration: none;
			color: #666666; }

h2, legend	{	font-size: 130%; }

h1+h2		{	margin-top: 0; }

h1+p>img	{	margin-top: 1em; }

h3		{	font-size: 120%; }

h4, h5, h6	{	font-size: 100%; }

h5		{	margin-left: 1.5em; }

h6		{	margin-left: 3em; }

dt		{	margin-top: .75em; }

ol, ul		{	margin: 0 0 1.2em 2em;
			padding-left: 0; }

ol ol, ul ul, ol ol ol, ul ul ul, ol ol ol ol, ul ul ul ul
		{	margin-bottom: 0; }

sub, super	{	font-size: 75%; }

code, pre	{	font-family: Courier, "Courier New", fixed-width, monospace;
			font-size: 80%;
			background-color: transparent;
			font-size: 110%; }

code		{	padding: 0 .5em; }

pre		{	overflow: auto;
			padding: 1em;
			margin: 0 0 1.2em 0;
			border: 1px solid #cccccc;
			background-color: #dddddd; }

input, select, textarea
		{	font-family: Arial, Helvetica, sans-serif;
			background-color: transparent;
			border: 1px solid #999999; }

small		{	font-size: 85%; }

fieldset	{	border: 1px solid #cccccc; }

p, div, dl	{	margin: 0 0 1.2em 0; }

blockquote	{	margin: 0 1.5em 0 0;
			padding: 0 0 1.2em 1.5em;
			background: transparent url(/files/images/template/blockquote_bg.png) left top no-repeat; }

div		{	margin: 0; }

dd		{	padding-left: 1em;
			margin-left: 0; }

dd p, li p, dt p, dd div, li div, dt div
		{	margin: 0; }

a:link, a:visited, a:hover, a:active, a:focus
		{	text-decoration: underline;
			color: #660000; }

a:visited	{	color: #666; }

a:hover, a:focus
		{	color: #666; }

/* END Generic Style Declarations */
/* ================================================================================================== */





/* ================================================================================================== */
/* Styles for content containers */

ol#SiteMap, ol#SiteMap ol
		{	list-style-type: circle;
			color: #999999; }

ol#SiteMap ol	{	border-left: 1px solid;
			margin-left: -12px;
			padding-left: 50px;
			border-left-color: #999999; }

/* END Styles for content containers */
/* ================================================================================================== */





/* ================================================================================================== */
/* Layout Styles */

#Wrapper	{	margin: 0 auto;
			clear: both;
			padding: 0;
			background-color: #eeeeee;
			width: 85%;
			max-width: 1200px; }

#Banner		{	margin: 0;
			padding: 0;
			line-height: 100%; }

#Content	{	line-height: 180%;
			padding: 1em 2em 6em 0;
			background-color: transparent;
			color: #333333;
			margin: 0 290px 0 20px;
			/*max-width: 90em;*/ }

#Content.NoSubNav
		{	margin-right: 20px; }

#Nav		{	width: 250px;
			float: right;
			padding: 1em 0 0 0;
			margin-right: 20px; }
/*
#Content:after	{	content: "";
			clear: both;
			height: 4em;
			width: auto;
			border: 1px solid #eee; }
*/
br.endContent	{	clear: both; }

.PullQuote	{	width: 16em;
			float: right;
			padding: 1em;
			margin: .5em 0 .5em 1.5em;
			background-color: #dddddd;
			border: 1px solid #cccccc;
			-webkit-border-radius: 0 10px 0 10px;
			-moz-border-radius: 0 10px 0 10px;
			-o-border-radius: 0 10px 0 10px;
			border-radius: 0 10px 0 10px; }

.PullQuote img	{	border: none;
			display: block; }

/* inserted because of broken wrapping in IE7 */
div#BookIndex	{	float: left;
			padding-bottom: 1em; }

p.BookThumb	{	/*float: left;*/
			display: inline-block;
			vertical-align: top;
			width: 150px;
			padding: 0;
			margin-right: 2em;
			height: 18em;
			line-height: 160%;
			overflow: visible;
			font-size: .9em;
			border: none; }

p.BookThumb img	{	border: none;
			margin-bottom: 5px; }

div#Books p a img, p.BookThumb a img, .HomeFeature.Books a img
		{	-webkit-transition: all 0.25s ease-in;
			-moz-transition: all 0.25s ease-in;
			-o-transition: all 0.25s ease-in;
			transition: all 0.25s ease-in; }

div#Books p a:hover img, div#Books p a:focus img, div#Books p a:active img, p.BookThumb a:hover img, p.BookThumb a:focus img, p.BookThumb a:active img, .HomeFeature.Books a:hover img, .HomeFeature.Books a:focus img, .HomeFeature.Books a:active img
		{	-webkit-transform: scale(1.05) rotate(-2deg);
			-moz-transform: scale(1.05);
			-o-transform: scale(1.05);
			transform: scale(1.05) rotate(-2deg);
			-webkit-transform-origin: center center;
			-moz-transform-origin: top center;
			-o-transform-origin: top center;
			transform-origin: center center;
			-webkit-box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
			-moz-box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
			box-shadow: 4px 4px 10px rgba(0,0,0,0.5); }

p.CodeAlert, ul.error
		{	margin: 1.2em;
			padding: .7em;
			border: 2px dotted #cc0000;
			background-color: #dddddd; }

.PrintOnly, #PrintLogo, .Hide, #SkipLink
		{	display: none; }

/* END Layout Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Home Page Styles */

.HomeFeature	{	width: 100%;
			padding: 0;
			margin: 2em 2em 1em 0;
			border-top: 1px solid #ccc;
			-webkit-border-radius: 10px 0 10px 0;
			-moz-border-radius: 10px 0 10px 0;
			-o-border-radius: 10px 0 10px 0;
			border-radius: 10px 0 10px 0; }

.HomeFeature h2
		{	margin: 0 1em .5em 0;
			padding: .5em .5em;
			font-size: 120%;
			border: 1px solid #ccc;
			border-top: none;
			-webkit-border-radius: 10px 0 10px 10px;
			-moz-border-radius: 10px 0 10px 10px;
			-o-border-radius: 10px 0 10px 10px;
			border-radius: 10px 0 10px 10px; }

.HomeFeature dt	{	margin-top: 0; }

.HomeFeature.Books img, .HomeFeature.Picplz img
		{	float: left;
			margin-right: 2em;
			border: none; }

.HomeFeature.Picplz
		{	min-height: 150px; }


/* END Home Page Styles */
/* ================================================================================================== */




/* ================================================================================================== */
/* Banner Styles */

#Banner		{	margin: 0;
			padding: 1em 2em 2px 2em; }

#Banner p	{	margin: 0;
			color: #cc0000; }

#Banner p#Title	{	font-size: 4.5em;
			line-height: 100%;
			margin: 0;
			padding: 0;
			width: 8em;
			font-family: "Bliss Medium", Trebuchet MS, Trebuchet, Arial, sans-serif;
			font-size-adjust: 0.47;
			font-weight: 500;
			font-style: normal; }

#Banner p#Title a
		{	display: block;
			-webkit-transform: skew(0deg,-4.1deg);
			-moz-transform: skew(0deg,-4.1deg);
			-o-transform: skew(0deg,-4.1deg);
			transform: skew(0deg,-4.1deg);
			text-shadow: -0.1em -0.1em 0.1em rgba(0, 0, 0, 0.4);
			-webkit-text-outline: #fff 1px;
			-moz-text-outline: #fff 1px;
			-o-text-outline: #fff 1px;
			text-outline: #fff 1px;
			-webkit-transition: all 0.1s ease-in;
			-moz-transition: all 0.1s ease-in;
			-o-transition: all 0.1s ease-in;
			transition: all 0.1s ease-in; }

#Banner p#Title a, #Banner p#Title a:link, #Banner p#Title a:visited, #Banner p#Title a:hover, #Banner p#Title a:active, #Banner p#Title a:focus
		{	text-decoration: none;
			color: #cc0000; }

#Banner p#Title a:hover, #Banner p#Title a:active, #Banner p#Title a:focus
		{	-webkit-transform: none;
			-moz-transform: none;
			-o-transform: none;
			transform: none;
			text-shadow: none; }

#Banner p#SubTitle
		{	width: 16em;
			-webkit-transform: skew(0deg,-4.1deg);
			-moz-transform: skew(0deg,-4.1deg);
			-o-transform: skew(0deg,-4.1deg);
			transform: skew(0deg,-4.1deg);
			text-shadow: -0.4em -0.4em 0.1em rgba(0, 0, 0, 0.3);
			margin: .75em 0 0 0; }

#Banner img#QR	{	float: right;
			margin-top: -10px -10px 0 0;
			display: none; }

/* END Banner Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Nav Styles */

#BlogNav, #SubNav, div.NavContent
		{	margin: 5em 0 1em 0;
			clear: both;
			background-color: #dddddd;
			border: 1px solid #cccccc; }

#BlogNav h2, #SubNav h2, div.NavContent h2, #SubNav p.title
		{	background-color: #dddddd;
			color: #333333;
			text-transform: uppercase; }

div.NavContent ul, div.NavContent ol
		{	padding-left: 1em; }

#BlogNav h2, #SubNav h2, div.NavContent h2, #SubNav p.title
		{	padding: .3em 1em;
			margin: 0 0 .5em 0;
			font-weight: 600;
			font-size: 110%; }

#BlogNav p, #SubNav p, div.NavContent p
		{	padding: 0 1em;
			margin: .5em 0; }

#BlogNav a.RSSicon img
		{	float: right;
			border: none; }

#BlogNav p.img	{	padding: 0 0 0 .3em; }

#BlogNav p a	{	display: inline;
			margin: 0;
			padding: 0; }

#BlogNav p a img
		{	border: none;
			margin: 0; }

#BlogNav ul, #SubNav ul
		{	list-style: none;
			margin: .1em 0 .3em 0;
			padding: 0; }

#BlogNav li a, #SubNav li a
		{	display: block;
			padding: .4em 1em;
			margin: 0 0 0 0; }

#BlogNav li a:link, #BlogNav li a:visited, #BlogNav li a:hover, #BlogNav li a:active, #BlogNav li a:focus, #SubNav li a:link, #SubNav li a:visited, #SubNav li a:hover, #SubNav li a:active, #SubNav li a:focus
		{	text-decoration: none;
			color: #000000;
			border-left: 8px solid #ddd;
			padding-left: 0.3em;
			-webkit-transition: all 0.1s ease-in;
			-moz-transition: all 0.1s ease-in;
			-o-transition: all 0.1s ease-in;
			transition: all 0.1s ease-in; }

#BlogNav li a:hover, #SubNav li a:hover
		{	border-left: 8px solid #c00; }

#SubNav li a.Sel
		{	background-color: #cccccc;
			border-left: 8px solid #c00; }

/* END Nav Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Data Table Styles */

table.Data	{	border-collapse: collapse;
			margin: 1em 0;
			border: 1px solid #999999; }

table.Data td, table.Data th, #Content table.Data td, #Content table.Data th
		{	padding: 0.3em 1em;
			border-bottom: 1px solid #999999;
			border-left:  1px solid #999999; }

table.Data th	{	font-weight: bold;
			line-height: 140%;
			background-color: #cccccc;
			color: #333333; }

table.Data caption
		{	text-align: left;
			font-weight: bold;
			padding: 0 0 1em 0;
			font-size: 110%; }

table.Data tfoot td
		{	font-size: 80%;
			border: none; }

table.Data tr.NewRow td
		{	border-top: 1px solid;
			border-top-color: #333333; }

table.Data td table.Data td, table.Data td table.Data th, table.Data td table.Data
		{	border-color: #cccccc; }

table.Data .center
		{	text-align: center; }

table.Data .right
		{	text-align: right; }

table.Data .left
		{	text-align: left; }

table.Data .bold
		{	font-weight: bold; }

table.Data .nowrap
		{	white-space: nowrap; }

table.Data .HeaderCol, table.Data th.Vertical
		{	text-align: left; }

table.Data tr.Divider th, table.Data tr.Divider td
		{	border-top: 4px double;
			border-top-color:#333333; }

table.Data .Totals
		{	font-weight: bold;
			background-color: #eeeeee; }

table.Data .HideCol
		{	display: none; }

/* END Data Table Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Application Error Styles */

.error          {       color: #ff0000; }

input.error, textarea.error, select.error
		{	background-image: url(../files/images/std/input_error.gif);
			background-position: top left;
			background-repeat: no-repeat;
			color: #ff0000; }

ul.error	{	padding-left: 2.5em; }

/* END Application Error Styles */
/* ================================================================================================== */




/* ================================================================================================== */
/* Breadcrumb Styles */

#Bread		{	font-size: 80%;
			clear: left;
			color: #666666; }

#Bread a:link, #Bread a:visited, #Bread a:hover, #Bread a:active, #Bread a:focus
		{	text-decoration: underline;
			color: #666666; }

/* END Breadcrumb Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Login Form Styles */

#LoginForm	{	margin: 0;
			padding: 0; }

#LoginForm p	{	background-image: none;
			line-height: 180%; }

#LoginForm p.error
		{	margin: 2em 0; }

#LoginForm input
		{	border: 1px solid #0068B3; }

#LoginForm input#cmdLogin
		{	padding: 0.3em;
			margin-top: 0.5em;
			background-color: #999999;
			color: #0068B3; }

.b		{	margin: .3em  1em .5em 0;
			border: 1px solid #333333;
			color: #333333;
			background-color: #ccc;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			-o-border-radius: 5px;
			border-radius: 5px; }

/* END Login Form Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Simple Gallery Styles */

#FGThumbnails	{	margin: 20px 0; }

#FGThumbnails a:link img, #FGThumbnails a:visited img, #FGThumbnails a:active img, #FGThumbnails a:hover img
		{	border: 2px solid #333333; }

#FGThumbnails a:active img, #FGThumbnails a:hover img
		{	border: 2px solid #cccccc; }

#FGThumbnails a.Sel:link img, #FGThumbnails a.Sel:visited img, #FGThumbnails a.Sel:active img, #FGThumbnails a.Sel:hover img
		{	border: 2px solid #ffc000; }

#FGBigPhoto	{	position: relative;
			text-align: center;
			padding: 0;
			margin: 0 auto;
			background: transparent url(/files/images/template/loading.gif) 50% 50% no-repeat;
			min-height: 340px; }

#BigPhoto	{	z-index: 1; }

#PrevImg, #NextImg
		{	position: absolute;
			top: 0;
			display: block;
			width: 49%;
			height: 300px;
			text-indent: -999px;
			overflow: hidden;
			z-index: 20;
			/* Hack for IE7, IE8 */
			background-color: #000000;
			filter: alpha(opacity=0);
			opacity: 0; }

#PrevImg	{	left: 0; }

#NextImg	{	right: 0; }

a#PrevImg:hover	{	background: transparent url(/files/images/template/prevlabel.gif) 0 50% no-repeat; }

a#NextImg:hover	{	background: transparent url(/files/images/template/nextlabel.gif) 100% 50% no-repeat; }

a#PrevImg:hover, a#NextImg:hover
		{	/* Hack for IE7, IE8 */
			filter: alpha(opacity=100);
			opacity: 1; }

/* END Simple Gallery Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Footer Styles */

#Footer		{	width: 85%;
			max-width: 1200px;
			font-size: 70%;
			clear: both;
			margin: 0;
			background-color: #dddddd;
			border-top: 2px solid #999;
			-webkit-border-radius: 20px 20px 0 0;
			-moz-border-radius: 20px 20px 0 0;
			-o-border-radius: 20px 20px 0 0;
			border-radius: 20px 20px 0 0;
			padding: 1em 0; }

#Footer	a:link, #Footer	a:visited, #Footer a:hover, #Footer a:active, #Footer a:focus
		{	text-decoration: underline;
			color: #333333; }

#Footer a:hover, #Footer a:focus
		{	text-decoration: none;
			color: #333333; }

#Footer img	{	float: right; }

#Footer p	{	margin: 0 2em; }

p#SMLinks	{	clear: right; }

p#SMLinks a	{	display: block;
			margin: 1em 0 0 1em;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			-o-border-radius: 5px;
			border-radius: 5px;
			width: auto;
			padding: .25em .5em .25em 30px;
			background-color: #333; }

p#SMLinks a:link, p#SMLinks a:hover, p#SMLinks a:focus, p#SMLinks a:active, p#SMLinks a:visited
		{	text-decoration: none;
			color: #fff; }

p#SMLinks a:hover, p#SMLinks a:focus
		{	text-decoration: underline; }

p#SMLinks a.Twitter
		{	background-color: #4c90c6;
			background-color: linear-gradient(top,  #4c90c6 0%,#c0deed 100%); /* W3C */
			background-image: url(/files/images/template/twitter.png);
			background-position: left 50%;
			background-repeat: no-repeat; }

p#SMLinks a.Google
		{	background-color: #333;
			background: linear-gradient(top,  #333 0%,#7f7f7f 100%); /* W3C */
			background-image: url(/files/images/template/googleplus.png);
			background-position: left -2px;
			background-repeat: no-repeat; }

/* END Footer Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Search Styles */

#SearchForm	{	margin: .75em 2em 0 2em; }

#SearchForm input
		{	font-size: 85%;
			margin: .3em 0 .5em .5em;
			border: 1px solid #999;
			color: #333333;
			background-color: #eee;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			-o-border-radius: 5px;
			border-radius: 5px;
			-webkit-transition: font-size 0.25s ease-out;
			-moz-transition: font-size 0.25s ease-out;
			-ms-transition: font-size 0.25s ease-out;
			-o-transition: font-size 0.25s ease-out;
			transition: font-size 0.25s ease-out; }

#SearchForm label
		{	-webkit-transition: font-size 0.25s ease-out;
			-moz-transition: font-size 0.25s ease-out;
			-ms-transition: font-size 0.25s ease-out;
			-o-transition: font-size 0.25s ease-out;
			transition: font-size 0.25s ease-out; }

#SearchForm input#btnSearch
		{	background-color: #ccc;
			margin-left: .25em; }

/* END Search Styles */
/* ================================================================================================== */






/* ================================================================================================== */
/* Navigation Styles */

ol#FlyOutNav	{	font-size: 1.3em;
			background-color: transparent;
			height: 1.5em;
			line-height: 100%;
			margin: .5em 0 0 0; }

ol#FlyOutNav>li	{	margin-left: 1em;
			float: right; }

ol#FlyOutNav ol	{	background-color: #dddddd;
			border: 1px solid #cccccc;
			border-top: none;
			/*-webkit-border-radius: 0 0 10px 10px;
			-moz-border-radius: 0 0 10px 10px;
			-o-border-radius: 0 0 10px 10px;
			border-radius: 0 0 10px 10px;*/ }

ol#FlyOutNav li a
		{	background-color: transparent; }

ol#FlyOutNav>li>a
		{	-webkit-border-radius: 20px 20px 0 0;
			-moz-border-radius: 20px 20px 0 0;
			-o-border-radius: 20px 20px 0 0;
			border-radius: 20px 20px 0 0; }

ol#FlyOutNav li a#PrimaryParentSel:link, ol#FlyOutNav li a#PrimaryParentSel:visited
		{	background: #eeeeee;
			color: #000000; }

ol#FlyOutNav li a:link, ol#FlyOutNav li a:visited, ol#FlyOutNav li a:hover, ol#FlyOutNav li a:focus
		{	color: #333333;
			background: transparent url(/files/images/template/nav_bg.png); }

ol#FlyOutNav li a:hover, ol#FlyOutNav li a:active, ol#FlyOutNav li a#PrimaryParentSel:active, ol#FlyOutNav li a#PrimaryParentSel:hover, ol#FlyOutNav li a#PrimaryParentSel:focus
		{	background: #dddddd;
			color: #333333; }

ol#FlyOutNav li:hover a, ol#FlyOutNav li:focus a, ol#FlyOutNav li.sfactive a, ol#FlyOutNav li a:active, ol#FlyOutNav li:hover a#PrimaryParentSel, ol#FlyOutNav li:focus a#PrimaryParentSel
		{	background: #dddddd;
			color: #cc0000; }

/* -- Nested sub items ------------------ */

ol#FlyOutNav li ol
		{	font-size: .6em; }

ol#FlyOutNav li li
		{	background-color: transparent;
			margin: 0; }

ol#FlyOutNav li ol a, ol#FlyOutNav li ol a#PrimaryFlySel
		{	border: none; }

ol#FlyOutNav li ol a:link, ol#FlyOutNav li ol a:visited, ol#FlyOutNav li ol a:hover, ol#FlyOutNav li ol a#PrimaryFlySel:link, ol#FlyOutNav li ol a#PrimaryFlySel:visited
		{	color: #333333; }

ol#FlyOutNav li ol a#PrimaryFlySel:link, ol#FlyOutNav li ol a#PrimaryFlySel:visited
		{	color: #333333;
			border: none;
			background-color: #cccccc; }

ol#FlyOutNav li ol a:hover, ol#FlyOutNav li ol a#PrimaryFlySel:hover, ol#FlyOutNav li ol a:active, ol#FlyOutNav li ol a#PrimaryFlySel:active
		{	background-color: #cccccc;
			border: none; }

ol#FlyOutNav li ol a.FlyMore, ol#FlyOutNav li ol a.FlyMore:link, ol#FlyOutNav li ol a.FlyMore:visited, ol#FlyOutNav li ol a.FlyMore:hover
		{	color: #777777; }

ol#FlyOutNav>li>ol
		{	-moz-transition: -moz-box-shadow 0.2s ease-out;
			-o-transition: box-shadow 0.2s ease-out;
			-webkit-transition: -webkit-box-shadow 0.9s ease-out;
			-ms-transition: box-shadow 0.2s ease-out;
			transition: box-shadow 0.9s ease-out;
			-moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);
			/*-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);*/
			box-shadow: 0 0 0 0 rgba(0,0,0,0); }

ol#FlyOutNav>li>ol:hover
		{	moz-box-shadow: 0 0 1800px 800px rgba(0,0,0,.4);
			/*-webkit-box-shadow: 0 0 1800px 800px rgba(0,0,0,.4);*/
			box-shadow: 0 0 1800px 800px rgba(0,0,0,.4); }

/* END Navigation Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Article Styles */

ol.reasons	{	margin-left: 0;
			padding-left: 0; }

ol.reasons li	{	display: block;
			float: left;
			width: 100px;
			height: 200px;
			overflow: hidden;
			margin: 5px 10px; }

ol.brief li	{	height: 150px; }

ol.reasons + p	{	clear: left; }

/* END Article Styles */
/* ================================================================================================== */






/* ================================================================================================== */
/* Experimental Styles */

body		{	/* lifted from http://leaverou.me/css3patterns/#diagonal-stripes */
			/* background-color: #666; */
			/* background-image: repeating-linear-gradient(-45deg, transparent, transparent 35px, rgba(255,255,255,.1) 35px, rgba(255,255,255,.1) 70px); } */

/* END Experimental Styles */
/* ================================================================================================== */

