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

/* The Crisp theme for RapidWeaver */

/*  is designed and developed by elixir */

/* Visit www.elixirgraphics.com for  */

/* more RapidWeaver themes. */

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

/* @group Button Snippet Styling */

a.buttonBase {
	text-decoration: none;
	padding: 4px 24px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	font-weight: bold;
	margin-right: 4px;
	display: block;
	float: left;
}

a.darkGray, a.darkGray:visited, a.darkGray:link {
	border: 1px solid #1b1b1b;
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.65), inset 0px 0px 1px #fff, inset 0px 1px 0px rgba(254,255,255,0.45);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.65), inset 0px 0px 1px #fff, inset 0px 1px 0px rgba(254,255,255,0.45);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.65), inset 0px 0px 1px #fff, inset 0px 1px 0px rgba(254,255,255,0.45);
	color: #000;
	text-shadow: rgba(254,255,255,0.15) 0 1px 0;
	background: #3f3f3f url(images/buttonHighlight.png) repeat-x center top;
}

a.darkGray:hover, a.darkGray:active {
	color: #c3c3c3;
	text-shadow: #1a1a1a 0 1px 0;
}

a.lightGray, a.lightGray:visited, a.lightGray:link {
	border: 1px solid #a1a1a1;
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.85), inset 0px 0px 1px #fff, inset 0px 1px 0px rgba(254,255,255,0.65);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.85), inset 0px 0px 1px #fff, inset 0px 1px 0px rgba(254,255,255,0.65);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.85), inset 0px 0px 1px #fff, inset 0px 1px 0px rgba(254,255,255,0.65);
	color: #808080;
	text-shadow: rgba(255,255,255,0.6) 0 1px 0;
	background: #d0d0d0 url(images/buttonHighlight2.png) repeat-x center top;
}

a.lightGray:hover, a.lightGray:active {
	color: #5b5b5b;
	text-shadow: rgba(255,255,255,0.6) 0 1px 0;
}

a.green, a.green:visited, a.green:link {
	border: 1px solid #6d752b;
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.85), inset 0px 0px 1px #fff, inset 0px 1px 0px rgba(254,255,255,0.65);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.85), inset 0px 0px 1px #fff, inset 0px 1px 0px rgba(254,255,255,0.65);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.85), inset 0px 0px 1px #fff, inset 0px 1px 0px rgba(254,255,255,0.65);
	color: #6d752b;
	text-shadow: #b7c452 0 1px 0;
	background: #98a627 url(images/buttonHighlight2.png) repeat-x center top;
}

a.green:hover, a.green:active {
	color: #e6eacd;
	text-shadow: #6d752b 0 1px 0;
}

/* @end */

/* @group Meyer's CSS reset */

/* v1.0 | 20080212 */
/* with slight modifications*/

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, 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 {
	margin: 0;
	padding: 0;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}

ol, ul {
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
	-moz-outline-style:none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

textarea {
  outline: none;
}

/* @end */

/* @group Fonts */

@font-face {
	font-family: 'DancingScript-Regular';
	src: url('fonts/dancingscript-regular-webfont.eot');
	src: local('fonts/dancingscript-regular-webfont'), url('fonts/dancingscript-regular-webfont.woff') format('woff'), url('fonts/dancingscript-regular-webfont.ttf') format('truetype'), url('fonts/dancingscript-regular-webfont.svgz#webfont') format('svg'), url('fonts/dancingscript-regular-webfont.svg#webfont') format('svg');
}

/* A font by Jos Buivenga (exljbris) -&gt; http://www.exljbris.com */
@font-face {
	font-family: 'MuseoSans500';
	src: url('fonts/museosans_500-webfont.eot');
	src: local('fonts/museosans_500-webfont'), url('fonts/museosans_500-webfont.woff') format('woff'), url('fonts/museosans_500-webfont.ttf') format('truetype'), url('fonts/museosans_500-webfont.svgz#webfont') format('svg'), url('fonts/museosans_500-webfont.svg#webfont') format('svg');
}

/* A font by Jos Buivenga (exljbris) -&gt; http://www.exljbris.com */
@font-face {
	font-family: 'MuseoSlab500';
	src: url('fonts/museo_slab_500-webfont.eot');
	src: local('fonts/museo_slab_500-webfont'), url('fonts/museo_slab_500-webfont.woff') format('woff'), url('fonts/museo_slab_500-webfont.ttf') format('truetype'), url('fonts/museo_slab_500-webfont.svgz#webfont') format('svg'), url('fonts/museo_slab_500-webfont.svg#webfont') format('svg');
}

@font-face {
	font-family: 'MavenProMedium';
	src: url('fonts/maven_pro_medium-webfont.eot');
	src: local('fonts/maven_pro_medium-webfont'), url('fonts/maven_pro_medium-webfont.woff') format('woff'), url('fonts/maven_pro_medium-webfont.ttf') format('truetype'), url('fonts/museo_slab_500-webfont.svg#webfont') format('svg');
}

@font-face {
	font-family: 'GoodDog';
	src: url('fonts/GoodDog-webfont.eot');
	src: local('fonts/GoodDog-webfont'), url('fonts/GoodDog-webfont.woff') format('woff'), url('fonts/GoodDog-webfont.ttf') format('truetype'), url('fonts/GoodDog-webfont.svg#webfont') format('svg');
}

/* 

Novecento wide is a font by Jan Tonellato (Synthview) 
http://typography.synthview.com 

License: 

*/

@font-face {
	font-family: 'novecentowide';
	src: url('fonts/novecentowide-bold-webfont.eot');
	src: local('fonts/novecentowide-bold-webfont'), url('fonts/novecentowide-bold-webfont.woff') format('woff'), url('fonts/novecentowide-bold-webfont.ttf') format('truetype'), url('fonts/novecentowide-bold-webfont.svgz#webfont') format('svg'), url('fonts/novecentowide-bold-webfont.svg#webfont') format('svg');
}

@font-face {
	font-family: 'Chunkfive';
	src: url('fonts/Chunkfive-webfont.eot');
	src: local('fonts/Chunkfive-webfont'), url('fonts/Chunkfive-webfont.woff') format('woff'), url('fonts/Chunkfive-webfont.ttf') format('truetype'), url('fonts/Chunkfive-webfont.svg#webfont') format('svg');
}


/* @end */

/* @group General Styles */


html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	width: 100%;
	padding: 0;
	background-color: #fff;
	line-height: 20px;
	font-size: 12px;
}

:focus {
	-moz-outline-style: none;
}

img {
   border: none;
}

.image-left {
	float: left;
	margin: 8px 18px 8px 0;
}

.image-right {
	float: right;
	margin: 8px 0 8px 18px;
}

a, a:visited {
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

.clearer {
	clear: both;
}

.clearerLeft {
	clear: left;
}

.clearerRight {
	clear: right;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 32px;
	line-height: 32px;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 24px;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 22px;
	line-height: 22px;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 20px;
}

h5 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 18px;
}

h6 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 16px;
}

p {
	margin-top: 18px;
	margin-bottom: 18px;
}

hr {
	border-top: 1px solid #d5d5d5;
	width:  90%;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 18px;
	margin-bottom: 18px;
}

blockquote {
	margin: 0 0 0 24px;
	padding: 0;
	font: normal normal 18px/24px MuseoSlab500, Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
}

code {
	margin: 0;
	padding: 0;
	display: block;
}


::-moz-selection {
}
	
::selection {
}

/* Main content area unordered list styles */

#contentContainer #content ul {
}

#contentContainer #content li {
	list-style-position: inside;
	list-style-type: disc;
}

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

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 5px 0;
	padding-left: 20px;
}

#sidebarContainer #sidebar li {
}

/* @end */

/* @group Layout */

header {
	height: 113px;
	width: 100%;
	background: url(images/hdr_bkg_wood_tile.jpg) repeat-x center center;
	display: block;
}

header .innerWidth, #extraContent3 .innerWidth, #breadcrumb .innerWidth {
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#socialBadges {
	display: block;
	position: absolute;
	right: 3px;
	top: 30px;
}

a.myBadge {
	margin-left: 5px;
	width: 28px;
	height: 29px;
	display: block;
	float: left;
}

a:active.myBadge {
	margin-top: 1px;
}

.twitterBadge {
}

.facebookBadge {
}

h1.siteTitle {
	position: relative;
	top: 30px;
	color: #fff;
	letter-spacing: -2px;
	text-shadow: #582e17 0 1px 5px;
	font-size: 46px;
}

#bannerContainer {
	margin-right: auto;
	margin-left: auto;
	margin-top: -33px;
	-webkit-border-radius: 9px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius: 9px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-radius: 9px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.3); 
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.3); 
	box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
	background-color: #fff;
}

.menuAlone {
}

nav {
	height: 46px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom: 1px solid;
	margin: 0;
	padding: 0;
	zoom: 1;
	display: block;
}

#banner {
	margin-right: 18px;
	margin-left: 18px;
	padding-top: 18px;
	padding-bottom: 24px;
}

#bannerImage {
	margin-right: auto;
	margin-left: auto;
	height: 300px;
	position: relative;
	overflow: hidden;
}

#extraContainer1 {
	margin-top: 38px;
}

#container {
	margin: 36px auto;
}

#siteSlogan {
	text-align: center;
	background-color: transparent;
	letter-spacing: -3px;
	margin-bottom: 36px;
	line-height: 50px;
	font-size: 50px;
}

#extraContent2 {
	margin-bottom: 36px;
}

aside {
	width: 200px;
	display: block;
}

#logo {
	width: 200px;
	text-align: center;
	overflow: hidden;
}

#logo img {
}

aside h3.sidebarTitle {
	font-size: 20px;
	border-bottom: 1px solid #c2c2c2;
	padding-bottom: 2px;
	font-weight: normal;
	font-style: normal;
	line-height: 24px;
	margin-bottom: 24px;
	letter-spacing: 0;
}

#archive {
}

section.content {
	display: block;
}

.otherPageType {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.3); 
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.3); 
	box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
	zoom: 1;
}

#extraContainer1, #extraContent2 {
	display: none;
}

#extraContent3 {
	display: block;
	width: 100%;
}

#extraContent3 .innerWidth {
	margin-top: 36px;
	margin-bottom: 36px;
}

#extraContainer3 {
}

.topInsetShadow, .bottomInsetShadow {
	height: 5px;
	width: 100%;
	background-repeat: repeat-x;
	background-image: url(images/insetShadow.png);
}

.topInsetShadow {
	background-position: 0 0;
}

.bottomInsetShadow {
	background-position: 0 -5px;
}

footer {
	text-align: center;
	font-size: 12px;
	width: 100%;
	padding-top: 24px;
	padding-bottom: 66px;
	display: block;
}

footer .returnToTop {
	display: block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 24px auto;
}


	
/* @end */

/* @group Navigation */

nav {
	z-index: 300;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

nav&gt;ul {
	list-style-type: none;
	display: block;
	position: relative;
	width: inherit;
	z-index: 301;
	padding: 0;
	line-height: 46px;
	margin: 0;
	height: 46px;
	zoom: 1;
}

nav&gt;ul li.firstChild {
}

nav&gt;ul&gt;li {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	z-index: 302;
}

nav&gt;ul&gt;li&gt;a, nav&gt;ul&gt;li&gt;a:link, nav&gt;ul&gt;li&gt;a:visited {
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 46px;
	margin: 0;
	padding: 0 20px;
	border-right: 1px solid;
	height: 46px;
}

nav&gt;ul&gt;li.firstChild&gt;a:link.current, nav&gt;ul&gt;li.firstChild&gt;a:hover.current, nav&gt;ul&gt;li.firstChild&gt;a:visited.current, nav&gt;ul&gt;li.firstChild&gt;a:link.currentAncestor, nav&gt;ul&gt;li.firstChild&gt;a:hover.currentAncestor, nav&gt;ul&gt;li.firstChild&gt;a:visited.currentAncestor {
	webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
}

nav&gt;ul&gt;li&gt;a:link.current, nav&gt;ul&gt;li&gt;a:hover.current, nav&gt;ul&gt;li&gt;a:visited.current, nav&gt;ul&gt;li&gt;a:link.currentAncestor, nav&gt;ul&gt;li&gt;a:hover.currentAncestor, nav&gt;ul&gt;li&gt;a:visited.currentAncestor {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

nav&gt;ul&gt;li&gt;a:hover {
}

nav&gt;ul&gt;li.firstChild&gt;a:hover {
	webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
}

nav&gt;ul&gt;li&gt;a:active {
}

nav ul ul {
	list-style-type: none;
	display: none;
	width: 180px;
	position: absolute;
	padding: 0;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.3); 
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.3); 
	box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
	margin: 0;
	z-index: 303;
	background-color: #fff;
	font-size: 12px;
}

nav ul ul ul {
	z-index: 304;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

nav ul ul ul, .nav ul ul ul ul {
	margin-left: 165px;
	margin-top: -27px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

nav ul ul li {
	padding: 0;
	margin: 0;
}

nav ul ul a {
	text-decoration: none;
	display: block;
	height: 32px;
	padding-right: 20px;
	padding-left: 20px;
}

nav ul ul a:link, nav ul ul a:visited, nav ul ul a:hover {
	text-decoration: none;
	line-height: 32px;
	width: 140px;
}

nav ul ul a:hover, nav ul ul a:active {
}

nav ul ul li.lastChild a:link, nav ul ul li.lastChild a:visited, nav ul ul li.lastChild a:hover {
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

nav ul ul li.lastChild a:hover, nav ul ul li.lastChild a:active {
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

nav ul ul ul li.firstChild a:link, nav ul ul ul li.firstChild a:visited, nav ul ul ul li.firstChild a:hover {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

nav&gt;ul&gt;li.hasChild&gt;a {
	background-image: url(images/subMenuIndicator.png);
	background-repeat: no-repeat;
	background-position: right center;
}

nav&gt;ul&gt;li&gt;ul&gt;li.hasChild&gt;a {
	background-image: url(images/subMenuIndicator.png);
	background-repeat: no-repeat;
	background-position: right center;
}


/* @end */

/* @group Nivo */

#slideshow {
    position: relative;
    width: 954px; 
    background: #f1f1f1 url(images/loading.gif) no-repeat 50% 50%;
	height: 300px;
}

#slideshow img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

/*
 * jQuery Nivo Slider v2.4
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */

.nivoSlider {
	position:relative;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}

/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}

/* Caption styles */
.nivo-caption {
	position: absolute;
	bottom: 20px;
	background: #000;
	color:#fff;
	width: 25%;
	z-index: 8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	right: 20px;
	font-size: 14px;
	line-height: 16px;
	padding: 8px;
}

.nivo-caption p {
	padding:5px;
	margin:0;
}

.nivo-caption a {
	display:inline !important;
}

.nivo-html-caption {
    display:none;
}

/* Direction nav styles (e.g. Next &amp; Prev) */

.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
	display: block;
	width: 41px;
	height: 41px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

a.nivo-nextNav {
	background-position: -41px 0;
	right: 15px;
	z-index: 202;
}
a.nivo-prevNav {
	background-position: 0 0;
	left: 15px;
	z-index: 202;
}

/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
	position:absolute;
	right: 0px;
	bottom: -25px;
}

.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-left:0px;
	float:left;
	margin-right: -4px;
	cursor: pointer;
}

.nivo-controlNav a.active {
	background-position:0 -22px;
}

/* @end */

/* @group Blog */

.blog-entry .returnToTop {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background: #dfdfdf url(images/upArrow.png) no-repeat center center;
	position: absolute;
	display: block;
	width: 20px;
	height: 25px;
	margin-top: -26px;
	cursor: pointer;
	right: 0;
	margin-right: -21px;
	padding-bottom: 1px;
}

/* @group Tag Cloud */
ul.blog-tag-cloud {
	text-align: left;
	display: block;
	list-style-position: inside;
	list-style-type: none;
	padding: 0 0 0 20px;
	background: url(images/tag.png) no-repeat left 6px;
	margin-left: 0;
	margin-right: 0;
}

ul.blog-tag-cloud a, ul.blog-tag-cloud a:visited{
	text-decoration: none;
}

ul.blog-tag-cloud a:hover{
	text-decoration: none;
}

ul.blog-tag-cloud li {
	display: inline;
	padding: 0;
	margin: 0;
	position: relative;
	list-style-position: inside;
	list-style-type: none;
}

.blog-tag-size-1 {	
	font-size: 8px;
}

.blog-tag-size-2 {	
	font-size: 9px;
}

.blog-tag-size-3 {	
	font-size: 10px;
}

.blog-tag-size-4 {	
	font-size: 11px;
}

.blog-tag-size-5 {	
	font-size: 12px;
}

.blog-tag-size-6 {	
	font-size: 13px;
}

.blog-tag-size-7 {	
	font-size: 14px;
}

.blog-tag-size-8 {	
	font-size: 15px;
}

.blog-tag-size-9 {	
	font-size: 16px;
}

.blog-tag-size-10 {	
	font-size: 17px;
}

.blog-tag-size-11 {	
	font-size: 18px;
}

.blog-tag-size-12 {	
	font-size: 19px;
}

.blog-tag-size-13 {
	font-size: 20px;
}

.blog-tag-size-14 {	
	font-size: 21px;
}

.blog-tag-size-15 {
	font-size: 21px;
}

.blog-tag-size-16 {	
	font-size: 21px;
}

.blog-tag-size-17 {	
	font-size: 22px;
}

.blog-tag-size-18 {	
	font-size: 22px;
}

.blog-tag-size-19 {
	font-size: 22px;
}

.blog-tag-size-20 {	
	font-size: 23px;
}

/* @end */

/* @group Archive Page */

.blog-archive-background {
}

.blog-archive-headings-wrapper {
	margin-bottom: 20px;
}

.blog-archive-link a {
	font-size: 14px;
	text-decoration: none;
}

.blog-archive-link {
	padding-left: 20px;
}

.blog-archive-month {
	font-size: 20px;
	padding-left: 20px;
	background: url(images/tag.png) no-repeat left center;
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
}

.blog-archive-link {
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}	
/* @end */

.blog-entry {
	margin-bottom: 40px;
	position: relative;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.3); 
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.3); 
	box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
	padding: 24px;
	background-color: #fff;
}

.blogEntryTopperImg {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	display: block;
	margin: -24px -24px 36px;
}

.blog-entry .image-left,
.blog-entry .image-right {
}

h1.blog-entry-title {
	text-decoration: none;
	font-size: 30px;
	letter-spacing: -1px;
	margin-bottom: 5px;
	font-weight: normal;
	font-style: normal;
	line-height: 32px;
}

.blog-entry-title a {
	text-decoration: none;
}

.blog-entry-title a:hover {
	text-decoration: none;
}

.blog-entry-date {
	margin-bottom: 24px;
	padding-left: 20px;
	background: url(images/clock.png) no-repeat left center;
}

.blog-entry-body {
}

p.blog-entry-tags {
	margin-top: 12px;
	padding-left: 20px;
	background: url(images/tag.png) no-repeat left center;
}

p.blog-entry-tags a, p.blog-entry-tags a:visited {
	text-decoration: none;
}

p.blog-entry-tags a:hover {
}

.blog-entry-comments {
	margin-top: 12px;
}

.blog-entry-comments a, .blog-entry-comments a:visited {
	text-decoration: none;
}

.blog-entry-comments a:hover {
}

.blog-entry-category {
}

.blog-entry-category a:link,
.blog-entry-category a:visited,
.blog-category-link-enabled,
.blog-category-link-disabled {
	text-decoration: none;
}

.blog-entry-category a:hover {
}

/*styles the category link in the main entry */
.blog-entry-category {
}

.blog-entry-category a:link,
.blog-entry-category a:visited {
}

.blog-entry-category a:hover {
}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-top: 24px;
}

#blog-archives br {
	display: none;
}

.blog-archive-link-enabled {
	display: block;
}

#blog-archives a, #blog-archives a:visited {
	display: block;
	text-decoration: none;
	background: url(images/clock.png) no-repeat left center;
	padding-left: 20px;
}

#blog-archives a:hover {
}

.blog-archive-link-disabled {
	display: none;
}

a.blog-archive-link-enabled:hover, .blog-archive-link-disabled:hover {
}
/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-top: 24px;
}

#blog-categories a, #blog-categories a:visited {
	padding-left: 20px;
	background: url(images/location_marker.png) no-repeat left center;
}

.blog-category-link-enabled, .blog-category-link-disabled {
	display: block;
	text-decoration: none;
}

#blog-categories a:hover {
}

.blog-category-link-disabled {
	display: none;
}

.blog-category-link-enabled:hover, .blog-category-link-disabled:hover {
}

#blog-categories br {
	display: none;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-left: 20px;
}

#blog-rss-feeds br  {
}

a.blog-rss-link,
a.blog-comments-rss-link {
	display: block;
	text-decoration: none;
}

a.blog-rss-link:hover {
}

/* Read More links */

.blog-read-more {
	display: block;
	margin-top: 12px;
}

.blog-read-more a {
	text-decoration: none;
	padding-left: 20px;
	background: url(images/magnifying_glass.png) no-repeat left center;
	line-height: 16px;
	height: 16px;
	display: inline-block;
}

/* @end */

/* @group Photo Album */

/* @group Single View */

.photo-background {
	text-align: center;
}

.photo-background p{
}

.photo-navigation {
	display: block;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.3); 
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.3); 
	box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
	zoom: 1;
	width: 690px;
	padding: 18px;
	margin: 36px auto;
}

.photo-links {
}

.photo-navigation a:link, .photo-navigation a:visited {
}

.photo-navigation a:hover {
}

.photo-frame{
	margin-bottom: 36px;
}

img.photo-frame{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.3); 
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.3); 
	box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
}

.photo-background p.photo-title {
	margin: 0;
	padding: 0;
	font: 22px MavenProMedium, "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: -1px;
}

.photo-background p.photo-caption {
}

/* @group EXIF data */
/* Data wrapper */
.exif-data {
	padding-bottom: 72px;
}

.exif-data p {
}

/* p tag classes for all exif data */
p.exif-version {
}

p.exif-colour-space {
}

p.exif-focal-length {
}

p.exif-dimensions {
}

p.exif-pixel-y-dimension {
}

p.exif-pixel-x-dimension {
}

p.exif-oecf-value {
}

p.exif-subsec-time-original {
}

p.exif-exposure-mode {
}

p.exif-spatial-frequency-response {
}

p.exif-scene-capture-type {
}

p.exif-subject-location {
}

p.exif-shutter-speed {
}

p.exif-datetime-original {
}

p.exif-subsec-time {
}

p.exif-compressed-bits-per-pixel {
}

p.exif-flash-energy {
}

p.exif-saturation {
}

p.exif-brightness {
}

p.exif-exposure-time {
}

p.exif-f-number {
}

p.exif-file-source {
}

p.exif-gain-control {
}

p.exif-subject-area {
}

p.exif-cfa-pattern {
}

p.exif-scene-type {
}

p.exif-white-balance {
}

p.exif-flash {
}

p.exif-exposure-index {
}

p.exif-flashpix-version {
}

p.exif-device-setting-description {
}

p.exif-focalplane-x-resolution {
}

p.exif-image-uniqueid {
}

p.exif-components-configuration {
}

p.exif-light-source {
}

p.exif-sensing-method {
}

p.exif-aperture {
}

p.exif-sharpness {
}

p.exif-exposure-program {
}

p.exif-subject-distance {
}

p.exif-subsec-time-digitized {
}

p.exif-contrast {
}

p.exif-focalplane-resolution-unit {
}

p.exif-gamma {
}

p.exif-35mm-focal-length {
}

p.exif-datetime-digitized {
}

p.exif-subject-distance-range {
}

p.exif-custom-rendered {
}

p.exif-max-aperture {
}

p.exif-sound-file {
}

p.exif-metering-mode {
}

p.exif-spectral-sensitivity {
}

p.exif-exposure-bias {
}

p.exif-focalplane-y-resolution {
}

p.exif-iso-rating {
}

p.exif-maker-note {
}

p.exif-digital-zoom-ratio {
}

p.exif-user-comment {
}
/* @end */

/* @end */

/* @group Index Page View */

.album-title {
	margin: 0 0 18px;
	padding: 0;
    font-size: 28px;
}

.album-description {
	display: block;
	margin-bottom: 36px;
}


.album-wrapper {
	display: block;
}

.thumbnail-wrap {
	float: left;
	margin-bottom: 42px;
	margin-right: 22px;
}

.thumbnail-frame {
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame a img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 1px 2px #9398a2; /* FF3.5+ */
	-webkit-box-shadow: 0px 1px 2px #9398a2; /* Saf3.0+, Chrome */
	box-shadow: 0px 1px 2px #9398a2;
}

.thumbnail-caption {
	margin: 2px 0 0;
	text-align: left;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
	font-size: 10px;
	line-height: 12px;
}
	
/* @end */
	
/* @end */

/* @group File Sharing */

.filesharing-description {
}

.filesharing-item {
	margin-top: 24px;
	margin-left: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #c2c2c2;
	margin-right: 24px;
}

.filesharing-item:hover {
}

.filesharing-item-title {
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.filesharing-item-title a, .filesharing-item-title a:visited {
	text-decoration: none;
}

.filesharing-item-title a:hover {
	text-decoration: none;
}

.filesharing-item-description {
}

/* @end */

/* @group Quicktime Album */

/* @group Index Page View */

.movie-page-title {
	margin: 0;
	padding: 0;
}

.movie-page-description {
	margin-bottom: 32px;
}

.movie-thumbnail-frame {
	display: block;
	float: left;
	height: auto;
	margin-bottom: 24px;
	margin-right: 24px;
}

.movie-thumbnail-caption {
}
	
/* @end */

/* @group Single Page View */
.movie-background {
	text-align: center;
	padding: 24px 0;
}

.movie-title {
}

.movie-frame {
}

	
/* @end */


/* @end */

/* @group Quicktime Page */

.movie-description {
}
	
/* @end */

/* @group Forms */
form {
}

label {
}

.message-text {
} 

.required-text {
} 

.form-input-field {
	width: 90%;
	border: 1px solid #d1d1d1;
	padding: 8px;
	color: #b0b0b0;
	background-color: #f6f6f6;
	-webkit-transition-property: -webkit-box-shadow;
	-webkit-transition-duration: 300ms;	
	-moz-transition-property: -moz-box-shadow;
	-moz-transition-duration: 300ms;
	-o-transition-property: box-shadow;
	-o-transition-duration: 300ms;
	transition-property: box-shadow;
	transition-duration: 300ms;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.form-input-field:focus {
	background-color: #fff;
}

input[type=submit], input.submit { 
	border: 1px solid; 
	font-weight:bold; 
	margin-top:15px; 
	cursor: pointer; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px;
	padding: 5px 18px; 
	position: relative;
	background-image: url(images/buttonHighlight.png);
	background-repeat: repeat-x;
	background-position: 0 top;
}

input[type=submit]:hover, input[type=submit]:focus, input.submit:hover, input.submit:focus { 
	color:#fff; 
}


input[type=reset], input.reset { 
	border:1px solid; 
	font-weight: bold; 
	margin-top: 15px; 
	cursor: pointer;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	border-radius: 6px; 
	padding: 5px 24px; 
	position: relative;
	background-image: url(images/buttonHighlight.png);
	background-repeat: repeat-x;
	background-position: 0 top;
}

input[type=reset]:hover, input[type=reset]:focus, input.reset:hover, input.reset:focus { 
	color:#fff; 
}

input[type=submit]:active { 
	top: 1px; 
}

input[type=reset]:active { 
	top: 1px; 
}

/* Plays nice with PayLoom-- */

.payloom-addtocart, .payloom-viewcart{width: auto !important;}
.payloom-products input{width: auto !important;}

.envelopeForm {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.3); 
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.3); 
	box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
	background: #fff url(images/envelopeStripes.jpg) repeat-x right top;
	padding: 52px 20px 20px;
	position: relative;
}

.envelopeStamp {
	width: 84px;
	height: 42px;
	position: absolute;
	right: 0;
	background: url(images/envelopeStamp.png) no-repeat;
	bottom: 0;
	margin-right: -9px;
	margin-bottom: -9px;
} 
/* @end */

/* @group Breadcrumb Trail */

#breadcrumb {
	height: 32px;
	background: url(images/bc_gradientbar.gif) repeat-x;
	color: #afafaf;
}

#breadcrumb ul {
	margin: 0;
	padding: 0 0 0 16px;
	line-height: 33px;
	background: url(images/bc_icon.png) no-repeat left center;
}

#breadcrumb li {
	list-style-type: none;
	display: -moz-inline-box;
	display: inline;
	position: relative;
}

#breadcrumb li a {
	text-decoration: none;
	display: inline-block;
	color: #afafaf;
	text-shadow: #fafafa 0 1px 0;
}

#breadcrumb li a:hover {
	color: #919191;
}

#breadcrumb .lastItem {
}
	
/* @end */

/* @group ExtraContent */


#myExtraContent1,#myExtraContent2,#myExtraContent3,#myExtraContent4,#myExtraContent5,#myExtraContent6 {
	display:none;
}

/* @group ExtraContent Columns */

/*
CSS code for ExtraContent Columns Snippets*/

.column { 
	float: left;
}

.one { 
	width: 100%; 
}

.two { 
	width: 50%; 
}

.three { 
	width: 33%; 
}

.four { 
	width: 25%; 
}

.five { 
	width: 20%; 
}

.two3rds { 
	width: 66%; 
}

.three4ths { 
	width: 75%; 
}

.four5ths { 
	width: 80%; 
}

.column .content { 
	width: 90% ! important; 
	margin: 0 auto; 
	padding: 0 ! important; 
	float: none ! important;
}

/* @end */



/* @end */

/* @group prettyPhoto */

div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
    height: 13px
}

div.pp_default .pp_top .pp_left {
    background: url(images/prettyPhoto/default/sprite.png) -78px -93px no-repeat
}

div.pp_default .pp_top .pp_middle {
    background: url(images/prettyPhoto/default/sprite_x.png) top left repeat-x
}

div.pp_default .pp_top .pp_right {
    background: url(images/prettyPhoto/default/sprite.png) -112px -93px no-repeat
}

div.pp_default .pp_content .ppt {
    color: #f8f8f8
}

div.pp_default .pp_content_container .pp_left {
    background: url(images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
    padding-left: 13px;
}

div.pp_default .pp_content_container .pp_right {
    background: url(images/prettyPhoto/default/sprite_y.png) top right repeat-y;
    padding-right: 13px;
}

div.pp_default .pp_next:hover {
    background: url(images/prettyPhoto/default/sprite_next.png) center right no-repeat;
    cursor: pointer;
}

div.pp_default .pp_previous:hover {
    background: url(images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
    cursor: pointer;
}

div.pp_default .pp_expand {
    background: url(images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px;
}

div.pp_default .pp_expand:hover {
    background: url(images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
    cursor: pointer;
}

div.pp_default .pp_contract {
    background: url(images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px;
}

div.pp_default .pp_contract:hover {
    background: url(images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
    cursor: pointer;
}

div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url(images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
    cursor: pointer;
}

div.pp_default .pp_gallery ul li a {
    background: url(images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
    border: 1px solid #aaa;
}

div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
    position: static;
    left: auto;
}

div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
    background: url(images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
    height: 30px;
    width: 30px;
}

div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px
}

div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
    background: url(images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
    height: 20px;
    width: 20px;
    margin: 4px 0 0;
}

div.pp_default a.pp_arrow_next {
    left: 52px;
    background-position: -82px -3px;
}

div.pp_default .pp_content_container .pp_details {
    margin-top: 5px
}

div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    width: 105px;
    position: relative;
}

div.pp_default .pp_nav .currentTextHolder {
    font-family: Georgia;
    font-style: italic;
    font-color: #999;
    font-size: 11px;
    left: 75px;
    line-height: 25px;
    position: absolute;
    top: 2px;
    margin: 0;
    padding: 0 0 0 10px;
}

div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
    opacity: 0.7
}

div.pp_default .pp_description {
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    margin: 5px 50px 5px 0;
}

div.pp_default .pp_bottom .pp_left {
    background: url(images/prettyPhoto/default/sprite.png) -78px -127px no-repeat
}

div.pp_default .pp_bottom .pp_middle {
    background: url(images/prettyPhoto/default/sprite_x.png) bottom left repeat-x
}

div.pp_default .pp_bottom .pp_right {
    background: url(images/prettyPhoto/default/sprite.png) -112px -127px no-repeat
}

div.pp_default .pp_loaderIcon {
    background: url(images/prettyPhoto/default/loader.gif) center center no-repeat
}

div.light_rounded .pp_top .pp_left {
    background: url(images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat
}

div.light_rounded .pp_top .pp_right {
    background: url(images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat
}

div.light_rounded .pp_next:hover {
    background: url(images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_previous:hover {
    background: url(images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_expand {
    background: url(images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_expand:hover {
    background: url(images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_contract {
    background: url(images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_contract:hover {
    background: url(images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_nav .pp_play {
    background: url(images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_rounded .pp_nav .pp_pause {
    background: url(images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_rounded .pp_arrow_previous {
    background: url(images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat
}

div.light_rounded .pp_arrow_next {
    background: url(images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat
}

div.light_rounded .pp_bottom .pp_left {
    background: url(images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat
}

div.light_rounded .pp_bottom .pp_right {
    background: url(images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat
}

div.dark_rounded .pp_top .pp_left {
    background: url(images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat
}

div.dark_rounded .pp_top .pp_right {
    background: url(images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat
}

div.dark_rounded .pp_content_container .pp_left {
    background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y
}

div.dark_rounded .pp_content_container .pp_right {
    background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y
}

div.dark_rounded .pp_next:hover {
    background: url(images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_previous:hover {
    background: url(images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_expand {
    background: url(images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_expand:hover {
    background: url(images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_contract {
    background: url(images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_contract:hover {
    background: url(images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_description {
    margin-right: 85px;
    color: #fff;
}

div.dark_rounded .pp_nav .pp_play {
    background: url(images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_rounded .pp_nav .pp_pause {
    background: url(images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_rounded .pp_arrow_previous {
    background: url(images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat
}

div.dark_rounded .pp_arrow_next {
    background: url(images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat
}

div.dark_rounded .pp_bottom .pp_left {
    background: url(images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat
}

div.dark_rounded .pp_bottom .pp_right {
    background: url(images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat
}

div.dark_rounded .pp_loaderIcon {
    background: url(images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat
}

div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right, div.dark_square .pp_content {
    background: #000
}

div.dark_square .pp_description {
    color: #fff;
    margin: 0 85px 0 0;
}

div.dark_square .pp_loaderIcon {
    background: url(images/prettyPhoto/dark_square/loader.gif) center center no-repeat
}

div.dark_square .pp_expand {
    background: url(images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_expand:hover {
    background: url(images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_contract {
    background: url(images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_contract:hover {
    background: url(images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_nav {
    clear: none
}

div.dark_square .pp_nav .pp_play {
    background: url(images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_square .pp_nav .pp_pause {
    background: url(images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_square .pp_arrow_previous {
    background: url(images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat
}

div.dark_square .pp_arrow_next {
    background: url(images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat
}

div.dark_square .pp_next:hover {
    background: url(images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.dark_square .pp_previous:hover {
    background: url(images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.light_square .pp_expand {
    background: url(images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.light_square .pp_expand:hover {
    background: url(images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.light_square .pp_contract {
    background: url(images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.light_square .pp_contract:hover {
    background: url(images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.light_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.light_square .pp_nav .pp_play {
    background: url(images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_square .pp_nav .pp_pause {
    background: url(images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_square .pp_arrow_previous {
    background: url(images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat
}

div.light_square .pp_arrow_next {
    background: url(images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat
}

div.light_square .pp_next:hover {
    background: url(images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.light_square .pp_previous:hover {
    background: url(images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.facebook .pp_top .pp_left {
    background: url(images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat
}

div.facebook .pp_top .pp_middle {
    background: url(images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x
}

div.facebook .pp_top .pp_right {
    background: url(images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat
}

div.facebook .pp_content_container .pp_left {
    background: url(images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y
}

div.facebook .pp_content_container .pp_right {
    background: url(images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y
}

div.facebook .pp_expand {
    background: url(images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.facebook .pp_expand:hover {
    background: url(images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.facebook .pp_contract {
    background: url(images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.facebook .pp_contract:hover {
    background: url(images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.facebook .pp_close {
    width: 22px;
    height: 22px;
    background: url(images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.facebook .pp_description {
    margin: 0 37px 0 0
}

div.facebook .pp_loaderIcon {
    background: url(images/prettyPhoto/facebook/loader.gif) center center no-repeat
}

div.facebook .pp_arrow_previous {
    background: url(images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}

div.facebook .pp_arrow_previous.disabled {
    background-position: 0 -96px;
    cursor: default;
}

div.facebook .pp_arrow_next {
    background: url(images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}

div.facebook .pp_arrow_next.disabled {
    background-position: -32px -96px;
    cursor: default;
}

div.facebook .pp_nav {
    margin-top: 0
}

div.facebook .pp_nav p {
    font-size: 15px;
    padding: 0 3px 0 4px;
}

div.facebook .pp_nav .pp_play {
    background: url(images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
    height: 22px;
    width: 22px;
}

div.facebook .pp_nav .pp_pause {
    background: url(images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
    height: 22px;
    width: 22px;
}

div.facebook .pp_next:hover {
    background: url(images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.facebook .pp_previous:hover {
    background: url(images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.facebook .pp_bottom .pp_left {
    background: url(images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat
}

div.facebook .pp_bottom .pp_middle {
    background: url(images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x
}

div.facebook .pp_bottom .pp_right {
    background: url(images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat
}

div.pp_pic_holder a:focus {
    outline: none
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500;
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000;
}

.pp_content {
    height: 40px;
    min-width: 40px;
}

* html .pp_content {
    width: 40px
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%;
}

.pp_content_container .pp_left {
    padding-left: 20px
}

.pp_content_container .pp_right {
    padding-right: 20px
}

.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px;
}

.pp_description {
    display: none;
    margin: 0;
}

.pp_social {
    display: none
}

.pp_social .facebook {
    float: left;
    position: relative;
    top: -1px;
    margin-left: 5px;
    width: 55px;
    overflow: hidden;
}

.pp_social .twitter {
    float: left
}

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0;
}

.pp_nav p {
    float: left;
    margin: 2px 4px;
}

.pp_nav .pp_play, .pp_nav .pp_pause {
    float: left;
    margin-right: 4px;
    text-indent: -10000px;
}

a.pp_arrow_previous, a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px;
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000;
}

.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative;
}

.pp_gallery ul {
    float: left;
    height: 35px;
    position: relative;
    white-space: nowrap;
    margin: 0 0 0 5px;
    padding: 0;
}

.pp_gallery ul a {
    border: 1px rgba(0,0,0,0.5) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden;
}

.pp_gallery ul a img {
    border: 0
}

.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}

.pp_gallery li.default a {
    background: url(images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
    display: block;
    height: 33px;
    width: 50px;
}

.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
    margin-top: 7px!important
}

a.pp_next {
    background: url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}

a.pp_previous {
    background: url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}

a.pp_expand, a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000;
}

a.pp_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    line-height: 22px;
    text-indent: -10000px;
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 24px;
    margin: -12px 0 0 -12px;
}

#pp_full_res {
    line-height: 1!important
}

#pp_full_res .pp_inline {
    text-align: left
}

#pp_full_res .pp_inline p {
    margin: 0 0 15px
}

div.ppt {
    color: #fff;
    display: none !important;
    font-size: 17px;
    z-index: 9999;
    margin: 0 0 5px 15px;
}

div.pp_default .pp_content, div.light_rounded .pp_content {
    background-color: #fff
}

div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.facebook #pp_full_res .pp_inline {
    color: #000
}

div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
    border-color: #fff
}

div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details, div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details {
    position: relative
}

div.light_rounded .pp_top .pp_middle, div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right, div.light_rounded .pp_bottom .pp_middle, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content, div.facebook .pp_content {
    background: #fff
}

div.light_rounded .pp_description, div.light_square .pp_description {
    margin-right: 85px
}

div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next, div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_rounded .pp_gallery a.pp_arrow_next, div.dark_square .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next, div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
    margin-top: 12px!important
}

div.light_rounded .pp_arrow_previous.disabled, div.dark_rounded .pp_arrow_previous.disabled, div.dark_square .pp_arrow_previous.disabled, div.light_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}

div.light_rounded .pp_arrow_next.disabled, div.dark_rounded .pp_arrow_next.disabled, div.dark_square .pp_arrow_next.disabled, div.light_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}

div.light_rounded .pp_loaderIcon, div.light_square .pp_loaderIcon {
    background: url(images/prettyPhoto/light_rounded/loader.gif) center center no-repeat
}

div.dark_rounded .pp_top .pp_middle, div.dark_rounded .pp_content, div.dark_rounded .pp_bottom .pp_middle {
    background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat
}

div.dark_rounded .currentTextHolder, div.dark_square .currentTextHolder {
    color: #c4c4c4
}

div.dark_rounded #pp_full_res .pp_inline, div.dark_square #pp_full_res .pp_inline {
    color: #fff
}

.pp_top, .pp_bottom {
    height: 20px;
    position: relative;
}

* html .pp_top, * html .pp_bottom {
    padding: 0 20px
}

.pp_top .pp_left, .pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}

.pp_top .pp_middle, .pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}

* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
    left: 0;
    position: static;
}

.pp_top .pp_right, .pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.pp_fade, .pp_gallery li.default a img {
    display: none
}

/* @end */

/* @group Disqus Commenting */

#disqus_thread {
	overflow:hidden;
}

#dsq-comments-title {
    clear:none !important;
} 

#dsq-content .dsq-options {
    clear:none !important;
}

#dsq-thread-settings  {
    clear:none !important;
}

#dsq-content div {
    clear:none !important;
}

.dsq-login-buttons li {
    clear:none !important;
    margin-bottom: 25px!important;
}

/* @end */

/* @group Version Checker */

#themeVersion {
	position: fixed;
	width: 400px;
	background-color: rgba(31,32,41,0.96);
	z-index: 2000;
	-moz-box-shadow: 0px 1px 8px rgba(0,0,0,0.7), inset 0px 0px 1px #fff;; 
	-webkit-box-shadow: 0px 1px 8px rgba(0,0,0,0.7), inset 0px 0px 1px #fff; 
	box-shadow: 0px 1px 8px rgba(0,0,0,0.7), inset 0px 0px 1px #fff;;
	top: 50px;
	left: 50px;
	color: #fff;
	webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 32px;
	border: 1px solid #1f2029;
	display: block;
	font: 12px/18px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

.userVersion {
	margin-bottom: 12px;
	background: url(images/miniSearch.png) no-repeat left center;
	padding-left: 22px;
}

.newVersionAvailable {
	background: url(images/miniStar.png) no-repeat left center;
	padding-left: 22px;
}

.warningMessage {
	background: url(images/miniDeleteRed.png) no-repeat left 4px;
	padding-left: 22px;
	margin-top: 12px;
}

h2.themeVersionChecker {
	margin-bottom: 12px;
	font-size: 24px;
	line-height: 28px;
}

.versionCheckerCloseButton {
	width: 40px;
	height: 40px;
	background: url(images/versionCheckerClose.png) no-repeat;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -14px;
	margin-top: -14px;
	cursor: pointer;
}

.updateMessage {
}

.updateMessageURL {
	margin-bottom: 14px;
	display: block;
}

/* @end */

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