/* ------------------------------------- */

/* The Slate theme for RapidWeaver */

/* is designed and developed by Elixir */

/* Visit www.elixirgraphics.com for  */

/* more RapidWeaver themes. */

/* ------------------------------------- */

/* @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;
}

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: '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');
	font-weight: normal;
	font-style: normal;
}

@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-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'StMarie-Thin';
	src: url('fonts/StMarie-Thin-webfont.eot');
	src: local('fonts/StMarie-Thin-webfont'), url('fonts/StMarie-Thin-webfont.woff') format('woff'), url('fonts/StMarie-Thin-webfont.ttf') format('truetype'), url('fonts/StMarie-Thin-webfont.svgz#webfont') format('svg'), url('fonts/StMarie-Thin-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Mate-Regular';
	src: url('fonts/Mate-Regular-webfont.eot');
	src: local('fonts/Mate-Regular-webfont'), url('fonts/Mate-Regular-webfont.woff') format('woff'), url('fonts/Mate-Regular-webfont.ttf') format('truetype'), url('fonts/Mate-Regular-webfont.svgz#webfont') format('svg'), url('fonts/Mate-Regular-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'black_jack';
	src: url('fonts/black_jack-webfont.eot');
	src: local('fonts/black_jack-webfont'), url('fonts/black_jack-webfont.woff') format('woff'), url('fonts/black_jack-webfont.ttf') format('truetype'), url('fonts/black_jack-webfont.svgz#webfont') format('svg'), url('fonts/black_jack-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}





/* @end */

/* @group General Styles */


html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	width: 100%;
	padding: 0;
	background-image: url(images/grain_overlay.png);
	background-repeat: repeat;
	font: 13px/19px Verdana, "Lucida Grande", Lucida, sans-serif;
}

.spacer {
	width: 100%;
	height: 60px;
}

:focus {
	-moz-outline-style: none;
}

img {
   border: none;
}

.image-left {
	float: left;
	margin: 12px 12px 12px 0;
}

.image-right {
	float: right;
	margin: 12px 0 12px 12px;
}

a, a:visited {
	text-decoration: underline;
	-webkit-transition-property: color;
	-webkit-transition-duration: 200ms;
}

a:hover, a:active {
	text-decoration: none;
}

.clearer {
	clear: both;
}

.clearerLeft {
	clear: left;
}

.clearerRight {
	clear: right;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 42px;
	line-height: 46px;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 24px;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 22px;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 20px;
}

h5 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 18px;
}

h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
}

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-style: italic;
	font-size: 16px;
	line-height: 24px;
}

code {
	margin: 0;
	padding: 0;
	display: block;
}

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;
}

/* @end */

/* @group Layout */

#bkgOverlay {
	height: 100%;
	margin: 0;
	width: 100%;
	padding: 0;
	background: url(images/bkg_highlight_overlay.png) no-repeat fixed center top;
}

#toolbar {
	height: 55px;
	width: 100%;
	background: url(images/nav_bkg.png) repeat-x;
}

#titleBar {
	height: 75px;
	width: 100%;
	background: url(images/title_bar_bkg.png) repeat-x;
	position: relative;
}

.centering{
	width: 876px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#titleBar h1 {
	color: #fff;
}


#extraContentOverlayButton {
	display: none;
	width: 44px;
	height: 45px;
	background: url(images/button_inset.png) no-repeat;
	position: absolute;
	right: 0;
	top: 14px;
	cursor: pointer;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#extraContentOverlayIcon {
	width: 25px;
	height: 25px;
	position: absolute;
	left: 10px;
	top: 10px;
}

.buttonImage1 {
	width: 32px !important;
	height: 32px !important;
}

#extraContentPopover {
	display: none;
	position: absolute;
	right: 0px;
	z-index: 600;
	margin-right: -75px;
	opacity: 0;
	margin-top: 100px;
}

#extraContentCloseCircle {
	width: 43px;
	height: 43px;
	background: url(images/close_button.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -17px;
	margin-left: -17px;
	opacity: 0;
	cursor: pointer;
}

#extraContent4 {
	-moz-box-shadow: 0px 1px 18px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 1px 18px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 18px 3px rgba(0,0,0,0.5);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: rgba(255,255,255,0.94);
	padding-top: 30px;
	padding-bottom: 30px;
	width: 600px;
}

#extraContainer4 {
	margin-right: 30px;
	margin-left: 30px;
}

#header {
	width: 100%;
	background: url(images/header_bkg.png) repeat;
	display: block;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}

#slogan {
	width: 876px;
	margin: 15px auto;
	text-align: center;
}

#banner {
	display: none;
	width: 876px;
	overflow: hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#bannerWrapper {
	margin-top: 15px;
	margin-bottom: 15px;
}

#banner img {
	display: block;
}

#headerContent {
	display: none;
	width: 876px;
	margin-left: auto;
	margin-right: auto;
}

#headerBaseDivider {
	height: 15px;
	width: 100%;
	background: url(images/header_base_divider_bkg.png) repeat-x;
	
}

#extraContainer1 {
	margin: 15px 0;
	font-size: 15px;
	line-height: 21px;
}

#extraContent2 {
	margin-bottom: 30px;
	background: url(images/extra_content_divider.png) no-repeat center bottom;
	padding-bottom: 40px;
	z-index: 500;
	position: relative;
}

#extraContent3 {
	margin-bottom: 30px;
	background: url(images/extra_content_divider2.png) no-repeat center top;
	z-index: 500;
	position: relative;
	padding-top: 40px;
}

#extraContainer2, #extraContainer3 {
	margin-right: 30px;
	margin-left: 30px;
}

#sidebarContainer {
	width: 282px;
	float: right;
	display: block;
	background: url(images/sidebar_bkg.jpg) no-repeat left top;
	margin-top: -30px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
}

#sidebar {
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
}

#contentContainer {
	width: 876px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	top: -30px;
	-moz-box-shadow: 0px 1px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 1px 8px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 8px rgba(0,0,0,0.5);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}


#content {
	margin-left: 30px;
	margin-right: 312px;
	margin-bottom: 30px;
}

footer {
	width: 876px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 11px;
	text-shadow: rgba(256, 256, 256, 0.1) 0 1px 0;
	display: block;
}

footer #copyright {
	display: none;
}

footer h5 {
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	display: none;
}

footer a {
	text-decoration: none;
}

#footerLogo {
	width: 56px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
	position: relative;
	display: none;
}

#footerLogo img {
	width: 56px;
	height: auto;
}

/* @group Social Badges */

#socialBadges {
	text-align: center;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 24px;
}

a.myBadge {
	width: 55px;
	height: 55px;
	margin-right: 2px;
	margin-left: 2px;
	display: inline-block;
	position: relative;
}

a:active.myBadge {
	top: 1px;
}



/* @end */

	
/* @end */

/* @group Navigation */

nav {
	width: 876px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

nav>ul>li>a {
	-webkit-transition-property: color;
	-webkit-transition-duration: 0ms;
}

nav>ul {
	float: right;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

nav>ul li.firstChild {
}

nav>ul li.lastChild a {
	margin-right: 0;
}

nav>ul>li {
	float: left;
	position: relative;
}

nav>ul>li>a, nav>ul>li>a:link, nav>ul>li>a:visited {
	line-height: 65px;
	height: 53px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #5f5f5f;
	text-shadow: rgba(255,254,255,0.05) 0 1px 0;
	padding-right: 15px;
	padding-left: 15px;
}

nav>ul>li.firstChild>a:link.current, nav>ul>li.firstChild>a:hover.current, nav>ul>li.firstChild>a:visited.current, nav>ul>li.firstChild>a:link.currentAncestor, nav>ul>li.firstChild>a:hover.currentAncestor, nav>ul>li.firstChild>a:visited.currentAncestor {
}

nav>ul>li.currentParent {
	background: url(images/menu_current_right.png) no-repeat right;
}

nav>ul>li>a:link.current, nav>ul>li>a:hover.current, nav>ul>li>a:visited.current, nav>ul>li>a:link.currentAncestor, nav>ul>li>a:hover.currentAncestor, nav>ul>li>a:visited.currentAncestor {
	color: #fff;
	text-shadow: #5f5f5f 0 1px 0;
	background: url(images/menu_current_parent.png) no-repeat left;
	margin-right: 1px;
}

nav>ul>li>a:hover  {
	color: #fff;
	text-shadow: #383838 0 1px 0;
}

nav>ul>li>a:active {
}

nav>ul>li>ul {
	display: none;
}

nav ul ul {
	position: absolute;
	z-index: 700;
	list-style-type: none;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 4px rgba(0,0,0,0.5);
	left: 0;
	background: rgba(255,255,255,0.9) url(images/menu_drop_down_fade.png) repeat-x left top;
	padding: 15px 0;
}

nav ul ul ul {
	display: none;
	position: static;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: rgba(209,209,209,0.5) none;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding-bottom: 0;
	padding-top: 0;
}

nav ul ul a, nav ul ul a:visited {
	color: #525156;
	text-decoration: none;
	display: block;
	padding: 2px 30px;
	white-space: nowrap;
}

nav ul ul a:link, nav ul ul a:visited, nav ul ul a:hover {
}

nav ul ul a:hover, nav ul ul a:active {
	background-color: #ccc;
}

nav ul ul li.lastChild a:link, nav ul ul li.lastChild a:visited, nav ul ul li.lastChild a:hover {
}

nav ul ul li.lastChild a:hover, nav ul ul li.lastChild a:active {
}

nav ul ul ul li.firstChild a:link, nav ul ul ul li.firstChild a:visited, nav ul ul ul li.firstChild a:hover {
}

nav>ul>li.hasChild>a {
}

nav>ul>li>ul li.hasChild>a:after {
	content: ' »';
	margin: 0;
}


/* @end */

/* @group Blog */

.blogEntryTopperImg {
	margin-bottom: 24px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.blog-entry-badge {
	width: 76px;
	height: 65px;
	position: absolute;
	left: 0;
	top: 0;
	margin-left: -77px;
	background: url(images/blogBadge.png) no-repeat;
	margin-top: -4px;
	-webkit-transition-property: margin-left;
	-moz-transition-property: margin-left;
	-o-transition-property: margin-left;
	transition-property: margin-left;	
	-webkit-transition-duration: 240ms;
	-moz-transition-duration: 240ms;
	-o-transition-duration: 240ms;
	transition-duration: 240ms;
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
	opacity: 0;
}

.blog-entry:hover .blog-entry-badge {
	margin-left: -55px;
}

/* @group Tag Cloud */
ul.blog-tag-cloud {
	text-align: left;
	display: block;
	list-style-type: none;
	margin: 12px 0 0;
	padding: 0;
	list-style-position: inside;
}

ul.blog-tag-cloud a, ul.blog-tag-cloud a:visited, ul.blog-tag-cloud a:link{
	text-decoration: none;
	height: 25px;
	line-height: 25px;
	background: url(images/tag_right_side.png) repeat-x right center;
	display: inline-block;
	color: #9e6b19;
	text-shadow: #fff3e1 0 1px 0;
	padding: 0 9px 0 5px;
}

ul.blog-tag-cloud a:hover {
	text-decoration: none;
}

ul.blog-tag-cloud li {
	display: inline-block;
	padding: 0 0 0 12px;
	position: relative;
	list-style-position: inside;
	list-style-type: none;
	background: url(images/tag_left_side.png) no-repeat left center;
	white-space: nowrap;
	line-height: 25px;
	height: 25px;
	margin: 0 0 3px;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
}

.blog-tag-size-1 {
}

.blog-tag-size-2 {
}

.blog-tag-size-3 {
}

.blog-tag-size-4 {
}

.blog-tag-size-5 {
}

.blog-tag-size-6 {
}

.blog-tag-size-7 {
}

.blog-tag-size-8 {
}

.blog-tag-size-9 {
}

.blog-tag-size-10 {
}

.blog-tag-size-11 {
}

.blog-tag-size-12 {
}

.blog-tag-size-13 {
}

.blog-tag-size-14 {
}

.blog-tag-size-15 {
}

.blog-tag-size-16 {
}

.blog-tag-size-17 {
}

.blog-tag-size-18 {
}

.blog-tag-size-19 {
}

.blog-tag-size-20 {
}

/* @end */

/* @group Archive Page */

.blog-archive-background {
}

.blog-archive-headings-wrapper {
	margin-bottom: 24px;
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
	text-decoration: none;
	font: 22px/26px MuseoSlab500, Georgia, "Times New Roman", Times, serif;
}

.blog-archive-link {
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}	
/* @end */

.blog-entry {
	float: left;
	padding: 0 0 30px;
	margin-top: 0;
	margin-bottom: 30px;
	border-bottom: 1px dashed #e1e0e3;
}

#blogWrapper {
	position: relative;
}

.lastBlogChild {
}

.blog-entry .image-left,
.blog-entry .image-right {
}

h1.blog-entry-title {
	text-decoration: none;
	font: 22px/26px MuseoSlab500, Georgia, "Times New Roman", Times, serif;
	margin-bottom: 6px;
}

.blog-entry-title a {
	text-decoration: none;
}

.blog-entry-title a:hover {
	text-decoration: none;
}

.blog-entry-date {
	margin-bottom: 30px;
	background: url(images/mini_icon_clock.png) no-repeat left 3px;
	padding-left: 18px;
}

.blog-entry-body {
}

p.blog-entry-tags {
	margin-top: 12px;
}

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 a:link,
.blog-entry-category a:visited,
.blog-category-link-enabled,
.blog-category-link-disabled {
	text-decoration: none;
	padding-left: 18px;
	background: url(images/mini_icon_pencil.png) no-repeat left center;
}

.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: 12px;
}

#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/mini_icon_clock.png) no-repeat left 3px;
	padding-left: 18px;
	margin-bottom: 2px;
}

#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: 12px;
}

#blog-categories a, #blog-categories a:visited {
}

.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-top: 12px;
}

#blog-rss-feeds br  {
}

a.blog-rss-link,
a.blog-comments-rss-link, a:link.blog-rss-link,
a:link.blog-comments-rss-link, a:visited.blog-rss-link,
a:visited.blog-comments-rss-link {
	display: block;
	text-decoration: none;
	padding-left: 18px;
	background: url(images/mini_icon_magnifier.png) no-repeat left center;
}

a.blog-rss-link:hover {
}

/* Read More links */

.blog-read-more {
	display: block;
	margin-top: 12px;
}

.blog-read-more a {
	text-decoration: none;
	line-height: 16px;
	height: 16px;
	display: inline-block;
	font-weight: bold;
	padding-left: 18px;
	background: url(images/mini_icon_magnifier.png) no-repeat left center;
}

.fullWidthEntry {
	width: 100%;
	padding-bottom: 40px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background: url(images/extra_content_divider_small.png) no-repeat center bottom;
	border-bottom-style: none;
}

.fullWidthEntry h1.blog-entry-title {
	font-size: 32px;
	line-height: 34px;
	letter-spacing: -1px;
}


/* @end */

/* @group File Sharing */

.filesharing-description {
}

.filesharing-item {
	margin-top: 30px;
}

.filesharing-item:hover {
}

.filesharing-item-title {
	text-decoration: none;
	font: 22px/26px MuseoSlab500, Georgia, "Times New Roman", Times, serif;
}

.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 Photo Album */

/* @group Single View */

.photo-background {
	text-align: center;
}

.photo-background p{
}

.photo-navigation {
	display: block;
	background-color: #fff;
	border-top-right-radius: 6px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 630px;
	margin: 36px auto;
}

.photo-links {
}

.photo-navigation a:link, .photo-navigation a:visited {
}

.photo-navigation a:hover {
}

.photo-frame{
	margin-bottom: 36px;
}

.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 24px;
	padding: 0;
	text-decoration: none;
	font: 22px/26px MuseoSlab500, Georgia, "Times New Roman", Times, serif;
}

.album-description {
	display: block;
	margin-bottom: 24px;
}


.album-wrapper {
	display: block;
}

.thumbnail-wrap {
	float: left;
	margin-right: 20px;
	margin-bottom: 60px;
}

.thumbnail-frame {
	cursor: pointer;
}

.thumbnail-frame img {
	background-color: #fff;
	position: relative;
	cursor: pointer;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame a img {
}

.thumbnail-caption {
	margin: 4px 0 0;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
	font-size: 9px;
	color: #a2a2a2;
}
	
/* @end */
	
/* @end */

/* @group Quicktime Page */

.movie-description {
	margin-bottom: 40px;
	margin-top: 40px;
}
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page View */

.movie-page-title {
	margin: 0 0 12px;
	padding: 0;
	text-decoration: none;
	font: 22px/26px MuseoSlab500, Georgia, "Times New Roman", Times, serif;
}

.movie-page-description {
	margin-bottom: 40px;
}

.movie-thumbnail-frame {
	display: block;
	float: left;
	height: auto;
	margin-right: 24px;
	margin-bottom: 48px;
}

.movie-thumbnail-caption {
	margin: 0;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
	font-size: 9px;
	color: #a2a2a2;
}
	
/* @end */

/* @group Single Page View */
.movie-background {
	text-align: left;
}

.movie-title {
}

.movie-frame {
}

	
/* @end */


/* @end */

/* @group Forms */
form {
}

label {
}

.message-text {
} 

.required-text {
} 

.form-input-field {
	width: 70%;
	padding: 8px;
	font-size: 14px;
	line-height: 20px;
	border: 1px solid #b8b8b8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition-duration: 450ms;
	-moz-transition-duration: 450ms;
	-o-transition-duration: 450ms;
	transition-duration: 450ms;
}

.form-input-field:focus {
	background-color: #f1f1f1;
	width: 96%;
} 

.form-input-button {
	background-clip: border-box;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	padding: 3px 20px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	cursor: pointer;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px;
	border-style: solid;
	border-width: 1px;
	position: relative;
}

.form-input-button:active {
	box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
} 

/* @end */

/* @group Breadcrumb Trail */

#breadcrumb {
	padding: 0;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	margin-top: 30px;
	margin-bottom: -30px;
	background: #eaeaea url(images/breadcrumb_trail_shadow.png) repeat-x 0 top;
	font-size: 11px;
}

.lastBreadcrumbItem {
	background-color: #fff;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-color: #d9d9d9;
}

#breadcrumb ul {
	margin: 0;
	padding: 0 30px;
	height: 60px;
	line-height: 60px;
}

#breadcrumb li {
	list-style-type: none;
	display: -moz-inline-box;
	display: inline;
	position: relative;
}

#breadcrumb li a {
	text-decoration: none;
	display: inline-block;
	height: 60px;
	padding-right: 15px;
	padding-left: 15px;
	text-shadow: #fffeff 0 1px 0;
}
	
/* @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 Theme FAQ */


#themefaqOverlay {
	z-index: 2999;
	overflow: auto;
	padding: 80px 0;
	display: block;
}

#themefaqWrapper {
	width: 624px;
	z-index: 3000;
	webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #000;
	background-color: rgba(31,32,41,0.96);
	background-image: url(images/themefaqHighlight.png);
	background-repeat: repeat-x;
	background-position: 0 top;
	-moz-box-shadow: 0px 1px 24px rgba(0,0,0,0.8), inset 0px 0px 1px #fff; 
	-webkit-box-shadow: 0px 1px 24px rgba(0,0,0,0.8), inset 0px 0px 1px #fff; 
	box-shadow: 0px 1px 24px rgba(0,0,0,0.8), inset 0px 0px 1px #fff;
	color: #abadb9;
	padding: 24px;
	font-weight: normal;
	font-style: normal;
	opacity: 0;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#themefaqWrapper h3 {
	color: #90919b;
	font: 20px/26px MuseoSlab500, "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 18px;
	padding-left: 31px;
	background: url(images/suportIcon.png) no-repeat left center;
	text-shadow: #050505 0 1px 0;
}

#themefaqAccordion a.themefaqQuestion {
	font: normal 15px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	display: block;
	webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #000;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 8px;
	background-color: rgba(31,32,41,0.96);
	background-image: url(images/themefaqHighlightSmall.png);
	background-repeat: repeat-x;
	background-position: 0 top;
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.4), inset 0px 0px 1px #fff; 
	box-shadow: 0px 1px 4px rgba(0,0,0,0.4), inset 0px 0px 1px #fff;
	color: #c2c4d2;
}

#themefaqAccordion a.themefaqQuestion:hover {
	color: #858791;
}

#themefaqAccordion a.ui-state-active, #themefaqAccordion a.ui-state-active:hover {
	color: #cc3c20;
	-webkit-animation-duration: 3.25s;
	-webkit-animation-name: pulse;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-iteration-count: infinite;
	
}

.themefaqAnswer p {
	padding: 10px;
}

@-webkit-keyframes pulse { 
	from {
	-webkit-box-shadow:  inset 0px 0px 1px #fff, 0px 0px 12px rgba(204,60,32,0.15); 
	} 
	60% {
	-webkit-box-shadow: inset 0px 0px 1px #fff, 0px 0px 12px rgba(204,60,32,0.9); 
	} 
	to {
	-webkit-box-shadow: inset 0px 0px 1px #fff, 0px 0px 12px rgba(204,60,32,0.15); 
	}
}


@-webkit-keyframes pulseToo { 
	from {
	-webkit-box-shadow:  0px 0px 12px rgba(204,60,32,0.1); 
	}

	60% {
	-webkit-box-shadow: 0px 0px 12px rgba(204,60,32,0.7); 
	} 
	to {
	-webkit-box-shadow: 0px 0px 12px rgba(204,60,32,0.1); 
	}
}




/* @end */


