@CHARSET "ISO-8859-1";

body{
	color: #444444;
	background: #fff url(../gfx/bg_gradient.png) repeat-x;
}

ul.albums,
ul.content-list{
	margin: 0;
	padding: 0;
}

ul.albums li, 
ul.content-list li{list-style: none;}

	ul.albums li a,
	ul.content-list li{
		outline: none;
		font-size: 15px;
		font-weight: bold;
		display: block;
		padding: 10px;
		background: #fff url(../gfx/thumb_bg.gif) repeat-x center bottom;
		border: 1px solid #f0efe8;
	}
	
	ul.content-list li{
		margin-top: 5px;
		font-size: 12px;
		font-weight: normal;
		background: #fff url(../gfx/photo_thumb_bg.jpg) repeat-x center bottom;
	}
	
		ul.content-list li h3{
			margin: 0;
			padding: 0;	
		}
	
	ul.albums li a.active{
		background: #fff url(../gfx/content_box_active.png) repeat-x center bottom;
	}

.btn, .btn-small{
	display: block;
	color: #696969;
	font-weight: bold;
	text-decoration: none;
	margin: 0 auto;
	text-align: center;
}
	.btn:hover, .btn-small:hover{
		color: #545353;
	}

.btn{
	width: 166px;
	height: 35px;
	background: #fff url(../gfx/btn.png) no-repeat;
	font-size: 17px;
	padding: 10px 7px 0 0;
}
	.btn:hover{background: #fff url(../gfx/btn_hover.png) no-repeat;}

.btn-small{
	width: 127px;
	height: 25px;
	background: #fff url(../gfx/btn_small.png) no-repeat;
	font-size: 13px;
	padding: 5px 3px 0 0;
}
	.btn-small:hover{}



.content{
	padding: 6px;
	background: #fff;
	border-top: 2px solid #e8e8e8;
	min-height: 500px;
}

.thumb{
	float: left;
	border: 1px solid #f0efe8;
	margin: 5px;
	padding: 0;
}
	.thumb:hover{
		border: 1px solid #d8d7d1;
	}
	
	.thumb .thumb-content{
		padding: 0;	
	}
	
		.thumb .thumb-content h2{
			color: #444444;
		 	font-size: 15px;
			font-weight: bold;
			padding: 10px 10px 2px 10px;
			margin: 0;
		}
			.thumb .thumb-content h2 a, 
			ul.albums li a,
			ul.content-list li a{
				color: #3b71c1;
				text-decoration: none;
			}
			
				.thumb .thumb-content h2 a:hover, 
				ul.albums li a:hover,
				ul.content-list li a:hover{
					color: #8FAF2B;	
				}
			
		.thumb .thumb-content h3{
			color:#444444;
			font-size: 12px;
			padding: 2px 10px 2px 10px;
			margin: 0;
		}
			
		.thumb .thumb-img{
			float: none;
			margin: 0 auto;
			text-align: center;
		}
		
			.thumb .thumb-img a{
				border: medium none;
				display: block;
				font-size: 0;
				padding: 10px 0;
			}
			
			.thumb .thumb-img img{
				vertical-align:middle;
			}
		

.album{}
.album .thumb{
	width: 220px;
	background: #fff url(../gfx/thumb_bg.gif) repeat-x center bottom;
}
	.album .thumb .thumb-content{
		height: 239px;
	}
	
	.album .thumb .thumb-img, .photo .thumb .thumb-img{
		width: 200px;
		height: 170px;
		line-height: 150px;	
	}

.photo{}
.photo .thumb{
	width: 220px;
	background: #fff url(../gfx/photo_thumb_bg.jpg) repeat-x center bottom;
}
	.photo .thumb .thumb-content{
		height: 170px;
	}

.fullsize{}
.fullsize .thumb{
	width: 688px;
	background: #fff url(../gfx/photo_thumb_bg.jpg) repeat-x center bottom;
}

	

.album-description{
	margin: 0 5px 15px 5px;
}

	.album-description h3, 
	.album-description h2, 
	.album-description h4{
		color: #444444;
		padding: 0;
		margin: 0;
	}

.login{
	width: 350px;
	margin: 0 auto;
	text-align: center;
}

/** Navigation **/
ul.navigation{
	float: right;
	padding: 0;
	margin: 0 auto;
	text-align: right;
}
	ul.navigation li{
		float: left;
		list-style: none;
		margin: 10px;
	}
		ul.navigation li a{
			color: #9d9d9d;
			text-decoration: none;
			font-size: 14px;
			font-weight: bold;
			padding: 3px;
		}
			ul.navigation li a:hover{
				border-bottom: 2px solid #9d9d9d;	
			}
			
/** Form elements **/

dl{text-align: left;}
	dl dt{
		clear: both;
	}
		dl dt label, dl dd label{
			float: left;
			padding: 8px;
			min-width: 120px;
		}
		
	dl dd input.text{
		width: 200px;	
	}


input, textarea, select, checkbox {
	padding: 7px;
	font: 12px/18px Verdana, Sans-Serif;
	color: #666;
	border: 1px solid #ddd;
	background: #fff url(../gfx/bg_form_elements.png) repeat-x 0 1px;
}
	textarea.text{
		height: 150px;	
	}
	
	input.button {
		padding: 5px 20px;
		color: #fff;
		font-weight: bold;
		background: #888 url(../gfx/bg_button.png) repeat-x;
		border: 1px solid #888;
	}
		input.button:hover {
			cursor: pointer;
			border-color: #777;
			color: #e3e3e3;
		}
.bold{
	font-weight: bold;
}

h2{
	color: #444;
	font-weight: bold;
}

/** Uploadify **/
.uploadifyQueueItem {
	outline: none;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 10px;
	background: #fff url(../gfx/thumb_bg.gif) repeat-x center bottom;
	border: 1px solid #f0efe8;
	color: #444;
	margin-top:5px;
}
.uploadifyQueueItem:FIRST-CHILD{
	margin-top: 0;
}

.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #cececc;
	border-left: 1px solid #cececc;
	border-right: 1px solid #cececc;
	border-bottom: 1px solid #ddddd7;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #38befd;
	width: 1px;
	height: 10px;
}

#fileQueue {
	display: block;
}
		
/* error/information messages */
.msg {
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
	border: 1px solid; margin: 0 0 15px 0; padding: 8px 10px 0 10px;
}
.msg p.left{text-align: left;}
.msg p {margin: 0 0 8px 0; padding-left: 25px;}
.msg-ok {border-color: #a6d877; background: #d2ecba url("../gfx/msg-ok.png") repeat-x; color: #336801;}
.msg-error {border-color: #f3abab; background: #f9c9c9 url("../gfx/msg-error.png") repeat-x; color: #8d0d0d;}
.msg-warn {border-color: #d7e059; background: #f3f7aa url("../gfx/msg-warn.png") repeat-x; color: #6c6600;}
.msg-info {border-color: #9fd1f5; background: #c3e6ff url("../gfx/msg-info.png") repeat-x; color: #005898;}
.msg-ok p {background: url("../gfx/icons/accept.png") 0 50% no-repeat;}
.msg-error p {background: url("../gfx/icons/cross_octagon.png") 0 50% no-repeat;}
.msg-warn p {background: url("../gfx/icons/exclamation_octagon_fram.png") 0 50% no-repeat;}
.msg-info p {background: url("../gfx/icons/exclamation.png") 0 50% no-repeat;}
.error {color: #b70b0b;}
