/*
color1: #8bad38
color2: #90b9d7 (4x)
color3: #d5eaf9
color4: #a5c8e1
color5: #cee6f7
color6: #597e98 (red - h1)
color7: #60798b
color8: #f1f9ff
color9: #92bad7
color10:#89b1ce
color11:#a1bcd0
color12:#90afc6
color13:#3d586c
color14:#748fa3
*/


/* color */

#logo {
	color: #7c9eb6;
}
	
div.checkbox {
	width: 18px;
	height: 18px;
	background: transparent url(/img/lightblue/checkbox.png) no-repeat top;
}





#footer { 
	background: #a5c8e1 url('/img/lightblue/footer_bg.png') 0 bottom; 
}

#footer_content {
	color: #90b9d7;
}


#header {
	background: #cee6f7 url('/img/lightblue/header_bg.png') repeat-x 0 bottom; 
}


h1 {
	color: #597e98;
}

h2, .boxtitle {
	color: #60798b;
}

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


.boxbottom {
	
	background: transparent url('/img/lightblue/box_bottom.png') 0 bottom no-repeat;
	
}

input.text {
	
	border: #90b9d7 1px solid;
	background: #f1f9ff url('/img/lightblue/input_text.png') 0 top repeat-x;

	
}


input.submitbutton {
	
	border: 1px solid #92bad7;
	color: #FFFFFF;
	background: #89b1ce url('/img/lightblue/submitbutton_bg.png') 0 bottom repeat-x;
	
}

#header li a {
	color: #90b9d7;
}


#header li a:hover {

	color: #FFFFFF;
	
}


a, a:active, a:visited {
	color: #a1bcd0;	
}

a:hover {
	color: #90afc6;
}
a.button, a.button:active, a.button:visited {
	
	color: #3d586c;
	font-weight: bold;
	
}

a.button:hover {
	color: #748fa3;
}

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




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


.jcarousel-skin-default .jcarousel-container {
    background: #f1f9ff;
    border: 1px solid #92bad7;
}

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

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

textarea.text {
	
	border: #90b9d7 1px solid;
	background: #f1f9ff url('/img/lightblue/input_text.png') 0 top repeat-x;

	
}

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



.leftbox, .rightbox {
	
}
.fpagebox {
	background: transparent url('/img/lightblue/box_fpage.png') no-repeat;
}
.fpagebox_top {
	
	background: transparent url('/img/lightblue/fpage_top.png') no-repeat;
}

.fpagebox_bottom {

	background: transparent url('/img/lightblue/fpage_bottom.png') no-repeat bottom;
}

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

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


.twoboxestop {

	background: transparent url('/img/lightblue/2boxes_top.png') no-repeat;
	padding: 40px 0 0;
	overflow: hidden;
}

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


div.button a {
	
	color: #90b9d7;

}

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

.picstoryitems .itemcontent {

	border: 1px #d5eaf9 dashed;
	background: #f1f9ff;

	
}