/* 
	Resets defualt browser settings
	reset.css

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,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

*/
/* @group General Styles */

body {
	font:normal 62.5%/1.5 Helvetica, Arial, sans-serif;
	letter-spacing:0;
	text-align: center;
	padding: 0;
	font: 0.75em/1.6em Tahoma, Arial sans-serif;
	margin: 0;
	background: #fff url(images/bg2-green.jpg) repeat-x;
	color: #1C4764;
}

p { font-family: Arial;
 color: #1C4764;
 font-size: 10pt;
}

b, strong {
font-weight: bold;
}

a:link, a:visited {
	color: #3664DE;
	text-decoration: none;
	border-style: none;
}

a:hover, a:active {
	color: #3664DE;
	border-style: none;
}
img {
	z-index: 30;
	border-style: none;
}

.image-left {
	float: left;
	margin: 3px 10px 3px 0;
	z-index: 29;
	border: 1px solid #89BEF3;
}

.image-right {
	float: right;
	margin: 3px 0 3px 10px;
	z-index: 29;
	border: 1px solid #89BEF3;
}

.image-center {
	margin: 0 auto 0;
	display: block;
	border: 1px solid #89BEF3;	
}
	
/* @end */

/* @group Layout */

#container {
	margin: 0px auto;
	text-align: justify;
	position: relative;
	z-index: 1;
}
#mainContainer {
	background: #fff;
	border: 1px solid #89BEF3;
}

.clearer {
	clear: both;
}

#pageHeader {
	height: 150px;
	position: relative;
}

#pageHeader img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10000;
}

#pageHeader h1 {
	color: #3664DE;
	margin: 0;
	position: absolute;
	top: 30px;
	right: 15px;
	letter-spacing: normal;
	font: bold 14px/normal "Lucida Grande", Lucida, Verdana, sans-serif;
	text-shadow: #fff 2px 2px 2px;
}

#pageHeader h2 {
	color: #3664DE;
	margin: 0;
	position: absolute;
	top: 50px;
	right: 15px;
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: normal;
	text-align: right;
	text-shadow: #fff 2px 2px 2px;
}
#heading2{
	height: 30px;
	border: 1px solid #89BEF3;
	background: #F4FAF0;
	margin-bottom: 10px;
	padding-top: 5px;
	text-shadow: #666 2px 2px 2px;
	
}
#heading{
	height: 30px;
	background: url(images/bluegrad.jpg) repeat-x 0 -5px;
	margin-bottom: 10px;
	padding-top: 5px;
	border: 1px solid #89BEF3;
	text-shadow: #666 2px 2px 2px;
	
}
#heading h1 {
	color: #fff;
	text-align: center;
	font-size: 18px;
}

#heading h1 {
	color: #fff;
	text-align: center;
	font-size: 18px;
}
#contentContainer {
	background-color: #fff;
	z-index: 2;
}

#contentContainer #content {
	padding: 15px;
	
}

#left {
	padding: 10px 10px 10px 10px; 
	width: 200px; 
	float: left;
	margin-bottom: 15px;
	margin-left: 0px;
	border: 1px solid #89BEF3;
}

#centercontent {
	width: 473px;
	float: left; 
 	margin-left: 15px;
 	margin-bottom: 15px;
	border: 1px solid #89BEF3;
	padding: 10px; 
	background: #c8ffff;
}

#centercontent p{
	padding: 0 10px;
}
#centercontent2 {
	width: 710px;
	float: left; 
 	margin-bottom: 15px;
	border: 1px solid #89BEF3;
	padding: 10px; 
}

#slidescroller {
	width: 710px;
	float: left; 
 	margin: 0px auto 15px;
	border: 1px solid #89BEF3;
	padding: 11px 10px 30px 10px; 
}

#mininav {
	font-size: 14px; text-align:left; line-height: 2.0em;
	font-weight: bold;
	font-style: italic;
}
#mininav a:link, a:visited {
	color: #3664DE;
	text-decoration: none;
	border-style: none;
	padding: 5px;
}

#mininav a:hover, a:active {

	background: #d1fffc;
	border-style: none;
}

#right {
	width: 200px;
	border: 1px solid #89BEF3;
 	margin-bottom: 15px;
	float: right;
	padding:10px; 
	}


#rightsign {
	width: 200px;
	border: 1px solid #89BEF3;
 	margin-bottom: 15px;
 	
	float: right;
	padding: 10px 10px 10px 10px;  
	}


#sidebarContainer {
	margin: 15px 0;
	width: 200px;	
	font-size: 0.95em;
	line-height: 1.45em;
	z-index: 100;

}

#sidebarContainer #sidebar {
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #89BEF3;

}

#sidebarContainer .sideHeader,
#sidebarContainer h1,
#sidebarContainer h2,
#sidebarContainer h3,
#sidebarContainer h4,
#sidebarContainer h5 {
text-decoration: none;
	margin: 0 0 5px;
	color: #89BEF3;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#footer {
	text-align: left;
	border: 1px solid #89BEF3;
	height: 25px;
	background: #D3E7B6;
	padding: 0;
	width: 998px;
	margin-top: 10px;
}

#footer p {
	text-align: center;
	font-size: 0.8em;
	margin: 0;
	padding: 5px 5px 5px;
	color: #3664DE;

}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	margin: 10px 0 0 0;
	background: #fff;
	padding-bottom: 0px;
	border: 1px solid #89BEF3;
	color: #3664DE;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
}

#breadcrumbcontainer li {
	display: inline;
	font-size: 0.8em;
}

#breadcrumbcontainer a {
color: #3664DE;
}

#breadcrumbcontainer a:hover {

}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
border: 1px solid #89BEF3;
font-family: Tahoma, Arial;
font-size: 10pt;

	margin: 0 0 5px 0;
	height: 32px;
	position: relative;
	z-index: 3;
	background: #fff;
	
}

#navcontainer #current {
}

#navcontainer #current:hover {
	
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 5;	
}

#navcontainer li {
	position: relative;
	display: inline;
	float: left;
	
}

#navcontainer a {
	display: block;
	padding: 6px 20px 10px;
	text-decoration: none;
	color: #89BEF3;
	}

#navcontainer a:hover {
	color: #3399FF;
}

#navcontainer a:active {
		background: #fff;
		display: block;
	
}


/* Child - Level 1 */
/* All browsers will use this code, it will make the pop out menus work */
#navcontainer ul ul {
	position: absolute;
	top: 32px;
	left: 10px;
	right: 0;
	display: none;
	z-index: 6;
	font-size: 0.9em;
	width: 140px;
	padding: 0 10px;
	background: #fff;
	text-align: left;
	border-bottom: 1px solid #89BEF3;
	border-left: 1px solid #89BEF3;
	border-right: 1px solid #89BEF3;
}

#navcontainer ul ul li {
	display: block;
}

#navcontainer ul ul a {
	padding: 5px 0;
	display: block;
	width: 140px;
	color: #89BEF3;

}

#navcontainer ul ul a:hover {
color: #3399FF;
	
	display: block;
	}

#navcontainer ul ul #current{
}


/* Child Level 3 */

#navcontainer ul ul ul {
	position: absolute;
	left: 110px;
	top: 0;
	font-size: 1em;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{

}

div#navcontainer ul ul, div#navcontainer ul ul ul, div#navcontainer ul li:hover ul ul, div#navcontainer ul li:hover ul ul ul, div#navcontainer ul li:hover ul ul ul ul, div#navcontainer ul li:hover ul ul ul ul ul{
display:none;
}

div#navcontainer ul li:hover ul, div#navcontainer ul ul li:hover ul, div#navcontainer ul ul ul li:hover ul, div#navcontainer ul ul ul ul li:hover ul, div#navcontainer ul ul ul ul ul li:hover ul{
display:block;
}
/* @end */

/* @group Global Classes */
/*Migrated Classes*/
.emph {
font-weight: bold;
}
.mission{
	font-size: 16px;
	text-align: center;
	line-height: 1.8;
	font-style: italic;
	font-weight: bold;
}

.whiteblock {
	margin: 0px auto 10px; 
	color:#69A5DE; 
	
	padding: 5px 5px 5px;
	text-align: left;
	background-color: #fff;
}
.whiteblock a {
	background-color: #d1fffc;
	padding: 2px;
}
.whiteblock a:hover {
border: 1px solid #267544;	
}

.greenblock {
	margin: 0px auto 10px; 
	background: #c8ffa5; 
	border:1px solid #00db3a;
	padding: 5px;
	
}
.greenblock a {
background: #339933;
color: #fff;	
	padding: 2px;
}
.greenblock a:hover {
border: 1px solid #fff;	
background: #339933;
}

.blueblock {
	margin: 0px auto 10px; 	background:#69A5DE; 
	border:1px solid #3664DE;
	padding: 5px;
}
.blueblock a {
	background-color: #d1fffc;
	padding: 2px;
}
.blueblock a:hover {
border: 1px solid #fff;	
}

.bluebg {
	background:#69A5DE;
}
.centerT {
text-align: center;
margin: 5px 0 15px 0;
}


.price{
	float: right; margin-right: 10px;
}

.pricecard{
border:1px solid #69A5DE; 
width:48%; 
float: left; 
margin-right: 10px; 
margin-top: 10px;
text-align: left;
}
.pricecard p {
	margin:0;
	padding:5px;
}
.ptbg1{
	background-color: #89BEF3;
	color: #fff;
	padding: 2px;
}
.ptbg2{
	background-color: #69A5DE;
	color: #fff;
	padding: 2px;
}

.lefttextblock {
	margin: 10px 0 10px 38px;
	padding: 5px;
	float: left;
	text-align: center;
	width: 200px;
}

.righttextblock {
	margin: 10px 38px 10px 0px;
	padding: 5px;
	float: right;
	width: 200px;
	text-align: center;
}
blockquote, .standout {
	font-style: italic;
	margin: 0;
	font-size: 1em;
	color: #b8b8b8;
	overflow: hidden;
}
.tinytext {
	font-size: xx-small;
}
.wellnesstip {
font-size: 9pt;
text-align: center;
margin: 0px 0 5px 0;
color: #267544;
font-style: italic;
padding-top: 10px;
}

h1,
h2,
h3,
h4,
h5 {

}
.headline {
	font-size: 24px;
	font-weight: bold;
	text-transform: none;
	margin-top: 10px;
	font-style: italic;
	background: #d9fffe;

}
h1 {
	color: #69A5DE;
	text-align: center;
	line-height: 1.0;
	margin-top: 0px;
}

h2 {
	line-height: 1.5em;

	color: #69A5DE;
}

h3 {margin-top: 0px;

	font-size: 18px;
	background: #89BEF3;
	padding: 5px;
	color: #fff;
	text-shadow: #666 2px 2px 2px;
}

h4 {font-size: 18px;
margin-top: 10px;
}
h5 {font-size: 14px;
margin-top: 10px;
	line-height: 1.5em;
}

.imageStyle {

}
hr {
margin: 10px;
border: 0;
color: #89BEF3;
background-color: #89BEF3;
height: 2px;
text-align: center;
	
}

.testimonial {
	border: 1px solid #89BEF3;;
	background: #F4FAF0;
	margin: 0 auto 20px;
	padding: 0 15px;
	font-style: italic;
	}

.promo-earth {
	border:1px solid #267544;
	margin: 0 auto 20px;
	padding: 5px 15px;
	text-align: left;
	background: #89BEF3 url(images/earth2.png) no-repeat right 20px;
	}
	.promo-earth a {
	background-color: #d1fffc;
	padding: 2px;
}
.promo-earth a:hover {
background: none;
color: #fff;
border: 1px solid #fff;	
}
.promo-earth2 {
	border:1px solid #267544;
	margin: 0 auto 20px;
	padding: 5px 15px;
	text-align: left;
	background: #89BEF3 url(images/earth2.png) no-repeat right 120px;
	text-shadow: black 2px 2px 2px;
}

#topbox {
	
}
#topbox h1 {
	text-shadow: #000 1px 1px 2px;
}
#topbox h4 {
	text-shadow: #fff -1px -1px 2px;
	margin-bottom: 5px;
	text-align: center;
}
#topbox p {
	text-shadow: #fff -1px -1px 2px;
	text-align: center;
	
}
.box {
	border:1px solid #267544;
	margin: 0 auto 20px;
	padding: 5px 15px;
	text-align: left;
	}
	.box-green {
	border:1px solid #267544;
	margin: 0 auto 20px;
	padding: 5px 15px;
	text-align: left;
	background: url(images/greenpagebg.jpg) no-repeat;
}
	.box-blue {
	display: block;
	border:1px solid #89BEF3;
	margin: 0 auto 20px;
	padding: 5px 15px;
	text-align: left;
	background: url(images/bluegrad.jpg) repeat-x 0 -5px;
}
.box-pink {
		display: block;
	border:1px solid red;
	margin: 0 auto 20px;
	padding: 5px 15px;
	text-align: left;
	background: pink;
}
.box-pink li {
	color: #red;
}
.poolbg {
	
	border:1px solid #267544;
	margin: 0 auto 20px;
	padding: 5px 15px;
	text-align: left;
	background: url(images/aquaticbg.jpg) no-repeat;
}
		
.pdflink {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	padding: 5px;
	width: 230px;
	border: 1px solid #333;
	line-height: 1.0em;
	bottom: 0px;
	position: relative;
}
.pname {
	padding-left: 0px;
	font-size: 1.8em;
	font-weight: bold;
	font-style: italic;
}
.caption {
	font-style: italic;
	font-size: .8em;
	text-align: right;
	margin: 0;
}

.innertube {
	margin: 20px;
}
.largetitle {
	font-family: Georgia, serif;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 36px;
	text-align: center;
	padding: 10px 0;
	background: #fff;
	border-top: 1px solid #333;
border-bottom: 1px solid #333;

}


.largetitle a:hover {color: #fff;
background: #89BEF3;
padding: 10px 5px;
	border: 1px solid #333;

	}
	
.mag {
	float: left;
	margin: 10px 0 10px 20px;
	height: 460px;
	width: 420px;
	border: 1px solid #999;
	padding: 15px;
}

.left-txt{
	padding: 0 10px;
	text-align: left;
}

.right-txt{
	padding: 0 10px;
	text-align: right;
}
.small-txt{
 color: #1C4764;
 margin: 5px;
 font-size: 8pt; 
 }

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

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

#sidebarContainer #sidebar li {
}


/* Table Styles */
table {
	font-size: 1em;
}
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
}

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

.blog-archive-headings-wrapper {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}

.blog-archive-entries-wrapper {
}

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

.blog-archive-month {
	letter-spacing: 2px;
	margin-bottom: 5px;
	font: normal 2em Georgia, serif;
}

.blog-archive-link {
	font-size: 0.9em;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

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

/* @group Tag Cloud */
ul.blog-tag-cloud {
	margin: 0 0 10px;
	padding: 0;
	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;
}

/* @end */

.blog-entry {
	margin-bottom: 40px;
}

.blog-entry-title {
	margin-bottom: 5px;
	font-size: 2.1em;
}

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

.blog-entry-date {
	font-size: 0.9em;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.blog-read-more {
	display: block;
	padding-top: 10px;
	font-style: italic;
}

.blog-entry-body {
}

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

/*styles the category link in the main entry */
.blog-entry-category {
	padding-left: 16px;
	background: no-repeat left center url(images/category.png);
	margin-left: 8px;
}

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

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
	line-height: 1.8;
}

.blog-archive-link-enabled {
	padding-left: 16px;
	background: no-repeat left center url(images/category.png);
}

.blog-archive-link-disabled {
	padding-left: 16px;
	background: no-repeat left center url(images/category.png);
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
	line-height: 1.8;
}

.blog-category-link-enabled {
	padding-left: 16px;
	background: no-repeat left center url(images/category.png);
}

.blog-category-link-disabled {
	padding-left: 16px;
	background: no-repeat left center url(images/category.png);
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 10px;
	line-height: 1.8;
}

.blog-rss-link {
	background: url(images/rss_icon.png) no-repeat left center;
	padding-left: 16px;
}

.blog-comments-rss-link {
	background: url(images/rss_icon.png) no-repeat left center;
	padding-left: 16px;
}

/* Comment links */
a.blog-comment-link {
	background: no-repeat left center url(images/comments.png);
	padding-left: 18px;
	margin-right: 5px;
}

/* Trackback links */
a.blog-trackback-link {
	background: url(images/trackback.png) no-repeat left center;
	padding-left: 16px;
}

/* @end */

/* @group File Sharing */

.filesharing-description {
}

.filesharing-item {
	margin-bottom: 15px;
}

.filesharing-item-title a:link {
	letter-spacing: 2px;
	margin-bottom: 5px;
	font: normal 2em Georgia, serif;
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
}

/* @end */

/* @group Photo Album */

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

.album-title {
	letter-spacing: 2px;
	margin-bottom: 5px;
	font: normal 2em Georgia, serif;
}

.album-description {
	font-size: 0.9em;
	margin-bottom: 75px;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}


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

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 18px;
}

.thumbnail-frame {
	position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
	background: transparent;
}

.thumbnail-frame img {
	margin: auto;
	border: 1px outset #515b6a;
}

.thumbnail-caption {
	color: #b3b3b3;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
}
	
/* @end */

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

.photo-background {
}

.photo-navigation {
	height: 145px;
	position: relative;
	margin: 0 auto 20px;
	border-right: 10px solid;
	border-bottom: 10px solid;
	border-left: 10px solid;
}

.photo-links {
	border-bottom: 1px solid;
	height: 24px;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	width: 100%;
	padding-top: 6px;
	text-align: left;
}

.photo-navigation a:link,
.photo-navigation a:visited {
	display: inline-table;
	padding: 0 15px 5px;
	text-decoration: none;
}

.photo-navigation a:hover {
	background: transparent;
}

.photo-frame{
	padding: 1px;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
}

.photo-title {
	color: #fff;
	margin: 0;
	position: absolute;
	top: 30px;
	left: 15px;
	font-size: 2.5em;
	line-height: normal;
	letter-spacing: normal;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.photo-caption {
	margin: 0;
	position: absolute;
	top: 70px;
	left: 15px;
	font-weight: normal;
	font-size: 1.2em;
	line-height: normal;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: normal;
}

/* @group EXIF data */
/* Data wrapper */
.exif-data {
}

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

/* 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 */
	
/* @end */

/* @group Quicktime Page */

.movie-description {

}
	
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	letter-spacing: 2px;
	margin-bottom: 5px;
	font: normal 2em Georgia, serif;
}

.movie-page-description {
	font-size: 0.9em;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.movie-thumbnail-frame {
	width: 132px;
	height: 132px;
	float: left;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px outset #515b6a;
	text-align: center;
	padding: 2px;
}

.movie-thumbnail-frame:hover {
}

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

/* @group Single Page (Movie View) */

.movie-background {
	margin: 10px;
}

.movie-title {
	letter-spacing: 2px;
	font: normal 2em Georgia, serif;
}

.movie-frame {
	margin-bottom: 10px;
}
	
/* @end */


/* @end */

/* @group Contact Form */
.message-text { 
} 

.required-text {
} 

.form-input-field {
	background: #f4f4f4;
	width: 68%;
		border: 1px solid #89BEF3;
} 

.form-input-button { 
color: #3664DE;
background: #89BEF3;
padding: 5px 15px;
	border: 1px solid #3664DE;
} 
/* @end */

/* @group JS-Kit Override */

.js-singleCommentBodyT {
	display: block;
	padding-top: 17px !important;

}

.js-singleCommentHeader {
	padding: 0 8px !important;
}

.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 */

