.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  text-shadow: 1px 1px 3px #666666;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #ee9c00;
  background-image: -webkit-linear-gradient(top, #ee9c00, #f0bd5d);
  background-image: -moz-linear-gradient(top, #ee9c00, #f0bd5d);
  background-image: -ms-linear-gradient(top, #ee9c00, #f0bd5d);
  background-image: -o-linear-gradient(top, #ee9c00, #f0bd5d);
  background-image: linear-gradient(to bottom, #ee9c00, #f0bd5d);
  text-decoration: none;
}


.outsidelinkcontainer { margin-top: 20px; }
td.outsidelink
{
	margin: 0;
	border: 0;
	background-image: url('/images/Button_BG.png');
	background-repeat: repeat-x;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
}


td.outsidelink a
{
	overflow: hidden;
	text-decoration: none;
	color: #3D2613;
	font-family: 'Arial';
	font-size: 14px;
	font-weight: bold;
	line-height: 27px;
	text-align: center;
	text-shadow: 1px 1px 0px #ffffff;
}


td.outsidelink a:hover {
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #3D2613;
}


td.outsidelink a:active {
	color: #000000;
	text-shadow: 1px 1px 0px #ffffff;
}

#viewingButton {
	position: relative;
	background: url(/images/elements/icons/tab.png) no-repeat left top;
	bottom: 45px;
	height: 53px;
}

#viewingButton #text {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-indent: -3px;
	text-shadow: 2px 2px 0px #ffffff;
	
}

/* @end */

/* @group general styles */

body {
	text-align: center;
	margin: 0 15px 0 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

p {
}

b, strong {

}

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

a:hover, a:active {
}

img {
	border: 1px none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
}
	
/* @end */

/* @group layout */

#container {
	margin: 0px auto;
	text-align: left;
	padding: 0;
	width: 800px;
	line-height: 19px;
	font-size: 12px;
}

.clearer {
	clear: both;
}

#pageHeader {
	height: 240px;
	margin-bottom: 0;
	position: relative;
	background: inherit;
}

#pageHeader img {
}

#pageHeader h1 {
	font-weight: bold;
	z-index: 10;
	position: relative;
	text-shadow: 2px 2px 0px #ffffff;
}

#pageHeader h2 {
	font-weight: bold;
	z-index: 10;
	position: relative;
	text-shadow: 2px 2px 0px #ffffff;
}

#contentContainer {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#contentContainer #content {
	padding: 27px 27px 27px 37px;
}

#sidebarContainer #top {
}

#sidebarContainer {
	float: left;
	width: 205px;
	position: relative;
	border: 0;
	margin: 0;
	padding: 0;
	z-index: 10;
}

#sidebarContainer .sideHeader {
	font-weight: bold;
	padding: 10px 10px 10px 20px;
	text-align: center;
	font-size: 13px;
	line-height: 16px;
}

#sidebarContainer .lastpublished {
	background: url(/images/elements/icons/lastpublished.gif) no-repeat 0 50%;
	margin: 5px 0 20px;
	padding: 5px;
	font-size: 13px;
	font-style: italic;
	font-variant: small-caps;
	border-top: 1px dotted #9a7654;
	border-bottom: 1px dotted #9a7654;
	text-align: center;
}

#sidebarContainer #sidebar {
	padding: 0px 5px 0 29px;
	font-size: 11px;
	line-height: 16px;
}

#sidebarContainer #bottom {

}

#footer {
	text-align: right;
	height: 114px;
	padding-right: 30px;
	font-size: 12px;
}

#footer p {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	font-size: 12px;
}

#footer a:link, #footer a:visited {
	font-size: 12px;
}

#footer a:hover, #footer a:active {
	text-shadow: 0px 0px 0px #000000


/* My Comment */;
	text-decoration: underline;
	font-size: 12px;
}
	
/* @end */

/* @group bread crumb */

#breadcrumbcontainer {
	text-align: right;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

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

#breadcrumbcontainer li {
	display: inline;
	margin-left: 0;
	margin-right: 0;
}

#breadcrumbcontainer a {
	padding: 0;
	margin-right: 0;
	margin-left: 0;
	font-size: 11px;
}

#breadcrumbcontainer a:hover {
}
	
/* @end */

/* @group toolbar - menu */

#navcontainer {
	background: inherit;
	position: relative;
	top: 0;
	width: 100%;
	display: block;
	line-height: 2.6em;
	text-indent: 15px;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 12px;
}

#navcontainer #current {
	font-weight: bold;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	background: url(/images/elements/toolbar_icons/2button_triangle.gif) no-repeat 18px 13px;
	font-weight: bold;
}

/* Parent - Level 0 */

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

#navcontainer li {
}

#navcontainer a {
	display: block;
	padding-left: 11px;
	height: 30px;
	background: url(/images/elements/toolbar_icons/2button_triangle_normal.gif) no-repeat 18px 13px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

#navcontainer a:hover {
	background: url(/images/elements/toolbar_icons/2button_triangle.gif) no-repeat 18px 13px;
}

#navcontainer a:active {
	background: url(/images/elements/toolbar_icons/2button_triangle.gif) no-repeat 18px 13px;
}

/* Child - Level 1 */

#navcontainer ul ul {
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	padding: 0 0 0 24px;
	font-size: 12px;
	background: url(/images/elements/toolbar_icons/2button_normale.gif) no-repeat 21px 13px;
}

#navcontainer ul ul a:hover{
	background: url(/images/elements/toolbar_icons/2button_push.gif) no-repeat 21px 13px;
}

#navcontainer ul ul #current{
	background: url(/images/elements/toolbar_icons/2button_push.gif) no-repeat 21px 13px;
	font-weight: bold;
}

#navcontainer ul ul .currentAncestor {
	background: url(/images/elements/toolbar_icons/2button_push.gif) no-repeat 21px 13px;
	font-weight: bold;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
	padding: 0px 0px 0px 34px;
	font-size: 12px;
	background: url(/images/elements/toolbar_icons/2button_normale.gif) no-repeat 30px 13px;
}

#navcontainer ul ul ul a:hover{
	background: url(/images/elements/toolbar_icons/2button_push.gif) no-repeat 30px 13px;

}

#navcontainer ul ul ul #current{
	background: url(/images/elements/toolbar_icons/2button_push.gif) no-repeat 30px 13px;

}

#navcontainer ul ul ul .currentAncestor{
	background: url(/images/elements/toolbar_icons/2button_push.gif) no-repeat 30px 13px;
	font-weight: bold;
}

/* Child Level 3 */

#navcontainer ul ul ul ul {
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
	padding: 0px 0px 0px 43px;
	font-size: 12px;
	background: url(/images/elements/toolbar_icons/2button_normale.gif) no-repeat 39px 13px;
}

#navcontainer ul ul ul ul a:hover{
	background: url(/images/elements/toolbar_icons/2button_push.gif) no-repeat 39px 13px;

}

#navcontainer ul ul ul ul #current{
	background: url(/images/elements/toolbar_icons/2button_push.gif) no-repeat 39px 13px;
	font-weight: bold;
}

#navcontainer ul ul ul ul .currentAncestor{
	background: url(/images/elements/toolbar_icons/2button_push.gif) no-repeat 39px 13px;
	font-weight: bold;
}

/* Child Level 4 */

#navcontainer ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
	padding: 0px 0px 0px 52px;
	font-size: 12px;
	background: url(/images/elements/toolbar_icons/2button_normale.gif) no-repeat 48px 13px;
}

#navcontainer ul ul ul ul ul a:hover{
	background: url(/images/elements/toolbar_icons/2button_push.gif) no-repeat 48px 13px;
}

#navcontainer ul ul ul ul ul #current{
	background: url(/images/elements/toolbar_icons/2button_push.gif) no-repeat 48px 13px;
	font-weight: bold;
}

/* @end */

/* @group Global Classes and blockquote  */

/* code editable */

code {
	padding: 10px;
	margin-left: 15px;
	display: block;
	margin-right: 15px;
	font: 12px Courier, "Courier New", sans-serif;
	border-width: 1px;
	border-style: dashed;
}

/* blockquote */

blockquote p {
	border-style: none;
	font-size: 13px;
}

.standout, blockquote {
		text-align: left;
	font-size: 16px;
	margin: 3px 0;
	font-style: italic;
	padding: 10px 20px 15px 57px;
		background: url(/images/elements/icons/quotes_1.gif) no-repeat 1px 9px;
	border-style: none;
	line-height: 18px;
}

.standout, #sidebar blockquote {
	font-size: 14px;
	font-style: italic;
	padding: 0 5px 9px 24px;
	margin: 0;
	text-align: left;
	background: url(/images/elements/icons/quotes_2.gif) no-repeat 1px 15px;
	border-style: none;
}

/* h.......... */

h1 {	
	padding-top: 0;
	margin-top: 0;
	line-height: 25px;
}

h2 {	
	padding-top: 0;
	margin-top: 0;
	line-height: 18px;
}

h3 {	
	padding-top: 0;
	margin-top: 0;
	line-height: 16px;
}

h4 {	
	padding-top: 0;
	margin-top: 0;
	line-height: 14px;
}

h5 {	
	padding-top: 0;
	margin-top: 0;
	line-height: 11px;
}

.imageStyle {
	border: 1px none;
}

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

#contentContainer #content li {
}

ul.disc {
}

ul.circle {
}

ul.square {
}

ol.arabic-numbers {
}

ol.upper-alpha {
}

ol.lower-alpha {
}

ol.upper-roman {
}

ol.lower-roman {
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}


/* Table Styles */

table {
	border: 1px solid;
	border-collapse: collapse;
}

td {
border: 1px solid;
}

th {
	
}
/* @end */

/* @group blog */

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

/* @group Archive Page */

.blog-archive-background {
	text-decoration: none;
}

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

.blog-archive-headings-wrapper { 
	text-align: left;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
}

.blog-archive-entries-wrapper { 
	text-align: left; 
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	padding: 1px;
}

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

.blog-archive-month {
	font-weight: bold;
	font-size: 25px;
	text-align: left;
	text-indent: 40px;
	margin-bottom: 4px;
	background: 12px 4px url(/images/elements/icons/archives.gif) no-repeat;
	line-height: 30px;
	margin-top: 18px;
}

.blog-archive-link {
	font-size: 13px;
	background: url(/images/elements/icons/blog_back_on.gif) no-repeat 22px 4px;
	text-align: left;
	text-indent: 41px;
	margin-bottom: 22px;
}

.blog-archive-link a:hover {
	text-decoration: none;
}

.blog-archive-link-enabled {
	background: url(/images/elements/icons/arrow_triangle.gif) no-repeat left center;
	padding-left: 10px;
	font-weight: bold;
	font-size: 12px;
}

.blog-archive-link-disabled {
	padding-left: 10px;
	font-size: 12px;
	
}

.blog-archive-link a:link, .blog-archive-link a:visited {
	text-decoration: underline;
}



/* @end */

.blog-entry {
	text-align: left;
}

.blog-entry-title {
	font-weight: bold;
	font-size: 18px;
	text-indent: 5px;
	margin-bottom: 6px;
	padding-left: 5px;
	line-height: 21px;
}

.blog-entry-date {
	text-align: left;
	font-size: 11px;
	background: url(/images/elements/icons/date.gif) no-repeat 5px 5px;
	text-indent: 27px;
	padding-top: 4px;
	font-style: italic;
	padding-bottom: 5px;
	border-top-style: solid;
	border-top-width: 1px;
}

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

.blog-entry-category {
	background: url(/images/elements/icons/categories.gif) 0px 0px no-repeat;
	margin-left: 4px;
	padding-left: 16px;
	padding-bottom: 4px;
}

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

.blog-category-link-enabled {
	font-size: 13px;
	padding-bottom: 3px;
	line-height: 20px;
	font-weight: bold;
	background: url(/images/elements/icons/blog_back_on.gif) no-repeat 0 2px;
	padding-left: 14px;
}

.blog-category-link-disabled {
	font-size: 13px;
	padding-bottom: 3px;
	line-height: 20px;
	font-weight: bold;
	background: url(/images/elements/icons/blog_back_off.gif) no-repeat 0 2px;
	padding-left: 14px;
	position: relative;
	z-index: 1;
}

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

.blog-entry-permalink {
	padding-left: 16px;
	background: url(/images/elements/icons/permalink.gif) no-repeat 0 0;
	margin-left: 4px;
	padding-bottom: 4px;
}

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

.blog-read-more {
	padding: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.blog-entry-body {
	margin-bottom: 15px;
	padding: 0;
	margin-top: 8px;
}

.blog-entry-comments {
	text-align: right;
	padding-right: 5px;
	margin-bottom: 15px;
	margin-top: 10px;
	font-size: 11px;
}

/* styles the archives in the blog sidebar */

#blog-archives {
	padding-bottom: 7px;
	margin-top: 10px;
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

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

#blog-categories {
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

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

#blog-rss-feeds {

	font-size: 12px;
	line-height: 24px;
	margin-top: 7px;
}

.blog-rss-link {
		background: url(/images/elements/icons/rss.gif) no-repeat 0px 0px;
	padding-left: 25px;
	padding-bottom: 4px;
}

.blog-comments-rss-link {
		background: url(/images/elements/icons/rss.gif) no-repeat 0px 0px;
	padding-left: 25px;
	padding-bottom: 4px;
}

/* ---New36--- */

p.blog-entry-tags {
}
/* Styles blog tag links normal and visited state */
p.blog-entry-tags a:link,
p.blog-entry-tags a:visited {
}

/* Styles blog tag links hover state */
p.blog-entry-tags a:hover {
}

/* Styles blog tag links active state */
p.blog-entry-tags a:active {
}

/* Styles the tag clous un-ordered list */
ul.blog-tag-cloud {
}

/* Styles tag cloud list item */
ul.blog-tag-cloud li {
}

/* Styles all links in the tag cloud in normal and visited state */
ul.blog-tag-cloud li a:link,
ul.blog-tag-cloud li a:visited {
}

/* Styles all links in the tag cloud in hover state */
ul.blog-tag-cloud li a:hover {
}

/* Styles all links in the tag cloud in active state */
ul.blog-tag-cloud li a:active {
}
/* @end */

/* @group file sharing */

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

.filesharing-item {

	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;

	padding: 3px;
}

.filesharing-item-title {
	padding-bottom: 6px;
}

.filesharing-item-title a:link {
	text-shadow: 0px 0px 3px #ffffff;
	background: transparent url(/images/elements/icons/download_normal.gif) no-repeat 0px 2px;
	padding-left: 20px;
}

.filesharing-item-title a:hover {
			background: transparent url(/images/elements/icons/download_animated.gif) no-repeat 0px 2px;
	
	
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
	font-size: 12px;
	font-weight: normal;
}

/* @end */

/* @group photo album */

/* Index Page (Thumbnail view) */

.album-title {
	font-weight: bold;
	padding-bottom: 7px;
	font-size: 18px;
	line-height: 21px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.album-description {
	padding-top: 6px;
	text-align: left;
	margin-bottom: 55px;
}

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

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 45px;
	margin-right: 8px;
	margin-left: 0;
}

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

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
     border: none;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	height: 35px;
	display: block;
	font-size: 11px;
	line-height: 20px;
}

.thumbnail-table {
	width: 59%;
	margin-right: auto;
	margin-left: auto;
	float: left;
}

/* Single Page (Photo view) */

.photo-background {
	margin: 10px;
	background: no-repeat url(/images/editable_images/photo_slideshow_wood.jpg) 0px;
	background-color: #4e2314;
	background-position: top center;
}

.photo-navigation {
	margin-bottom: 10px;
	padding: 5px;
	color: black;
}

.photo-navigation a:linka:visited, .photo-navigation a:visited {
	color: #747474;	
}

.photo-title {
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 18px;
	color: #ffffff;
	padding-top: 11px;
	margin: 0;
}

/* color title image below */

.photo-caption {
	font-style: italic;
	color: #a9a9a9;
	padding: 0px;
	margin-top: 7px;
}

.photo-links {
	margin: 5px 200px 0;
	padding: 0;
	text-shadow: 0px 0px 0px #ffffff;
	background: #fff4d6 center;
}

.photo-links a {

}

.photo-links a:hover, .photo-links a:active {

}

.photo-navigation a:hover {
	text-decoration: underline;
	color: #dbdbdb;
}

.photo-frame{
	margin: 30px 0 0;
	border: 5px solid #fff4d6;
}

/* new_elemens */

html > body .photo-background {
}

html > body .photo-navigation {
}

/* @group EXIF data */
/* Data wrapper */
.exif-data {
	padding: 48px 10px 10px;
	margin: 35px 200px 20px;
	background: #3b1a0f url(/images/elements/efix/efix_data_icon.gif) no-repeat 9px 13px;
	border: 5px solid #fff4d6;
}

.exif-data p {
	color: #fff4d6;
	text-align: left;
	background: url(/images/elements/icons/arrow_triangle.gif) no-repeat 16px 50%;
	padding-left: 30px;
	border-bottom: 1px solid #4e2314;
	font-size: 13px;
	line-height: 18px;
}

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

p.exif-colour-space {
}

/* icon */

p.exif-focal-length {
	background: url(/images/elements/efix/efix_focal_length.gif) no-repeat left center;
}

/* icon */

p.exif-dimensions {
	background: url(/images/elements/efix/efix_dimensions.gif) no-repeat left center;
}

/* icon */

p.exif-pixel-y-dimension {
	background: url(/images/elements/efix/efix_y_dimension.gif) no-repeat left center;
}

/* icon */

p.exif-pixel-x-dimension {
	background: url(/images/elements/efix/efix_x_dimension.gif) no-repeat left center;
}

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

/* icon */

p.exif-shutter-speed {
	background: url(/images/elements/efix/efix_shutter_speed.gif) no-repeat left center;
}

/* icon */

p.exif-datetime-original {
	background: url(/images/elements/efix/efix_date_time_x2.gif) no-repeat left center;
}

p.exif-subsec-time {
}

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

p.exif-flash-energy {
}

p.exif-saturation {
}

p.exif-brightness {
}

/* icon */

p.exif-exposure-time {
	background: url(/images/elements/efix/efix_exposure_time.gif) no-repeat left center;
}

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

/* icon */

p.exif-image-uniqueid {
	background: url(/images/elements/efix/efix_image_unique_id.gif) no-repeat left center;
}

p.exif-components-configuration {
}

p.exif-light-source {
}

p.exif-sensing-method {
}

/* icon */

p.exif-aperture {
	background: url(/images/elements/efix/efix_aperture.gif) no-repeat left center;
}

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

/* icon */

p.exif-35mm-focal-length {
	background: url(/images/elements/efix/efix_focal_length.gif) no-repeat left center;
}

/* icon */

p.exif-datetime-digitized {
	background: url(/images/elements/efix/efix_date_time_x2.gif) no-repeat left center;
}

p.exif-subject-distance-range {
}

p.exif-custom-rendered {
}

/* icon */

p.exif-max-aperture {
	background: url(/images/elements/efix/efix_aperture.gif) no-repeat left center;
}

p.exif-sound-file {
}

p.exif-metering-mode {
}

p.exif-spectral-sensitivity {
}

p.exif-exposure-bias {
	
}

p.exif-focalplane-y-resolution {
}

/* icon */

p.exif-iso-rating {
	background: url(/images/elements/efix/efix_iso.gif) no-repeat left center;
}

/* icon */

p.exif-maker-note {
	background: url(/images/elements/efix/efix_maker_note.gif) no-repeat left center;
}

p.exif-digital-zoom-ratio {
}

/* icon */

p.exif-user-comment {
	background: url(/images/elements/efix/efix_user_comment.gif) no-repeat left center;
}
/* @end */
	
/* @end */

/* @group quicktime page */

.movie-description {
	margin-top: 18px;
	border-top: 1px solid #bfbfbf;
	padding-top: 10px;
	font-size: 13px;
}
	
/* @end */

/* @group quicktime album */

/* IndexPage */

.movie-page-title {
	padding-left: 15px;
	font-weight: bold;
	margin-top: 0;
	padding-bottom: 8px;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.movie-page-description {
	margin-bottom: 16px;
	padding-left: 15px;
	padding-top: 4px;
	font-size: 13px;
}

.movie-thumbnail-frame {
	display: inline;
	text-align: center;
	font-size: 0.9em;
	float: left;
	width: 131px;
	line-height: 1em;
	margin: 20px;
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
	padding-top: 9px;
	font-size: 11px;
	line-height: 14px;
}

/* SinglePage */

.movie-background {
	background: no-repeat url(/images/editable_images/photo_slideshow_wood.jpg) 0px #4e2314;
	background-position: top center;
	margin: 20px 0 30px;
}

.movie-title {
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	color: #ffffff;
	text-shadow: 2px 2px 2px #000000;
	margin-bottom: 20px;
}

.movie-frame {
	text-align: center;
}


/* @end */

/* @group contact form */
.message-text {
	margin-top: 0;
} 

.required-text {
} 

.form-input-field {
} 

.form-input-button { 
} 
/* @end */

/* @group in development */

/* @group 35 */

#contentContainer #content ul {
}

#contentContainer #content li {
}

#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}



/* @end */ 

	
/* @end */


