/* @group General Styles */

body {
	margin: 0;
	padding: 0;
	font-size: 10pt;
	font-family: Georgia, sans-serif;
	background-color: #223354;
	line-height: 1.4em;
}

p {
	
}

b, strong {
	
}

a, a:link, a:visited {
	text-decoration: none;
	color: #334C7E;
}

a:hover, a:active {
	text-decoration: none;
	color: #69f;
}

img {
	border: none;
}

.image-left {
	float: left;
	padding-right: 10px;
}

.image-right {
	float: right;
	padding-left: 10px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	padding-bottom: 0.1em;
}

/* @end */

/* @group Layout */

#container {
	margin: 0;
	padding: 0;
	background: url(images/themeBackground/blueGlowbg.png) top center repeat-x;
}

#topECWrapper {
	display: none;
	margin: 0;
	padding: 0;
	background-color: #111;
	opacity: 0.90;
	filter: alpha(opacity=90);
	height: 25px;
}

#topEC {
	margin: 0 auto;
	width: 960px;
	height: 25px;
}

.clearer {
	clear: both;
}

#pageWrapper {
	margin: 0 auto;
	padding: 20px 0;
	width: 960px;
	min-height: 600px;
}

#logoTitleWrapper {
	margin: 0;
	padding: 0;
}

#logoTitle {
	margin: 0 0 20px 0;
	float: left;
	width: 100%;
}

.logo {
	float: left;
	padding-right: 10px;
	color: white;
	text-shadow: 0 1px 3px black;
}

.titleSlogan {
	float: left;
	text-shadow: 0 1px 3px black;
}

.titleSlogan h1 {
	color: white;
	font-size: 2.4em;
}

.titleSlogan h4 {
	font-style: italic;
	color: #9cf;
}

#shadowWrapper {
	-webkit-box-shadow: 0 0 5px black;
	-moz-box-shadow: 0 0 5px black;
}

#menuContainer {
	margin: 0;
	padding: 0;
	height: 48px;
	background: #d00 url(images/mainMenubg.png) top center repeat-x;
	border-bottom: 1px solid gray;
	overflow: hidden;
}

#mobileTabWrapper {
	display: none;
}

#mobileMenuTab, #mobileSidebarTab {
	background: url(images/mainMenubg.png) top center repeat-x;
}

#headerImage {
	margin: 0;
	padding: 0;
	height: 200px;
	background: url(images/headerImages/image1.jpg) top center no-repeat;
	position: relative;
	overflow: hidden;
}

#contentWrapper {
	padding: 10px 15px 15px 15px;
	background-color: white;
}

#contentContainer {
	width: 63%;
	float: left;
	margin-top: 15px;
}

#contentContainer #content {
	
}

#sidebarContainer {
	width: 30%;
	float: right;
	margin-top: 15px;
}

#sidebarBg {
	min-height: 100px;
	;padding: 10px 15px 15px 15px;
	background: url(images/blogEntrybg.png) top center repeat-x;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

#sidebarContainer #sidebar {
	padding: 5px 0 0 0;
}

#sidebarContainer .sideHeader {
	font-size: 2em;
	line-height: 1.1em;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #d4d4d4;
}

#footer {
	margin: 0;
	padding: 0;
	width: 960px;
	text-align: center;
}

#footer p {
	display: none;
	color: black;
}

#footer a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Bread-crumb */

#breadcrumbWrapper {
	margin: 0;
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
	background: black;
	color: white;
}

#breadcrumb {
	margin: 0;
	padding: 0;
	height: 35px;
	font-size: .8em;
	color: white;
	float: left;
}

#breadcrumb ul {
	margin: 0;
	padding: 0;
	line-height: 35px;
	list-style: none;
}

#breadcrumb li {
	float: left;
}

#breadcrumb a {
	text-decoration: none;
	color: #ccc;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

#bcFooter {
	display: block;
	float: none;
	text-align: center;
}

#bcFooter a {
	color: #cccccc;
}

#bcFooter a:hover {
	color: white;
}

/* @end */

/* @group ExtraContent */

#extraContainer1 {
	display: none;
	margin: 0;
	width: 70%;
	float: left;
	line-height: 25px;
	font-size: 0.9em;
	color: #ccc;
}

#extraContainer1 a {
	color: white;
}

#extraContainer2 {
	display: none;
	margin: 0;
	padding: 0 5px;
	width: 25%;
	float: right;
	line-height: 25px;
	font-size: 0.9em;
	color: #ccc;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

#extraContainer2 a {
	color: white;
}

#extraContainer3 {
	display: none;
	margin: 0 0 20px 0;
	padding: 10px;
	float: right;
	font-size: 0.9em;
	color: white;
	background: transparent url(images/darkalphabg.png) top center repeat;
}

#extraContainer4 {
	display: none;
	margin: 0;
	padding: 15px;
	position: absolute;
	color: white;
	background: url(images/darkalphabg.png) top center repeat;
	right: 0;
	width: 30%;
	height: 100%;
}

#extraContainer5 {
	display: none;
	margin: 0;
	padding: 15px 0;
	background-color: white;
	border-bottom: 3px solid gray;
}

#extraContainer6 {
	display: none;
	margin: 0 0 15px 0;
	padding: 15px;
	background-color: #e4e4e4;
}

#extraContainer7 {
	display: none;
	margin: 0;
	padding: 15px;
	background-color: white;
	border-top: 3px solid gray;
	overflow: auto;
}

/* @end*/

/* @group Toolbar */

/* Toolbar Styles */

#menu {
	margin: 0;
	padding: 3px 5px 0;
	height: 46px;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	float: left;
	list-style: none;
	line-height: 46px;
	background: url(images/mainMenuHover.png) top left no-repeat;
}

#menu ul li:hover {
	background: url(images/mainMenuHover.png) bottom left no-repeat;
}

#menu ul li a {
	margin: 0;
	padding: 0 15px;
	display: block;
	line-height: 45px;
	font-size: 1.2em;
	font-weight: bold;
	text-shadow: 0 1px 3px #600;
	text-decoration: none;
	color: white;
}

#menu ul li a:hover {
	
}

#menu ul ul {
	display: none;
}

#menu .current, #menu .currentAncestor {
	line-height: 45px;
	border-left: 1px solid #700;
	border-right: 1px solid #700;
	border-top: 1px solid #700;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	color: white;
	font-weight: bold;
	text-shadow: 0 -1px 0 #500;
	background: #c00 url(images/current.png) center center repeat-x;
}

#menu .current:hover, #menu .currentAncestor:hover {
	background: #c00url(images/current.png) center center repeat-x;
}

/* SubMenu Styles */

#subMenu {
	margin: 0;
	padding: 0;
	background: #fcc url(images/subMenubg.png) top center repeat-x;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#subMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	line-height: 35px;
}

#subMenu ul li a {
	text-decoration: none;
	display: none;
	font-weight: bold;
	text-shadow: 0 1px 3px maroon;
	color: white;
}

#subMenu ul ul {
	margin: 0;
	padding: 0 5px;
	height: 35px;
}

#subMenu ul ul li {
	display: block;
	float: left;
	height: 35px;
	background: transparent url(images/menufade.png) 0 35px repeat-x;
}

#subMenu ul ul li:hover {
	background: transparent url(images/menufade.png) bottom left repeat-x;
}

#subMenu ul ul li a {
	display: block;
	float: left;
	padding: 0 15px;
}

#subMenu ul ul li a:hover {
	
}

#subMenu ul ul ul {
	display: none;
}

#subMenu .current, #subMenu .currentAncestor, #subMenu .current:hover, #subMenu .currentAncestor:hover {
	background: url(images/subMenuCurrent.png) bottom center no-repeat;
}

/* Sub2Menu Styles */

#sub2Menu {
	margin: 0;
	padding: 0;
}

#sub2Menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	line-height: 27px;
}

#sub2Menu ul li a {
	text-decoration: none;
	display: none;
	color: white;
	font-weight: bold;
	text-shadow: 0 1px 3px black;
}

#sub2Menu .current, #sub2Menu .current:hover {
	color: black;
	text-shadow: 0 1px 0 #588BE6;
	background-color: #4569AE;
}

#sub2Menu ul ul {
	padding: 0;
	background-color: #4569AE;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#sub2Menu ul ul ul {
	margin: 0 0 15px 0;
	padding: 5px 0;
	background: #4569AE url(images/sub2Menubg.png) 0 6px repeat-y;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#sub2Menu ul ul ul li a {
	display: block;
	padding: 0 10px;
	background: transparent url(images/sub2MenuCurrent.png) -10px 3px no-repeat;
}

#sub2Menu ul ul ul li a:hover {
	background: #4569AE url(images/sub2MenuCurrent.png) left center no-repeat;
}

#sub2Menu ul ul ul ul {
	margin: 0;
	padding: 0;
}

#sub2Menu ul ul ul ul li {
	
}

#sub2Menu ul ul ul ul li a {
	padding: 0 10px 0 25px;
}

#sub2Menu ul ul ul ul ul li a {
	padding: 0 10px 0 40px;
}

#sub2Menu ul ul ul ul ul ul li a {
	padding: 0 10px 0 55px;
}

#sub2Menu ul ul ul ul ul ul ul li a {
	padding: 0 10px 0 70px;
}

#sub2Menu ul ul ul ul ul ul ul ul li a {
	padding: 0 10px 0 85px;
}

#sub2Menu ul ul ul ul ul ul ul ul ul li a {
	padding: 0 10px 0 100px;
}

#sub2Menu ul ul ul ul ul ul ul ul ul ul li a {
	padding: 0 10px 0 115px;
}

/* @end */

/* extraContainer2 Drop Down Menu CSS */

/* Main Menu Items */

.menu {
	margin-left: -5px;
}

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

.menu li {
	position: relative;
	float: left;
}

.menu a {
	text-transform: none;
}

.menu ul li {
	padding: 0;
}

.menu ul a {
	display: block;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
}

.menu ul a:hover {
	text-decoration: none;
}

.menu ul li.ddarrow a {
	padding-right: 20px;
}

.menu ul li.ddarrow span {
	position: absolute;
	top: 0;
	right: 3px;
	float: right;
	width: 15px;
	height: 25px;
	background: transparent url(images/ddarrow-down.png) center right no-repeat;
}

/* First Level */

.menu ul ul {
	margin: 0;
	position: absolute;
	width: 11em;
	top: 25px;
	display: none;
	padding-right: 20px;
	background-color: #111;
	opacity: 0.97;
	filter: alpha(opacity=97);
}

.menu ul ul a {
	display: block;
	width: 11em;
	float: left;
	padding: 0 10px;
	height: 2em;
	color: #fff;
	text-decoration: none;
}

.menu ul ul a:hover {
	background-color: #333;
}

.menu ul li.ddarrow ul a {
	padding-right: 10px;
}

/* Makes sure Main Menu padding doesn't filter down to child menu items. */

.menu ul ul li.ddarrow a {
	padding: 0 10px;
}

.menu ul ul li.ddarrow span {
	background: transparent url(images/ddarrow-right.png) center right no-repeat;
	height: 2em;
}

/* Second Level and Beyond */

.menu ul ul ul {
	top: auto;
}

.menu ul li ul ul {
	left: 11em;
	margin: 0 0 0 20px;
}

/* Hide Drop Down Menu Items */

.menu ul li:hover ul ul, .menu ul li:hover ul ul ul, .menu ul li:hover ul ul ul ul, .menu ul li:hover ul ul ul ul ul, .menu ul li:hover ul ul ul ul ul ul, .menu ul li:hover ul ul ul ul ul ul ul, .menu ul li:hover ul ul ul ul ul ul ul ul, .menu ul li:hover ul ul ul ul ul ul ul ul ul {
	display: none;
}

/* Show on Hover */

.menu ul li:hover ul, .menu ul li li:hover ul, .menu ul li li li:hover ul, .menu ul li li li li:hover ul, .menu ul li li li li li:hover ul, .menu ul li li li li li li:hover ul, .menu ul li li li li li li li:hover ul, .menu ul li li li li li li li li:hover ul, .menu ul li li li li li li li li li:hover ul {
	display: block;
}

/* @end */

/* @group Global Classes */

blockquote, .standout {
	margin: 20px 30px 20px 10px;
	padding: 25px 15px 5px 20px;
	font-style: italic;
	background: #e4e4e4 url(images/blockquotes.png) top left no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

h1 {
	
}

h2 {
	
}

h3 {
	
}

h4 {
	
}

.imageStyle {
	
}

pre.code {
	padding: 5px;
	overflow: auto;
	background-color: #e4e4e4;
	border: 1px solid gray;
}

code {
	white-space: pre-wrap;
	padding: 3px 7px 3px 10px;
	border-left: 3px solid gray;
	background-color: #e4e4e4;
}

/* 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-latin;
}

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

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

/* @end */

/* @group Blog */

/* @group Tag Cloud */

ul.blog-tag-cloud:before {
	content: "Tag Cloud";
	display: block;
	margin-bottom: 5px;
	font-size: 1.7em;
}

ul.blog-tag-cloud {
	border-top: 1px solid #666;
	padding: 10px 0 0;
}

ul.blog-tag-cloud li {
	display: inline;
}

ul.blog-tag-cloud li a:after {
	content: ", ";
}

#sidebarContainer #sidebar ul.blog-tag-cloud li a {
	
}

#sidebarContainer #sidebar ul.blog-tag-cloud li a:hover {
	text-decoration: underline;
}

.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: 1.0em;
}

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

/* @group Archive Page */

.blog-archive-background {
	
}

.blog-entry-summary {
	
}

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

/* @end */

.blog-entry-date, .blog-entry-tags, .blog-entry-category, .blog-entry-comments, #blog-categories a, .blog-archive-link-enabled, .blog-rss-link, .blog-comments-rss-link {
	background: transparent url(images/blogIcons.png) no-repeat;
	line-height: 1.5em;
	padding-bottom: 2px;
}

.blog-entry {
	margin: 0 0 10px 0;
	padding: 10px 15px 0 15px;
	background: transparent url(images/blogEntrybg.png) top center repeat-x;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

h1.blog-entry-title {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

h1.blog-entry-title a {
	
}

.blog-entry-date {
	background-position: 0 0;
	padding-left: 20px;
}

/*styles the category link in the main entry */

.blog-entry-category {
	background-position: -4000px 0;
	margin-left: 10px;
	padding-left: 18px;
}

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

.blog-read-more {
	
}

.blog-entry-body {
	margin: 5px 0 0 0;
	padding: 10px 0;
	border-top: 1px solid #e4e4e4;
}

.blog-entry-comments {
	background-position: -1000px 0;
	margin: 5px 0;
	padding-left: 20px;
}

p.blog-entry-tags {
	background-position: -2000px 0;
	margin-top: 10px;
	padding-left: 20px;
}

/* styles the archives in the blog sidebar */

#blog-archives:before {
	content: "Archives";
	display: block;
	margin-bottom: 5px;
	font-size: 1.7em;
}

#blog-archives {
	border-top: 1px solid #666;
	padding: 10px 0 5px;
}

#blog-archives br {
	display: none;
}

.blog-archive-link-enabled:after {
	content: ", ";
}

.blog-archive-link-enabled {
	background-position: -5000px 0;
	margin-left: 3px;
	padding-left: 20px;
}

.blog-archive-link-enabled a {
	
}

.blog-archive-link-disabled:after {
	content: ", ";
}

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

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

#blog-categories:before {
	content: "Categories";
	display: block;
	margin-bottom: 5px;
	font-size: 1.7em;
}

#blog-categories {
	margin-top: 15px;
	border-top: 1px solid #666;
	padding: 10px 0 15px;
}

#blog-categories a {
	background-position: -4000px 0;
	padding-left: 20px;
}

.blog-category-link-enabled {
	
}

.blog-category-link-disabled {
	padding-left: 18px;
}

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

#blog-rss-feeds:before {
	content: "RSS";
	display: block;
	margin-bottom: 5px;
	font-size: 1.7em;
}

#blog-rss-feeds {
	border-top: 1px solid #666;
	padding: 10px 0;
}

.blog-rss-link {
	background-position: -3000px 0;
	padding-left: 20px;
}

.blog-comments-rss-link {
	background-position: -1000px 0;
	margin-left: 20px;
	padding-left: 20px;
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	
}

.filesharing-item {
	margin: 10px 15px 10px 0;
	padding: 5px 0;
	border: solid 2px gray;
	width: 45%;
	float: left;
}

.filesharing-item-title {
	margin: 0 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.filesharing-item-title a {
	font-weight: bold;
}

.filesharing-item-description {
	padding: 10px 20px;
}

/* @end */

/* @group Photo Album */

#flashcontent {
	text-align: center;
}

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

.album-title {
	padding-bottom: 10px;
	font-size: 1.8em;
}

.album-description {
	font-size: 1.2em;
	padding-bottom: 10px;
}

.album-wrapper {
	margin: 0 auto;
	display: block;
}

.thumbnail-wrap {
	margin: 0 20px 50px 0;
	display: inline;
	float: left;
}

.thumbnail-frame {
	padding: 0 0 10px 0;
	margin: 5px;
}

.thumbnail-frame:hover {
	
}

.thumbnail-frame a {
	
}

.thumbnail-frame a:hover {
	
}

.thumbnail-frame img {
	padding: 2px;
	border: 2px solid black;
}

.thumbnail-caption {
	margin: -5px auto 0 auto;
	text-align: right;
	color: gray;
	font-size: 0.8em;
	font-style: italic;
	width: 100%;
}

/* @end */

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

.photo-background {
	margin: 10px auto 10px auto;
	text-align: center;
	background-color: white;
}

.photo-navigation {
	margin: 0 auto;
	width: 700px;
	text-align: center;
	font-size: 1.2em;
}

.photo-links {
	padding: 3px 0 10px 0;
}

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

.photo-navigation a:hover {
	
}

.photo-frame {
	margin: 0 auto;
	padding: 2px;
	text-align: center;
	border: solid 2px black;
}

.photo-title {
	padding: 3px;
	font-size: 2.0em;
}

.photo-caption {
	padding: 5px;
	font-size: 1.2em;
	color: gray;
}

/* @group EXIF data */

/* Data wrapper */

.exif-data {
	
}

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

/* @end */

/* @group Quicktime Page */

.movie-description {
	padding: 10px 0 0 0;
}

/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	padding-bottom: 10px;
	font-size: 1.8em;
}

.movie-page-description {
	font-size: 1em;
	padding-bottom: 10px;
}

.movie-thumbnail-frame {
	margin: 0 20px 20px 0;
	float: left;
}

.movie-thumbnail-frame a {
	display: block;
	margin: 0;
	padding: 2px 2px 0 2px;
	background: transparent url(images/playButton.png) center center no-repeat;
	border: 2px solid black;
}

.movie-thumbnail-frame img {
	margin-bottom: -3px;
	padding: 0;
}

@-moz-document url-prefix() {
	.movie-thumbnail-frame img {margin-bottom: -2px;
}

}

.movie-thumbnail-frame img:hover {
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.movie-thumbnail-caption {
	margin: 0 auto;
	text-align: right;
	font-style: italic;
	color: gray;
	font-size: 0.8em;
}

/* @end */

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

.movie-background {
	margin: 20px;
	text-align: center;
	background-color: white;
}

.movie-title {
	margin: 0 auto;
	padding: 10px;
	font-size: 1.6em;
	text-align: center;
}

.movie-frame {
	margin: 0 auto;
}

.movie-frame object {
	margin: 0;
	padding: 2px;
	text-align: center;
	border: solid 2px black;
}

/* @end */

/* @end */

/* @group Contact Form */

.message-text {
	
}

.required-text {
	
}

.form-input-field {
	padding: 5px;
	border: 1px solid #999;
	background-color: #f4f4f4;
	color: #666;
}

.form-input-button {
	
}

/* @end */

/* @group Searchbar */

/* Search Icon */

#searchIcon {
	background: url(images/32_search_icon_small_orange.png) no-repeat;
	cursor: pointer;
	float: right;
	height: 32px;
	position: relative;
	top:86px;
	width: 32px;
	z-index:20;
}
 
/*  Search Bar  */

#searchBar {
	background: url(images/searchbar2.png) no-repeat;
	display: none;
	float: left;
	height: 38px;
	left:95px;
	position: relative;
	top:82px;
	text-align: center;
	width: 271px;
	z-index:2000;
}

/*  Search Input Field  */
 
.searchField {
	width: 240px;
}

html>body .search {
	position: relative;
	top: 7px;
}

/* @end */

/* My Comment */

/* @group My Panel */

.stuff {
	font-style: normal;
	font-family:georgia, 'times new roman', serif;
	color: #ffffff;
	background: #333333;
	border: 1px solid #444444;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	margin: 30px 0 50px;
	padding: 15px 0;
}

.stuff p {
	margin: 10px 0;
	padding: 15px 20px;
}

.panel {
	position: fixed;
	top: 130px;
	left: 0;
	display: none;
	background: #000000;
	border: 1px solid #111111;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	width: 630px;
	height: auto;
	padding: 30px 30px 30px 150px;
	z-index:200;
font-family:georgia, 'times new roman', serif;
	font-size: 14px;


}

.panel p {
	margin: 0 0 15px 0;
	padding: 0;
	color: #cccccc;
}

.panel h3 {
	margin: 0 0 15px 0;
	padding-top: 10px;
	color: #c15d37;
}



.panel a, .panel a:visited {
	margin: 0;
	padding: 0;
	color: #fdbc54;
	text-decoration: none;

}

.panel a:hover, .panel a:visited:hover {
	margin: 0;
	padding: 0;
	color: #D8650A;
	text-decoration: none;

}

a.trigger {
	position: fixed;
	text-decoration: none;
	top: 178px;
	left: -4px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fdbc54;
	padding: 20px 40px 20px 15px;
	font-weight: 300;
	background: #000 url(http://www.claridgedesign.net/images/plus.png) 85% 55% no-repeat;
	border: 1px solid #212121;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	display: block;
	z-index:200;
}

a.trigger:hover {
	position: fixed;
	text-decoration: none;
	top:178px;
	left: -4px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
	padding: 20px 40px 20px 15px;
	font-weight: 300;
	background: #000 url(http://www.claridgedesign.net/images/plus.png) 85% 55% no-repeat;
	border: 1px solid #212121;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	display: block;
	z-index:200;
}

a.active.trigger {
	background: #000 url(http://www.claridgedesign.net/images/minus.png) 85% 55% no-repeat;
}

.columns {
	clear: both;
	width: 330px;
	padding: 0 0 20px 0;
	line-height: 22px;
}

.colleft {
	float: left;
	width: 130px;
	line-height: 22px;
}

.colright {
	float: right;
	width: 130px;
	line-height: 22px;
}

ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

hr {
	background-color: #333333;
	height: 1px;
}

a:focus {
	outline: none;
}


img {
	border: none;
}



/* @end */My Panel