@charset "utf-8";

.frame  {
	padding: 8px;
	background-color:#eee;
	border: 1px solid #888888;
}

.clearfloat {
	clear:both;
}
.floatright {
	float: right;
}
.hideme {
	display:none;
}
.wide {
		width: 100%;	
	}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

input.button {
	background-color: #e5fc65;	
}

h2.subheading {
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: black;
	margin-bottom: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:400;
	letter-spacing: 2px;
	text-transform:uppercase;
	color: #eeeeee;
	text-align:center;
}


a.admincontrol {
	text-decoration:none;
	background-color: black;
	color: #eeeeee;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 15px;
	font-weight:600;
}

	a:hover.admincontrol {
		color: #e5fc65;
	}






div.page {
	margin-left: 20px;	
}





div.articlemenu {
		
	}
	.articlemenu ul {
		background-color:black;
		text-align:center;
		margin: 0 auto;
	}
		
		.articlemenu li {
				font-family:Tahoma, Geneva, sans-serif;
				line-height: 25px;
				display: inline;
				list-style: none;
				color: #eeeeee;
				font-size:14px;
				margin-left: 5px;
				margin-right: 5px;
				text-transform:uppercase;
				padding-top: 3px;
				padding-bottom: 3px;
			}
		
		.articlemenu ul li a {
			color: #eeeeee;
			text-decoration: none;
		}
		.articlemenu ul li a.current {
			color: #e5fc65;
		}
		
		.articlemenu li a:hover {
			color: #e5fc65;
		}
		








div.input_field {
		padding: 10px;
		color: #444444;
		margin-top: 10px;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		background-color:#eeeeee;
		border: 1px solid #444444;
		margin-bottom: 20px;
	}
	
	div.input_field span {
		display: block;
		font-size:smaller;
		color: gray;
		margin-bottom: 10px;
	}
	
	div.input_field hr {
		width: 80%;
		background-color:#444444;
	}
	
	div.input_field input, select, textarea {
		background-color: white;
		border: 1px solid #888888;
	}

.input_field table {
		margin-left:auto;
		margin-right:auto;
	}
	.input_field td {
		vertical-align:top;
		padding-top: 5px;
	}
	.input_field input, textarea {
		padding: 3px;	
		margin-top: 0px;
	}






div.box {
		min-height:50px;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		width: 60%;
		font-weight:bold;
		padding: 5px;
	}		
		div.box img {
			float: left;
			margin-top: 5px;
			margin-bottom: 15px;
		}
		div.box p {
			margin-left: 50px;
			margin-top: 10px;
		}
		div.box span {
			clear:both;
		}	
		
	div.complete {
		background-color:#D2FFD2;
		border-bottom: 2px solid #090;
		border-top: 2px solid #090;
	}
	div.question {
		background-color:#FFFFD5;
		border-bottom: 2px solid #CC0;
		border-top: 2px solid #CC0;
	}
	div.error {
		background-color:#FFF0F0;
		border-bottom: 2px solid #900;
		border-top: 2px solid #900;
	}
	div.info {
		background-color: #CAE4FF;
		border-bottom: 2px solid #009;
		border-top: 2px solid #009;
	}
	











div.gallery {
	float:left;
	vertical-align:top;
	padding: 10px;
	margin: 10px;
	background-color:#eeeeee;
	width: 200px;
	border: 1px solid #888888;
}
	div.gallery img {
		border: 1px solid #888888;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		display:block;
	}
	div.gallery h3 {
		text-align:center;
		display: block;
		font-size: 1em;
		margin-left: auto;
		margin-right:auto;
		margin-bottom: 10px;
	}
	div.gallery p {
			
	}


div.videonail {
	width: 300px;
	height: 250px;
	float: left;
	vertical-align:top;
	padding: 10px;
	margin: 5px;
}
	.videonail h4 {
		margin-bottom: 5px;
	}




div.thumbnail {
	float: left;
	vertical-align:top;
	padding: 10px;
	margin: 5px;
	background-color:#eeeeee;
	border: 1px solid #888888;
	width: 170px;
}
	div.thumbnail img {
		border: 1px solid #888888;
		margin-left: auto;
		margin-right: auto;
		display:block;
	}
	div.thumbnail p {
			
	}



div.adheading {
	width: 90%;
	background-color:#eeeeee;
	border: 1px solid #444444;
	padding: 5px;
	font-size:14px;
	font-weight:bold;
	margin-bottom: 10px;
	color: #444444;
}
	div.adheading span {
		float: right;
		font-weight: bold;
		color: #888888;
	}
	
div.adbox {
	width: 90%;
	background-color:#eeeeee;
	border: 1px solid #444444;
	padding: 5px;
	margin-bottom: 10px;
}
	div.adbox h3 {
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 1px;
	}
	div.adbox img.picurl {
		width: 250px;
		float: right;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 10px;
	}
	div.adbox div.edit {
		width: 200px;
	}
	div.adbox em {
		
	}
	div.adbox span {
		font-size:smaller;
		color: #888888;
	}

.videobox {
		margin-bottom: 35px;
		background-color: #eeeeee;
		border: 1px solid #888888;
		padding: 5px;
	}
	.videobox p  {
		font-size: smaller;
	}


.cutebox {
		width:80%;
		margin-bottom: 35px;
		background-color: #eeeeee;
		padding: 5px;
		border: 1px solid #444444;
		margin-left: auto;
		margin-right: auto;
	}
			.cutebox span {
				float: right;
				border: 1px solid black;
			}
			.cutebox .cbtext {
				border-top: 1px solid silver;
				padding-top: 10px;
				margin-right: 20px;
				width: 80%;
			}
			.cutebox h5 {
				font-weight:normal;
				display:inline;
				margin-left: 10px;
				color: gray;
				font-size:smaller;
			}
			.cutebox h4 {
				font-weight:normal;
				display:inline;
				font-weight: bold;
			}
			.cutebox dl {
				
			}
			.cutebox dt {
				margin-right: 10px;
				line-height:15px;
				float: left;
				text-align:right;
				width: 100px;
				font-size:smaller;
				font-weight:normal;
				color:gray;
			}
			.cutebox dd {
				line-height: 15px;
			}
			.cutebox strong {
				width: 15%;
				font-size:smaller;
				font-weight:normal;
				color:gray;
			}
			.cutebox .cbfooter {
				border-top: 1px solid silver;
				width: 80%;
				margin-bottom: 0px;
				margin-top:0px;
				clear:both;
				color: gray;
				font-size:smaller;
			}













.videocontainer {
			margin-left: auto;
			margin-right: auto;
			text-align: center;
			background-repeat: no-repeat;
			background-position: center;
			display:block;
			
		}
		.youtubecontainer {
			margin-bottom: 10px;
			text-align:center;
		}
		.youtubecontainer p {
			text-align: center;	
		}











				
div.membersmall {
	width: 80%;
	height: 70px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	background-color:#eeeeee;
	padding: 10px;
	margin-bottom: 20px;
	overflow:hidden;
	
}
	div.membersmall h3 {
		display: inline;
		margin-bottom: 10px;
		padding-right: 5px;
		font-family:Tahoma, Geneva, sans-serif;
		font-size:16px;
		font-weight:600;
		color: #444444;
	}
	div.membersmall h4 {
		margin-bottom:10px;
		color: #888888;
		display:inline;
		font-weight:400;
		font-size: 12px;
		font-family:Tahoma, Geneva, sans-serif;
	}
	div.membersmall span {
		font-size:12px;
		color: #888888;
	}
	div.membersmall img {
		display:inline;
		float: left;
		margin-right: 10px;
		height: 60px;
	}
	div.membersmall h5 {
		position:absolute;
		right: 5px;
		top: 5px;
	}























