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

/* ----------------------------------------
	RESET
---------------------------------------- */

html, body, div, span, applet, object, iframe, h1,
h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, 
li, fieldset, form, label, legend, input, table, caption,
tbody, tfoot, thead, tr, h, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ol,
ul {    list-style: none }

/* ---------- CLEARFIX ---------- */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {    display: inline-block }

html[xmlns] .clearfix {    display: block }

* html .clearfix {    height: 1% }

/* ----------------------------------------
	HTML5 CSS SETUP 
---------------------------------------- */

article, aside, figure, footer, header, hgroup,
nav, section, video {    display: block }

/* ----------------------------------------
	TYPOGRAPHY
---------------------------------------- */

a {
    color: #737373;
    text-decoration: none;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
}

a:hover {    color: #3297FD }

.page-content a {    color: #F57A30 }

.page-content a:hover {    color: #3297FD }

.page-content a:visited {    color: #737373 }

.page-content a:visited:hover {    color: #3297FD }

p {    margin: 20px 0 0 }

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 40px 0 0;
    line-height: 1em;
}

h1 {
    font-size: 48px;
    letter-spacing: -3px;
}

.page-intro h1 {
    color: #333;
    line-height: 1.2em;
}

.page-intro em {
    color: #999;
    font-size: 26px;
    font-style: normal;
    letter-spacing: -1px;
    line-height: 1em;
}

h2 {
    border-top: 1px dotted #CCC;
    font-size: 1em;
    font-weight: 700;
    padding-top: 20px;
}

h3 {
    font-size: 24px;
    letter-spacing: -1px;
}

h4 {
    font-size: 18px;
    letter-spacing: -1px;
}

h5 {
    font-size: 16px;
    letter-spacing: -1px;
}

h6 {    font-size: 14px }


/* ----------------------------------------
	STRUCTURE
---------------------------------------- */

html {    height: 100% }

body {
    background: #FFF;
    color: #555;
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    height: 100%;
    line-height: 1.4em;
    position: relative;
}

#wrapper {
    display: block;
    margin: 0 auto;
    width: 1036px;
}

#sidebar {
    background: #0F1012;
    color: #555;
    float: left;
    font-size: 12px;
    line-height: 1.4em;
	margin-bottom: 80px;
    padding: 40px 20px 20px;
    width: 180px;
}

	#sidebar a {    color: #737373 }

	#sidebar a:hover {    border-bottom: 1px dotted #737373 }

a#logo {
    border-bottom: 4px solid #44464A;
    color: #FFF;
    display: block;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 36px;
    padding-bottom: 20px;
    width: 180px;
}

#sidebar a#logo:hover {    border-bottom: 4px solid #44464A }

#logo img {    max-width: 180px }

/* ----- NAVIGATON ----- */

#main-navigation {
    line-height: 1.4em;
    margin: 0 0 0 -20px;
    position: relative;
	width: 220px;
	z-index: 2;
}

#navigation li {    position: relative }

#navigation,
#navigation a {    display: block }

#main-navigation ul {    margin: 20px 0 }

#main-navigation a {
    color: #737373;
    padding: 4px 20px;
}

#main-navigation a:hover {
    background: #44464A;
    border: none;
    color: #FFF;
}

#main-navigation .hover { background: #44464A; }

#main-navigation .hover &gt; a { color: #939393; }

#main-navigation .hover &gt; a:hover { color: #FFF }

/* NAVIGATION SUBMENUS */

#main-navigation ul ul {
    background: #44464A;
    display: none;
    left: 200px;
    margin: 0;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 200px;
    z-index: 99999;
}

	#main-navigation ul ul a {
	    color: #939393;
	    padding: 4px 0;
	}

	#main-navigation ul ul ul {    top: -10px }

.widget-sidebar {    margin: 0 0 40px }

#copyright {
    font-size: 11px;
    margin: 40px 0 0;
}

	#copyright span {
	    clear: both;
	    display: block;
	}

#content-wrapper {
    float: left;
    width: 816px;
    padding-bottom: 80px;
	position: relative;
	z-index: 1;
}

#content {
    background-color: #FFF;
    overflow: hidden;
    padding-bottom: 40px;
    position: relative;
}

.page-intro {    margin: 40px 40px 20px }

body.blog .page-intro,
body.archive .page-intro,
body.search .page-intro {    margin-bottom: 0 }

#slider {
    height: 490px;
    margin-top: 40px;
    overflow: hidden;
}

#content #slider:first-child,
#content .post-image:first-child {    margin: 0 }

.page-content {
	margin: 0 40px;
    width: 736px;
}

.page-content:first-child {    margin: 20px 40px 0 }

/* ---------- PAGINATION ---------- */

.pagination {
    background-color: #0F1012;
    color: #555;
    float: right;
    font-size: 12px;
    margin: 20px 0 0;
    padding: 5px;
}

	.pagination span {    padding: 0 5px }

	.pagination a {    color: #737373 }

	.pagination a:hover {
	    color: #44464A;
	    text-decoration: none;
	}

	.pagination a:visited {    color: #333 }

/* ----- wp_link_pages() -- */

.page-content .pagination {
    background: none;
    float: none;
    padding: 0;
    width: 100%;
}

	.page-content .pagination span {
	    padding: 3px 5px;
	    border: 1px solid #EEE;
	}

	.page-content .pagination ul {
	    margin: 0;
	    overflow: hidden;
	}

		.page-content .pagination ul li {
		    background: 0;
		    margin: 0;
		    padding: 0;
		}

/* ----------------------------------------
	BLOG INDEX (TRADITIONAL LAYOUT)
---------------------------------------- */

.blog-traditional article{	
	margin: 0 40px 40px;
	overflow: hidden;
}

.blog-traditional article + article { border-top: 1px dotted #CCC; } /* Adds a top border to any post on the blog page that follows another post. */
	
	.blog-traditional-thumbnail,
	.blog-traditional .third { margin-top: 20px; }
	
	.blog-traditional-thumbnail { 
		display: block; 
		line-height: 1em;
		position: relative;
	}
	
	.blog-traditional h2 {
		border: none;
		font-size: 24px;
		font-weight: 400;
		letter-spacing: -1px;
		padding: 0;
	}
	
	.blog-traditional .post-meta ul {
		padding: 0;
	}
	.blog-traditional .post-meta ul li {
		display: block;
		margin-bottom: 3px;
		width: 100%;
	}
	
	#content .pagination { 
		background: none;
		margin-right: 40px; 
	}
	
/* ----------------------------------------
	BLOG INDEX (MOSAIC)
---------------------------------------- */

#blog-grid {
    overflow: hidden;
    width: 826px;
}

	#blog-grid article {
	    background-color: #FFF;
	    float: left;
	    font-size: 12px;
	    line-height: 1.4em;
	    margin: 10px 10px 0 0;
	    padding: 10px 10px 50px;
	    position: relative;
	    width: 245px;
	}

		#blog-grid article img {   
			margin-bottom: 10px
		}

		#blog-grid article h1 {
		    font-size: 12px;
		    font-weight: 700;
		    margin: 0 0 10px;
		    letter-spacing: 0;
		    line-height: 1.2em;
		}

		#blog-grid article small {
		    color: #999;
		    display: block;
		    margin: 10px 0 0;
		}

	#blog-grid .post-meta {
	    background-color: #0F1012;
	    bottom: 0;
	    color: #FFF;
	    font-size: 12px;
	    left: 0;
	    line-height: 19px;
	    padding: 10px;
	    position: absolute;
	    width: 245px;
	}

/* ----- LINK ----- */

.link-url {
    color: #999;
    display: block;
    font-size: 16px;
    margin: 20px 0 0;
    word-wrap: break-word;
}

.post-icon {
    background: url(images/post-icons.png) no-repeat;
    bottom: 0;
    height: 39px;
    position: absolute;
    right: 0;
    width: 39px;
}

/* POST TYPE ICONS */

.format-post .post-icon {    background-position: 0 0 }

.format-video .post-icon {    background-position: -39px 0 }

.format-quote .post-icon {    background-position: -78px 0 }

.format-status .post-icon {    background-position: -117px 0 }

.format-gallery .post-icon {    background-position: -156px 0 }

.format-link .post-icon {    background-position: -195px 0 }

.format-audio .post-icon {    background-position: 0 -39px }

.item-link {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}

.sticky { }

/* ----------------------------------------
	POSTS
---------------------------------------- */

.post-scroll-holder {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
}

	.post-scroll-holder span {
	    display: inline-block;
	    float: right;
	}

	.post-scroll-holder a {
	    display: block;
	    height: 40px;
	    width: 40px;
	}

.prev-post-link a {    background: url(images/colorbox-controls.png) no-repeat -80px 0 }

.prev-post-link a:hover {    background: url(images/colorbox-controls.png) no-repeat -80px -40px }

.next-post-link a {    background: url(images/colorbox-controls.png) no-repeat -40px 0 }

.next-post-link a:hover {    background: url(images/colorbox-controls.png) no-repeat -40px -40px }

/* ----- Media players (YouTube, vimeo, embed)----- */

.media-player { margin: 20px auto 0 }

/* ----- MediaElemets Player ----- */

.mejs-audio {    margin: 40px auto }

/* ----- STATUS ----- */

.timestamp {
    color: #999;
    display: block;
    margin: 20px 0 0;
}

/* ----- POST META ----- */

.post-meta ul {
    color: #999;
    font-size: 10px;
    padding: 0 40px 20px;
}

.author-meta {    background: url(images/author-meta.png) left center no-repeat }

.date-meta {    background: url(images/date-meta.png) left center no-repeat }

.category-meta {    background: url(images/category-meta.png) left center no-repeat }

.comments-meta {    background: url(images/comments-meta.png) left center no-repeat }

.share {    background: url(images/share-meta.png) left center no-repeat }

.format-video .post-meta ul {    padding-bottom: 0 }

aside.post-meta ul li {
    float: left;
    padding: 5px 20px 0 20px;
}

aside.post-meta ul li:first-child {    border: none }

.gallery-image-link {
    display: block;
    line-height: 0;
    margin: 0 0 10px;
    position: relative;
}

.gallery-image-link:first-child {    margin: 20px 0 10px }

#two-column-gallery a img {    margin: 0 }

.image-hover-icon {
    background: url(images/zoom-icon.jpg) 0 0 no-repeat;
    height: 40px;
    position: absolute;
    right: 0;
    visibility: hidden;
    width: 40px;
}

/* ----- AUTHOR META ----- */

.author-meta img {
    padding: 0 10px 0 0;
    float: left;
}

.share {    position: relative }

/* ----- ADDTHIS ----- */

.share-holder {
    background: url(images/share-holder-bg.png) no-repeat;
    display: none;
    float: left;
    left: -20px;
    padding: 12px 0 0;
    position: absolute;
    top: 20px;
    z-index: 999;
}

.addthis_toolbox {
    background: #44464A;
    padding: 10px;
    width: 100px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.post-image {    margin-top: 20px }

/* ----- TAGS ----- */

.post-tags {
    border-top: 4px solid  #44464A;
    line-height: 18px;
    margin: 40px 0 0;
    padding: 20px 0 0;
}

.tag-icon {
    background: url(images/tag-icon.png) no-repeat;
    display: block;
    float: left;
    height: 24px;
    margin: 0 10px 0 0;
    width: 24px;
}

.post-tags a {
    border: 1px solid #EEE;
    color: #737373;
    display: inline-block;
    font-size: 12px;
    padding: 2px 5px;
}

/* ----------------------------------------
	PORTFOLIO (INDEX)
---------------------------------------- */

#filter {
    display: block;
    font-size: 12px;
    line-height: 1.4em;
    margin: 40px 40px 0;
    overflow: hidden;
}

	#filter li {
	    float: left;
	    margin-right: 1px;
	}

		#filter li .selected {    background: #0F1012 }

		#filter li a {
		    background: #CCC;
		    color: #FFF;
		    display: inline-block;
		    padding: 5px 10px;
		    -webkit-transition: background-color 0.30s;
		    -moz-transition: background-color 0.30s;
		    -o-transition: background-color 0.30s;
		    transition: background-color 0.30s;
		}

		#filter li a:hover {    background: #999 }

#portfolio-grid article {
	background: #FFF;
    height: 134px;
    float: left;
    position: relative;
    overflow: hidden;
    width: 204px;
}

#portfolio-grid img {
    position: absolute;
    z-index: 1;
}

#portfolio-grid .meta {
    background-color: #0F1012;
    color: #FFF;
    height: 114px;
    padding: 10px;
    position: absolute;
    top: -134px;
    width: 184px;
    z-index: 2;
}

.meta h6 {
    font-weight: 700;
    line-height: 1.4em;
    margin: 10px 0 0;
}

/* ---------- COLORBOX ---------- */

#colorbox #content {
    overflow: hidden;
    width: 816px;
}

/* ----------------------------------------
	PORTFOLIO ITEM
---------------------------------------- */

#two-column-gallery img {    margin-top: 10px }

#two-column-gallery img:first-child {    margin-top: 20px }

#two-column-gallery .media-player {    margin: 20px 0 0 }

.portfolio-item-meta-title {
    display: block;
    margin: 20px 0 0;
}

.portfolio-item-project-link {
    display: block;
    margin: 20px 0 0;
}

/* ----------------------------------------
	STAFF (INDEX)
---------------------------------------- */

#portfolio-grid small {
    color: #737373;
    font-weight: 700;
}

/* ----------------------------------------
	FORMS
---------------------------------------- */

form {    max-width: 483px }

.page-content form ul li,
#sidebar form ul li {
    background: none;
    margin: 0 0 20px;
    padding: 0;
}

input[type="text"],
input[type="password"],
textarea {
    background-color: #F6F6F6;
    border: 1px solid #DDD;
    display: block;
    font-weight: 400;
    margin: 0 0 20px;
    padding: 6px 4px;
}

textarea {    font-family: helvetica, arial, sans-serif }

input[type="checkbox"] {    float: left }

#respond {
    margin: 20px auto 0;
    width: 484px;
}

p + #respond {    margin-top: 40px }

label {
    display: inline-block;
    margin: 0 0 5px;
}

input[type="radio"] {
    color: #444;
    margin: 0 10px 5px 0;
}

select {
    background-color: #F6F6F6;
    border: 1px solid #DDD;
    padding: 2px 2px 2px 0;
    width: 230px;
}

input[type="text"],
input[type="password"],
textarea {    width: 476px }

textarea {
    height: 100px;
    resize: none;
}

input[type="checkbox"] {
    height: 13px;
    margin: 1px 5px 0 0;
    width: 13px;
}

input.error,
textarea.error {    border: 1px solid #FF0000 }

label.error {    color: #FF0000 }

/* ----------------------------------------
	SIDEBAR FORMS
---------------------------------------- */

#sidebar input[type="text"],
#sidebar input[type="password"],
#sidebar textarea,
#sidebar select {
    background-color: #44464A;
    border: 1px solid #222;
    color: #999;
    width: 168px;
}

#sidebar select {
    padding: 2px 2px 2px 0;
    width: 178px;
}

/* ----------------------------------------
	COMMENTS
---------------------------------------- */

#comments-holder {
    border-top: 4px solid #44464A;
    clear: both;
    margin: 40px 0 0;
}

.post-tags + #comments-holder {
    border-top: 1px dotted #CCC;
    margin: 20px 0 0;
}

#comments {
    clear: both;
    margin: 20px 0 0;
    padding: 0;
}

	#comments li {
	    /* reset margins and padding */
	    padding: 0;
	    margin: 0;
	}

.comment {
    background: url(images/comment-thread-horizontal.png) repeat-y;
    width: 100%;
}

	.comment .comment {    background: url(images/comment-thread-vertical.png) no-repeat }

	.comment .children .children {    background: url(images/comment-thread-horizontal-2.png) repeat-y }

	.comment .comment .comment {    background: url(images/comment-thread-vertical-2.png) no-repeat }

/* FIRST LEVEL */

.comment-holder {
    background: #FFF;
    border: 1px solid #EEE;
    float: right;
    margin: 0 0 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.author-text {
    float: right;
    padding: 10px;
    width: 633px;
}

/* SECOND LEVEL */

.children .comment-holder {    width: 643px }

.children .author-text {    width: 543px }

/* THIRD LEVEL */

.children .children .comment-holder {    width: 553px }

.children .children .author-text {    width: 453px }

.admin_comment {    background-color: #F6F6F6 }

.comment .avatar {
    border: 1px solid #EEE;
    float: left;
    margin: 10px 0 10px 10px;
    padding: 3px;
}

.author-text small {    float: right }

#comments .comment small a {
    color: #999;
    border-bottom: 1px dotted transparent;
}

#comments .comment small a:hover {    color: #3297FD }

.author-text h6 {
    float: left;
    font-size: 12px;
    font-weight: 700;
    margin: 5px 0 10px;
}

	.author-text h6 span {
	    color: #999;
	    font-size: 10px;
	    font-weight: 400;
	}

	.author-text h6 a {
	    color: #999;
	    border-bottom: 1px dotted transparent;
	}

	.author-text h6 a:hover {    color: #3297FD }

.the-comment {
    border-top: 1px solid #EEE;
    clear: both;
    margin: 20px 0 0;
}

	.the-comment p {    margin: 10px 0 20px }

#comments .comment-reply-link {
    color: #999;
    float: right;
    font-size: 10px;
}

#comments .comment-reply-link:hover {    color: #3297FD }

#comments #respond {
    background-color: #FFF;
    padding: 0 0 40px;
}

#reply-title {    margin: 20px 0 0 }

/* ----------------------------------------
	SHORTCODES
---------------------------------------- */

.clearboth {
    clear: both;
    display: block;
    font-size: 0px;
    height: 0px;
    line-height: 0;
    overflow: hidden;
    width: 100%;
}

/* ----- BUTTONS ----- */

input[type=reset],
input[type=button],
button,
input[type=submit],
.sidebar input[type=submit],
.page-content input[type=submit],
a.button {
    background: #F57A30 url(images/button-overlay.png) repeat-x;
    border: none;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 20px 0 0 0;
    padding: 6px 15px;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.35);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

button[type=reset],
input[type=reset] {    background: #44464A url(images/button-overlay.png) repeat-x }

input[type=button]:hover,
button:hover,
input[type=submit]:hover,
.sidebar input[type=submit]:hover,
.page-content input[type=submit]:hover,
a.button:hover {
    background: #F57A30;
    color: #FFF;
}

button[type=reset]:hover,
input[type=reset]:hover {
    background: #44464A;
    color: #FFF;
}

.button.left {
    float: left;
    margin: 20px 0 0 5px;
}

.button.right {
    float: right;
    margin: 20px 0 0 5px;
}

.button-center {    text-align: center }

.button.large {
    font-size: 18px;
    padding: 10px 15px;
}

p .button,
p input[type=submit],
#respond input[type=submit] {    margin-top: 0 }

/* ----- EMPHASIS ----- */

.emphasis {
    display: block;
    font-size: 16px;
    line-height: 1.5em;
    margin: 40px 0 0;
}

.page-content &gt; .emphasis:first-child {    margin: 20px 0 0 }

.emphasis * {    margin-top: 0 }

.emphasis.left {    text-align: left }

.emphasis.right {    text-align: right }

.emphasis.center {    text-align: center }

/* ----- LIST STYLES ----- */

article ul.square {    padding-left: 20px }

article ul.circle {    padding-left: 20px }

article ul.check li {    background: url(images/li_true.png) left 9px no-repeat }

article ul.cross li {    background: url(images/li_false.png) left 9px no-repeat }

article ul.square li {
    background: none;
    list-style-type: square;
}

article ul.circle li {
    background: none;
    list-style-type: disc;
}

/* ----- DIVIDERS ----- */

.hr {
    border-top: 1px dotted #CCC;
    margin: 40px 0 0;
}

.hr.thick {
    border-top: 4px solid #44464A;
    margin: 40px 0 0;
}

.divider.top {
    background: none;
    border-top: 1px dotted #CCC;
    height: auto;
    clear: both;
    margin: 40px 0 0;
}

.top {
    font-size: 10px;
    line-height: 10px;
    position: relative;
    text-align: right;
    width: 92%;
}

	.top a {
	    color: #999 !important;
	    display: block;
	    height: 20px;
	    padding-left: 17px;
	    position: absolute;
	    right: -40px;
	    top: -5px;
	    width: 20px;
	}

	.top a:hover {    color: #666 !important }

/* ----- GOOGLE MAP ----- */

.google-map {    margin: 40px 0 0 }

#two-column-text .google-map {    margin: 20px 0 0 }

/* ----- HIGHLIGHT ----- */

.highlight {
    background-color: #FFFF00;
    color: #111111;
    padding: 5px;
}

/* ----- TOGGLE CONTENT ----- */

.toggle-content {
    background: #FFF;
    border-bottom: 1px solid #EEE;
    clear: both;
    display: block;
    margin: 20px 0 0;
}

.toggle-content:hover {    border-bottom: 1px solid #CCC }

.toggle-content + .toggle-content {    margin: 0 }

.toggle-content .expand-button {
    background: url(images/toggle-bg.png) right top no-repeat;
    cursor: pointer;
    font-weight: 700;
    line-height: 38px;
    overflow: hidden;
}

.toggle-content .expand-button.close {    background-position: right -38px }

.toggle-content .expand-button p {
    margin: 0;
    padding-right: 30px;
}

.toggle-content .expand {
    margin: 0;
    padding: 1px 0 20px;
}

.expanding .expand {    display: none }

/* ----- DOWNLOAD BOX ----- */

.download_box {
    background: url(images/download-icon.png) 20px center no-repeat #C0E04F;
    border: 1px solid #548E13;
    color: #548E13;
    margin-top: 16px;
    padding: 0 20px 20px 80px;
    text-shadow: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

	.download_box a {
	    border-bottom: 1px dotted #548E13;
	    color: #548E13 !important;
	}

	.download_box a:hover {
	    border-bottom: none;
	    color: #666;
	}

/* ----- INFO BOX ----- */

.info_box {
    background: url(images/info-icon.png) 20px center no-repeat #BFE4F9;
    border: 1px solid #68A2CF;
    clear: both;
    color: #2E6093;
    margin-top: 16px;
    padding: 0 20px 20px 80px;
    text-shadow: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

	.info_box a {
	    border-bottom: 1px dotted #68A2CF;
	    color: #68A2CF !important;
	}

	.info_box a:hover {
	    border-bottom: none;
	    color: #666;
	}

/* ----- WARNING BOX ----- */

.warning_box {
    background: url(images/warning-icon.png) 20px center no-repeat #FCC;
    border: 1px solid #F99;
    clear: both;
    color: #C31B00;
    margin-top: 16px;
    padding: 0 20px 20px 80px;
    text-shadow: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

	.warning_box a {
	    border-bottom: 1px dotted #F99;
	    color: #F99 !important;
	}

	.warning_box a:hover {
	    border-bottom: none;
	    color: #666;
	}

/* ----- DROPCAPS ----- */

.dropcap_1 {
    font-size: 48px;
    font-weight: 700;
    float: left;
    height: 30px;
    line-height: 30px;
    padding-top: 8px;
    text-align: center;
    width: 46px;
}

.dropcap_2 {
    float: left;
    height: 45px;
    line-height: 38px;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: -5px;
    padding-top: 5px;
    text-align: center;
    width: 50px;
    background-color: #F57A30;
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}

/* ----- PULL QUOTES ----- */

blockquote.alignleft {
    float: left;
    margin: 20px 20px 20px 0;
}

blockquote.alignright {
    float: right;
    margin: 20px 0 20px 20px;
}

/* ----- COLUMNS ----- */

.row-holder {
    clear: both;
    overflow: hidden;
}

.third,
.half,
.two-thirds {
    float: left;
    margin-right: 20px;
}

.third {    width: 232px }

.half {    width: 358px }

.two-thirds {    width: 484px }

.end {    margin: 0 }

/* ----- PAGE LIST ----- */

.feature-image {    margin: 40px 0 0 }

	.feature-image + h1,
	.feature-image + h2,
	.feature-image + h3,
	.feature-image + h4,
	.feature-image + h5,
	.feature-image + h6 {    margin-top: 20px }

/* ----- POST LIST ----- */

.postlist {    padding: 10px 0 0 }
.postlist article {    margin: 10px 0 0 }

.postlist h6,
.postlist p {    margin: 0 }

.postlist img {    vertical-align: middle }

/* ----- PRICING TABLES ----- */

.pricing-table {
    color: #555;
    display: block;
    font-size: 12px;
    margin: 40px auto 0;
}

	.pricing-table strong {    color: #555 }

	.pricing-table p {    margin: 10px 0 0 }

	.pricing-table a.button {    margin: 10px 0 0 }

	.pricing-table h2 {
	    border: 0;
	    font-size: 16px;
	    padding: 0;
	}

	.pricing-table h1,
	.pricing-table h2,
	.pricing-table h3,
	.pricing-table h4,
	.pricing-table h5,
	.pricing-table h6 {    margin: 20px 0 0 }

.pricing-table-column {
    background-color: #EFEFEF;
    float: left;
    padding: 0 10px;
    text-align: center;
    width: 157px;
}

.pricing-table-column:nth-child(2n) {    background-color: #F6F6F6 }

.pricing-table-column-highlight {
    border: 4px solid #DDD;
    margin: -25px 0 0;
    padding: 20px;
}

.pricing-table-row {
    border-top: 1px solid #DDD;
    padding: 0 0 10px;
}

.pricing-table-column:nth-child(2n) .pricing-table-row {    border-top: 1px solid #EEE }

.pricing-table-row:first-child {    border: none }

.pricing-table-column:nth-child(2n) .pricing-table-row:first-child {    border: none }

/* ----- VIDEO ----- */

.jp-video ul li {
    background: none;
    padding: 0;
}

div.jp-video div.jp-video-play {    background-color: #00B0D8 }

/* ----- GALLERY ----- */

.gallery {    margin: 40px 0 0 }

.gallery-item {
    float: left;
    margin: 0 20px 20px 0;
}

.gallery a {
    display: block;
    line-height: 100%;
}

/* ----------------------------------------
	STYLING
---------------------------------------- */

.displace,
.screen-reader-text {    display: none }

/* ----- QUOTES ----- */

blockquote {
    background: #F6F6F6;
    border-left: 4px solid #CCC;
    margin-top: 20px;
    padding: 20px;
}

#blog-grid blockquote {    margin: 0 }

blockquote p:first-child {    margin-top: 0 }

#blog-grid cite {    float: right }

h1 cite {    float: none }

abbr {
    border-bottom: 1px dotted #444;
    color: #444;
    cursor: pointer;
}

small {    font-size: 10px }

pre {
    background-color: #F6F6F6;
    margin: 20px 0 0;
    padding: 10px;
}

/* ----- LISTS ----- */

.page-content ul,
.post-content ul {    margin: 20px 0 0 0 }

	.page-content ul li,
	.post-content ul li {
	    background: url(images/li.png) 0 6px no-repeat;
	    padding: 10px 0 0 22px;
	}

.page-content li ul,
.post-content li ul {    margin: 0 }

.page-content ul ol li,
.post-content ul ol li {    background: none }

.page-content ol,
.post-content ol {
    margin: 20px 0 0 16px;
    padding-left: 20px;
}

	.page-content ol li,
	.post-content ol li {
	    list-style-type: decimal;
	    padding: 10px 0 0 3px;
	}

.page-content li ol,
.post-content li ol {    margin: 0 }

.page-content ol ul li,
.post-content ol ul li {
    background: url(images/li.png) 0 6px no-repeat;
    list-style-type: none;
    margin: 0 0 0 -2px;
    padding: 10px 0 0 22px;
}

/* ----- TABLES ----- */

.page-content table {
    background-color: #F9F9F9;
    border: 4px solid #DDD;
    border-collapse: collapse;
    color: #555;
    margin: 20px 0 0;
    width: 100%;
}

.page-content th {
    background-color: #F0F0F0;
    padding: 10px 0;
}

.page-content tr:nth-child(2n) {    background-color: #F0F0F0 }

.page-content td {
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    padding: 5px;
}

/* ----- IMAGES ----- */

.aligncenter {
    display: block;
    margin: 20px auto;
}

.alignleft {
    float: left;
    margin: 0 20px 10px 0;
}

.alignright {
    float: right;
    margin: 0 0 10px 20px;
}

img.alignleft,
img.alignright,
img.aligncenter,
.wp-caption img {
    background-color: #F6F6F6;
    padding: 5px;
}

.wp-caption-text,
.gallery-caption {
    background: #F6F6F6;
    font-family: helvetica, arial, san-serif;
    font-size: 10px;
    margin: 5px 0;
}

/* ----------------------------------------
	WIDGETS
---------------------------------------- */

.widget {
    border-top: 1px dotted #222;
    margin: 20px 0 0;
    padding-top: 20px;
}

.widget:first-child {    margin: 0 }

.widgettitle {
    border: none;
    color: #FFF;
    margin: 0 0 20px;
    padding: 0;
}

#sidebar .widgettitle a {    color: #FFF }

#sidebar .widgettitle a:hover {    color: #CCC }

.widget ul li {    margin: 6px 0 0 }

.widget .children,
.widget .sub-menu {    padding-left: 20px }

/* ----- CALENDAR ----- */

#wp-calendar {    width: 100% }

	#wp-calendar caption {    font-weight: 700 }

/* ----- RECENT COMMNETS -----*/

.recentcomments a {    display: block }

/* ----- CONTACT ----- */

#content .raw_contact_holder { margin: 20px 0 0; }

.raw_contact_holder span {
    display: block;
    margin-top: 5px;
    min-height: 24px;
    padding-left: 30px;
}

.contact_address {    background: url( images/address_icon.png) 5px 2px no-repeat }

.contact_phone {    background: url( images/phone_icon.png) 5px 2px no-repeat }

.contact_mobile {    background: url( images/mobile_icon.png) 5px 2px no-repeat }

.contact_fax {    background: url( images/fax_icon.png) 5px 2px no-repeat }

.contact_website {    background: url( images/website_icon.png) 5px 2px no-repeat }

.contact_email {    background: url( images/email_icon.png) 5px 2px no-repeat }

/* ----- RSS ----- */

.rsswidget,
.rss-date,
.rssSummary {
    display: block;
    margin-bottom: 5px;
}

.widget_rss cite {
    display: block;
    float: none;
    text-align: right;
}

/* ----- SOCIAL ----- */

.social-button-holder {
    border-top: 1px dotted #222;
    display: block;
    margin: 0 0 20px;
    overflow: hidden;
    padding-top: 15px;
    width: 182px;
}

	.social-button-holder a {
	    display: inline-block;
	    height: 24px;
	    float: left;
	    margin: 5px 5px 0 0;
	    overflow: hidden;
	    text-indent: 9999px;
	    width: 24px;
	}

#sidebar .social-button-holder a:hover {    border: none }

/* SOCIAL BUTTONS */

.facebook-button {    background: url(images/social/facebook.png) no-repeat }

.twitter-button {    background: url(images/social/twitter.png) no-repeat }

.google-button {    background: url(images/social/google.png) no-repeat }

.dribbble-button {    background: url(images/social/dribbble.png) no-repeat }

.linkedin-button {    background: url(images/social/linkedin.png) no-repeat }

.vimeo-button {    background: url(images/social/vimeo.png) no-repeat }

.youtube-button {    background: url(images/social/youtube.png) no-repeat }

/* ----- SEARCH ----- */

.searchform {
    overflow: hidden;
    border: 1px solid #222;
}

#sidebar .searchform input[type="text"] {
    border: none;
    float: left;
	height: 24px;
    line-height: 24px;
    margin: 0;
    padding: 0 5px;
    width: 144px;
}

#sidebar .searchform input[type="submit"] {
    background: #44464A url(images/search-button.png) no-repeat;
    float: left;
    height: 24px;
    margin: 0;
    padding: 0;
    text-indent: -999px;
    width: 24px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    border-bottom: none;
    /* Hide text in IE7 */
    font-size: 0;
    display: block;
    line-height: 0;
}

.searchform input[type="submit"]:hover {    background-position: bottom left }

/* ----- TWITTER ----- */

.raw_twitter {    overflow: hidden }

	.raw_twitter li {
	    display: block;
	    overflow: hidden;
	}

	.raw_twitter span {
	    display: block;
	    margin-bottom: 5px;
	}

	.raw_twitter .timestamp {
	    float: left;
	    margin: 0 0 10px;
	}

	.raw_twitter .twitter-link {
	    display: block;
	    float: right;
	    text-align: right;
	}

gform_confirmation_wrapper {margin-top: 20px; font-weight: bold;}</pre></body></html>