/* @override http://www.angelamosley.co.uk/style.css */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font: 75% Georgia, "Times New Roman", Times, serif;
}

body.welcome,
body.contact {
	background-color: black;
	color: white;
}

body.gallery {
	background-color: #FEF9F4;
}

body.gallery,
body.gallery a {
	color: #463f3f;
	text-decoration: none;
}

body.contact #page {
	width: 1000px;
	height: 400px;
	margin: 0 auto;
	padding-top: 150px;
}

p.adress {
	width: 925px;
	text-align: right;
}

.bottom {
	vertical-align: bottom;
}

a img {
	border: none;
}

ul {
	list-style: none;
}

html, body, #fsImage, #fsImage table, #fsImage td {
	width: 100%;
	height: 100%;
}

body.gallery .contact {
	position: absolute;
	left: 1ex;
	top: 40px;
}
body.gallery .home {
	position: absolute;
	left: 1ex;
	top: 60px;
}

body.gallery .contact a,
body.gallery .contact img {
	display: block;
}

table.vcenter {
	height: 100%;
	margin: 0 auto;
}

table#vcenter td {
	vertical-align: middle;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.clear {
	clear: both;
}


a.illustration {
	display: block;
}

.angela {
	margin-top: 10px;
}

.welcomemenu {
	margin-top: 10px;
}
.welcomemenu .odd {
	float: left;
}

.welcomemenu .even {
	float: right;
}

#fsImage div {
	/*position: absolute;
	width: 200%;
	height: 200%;
	top: -50%;
	left: -50%;*/
}

#fsImage td {
	vertical-align: middle;
	text-align: center;
	font: italic 18px/1 georgia,serif;
	color: #888;
}

#fsImage img {
	/*min-height: 40%;
	min-width: 40%;*/
	margin: 0 auto;
	display: block;
}

#fsImage img.init {
	min-width: 0;
	min-height: 0;
}

#fsImage span {
	position: absolute;
	width: 50%;
	height: 100%;
	display: block;
	top: 0;
	cursor: pointer;
	background: url('img/trans.gif');
}

#fsImage span.left {
	left: 0;
}

#fsImage span.right {
	left: 50%;
}

#fsImage span.left:hover {
	background: url('img/prev.png') no-repeat left center;
}

#fsImage span.right:hover {
	background: url('img/next.png') no-repeat right center;
}

#fsImage span.raster {
	width: 100%;
	/*
	background: url(raster.png);
	*/
	display:none;
}



ul.fsGallery {
	position: absolute;
	bottom: 20px;
	left: 25px;
}

div.fsInfo {
	position: absolute;
	left: 1ex;
}

ul.fsGallery {
	margin-right: 15px;
}

ul.fsGallery li {
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	background: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	color: #000;
	text-align: center;
	opacity: .1;
	filter: alpha(opacity=10);
}


ul.fsGallery li {
	position: relative;
}

ul.fsGallery blockquote {
	display: none;
}

ul.fsGallery li.loaded {
	opacity: .6;
	filter: alpha(opacity=60);
}

ul.fsGallery li.active {
	background: #000;
	background-image: none!important;
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: default;
}

ul.fsGallery li.hover {
	background: #000;
	opacity: 1;
	filter: alpha(opacity=100);
}

ul.fsGallery li.loading {
	background: #fff url(img/loader.gif) no-repeat 50% 50%;
}

ul.fsGallery li a {
	display: block;
	background: url(img/bubbla.gif) no-repeat 50% 100%;
	color: #fff;
	padding: 2px 2px 8px;
	font-size: 11px;
	display: none;
	position: absolute;
	left: 20px;
	*left:30px;
	bottom: 40px;
	opacity: 1;
	filter: alpha(opacity=100);
}

ul.fsGallery li a img {
	display: block;
	position: relative;
	top: 0;
	border: none;
}

div.fsInfo {
	top: 15px;
}

div.fsInfo a {
	display: block;
	height: 20px;
	cursor: pointer;
	float: left;
	line-height: 20px;
	opacity: .6;
	filter: alpha(opacity=60);
}

.gallery a {
	opacity: .6;
	filter: alpha(opacity=60);
	font-weight: bold;
}


.gallery a:hover,
div.fsInfo a.active {
	opacity: 1;
	filter: alpha(opacity=100);
	text-decoration: underline;
}

/*div.fsInfo a.active {
	opacity: .8;
	filter: alpha(opacity=80);
}*/

div.fsCaption,
div.fsTitle {
	opacity: .8;
	filter: alpha(opacity=80);
	background: #000;
	padding: 5px;
	width: 30%;
	display: none;
	position: absolute;
	top: 36px;
	left: 80px;
	color: #fff;
	line-height: 18px;
	font-style: normal;
	font-size: 11px;
}

div.fsTitle {
	top: 15px;
	font-weight: bold;
	height: 10px;
	line-height: 10px;
}


div.more {
	position: absolute;
	bottom: 2em;
	left: 475px;
}
/*div.fsSearch {
	position: absolute;
	top: 15px;
	right: 15px;
	opacity: .7;
	filter: alpha(opacity=70);
	display: none;
}

div.fsSearch .inp {
	background: #000;
	color: #fff;
	height: 14px;
	border: none;
	position: relative;
	padding: 3px;
}

div.fsSearch .btn {
	background: #09c;
	color: #fff;
	font-size: 10px;
	font-family: arial,sans-serif;
	font-weight: bold;
	line-height: 20px;
	border: none;
	height: 20px;
	padding-bottom: 1px;
	width: 20px;
	cursor: pointer;
}

div.fsSearch .btn:hover {
	background: #000;
}*/

