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

	Theme Name: Viewfinder
	Theme URI: http://www.premiumpixels.com
	Description: A Photography Theme
	Author: Orman Clark
	Author URI: http://www.premiumpixels.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.2.2
	
	Designed &amp; Handcrafted by Orman Clark for PremiumPixels.com
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------
 
	0.	CSS Reset &amp; Clearfix
	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
	3.	Header Styles
	4.	Navigation &amp; Menus
	5.	Main Content Styles
	6.	Post Content Styles
	7.	Comments
	8.	Pagination
	9.	Footer Styles
	10.	Page Templates
	11.	Widgets
	12.	Sortcode Styles

-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	0.	CSS Reset &amp; Clearfix - http://meyerweb.com/eric/tools/css/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, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */


/*-----------------------------------------------------------------------------------*/
/*	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/

html, body { height: 100%; }

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

body,
input,
textarea {
	font: 12px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.hidden { display: none; }

.alignleft { float: left; }

.alignright { float: right; }

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

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

a { 
	text-decoration: none; 
	font-weight: normal; 
}

a:hover { text-decoration: none; }

a img { border: none; }

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form,
.gallery-row,
.post-thumb,
.author-bio,
#logo { margin-bottom: 20px; }

.post-thumb { padding: 5px; }

.post-thumb a,
.post-thumb img {
	height: 250px;
	display: block;
}

.type-photo .post-thumb a,
.type-photo .post-thumb img {
	height: auto;
}

.hentry { margin-bottom: 59px; }

.widget
.children,
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ul,
.comment-body ol ol,
.comment-body ol ul,
.comment-body ul ul,
.widget ul ul { margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	padding: 0;
	margin: 0 0 20px 0;
}

h1 {
	font-size: 24px;
	line-height: 28px;
}

h2 {
	font-size: 20px;
	line-height: 22px;
}

h3 {
	font-size: 16px;
	line-height: 20px;
}

h4 {
	font-size: 14px;
	line-height: 18px;
}

h5 {
	font-size: 12px;
	line-height: 18px;
}

h6 {
	font-size: 10px;
	line-height: 16px;
}

.page-title {
	font-family: "Helvetica Neue", Helvetica, Arial, serif;
	font-style: italic;
	font-size: 20px;
	font-weight: normal;
	display: inline;
}

.page-title span {
	font-size: 12px;
	padding: 0 5px;
}

.entry-title,
.entry-title a {
	font-size: 20px;
	line-height: 28px;
	font-family: "Helvetica Neue", Helvetica, Arial, serif;
	font-style: italic;
	text-shadow: none;
	display: block;
	float: left;
	margin: 0;
}

.entry-title a {
	padding: 7px 10px 5px 10px;
	display: inline;
}

#container { min-height: 100%; }
	
#primary {
	float: left;
	width: 660px;
	margin: 0 0 70px 50px;
}

.page-template-template-full-width-php #primary,
.page-template-template-gallery-php #primary,
.home #primary { 
	width: 100%;
	margin: 0 0 70px 0;
}

.page-template-template-home-alternative-php #primary,
.page-template-template-full-width-php .hentry,
.page-template-template-full-width-php #respond {
	margin: 0 50px; 
}

.page-template-template-home-alternative-php #primary {
	width: auto;
	margin-bottom: 70px;
}

.page-template-template-home-alternative-php #gallery-terms ul {
	padding: 0;
}

.page-template-template-home-alternative-php #gallery-wrap ul {
	width: auto;
}

.page-template-template-full-width-php .hentry {
	margin-bottom: 59px;
}

.layout-2cl #primary { 
	float: right; 
	margin: 0 0 70px 0;
}

#sidebar {
	float: right;
	width: 240px;
	margin: 0 0 70px 0;
}

.layout-2cl #sidebar { 
	float: left;
	margin: 0 0 70px 50px;
}


/*-----------------------------------------------------------------------------------*/
/*	3.	Header Styles
/*-----------------------------------------------------------------------------------*/

#header{
	margin: 0 50px 55px 50px;
	min-width: 880px;
	padding-top: 30px;
	position: relative;
}

#logo { float: left; }
	
#logo,
#logo a {
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
}

#logo a:hover { text-decoration: none; }

#tagline {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}

#header-tweet {
	position: absolute;
	max-width: 399px;
	padding-left: 21px;
	right: 0;
}


#header-tweet p {
	padding: 0 0 0 10px;
	line-height: 18px;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, serif;
	font-style: italic;
	margin: 0;
	float: right;
}

#header-tweet span { display: block; }

#header-tweet small {
	font-style: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*-----------------------------------------------------------------------------------*/
/*	4.	Navigation &amp; Menus
/*-----------------------------------------------------------------------------------*/

#primary-nav {
	float: left;
	margin: 5px 0 0 60px;
}

#primary-nav ul {
	margin: 0 18px 0 0;
	padding: 0;
	list-style: none;
	width: 90px;
	float: left;
}

#primary-nav ul li {
	float: left;
	width: 100%;
	margin-bottom: 2px;
}
	
/* top level skin */
#primary-nav ul a {
	padding: 2px 8px;
	display: block;
	font-size: 12px;
	float: left;
	font-weight: normal;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	   		border-radius: 3px;
}

#primary-nav ul li a:hover,
#primary-nav ul li.current-cat a,
#primary-nav ul li.current_page_item a,
#primary-nav ul li.current-menu-item a {
	text-decoration: none;
}

/*-----------------------------------------------------------------------------------*/
/*	5.	Main Content Styles
/*-----------------------------------------------------------------------------------*/

address { font-style: italic; }

abbr[title],
acronym[title],
dfn[title] {
	cursor: help;
	border-bottom: 1px dotted #666;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 30px;
	padding-left: 15px;
}

strong { font-weight: bold; }

em,
dfn,
cite { font-style: italic; }

dfn { font-weight: bold; }

sup {
	font-size: 11px;
	vertical-align: top;
}

sub {
	font-size: 11px;
	vertical-align: bottom;
}

small { font-size: 11px; }

del { text-decoration: line-through; }

ins { text-decoration: underline; }

code,
pre { line-height: 18px; }

var,
kbd,
samp,
code,
pre {
	font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	background: #efefef;
}

kbd { font-weight: bold; }

samp,
var { font-style: italic; }

pre {
	white-space: pre;
	overflow: auto;
	padding: 0 10px;
	clear: both;
	line-height: 19px;
	margin: 30px 0;
}

code { padding: 3px; }

ul,
ol,
dl { margin-left: 30px; }

table {
	border: 1px solid #ccc;
	border-width: 1px;
	line-height: 18px;
	margin: 0 0 22px 0;
	text-align: left;
	padding: 0 5px;
}

table .even { background: #ddd; }

caption { text-align: left; }

tr { border-bottom: 1px solid #ccc; }

th,
td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}

.entry-content img { max-width: 600px; }

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

img.alignright {
	display: block;
	margin: 10px 0 25px 20px;
}

img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	margin-top: 5px;
}

.wp-caption {
	text-align: center;
	margin: 10px 20px 20px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.wp-caption img,
.wp-caption img a {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption
.wp-caption-text {
	margin: 0;
	padding: 5px;
}

.wp-smiley {
	max-height: 13px;
	margin: 0 !important;
}

.gallery { margin: auto; }

.gallery-image { margin-left: 0; }

.gallery-caption { margin-left: 0; }

.gallery-item {
	float: left;
	text-align: center;
	margin-left: 0;
}

.gallery-columns-2 { width: 50%; }
.gallery-columns-3 { width: 33%; }
.gallery-columns-4 { width: 25%; }
.gallery-columns-5 { width: 20%; }
.gallery-columns-6 { width: 16%; }
.gallery-columns-7 { width: 14%; }
.gallery-columns-8 { width: 12%; }
.gallery-columns-9 { width: 11%; }

input,
textarea,
button {
	border: none;
}

input,
textarea { padding: 8px; }

button {
	padding: 2px 10px;
	cursor: pointer;
}

#submit { 
	cursor: pointer;
	height: 35px;
	line-height: 35px;
	text-align: center;
	padding: 0 20px;
	font-size: 13px;
	width: auto;
	font-weight: normal;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	   		border-radius: 3px;
}


/*-----------------------------------------------------------------------------------*/
/*	6.	Post Content Styles
/*-----------------------------------------------------------------------------------*/

#content {  padding-bottom: 70px; }
 
#posts-wrap { width: 990px; }

.entry-meta-wrap { margin: 0 0 20px 0; }

.entry-meta {
	font-size: 11px;
	padding: 3px 10px 3px 10px;
	float: left;
}

.entry-meta span span { padding: 0 5px; }

.author-title {
	font-weight: bold;
	margin-left: 60px;
}

.author-description { margin-left: 60px; }

.entry-content ul { list-style-type: disc; }

.entry-content ol { list-style-type: decimal; }

.entry-content {
	margin: 5px 5px 0 5px;
	line-height: 20px;
	padding-bottom: 15px;
}


/*-----------------------------------------------------------------------------------*/
/*	7.	Comments
/*-----------------------------------------------------------------------------------*/

#respond-title,
#comments {
	font-size: 18px;
	font-family: "Helvetica Neue", Helvetica, Arial, serif;
	font-style: italic;
	padding: 0 0 15px 0;
}

#respond-title span,
#comments span {
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans;
	font-style: normal;
}

#respond-title span span,
#comments span span {
	padding: 0 5px;
}

.commentlist {
	margin: 40px 0 60px 5px;
	list-style-type: none;
}

.commentlist ul { margin: 20px 0 24px 0; }

.commentlist ul ul {
	margin: 20px 0 0 0;
}

.commentlist ul li {
	padding: 10px 10px 10px 10px;
	margin: 5px 0 0 0;
	border: none;
}

.commentlist ul li li { margin: 5px 0 0 50px; }

.commentlist ul li .comment-body { margin: 0 0 0 55px; }

.commentlist ul li .comment-author,
.commentlist ul li .comment-meta {
	display: inline;
	font-size: 11px;
}

.commentlist ul li .comment-meta:before { content: ' / '; }

.commentlist ul li .comment-author { font-size: 11px; }

.commentlist ul li p:last-child { margin: 0; }

.commentlist ul li .avatar { margin-left: 0; }

.pinglist {
	margin: 20px 0 40px 30px;
	list-style-type: decimal;
}

.comment { margin: 25px 0 0 50px; }

#commentform { margin-top: 40px; }

#commentform input { 
	margin-right: 20px; 
	width: 35%;
}

#commentform #submit { width: auto; }

#commentform textarea { width: 97%; }

.children { list-style-type: none; }

.avatar { padding: 5px; }

.comment .avatar {
	float: left;
	margin: 0 10px 0 -55px;
}

.comment-meta { 
	margin-bottom: 20px; 
	font-family: "Helvetica Neue", Helvetica, Arial, serif;
	font-style: italic;
	font-size: 11px;
}

.comment-author cite {
	font-style: normal;
	font-size: 12px;
}

.comment .says { display: none; }

.nocomments {
	text-align: center;
	padding: 20px;
}

.comment-body { margin: 0 0 10px 0; }

.comment-body ul { list-style-type: disc; }

.comment-body ol { list-style-type: decimal; }

.cancel-comment-reply { margin: 0 0 20px 0; }

#respond { margin: 15px 0 0 0; }

li #respond { margin: 40px 0; }


/*-----------------------------------------------------------------------------------*/
/*	8.	Pagination
/*-----------------------------------------------------------------------------------*/

.page-navigation .nav-next { float: left; }

.page-navigation .nav-previous { float: right; }

.single-page-navigation .nav-next { float: right; }

.single-page-navigation .nav-previous { float: left; }


/*-----------------------------------------------------------------------------------*/
/*	9.	Footer Styles
/*-----------------------------------------------------------------------------------*/


#footer {
	padding: 0 50px 0 50px;
	height: 70px;
	margin-top: -70px;
	font-size: 11px;
	position: relative;
}

.copyright { 
	float: left; 
	margin: 0; 
	min-width: 300px;
}

.credit { float: right; }


/*-----------------------------------------------------------------------------------*/
/*	10.	Page Templates
/*-----------------------------------------------------------------------------------*/

.page-template-template-full-width-php #posts-wrap { width: 100%; }

.archive-lists .children { margin-bottom: 0; }

.full-width { width: 940px!important; }

#contactForm { padding-top: 30px; }

.contactform { margin-left: 0; }

.contactform li { list-style-type: none; }

.contactform li label {
	display: block;
	margin-bottom: 10px;
}

.contactform li input[type="text"] {
	width: 300px;
	margin-bottom: 15px;
}

.contactform li textarea {
	width: 97.5%;
	height: 200px;
	margin-bottom:15px;
}

.contactform li button { float: right; }

label.error { color: #cc3333; }

.page-template-template-contact-php .entry-content { border-bottom: none!important; }

#page-title-wrap p { display: inline; }

.page-template-template-gallery-php #gallery-wrap ul {
	width: auto;
	margin: 0;
	padding: 0 50px;
}

#page-title-wrap {
	margin: 0 50px 40px 50px;
	padding: 0 0 10px 0;
	min-width: 930px;
}

.scroll-content {  float: left; }

.scroll-bar-wrap { 
	clear: left; 
	padding: 30px 0 0 0; 
	cursor: pointer; 
}

.scroll-bar-wrap .ui-slider { 
	background: none; 
	border:0; 
	height: 2em; 
	margin: 0 50px 0 50px;  
}

.scroll-bar-wrap .ui-handle-helper-parent { 
	position: relative;
	 width: 100%; 
	 height: 100%; 
}

.scroll-bar-wrap .ui-slider-handle { width: 40px;
	height: 5px;
	position: absolute;
	top: 3px;
	margin-left: -20px;
	-webkit-border-radius: 1px;
	   -moz-border-radius: 1px;
	   		border-radius: 1px;
}

.scroll-bar-wrap .ui-slider-handle .ui-icon { 
	margin: -8px auto 0; 
	position: 
	relative; top: 50%; 
}

#gallery-wrap,
.scroll-pane {
	margin-top: 10px;
	overflow: hidden;
	width: 100%;
}

#gallery-wrap ul,
.scroll-pane ul {
	margin: 0;
	padding: 0;
}

#gallery-wrap li,
.scroll-pane li {
	float: left;
	margin: 0 2px 2px 0;
}

#gallery-wrap a,
.scroll-pane a {
	display: block;
}

.scroll-pane ul.small-grid a,
.scroll-pane ul.small-grid img,
.scroll-pane ul.small-grid li,
#gallery-wrap ul.small-grid a,
#gallery-wrap ul.small-grid img,
#gallery-wrap ul.small-grid li {
	width: 80px;
	height: 80px;
}

.scroll-pane ul.medium-grid a,
.scroll-pane ul.medium-grid img,
.scroll-pane ul.medium-grid li,
#gallery-wrap ul.medium-grid a,
#gallery-wrap ul.medium-grid img,
#gallery-wrap ul.medium-grid li {
	width: 120px;
	height: 120px;
}

.scroll-pane ul.large-grid a,
.scroll-pane ul.large-grid img,
.scroll-pane ul.large-grid li,
#gallery-wrap ul.large-grid a,
#gallery-wrap ul.large-grid img,
#gallery-wrap ul.large-grid li {
	width: 240px;
	height: 240px;
}

#gallery-wrap img,
.scroll-pane img { display: none; }

#gallery-terms ul {
	padding: 0 50px;
	margin: 0 0 20px 0;
	font-size: 11px;
	min-width: 880px;
}

#gallery-terms li { display: inline; }

#gallery-terms li span { padding: 0 5px; }

#gallery-terms li:last-child span { display: none; }

#loader {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	display: none;
	z-index: 2000;
}

#gallery-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	display: none;
	overflow: auto;
	z-index: 1000;
}

#gallery-container {
	min-width: 980px;
	min-height: 100%;
	width: 100%;
}

#gallery-header { padding: 30px 50px 50px 50px; }

.gallery-title {
	font-size: 12px;
	display: inline; 
}

#gallery-title-wrap { float: left; }

.gallery-title span { padding: 0 3px 0 4px; }

#gallery-title-wrap p{
	display: inline;
	padding: 0 90px 0 0;
}

#gallery-nav { float: right; }

#gallery-nav ul {
	margin: 0;
	padding: 0;
	float: right;
}

#gallery-nav li {
	margin: 0 2px 0 0;
	float: left;
	line-height: 19px;
	text-indent: -9999px;
}

#gallery-nav li a {
	width: 19px;
	height: 19px;
	display: block;
}

#gallery-nav li a.hidden { display: none; }

#gallery-nav li.gallery-close { margin: 0 0 0 8px; }

#gallery-photo{
	text-align: center;
	width: 100%;
}

#gallery-photo img { padding-bottom: 170px; }

#gallery-footer {
	margin: 0 50px;
	min-width: 980px;
	font-size: 11px;
}

#gallery-footer-desc { float: right; }

#gallery-footer-desc p span:last-child { display: none; }

#gallery-footer-desc p {
	margin: 0 0 5px 0;
	text-align: right;
}

#gallery-footer-wrap { 
	position: relative;
	height: 70px;
	margin-top: -70px;
}


/*-----------------------------------------------------------------------------------*/
/*	11.	Widgets
/*-----------------------------------------------------------------------------------*/

.widget { margin: 0 0 40px 0; }

.widget p:last-child { margin: 0; }

.widget-title-wrap { margin: 0 0 20px 0; }

.widget-title {
	font-size: 12px;
	padding: 3px 8px;
	margin: 0;
	float: left;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	   		border-radius: 3px;
}

.widget ul {
	list-style: none;
	margin: 0;
}

.widget ol {
	list-style-type: decimal;
	margin: 0;
}

/* Search Widget */
.widget_search #s { width: 223px; }

.widget_search form,
.widget_search fieldset { margin: 0; }

/* Calander Widget */
.widget_calendar caption { margin-bottom: 5px; }

.widget_calendar table { width: 100% }

/* Twitter Widget */
.tz_tweet_widget ul {
	margin: 0 0 10px 0;
	list-style-type: none;
}

.tz_tweet_widget ul li { padding: 15px 0; }

.tz_tweet_widget ul li:first-child { padding-top: 0; }

/* Flickr Widget */
.tz_flickr_widget { padding-right: 0; }

#flickr_badge_wrapper { padding: 5px 1px 1px 5px; }

.flickr_badge_image {
	float: left;
	margin: 0 4px 4px 0;
}

.flickr_badge_image a {
	display: block;
	height: 74px;
}

.flickr_badge_image img {
	width: 74px;
	height: 74px;
}

/* Video Widget */
.tz_video { 
	padding: 5px;
	float: left;
}

.tz_video object { float: left; }

.widget .tz_video_desc {
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, serif;
	font-style: italic;
	padding: 3px 7px;
	font-size: 11px;
	margin: 10px 0 0 0;
	float: left;
	width: 226px;
}

.widget .tz_video_desc:last-child { margin: 10px 0 0 0; }

/*-----------------------------------------------------------------------------------*/
/*	12.	Shortcode Styles
/*-----------------------------------------------------------------------------------*/


/* Columns */
.one_half { width: 48%; }
.one_third { width: 30.66%; }
.two_third { width: 65.33%; }
.one_fourth { width: 22%; }
.three_fourth { width: 74%; }
.one_fifth { width: 16.8%; }
.two_fifth { width: 37.6%; }
.three_fifth { width: 58.4%; }
.four_fifth { width: 67.2%; }
.one_sixth { width: 13.33%; }
.five_sixth { width: 82.67%; }

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	position: relative;
	margin-right: 4%;
	margin-bottom: 20px;
	float: left;
}

.column-last {
	margin-right: 0!important;
	clear: right;
}

/* Buttons */

a.button {
	height: 20px;
	display: inline-block;
	margin: 0 5px 20px 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	padding: 8px 10px 0 10px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	   		border-radius: 3px;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
	   -moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
    		box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
}

a.button.large {
	height: 24px;
	padding: 11px 10px 0 10px;
	font-size: 14px;
	line-height: 14px;
}

a:hover.button { background-position: 0 -28px; }
a:hover.button.large { background-position: 0 -35px; }

a.button.white {
	background-image: url(images/shortcodes/buttons/button_white.png);
	border: 1px solid #d3d3d3;
	color: #555555;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.8);
}

a.button.large.white { background-image: url(images/shortcodes/buttons/button_white_large.png); }
a:hover.button.white { border: 1px solid #c4c4c4; }

a.button.grey {
	background-image: url(images/shortcodes/buttons/button_grey.png);
	border: 1px solid #b5b5b5;
	color: #555555;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.grey { background-image: url(images/shortcodes/buttons/button_grey_large.png); }
a:hover.button.grey { border: 1px solid #989898; }

a.button.red {
	background-image: url(images/shortcodes/buttons/button_red.png);
	border: 1px solid #df6f8b;
	color: #913944;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.3);
}

a.button.large.red { background-image: url(images/shortcodes/buttons/button_red_large.png); }
a:hover.button.red { border: 1px solid #c36079; }

a.button.orange {
	background-image: url(images/shortcodes/buttons/button_orange.png);
	border: 1px solid #f5b74e;
	color: #996633;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.orange { background-image: url(images/shortcodes/buttons/button_orange_large.png); }
a:hover.button.orange { border: 1px solid #d29a3a; }

a.button.green {
	background-image: url(images/shortcodes/buttons/button_green.png);
	border: 1px solid #adc671;
	color: #5d7731;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.green { background-image: url(images/shortcodes/buttons/button_green_large.png); }
a:hover.button.green { border: 1px solid #8bb14d; }

a.button.teal {
	background-image: url(images/shortcodes/buttons/button_teal.png);
	border: 1px solid #90c6c8;
	color: #437b7d;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.teal { background-image: url(images/shortcodes/buttons/button_teal_large.png); }
a:hover.button.teal { border: 1px solid #7db9bb; }

a.button.blue {
	background-image: url(images/shortcodes/buttons/button_blue.png);
	border: 1px solid #8dc5da;
	color: #42788e;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.blue { background-image: url(images/shortcodes/buttons/button_blue_large.png); }
a:hover.button.blue { border: 1px solid #7caec0; }

a.button.navy {
	background-image: url(images/shortcodes/buttons/button_navy.png);
	border: 1px solid #a2afb8;
	color: #515f6a;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.navy { background-image: url(images/shortcodes/buttons/button_navy_large.png); }
a:hover.button.navy { border: 1px solid #8996a0; }

a.button.purple {
	background-image: url(images/shortcodes/buttons/button_purple.png);
	border: 1px solid #bc9db9;
	color: #7b5777;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.purple { background-image: url(images/shortcodes/buttons/button_purple_large.png); }
a:hover.button.purple { border: 1px solid #a482a0; }

a.button.black {
	background-image: url(images/shortcodes/buttons/button_black.png);
	border: 1px solid #4c4c4c;
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0,0,0, 0.4);
}

a.button.large.black { background-image: url(images/shortcodes/buttons/button_black_large.png); }
a:hover.button.black { border: 1px solid #2c2c2c; }

/* Alerts ------------------------------*/

.alert {
    padding: 12px 5% 12px 5%;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    text-align: center;
    margin: 0 0 20px 0;
}

.alert.white {
    background: #fff;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    color: #444444;
}

.alert.red {
    background: #FFD7D8;
    border-top: 1px solid #f9bac7;
    border-bottom: 1px solid #f9bac7;
    color: #d54c4c;
}

.alert.orange {
    background: #FFCBA8;
    border-top: 1px solid #efd1b1;
    border-bottom: 1px solid #efd1b1;
    color: #cc6600;
}

.alert.green {
    background: #D5FFCA;
    border-top: 1px solid #cadba7;
    border-bottom: 1px solid #cadba7;
    color: #5f8b33;
}

/* Tabs ------------------------------*/

.ui-tabs .ui-tabs-hide {
    position: absolute;
    left: -10000px;
}

.tabs {
	margin: 0 0 20px 0;
}

.tabs ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tabs ul.nav li {
	float: left;
	position: relative;
	margin: 0 2px -1px 0;
	z-index: 10;
}

.tabs ul.nav li a {
	border: 1px solid #EFEFEF;
	border-bottom: none;
	display: block;
	overflow: hidden;
	padding: 5px 10px 0 10px;
	height: 24px;
	background: #FBFBFB;
	-webkit-border-radius: 3px 3px 0 0;
	   -moz-border-radius: 3px 3px 0 0;
	   		border-radius: 3px 3px 0 0;
}

.tabs ul.nav li.ui-tabs-selected a {
	height: 25px;
	background: #fff;
}

.tabs .tab {
	background: #fff;
	padding: 10px;
	border: 1px solid #EFEFEF;
}

/* Toggle ------------------------------*/

.toggle {
	margin: 0 0 20px 0;
}

.toggle h4 {
	font-size: 12px;
	padding: 10px; 
	background: #FBFBFB;
	border: 1px solid #EFEFEF;
	cursor: pointer;
	margin: 0;
}

.toggle-inner {
	padding: 10px;
	background: #fff;
	border: 1px solid #EFEFEF;
	border-top: none;
}

.toggle .ui-icon {
	background: #F00;
	width: 10px;
	height: 10px;
	float: left;
	margin: 3px 10px 0 0;
}

.toggle .ui-icon {
    background: url(images/shortcodes/toggles/toggle-closed.png) no-repeat;
    width: 12px;
    height: 12px;
    float: left;
    margin: 3px 10px 0 0;
}

.toggle .ui-state-active .ui-icon { background: url(images/shortcodes/toggles/toggle-open.png) no-repeat; }</pre></body></html>