<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Stylesheet / CSS */




/*	Variable Grid System. (do not edit)	Learn more ~ http://www.spry-soft.com/grids/	Based on 960 Grid System - http://960.gs/	Licensed under GPL and MIT.
___________________________________________________________________ */
.container_12{margin-left:auto;margin-right:auto;width:1008px;}.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12{display:inline;float:left;position:relative;margin-left:15px;margin-right:15px;}.alpha{margin-left:0;}.omega{margin-right:0;}.container_12 .grid_1{width:54px;}.container_12 .grid_2{width:138px;}.container_12 .grid_3{width:222px;}.container_12 .grid_4{width:306px;}.container_12 .grid_5{width:390px;}.container_12 .grid_6{width:474px;}.container_12 .grid_7{width:558px;}.container_12 .grid_8{width:642px;}.container_12 .grid_9{width:726px;}.container_12 .grid_10{width:810px;}.container_12 .grid_11{width:894px;}.container_12 .grid_12{width:978px;}.container_12 .prefix_1{padding-left:84px;}.container_12 .prefix_2{padding-left:168px;}.container_12 .prefix_3{padding-left:252px;}.container_12 .prefix_4{padding-left:336px;}.container_12 .prefix_5{padding-left:420px;}.container_12 .prefix_6{padding-left:504px;}.container_12 .prefix_7{padding-left:588px;}.container_12 .prefix_8{padding-left:672px;}.container_12 .prefix_9{padding-left:756px;}.container_12 .prefix_10{padding-left:840px;}.container_12 .prefix_11{padding-left:924px;}.container_12 .suffix_1{padding-right:84px;}.container_12 .suffix_2{padding-right:168px;}.container_12 .suffix_3{padding-right:252px;}.container_12 .suffix_4{padding-right:336px;}.container_12 .suffix_5{padding-right:420px;}.container_12 .suffix_6{padding-right:504px;}.container_12 .suffix_7{padding-right:588px;}.container_12 .suffix_8{padding-right:672px;}.container_12 .suffix_9{padding-right:756px;}.container_12 .suffix_10{padding-right:840px;}.container_12 .suffix_11{padding-right:924px;}.container_12 .push_1{left:84px;}.container_12 .push_2{left:168px;}.container_12 .push_3{left:252px;}.container_12 .push_4{left:336px;}.container_12 .push_5{left:420px;}.container_12 .push_6{left:504px;}.container_12 .push_7{left:588px;}.container_12 .push_8{left:672px;}.container_12 .push_9{left:756px;}.container_12 .push_10{left:840px;}.container_12 .push_11{left:924px;}.container_12 .pull_1{left:-84px;}.container_12 .pull_2{left:-168px;}.container_12 .pull_3{left:-252px;}.container_12 .pull_4{left:-336px;}.container_12 .pull_5{left:-420px;}.container_12 .pull_6{left:-504px;}.container_12 .pull_7{left:-588px;}.container_12 .pull_8{left:-672px;}.container_12 .pull_9{left:-756px;}.container_12 .pull_10{left:-840px;}.container_12 .pull_11{left:-924px;}.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;}.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0;}.clearfix{display:block;}* html .clearfix{height:1%;}





/*	CSS Reset, do not edit this 
___________________________________________________________________ */
html {margin:0;padding:0;border:0;}body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;vertical-align:baseline;}article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}body {line-height:1.6;background:white;}table {border-collapse:separate;border-spacing:0;}caption, th, td {text-align:left;font-weight:normal;float:none !important;}table, th, td {vertical-align:middle;}blockquote:before, blockquote:after, q:before, q:after {content:'';}blockquote, q {quotes:"" "";}a img {border:none;}:focus {outline:0;}




/*	Menu / Fix for older browsers
___________________________________________________________________ */
#header {
	position: relative;
	z-index: 500;
}


/*	General
___________________________________________________________________ */
body { 
	/* override in appearance &gt; background screen */
	font-size: 14px;
	color: #333;
	line-height: 170%;
}
body,
ul.thumbnail-list h3,
ul.thumbnail-list h3 a{
	font-family: Helvetica, Arial, sans-serif;
}

a,
.promo_text,
#commentlist .commentmetadata {
	color: #999;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
#commentlist cite a,
a:hover {
	color: #333;
}
.menu-contact {
	color: #ccc;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.menu-contact,
.promo_text {
	font-family: Georgia, Garamond, serif;
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	padding:0 0 30px 0;
	text-decoration: none;
}

h1, 
h2 {
	font-size: 32px;
}
h5#comments-title,
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}
h6 {
	font-size: 12px;
}
p {
	padding: 0 0 20px 0;
}

ul, 
ol { 
	margin: 0 20px 20px 0; 
	padding-left: 40px; 
}
ol ol,
ul ul {
	margin-bottom: 0;
}
li {
	margin-bottom: 5px;
}
#primary li {
	margin-bottom: 10px;
}
li:last-child {
	margin-bottom: 0;
}
blockquote { 
	margin: 0 0 0 40px; 
}
strong, dfn { 
	font-weight: bold; 
}
em, dfn { 
	font-style: italic; 
}
sup, sub { 
	line-height: 0; 
}
pre  { 
	white-space:pre; 
}
pre,code,tt { 
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
dl { 
	margin: 0 0 20px 0; 
}
dl dt { 
	font-weight: bold; 
}
dd { 
	margin: 0 0 20px 20px;
}

small {
	font-size: 75%;
}




/*	Header
___________________________________________________________________ */
#header {
	margin: 60px 0;
	position: relative;
}
#header h1 {
	margin: 0;
	padding: 0;
}
#header .menu_container {
	position: absolute;
	bottom: 0;
}




/*	Dropdown Menu
___________________________________________________________________ */
.menu-contact {
	position: absolute;
	display: block;
	right: 0;
	bottom: 6px;
	text-decoration: none;
	font-style: italic;
	font-size: 13px;	
}
.sf-menu {
	position:absolute;
	bottom:0;
	width:100%;
	font-size: 13px;
}
.sf-menu li {
	display:inline;
}
.sf-menu li a {
	display:block;
	float:left;
	padding:0 60px 0px 0;
	margin-right:5px;
	text-decoration:none;
	letter-spacing: 1px;
	text-transform:uppercase;
}
.sf-menu ul a {
	text-transform:none;
	padding: 0 0 5px 15px;
	font-size: 12px;
	letter-spacing: 0;
}	
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	float: left;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 140px; /* left offset of submenus need to match (see below) */
	padding: 10px 0 5px 0;
	
	box-shadow: 1px 0 2px #eee;
	-moz-box-shadow: 1px 0 2px #eee;
	-webkit-box-shadow: 1px 0 2px #eee;
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 29px; /* match top ul list item height */
	z-index: 9999;
}
.sf-menu li.sfHover ul a {
	border: 0;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 140px; /* match ul width */
	top: -10px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 140px; /* match ul width */
	top: -10px;
}
.sf-menu .sf-sub-indicator {
	display: none;
}
.sf-menu a:active { 
	position: static; 
}

.sf-menu a,
.sf-menu li.sfHover ul a {
	color:#999;
}
.sf-menu a {
	border-bottom:4px solid transparent;
}
.sf-menu li.current-menu-item a {
	border-bottom:4px solid #ddd;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	background:#fff;
}
.sf-menu a:hover,
.sf-menu li.current-menu-item a:hover,
.sf-menu li.sfHover ul a:hover,
.sf-menu li.sfHover a {
	color:#333;
}
.sf-menu a:hover,
.sf-menu li.sfHover A {
	border-bottom:4px solid #333;
}
.sf-menu {
	border-bottom:1px solid #ddd;
}
.sf-menu li.current-menu-item UL LI A:hover {
	border:0;
}




/*	Slider / Gallery
___________________________________________________________________ */

.slides_container ul.thumbnail-list {
	padding: 0;
	margin: 0;
}
.slides_container ul.thumbnail-list li {
	padding: 0;
	margin: 0;
}
.slides_container p:last-child {
	padding: 0 0 10px 0;
}
ul.thumbnail-list ul.thumbnail-list,
.single-portfolio ul.thumbnail-list {
	background: none;
	padding: 0;
	margin: 0;
}
ul.thumbnail-list {
	padding: 60px 0 0 0;
	margin: 30px 0 0 0;
}
ul.thumbnail-list li {
	padding: 0 0 30px 0;
}
ul.thumbnail-list h3,
ul.thumbnail-list h3 a{
	font-size: 14px;
	font-weight: bold;
	padding: 0;
}
ul.thumbnail-list p {
	font-size: 12px;
	line-height: 150%;
}

.slides_container .next,
.slides_container .prev {
	position: absolute;
	bottom: -9px;
	font-size: 10px;
	text-decoration: none;
	transform: uppercase;	
}
.slides_container .next {
	right:0;
}
.slides_container .prev {
	right: 25px;
}


ul.slides_pagination,
ul.slides_pagination li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.slides_pagination {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}
ul.slides_pagination li {
	display: inline;
}
ul.slides_pagination a {
	display: block;
	float: left;
	text-indent: -9999px;
	background: #ddd;
	width: 8px;
	height: 8px;
	margin-right: 5px;

	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
ul.slides_pagination li a:hover, 
ul.slides_pagination li.current a {
	background: #999;
}
.slides_container {
	padding:0 0 10px 0;
	margin: 0 0 50px 0;
	position: relative;
}




/*	Graphical HR Lines
___________________________________________________________________ */
ul.thumbnail-list,
.post,
#footer .footer-top-wrap,
#footer .footer-bottom-wrap,
.cudazi-latest-posts li,
.cudazi-latest-posts,
#respond,
#comments-title,
hr {
	background: url(../images/hr.gif) repeat-x top left;
}
#commentlist .right-comments {
	background:url(../images/hr_vertical.gif) repeat-y top left;
}



/*	Main
___________________________________________________________________ */
#main {
	padding:0 0 30px 0;
}
.entry-meta {
	font-size: 11px;
	letter-spacing: .3px;
	color: #999;
	text-transform: uppercase;
	line-height: 100%;
}
.entry-title {
	line-height: 120%;
}
.entry-title,
.entry-title a{
	padding: 0;
}

.entry-title + .entry-meta {
	padding: 5px 0 30px 0;
}
.entry-title + .entry-content {
	padding: 30px 0 0 0;
}

.entry-content + .entry-meta {
	padding: 30px 0 0 0;
}


.post-thumbnail + .entry-title {
	margin: 30px 0 0 0;
}

.thumbnail-list-slider img,
.attachment-list img,
.post-thumbnail img,
.featured-image img {
	border-radius: 2px;
	box-shadow: 0 0 3px #ddd;
	-moz-box-shadow: 0 0 3px #ddd;
	-webkit-box-shadow: 0 0 3px #ddd;
}
a.more-link {
	text-decoration: none;
}
a.more-link,
.post-comment-link a {
	font-style: italic;
}
.promo_text {
	font-style: italic;
	font-size: 18px;
	line-height: 130%;
}

.post {
	padding: 60px 0 0 0;
	margin: 50px 0 0 0;
}
.post:first-child {
	background-image: none;
	margin: 0;
	padding: 0;
}
.post p:last-child {
	padding-bottom: 0;
}
.post + .post-pagination {
	padding-top: 60px;
}
.sticky {
	/* sticky post formatting */
}



/*	Footer
___________________________________________________________________ */
#footer .footer-top-wrap {
	padding: 60px 0 16px 0;
}
#footer .footer-bottom-wrap {
	padding: 30px 0 0 0;
}
#footer-bottom .widget {
	font-size: 11px;
}




/*	Widgets
___________________________________________________________________ */
.widget {
	margin: 0 0 60px 0;
	font-size: 12px;
	line-height: 170%;
}
#footer .widget {
	margin-bottom: 30px;
}
#aside .widget a,
#footer .widget a {
	text-decoration: none;
}
.widget ul, 
.widget ol { 
	margin:0; 
	padding-left:0; 
	list-style-type: none;
}
.widget ul ul, 
.widget ol ol {
	padding-left: 20px;
}
.widget_calendar h3 {
	padding: 0;
}
.widget_calendar td,
.widget_calendar th{
	padding:3px 8px;
}
.widget_calendar th,
.widget_calendar .today,
.widget_calendar caption {
	font-weight:bold;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar caption {
	text-align: center;
	padding: 15px 0;
}
.widget_text p:last-child {
	padding-bottom: 0;
}
.widget_rss ul .rsswidget {
	display: block;
	font-weight: bold;
}
.widget_rss ul .rssSummary {
	padding: 0 0 10px 0;
}

.cudazi-latest-posts li {
	position: relative;
	padding: 12px 0 8px 0;
	margin: 0;	
	display: block;
	overflow: hidden;
}
.cudazi-latest-posts {
	background-position: bottom left;
	padding-bottom: 2px;
}
html.ie .cudazi-latest-posts li span {
	top: 16px;
}
.cudazi-latest-posts li span {
	display: block;
	width: 50px;
	position: absolute;
	top: 18px;
	left: 0;
	line-height: 10px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
.cudazi-latest-posts li a {
	display: block;
	float: left;
	background:url(../images/arrows.gif) no-repeat left 6px;
	margin-left: 48px;
	padding-left: 18px;
	
}




/* Icon List Shortcode
___________________________________________________________________ */
.iconlist h5 {
	line-height: 100%;
	font-size: 15px;
	padding: 0 0 3px 0;
}
.iconlist h5,
.iconlist h5 a {
	font-weight: bold;
	text-decoration: none;
}
.iconlist p {
	font-size: 12px;
}
.iconlist img.left {
	margin: 0 10px 10px 0;
	padding: 0;
}
ul.iconlist, ul.iconlist li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}




/* Comment / Form Fields
___________________________________________________________________ */
form.standard label {
	font-weight:bold;
	display: block;
}
form.standard .field {
	margin-bottom: 20px;
}
#author,
#url,
#email,
#comment,
#submit,
form.standard .textbox,
form.standard .textarea,
form.standard .button {
	padding: 8px 8px;
	background: #fff;
	border: 1px solid #fff;
	
	-webkit-box-shadow:0 0 2px #ccc;
	-moz-box-shadow:0 0 2px #ccc;
	box-shadow:0 0 2px #ccc;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
html.ie #author,
html.ie #url,
html.ie #email,
html.ie #comment,
html.ie #submit,
html.ie form.standard .textbox,
html.ie form.standard .textarea,
html.ie form.standard .button {
	border-color: #ccc;
}


form.standard .button,
#submit {
	cursor: pointer;
}
#author,
#url,
#email {
	width: 240px;
}
form.standard .textarea,
#comment {
	font-family: inherit;
	width: 330px;
	height: 125px;
	font-size: 12px;
	line-height: 150%;
}
form.standard .textbox {
	width: 330px;
}

#author:focus,
#url:focus,
#email:focus,
#comment:focus,
form.standard .textbox:focus,
form.standard .textarea:focus,
form.standard .button:hover,
#submit:hover {
	border-color: #ccc;
}
form.standard .error,
form.standard .error {
	border-color: #ffcfcf;
	background: #fff5f5;
	color: #000;
}
#commentform .required {
	display: none;
}
#commentform label {
	display: block;
	font-weight: bold;
}




/*	Search Form
___________________________________________________________________ */
#searchform {
	background:#fff;
	
	-webkit-box-shadow:0 0 2px #ccc;
	-moz-box-shadow:0 0 2px #ccc;
	box-shadow:0 0 2px #ccc;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	padding: 7px 0 0 10px;
	max-width: 400px;
	height: 24px;
}
html.ie #searchform {
	border: 1px solid #ddd;
}
#searchform #s, 
#searchform #searchsubmit {
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
}
#searchform #s {
	width: 80%;
	display: block;
	float: left;
	margin-top: 2px;
	font-size: 11px;
}
#searchform #searchsubmit {
	width: 25px;
	height: 18px;
	display: block;
	float: right;
	cursor: pointer;
	background: url(../images/searchicon.png) no-repeat center center;
	text-indent: -9999px;
}




/*	Comments
___________________________________________________________________ */
#commentlist,
#commentlist li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#commentlist li {
	margin: 0 0 30px 0;
}
#commentlist .children {
	margin: 30px 0 0 0;
	padding: 0 0 0 80px;
}
#commentlist li:last-child,
#commentlist .children li:last-child {
	margin: 0;
}
#commentlist .left {
	width: 80px;
	float:left;
}
#commentlist .right-comments {
	padding: 0 0 0 20px;
	overflow: hidden;
	min-height: 62px;
}
.comment-reply-link {
	font-size: 10px;
	padding: 0 0 0 5px;
}
#commentlist .bypostauthor cite {
	font-weight: bold;
}
#commentlist cite {
	font-size: 16px;
	padding: 0 5px 0 0;	
	font-style: normal;
}

#commentlist .commentmetadata {
	font-style:italic;
	font-size: 11px;
}
#commentlist .comment-text {
	font-size: 13px;
}
#commentlist .comment-meta-header {
	padding: 0;
}
#commentlist a {
	text-decoration: none;
}
#commentlist .right-comments p:last-child {
	padding: 0 0 0 0;
}
#comments .navigation {
	padding: 0 0 20px 0;
}
#respond {
	margin: 30px 0 0 0;
	padding: 30px 0 0 0;
	position: relative;
}
#cancel-comment-reply-link {
	font-size: 12px;
}
#comments-title {
	padding: 30px 0 30px 0;
	margin: 30px 0 0 0;
}
.form-allowed-tags {
	display: none;
}




/*	General Use Styles / Other Helpers
___________________________________________________________________ */

.left {
	float: left;
}
.right {
	float: right;
}
img.left {
	padding: 0 10px 10px 0;
}
img.right {
	padding: 0 0 10px 10px;
}
hr {
	height: 2px;
	line-height: 2px;
	border:0;
	margin: 0;
	padding: 0 0 30px 0;
}
html.ie7 hr {
	height: 1px;
	background-color: #ddd;
	color: #ddd;
	margin: 0 0 30px 0;
}
.stripped {
	margin:0;
	padding:0;
	list-style-type:none;
}
.stripped LI {
	list-style-type:none;
	display:inline;
	float:left;
}

/*	Force Scrollbar	*/
html { 
	overflow-y: scroll; 
}
#post-0 {
	padding: 0 0 40px 0;
}
li.hidden,
.hidden {
	display: none;
}
.search-results .result-title { 
	padding: 0; 
}

.message {
	padding: 9px 12px 8px 12px;
	margin-bottom: 25px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.message .hideparent {
	padding: 0 0 0 10px;
}
.error,
.warning,
.success,
.error a,
.warning a,
.success a {
	font-size:12px;
	color: #fff;
}
.error {
	background:#C00;
}

.warning {
	background:#f93;
}

.success {
	background:#090;
}
.social-icon + .social-icon {
	padding-left: 3px;
}




/* Post Navigation (use wp-pagenvi)
----------------------------------------------------------------------------------------------------*/
.wp-pagenavi {
	margin:0 0 0px 0;
	clear: both;
	font-size:11px;
	line-height:30px;
	text-transform:uppercase;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #ddd;
	padding: 7px 10px;
	margin: 0 1px;
	background: #f0f0f0;
	color: #999;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border-color:#aaa;
	background:#fff;
}
.wp-pagenavi span.pages {
	background:none;
	border:0;
	padding-left:0;
}
.wp-pagenavi:hover a,
.wp-pagenavi:hover span {
	color:#444;
}




/* Default WordPress Gallery
----------------------------------------------------------------------------------------------------*/
.gallery {
	padding:0;
}
.gallery dl { 
	float:left; 
	margin:0 0 30px 0;
}
.gallery dl + dl {
	margin-left:30px;
}
.gallery dl a { 
	display:block; 
	line-height:100%;
}
.gallery-caption {
	padding:2px 0;
	margin:0;
	font-size:11px;
}
.gallery br { display: none; }




/* WordPress post image formatting
----------------------------------------------------------------------------------------------------*/
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 0;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 0;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	line-height: 18px;
	margin-bottom: 10px;
	padding: 0 4px 4px 0;
	font-size: 11px;
	color:#888;
	text-align: left;
}
.wp-caption img {
	margin: 0;
}
.wp-caption p.wp-caption-text {
	margin: 5px 0 0 0;
	padding: 0;
}



</pre></body></html>