/*   
Theme Name: Photogenic
Theme URI: http://www.themeflood.com
Description: Photogenic theme for RapidWeaver
Author: Will Woodgate
Author URI: http://www.themeflood.com
Version: 1.1
License: Commercial
EULA: http://www.themeflood.com/eula.html
Revison Date: 6/1/2011
*/

/* @group CSS Reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font: 100%/1.25em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */

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

/* remember to highlight inserts somehow! */

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

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

input, select {
	vertical-align: middle;
}


.widthWrapper {
	width: 960px;
	display: block;
	margin: 0 auto;
	position: relative;
}

#overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

/* @end */



/* @group General Styles */

h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

img {
	border-style: none;
}

.image-left {
	float: left;
	padding: 10px 10px 10px 0;
	position: relative;
}

.image-right {
	float: right;
	padding: 10px 0 10px 10px;
	position: relative;
}

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

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

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

a:active {
	text-decoration: underline;
	font-weight: normal;
}

#contentContainer #content ul {
	list-style-type: disc;
	margin-left: 40px;
}

#contentContainer #content ol {
	list-style-type: decimal;
	margin-left: 40px;
}

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 ul {
	list-style-type: disc;
	margin-left: 40px;
}

#sidebar ol {
	list-style-type: decimal;
	margin-left: 40px;
}

table {
	
}

/* @end */

/* @group Logo Images */

#logoAbsoluteLeft {
	display: none;
	position: absolute;
	top: 60px;
	left: 20px;
	z-index: 10;
}

#logoAbsoluteRight {
	display: none;
	position: absolute;
	top: 60px;
	right: 20px;
	z-index: 10;
}

#logoFixedLeft {
	display: none;
	position: fixed;
	top: 60px;
	left: 20px;
	z-index: 100;
}

#logoFixedRight {
	display: none;
	position: fixed;
	top: 60px;
	right: 20px;
	z-index: 100;
}

#logoSiteTitle {
	display: none;
	position: relative;
	float: left;
	z-index: 100;
}

#aboveSidebar {
	display: none;
	position: relative;
}

#belowSidebar {
	display: none;
	position: relative;
}

/* @end */

/* @group Layout */

/* @group Background Image */

#extraContainer1 {
	width: 100%;
	height: 100%;
	z-index: 1;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Main */

.clearer {
	clear: both;
}

img.bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: block;
}

.spacer {
	display: block;
	position: relative;
	height: 150px;
}

#main {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	z-index: 100;
	position: relative;
	display: block;
}

#container {
	padding: 0;
	margin: 0;
	position: relative;
	display: block;
	overflow: hidden;
}

#contentWrapper {
	display: block;
	position: relative;
	margin-left: 180px;
	padding: 30px;
}

/* @end */

/* @group Extra Content */

.ecName {
	display: none;
	border: 2px solid #FF0000;
	color: #FF0000;
}

#extraContainer2 {
	position: absolute;
	left: 0;
	top: 0;
	display: inline;
	z-index: 50;
	line-height: 40px;
}

#extraContainer3 {
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 25;
	width: 100%;
	font-size: 90%;
}

#extraContainer4 {
	position: relative;
	display: block;
	z-index: 10;
	width: 100%;
	font-size: 90%;
}

#extraContainer5 {
	position: absolute;
	top: 25px;
	left: 20px;
	display: inline;
	text-align: left;
	z-index: 10;
	font-size: 90%;
}

#extraContainer6 {
	display: block;
	text-align: center;
	z-index: 10;
	font-size: 90%;
	position: relative;
}

/* @end */

/* @group Toolbar */

#topSpacer {
	display: block;
	position: relative;
	height: 0px;
}

#IEnav {
	display: none;
}

#nav-bg {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 40px;
	z-index: 199;
}

#navBar {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 40px;
	z-index: 200;
}

#navWrapper {
	position: relative;
	display: block;
	z-index: 200;
}

#nav {
	display: block;
	z-index: 200;
	position: relative;
	height: 40px;
	font: 130%/40px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	z-index: 200;
}

#nav a {
	display: inline;
	text-decoration: none;
	z-index: 20;
	padding: 0;
}

#nav a:hover {
	color: #cccccc;
}

#nav li {
	float: left;
	position: relative;
	line-height: 2.00em;
	display: inline;
	margin: 0;
}

/* Top Level (parent page links) */

#nav li a {
	display: block;
	text-decoration: none;
	z-index: 20;
	padding: 0px 20px 0px 20px;
	line-height: 40px;
}

#nav li p {
	display: block;
	text-decoration: none;
	cursor: default;
	z-index: 30;
	margin: 0;
	line-height: 40px;
	padding: 0px 25px 0px 15px;
}

#nav ul li .current,
#nav ul li .current:hover,
#nav ul li .currentAncestor,
#nav ul li .currentAncestor:hover {
	
}

/* Second Level */

#nav ul ul {
	position: absolute;
	top: 40px;
	display: none;
	margin: 0;
	padding: 0 0 10px;
	width: 200px;
}

#nav ul ul li {
	position: relative;
	line-height: 33px;
	margin: 0;
	display: block;
	width: 200px;
}

#nav ul ul li a {
	display: block;
	text-decoration: none;
	z-index: 20;
	padding: 0px 20px 0px 20px;
}

#nav ul ul li p {
	display: block;
	text-decoration: none;
	cursor: default;
	z-index: 30;
	margin: 0;
	padding: 0px 20px 0px 20px;
}

/* Third Level and Lower */

#nav ul ul ul {
	position: absolute;
	top: -10px;
	left: 200px;
	display: none;
	margin: 0;
	padding: 5px 0 5px;
	width: 200px;
}

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

/* CSS Safety Net */

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display: none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display: block;
}

/* Indicator Arrows */

#nav ul li span {
	height: 8px;
	width: 11px;
	position: absolute;
	right: 8px;
	top: 40%;
	display: block;
	background: transparent url(images/editable_images/menu-down-arrow.gif) no-repeat right;
	z-index: 10;
	padding: 0 0 0 10px;
	margin: 0;
}

#nav ul li span:hover {
	cursor: default;
}

#nav ul ul li span {
	height: 11px;
	width: 8px;
	background-color: transparent;
	right: 10px;
	top: 0.50em;
	background-image: url(images/editable_images/menu-right-arrow.gif);
	z-index: 10;
	margin: 0;
	padding: 0;
}

#nav ul ul li span:hover {
	cursor: default;
}

/* @end */

/* @group Mega Menu */

#megamenu {
	display: none;
	z-index: 100;
	float: left;
	position: relative;
	font: 120% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#megamenu ul {
	margin: 0;
	padding: 0;
	float: left;
}

#megamenu li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0px 15px 0;
	width: auto;
}

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

#megamenu ul li:last-child {
	margin-right: -15px;
}

#megamenu ul li .current,
#megamenu ul li .current:hover {
	text-decoration: none;
}

#megamenu li a {
	display: block;
	text-decoration: none;
	z-index: 200;
	margin: 0;
	line-height: 40px;
	background: transparent;
}

#megamenu li p {
	display: block;
	text-decoration: none;
	cursor: default;
	z-index: 30;
	margin: 0;
	line-height: 40px;
	background: transparent;
}

/* Sub Headings */

#megamenu ul ul {
	display: none;
	position: absolute;
	top: 39px;
	padding: 10px 20px 15px;
	margin: 0 0 0 -20px;
	float: left;
	clear: both;
	z-index: 200;
}

#megamenu ul ul li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	width: 125px;
	line-height: 30px;
}

#megamenu ul ul li a,
#megamenu ul ul li p {
	display: inline;
	float: left;
	line-height: 1.00em;
	font-weight: bold;
	margin: 0;
	height: 1.10em;
	border: none !important;
}

/* Child Links */

#megamenu ul ul ul {
	display: block !important;
	position: relative;
	margin: 20px 0 0;
	top: 0;
	float: none;
	padding: 0;
	border: none;
}

#megamenu ul ul ul li {
	display: block !important;
	float: none;
	top: 0;
	margin: 0;
	padding: 0;
	line-height: 25px;
	height: 25px;
	width: 125px;
}

#megamenu ul ul ul li a,
#megamenu ul ul ul li p {
	display: inline !important;
	font-size: 100%;
	float: none;
	top: 0;
	font-weight: normal;
	font-style: normal;
	padding-right: 0;
	border: none !important;
	background: transparent !important;
	line-height: 2.00em;
}

/* @end */

/* @group Smooth Scroller */

#homeAnchor {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 1px;
	width: 1px;
}

#menu {
	display: block;
	z-index: 200;
	float: left;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	z-index: 200;
}

#menu a {
	display: inline;
	text-decoration: none;
	z-index: 20;
	padding: 0;
}

#menu a:hover {
	color: #333;
}

#menu li {
	float: left;
	position: relative;
	line-height: 2.50em;
	display: inline;
	margin: 0;
}

#menu li:first-child {
	margin-left: -15px;
}

#menu li a {
	display: block;
	text-decoration: none;
	z-index: 20;
	color: #5e5e5e;
	font-size: 125%;
	padding: 0px 15px 0;
	line-height: 2.25em;
}

/* @end */

/* @group Search Bar */

#searchBar {
	position: absolute;
	top: 40px;
	right: 0px;
	display: none;
	width: 300px;
	height: 40px;
}


#searchFunction {
	display: block;
	height: 27px;
	width: 245px;
	margin: 2px 0 0;
	padding: 0px !important;
}

#searchFunction fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

#searchFunction input {
	background: #ffffff;
	float: left;
	font-size: 12px;
	width: 270px;
	margin: 5px 0px 0px 10px;
	padding: 3px 4px 4px;
	border: 1px solid #ffffff;
}

#searchFunction #button {
	padding: 0 10px;
	width: auto;
	font-size: 12px;
	margin: 0;
	border: none;
	background: #ffffff;
	color: #424242;
	position: absolute;
	top: 7px;
	right: 10px;
	text-align: right;
	height: 24px;
	line-height: 24px;
}

#searchFunction #button:hover {
	background: #cccccc;
	cursor: pointer;
}

/* @end */

/* @group Header */

#header {
	display: block;
	padding: 0 30px;
	margin: 0;
	position: relative;
	overflow: hidden;
}

#header-bg {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
	opacity: 0.85;
}

#siteTitle {
	display: inline;
	float: left;
	position: relative;
	z-index: 10;
}

#siteTitle h1 {
	padding: 10px 0;
	display: inline;
	font: 2.00em/1.00em Arial, Helvetica, Geneva, sans-serif;
}

#siteTitle h1 a {
	color: #fff;
	display: inline;
	line-height: 1.75em;
}

#siteTitle h1 a:hover {
	text-decoration: none;
}

#siteSlogan h2 {
	display: inline;
	color: #333;
	text-decoration: none;
	font: normal normal 1.00em/3.50em Arial, Helvetica, Geneva, sans-serif;
	margin-left: 10px;
	margin-bottom: 0;
	letter-spacing: 5px;
	float: right;
	z-index: 10;
	position: relative;
}

/* @end */

/* @group Content */

#content {
	color: #e4e5e6;
	position: relative;
	z-index: 10;
}

#content-bg {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 10000px;
	z-index: 1;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
	opacity: 0.75;
}

#content h1 {
	border-bottom: none;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 200%;
	font-weight: normal;
	font-style: normal;
}

#content h2 {
	border-bottom: none;
	padding-top: 3px;
	margin-bottom: 3px;
	font-size: 180%;
	font-weight: normal;
	font-style: normal;
}

#content h3 {
	border-bottom: none;
	padding-top: 3px;
	margin-bottom: 3px;
	font-size: 160%;
	font-weight: normal;
	font-style: normal;
}

#content h4 {
	border-bottom: none;
	padding-top: 3px;
	margin-bottom: 3px;
	font-size: 140%;
	font-weight: normal;
	font-style: normal;
}

#content h5 {
	border-bottom: none;
	padding-top: 3px;
	margin-bottom: 3px;
	font-size: 120%;
	font-weight: normal;
	font-style: normal;
}

#content h6 {
	border-bottom: none;
	padding-bottom: 3px;
	margin-bottom: 3px;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

/* @end */

/* @group Sidebar */

#aside {
	display: block;
	float: left;
	width: 180px;
	position: relative;
	z-index: 10;
	height: 100%;
}

#sidebar-bg {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 10000px;
	z-index: 1;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
	opacity: 0.75;
}

#sidebarWrapper {
	z-index: 10;
	display: block;
	position: relative;
	padding: 30px;
}

#sidebarHeader h3 {
	color: #e4e5e6;
	font-size: 125%;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-style: normal;
	position: relative;
	z-index: 10;
}

#sidebar {
	color: #e4e5e6;
	padding: 5px 0 30px;
	position: relative;
	z-index: 10;
}

#sidebar h1 {
	border-bottom: none;
	padding-top: 3px;
	margin-bottom: 3px;
	font-size: 200%;
	font-weight: normal;
	font-style: normal;
}

#sidebar h2 {
	border-bottom: none;
	padding-top: 3px;
	margin-bottom: 3px;
	font-size: 180%;
	font-weight: normal;
	font-style: normal;
}

#sidebar h3 {
	border-bottom: none;
	padding-top: 3px;
	margin-bottom: 3px;
	font-size: 160%;
	font-weight: normal;
	font-style: normal;
}

#sidebar h4 {
	border-bottom: none;
	padding-top: 3px;
	margin-bottom: 3px;
	font-size: 140%;
	font-weight: normal;
	font-style: normal;
}

#sidebar h5 {
	border-bottom: none;
	padding-top: 3px;
	margin-bottom: 3px;
	font-size: 120%;
	font-weight: normal;
	font-style: normal;
}

#sidebar h6 {
	border-bottom: none;
	padding-bottom: 3px;
	margin-bottom: 3px;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

/* @end */

/* @group Footer Navigation Links */

#footerNav {
	float: left;
	display: none;
	color: #424242;
	font-size: 80%;
	position: relative;
	z-index: 10;
	margin: 5px 20px;
}

#footerNav ul {
	display: inline;
}

#footerNav li {
	float: left;
	display: inline;
	padding-right: 20px;
}

#footerNav ul ul {
	display: none;
}

/* @end */

/* @group Footer */

#footerContainer {
	position: relative;
	display: block;
}

#footer-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
	opacity: 0.85;
}

#footer {
	float: right;
	display: inline;
	color: #424242;
	font-size: 90%;
	position: relative;
	z-index: 10;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 30px;
}

#lastUpdated {
	display: none;
}

#footer a {
	color: #ffffff;
}

#breadcrumb {
	float: left;
	display: inline;
	color: #424242;
	font-size: 90%;
	position: relative;
	z-index: 10;
	margin: 5px 30px 5px 0;
	padding: 0;
}

#breadcrumb a {
	color: #ffffff;
}

#breadcrumb ul {
	padding: 0;
	margin: 0 0 0 -10px;
	list-style: none;
}

#breadcrumb li {
	display: inline;
	padding: 0;
	margin: 0;
}

/* @end */

/* @end */



/* @group Blog */

.blog-archive-background {
	
}

.blog-entry-summary {
	margin-bottom: 15px;
}

.blog-archive-headings-wrapper {
	
}

.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 {
	
}

/* Blog Tag Cloud */

ul.blog-tag-cloud {
	margin: 25px 0px 0px;
	padding: 0px;
	text-align: justify;
}

ul.blog-tag-cloud li {
	display: inline;
	padding-right: 5px;
}

.blog-tag-size-1 {
	font-size: 0.8em;
}

.blog-tag-size-2 {
	font-size: 0.85em;
}

.blog-tag-size-3 {
	font-size: 0.9em;
}

.blog-tag-size-4 {
	font-size: 0.95em;
}

.blog-tag-size-5 {
	font-size: 1em;
}

.blog-tag-size-6 {
	font-size: 1.05em;
}

.blog-tag-size-7 {
	font-size: 1.1em;
}

.blog-tag-size-8 {
	font-size: 1.15em;
}

.blog-tag-size-9 {
	font-size: 1.2em;
}

.blog-tag-size-10 {
	font-size: 1.25em;
}

.blog-tag-size-11 {
	font-size: 1.3em;
}

.blog-tag-size-12 {
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {
	font-size: 1.45em;
}

.blog-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {
	font-size: 1.55em;
}

.blog-tag-size-17 {
	font-size: 1.6em;
}

.blog-tag-size-18 {
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}

.blog-tag-size-20 {
	font-size: 1.75em;
}

/* Main Blog entries */

.blog-entry {
	padding-bottom: 50px;
}

.blog-entry-title {
	line-height: 1.00em;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 5px;
}

.blog-entry-title a {
	text-decoration: none;
	padding-bottom: 5px;
}

.blog-entry-date {
	padding-bottom: 10px;
}

.blog-read-more {
	display: block;
}

.blog-entry-body {
	
}

p.blog-entry-tags {
	margin-top: 15px;
}

.blog-entry-comments {
	
}

/* Styles the category link/s in the main Blog entry */

.blog-entry-category a {
	
}

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

#blog-archives br,
#blog-categories br,
#blog-rss-feeds br {
	display: none;
}

/* styles the archives in the blog sidebar */

#blog-archives {
	margin-top: 25px;
}

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

.blog-archive-link-disabled {
	background-repeat: no-repeat;
	display: block;
}

/* Styles the blog categories in the blog sidebar */

#blog-categories {
	margin-top: 25px;
}

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

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

/* Styles the blog RSS feeds in the blog sidebar */

#blog-rss-feeds {
	margin-top: 25px;
	display: block;
}

.blog-rss-link {
	background-repeat: no-repeat;
	background-image: url(images/icons/rss_icon.png);
	background-position: left center;
	padding-left: 20px;
	display: block;
}

.blog-comments-rss-link {
	background-repeat: no-repeat;
	background-image: url(images/icons/rss_icon.png);
	background-position: left center;
	padding-left: 20px;
	display: block;
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	
}

.filesharing-item {
	padding-bottom: 15px;
	padding-top: 15px;
}

.filesharing-item-title a:link {
	font-weight: normal;
	margin-bottom: 0px;
	text-decoration: none;
}

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

/* @end */



/* @group Photo Album */

/* @group Flash Slideshow */

#flashcontent {
	text-align: center;
}

/* @end */

/* @group Index Page (Thumbnail view) */

.album-title {
	font-weight: bold;
	font-family: Helvetica, helvetica, sans serif;
}

.album-description {
	padding-bottom: 30px;
}

.album-wrap {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 40px;
	margin-right: 40px;
	display: block;
	text-decoration: none;
}

.thumbnail-table {
	display: block;
}

.thumbnail-frame {
	display: block;
}

.thumbnail-frame:hover {
	
}

.thumbnail-frame a {
	
}

.thumbnail-frame a:hover {
	
}

.thumbnail-frame img {
	
}

.thumbnail-caption {
	
}

/* @end */

/* @group Single Page (Photo view) */

#flashcontent {
	text-align: center;
}

.photo-background {
	margin: 0 auto;
	width: 800px;
}

.photo-navigation {
	margin-bottom: 10px;
	padding: 10px 10px 5px;
	text-align: center;
	text-decoration: none;
}

.photo-navigation a:link, .photo-navigation a:visited {
	text-decoration: none;
}

.photo-navigation a:hover {
	
}

.photo-frame {
	display: block;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

img.photo-frame {
	background: transparent url(images/editable_images/photo-frame-background.png) repeat;
	padding: 10px;
}

.photo-links {
	margin-top: 25px;
}

.photo-links a {
	line-height: 2.00em;
}

.photo-title {
	margin: 0;
	text-align: center;
	font: normal 2.00em Helvetica, helvetica, sans;
	padding: 0;
	text-decoration: none;
}

.photo-caption {
	text-align: center;
	font-size: 1.50em;
	padding: 0;
	margin: 0;
}

/* @end */



/* @group EXIF data */
.exif-data {
	text-align: center;
	color: #fff;
	display: block;
	width: 50%;
	margin: 30px auto 0;
	background: transparent url(images/editable_images/photo-frame-background.png) repeat;
	padding-top: 15px;
	padding-bottom: 15px;
}

.exif-data p {
	padding: 0;
	margin: 0;
}

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 Movie Page */

.movie-description {
	margin-top: 15px;
}

/* @end */

/* @group Movie Album */

.movie-page-title {
	font-weight: bold;
	margin-bottom: 0px;
}

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

.movie-thumbnail-frame {
	width: 134px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.movie-thumbnail-frame:hover {
	
}

.movie-thumbnail-frame img {
	padding: 1px;
	margin-bottom: 5px;
}

.movie-thumbnail-caption {
	
}

/* CSS formatting for Singular Quicktime Movies */

.movie-page-title {
	font-weight: bold;
	margin-bottom: 0px;
}

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

.movie-thumbnail-frame {
	width: 132px;
	display: inline;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 1px;
	font-size: 1em;
	position: relative;
	z-index: 10;
}

/* @end */

/* @group Contact Form */

form {
	margin: 0px;
	padding: 0px;
}

.message-text {
	font-weight: bold;
	font-style: normal;
}

.form-input-field {
	font-size: 1.25em;
	width: 98%;
}

.form-input-button {
	font-size: 1.5em;
}

/* @end */

/* @group JS-Kit Override */

.js-singleCommentBodyT {
	display: block;
	margin: 0;
	padding: 17px 0 0;
}

.js-singleCommentHeader {
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
}

.js-OldComments,
.js-commentFieldLabel,
.js-pmFieldLabel,
.js-singleCommentBody,
.js-singleCommentKarmaComMod,
.js-commentBodyLabel,
.js-commentCmtTextarea,
.js-commentAvatarArea,
.js-OldCommentsWrap,
.js-OldComments,
.js-CreateCommentFieldsWrap,
.js-CreateCommentFields,
.js-commentCmtTextarea,
.js-kit-comments div {
	clear: none !important;
}

.js-singleCommentText {
	display: block !important;
	clear: both !important;
}

.js-kit-comments br {
	display: none !important;
}

.js-singleCommentBody br {
	display: block !important;
}

/* @end */

/* @group RW5 Sitemap */

.rw-sitemap {
	display: block;
}

.rw-sitemap ul {
	margin: 0;
}

.rw-sitemap ul li {
	list-style-type: none;
	padding: 2px 10px 2px 20px;
	border: none;
}

.rw-sitemap ul li ul li {
	margin-left: 30px;
}

.tree {
	margin: 0;
}

/* @end */