/* @group General Styles */

body {
	margin: 0;
	padding: 0;
	background-color: #f0eee1;
	font: 12px/22px "Lucida Grande", Lucida, Verdana, sans-serif;
}

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: #2e2920;
	font-weight: bold;
}

a:hover, a:active {
	text-decoration: underline;
	color: #5c513f;
	font-weight: bold;
}

.clearer {
	clear: both;
}

blockquote {
	margin: 0 2px 0 24px;
	padding: 16px;
	-moz-border-radius: 12px;  
	-webkit-border-radius: 12px;  
	border-radius: 12px;
	border: 2px solid;

}

code {
	background: url(images/codestripes.png) repeat-y;
	display: inline-block;
	font: 14px/22px "Courier New", Courier, mono;
	padding: 0 16px;
	margin-bottom: 18px;
}

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: 20px;
	line-height: 22px;
}

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

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


/* 
#content ul li {
	list-style-type: none; 
	background: url(/index_files/stacks_image_954_1.png) no-repeat;
	margin: 10px;
	padding-left: 2px;
	line-height: 20px; 

}*/


#content ul {
    padding-left: 10px;
}


#content ul li {
    height: 48px;
    margin: 40px 0; /* not needed, just to add space between the li's */
    background: url('../index_files/stacks_image_954_1.png') no-repeat left center;
    list-style: none;
    padding-left: 65px;
}



/* PROJEKTY */
#content ul.project-list {
	margin:0 auto;
	width:950px;
	display:block;
}
#content ul.project-list li {
	margin:0 0 20px 0;
	background: url('../index_files/stacks_next.png') no-repeat left top;
}

.project-content .stacks_left,
.project-content .stacks_right {
	width:49%;
	float:left;
}
.project-content h1 {
	padding-left:20px;
}
.project-content .project-block {
	margin: 30px 20px;
	padding:5px 10px 0 70px;
	min-height:50px;
	background: url("../index_files/stacks_image_954_1.png") no-repeat left top;
}
.project-content .project-block ul {
	padding-left:30px !important;
}
.project-content .project-block li {
	margin:0 !important;
	padding:0 !important;
	height:auto !important;
	background:none !important;
	list-style-type:disc !important;
}




/* @end */

/* @group Layout */

#header {
	height: 180px;
}

#logoContainer {
	display: block;
	max-height: 178px;
	overflow: hidden;
	position: relative;
	top: 55px;
	left:150px;
}

#innerHeader {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#titleContainer {
	position: relative;
	top: 58px;
}

#titleContainer h1 {
	font: bold 56px/60px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #2e2920;
	letter-spacing: -2px;
	word-spacing: -1px;
}

#titleContainer h2 {
	font: 20px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #2e2920;
}

#contentContainer {
	width: 950px; 
	margin-left: auto;
	margin-right: auto;
}

#sidebarContainer {
	width: 235px;
	float: right;
	display: block;
	background-color: #e3e1d5;
	padding-top: 14px;
	padding-bottom: 14px;
	-moz-border-radius: 12px;  
	-webkit-border-radius: 12px;  
	border-radius: 12px;
	border: 2px solid #d6d5c9;
}

#sidebar {
	margin-left: 18px;
	margin-right: 18px;
	font-size: 12px;
	line-height: 22px;
}

#footerContainer {
	width: 950px;
	margin: 36px auto;
	border-top-style: solid;
	border-top-width: 2px;
	padding-right: 12px;
	padding-left: 12px;
}

#sidebarTopContainer {
	display: none;
	margin: 24px auto 4px;
	-moz-border-radius: 12px;  
	-webkit-border-radius: 12px;  
	border-radius: 12px;
	border: 2px solid #d6d5c9;
	background-color: #e3e1d5;
	padding-top: 14px;
	padding-bottom: 14px;
}

#sidebarTop {
	display: none;
	margin-left: 18px;
	margin-right: 18px;
}

#archives {
	margin-top: 14px;
}

	
/* @end */

/* @group Menu System */

/* Toolbar Styles */

.navcontainer {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 20px;
	height: 30px;
	margin-bottom: 52px;
	border-width: 1px;
	overflow: hidden;
}

.navcontainer .current {
	text-decoration: none;
	display: inline-block;
	text-align: center;
	width: 127px;
	height: 26px;
	color: #eceadf;
	font-size: 14px;
	line-height: 25px;
}

html>body .navcontainer .current {
	text-decoration: none;
	display: inline-block;
	text-align: center;
	width: 127px;
	height: 26px;
	color: #eceadf;
	font-size: 14px;
	line-height: 25px;
}

.navcontainer .current:hover {
	text-decoration: none;
	display: inline-block;
	text-align: center;
	width: 127px;
	height: 26px;
	color: #eceadf;
	font-size: 14px;
	line-height: 25px;
}

html>body .navcontainer .current:hover {
	text-decoration: none;
	display: inline-block;
	text-align: center;
	width: 127px;
	height: 26px;
	color: #eceadf;
	font-size: 14px;
	line-height: 25px;
}

.navcontainer .current:visited {
	text-decoration: none;
	display: inline-block;
	text-align: center;
	width: 127px;
	height: 26px;
	color: #eceadf;
	font-size: 14px;
	line-height: 25px;
}

html>body .navcontainer .current:visited {
	text-decoration: none;
	color: #eceadf;
}

.navcontainer .currentAncestor {
	text-decoration: none;
	display: inline-block;
	text-align: center;
	width: 127px;
	height: 26px;
	color: #eceadf;
	font-size: 14px;
	line-height: 25px;
}

html>body .navcontainer .currentAncestor {
	text-decoration: none;
	display: inline-block;
	text-align: center;
	width: 127px;
	height: 26px;
	color: #eceadf;
	font-size: 14px;
	line-height: 25px;
}

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

html>body .navcontainer .currentAncestor:visited {
	text-decoration: none;
	display: inline-block;
	text-align: center;
	color: #eceadf;
}

/* Parent - Level 0 */

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

.navcontainer ul li {
	padding: 0;
	float: left;
}

.navcontainer a{
	text-decoration: none;
	display: inline-block;
	color: #2e2920;
	width: 127px;
	height: 26px;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
	margin-right: 8px;
	margin-bottom: 4px;
}

html>body .navcontainer a{
	text-decoration: none;
	display: inline-block;
	color: #2e2920;
	width: 127px;
	height: 26px;
	font-size: 14px;
	line-height: 25px;
	margin-right: 6px;
	text-align: center;
	font-weight: normal;
	font-style: normal;
}

.navcontainer a:hover{
	text-decoration: none;
	display: inline-block;
	text-align: center;
}

html>body .navcontainer a:hover{
	text-decoration: none;
	display: inline-block;
	text-align: center;
}

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

.navcontainer a:active {
	text-decoration: none;
	display: inline-block;
	text-align: center;
}

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

/* @end */

/* @group Sidebar Menu */

.subnavcontainer {
	position: relative;
	top: 12px;
	margin: 0px;
	border-style: none;
}

/* Parent - Level 0 */

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

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

.subnavcontainer a {
	display: none;
	height: 23px;
	text-decoration: none;
	border-top: 1px solid #a8a79c;
	line-height: 17px;
	font-size: 15px;
	padding-top: 6px;
	padding-bottom: 0;
	font-weight: normal;
	font-style: normal;
	background: #d7d3c6 none left center;
}

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

.subnavcontainer a:hover {
	text-decoration: none;
	background-color: #c7c5b8;
}

/* Child - Level 1 */

.subnavcontainer ul ul {
	margin-bottom: 26px;
	border-bottom: 1px solid #a8a79c;
}

.subnavcontainer ul ul .current {
	background: #aeaca1 none left center;
	color: #2e2920;
}

.subnavcontainer ul ul a {
	display: block;
	padding-left: 16px;
}

/* Child - Level 2 */

.subnavcontainer ul ul ul a {
	padding-left: 30px;
	margin: 0;
}

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

/* Child Level 3 */

.subnavcontainer ul ul ul ul a {
	padding-left: 50px;
}

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

/* Child Level 4 */

.subnavcontainer ul ul ul ul ul a {
	padding-left: 70px;
}

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

/* Child Level 5 */

.subnavcontainer ul ul ul ul ul ul a {
	padding-left: 90px;
}

.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 {
	color: #b3b3b3;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 3px;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	display: none;
}

.blog-archive-link {
	color: #000000;
	font-size: 10px;
	display: none;
}
	
/* @end */

.blog-entry {
	padding-bottom: 65px;
	font-weight: normal;
	font-style: normal;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
	width: 99%;
}

.blog-entry-title {
	padding-bottom: 9px;
	text-decoration: none;
	font-size: 32px;
	line-height: 36px;
}

.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: 0px;
	background: none left center;
}

html>body .blog-entry-comments a:link {
	padding-left: 18px;
	background: url(images/comments.gif) 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/document.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: 0px;
	background: none;
}

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

.blog-archive-link-enabled:link {
	padding-left: 0px;
	background: none;
}

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

.blog-archive-link-enabled:visited {
	padding-left: 0px;
}

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

.blog-archive-link-enabled:hover {
	background: none;
}

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

.blog-archive-link-disabled {
	padding-left: 0px;
	background: none;
}

html>body .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 {
	padding-bottom: 22px;
}

.blog-category-link-enabled {
	padding-left: 0px;
	background: none;
}

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

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

.blog-category-link-enabled:hover {
	padding-left: 0px;
	background: none;
}

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

.blog-category-link-disabled {
	padding-left: 0px;
	background: none;
}

html>body .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: 0px;
	background: none;
}

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

.blog-rss-link:hover {
}

.blog-comments-rss-link {
}

.blog-comments-rss-link:link, .blog-comments-rss-link:visited {
	padding-left: 0px;
	background: none;
}

html>body .blog-comments-rss-link:link, .blog-comments-rss-link:visited {
	padding-left: 18px;
	background: url(images/categories.gif) 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 {
	margin-right: 0;
	display: block;
	margin-left: 3px;
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
}

/* 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: 22px;
	color: #a6a59c;
	padding: 4px;
	background: #fff repeat-x;
} 


.form-input-button[name="submitButton"] { 
   	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: bold 22px/100% Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	padding: 10px 10px .55em;
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
	margin-top: 30px;
} 


.form-input-button[name="resetButton"] { 
display: none; 
} 


/* @end */

/* @group Bread-crumb */

#breadcrumb {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4px;
	color: #ababab;
}

#breadcrumb h4 {
	text-decoration: none;
	font-variant: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 14px;
	margin: 0;
	padding: 0;
}

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

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

#breadcrumb a {
	display: inline;
}

#breadcrumb a:hover {
	display: inline;
}
	
/* @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 */

html > body .photo-background {
}

html > body .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.gif);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html>body 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;
}


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

.filesharing-item-title {
	font: 22px "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, sans-serif;
}

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

/* @group Custom */

/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: bold 22px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
 
.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

.button-bottom {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: bold 16px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button-bottom:hover {
	text-decoration: none;
}
.button-bottom:active {
	position: relative;
	top: 1px;
}

/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
 
/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

#signup-button  {
	padding-left:  70px;
}

#signup-button a:link {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#signup-button a:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

/* @end */

