/* ----------- FAlbum Common -------------*/

.falbum {
	padding: 0px;
	margin:0;
	clear: both;	
	width: 540px;	
}

.falbum p {
	padding:0;
	margin:0;
}

.falbum img {
	padding:2px;
}


/* ----------- Album Page -------------*/

.falbum-album {
	width:540px;
	height:100px;
	margin:10px 0 -10px 0;
	clear:both;
}

.falbum-album-tn-border-t {
	float: left;	
	width: 130px;
	height: 130px;}

.falbum-album-tn-border-s {
	float: left;	
	width: 100px;
	height: 100px;}

.falbum-album-title {
	width:410px;
	float:right;
	text-align:left;
	clear:right;
}

.falbum-album-meta {
	width:410px;
	float:right;
	text-align:left;
	padding-top:4px;
	clear:right;
}

.falbum-album-description {
	width:410px;
	float:right;
	text-align:left;
	font-weight:normal;
	padding-top:4px;
	clear:right;
}


/* ----------- Thumbnails -------------*/
  
#pages-top {
display:none;
}

#pages-bottom {
display:block;
margin: 10px 0 10px 0;
}

.falbum-navigationBar {
	clear: both;
}

.falbum-meta {
	width:540px;
	height:8px;
}

.falbum-meta-tags {
	width:540px;
	height:8px;
}

a.curPageLink , a.curPageLink:visited,a.curPageLink:link {
	padding: 1px 7px 1px 7px;
	color: #DBD2A8;
	background:#DBD2A8;
	color:#ffffff;
	border:1px solid #AFA68E;
}

a.otherPageLink , a.otherPageLink:visited,a.otherPageLink:link {
	padding: 1px 7px 1px 7px;
	color: #AFA68E;
	border:1px solid #ffffff;
}

a.curPageLink:hover {
	color:#ffffff;
}

a.otherPageLink:hover {
	color:#DBD2A8;
}

.falbum-tn-border-s {
	float: left;
	width: 100px;
	height: 100px;
}

.falbum-tn-border-t {
	float: left;
	width:130px;
	height:120px;
}

.falbum-tn-border-m {
	float: left;
	width: 260px;
	height: 260px;
}

.falbum-thumbnail {
	float: left;
	border: 1px solid #AFA68E;
	background:#ffffff;
	padding: 2px;
}

.falbum-thumbnail-ds {
	float: left;
	background: url('images/shadow.gif') no-repeat bottom right;
	margin: 5px 0px 0px 6px;
 	padding: 0px 0px 0px 0px;	
}
 
.falbum-thumbnail-ds img {
	 background-color: #fff;
	 border: 1px solid #AFA68E;
	 display: block;
	 margin: -5px 5px 5px -5px;
	 padding: 4px;
	 position: relative;
}

.falbum-thumbnail img:hover {
	background-color: #ccd;
}

.falbum-editable{
     color: #000;
     background-color: #ffffd3;
}

/* ----------- Photo Page -------------*/

.falbum-tags-label {
	float: left;
	display: block;
}

.falbum-tags {
	float: left;
}

/* -- Image ---------------*/

.falbum-photo-block {
}

.falbum-photo {
}

.falbum-photo-nods {
	text-align:center;
	margin-right:40px;
}

.falbum-photo-ds {
	background: url('images/shadow.gif') no-repeat bottom right;
	float: left;
}

.falbum-photo img, .falbum-photo-ds img {
	 background-color: #fff;
	 border: 1px solid #DBD2A8;
	 display: block;
	 margin: -5px 5px 5px -5px;
	 padding: 4px;
	 position: relative;
}

.falbum-photo2 {
	padding-right: 20px;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: 2px 2px 2px 2px;
	padding: 4px;
	margin-top:10px;
}

/* -- Photo Navigation ---------------*/
  
.falbum-nav {
	clear: both;	
	width:500px;
	margin-right:40px;
	line-height:40px;	
	text-align:center;
	font-size:11px;
	font-weight:bold;
}

.falbum-nav a {
	text-decoration: none;
}

.disabledButtonLink {
	color: Gray;
	text-align:center;
	border: 1px solid #eeeeee;
	padding: 0px 10px 0px 10px;
	background-color:	transparent;
}

a.buttonLink {
	padding: 1px 10px 1px 10px;
	border: 1px solid #AFA68E;
	background:	#AFA68E;
	text-align:center;
	white-space: nowrap;
	color: #ffffff;
}

a.buttonLink:visited {
}

a.buttonLink:active {
}

a.buttonLink:hover {
	border:1px solid #DBD2A8;
	background-color:	#DBD2A8;
	color: #ffffff;
}

/* -- Photo title and meta ---------------*/

.falbum-title {
	margin: 0;
	padding-bottom:8px;
	color:#AFA68E;
	width:100%;
}

.falbum-photo-meta {
	width:500px;
	margin:6px 35px 18px 5px;
	font-size:12px;
	line-height:22px;
}

#falbum-post-helper-switch, #falbum-post-helper-block {
margin:8px 0 8px 0;
}

.falbum-description {
	width:100%;
	line-height:1.6em;
}

.falbum-date {
	width:100%;
}

.falbum-tags-block {
	width:100%;
}

.falbum-flickr {
	width:100%;
	margin-top:20px;	
}

/* -- Photo EXIF Data ---------------*/

.falbum-exif {
	width:100%;
}

.falbum-exif table{
	border: 1px solid #dddddd;
	margin: 0;
}

.falbum-exif td {
	font-size:11px;
	width:180px;
	padding: 2px 5px 2px 5px;
}
.falbum-exif .odd{
	background-color: transparent;
}

.falbum-exif .even{
	background-color: transparent;
}

/* -- Photo Sizes ---------------*/

.falbum-photoSizesBlock {
	margin:18px 0 0 0;
	font-size:12px;
	font-weight:bold;
}

a.falbum-photoSizes {
	background-color: transparent;
	padding: 2px 10px 2px 10px;
	margin-left:6px;
	color: #AFA68E;
	border: 1px solid #dddddd;
	text-align: center;
}

a.falbum-photoSizes:hover {
	border: 1px solid #DBD2A8;
	background-color: transparent;
	color: #DBD2A8;
}

/* -------------  Photo comments  -------------*/

.falbum-comment-block {
	display:none;
	width:500px;
	margin:0 28px 20px 2px;
	padding:0;
	clear:both;
	font-size:12px;
	line-height:18px;
}

.falbum-comment-title {
	font-weight: bold;
	display:none;
}

.falbum-comment-item {
	margin: 10px 0 10px 0;
}

.falbum-comment-author {
}

.falbum-comment {
	font-style:italic;
}

/* ----------- Recent Images -------------*/

.falbum-recent {
	width:100%;
	padding:0;
}

.falbum-thumbnail-nods {	
	width:100%;
	height:100%;
	margin-bottom:10px;
}


/* ------- Photos in post -------*/

.falbum-post-box {
	margin:0;
	padding:0;
}

.falbum-post-box img {	
	border: 1px solid #AFA68E;
	background:#ffffff;
	padding: 2px;
}

/* ----------- Random Images -------------*/

.falbum-random {
	width:220px;
	margin:0;
	padding:0;
}

/* -- Annotations ---------------*/
 
a.annotation {
	position: absolute;
	border: 1px solid white;
	padding: 0;
}
 
a.annotation span {
	display: block;
	width: 100%;
	height: 100%;
	background: white;
	opacity: 0.2;
	-moz-opacity: 0.2;
}
 
a.annotation:hover {
	border-color: yellow;
}

#overDiv {
  font-size: 1em;
}

/* ----------- Tag Cloud Page -------------*/

.falbum-cloud {	
	padding: 10px;	
	text-align:center;
	font-family: Arial, Helvetica, Sans-Serif;
}

.falbum-cloud a {
	text-decoration:none;
}

a.falbum-tag1 {
 font-size:10px;
}

a.falbum-tag2 {
 font-size:12px;
 font-weight:400;
}

a.falbum-tag3 {
 font-size:16px;
 font-weight:500;
}

a.falbum-tag4 {
 font-size:20px;
 font-weight:600;
}

a.falbum-tag5 {
 font-size:22px;
 font-weight:700;
}

a.falbum-tag6 {
 line-height:32px;
 font-size:28px;
 font-weight:800;
}

a.falbum-tag7 {
 line-height:34px;
 font-size:30px;
 font-weight:900;
}

/* ----------- Annotations -------------*/
.annotation-fontClass {font-family: Arial, Helvetica, Sans-Serif; font-size: 1.3em; text-align: left;}
.annotation-capfontClass {font-family: Arial, Helvetica, Sans-Serif; font-size: 1.3em; font-weight: bold; color: #ffffff; text-align: left;}
.annotation-capfontClass A {color: #ffffff; font-size: 1.3em;}
.annotation-fgClass {background-color: #FFFFCC;}
.annotation-bgClass {background-color: #FFFF66;}


/* ----------- Error Page -------------*/

.falbum-error {
	font-size:1.2em;
}
.falbum-error pre{
	width: 99%;
	font-size:1.2em;
	overflow-y: hidden; 
	overflow-x: auto;
}

/* -------------  Misc  -------------*/

.falbum-sidebar-photos {
	overflow: hidden;
}

.falbum-clear {
	clear: both;
}
.falbum-clear-left {
	clear: left;
}
