body {
	height: 100%;
}


/* styling of all pages */

#footer {

	text-align: center;
	
}

#owner {
	
	margin-bottom: 10px;
	font-size: 95%;
	
}
#owner a {
	color: #666666;
}

#logo {
	
	
	font-size: 40px;
	float: left;
	font-family: Verdana, Arial, sans-serif;
	
}

td.aligntop {
	padding-top: 10px;
	vertical-align:top;
}


#pagecontent {
	padding-bottom: 70px;
}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -70px; /* negative value of footer height */
	height: 70px;
	
	clear:both;
} 

#footer_content {
	padding: 43px 0 0;

}


body, td, h1, h2, .boxtitle{
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 25px;
	margin-bottom: 15px;
}

h2, .boxtitle {
	font-size: 18px;

}



.boxtop {

	width: 900px;
	margin: 30px 0px;
	
}

.boxtop h2 {
	padding: 22px 30px 10px;

	
}
.boxbottom {
	
	padding: 0 30px 10px;
	
}

.boxcontent {
	padding: 0px 30px 30px 30px;
}
.boxtitle {
	padding: 0px 0 0 30px;
}



input.text {
	
	height	: 17px;
	width: 250px;
	padding: 2px 3px;
	font-size: 95%;
	
}

* html input.text {
	
	padding: 4px 4px 0px;
}

textarea.text {
	
	height: 100px;
	width: 500px;
	padding: 3px 3px 0;
	
	
}

input.small {
	width: 100px;
}
input.large {
	width: 500px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
}

input.submitbutton {
	
	height: 25px;
	padding: 2px 20px;
	
}

#header {

	height: 100px;
	padding: 20px 30px 0;
	
}

#header img {
	padding: 10px 0 0;
	float: left;
}

#header ul {
	
	float: right;
	margin: 40px 0 0 0;
	
}

#header li {
	
	list-style: none;
	display: inline;
	padding: 0 10px;
	
	
}

#header li a {
	font-size: 120%;
	font-weight: bold;
}


#header li a:hover {

	text-decoration: none;
	
}

div.in_form_error {
	color: #FF0000;
	font-size: 120%;
}

label.error, span.error {
	

	color: #FF0000;
	font-size:120%;
	padding-left: 20px;
	
}

div.error, p.error {
	
	margin-top: 30px;
	font-size:120%;
	color: #FF0000;
	
}

td.label {
	font-weight: bold;
}
td.data {
	padding-right: 30px;
}

/* classes mainly used in gallery¨*/

#picturelist {

	width: 760px;
	
}

#picturelist .picture {
	
	position: relative;
	width: 125px;
	height: 145px;
	padding: 10px;
	float: left;
	text-align:center;
	border: 1px #EEEEEE solid;
	margin: 2px;
	
}

.widebox {
	margin: 0 0 20px;
}

	
	
#picturelist .hovered {
	width:145px;
	height: 165px;
	padding: 0;
	z-index: 10;
}


#picturelist .picture img {
	
	border: 0;
	
}

#picturelist .adminbuttons {
	position: absolute;
	left: 10px;
	bottom: 5px;
	width: 125px;
	text-align: left;
	
}

#picturelist .handle {
	cursor:move;
	width: 10px;
	height: 10px;
}

#picturelist .delete {

	margin: 0 5px;
	width: 10px;
	height: 10px;
}

/* end classes of gallery */

/* classes for gallery_overview */
.galleries {
	
	width: 720px;
	
}

.gallery {
	float: left;
	width: 140px;
	height: 170px;
	margin: 2px;
	border: 1px #EEEEEE solid;
	padding: 10px;
	position: relative;
}

.gallery .galleryinfo {
	position: absolute;
	left: 10px;
	bottom: 5px;
	text-align: left;
	width: 100%;
}

.gallery .galleryinfo .adminbuttons {
	
	margin-top: 5px;
	
}

.galleryname {
	display: block;
	font-size: 120%;
}

.gallery .numpics {
	color: #CCCCCC;
	text-align: center;
	width: 100%;
}

/* guestbook */

.guestbookitem {
	
	
	margin: 10px 0;
	padding: 10px 0 0px 20px;
	
}

.guestbookitem .poster {
	
	padding: 0 0 5px 20px;
	font-weight: bold;
	
	
}

.guestbookitem .itemcontent {
	padding: 0 0 10px 20px;
	margin: 0 0 0 20px;
	border-bottom: 1px #DDDDDD dashed;
}
	
/* end guestbook */

.pageadminbuttons {
	
	background: #F2F2F2;
	padding: 10px 0 10px 10px;
	margin: 0 0 10px 0;
	
}

.pageadminbuttons.hovered {
	
	background: #fff77e;
	
}

.pageadminbuttons a {

	color: #999999;
	text-decoration: none;
	margin: 0 0 0 20px ;	
	
}

.pageadminbuttons a:visited {
	color: #999999;
}

.pageadminbuttons a:hover {

	color: #555555;	
	text-decoration: underline;
	
	
}


.leftbox {
	float: left;
	
}

.rightbox {
	float: right;
}


.leftbox, .rightbox {
	width: 450px;

	overflow: hidden;

	text-align: left;

}

.fpagebox_top {
	width: 960px;
	overflow: hidden;
	margin: 15px 0;
	text-align: left;
}


.blockadminbuttons {
	
	padding: 5px 10px 20px 10px;

}

.mceEditor {
	background: #FFFFFF;
}

div.button {
	width: 100px; 
	height: 100px; 
	padding: 15px 5px 10px;
	text-align: center;
	float: left;
}

div.button a, div.button a:hover {
	font-weight: bold;	
	display: block;
	vertical-align:middle;
	height: 80px;
	width: 90px;
	text-decoration: none;
}

.spacebefore {
	
	margin-top: 30px;
	
}

.journalitem {
	padding: 20px 0 0 0;
	border-bottom: 1px #CCCCCC dashed;	
	overflow: hidden;
	
	
}

.journalitem .left {
	float: left;
	
}

.journalitemcontent {

	padding: 0 30px;
	margin: 0 150px 0 50px;
	
}

ul.journalitempics {
	float: right;
	width: 250px;
	margin: 0;


}
.separator {
	clear:both;
	border-top: 1px #CCCCCC dashed;
}


.journalitemtitle {
	font-size: 200%;
}

.journalitem li {
	display: inline;	
	margin-left: 0;
	list-style: none;
}


.journaldate {

	height: 50px;
	width: 50px;
	background: #333333 url('/img/datebg.jpg') no-repeat;
	padding: 10px;
	margin: 0 0 10px 0;
	
}

.journaldate .journalmonth {
	
	color: #FFFFFF;
	font-size: 150%;
	text-align:center;	
}

.journaldate .journalday {
	color: #FFFFFF;
	font-size: 300%;
	text-align:center;	
}

.picstoryitem {
	
	margin: 40px 0 0;
	
}

.picstoryitems .itemcontent {
	
	margin: 0 0 20px;
	background: #EEEEEE;
	padding: 10px;
	
}

.picstoryitems .onepic {
	//text-align: center;
}

.picstoryitems .twopics img {
	
	margin: 0 30px 0 0;
	
}