* {
	margin: 0;
	padding: 0 }

#page-wrapper {
	text-align: left;
	margin: 0;
	min-width: 980px; }

#header-wrapper {
	width: 100%;
	clear: both; }

#toolbar-wrapper {
	clear: both;
	text-align: center;
	background-color: #333;
	padding: 2px 0;
	border-bottom: 1px solid #1F1F1F;
	color: #fff;
	font-size: 11px; }

	#toolbar {
		width: 980px;
		margin: 0 auto;
		text-align: left; }

		#toolbar a:link, #toolbar a:visited {
			color: #fff;
			font-weight: bold;
			font-size: 11px; }

		#toolbar a:active, #toolbar a:hover {
			color: #fff;
			text-decoration: none; }

		#toolbar .search 		{ float: right; }
		#search-box fieldset 	{ margin: 0; padding: 0; border: none; }
		#toolbar input 			{ margin: 0 2px 0 0; padding: 1px; float: left; background-color: #fff; border-color: #303030; color: #333; font-size: 12px; width: 200px; }
		#toolbar button 		{ background: none; border: 0; margin: 0; padding: 0; float: right;}
	 
#header-main-wrapper {
	clear: both;
	text-align: center; }
	 
	#header-main {
		width: 970px;
		margin: 0 auto;
		text-align: left;
		padding: .5em 0; }
	 
		#header-main > a.logo { float: left; }
	 
		#header-main > div {
			float: right;
			margin: 10px 0; }
 
h1.title, h2.title, h3.title {
	letter-spacing: -1px;
	line-height: 95%;
	margin: .5em 0;
	color: #000;
	font-weight: bold;
	font-size: 2.5em;
	width: 100%;
	display: block; }
	
	h3.title { font-size: 1.55em; }
	
h1.page-title { 
		background-color: #373737; 
		background-image: -moz-linear-gradient(100% 100% 90deg, #222, #474747); 
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#474747), to(#222));
		display: block;
		padding: 12px 5px 10px 10px;
		margin-bottom: 10px; 
		font-size: 100%; }
		
		h1.page-title > span { 
		color: #fff; 
		font-weight: 500;
		font-size: 20px; }
	
div.page-title							{ background-color: #373737; background-image: -moz-linear-gradient(100% 100% 90deg, #222, #474747); background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#474747), to(#222)); display: block; margin-bottom: 20px; }
div.page-title h1,
div.page-title span						{ color: #fff; font-weight: 500; font-size: 20px; padding: 12px 5px 10px 0px; width: 450px; float: left; margin: 0 0 0 10px; letter-spacing: .03em; }
div.page-title span						{ padding: 7px 5px 5px 0; }
div.page-title a.news-rss				{ background: url(/static/images/news-sec-rss-sprite.png) no-repeat; background-position: 0 0; width: 25px; height: 25px; padding: 0; border: none; float: left; margin: 9px 0px 0 10px; }
div.page-title a.news-rss:hover			{ background-position: 0 -25px; }
div.page-title form						{ float: right; margin: 8px 5px 0 0; }
div.page-title fieldset					{ padding: 0; margin: 0; border: none; }
div.page-title input.search				{ width: 246px; font-size: 12px; line-height: 12px; padding: 5px 10px; margin: 0; border: 1px solid #e8e8e8; border-right: none; float: left; }
div.page-title #category-search-submit	{ float: left; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; height: 27px; width: 27px; }	
		
h1#main-heading { 
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	font-size: 5px;		
}

#page-body {
	float: left;
	width: 100%;
	clear: both;
	margin: 0 auto;
	background: #fff;
	min-height: 500px; }
 
#content-wrapper {
	width: 1000px;
	clear: both;
	margin: 0 auto;
	padding: 10px 0px 20px 0px;
	background: #fff; }

#footer {
	clear: both;
	clear: both;
	padding: 20px 0; }

	#footer a:link, #footer a:visited { color: #fff; }
 
	#footer #footer-wrapper {
		text-align: center; 
		margin: 0 auto;
		width: 980px; }
 
		#footer #footer-wrapper ul {
			text-align: center;
			display: table;
			clear: both;
			margin: 8px auto; }
 
			#footer #footer-wrapper ul > li {
				display: table-cell;
				float: left;
				list-style-type: none;
				padding: 0 .75em; }

/* Markdown editor */		
.wmd-preview {
	background-color: #F5F5F5;
	border: 1px solid #ddd;
	padding: 10px; }
 
/* Link styles */
a:link, a:visited {
	text-decoration: none;
	color: #004680; }
 
a:hover, a:active {
	text-decoration: underline;
	color: #CA0002; }
 
/* Item styles */
.main-item, .secondary-item 		{ padding: 0 0 10px 0; margin: 0 0 10px 0; list-style-type: none; float: left; width: 100%; }
.main-item h2, 
.secondary-item h2,
.main-item h4,
.secondary-item h4,
.admin-links h2						{ font-size: 13px; font-weight: 500; margin: 0 0 12px 0;  padding: 2px 5px; background: #f4f4f4; border-top: 2px solid #6f6f6f; border-bottom: 1px solid #c8c8c8; color: #000; }
.main-item h2 a:link,
.main-item h2 a:visited, 
.secondary-item h2 a:link,
.secondary-item h2 a:visited,
.main-item h4 a:link,
.main-item h4 a:visited,  
.secondary-item h4 a:link,
.secondary-item h4 a:visited,
h2.news a:link,						
h2.news a:visited,				
h2.news a:hover,			
.main-item h2 a:hover,
.secondary-item h4 a:hover,
#col-2 .admin-links h2				{ color: #000; }

h2.news a:hover,			
.main-item h2 a:hover,
.secondary-item h4 a:hover			{ text-decoration: underline; }

h2.news					 										{ font-size: 13px; font-weight: 500; margin: 0 0 12px 0; padding: 2px 5px; /*background: #f4f4f4; border-top: 2px solid #6f6f6f; border-bottom: 1px solid #c8c8c8; */ }
h2.news span													{ float: right; margin: 2px 5px 0 0; }															
h2.news span a													{ background: url(/static/images/rss-sprite.png) no-repeat; background-position: 0 0; width: 15px; height: 15px; padding: 0; border: none; float: left; }
h2.news span a:hover											{ background-position: 0 -15px; }	

.inner {
	padding: 0 10px;
	margin: 0;
	list-style-type: none;
	font-style: normal;
	font-size: 12px; }
 
	.inner > ul { margin: 0; }
	
	.main-item > .linklist, .secondary-item > .linklist { 
		padding: 0 10px;
		margin: 0 0 0 10px;
		list-style-type: disc; }
		
.quicklinks ul.linklist { font-size: 12px; font-stye: normal; }
 
/* Main page columns */ 
#col-1, #col-2 {
	list-style-type: none;
	display: inline-block;
	margin: 0; }

	#col-1 {
		width: 670px;
		float: left;
		margin: 0 10px 0 0; }
	 
	#col-2 {
		width: 300px;
		float: right; }
 
/* Pagination style - may become obsolete? */
.pagination {
	float: right;
	margin: 25px 0 20px 0; }
 
.pagination a { 
    background: #f6f6f6;
   	background: -moz-linear-gradient(top, #FCFCFC 0%, #EDEDED 100%); /* FF3.6+ */
   	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FCFCFC), color-stop(100%,#EDEDED)); /* Chrome,Safari4+ */
   	background: -webkit-linear-gradient(top, #FCFCFC 0%,#EDEDED 100%); /* Chrome10+,Safari5.1+ */
   	background: -o-linear-gradient(top, #FCFCFC 0%,#EDEDED 100%); /* Opera11.10+ */
   	background: -ms-linear-gradient(top, #FCFCFC 0%,#EDEDED 100%); /* IE10+ */
   	background: linear-gradient(top, #FCFCFC 0%,#EDEDED 100%); /* W3C */ 	
   	border: 1px solid #D3D3D3;
   	color: #737373;
	font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    padding: 3px 8px;
   	text-decoration: none; }
 
.pagination a:hover {
	background: #eee;
    color: #222; 
}
 
.pagination .current.disabled {
    background: none;
    border: 1px solid #fff;
    color: #4B4B4B;
    font-weight: 500; 
    visibility: visible;
}
    
.pagination .current:hover {
    background: none;
    cursor: default;
}

.pagination .disabled {
    visibility: hidden;
}


/* Breaking news style */
#breaking-news {
	display: block;
	margin: 5px 0 10px 0;
	padding: 6px 10px;
	background-color: #CC0000;
	color: #fff;
	font-weight: bold;
	font-size: 1.5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; }
 
	#breaking-news span.date {
		font-size: .75em;
		font-weight: normal;
		font-style: italic; }
 
	#breaking-news a:link, #breaking-news a:active, #breaking-news a:hover, #breaking-news a:visited { color: #fff; }
 
	#breaking-news a:hover { text-decoration: underline; }
 
/* weather alert */
.severe-weather-alert {
    display: none;
}

.severe-weather-alert-title {
	display: block;
	margin: 5px 0 10px 0;
	padding: 6px 10px;
	background-color: #CC0000;
	color: #fff;
	font-weight: bold;
	font-size: 1.5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.severe-weather-alert-more,
.severe-weather-alert-less {
	float: right;
	font-size: 12px;
	cursor: pointer;
	margin-top: 8px;
	font-weight: bold;
    display: none;
} 
.severe-weather-bulletin {
	padding: 0 10px 00px 10px;
}

 
/* Detail bar (used on news/blogs article details) */ 
.bar {
	overflow: hidden;
	background-color: #FFFFFF;
	border-color: #dedede;
	border-style: solid;
	border-width: 0 1px 1px 0;
	margin: .5em 0 1em 0 !important;
	padding: 6px 0px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	clear: both; }
 
	.bar > ul > li,
	.bar  li {
		float: left;
		list-style-type: none; }
 
	.bar *, .bar > ul { margin: 0; }
 
	.bar .col-1 { margin-left: 8px; }
 
	.bar .col-2 {
		float: right;
		margin-right: 8px; }

/* Date italics used on news/blogs */
span.date {
	font-size: .9em;
	font-weight: normal;
	font-style: italic; }
	
/* Styling for back link, if used */

.back { font-size: 12px; margin-bottom: 15px; }
 
/* Ads */ 
.ad-300x250 {
	width: 300px;
	clear:both; 
}
#col-2 .ad-300x250 img,
#col-2 .ad-300x250 object {
    float: none;
    margin-bottom: 15px;
}
#col-2 .ad-300x600 {
	width: 300px;
	clear: both;
}
#col-2 .ad-300x600 img,
#col-2 .ad-300x600 object {
    margin-bottom: 15px;
}
#col-2 .ad-300x250 img[src="http://content.aimatch.com/default.gif"],
#col-2 .ad-300x600 img[src="http://content.aimatch.com/default.gif"] {
    margin-bottom: 0;
}
.ad-square img { padding: 10px; }
 
/* Audio Style */ 
.audio {
	background-color: #f3f3f3;
	border-color: #dedede;
	border-style: solid;
	border-width: 0 1px 1px 0;
	clear: both; 
	margin: .5em 0 1em 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 10px;
	width: 200px;}
 
	.audio p.caption {
		font-size: 12px !important;
		font-style: italic;
		margin: .2em 0 0 0 !important; }
 
/* Menu Style */
#menu-wrapper {
	clear: both;
	text-align: center;
	position: relative;
	z-index: 5000; }
 
#menu {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	z-index: 100; }
 
	#menu ul li a, #menu ul li a:visited {
		background: transparent;
		border: 0;
		color: #fff;
		display: block;
		font-size: 12px;
		font-weight: bold;
		height: 20px;
		line-height: 20px;
		overflow: hidden;
		text-decoration: none;
		text-align: center; }
 
	#menu ul {
		z-index: 100;
		padding: 5px 0;
		margin: 0;
		list-style-type: none; }
 
		#menu ul li { position: relative; }
 
	#menu > ul > li { 
		padding: 0 1.5em;
		float: left; 
		display: inline; }
 
	#menu ul li ul { display: none; }
 
		#menu ul li ul li a { text-align: left !important; }
 
		#menu ul li ul li {
			border-top: 1px solid #494949;
			border-right: 1px solid #2B2B2B;
			border-bottom: 1px solid #2B2B2B;
			border-left: 1px solid #494949; }
 
	#menu ul li:hover a {
		color: #fff;
		background: transparent; }
 
	#menu ul li:hover ul {
		display: block;
		position: absolute;
		top: 20px;
		left: 0;
		margin-left: 15px; }
 
		#menu ul li:hover ul li a.hide {
			background: #888;
			color: #fff; }
 
		#menu ul li:hover ul li:hover a.hide {
			background: #996666;
			color: #000; }
 
		#menu ul li:hover ul li ul { display: none; }
 
		#menu ul li:hover ul li a {
			display: block;
			background: #3A3A3A;
			color: #FFF;
			padding: 5px 0 5px 5px;
			width: 200px; }
 
			#menu ul li:hover ul li a:hover {
				background: #4C4C4C;
				color: #FFF; }
 
		#menu ul li:hover ul li:hover ul {
			display: block;
			position: absolute;
			left: 190px;
			top: 0; }
 
			#menu ul li:hover ul li:hover ul.left { left: -105px; }

/* Tooltip for jQuery hover script */
.tooltip {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #fff;
	border-color: #eee #ccc #ccc #eee;
	border-style: solid;
	border-width: 1px;
	display: none;
	font-size: 13px;
	left: 0;
	line-height: 1.75em;
	padding: .75em 1em .5em .85em;
	position: absolute;
	top: 0;
	width: 400px;
	z-index: 3; }
 
/* Panel element */
.panel {
	background-color: #F8F8FF;
	border-top: 1px solid #E5E5EE;
	border-bottom: 1px solid #E5E5EE;
	margin-top: -10px;
	padding: .5em 10px; }
	
.internal-header {
	background-color:#E4E4E4;
	color:#000000;
	font-size:1em;
	font-weight:bold;
	padding:0.25em 0.5em;
	margin: 1em 0 .5em 0; }
	
/* icon classes */
.add-plus-img								{ background: url(/static/images/icons/add_16.png) no-repeat; width: 18px; height: 18px; margin-right: 5px; float: left; }	

/* Link Icons
----------------------------------------------*/
.external,  
a[rel~="external"] { 
    background: url("/static/images/icons/external_link.gif") no-repeat scroll 99% 40% transparent; /* External Link Icon - to the right of the link text */
    padding-right: 20px;
}
	
	
/* Blogs - header font sizes */

.posts h1 	{ font-size: 20px !important; line-height: 1.4em; }
.posts h2 	{ font-size: 18px !important; line-height: 1.4em; }
.posts h3 	{ font-size: 16px !important; line-height: 1.4em; }
.posts h4,
.posts h5,
.posts h6	{ font-size: 15px !important; line-height: 1.4em; }
.posts p	{ font-size: 14px !important; line-height: 1.4em; }

.post h1 	{ font-size: 20px !important; line-height: 1.4em; }
.post h2 	{ font-size: 18px !important; line-height: 1.4em; }
.post h3 	{ font-size: 16px !important; line-height: 1.4em; }
.post h4,
.post h5,
.post h6	{ font-size: 15px !important; line-height: 1.4em; }
.post p	{ font-size: 14px !important; line-height: 1.4em; }

												
/* section more link
----------------------------------------------*/
a:link.more-from-section,
a:visited.more-from-section {
    border-bottom: 1px solid #C8C8C8;
    border-top: 1px dotted #cbcbcb;
    clear: both;
    color: #222;
    display: block;
    margin: 10px 0 0 0;
    padding: 4px 0; }

a:hover.more-from-section { color: #ca0002; }


/* Admin Links */
#col-2 .admin-links												{ width: 300px; margin: 15px 0px 20px 0;  }
#col-2 .admin-links h2											{ margin-bottom: 0; }
#col-2 .admin-links ul											{ list-style: none; margin: 0; padding: 0;}
#col-2 .admin-links ul li										{ border-bottom: 1px solid #ddd; margin: 0; background: #fff; }
#col-2 .admin-links ul li a										{ color: #000; padding: 6px 10px; display: block; font-size: 13px; }
#col-2 .admin-links ul li a:hover								{ text-decoration: none; background: #f7f7f7; }


/* forms
----------------------------------------------*/
.form										{ font-size: 12px; margin-top: 10px; }
.form fieldset								{ margin: 0; padding: 0; border: none; }
.form fieldset div							{ width: 400px; margin-bottom: 25px; }
#col-2 fieldset div							{ width: 268px; margin-bottom: 10px; }
.form fieldset div span						{ float: left; }
.form label 								{ font-weight: 400; color: #222; font-size: 13px; margin: 0 0px 0px 0; display: inline; float: left; }
.form ul.errorlist							{ margin: 0; list-style: none; color: red; float: right; }
.required								    { color: red; margin-left: 5px;} 
.form input[type="text"]					{ -moz-border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; border-radius: 0; padding: 3px 5px; width: 387px; height: 26px;  }
.form input[type="file"]                    { background: #fff; border: none; }
.form select								{ width: 400px; clear: both; }
.form input,								
.form select,							
.form textarea								{ display: block; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13px; font-weight: 300; margin-top: 3px; margin-bottom: 3px; clear: both; background: #fbfbfb; border: 1px solid #DEDEDE;  }
.form label input                           { display: inline; }
#col-2 input[type="text"]                   { width: 246px; }
.form input:focus,							
.form textarea:focus { 
    -webkit-box-shadow: 0 0 3px rgba(51, 170, 255, 0.75);
    -moz-box-shadow: 0 0 3px rgba(51, 170, 255, 0.75);
    -o-box-shadow: 0 0 3px rgba(51, 170, 255, 0.75);
    box-shadow: 0 0 3px rgba(51, 170, 255, 0.75);
    border: 1px solid #9DC3DD; 
}
.form textarea								{ height: 150px; line-height: 18px; padding: 5px; width: 388px; }
.form select option							{ height: 20px; border-bottom: 1px dotted #DADADA; padding: 4px 10px 1px; }
.form .field-hint							{ color: #666; font-size: 11px; margin-bottom: 0; }
.form input[type="submit"],
.form button[type="submit"],
.lightfaceFooter input { 
    background: #fbfbfb;
	background: -moz-linear-gradient(top, #fff 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%,#f2f2f2 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #fff 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(top, #fff 0%,#f2f2f2 100%); /* W3C */ 	
    border: 1px solid #C9C9C9;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    color: #22b13d;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Arimo','Helvetica Neue',Arial,sans-serif;
    padding: 9px 15px;
    text-decoration: none; }
.form input[type="submit"]:hover,
.form button[type="submit"]:hover,
.lightfaceFooter input:hover			{ background: #eee; color: #193A5E; }


/* Loci - geo form */
.geo-form                       { margin-bottom: 15px; font-family: 'Helvetica Neue', Helvetica, Aria, sans-serif; font-size: 12px; }
.geo-form fieldset { 
    background: #eee; 
    border: 1px solid #e0e0e0; 
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 15px; 
    margin: 0; 
}

.geo-form div { 
    float: left; 
    width: auto; 
    margin: 0 20px 0 0; 
    padding: 0; 
    display: inline;
}

.geo-form label { 
    float: left; 
    margin-right: 10px; 
    padding: 2px 0px;  
}

.geo-form input[name="geo"] { 
    float: left; 
    margin: 0; 
    padding: 3px 5px; 
    width: 200px; 
}

.geo-form select { 
    float: left; 
    margin: 0; 
    padding: 2px 1px 2px 0; 
    width: 100px; 
}

.geo-form input[type="submit"] {
	background: #fbfbfb;
	background: -moz-linear-gradient(top, #fff 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%,#f2f2f2 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #fff 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(top, #fff 0%,#f2f2f2 100%); /* W3C */ 	
    border: 1px solid #c9c9c9;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    color: #0C6DA0;
    font-weight: bold;
    font-family: 'Arimo','Helvetica Neue',Arial,sans-serif;
    margin-left: -10px;
    padding: 3px 5px;
    text-decoration: none; 
}
.geo-form input[type="submit"]:hover { 
    background: #f8f8f8; 
    color: #1E4F82; 
}

/* =============================================================
   MWC Tabs
   ========================================================== */
#mwc-tab-nav-wrapper {
    margin: 15px 0 20px;
    z-index: 2300;
}

#mwc-tab-nav {
    list-style: none outside none;
    margin: 0 0 15px;
    padding: 0;
    position: relative;
    z-index: 2310;
}

#mwc-tab-nav li {
    float: left;
}

#mwc-tab-nav li a {
    float: left;
    text-align: center;
}

#mwc-tab-nav li a:hover {
    text-decoration: none;
}

#mwc-tab-nav li.selected a:link, 
#mwc-tab-nav li.selected a:visited {
    color: #000000;
    text-decoration: none;
}

ul.contents {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* tab theme
----------------------------------------------*/
.tab-theme {
    border-bottom: 1px solid #B0B0B0;
}
.tab-theme li {
    margin-right: 5px;
}
.tab-theme li a {
    background: #fafafa;
    background: -moz-linear-gradient(top, #FCFCFC 0%, #E3E3E3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FCFCFC), color-stop(100%,#E3E3E3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FCFCFC 0%,#E3E3E3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FCFCFC 0%,#E3E3E3 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #FCFCFC 0%,#E3E3E3 100%); /* IE10+ */
    background: linear-gradient(top, #FCFCFC 0%,#E3E3E3 100%); /* W3C */    
    border-left: 1px solid #C6C6C6;
    border-radius: 6px 6px 0 0;
    border-right: 1px solid #C6C6C6;
    border-top: 1px solid #C6C6C6;
    color: #444444;
    font-family: 'Abel','Arimo','Helvetica Neue',Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 7px;
    min-width: 100px;
    padding: 3px 10px;
}
.tab-theme li.selected a {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #B0B0B0;
    border-right: 1px solid #B0B0B0;
    border-top: 1px solid #B0B0B0;
    margin: 0 0 -1px 0;
    padding: 2px 10px 12px;
}

.tab-theme li.selected a:hover {
    border-bottom: none;
    padding: 2px 10px 12px;
}

.tab-theme li a:hover {
    margin-top: 0;
    padding: 2px 10px 11px;
    text-decoration: none;
}


/* filter-bar theme
----------------------------------------------*/
.filter-bar-theme {
    background: #fafafa;
    background: -moz-linear-gradient(top, #fff 0%, #f2f2f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff 0%,#f2f2f2 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #fff 0%,#f2f2f2 100%); /* IE10+ */
    background: linear-gradient(top, #fff 0%,#f2f2f2 100%); /* W3C */
    border: 1px solid #dedede;
    border-right: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    list-style: none;
    margin: 0 0 0px;
    padding: 0;
}

.filter-bar-theme li a {
    border: solid #dedede;
    border-width: 0 1px 0 0;
    color: #444444;
    display: block;
    font-size: 14px;
    line-height: 1.5em;
    width: 100px;
    padding: 5px 10px;
}

.filter-bar-theme li.selected a {
    background: #eaeaea;
    background: -moz-linear-gradient(top, #eaeaea 0%, #fff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop #eaeaea, color-stop(100%,#fff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eaeaea 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eaeaea 0%,#fff 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #eaeaea 0%,#fff 100%); /* IE10+ */
    background: linear-gradient(top, #eaeaea 0%,#fff 100%); /* W3C */
}

.filter-bar-theme li a:hover {
    background: #eaeaea;
    background: -moz-linear-gradient(top, #eaeaea 0%, #fff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop #eaeaea, color-stop(100%,#fff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eaeaea 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eaeaea 0%,#fff 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #eaeaea 0%,#fff 100%); /* IE10+ */
    background: linear-gradient(top, #eaeaea 0%,#fff 100%); /* W3C */
    text-decoration: none;
}

.admin-controls {
    list-style: none;
    margin: 0;
    padding: 0;
}
.admin-controls li {
    float: left;
    margin: 0 20px 0px 0;
}


/* social share buttons
----------------------------------------------*/
.social-share-btns 					    { list-style: none; padding: 0; margin: 0;  }
.social-share-btns li 				    { float: left; margin-right: 10px; }

.back-to {
    background: #f8f8f8;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radious: 2px;
    border-radius: 2px;
    display: block;
    font-size: 13px;
    margin-bottom: 20px;
    padding: 3px 10px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.back-to:link,
.back-to:visited {
    color: #6c6c6c;
}

.back-to:hover {
    background: #f0f0f0;
    border: 1px solid #ddd;
    color: #222;
    text-decoration: none;
}
