/*
color1: #8bad38
color2: #a5c84f (4x)
color3: #def4a6
color4: #b5d66a
color5: #d8f493
color6: #ca592c (red - h1)
color7: #6a8722
color8: #f5fce4
color9: #a6c952
color10:#9ebd53
color11:#71cbff
color12:#56c1fe
color13:#B82E00
color14:#B88A00
*/

/* from layout.css */

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

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

#footer_content {
	padding: 10px 0 0;

}


#header {

	height: 80px;
	padding: 10px 30px 0;
	
}


/* colors */


ul {
	list-style-image: url('/img/white/bullet1_small.jpg');
}

/* color */

#logo {
	color: #6d5ebc;
	
}
	

	
div.checkbox {
	width: 18px;
	height: 18px;
	background: transparent url('/img/white/checkbox.jpg') no-repeat top;
}


#footer { 
	
	background: #FFFFFF url('/img/white/footer_bg.jpg') repeat-x;
	
}

#footer_content {
	color: #666666;
	padding: 20px 0 0;
}


#header {
	height: 125px;
	padding: 0px;
	background: #FFFFFF url('/img/white/header_bg.jpg') repeat-x;
}

#header img {
	margin: 10px 0 0;
	padding: 0;

}

#header li a {
	color: #6d5ebc;
}


#header li a:hover {
	color: #826ee8;
}

#header ul {
	margin: 80px 0 0;
}
	

h1 {
	color: #6d5ebc;
}

h2, .boxtitle {
	color: #333333;
	
}

.boxtop h2 {
	padding: 20px 10px 10px 50px;
	
}

.boxtop {
	
	background: transparent url('/img/white/box_top.jpg') 0 top no-repeat;
	
}

.boxtitle {
	padding: 0px 0 0 50px;
}
.boxbottom {
	
	background: transparent url('/img/white/box_bottom.jpg') 0 bottom no-repeat;
	padding: 0 30px 20px 70px;
	
}
.blockadminbuttons {
	padding: 5px 10px 10px 40px;
}
input.text {
	
	border: #dddddd 1px solid;
	background: #fafafa url('/img/white/input_text.jpg') 0 top repeat-x;

	
}

input.submitbutton {
	
	height: 38px;
	border: 0;
	color: #CCCCCC;
	background: #4f4f4f url('/img/white/submitbutton_bg.jpg') 0 bottom repeat-x;
	
}




a, a:active, a:visited {
	color: #6d5ebc;	
}

a:hover {
	color: #8475d0;
}

a.button, a.button:active, a.button:visited {
	
	color: #B82E00;
	font-weight: bold;
	
}

a.button:hover {
	color: #B88A00;
}


.guestbookitem .poster {
	background: transparent url('/img/white/bullet1.jpg') no-repeat;
}





#picturelist .hovered {
	background: #f5fce4 url('/img/green/fading_bg.png') 0 bottom repeat-x;
}


.jcarousel-skin-default .jcarousel-container {
    background: #fafafa;
    border: 1px solid #dddddd;
}

tbody th {
	background:#def4a6 none repeat scroll 0 0;
}

tbody tr.hover {
	background:#f5fce4 none repeat scroll 0 0;
}

textarea.text {

	border: #dddddd 1px solid;
	background: #fafafa url('/img/white/input_text.jpg') 0 top repeat-x;


	
}

.guestbookitem .itemcontent {
	
	border-bottom: 1px #a6c952 dashed;
	
}


.leftbox, .rightbox {

}



.fpagebox_top {
	
	background: transparent url('/img/white/fpage_top.jpg') no-repeat;
}

.fpagebox_bottom {
	margin: 30px 0 0;
	background: transparent url('/img/white/fpage_bottom.jpg') no-repeat bottom;
}

/*.boxcontent {
*	padding: 30px 30px 30px 50px;
*	background: transparent url('/img/white/fpage_bottom.jpg') no-repeat bottom;
*	
*}*/

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

.twoboxestop {
	
	background: transparent url('/img/white/2boxes_top.png') no-repeat;
	padding: 5px 0 0;
	overflow: hidden;
}

.twoboxesbottom {
	
	background: transparent url('/img/white/2boxes_bottom.png') no-repeat bottom;
	overflow: hidden;	
}

div.button {
	background: transparent url('/img/green/button.jpg') no-repeat;
}

div.buttonhovered {
	background: transparent url('/img/green/button_hovered.jpg') no-repeat;
}

div.button a {
	
	color: #a5c84f;

}

.question {
	background: transparent url('/img/white/bullet1.jpg') no-repeat;	
}


.picstoryitems .itemcontent {

	border: 1px #def4a8 dashed;
	background: #f5fce4;

	
}

