@charset "utf-8";

body {
	background-color:#000;
	padding:0;
	margin:0 0 20px;
	text-align:center;
	font:10px "Lucida Grande", verdana, helvetica, sans-serif;
	color:#534e4a;
	}

#container {
	margin:0px auto;
	width:900px;
	}
	
h1 {
	margin:0;
	color:#5a6;
	font:bold 1.8em Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	letter-spacing:.18em;
	}
	
h2 {
	margin:0;
	color:#5a6;
	font:bold 1.6em Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	letter-spacing:.18em;
	}
	
h3, 
body.blog #sidebar .linkcat h2 {
	margin:0;
	padding:0 0 .5em;
	color:#5a6;
	font:bold 1.1em Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	letter-spacing:.18em;
	border-bottom:1px solid #a89e96;
	}
	
h4 {
	margin:0;
	padding:0;
	color:#5a6;
	font:bold 1.1em Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	letter-spacing:.18em;
	}
	
h2 a:link, h2 a:visited, h2 a:active, h2 a:hover,
h3 a:link, h3 a:visited, h3 a:active, h3 a:hover,
h4 a:link, h4 a:visited, h4 a:active, h4 a:hover {
	color:#5a6;
	}
	
h5 {
	font:italic 1.1em "Lucida Grande", verdana, helvetica, sans-serif;
	}

p {
	font-size:1.2em;
	line-height:1.4em;
	}
	
a {
	outline:none;
}
	
a:link, a:visited, a:active {
	color:#3844f2;
	text-decoration:none;
	}
	
a:hover {
	color:#3844f2; 
	text-decoration:underline;
	}

.floatleft {
	clear:both;
	padding:0.1em 1em 1em;
	float:left;
	}
	
.floatright {
	clear:both;
	padding:0.1em 0 1em 1em;
	float:right;
	}
	
#preload {
	visibility:hidden;
	position:absolute;
	top:-1000px;
	left:-1000px;
	}
a#picasa-source, a.picasa-source {
	visibility:hidden;
	position:absolute;
}
.picasa-gallery-container {
	height:200px;
	width:420px;
	overflow:hidden;
	color:#fff;
	position:relative;
	padding:15px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	background:#000;
	z-index:1;
}
.picasa-gallery-container > a {
	position:absolute;
	cursor:pointer;
	text-indent:-9999px;
	
}
.picasa-gallery-container > a.expand-gallery {
	top:0;
	left:0;
	display:block;
	z-index:3;
	height:230px;
	width:450px;
	line-height:230px;
	text-align:center;
	background:url(../media/images/picasaGallery/bgModalOpaque70.png);
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
.picasa-gallery-container > a.expand-gallery span {
	display:block;
	height:38px;
	width:118px;
	margin:98px auto 0;
	background:url(../media/images/picasaGallery/btnControls.png) no-repeat -304px 0;
}
.picasa-gallery-container > a.expand-gallery:hover span {
	background-position:-304px -152px;
}
.picasa-gallery-container > a.expand-gallery:active span {
	background-position:-304px -76px;
}
.picasa-gallery-container > a.reduce-gallery {
	top:15px;
	right:15px;
	z-index:3;
	display:none;
	height:38px;
	width:76px;
	background:url(../media/images/picasaGallery/btnControls.png) no-repeat -228px 0;
}
.picasa-gallery-container > a.reduce-gallery:hover {
	background-position:-228px -152px;
}
.picasa-gallery-container > a.reduce-gallery:active {
	background-position:-228px -76px;
}
.picasa-gallery {
	position:relative;
	height:200px;
	width:420px;
	background:#000;
	overflow:hidden;
	margin-left:0 !important;
}
.picasa-gallery img {
	display:block;
}
.picasa-gallery ul {
	list-style:none;
	margin:0;
	padding:0;
}
.picasa-gallery .gallery li {
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	margin:-400px 0 0 -400px;
	height:800px;
	width:800px;
	background:#000;
}
.picasa-gallery .gallery img {
	display:inline;
}
.picasa-gallery .gallery li .caption {
	position:absolute;
	top:15px;
	left:20%;
	width:60%;
	margin:0;
	z-index:1;
	color:#fff;
	text-align:center;
}
.picasa-gallery .thumb-carousel {
	width:800px;
	height:72px;
	overflow:hidden;
	position:absolute;
	z-index:2;
	bottom:0;
	left:0;
}
.picasa-gallery .thumb-carousel ul {
	/*display:none;*/
}
.picasa-gallery .thumb-carousel ul li {
	float:left;
	cursor:pointer;
	padding:2px 1px 6px;
}
.picasa-gallery .thumb-carousel ul li:hover {
	background:#fff;
}
.picasa-gallery .thumb-carousel ul li.animRotatorActive {
	background:#00bf00;
}
.picasa-gallery .gallery-controls {
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	width:20%;
}
.picasa-gallery .gallery-controls a {
	cursor:pointer;
	background:url(../media/images/picasaGallery/btnControls.png) no-repeat;
	height:38px;
	width:38px;
	text-indent:-9999px;
	float:left;
}
.picasa-gallery .gallery-controls a.play-control {
	background-position:0 0;
}
.picasa-gallery .gallery-controls a.play-control:hover {
	background-position:0 -152px;
}
.picasa-gallery .gallery-controls a.play-control.mousedown {
	background-position:0 -76px;
}
.picasa-gallery .gallery-controls a.play-control.active {
	background-position:0 -38px;
}
.picasa-gallery .gallery-controls a.play-control.active:hover {
	background-position:0 -114px;
}
.picasa-gallery .gallery-controls a.pause-control {
	background-position:-38px 0;
}
.picasa-gallery .gallery-controls a.pause-control:hover {
	background-position:-38px -152px;
}
.picasa-gallery .gallery-controls a.pause-control.mousedown {
	background-position:-38px -76px;
}
.picasa-gallery .gallery-controls a.pause-control.active {
	background-position:-38px -38px;
}
.picasa-gallery .gallery-controls a.pause-control.active:hover {
	background-position:-38px -114px;
}
.picasa-gallery .prevSlide, .picasa-gallery .nextSlide {
	position:absolute;
	width:76px;
	height:38px;
	background:url(../media/images/picasaGallery/btnControls.png) no-repeat -76px 0;
	left:0;
	top:38px;
	color:#fff;
	z-index:2;
	cursor:pointer;
	text-indent:-9999px;
}
.picasa-gallery .prevSlide:hover {
	background-position:-76px -152px;
}
.picasa-gallery .prevSlide.mousedown {
	background-position:-76px -76px;
}
.picasa-gallery .nextSlide {
	left:auto;
	right:0;
	background-position:-152px 0;
}
.picasa-gallery .nextSlide:hover {
	background-position:-152px -152px;
}
.picasa-gallery .nextSlide.mousedown {
	background-position:-152px -76px;
}