<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contents-wrap, .fullpage-contents-wrap, .page-contents-wrap, ul.portfolio-filter li.filter-tag-icon { background-color: #262626; }

.main-select-menu select {
    -webkit-box-shadow: 0 3px 0 #555, 0 -1px #000 inset;
    -moz-box-shadow: 0 3px 0 #555, 0 -1px #000 inset;
    box-shadow: 0 3px 0 #555, 0 -1px #000 inset;
    background: #000;
    color:#fff;
}

.main-select-menu option { border-bottom:1px solid #222;}

.menu-toggle {
	background-color:#000;
	background-image: url(images/menu/menu_toggle-black.png);
}
ul#slide-list {
	background-color:#000;
}
ul#slide-list li a { 
	background-image: url(images/supersized/dark/nav-dot.png);
	}
	ul#thumb-list li {
	    border: 8px solid #000000;
		}
		#thumb-back
		{
			background-image: url(images/supersized/dark/thumb-back.png);
		}
		#thumb-forward
		{
			background-image: url(images/supersized/dark/thumb-forward.png);
		}
		
.fullscreenslideshow-audio div.jp-interface {
	background-color:#000;
}

.fullscreenslideshow-audio a.jp-mute {
    background: url("css/html5player/jplayer.black.png") no-repeat scroll 0 -186px;
	}
.fullscreenslideshow-audio a.jp-unmute {
	    background: url("css/html5player/jplayer.dark.png") no-repeat scroll 0 -170px
	}
	
ul.portfolio-filter {
}

ul.portfolio-filter li.filter-tag-icon {
    background-image: url("images/icons/grid_white.png");
    }
    
ul.portfolio-filter li {
    background: #000;
    border-right: 1px solid #333;
    }
    
.sort-filter-wrap {
    background-image: url("images/icons/activity-white.png");
    }
	#filter-heading {
	    color: #FFFFFF;
	}
	.filter-heading-description {
	    border-bottom: 1px dotted #706D6D;
	}

		
.entry-content .postlist ul li a:hover {
    color: #fff;
}

.entry-content .postlist ul li a {
    border-bottom: 1px solid #3D3D3D;
	}
	

.readmore_link a { color:#ccc; }
.readmore_link a:hover { color:#fff; }

a.portfolio-columns,.flexslider-container-page {
    background-color: #373737;
}
.portfolio-protected a.portfolio-columns {
	background-image: url(images/icons/locked-white.png);
}

.post-aside-wrapper {
	background: #111;
	}

#contact .text-input {
    border: 1px solid #000000;
    color: #CFCFCF;
    background: #454545;
}
#successmessage h2 {
    color: #111;
}

h1.page-entry-title {
	color:#eee;
	}
h1.entry-title {
	border-bottom: 1px solid #393939;
}

ul.portfolio-four h4 a,
ul.portfolio-three h4 a,
ul.portfolio-two h4 a,
ul.portfolio-one h4 a,
ul.portfolio-list h4 a,
.entry-post-title h2 a {
    color: #D3D3D3;
}


.blogseperator {
    background-color: #302F2F;
}

.pagination-navigation {
    border-top: 1px solid #2d2d2d;
}
.pagination-info {
    background: #3E3E3E;
}
.pagination a:link,
.pagination .navigation-single,
ol.commentlist li .reply a,
.pagination a:visited,
.pagination-info {
    background: #555555;
}

.postsummarywrap {
    border-top: 1px dotted #282727;
}

.portfolio-related-columns {
    border-top: 1px solid #333232;
}
h3.related_posts_title {
    color: #EDEDED;
}

#respond h3 {
	color:#eee;
}

.entry-content .hrule {
    border-bottom: 1px solid #1F1F1F;
	}
	
	.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6 {
		color: #F4F4F4;
		}		
	
.entry-content a,#commentform a  { color: #eee;  }
.entry-content a:hover,#commentform a:hover  { color: #fff;  }
.entry-content .hrule {	border-bottom: 1px solid #303030; }
.entry-content .hrule.top a:hover {	color: #fff; }

.entry-content .thumbnails-wrap .minishowcase .thumbnail-image { 
	border-top:1px solid #2b2b2b;
	border-left:1px solid #2b2b2b;
	border-bottom:1px solid #1b1b1b;
	border-right:1px solid #1b1b1b;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); /* FF3.5+ */
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); /* Saf3.0+, Chrome */
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); /* Opera 10.5, IE 9.0 */
	background:none;
	}

/* Contact Forms */
#contactForm ol.forms li.buttons button:hover {
	background: #2b2b2b;
	}
	#contact .error { 
		color:#ffff00;
		text-shadow:none;
		}

/* Comment List */
.commentform-wrap {
    background: #000000;
	}
ol.commentlist li.odd {
	background: #111;
	border: 1px solid #111;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
ol.commentlist li.even {
	background: #000;
	border: 1px solid #000;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

	ol.commentlist li .reply a{
		color:#fff;
		background: #2b2b2b;
		border:none;
	}
	ol.commentlist li .reply a:hover{
		color:#fff;
		background: #333;
		border:none;
	}
	
	#contact .button,#commentform input#submit {
	color: #ccc;
	background:#000;
	background: -moz-linear-gradient(
		top,
		#878787 0%,
		#555555);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#878787),
		to(#555555));
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 2px solid #555454;
	-moz-box-shadow:
		0px 0px 1px rgba(222,222,222,0.5),
		inset 0px 0px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow:
		0px 0px 1px rgba(222,222,222,0.5),
		inset 0px 0px 2px rgba(0,0,0,0.7);
	text-shadow:
		1px 1px 0px rgba(0,0,0,1),
		0px 1px 0px rgba(0,0,0,0);
			}
			
	#respond #commentform input#submit:hover {
	color: #fff;
	}
	
#contact .button:hover { color: #fff; }
	
.pictureframe { 
	border-top:1px solid #2b2b2b;
	border-left:1px solid #2b2b2b;
	border-bottom:1px solid #1b1b1b;
	border-right:1px solid #1b1b1b;
	}
	
.entry-content .thumbnails-wrap .minishowcase .thumbnail-image { 
	border:1px solid #1c1c1c;
	background:#141414;
	}
	
/* Post Formats */	

	.postformat_link_icon {
		background-position:left 6px;
		background-image: url(images/icons/postformat/postformat_link_white.png);
		}

	.postformat_image_icon {
		background-image: url(images/icons/postformat/postformat_image_white.png);
		}

	.postformat_gallery_icon {
		background-image: url(images/icons/postformat/postformat_gallery_white.png);
		}

	.postformat_video_icon {
		background-image: url(images/icons/postformat/postformat_video_white.png);
		}

	.postformat_audio_icon {
		background-image: url(images/icons/postformat/postformat_audio_white.png);
		}

	.postformat_quote_icon {
		background-image: url(images/icons/postformat/postformat_quote_white.png);
		}
		
/* Bullets */		
		.entry-content .checklist ul li { 
			background-image: url('images/bullets/tick-white.png');
			}
		.entry-content .playlist ul li { 
			background-image: url('images/bullets/arrow_right-white.png');
			}
		.entry-content .notelist ul li { 
			background-image: url('images/bullets/list-white.png');
			}
		.entry-content .starlist ul li { 
			background-image: url('images/bullets/star-white.png');
			}
		.entry-content .bulletlist ul li { 
			background-image: url('images/bullets/record-white.png');
			}
		.entry-content .linklist ul li { 
			background-image: url('images/bullets/link-white.png');
			}
			
		.entry-content .postlist ul li {
		    background-image: url("images/icons/pen_alt_white.png");
		    }


	
/* Flexible Buttons */

a.tinybutton,a.bigbutton,a.smallbutton {
	border-left: 1px solid #1F1F1F;
	border-right: 1px solid #373636;
	box-shadow: 0 1px 0 #555555 inset, 0 2px 0 0 rgba(0, 0, 0, 0.5), 0 3px 2px #4D4D4D;
 }
a.tinybutton:hover,a.bigbutton:hover,a.smallbutton:hover {
	border-left: 1px solid #1F1F1F;
	border-right: 1px solid #373636;
	box-shadow: 0 1px 0 #555555 inset, 0 2px 0 0 rgba(0, 0, 0, 0.5), 0 3px 2px #4D4D4D;
 }
		
		
		
/* Accordion Shortcode */
.ui-tabs .ui-tabs-panel {
    background: #171717;
    border-left: 1px solid #1f1f1f;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
    background-color: #101010;
    color: #FFFFFF;
	}
	
.ui-tabs .ui-tabs-nav li a {
    border: 1px solid #121212;
	color: #BEBEBE;
}

.wp-accordion h3 {
    background: #171717;
}
.ui-accordion-header.ui-state-active a, .ui-accordion-header a:hover {
    background: #101010;
	color:#fff;
}
.ui-accordion-content {
    border: 1px solid #121212;
	}



/* Calendar */
				
#wp-calendar {
	color:#8B8B8B;
	}

#wp-calendar td a{
	color:#fff;
	}

#wp-calendar td a:hover {
	color:#fff;
	}
	
#wp-calendar #today {
	color:#fff;
	background:#000;
	}
	
#wp-calendar thead tr th{
	background: #111;
	color: #fff;

}

#wp-calendar tbody tr td {
	background:#222;
}

#wp-calendar .pad {
	background:none;
}
#wp-calendar td#prev {
	background: #111;
}
#wp-calendar td#next {
	background: #111;
}
#wp-calendar tfoot tr td a {
	background: #111;
}

/* Text boxes */

.mtextbox {
    border: 1px solid #2b2b2b;
	}
	
/* Sidebar Widget */
	
	.sidebar-widget .infobar-portfoliogrid li img {

		}
		
	.sidebar-widget .infobar-portfoliogrid li img:hover {
		
		}
		
/* Sidebar Widget */	

.entry-content .toggle_container {
		background:#111;
		border: 1px solid #000;
		}
		
.entry-content h4.trigger a {
	color:#eee;
	}
	
.entry-content h4.trigger a:hover {
	color:#fff;
	}
	
.postsummarywrap {
    border-top: 1px dotted #333;
}

.highlight { color:#222; }

/* Posted Info */
span.comments a { color:#bbb; }
.posted-date a,.thetags a,.postedin a,.lightboxlink a,span.comments a { color:#bbb; }
.posted-date a:hover,.thetags a:hover,.postedin a:hover,.lightboxlink a:hover,span.comments a:hover { color:#fff; }
.postinfo {color:#7d7d7d; border-top:1px dotted #525151;	}

.navigation-next,.navigation-prev { border: 1px solid #444;color:#666;}

/* Email Success */
#successmessage {
    border: 1px solid #171717;
}

.social_contact_text {
	color:#eee;
	background:#000;
	}
	.social_contact_text a {
		color:#eee;
		}
		.social_contact_text a:hover {
			color:#fff;
			}

	#password-protected input {
		background:#484848;
	    background: -moz-linear-gradient(center top , #898989 0%, #484848) repeat scroll 0 0 transparent;

			background: -moz-linear-gradient(
			top,
			#898989 0%,
			#484848);
			background: -webkit-gradient(
			linear, left top, left bottom, 
			from(#898989),
			to(#484848));
	    border: 1px solid #151515;
	    color: #F2F2F2;
	}
	
#password-protected label {
	color:#aaa;
	}
		</pre></body></html>