/* 
Theme Name: LinguaSite
 */

html, body {
	margin:0px; 
	padding:0px; 
	border:0;
	
}
body {
	height:100%;
	background:#eee url(images/bg.jpg) no-repeat center; 
	font-family:'Trebuchet MS', Trebuchet, sans-serif;
	font-size:13px;	
}

#base {
	border:1px solid #7E7E7E;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

#header {
	height:146px;
	background:url(images/header.png);
	position:relative;
}
#footer {
	height:36px;
	background:url(images/bg_footer.png);	
	font-size:11px;	
	color:#400;
	letter-spacing:1px;
}
#footertext {
	padding:14px;
}
 
#container {
	position:relative;
	display:block;
	overflow:visible;
	background: #fff url(images/bg_navbar.png) repeat-y 578px;	

}
#contentwrap {
	background: url(images/bg_navbar_top.png) no-repeat 578px -1px;
}

#left {
	float:right; 
	position:relative; 
	width:225px; 	
	display:inline;
	white-space:normal;
	overflow:hidden;
}
#right {
	float:right; 
	position:relative; 
	width:197px; 	
	display:inline;
}
 
#content {
	width:578px;	
	min-height:300px;
}
.pagecontent a {
	color:#000044;
	text-decoration:none;
}
.pagecontent a:hover {
	text-decoration:underline;
}
ul {
	list-style:none;
	margin:0;
	padding:0;
}
.pagecontent {
	padding:14px;
}
#pagenavi {
	position:absolute;
	bottom:6px;
	font: bold 14px "Courier New", Courier, mono;	
}
.hnav {
	padding: 2px 18px 2px 18px;
	border-right: 1px solid #666;
	border-left: 1px solid #ccc;
	margin-right:1px;	
	
}
#pagenavi a:hover {
	text-decoration:underline;
}
#pagenavi a {
	color:#000;
	text-decoration:none;
}
.active {
	color:#f00;
}


#metabuttons {
	position:relative;
	border:0;	
	height:20px;
}

#loginbox, #searchbox {	
	display:block;	
	overflow:hidden;
	height:0;
}
#loginform, #searchform {
	border:2px solid #aaa;
	margin-left:1px;
	margin-right:1px;
	background:#eee url(images/bg_close.png) repeat-x;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.metapane {
	position:absolute;
	top:19px;
	left:0px;
	z-index:10;
	width:100%;		
	overflow:visible;		
}
.metapane form {
	padding:14px;
}
.metapane input {
	margin-left:14px;
	margin-bottom:10px;
	border:1px solid #aaa;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	width:140px;
}
.handle {
	display:block;	
	padding:0;
	border:0;
	position:relative;
	width:53px;
	height:6px;		
	margin-bottom:-10px;		
}
.close {
	display:block;
	text-align:right;
	margin:3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
.close img {
	border:0;
}
.close a:hover img {
	background:#eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
#redbuttons a {
	position:relative;
	z-index:20;
	display:block;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	background:#900;
	text-decoration:none;
	border:1px solid #fff;
	border-right:0;
	width:97px;
	text-align:center;
	height:18px;
}

.clear {clear:both;height:1px;overflow:hidden;}