/*_________________________ Colors
dark - #020202
blue - #1f3660
gray - #9e9eaa
white - #f3f2ee
___________________________ Globals */
*{margin:0; padding:0; outline:0;}
html{height: 100%;}
body{
	height:100%;
	background: #020202 url(../img/bg.jpg);
	color:#f3f2ee;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
a:link, a:visited{
	background-color:#1f3660;
	color:#9e9eaa;
	text-decoration:none;
}
a:active, a:hover{
	color:#1f3660;
	background-color:#9e9eaa;
	text-decoration:none;
}
.error{
	background:url(../img/exclamation.png) no-repeat 0 3px;
	padding-left:18px;
	font-size:1.5em;
	color:#EC6F5A;
}
.fLeft{float:left;}
.fRight{float:right;}
.clear{clear:both;}
/*_________________________ Structure */
#container{
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
}
#head{
	width:100%;
	height:105px;
	color:#f3f2ee;
	background:url(../img/head.png) repeat-x;
	margin-bottom:10px;
}
#main{
	padding:5px 0 0 0;
}
#main:after{
  clear:both;
  display:block;
  font:1px/0px serif;
  content:".";
  height:20px;
  visibility:hidden;
}
#foot{
	position: absolute;
	bottom: 0 !important;
	text-align:center;
	border-top:1px solid #9e9eaa;
	width:100%;
	height:1.7em;
	padding-top:0.2em;
	font-size:0.9em;
	color:#9e9eaa;
}
#foot span{margin:0 20px;}
#foot a:link, #foot a:visited{
	color:#f3f2ee;
	background-color:transparent !important;
}
#foot a:active, #foot a:hover{
	color:#f3f2ee;
	background-color:#1f3660 !important;
}
/*_________________________ Head/Navigation */
#head h1{
	float:left;
	width:290px;
	height:90px;
	background:url(../img/logo.png) no-repeat;
	text-indent:-1000%;
}
#head h2{
	width:331px;
	height:85px;
	margin-left:289px;
	background:url(../img/slogan.png) no-repeat;
	text-indent:-1000%;
}
#head #homeLink{
	display:block;
	width:290px;
	height:84px;
	position:absolute;
	top:0px;
	left:0px;
	background-color:transparent !important;
}
#head ul{
	position:absolute;
	top:84px;
	left:0px;
	height:21px;
	list-style:none;
	list-style-position:inside;
	font-size:1.1em;
}
#head ul li{
	display:inline;
}
#head ul #current{
	float:left;
	background:#f3f2ee;
	color:#020202;
	padding:2px 8px 3px 8px;
}
#head ul li a{
	position:relative;
	bottom:0;
	padding:2px 8px 3px 8px;
	float:left;
}
#head ul .last a{border-right:none;}
#head ul li a:link, #head ul li a:visited{
	color:#020202;
	background-color:transparent;
}
#head ul li a:hover, #head ul li a:active{
	background:#1f3660;
	color:#f3f2ee;
}
/*_________________________ Content */
#main .section{
	margin-bottom:10px;
	padding:0 10px 10px 10px;
	border-bottom:1px solid #111D35;
}
#main .section h3{
	font-size:1.4em;
	color:#9e9eaa;
}
#main .section p{
	width:80%;
}
#main .section img{
	float:left;
	margin:0 5px 5px 0;
	border:1px solid #1f3660;
}
a.horiz, a.vert{
	width:160px;
	height:160px;
	float:left;
	margin:0px 0px 5px 5px;
	background-color:transparent !important;
	background-repeat:no-repeat;
	background-position:center center;
	border: 1px solid #9e9eaa !important;
}
a:link.horiz, a:visited.horiz, a:link.vert, a:visited.vert{}
a:hover.horiz, a:active.horiz, a:hover.vert, a:active.vert{
	border: 1px solid #1f3660 !important;
}
/*_________________________ Guestbook */
#main .section .date{
	color:#9e9eaa;
	font-size:0.9em;
}
.sign{
	background:url(../img/comment_add.png) no-repeat left center;
	padding-left:18px;
	font-size:1.5em;
	margin-bottom:10px;
}
#pageNum{margin-top:10px;}
#form{
	float:left;
	padding:1em;
}
#form label {display:block;}
#form #captchaLabel{float:none; width:auto;}
#form input, #form textarea{
	margin-bottom:10px;
	width:250px;
	background-color:#EBEAE7;
	border-width:1px;
	color:#1f3660;
}
#form textarea{height:150px;}
#captchaID{
	float:left;
	width:120px !important;
	height:30px;
	font-size:20px;
	margin:0 !important;
}
#captcha_img{float:left;}
#captcha_arrow{
	float:left;
	width:19px;
	height:30px;
	margin: 0px 2px 0px 2px;
	border:none !important;
}
small{
	display:block;
	margin-top:10px;
}
#submitBtn{margin-top:5px;}
#response {
	position:relative;
	padding:0.5em;
	margin:10px 0px 0px 10px;
	width:250px;
	overflow:auto;
}
.ajax-loading {
	background: url(../img/ajax_loading.gif) no-repeat center;
	height:32px;
}
#guestbookReturn{
	background:url(../img/comments.png) no-repeat left center;
	padding-left:18px;
	font-size:1.5em;
}
/*_________________________ Slimbox */
#lbOverlay{
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer{
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading{background: #fff url(../img/loading.gif) no-repeat center;}
#lbImage{
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink{
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink{left: 0; background-color:transparent;}
#lbPrevLink:hover{background: transparent url(../img/prevlabel.gif) no-repeat 0% 15%;}
#lbNextLink{right: 0; background-color:transparent;}
#lbNextLink:hover{background: transparent url(../img/nextlabel.gif) no-repeat 100% 15%;}
#lbBottom{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink{
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../img/closelabel.gif) no-repeat center;
	margin: 5px 0;
}
#lbCaption, #lbNumber{margin-right: 71px;}
#lbCaption{font-weight: bold;}