/* @group General Styles */

@font-face {
	font-family: Junction;
	src: url('fonts/junction.otf');
}

@font-face {
	font-family: Graublau;
	src: url('fonts/Graublau.otf');
}

@font-face {
	font-family: YanoneKaffeesatz;
	src: url('fonts/YanoneKaffeesatz.otf');
}


body {
	margin: 0;
	font: 12px/21px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0;
	color: #1a1b1b;
}

p {
	margin: 0;
	padding: 0;
}


br {
	margin: 0;
	padding: 0;
}

img {
   border: none;
}

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

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

a:link, a:visited {
	text-decoration: none;
	color: #777e2c;
}

a:hover, a:active {
	text-decoration: none;
	color: #51561e;
}

.clearer {
	clear: both;
}

blockquote {
}

code {
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 32px;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 26px;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 22px;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
}

hr {
	border-top: 1px solid #bfbfbf;
}

.imageStyle {

}

#container #content ul {
}

#container #content li {
}

/* @end */

/* @group Layout */

#wrapper {
	width: 1140px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 65px;
	padding-bottom: 45px;
}

#container {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-top: 12px;
}

.topper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.topper h1 {
	text-transform: none;
	letter-spacing: -1px;
	font: normal normal 34px/36px Junction, sans-serif;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}

.contentContainer {
	width: 940px;
	margin: 0;
	padding-bottom: 20px;
	background-repeat: repeat-y;
	padding-top: 6px;
}

#header {
	width: 890px;
	height: 145px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-position: center top;
	background-repeat: no-repeat;
	margin: 18px auto 26px;
}

#headerSpacer {
	position: relative;
}

#header h1 {
	margin-left: 25px;
	margin-right: 25px;
	letter-spacing: -1px;
	font: normal normal 34px/34px Junction, sans-serif;
}

#header h2 {
	margin-left: 25px;
	margin-right: 25px;
	position: relative;
	font-weight: normal;
	font-style: normal;
	letter-spacing: -1px;
	font-size: 24px;
	line-height: 34px;
}

.sidebarContainer {
	width: 240px;
	float: right;
	display: block;
}


.sidebar h3 {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.sidebar {
	margin-right: 5px;
	margin-left: 5px;
}

.content {
	margin-left: 25px;
	margin-right: 300px;
	padding: 20px 0;
	background-color: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.content .indent {
	margin-right: 20px;
	margin-left: 20px;
}

.breadcrumbContainer {
	width: 940px;
	height: 50px;
	margin-bottom: 37px;
	background: #dee0e1 no-repeat;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

.footer {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #11487c;
}

.footer a {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #155897;
}

.footer a:hover {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #e0e0e0;
}

.divider {
	width: 15px;
	background: url(images/divider.png) no-repeat center center;
	display: inline-block;
	float: left;
	height: 22px;
}

.logoContainer {
	width: 240px;
	overflow: hidden;
	text-align: center;
}

.logoContainer img {
	background-position: center center;
}

	
/* @end */

/* @group Horizontal Menu */

/* Toolbar Styles */

.navcontainer {
	overflow: hidden;
	font-size: 13px;
	height: 40px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}

.navcontainer .current {
	text-decoration: none;
	display: inline-block;
	font-weight: normal;
	max-width: 124px;
	overflow: hidden;
	width: 123px;
	height: 41px;
}

.navcontainer .current a:link {
	width: 123px;
	text-align: center;
	color: #4a4a4a;
	text-shadow: none;
	font-size: 12px;
	height: 41px;
	font-weight: bold;
}

.navcontainer .current a:hover {
	text-align: center;
	color: #3e3e3e;
	text-shadow: none;
	font-size: 12px;
	width: 123px;
	height: 41px;
}

.navcontainer .current a:visited {
	text-decoration: none;
	display: inline-block;
}

.navcontainer .currentAncestor {
	text-decoration: none;
	display: inline-block;
	font-weight: normal;
	max-width: 124px;
	overflow: hidden;
	width: 123px;
	height: 41px;
}

.navcontainer .currentAncestor a {
	width: 123px;
	text-align: center;
	text-shadow: none;
	font-size: 12px;
	color: #6e6e6e;
	height: 41px;
}

.navcontainer .currentAncestor:visited {
	text-decoration: none;
	display: inline-block;
}

/* Parent - Level 0 */

.navcontainer ul{
	list-style: none;
	padding-left: 0;
	margin: 0 0 0 31px;
	height: 26px;
}

.navcontainer ul li {
	float: left;
	width: 123px;
	padding-top: 11px;
	height: 26px;
}

.navcontainer a{
	text-decoration: none;
	display: inline-block;
	color: #7e7e7e;
	text-align: center;
	font-size: 12px;
	width: 123px;
	height: 41px;
	font-weight: bold;
	text-shadow: #fff 0 1px 0;
}

.navcontainer a:hover{
	text-decoration: none;
	display: inline-block;
	color: #515151;
	text-align: center;
	font-size: 12px;
	width: 123px;
	height: 41px;
}

.navcontainer a:visited{
}

.navcontainer a:active {
	text-decoration: none;
	display: inline-block;
	color: #424242;
	text-align: center;
	font-size: 12px;
	width: 123px;
	height: 41px;
	font-weight: bold;
	text-shadow: #fff 0 1px 0;
}

/* Child - Level 1 */

.navcontainer ul ul  {
	display: none;
}

.navcontainer ul ul li {
}

.navcontainer ul ul a {
}

.navcontainer ul ul a:hover {
}

.navcontainer ul ul .current {
}

.navcontainer ul ul .current:hover {
}

.navcontainer ul ul .currentAncestor  {
}

/* Child - Level 2 */

.navcontainer ul ul ul {
	display: none;
}

.navcontainer ul ul ul ul {
	display: none;
}

/* @end */

/* @group Sidebar Menu */

.subnavcontainer {
	position: relative;
	border-style: none;
	font-size: 12px;
}

/* Parent - Level 0 */

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

.subnavcontainer li {
	position: relative;
	display: inline;
	height: 0;
}

.subnavcontainer a {
	display: none;
	text-decoration: none;
}

.subnavcontainer a:visited {
	text-decoration: none;
}

.subnavcontainer a:hover {
	text-decoration: none;
}

/* Child - Level 1 */

.subnavcontainer ul ul {
	margin-bottom: 24px;
}

.subnavcontainer ul ul .current a {
	background-color: #a0a0a0;
	color: #fff;
}

.subnavcontainer ul ul .current a:hover {
	color: #fff;
	background: #858585 repeat-y;
}

.subnavcontainer ul ul a {
	display: block;
	padding: 5px 12px;
	margin-bottom: 6px;
	background-color: #fff;
	color: #858585;
	text-align: left;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.subnavcontainer ul ul a:hover {
	display: block;
	padding: 5px 12px;
	background-color: #a0a0a0;
	color: #fff;
}

/* Child - Level 2 */

.subnavcontainer ul ul ul a {
	margin-right: 12px;
}

.subnavcontainer ul ul ul  {
	margin-bottom: 0;
}

/* Child Level 3 */

.subnavcontainer ul ul ul ul a {
	margin-right: 24px;
}

.subnavcontainer ul ul ul ul  {
	margin-bottom: 0;
}

/* Child Level 4 */

.subnavcontainer ul ul ul ul ul a {
	margin-right: 36px;
}

.subnavcontainer ul ul ul ul ul  {
	margin-bottom: 0;
}

/* Child Level 5 */

.subnavcontainer ul ul ul ul ul ul a {
	margin-right: 48px;
}

.subnavcontainer ul ul ul ul ul  {
	margin-bottom: 0;
}

/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
}

.blog-archive-headings-wrapper {
	text-align: left;
}

.blog-archive-entries-wrapper {
	text-align: left;
}

.blog-archive-month {
}

.blog-archive-link {
}
	
/* @end */

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

.blog-entry-title {
	text-decoration: none;
	font: normal 28px/34px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: -1px;
}

.blog-entry-title a:link {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

.blog-entry-title a:visited {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

.blog-entry-title a:hover {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

.blog-entry-date {
	margin-bottom: 20px;
	padding-left: 18px;
	background: url(images/clock.gif) no-repeat 0 center;
}

.blog-entry-body {
}

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

.blog-entry-comments a:link {
	padding-left: 21px;
	background: url(images/chat.png) no-repeat left center;
}

.blog-entry-comments a:hover {
}

.blog-entry-summary { 
}

.blog-read-more a:link, .blog-read-more a:visited {
	display: block;
}

.blog-read-more a:hover
{
}


.blog-entry-category a:link, .blog-entry-category a:visited {
	padding-left: 18px;
	background: url(images/document2.gif) no-repeat left center;
	padding-right: 4px;
	margin-left: 3px;
}

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

/* styles the archives in the blog sidebar */

blog-archive-link-enabled {
	padding-left: 18px;
	background: url(images/categories.gif) no-repeat left center;
}

.blog-archive-link-enabled:link {
	padding-left: 18px;
	background: url(images/categories.gif) no-repeat left center;
}

.blog-archive-link-enabled:visited {
	padding-left: 18px;
	background: url(images/categories.gif) no-repeat left center;
}

.blog-archive-link-enabled:hover {
	background: url(images/categories.gif) no-repeat left center;
}

.blog-archive-link-disabled {
	padding-left: 18px;
	background: url(images/categories.gif) no-repeat left center;
}

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

#blog-categories {
	color: #5b5b5b;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #fff;
	padding: 9px 8px;
	margin-top: 6px;
}

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

.blog-category-link-enabled:link, .blog-category-link-enabled:visited {
}

.blog-category-link-enabled:hover {
	padding-left: 18px;
	background: url(images/document2.gif) no-repeat left center;
}

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

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

#blog-rss-feeds {
}

.blog-rss-link {
}

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

.blog-rss-link:hover {
}

.blog-comments-rss-link {
}

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

.blog-comments-rss-link:hover {
}
	
/* @end */

/* @group New Blog Styles (3.6) */

p.blog-entry-tags {
	margin-top: 20px;
	background: url(images/tag.gif) no-repeat left center;
	padding-left: 20px;
}
/* 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 {
	display: block;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #fff;
	padding: 9px 8px;
	margin-bottom: 0;
	margin-top: 6px;
}

/* Styles tag cloud list item */

/* Styles all links in the tag cloud in normal and visited state */

ul.blog-tag-cloud li {
	padding-right: 5px;
	text-align: left;
	list-style-type: none;
	margin: 0;
	vertical-align: bottom;
	display: inline;
	text-decoration: none;
}

ul.blog-tag-cloud li a:link {
	text-decoration: none;
}

/* Styles all links in the tag cloud in hover state */
ul.blog-tag-cloud li a:hover {
	text-decoration: none;
	margin: 0;
	text-align: left;
}

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

/* tag size 1-20 styles */
.blog-tag-size-1 {
	font-size: 9px;
}

.blog-tag-size-2 {
	font-size: 10px;
}

.blog-tag-size-3 {
	font-size: 10px;
}

.blog-tag-size-4 {
	font-size: 11px;
}

.blog-tag-size-5 {
	font-size: 11px;
}
.blog-tag-size-6 {
	font-size: 12px;
}

.blog-tag-size-7 {
	font-size: 12px;
}

.blog-tag-size-8 {
	font-size: 13px;
}

.blog-tag-size-9 {
	font-size: 13px;
}

.blog-tag-size-10 {
	font-size: 14px;
}

.blog-tag-size-11 {
	font-size: 14px;
}

.blog-tag-size-12 {
	font-size: 15px;
}

.blog-tag-size-13 {
	font-size: 15px;
}

.blog-tag-size-14 {
	font-size: 16px;
}

.blog-tag-size-15 {
	font-size: 17px;
}

.blog-tag-size-16 {
	font-size: 17px;
}

.blog-tag-size-17 {
	font-size: 18px;
}

.blog-tag-size-18 {
	font-size: 19px;
}

.blog-tag-size-19 {
	font-size: 19px;
}

.blog-tag-size-20 {
	font-size: 21px;
}

/* Order & Un-ordered List Support
These CSS classes style the list style type of an un-ordered list. */

ul.disc { list-style-type: disc;
}

ul.circle { list-style-type: circle;
}

ul.square { list-style-type: square;
}

ol.arabic-numbers { list-style-type: decimal;
}

ol.upper-alpha { list-style-type: upper-alpha;
}

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

ol.upper-roman { list-style-type: upper-roman;
}

ol.lower-roman { list-style-type: lower-roman;
}

/* @end */

/* @group Forms */
.message-text {
	width: 95%;
} 

.required-text {
	font-weight: bold;
} 

.form-input-field {
	width:  95%;
	font-size: 18px;
	color: #a6a59c;
	padding: 4px;
	background: #fff repeat-x;
	line-height: 22px;
} 

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

/* @group Bread-crumb */

#breadcrumb {
	width: 900px;
	height: 23px;
	background: #b0b2b2 url(images/bc_bkg.png) repeat-x;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 1px;
}

#breadcrumb ul {
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#breadcrumb li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 1px 0 0;
}

#breadcrumb a {
	display: inline;
	color: #585858;
	text-shadow: #eee 0 1px 0;
}

#breadcrumb a:hover {
	display: inline;
	color: #292929;
}

.bcitem {
	float: left;
	display: inline;
	padding-right: 4px;
	padding-left: 8px;
}
	
/* @end */

/* @group Photo Album */

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

.album-title {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 8px;
}

.album-description {
}


.album-wrapper {
	display: block;
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	margin-top: 30px;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 30px;
	margin-right: 24px;
	margin-top: 34px;
}

.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 solid #d0d0d0;
}

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

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

.photo-background {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.photo-navigation {
	clear: left;
	float: left;
	width: 170px;
	padding: 5px;
	text-align: center;
	margin: 50px 0 0 20px;
	background: #fff right top;
}

.photo-navigation a:link, .photo-navigation a:visited {
	color: #7e7e7e;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}

.photo-title {
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 20px;
	color: #868686;
	padding-top: 5px;
	margin: 0;
	padding-bottom: 0;
	text-align: center;
}

/* color title image below */

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

.photo-links {
	color: #7e7e7e;
	margin-bottom: 6px;
}

.photo-links a {

}

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

}

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

.photo-frame{	
	padding: 0;
	position: absolute;
	left: 235px;
	top: 9px;
	border: 10px solid #fff;
	margin-top: 40px;
}



/* @end */

/* new_elemens */

.photo-background {
}

.photo-navigation {
}

/* @group EXIF data */
/* Data wrapper */

.exif-data {
	clear: left;
	margin: 0 0 0 20px;
	float: left;
	width: 170px;
	padding: 5px 4px 5px 6px;
	background: #fff left top;
}

.exif-data p {
	color: #6e6e6e;
	text-align: left;
	padding-left: 38px;
	border-bottom: 1px solid #b9b9b9;
	font-size: 10px;
	line-height: 22px;
	background-repeat: no-repeat;
	height: 22px;
}



/* p tag classes for all exif data */

p.exif-version {
	background-image: url(images/exif/photos.png);
}

p.exif-colour-space {
	background-image: url(images/exif/color.png);
}

p.exif-focal-length {
	background-image: url(images/exif/focalpoint.png);
}

p.exif-dimensions {
	background-image: url(images/exif/dimensions.png);
}

p.exif-pixel-y-dimension {
	background-image: url(images/exif/y.png);
}

p.exif-oecf-value {
	background-image: url(images/exif/genericicon.png);
}

p.exif-subsec-time-original {
	background-image: url(images/exif/time.png);
}

p.exif-exposure-mode {
	background-image: url(images/exif/aperture.png);
}

p.exif-pixel-x-dimension {
	background-image: url(images/exif/x.png);
}

p.exif-spatial-frequency-response {
	background-image: url(images/exif/genericicon.png);
}

p.exif-scene-capture-type {
	background-image: url(images/exif/scenetype.png);
}

p.exif-subject-location {
	background-image: url(images/exif/genericicon.png);
}

p.exif-shutter-speed {
	background-image: url(images/exif/shutterspeed.png);
}

p.exif-datetime-original {
	background-image: url(images/exif/date.png);
}

p.exif-subsec-time {
	background-image: url(images/exif/time.png);
}

p.exif-compressed-bits-per-pixel {
	background-image: url(images/exif/pixels.png);
}

p.exif-flash-energy {
	background-image: url(images/exif/flash.png);
}

p.exif-saturation {
	background-image: url(images/exif/color.png);
}

p.exif-brightness {
	background-image: url(images/exif/brightness.png);
}

p.exif-exposure-time {
	background-image: url(images/exif/time.png);
}

p.exif-f-number {
	background-image: url(images/exif/fstop.png);
}

p.exif-file-source {
	background-image: url(images/exif/genericicon.png);
}

p.exif-gain-control {
	background-image: url(images/exif/genericicon.png);
}

p.exif-subject-area {
	background-image: url(images/exif/genericicon.png);
}

p.exif-cfa-pattern {
	background-image: url(images/exif/genericicon.png);
}

p.exif-scene-type {
	background-image: url(images/exif/scenetype.png);
}

p.exif-white-balance {
	background-image: url(images/exif/gamma.png);
}

p.exif-flash {
	background-image: url(images/exif/flash.png);
}

p.exif-exposure-index {
	background-image: url(images/exif/aperture.png);
}

p.exif-flashpix-version {
	background-image: url(images/exif/flashpix.png);
}

p.exif-device-setting-description {
	background-image: url(images/exif/genericicon.png);
}

p.exif-focalplane-x-resolution {
	background-image: url(images/exif/genericicon.png);
}

p.exif-image-uniqueid {
	background-image: url(images/exif/id.png);
}

p.exif-components-configuration {
	background-image: url(images/exif/configuration.png);
}

p.exif-light-source {
	background-image: url(images/exif/brightness.png);
}

p.exif-sensing-method {
	background-image: url(images/exif/genericicon.png);
}

p.exif-aperture {
	background-image: url(images/exif/aperture.png);
}

p.exif-sharpness {
	background-image: url(images/exif/sharpness.png);
}

p.exif-exposure-program {
	background-image: url(images/exif/aperture.png);
}

p.exif-subject-distance {
	background-image: url(images/exif/subjectdistance.png);
}

p.exif-subsec-time-digitized {
	background-image: url(images/exif/time.png);
}

p.exif-contrast {
	background-image: url(images/exif/contrast2.png);
}

p.exif-focalplane-resolution-unit {
	background-image: url(images/exif/genericicon.png);
}

p.exif-gamma {
	background-image: url(images/exif/gamma.png);
}

p.exif-35mm-focal-length {
	background-image: url(images/exif/focalpoint.png);
}

p.exif-datetime-digitized {
	background-image: url(images/exif/date.png);
}

p.exif-subject-distance-range {
	background-image: url(images/exif/subjectdistance.png);
}

p.exif-custom-rendered {
	background-image: url(images/exif/genericicon.png);
}

p.exif-max-aperture {
	background-image: url(images/exif/aperture.png);
}

p.exif-sound-file {
	background-image: url(images/exif/audio.png);
}

p.exif-metering-mode {
	background-image: url(images/exif/genericicon.png);
}

p.exif-spectral-sensitivity {
	background-image: url(images/exif/genericicon.png);
}

p.exif-exposure-bias {
	background-image: url(images/exif/aperture.png);
}

p.exif-focalplane-y-resolution {
	background-image: url(images/exif/genericicon.png);
}

p.exif-iso-rating {
	background-image: url(images/exif/iso.png);
}

p.exif-maker-note {
	background-image: url(images/exif/note.png);
}

p.exif-digital-zoom-ratio {
	background-image: url(images/exif/zoom.png);
}

p.exif-user-comment {
	background-image: url(images/exif/comment.png);
}

/* @end */


/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	font-size: 1.7em;
	margin-bottom: 5px;
	letter-spacing: -1px;
}

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

.movie-thumbnail-frame {
	width: 132px;
	height: 132px;
	text-align: center;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-frame img {
}

.movie-thumbnail-caption {
	font-size: 0.85em;
}
	
/* @end */

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

.movie-background {
	margin: 10px;
}

.movie-title {
	font-size: 1.7em;
	letter-spacing: -1px;
}

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


/* @end */

/* @group Quicktime Page */

.movie-description {
}

.movie-frame {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
	
/* @end */

/* @group File Sharing */

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

.filesharing-item {
	margin-top: 0;
	margin-bottom: 24px;
	padding: 14px;
	background-color: #dee0e1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


.filesharing-item-title a:link {
	margin: 0;
}

.filesharing-item-title {
	font: 22px "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, sans-serif;
	padding-left: 28px;
	background: url(images/download_arrow.png) no-repeat left center;
}

.filesharing-item-description {
}

/* @end */

/* @group Plugins */

/* @group RapidSearch */

/* Hides Yahoo Search Credit */

#search_credits {
	display: none;
}

#rapidsearch { 
	color: #4f4f4f;
}



/* @end */

/* @group RapidBlog */

.blog-entry-comments-body {
}

.blog-entry-comments-body-even {
}

.blog-entry-comments-body-odd {
}

/* @end */



/* @end */

