@import url('../s_css/lightbox.css');

/****** PhotoAlbum conf ******/

/****** Containers ******/

#photoAlbumList, #photoAlbum {
	height: auto;
	width: 900px;
	overflow: hidden;
	margin-top: 5px;
}

#photoAlbumImg {
	height: auto;
	width: auto;
	overflow: hidden;
	margin-top: 5px;
}

/****** img tag ******/

#photoAlbumList img, #photoAlbum img
{
	border: 1px solid #ccc;
	margin: 0;
	padding: 0;
}

#photoAlbumImg img {
	border: 1px solid #ccc;
	margin: 0;
	padding: 0;
}

.bigImg {
	/*margin-left: 25px !important;
	margin-left: 23px;*/
	text-align: center;
	overflow: hidden;
}

#thumbImgLeft {
	padding: 0;
	margin: 0;
	text-align: center;
	margin-bottom: 5px;
}

#thumbImgRight {
	padding: 0;
	margin: 0;
	text-align: center;
	margin-bottom: 5px;
}

#thumbImgRight img, #thumbImgLeft img {
	margin-bottom: 0px;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	width: 140px;
	height: 140px;
}

#thumbImgRight img:hover, #thumbImgLeft img:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

.thumbNav {
	color: #666;
}

#arrowLeft {
	float: left;
	margin-top: 20px;
	margin-right: 5px
}

#arrowRight {
	float: right;
	margin-top: 20px;
	margin-left: 5px;
}

#arrowRight img, #arrowLeft img {
	border: none;
}

.album h3 {
	text-align: center;
}

/****** List conf ******/

#photoAlbumList ul, #photoAlbum ul {
	padding: 0;
	margin: 0px;
}

#photoAlbumList li {
	list-style-type: none;
	display: inline;
	float: left;
	text-align: center;
	padding: 0px 0px 23px 23px;
	height: 220px;
	width: 150px;
	color: #666;
}


#photoAlbum li {
	list-style-type: none;
	display: inline;
	float: left;
	text-align: center;
	padding: 0px 0px 23px 23px;
	height: 150px;
	width: 150px;
}

#description {
	width: 300px;
	/*border: 1px solid #ccc;*/
	margin-left: 10px !important;
	margin-left: 7px;
	margin-top: 5px;
	padding: 5px 0;
	/*background: #eff7e7;*/
	float: left;
}

#description p {
	text-align: center;
}

/****** END of photoAlbum conf ******/

/******* SEARCH *******/

#searchResults {
	padding: 0 45px;
}

.resultList li {
	line-height: 15px;
	padding: 0 0 0 25px;
	margin: 0 0 10px 20px;
	list-style: none;
	background: url(../img/headFlower.jpg) no-repeat 0px -2px;
}

.search_results span {
	padding: 0px;
	margin: 0px;
	font-size:  11px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: normal;
	color: #333;
}

#photoSearch ul {
	padding: 0px;
	margin: 0px;
	padding-left: 0px;
}

#photoSearch li {
	list-style-type: none;
	display: inline;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0
	height: 100px;
	width: 100px;
}

#photoSearch li img {
	margin: 0;
	padding: 0;
	border: 1px solid #000;
}

.path {
	color: #666
}

/****** Paginate conf ******/

#content .paginate {
	padding: 5px;
	word-spacing: 2px;
	font-size: 12px;
	text-align: center;
}

#content .paginate span.paginate_disabled {
	color: #000;
	padding: 0px 15px 0px 15px;
}

#content .paginate div a {
	padding: 0px 15px 0px 15px;
}

#content .paginate div {
	padding: 6px;
	padding-top: 10px;
	text-align: center;
}

.paginate_center {
	color: #000;
}

/****** GuestBook ******/

#guestBook {
	color: #000;
	font-size: 12px;
	margin: 5px 0px;
	overflow: hidden;
}

#guestBookForm input {
	padding: 3px 0;
}

#guestBookForm {
	padding: 10px 20px;
	margin: 10px 0 10px 0px;
	overflow: hidden;
	border: 1px solid #b2c39e;
	background: #e8ede2;
}

.guestBookEntry {
	padding: 10px 5px;
	margin: 10px 0 10px 0px;
	border-bottom: 1px solid #b5d6ec;
}

.guestBookEntry p {
	margin: 0px 0 5px 0;
	font-size: 11px;
}

.guestBookName {
		padding: 5px 0 5px 0px;
		background: url(../img/bulletBaun.jpg) no-repeat 0px 0px;
}

/******* SITEMAP ******/

.siteMap {
	color: #000;
	font-size: 11px;
	margin: 0px 0px;
	padding-bottom: 10px;
	text-align: justify;
	overflow: hidden;
}

.siteMap ul {
	margin-top: 0px;
	margin-left: 100px;
}

.siteMap li {
	line-height: 15px;
	padding: 0 0 0 15px;
	list-style: none;
	background: url(../img/bulletWhite.jpg) no-repeat 0px 3px;
}


ul.sitemap {
	padding: 5px 0px 5px 50px;
	margin: 0;
}

ul.sitemap li ul {
	padding-left: 20px;
}

ul.sitemap li ul li {
	list-style-type: none;
	
}

/****** 404 ******/

#s_window .page404 h1 {
	color: #c90000;
	font-size: 30px;
	text-align: center;
	background: url(../img/404Villa.jpg) no-repeat 190px 5px;
}

#s_window .page404 p {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 30px;
}

/****** 404 Leit ******/

#s_window .page404 form {
	padding: 15px 0 5px 130px;
}

#s_window .page404 input {
	border: 1px solid #666;
}

#s_window .page404 ul {
	
}

#s_window .page404 li {
	float: left; 
	list-style-type: none;
	padding-left:  10px;
}

#s_window .404button li input {
	margin-top: -2px !important;
	margin-top: -1px;
	border: none;
}

/****** ADMIN BUTTONS ******/

#newButton {
	float: right;
	width: auto;
	display: inline;
	padding: 1px 0 !important;
	padding: 1px 0;
	margin: 0px 20px 0 0;
}

.s_content_buttons {
	float: right;
	margin: 0px 20px 0 0;
	display: inline;
	padding: 1px 0 !important;
	padding: 1px 0;
}

.s_content_buttons a,
.s_content_buttons a:visited {
	font-family: Arial,Tahoma,Verdana,Sans-Serif;
	font-size: 11px;
	color: #606060;
}

/****** SNERPILL ******/

#snerpill {
	margin: 0 auto;
	width: 100px;
	padding: 4px 0;
}

a.snerpill {
	display: block;
	height: 28px;
	width: 100px;
	background: url(../img/snerpillGray.png) no-repeat top center;
	text-align: center;
}

a.snerpill:hover {
	display: block;
	height: 28px;
	width: 100px;
	background: url(../img/snerpill.png) no-repeat top center;
}

* html a.snerpill {
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(../img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://rons.is/img/snerpillGray.png", sizingMethod="scale");
}

* html a.snerpill:hover {
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(../img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://rons.is/img/snerpill.png", sizingMethod="scale");
}
