<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* Standard Blue Specific Styles */

body {
	background-color: #ffffff;
	color: #666;
}

/* STANDARD TYPOGRAPHY */


a {
	color: #5e9dba;
	text-decoration: none;
}

a:hover {
	color: #67a7c4;
	text-decoration: underline;
}

#content ul li, #full-width-content ul li {
	background: url(style1/content-bullet.png) no-repeat scroll 12px 4px;
}

#content blockquote, #full-width-content blockquote {
	border-left: 3px solid #666;
}

#content a img, #content img, #full-width-content a img, #full-width-content img {
	background: #FFFFFF;
	border: 1px solid #eeeeee;
}

#content a:hover img, #full-width-content a:hover img {
	border: 6px solid #eeeeee;	
}

/* CLASSES */

a.btn-slide {
	background-image: url('style1/connect-button.png');
}

a.active { 
	background-image: url('style1/connect-button.png');
}

/* HEADER */

#header {
	background: #5e9dba url('style1/header-glow.png') center 0 no-repeat;
}

#header-inner h1 {
	background: url('style1/logo.png') no-repeat;	
}

#social-content {
	background: url('style1/connect-panel.png') no-repeat;	
}

/* MAIN MENU */

#menu-wrapper {
	background: url('style1/menu-wrapper.png') no-repeat;
}

#menu-wrapper .menu li {
	background: url('style1/menu-divider.png') right top no-repeat; 
}

#menu-wrapper ul li:first-child a:focus, #menu-wrapper ul li:first-child a:hover, #menu-wrapper ul li:first-child a:active {
	background: url('style1/main-bg-buttons.png') 0 0 no-repeat;
}

#menu-wrapper .menu a:focus, #menu-wrapper .menu a:hover, #menu-wrapper .menu a:active {
	background: url('style1/main-bg-buttons.png') 0 -38px repeat-x;
}

#menu-wrapper .menu li a, #menu-wrapper .menu a:visited  { /* visited pseudo selector so IE6 applies text color */
	color: #ffffff;
}

#menu-wrapper .menu li ul {
	background: #5e9dba;
	border-top: 1px solid #67a7c4;
	border-bottom: 1px solid #45768c;
	border-right: 1px solid #45768c;
	border-left: 1px solid #45768c;
	margin-left: -1px;
}

#menu-wrapper .menu li ul ul {
	border: 1px solid #45768c;
}

#menu-wrapper .menu li li a {
}

#menu-wrapper .menu li li a:focus, #menu-wrapper .menu li li a:hover, #menu-wrapper .menu li li a:active {
	background: #46768b;
}

#menu-wrapper .menu li li a, #menu-wrapper .menu li li a:visited {
	color: #FFFFFF;
}

.sf-sub-indicator {
	background:		url('style1/arrows.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}

/* MAIN SECTION */

#main {
	background: #f2f2f2;
	border-top: 1px solid #46768b;
}

#home-display {
	background: #ffffff;	
}

#home-slogan {
	background-color: #ffffff;
}

.home-box, .portfolio-box {
	background-color: #ffffff;	
}

/* FOOTER ELEMENTS */

.footer-box {
	/* background-color: #f2f2f2;*/
}

/* BLOG */

#content .entry img {
	background: #ffffff;
	border: 1px solid #eeeeee;
}

/* COMMENTS */

.comment-left img {
	border: 5px solid #FFFFFF;
}

#respond #submit:hover {
	background-color: #45768c;
}

#respond {
	background-color: #ffffff;
}

#respond input, #respond textarea {
	background-color: #f2f2f2;
	color: #666;
	border: 1px solid #b9b9b9;
}

#respond #submit:hover {
	background-color: #b9b9b9;
}

/* CONTACT FORM */

#contact {
	background-color: #ffffff;
}

#contact input, #contact textarea {
	background-color: #f2f2f2;
	color: #666;
	border: 1px solid #b9b9b9;
}

#contact #submit:hover {
	background-color: #b9b9b9;
}

/* PAGE NAVI PLUGIN */

.wp-pagenavi a, .wp-pagenavi a:link {
	border: 1px solid #eeeeee;
	color: #666;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #eeeeee;
	background-color: #f2f2f2;
}
.wp-pagenavi span.current {
	border: 1px solid #eeeeee;
	color: #666;
	background-color: #f2f2f2;
}

/* All ROUNDED CORNER BOXES */

.corner {
	background-image: url('style1/corners.png');
}

/* SIDEBAR */

#sidebar .widget {
	background-color: #ffffff;
}

#sidebar .widget li a {
	background-image: url('style1/submenu-bullet.png');
}

#sidebar .widget li a:hover {
	color: #333;
}
/* ADD ONS */

/* Homepage Slideshow */

#slideshow-nav {
	background-color: #fff;	
}

#slideshow-nav li a {
	background-image: url(style1/slideshow-nav.png);
}</pre></body></html>