<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  
Theme Name: WP-Blossom MNR modifications (new theme)
Theme URL: http://www.solostream.com
Description: WP-Blossom is a responsive and user-friendly theme for WordPress.
Author: Solostream &amp; SG
Author URI: http://www.solostream.com/
Version: 1.0.2
Template: wp-blossom102

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php


*/

@import url("../wp-blossom102/style.css");
@import url("mynextrun.css");
@import url("style-responsive.css");
@import url("custom.css");

.post .entry p a { color:#6BBA0D; }

#catnav {
	padding:0; 
	margin:0;
	background: #F7F7F7  bottom left repeat-x;
/*	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 -1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 -1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 -1px 3px rgba(0, 0, 0, 0.3); */
	}

#catnav a  {
	position:relative; 
	display:block; 
	z-index:100; 
	padding:10px 15px; 
	line-height:24px; 
	text-decoration:none;
	color:#242933;
	background:transparent;
	}

#catnav a:hover {
	color:#6bba0d;
	}
	

#catnav ul ul  { 
	position: absolute; 
	left: -999em; 
	width: 232px; 
	z-index:99999;
	border-top: 1px solid #000;
	border-top:0;
	}

#catnav ul ul a  {
	width:200px; 
	line-height:20px;
	border:0;
	border: 1px solid #000;
	border-left:1px solid #000;
	border-top:0;
	background:#f7f7f7;
	}

#catnav ul ul a:hover  {
	background:#f7f7f7;
	}

#catnav ul ul ul  {
	margin: -41px 0 0 231px; 
	}

#catnav li li { 
	margin:0;
	border:0;
	}
	

	
/* --- [ YOU SHOULD NOT CHANGE THIS FILE. Make style changes on the Theme Settings page or on custom.css ] --- */



/* -------------------[ Main Page Elements ]------------------- */




/* -------------------[ Buttons ]------------------- */
/*
#commentform input[type="submit"],
#commentform input[type="button"],
.archive-tabs a,
.archive-tabs a:link,
.archive-tabs a:visited,
.readmore a.more-link, 
.readmore a.more-link:link, 
.readmore a.more-link:visited,
.email-form input[type="submit"],
.email-form input[type="button"],
#searchform input[type="submit"],
#searchform input[type="button"],
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] {
	background: #EBEDED url(images/catnav-bg.png) bottom left repeat-x;
	border: 1px solid grey;
	color: black !important;
	text-shadow: 1px 1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
	/*-moz-transition: none 0s ease-in-out;
	-webkit-transition: none 0s ease-in-out;
	transition: none 0s ease-in-out; */
	}
/*
#commentform input[type="submit"]:hover,
#commentform input[type="button"]:hover,
.archive-tabs a:hover,
.archive-tabs a:active,
.archive-tabs .ui-tabs-selected a,
.readmore a.more-link:hover, 
.readmore a.more-link:active,
.email-form input[type="submit"]:hover,
.email-form input[type="button"]:hover,
#searchform input[type="submit"]:hover,
#searchform input[type="button"]:hover,
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="button"]:hover {
	background: #444 url(images/catnav-bg.png) bottom left repeat-x;
	border-color: #444;
	color:#fff !important;
	text-shadow: 0px 0px 0 #fff;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3),0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
	}


/* -------------------[ Links ]------------------- */
/*
a, a:link, a:visited {
	outline:none;
	text-decoration:none;
	color:#555759;
	/* -moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; */
	}
/*
a:hover, a:active {
	text-decoration:none;
	color:#6BBA0D;
	}

.meta a,
.catslide-meta a {
	color:#777;
	border-bottom:1px dotted #bbb;
	}

	
.meta a:hover,
.catslide-meta a:hover {
	color:#6BBA0D !important;
	border-bottom:1px dotted #bbb;
	}

.meta a:hover,
.catslide-meta a:hover {
	color:#6BBA0D !important;
	border-bottom:1px dotted #333;
	}
	
	
.inner-mysubscribebox {
	padding: 30px 30px 20px;
	text-align:center;
	background:#FDFFD1;
	border:1px solid #ddd;
	}
	

.widget.subscribebox .widget-wrap {
	padding:25px 15px 20px;
	background:#eee;
	background:#FDFFD1;
	border:1px solid #ddd;
	}
	
.mysubscribebox .email-form {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:300px;
	}

.mysubscribebox .email-form input[type="text"],
.mysubscribebox .email-form input[type="email"] {
	width:200px;
	margin-bottom:5px;
	}

.mysubscribebox .email-form input[type="submit"],
.mysubscribebox .email-form input[type="button"] {
	margin-bottom:5px;
	}

	#catnav ul ul li.current-menu-item &gt; a,
#catnav ul ul li.current-menu-item &gt; a:hover,
#catnav ul ul li.current_page_item &gt; a,
#catnav ul ul li.current_page_item &gt; a:hover {
	color:#fff;
	}

#topnav .select-menu,
#catnav .select-menu-catnav { 
	display: none;
	}

.timely .select-menu,
.timely .select-menu-catnav { 
	display: none !important;
	}

/* -------------------[ Category Navigation ]------------------- */
/*
#catnav {
	padding:0; 
	margin:0;
	background: #e8e8e8 url(images/catnav-bg.png) bottom left repeat-x;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 -1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 -1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 -1px 3px rgba(0, 0, 0, 0.3);
	}

#catnav ul { 
	z-index:99; 
	margin:0; 
	padding:0; 
	list-style:none; 
	line-height:1; 
	margin:0;
	}

#catnav li  {
	float:left; 
	width: auto;
	background:url(http://blog.mynextrun.com/wp-content/themes/wp-blossom102_MNR/images/nav-sep.png) right 50% no-repeat;
	}

#catnav li li,
#catnav li:last-child  {
	float:left; 
	width: auto;
	background-image:none;
	}

#catnav a  {
	position:relative; 
	display:block; 
	z-index:100; 
	padding:10px 15px; 
	line-height:24px; 
	text-decoration:none;
	color:#555759;
	background:transparent;
	}

#catnav a:hover {
	color:#6BBA0D;
	}

#catnav ul ul  { 
	position: absolute; 
	left: -999em; 
	width: 232px; 
	z-index:99999;
	border-top: 1px solid #000;
	border-top:0;
	}

#catnav ul ul a  {
	width:200px; 
	line-height:20px;
	border:0;
	border: 1px solid #000;
	border-left:1px solid #000;
	border-top:0;
	background:#333;
	}

#catnav ul ul a:hover  {
	background:#111;
	}

#catnav ul ul ul  {
	margin: -41px 0 0 231px; 
	}

#catnav li li { 
	margin:0;
	border:0;
	}

#catnav li:hover,
#catnav li.hover  { 
	position:static;
	}

#catnav li:hover ul ul, 
#catnav li.sfhover ul ul,
#catnav li:hover ul ul ul, 
#catnav li.sfhover ul ul ul,
#catnav li:hover ul ul ul ul, 
#catnav li.sfhover ul ul ul ul { 
	left:-999em; 
	}

#catnav li:hover ul, 
#catnav li.sfhover ul,
#catnav li li:hover ul, 
#catnav li li.sfhover ul,
#catnav li li li:hover ul, 
#catnav li li li.sfhover ul,
#catnav li li li li:hover ul, 
#catnav li li li li.sfhover ul { 
	left:auto; 
	}

#catnav li.current-menu-item &gt; a,
#catnav li.current_page_item &gt; a {
	color:#555759;
	/* background: #0099cc url(images/catnav-bg.png) bottom left repeat-x; 
	background: transparent url(images/catnav-bg.png) bottom left repeat-x; 
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
	}

#catnav ul ul li.current-menu-item &gt; a,
#catnav ul ul li.current-menu-item &gt; a:hover,
#catnav ul ul li.current_page_item &gt; a,
#catnav ul ul li.current_page_item &gt; a:hover {
	background:#e8e8e8;
	color:#555759;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow:none;
	}
*/</pre></body></html>