/**
 * 
 * Main css for www.franciskusleden.se
 * 
 */

/** 
 * Global
 */

* {
	margin: 0;
	padding: 0;
}
body, table {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #897b74;
}

body * {
	text-align: left;
}

/**
 * Text, links
 */

a {
	text-decoration: none;
	cursor: pointer;
	color: #968880;
	border-bottom: 1px dashed #968880;
}
a:hover {	
	border-bottom: 1px solid #968880;
}
img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
}

h1 {
	margin-bottom: 10px;
	font-size: 20px;
}

h2 {
	margin-top: 10px;
	margin-bottom: 2px;
	font-size: 16px;
}

p, ul, ol {
	margin-bottom: 10px;
	line-height: 150%;
}

ul, ol {
	margin-left: 15px;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input.checkbox {
	margin-right: 5px;
}
.UIbutton {
	border: 1px dashed #294D13;
	color: black;
/*	line-height:400%;*/
	padding: 7px 0;
	cursor: pointer;
	margin: 7px 20px 7px 0;
}

.ok {
	background-color: #CEFFA1;
}
.cancel {
	background-color: #FADCBD;
}

/**
 * Common classes
 */
.m10 {
	margin: 10px;
}

/**
 * 
 */
.news {
	width: 440px; 
	background-color: #aa8158; 
	color: white;
}
.news td {
	padding: 0 10px 10px 10px; 
}
.news * {
	color: #ffffff;	
}

.submit {
	background-color:transparent;
	border:medium none;
	cursor: pointer;
	padding: 0 7px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#loading {
	background-image: url(../images/icons/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: white; 
	border: 1px dashed black; 
	position: fixed; 
	left: 50%; 
	right: 50%; 
	top: 50%; 
	bottom: 50%; 
	width: 100px; 
	height: 100px;
	text-align: center;
	vertical-align: middle;
	line-height: 100px;
	display: none;
}

.editImage {
	position: absolute;
	background: white;
	overflow: hidden;
	width: 100px;
	padding: 5px 0;
	border: 1px solid #593707;
}
.editImage span {
	float: left;
	margin: 5px;
	cursor: pointer;
}

/**
 * Page
 */
#page {
 	text-align: left;
	width: 962px; /*width + border on left/right side*/
	margin: 0 auto;
}

/**
 * Header
 */
#header {
	margin-top: 20px;
	margin-bottom: 10px;
 	height: 100px;
	background-image: url(../images/layout/FranciskusHuvud.png);
	background-repeat: no-repeat;
}
	#header #headerContent {
		margin-left: 145px;
	}
		#header h1 {
			font-family: Georgia, Times, serif;
			font-weight: 500;
			position: absolute;
			top: 40px;
		}
		#header p {
			margin: 0;
			position: absolute;
			top: 80px;
		}

/**
 * Main wrapper
 */
#mainWrapper {
	width: 100%;
	background: url(../images/layout/fornminne-bg.png);
	background-repeat:repeat-y;
	border: 1px solid #cdc1b5;
	background-color: #f7f4ea;
}

/**
 * Menu
 */
#menu {
	width: 135px; 
	float: left;
	background-color: transparent;
}
	#menu a {
		border: 0;
	}

	#menu ul {
		list-style: none;
		line-height: 150%;
		margin: 20px 0 0 0;
		padding: 0;
		overflow:visible;
	}
	
	#menu ul li {
		margin-bottom: 15px;
		padding-left: 25px;
		vertical-align: middle;
	}
	
	#menu ul li.selected {
		background-image: url(../images/layout/menu-selected.png);
		background-repeat: no-repeat;
		background-position: 0px 2px;
		font-weight: bold;
	}
	
	#menu .loggedIn {
		line-height: 40px;
		font-weight: bold;
	}
	
/**
 * Main area
 */
#leftColumn {
	float: left;
	width: 500px;
	margin: 0;
	padding: 0;
	}

#rightColumn {
	margin: 0;
	padding: 0;
	float: right;
	width: 325px;
}
#downloadBox {
	margin: 10px;
	width: 300px;
}
#downloadBox img {
	vertical-align: middle;
	margin-right: 10px;
	float: left;
}
#downloadBox span {
	display: block;
	height: 60px;
	clear: both;
}
#downloadBox span a {
	line-height: 40px;
}
.content {
	margin: 20px 30px 20px 30px;
}
.msg, .msg1 {
	border: 1px solid #87a477;
	background-color: #ddffcb;
	padding: 10px;
	margin: 10px;
}

.msg0 {
	border: 1px solid #BB411A;
	background-color: #FFA88C;
	padding: 10px;
	margin-bottom: 10px;
}




/**
 * Guestbook
 */

.gb_0, .gb_1 {
	border: 1px solid #cdc1b5;
	padding: 10px;
	margin-bottom: 10px;
}

.gb_0 {
	background-color: #edeae1;	
}
.gb_1 {	
	background-color: #f7f4ea;
}
.gbNavigation {
	width: 100%;
	padding: 10px;
}
#gbform {
	margin: 20px;
	
}
	#gbform p {
		margin: 10px 0 5px 0;
	}
/**
 * Map
 */

#mapInfoContainer {
	margin: 30px 0 30px 0;
}

	#mapInfoContainer h2 {
		margin-bottom: 10px;
		padding-left: 35px;
	}
	#mapInfoContainer h3 {
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 3px;
	}
	#mapInfoContainer p {
		font-size: 11px;
		font-weight: 200;
	}
#mapPrintContainer {	
	line-height: 50px; 
	margin-left: 30px;
}
	#mapPrintContainer img {
		vertical-align: middle;
		margin-bottom: 10px;
		margin-right: 5px;
		cursor: pointer;
	}
	#mapPrintContainer span {
		border-bottom: 1px dashed #968880;
		cursor: pointer;
	}
	
.mapPlace {
	/*border-bottom: 1px solid #cdc5bb;*/
	width: 100%;
	position: relative;
	overflow: visible;
	padding: 4px 0;
}
	.mapPlace .mapPlaceIcons {
		float: right;
	}
	.mapPlace .readMore {
		margin-left: 10px;
		color: #beb4aa;
	}
	
.mapPoint, .editMapPoint {
	padding-left: 35px;
	margin-right: 10px;
}
#mapPoints {
	list-style: none;
	margin: 0;
}
.mapInfoWindowContent {
	width: 300px;
	height: 200px;
	overflow: auto;
}

.tooltip {
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px dashed #686868;
}

.mapthumb {
	float: left;
	margin: 10px 9px 10px 0;
}


#gallery {
	list-style: none;
	margin: 0;
}
.sortable li {	
	cursor:move;
}
.admin .sortable li {
	/*padding-left: 10px;
	background-image: url(../images/layout/black_stripes.png);
	background-repeat:repeat-y;*/
}

.admin-pages:after {
    content:'';
    display:block;
    clear: both;
}
.admin-pages li {
	clear: left;
	list-style: none;
	padding: 5px; 
	font-size: 1.2em; 
	height: 1.3em;
}
.admin-pages a {
	border: 0;
}
.admin-pages li * {
	float: left;
	margin-right: 5px;
}

.mapPointInfo {
	word-wrap:break-word;
}

.bg1 {
}
.bg0 {
	background-color: #edeae1;
}

.share {
	margin-top: 20px;
}

/**
 * Photos 
 */

#gallery {
	width: 100%;
}
.galleryAlbum {
	margin-bottom: 10px;
	height: 50px;
}
.galleryAlbum img {
	float: left;
	margin-right: 10px; 
}
img.albumimage {
	height: 50px;
	width: 50px;
	overflow: hidden;
}
.albuminfo {
	float: left;
}

.galleryAlbum h2 {
}

#gallery .backlink {
	border-bottom: 1px dashed #968880;
}
.editAlbum img {
	cursor: pointer;
}
#jquery-lightbox a, #gallery a {
	border: 0;
}

.pic {
	float:left;
	margin: 0 15px 15px 0;
	border: 5px solid white;
	width: 100px;
	height: 100px;
	/*overflow: hidden;*/
}

.pic a {
	width:100px;
	height:100px;
	display:block;
	overflow: hidden;
}

/**
 * Common classes
 */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

/**
 * Editable
 */

.editable {
	border: 1px dashed #BCB60C;
	padding: 10px;
	margin: 10px;
	padding-top: 50px;
	background-image: url('../images/icons/edit.png');
	background-repeat: no-repeat;
}

.editHover {
	background-color: #FEFFB4;
}

.editable textarea {
	width: 100%;
	height: 400px;
}

/**
 * Footer
 */
#footer {
	clear: both;
	height: 50px;
	width: 100%;
	padding: 0 10px 0 10px;
}
	#footer * {
		line-height: 50px;
	}
