/* Written By KIK
Use and copy under GPL
*/
.wai { display: none; }
img {
	border: 0px;
}
a img {
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
html, body {
	padding: 0px;
	margin: 0px;
}
body {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
code {
	background-color: #FFF;
	border: dashed #999 2px;
	margin: 5px;
	display: block;
	white-space: pre;
	padding: 5px;
}
fieldset {
/*	background-color: #EEE;*/
/*	border: outset #999 1px;*/
	}
	fieldset legend {
/*		background-color: #CCC;*/
	}
a {
	color: #0011FF;
}
a:hover {
	color: #001155;
}

.clearing {
	clear: both;
}
.beautyHolder {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
/*	border: solid #999 1px;
	background-color: #FFF;
	margin-top: 0px;
*/}
.Header {
/*	padding: 0px;
	background: url(images/headbg.jpg) top right no-repeat;
	background-color: #000;
*/}


a.heading {
	font-size: 300%;
	margin: 0px;
	padding: 0px;
	color: #000;
}
.MainMenu {
/*	background-color: #999;
	padding: 0px 2px 0px 2px;*/
	}
	.MainMenu a {
/*		text-align: center;
 		display: block;
		float: left;
		width: 150px;
		color: #FFF;
		font: menu;
		border: solid #999 1px;
		border-top: none;
*/	}
	.MainMenu a:hover {
/*		color: #000;
		background-color: #CCC;
*/	}
	.MainMenu a.Current {
/*		background-color: #000;
		color: #A0A0A0;
*/		font-weight: bold;
/*		border: inset #999 1px;
		border-top: none;
*/	}

.SmallMenu {
	float: right;
	display: block;
	}
	.SmallMenu ul {
		padding: 0px;
		margin: 0px;
	}
	.SmallMenu ul li {
		float: left;
		list-style: none;
	}
	.SmallMenu ul li a {
		opacity: 0.5;
		background-color: #FFF;
		padding: 1px;
		display: block;
	}
	.SmallMenu ul li a .SMtext {
 		display: none;
	}
	.SmallMenu ul li a:hover {
		opacity: 1;
		width: 100px;
		text-align: center;
		text-decoration: none;
	}
	.SmallMenu ul li a .SMtext br {
		display: none;
 		clear: none;
	}
	.SmallMenu ul li a:hover .SMtext {
 		display: inline;
		width: 100px;
	}


.SubTitle {
        text-align: right;
        display: block;
        float: right;
	font-size: 90%;
	}
        .SubTitle i {
		font-size: 80%;
	}
    

.PageNavigation {
	padding: 5px 5px 5px 5px;
	margin: 5px;
/*	background-color: #EEE;
	border: outset #999 1px;*/
}

.Article {
	padding: 15px;
	margin: 5px;
	border: dashed black 1px;

/*	background-color: #EEE;
	border: outset #999 1px;
*/	}
	.ArticleText {
		text-align: justify;
		line-height: 18px;
		font-size: 15px;
/*		-moz-column-count: 2;
		-moz-column-gap: 10px;*/
	}
/*	.ArticleText:first-letter {
		display: block;
		font-size: 35px;
		float: left;
		font-weight: bold;
		text-shadow: #999 2px -2px;
		margin: 2px;
	}*/
	.ArticleTitle {
/*		background-color: #999;
		color: #FFF;
		padding: 1px;
		font-weight: bold;
*/
		font-size: 200%;
		font-weight: bold;
		color: #555;
	}
	.ArticleTitle a {
/*		color: #FFF;*/
	}
	.ArticleDate {
/*		color: #FFF;
		float: right;
		text-align: center;
*/	}
	.ArticleFoot {
		text-align: right;
		height: 15px;
		font-size: 12px;
	}

.CommentsForm {
/* 		width: 500px; */
        }
	.CommentsForm input {
		display: block;
	}
	.CommentsForm textarea, .CommentsForm input {
		width: 450px;
	}

.Comment {
	margin: 5px;
	border: outset #000 1px;
	}
	.CommentContent {
		margin-left: 155px;
		white-space: normal;
/*		background-color: #EEE;*/
		text-align: justify;
	}
	.CommentSide {
		float: left;
		width: 150px;
/*		background-color: #CCC;*/
	}
	.CommentTitle {
		font-weight: bold;
	}
	.CommentDate {
		font-style: oblique;
		font-size: 90%;
	}
	.CommentMail {
		font-style: oblique;
		font-size: 90%;
	}
.IndexBox {
/*	background-color: #EEE;
	color: #111;
*/
	text-align: justify;
	line-height: 18px;
	font-size: 15px;

	width: 80%;
	margin: auto;
	padding: 5px;
	border: dashed #000 1px;
	}
	.IndexWrapper {
		text-align: center;
	}
	.IndexSelfPhoto {
		margin: 3px;
	}
	.IndexFFBox {
		float: right;
		margin: 5px;
		width: 120px;
	}
	.IndexLeftBox {
		text-align: left;
		background-color: #FFF;
		border: dashed #000 1px;
/*		width: 150px;
*/		float: right;
		margin: 15px;
		padding: 5px;
		}
		.IndexLeftBox ul {
			margin: 0px;
			padding: 2px;
		}
		.IndexLeftBox li {
			list-style: none;
			margin-left: 0px;
		}
		.IndexLeftBox a {
			display: block;
		}

.GalleryBox {
	margin: 6px;
	padding: 3px;
/*	border: outset #999 1px;*/
	float: left;
	width: 200px;
	height: 160px;
	text-align: center;
	}
	.GalleryBoxDirectory {
		margin: 5px;
/*		background: url(/images/directory_bg.gif) no-repeat;*/
		border: dashed #000 1px;
		float: left;
		width: 200px;
		height: 126px;
		text-align: center;
		padding: 40px 3px 0px 3px;
	}

	.Image {
		float:left;
		background: url(images/shadowAlpha.png) no-repeat bottom right !important;
		background: url(images/shadow.gif) no-repeat bottom right;
		margin: 10px 0 0 10px !important;
		margin: 10px 0 0 5px;
		/*-moz-border-radius:5px;*/
	}
	.Image img {
		display: block;
		position: relative;
		background-color: transparent/*#fff*/;
		border: 1px solid #a9a9a9;
		margin: -6px 6px 6px -6px;
		padding: 4px;
		/*-moz-border-radius:5px;*/
	}

/**

	Propaganda bar

**/
.bannersBar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	text-align: center;
	padding: 2px;
	margin: 1px;
/*	border: solid #999 1px;*/
}



/**

	Admin Side

**/
.adminPanel {
	padding: 5px;
	margin: 5px;
	color: #111;
/* 	text-align: center; */
	}
	.adminPanel form {
/* 		margin: auto; */
		width: 100%;
	}
.adminBar {
	width: 33%;
	float: left;
}

.postPreview {
	padding: 5px;
	margin: 5px;
}
.w150 {
	display: block;
	float: left;
	width: 150px;
}
.AlignedImage {
	text-align: center;
	padding: 5px;
	margin: 5px;
	border: dashed #000 1px;
	margin-top: 0px;
}