
html, body { height:100%; padding:0; margin:0; }

body {
	font: normal 0.688em "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans Unicode", Verdana;
	color: #000;
	background: #fff top center repeat-y;
	}

#container {
	width: 780px;
	margin: 0 auto;
	}



/* top & navigation
-------------------------------------------------*/

#top {
	height: 0px;
	display:none;
	}
	
	#logotype  {
		position: absolute;
		width: 200px;
		height: 43px;
		margin: -57px 0 0 0px;
		cursor:pointer;
		background: #fff url('../layout/005/loggo_003.gif') top left no-repeat;
		display:none;
		}


#header {
	height: 180px;
	}


#nav {
	}

	.navigation ul { list-style: none; }

	.navigation li {
		margin: 8px 0px 8px 0px;
		padding: 0 10px;
		overflow: hidden;
		float: left;
		text-transform: uppercase;
		font-family: helvetica, arial, sans-serif;
		font-weight:bold;
		}
		
	.navigation a {
		text-decoration: none;
		font-weight: bold;
		color: #000;
		}
	.navigation a:hover {
		text-decoration:none;
		}

		.Lev1 {
			background: url('../layout/008/menu.gif') top left repeat-x;
			height: 31px;
			margin: 0 0 10px 0;
			}
			
		.Lev1 li { text-transform: uppercase; font-size: 1.1em; border-left: 1px solid #333;}
		.Lev1 li a { color: #fff; }
		.Lev1 li:hover, 
			.Lev1 li.hover {  }
		.Lev1 li a:hover { color: #00cfff; }
		.Lev1 li.focus {  }
		.Lev1 li.focus a {  color: #00cfff;}
		.Lev1 li:first-child { border:0; }
		.Lev1 li:first-child a { }
		
		.Lev1 li:hover .Lev2 { display:block; }
		
		

		
		.Lev2 {
			background: url('../layout/008/menu.gif') top left repeat-x;
			height: 31px;
			margin: 0;
			}
			
		.Lev1 li:hover .Lev2 { 
			 }
			
		.Lev2 li, .Lev1 li.focus .Lev2 li {
			border:0;
			text-transform: uppercase; font-size: 1.1em; border-left: 1px solid #333;
			}
		
		.Lev2 li a { color: #fff; }
		.Lev2 li:hover, 
			.Lev2 li.hover {  }
		.Lev2 li a:hover { color: #00cfff;  }
		.Lev2 li.focus {  }
		.Lev2 li.focus a { color: #fff; text-decoration: none;  }
		.Lev2 li.high {  }
		.Lev2 li.high a { color: #fff; }
		.Lev2 li:first-child {  }
		.Lev2 li:first-child a {  }
		.Lev2 li:hover .Lev3 { display:block; }

/* content & footer
-------------------------------------------------*/

#main {
	margin: 10px 0;
	background: top left repeat;
	}

	#content { padding: 10px 10px; width: 760px; }
	#sidebar-0 { display:hidden; float: right; } 

#content {

	}

#footer {
	font-size: 0.9em;
	line-height: 1.6em;
	margin: 3px 0 0 0;
	padding:0;
	color: #666;
	}





/* text markup
-------------------------------------------------*/
a {
	color: #00cfff;
	text-decoration: none;
	}
	
	a:hover {
		color: #00cfff;
		}


h1, h2, h3, h4, h5 {
	font-family: helvetica, arial, sans-serif;
	font-weight:bold;
	color: #00cfff;
	}

	h1 { font-size: 1.480em; margin: 0 0 10px 0; }
	h2 { font-size: 1.410em; margin: 0 0 8px 0; }
	h3 { font-size: 1.37em; margin: 0 0 6px 0; }
	h4 { font-size: 1.15em; margin: 0 0 4px 0; }
	h5 { font-size: 1.1em; margin: 0 0 3px 0; }
	
	h1 span, h2 span, h3 span, h4 span, h5 span {
		color: #999;
		font-size: 90%;
		font-weight: normal;
		}

		p, .p { padding: 0 0 10px 0px; }

			p.aboveHead, p.belowHead { font-size: 0.90em; color: #444; }

			p.aboveHead { padding: 6px 0 0px 0; }
			p.belowHead { padding: 2px; background: #323232; margin: -4px 0 8px 0;color:#00cfff;  }
			p.belowHead a { color:#fff; }
			
p.hi {
	font-size: 85%;
	padding:0;
	margin:0 0 6px 0;
	}



.mini { font-size: 80%; line-height: 10px; }
.small { font-size: 90%; }
.fade { color: #ccc; }




/* misc
-------------------------------------------------*/

img { 
	padding: 0;
	border: 0px solid #e9e9e9;
	}

.box {
	padding: 3px 4px;
	margin: 0 0 4px 0;
	background: #fafafa;
	border: 1px dashed #e1e1e1;
	}

.divider {
	display: block;
	margin: 6px 10px;
	border-top: 1px dashed #e1e1e1;
	}


	ul {
		margin: 0 0 0.4em 0;
		list-style: square inside;
		}
		ul li {
			color: #333;
			text-align: left;
			padding: 0.2em 0.4em 0.4em 1em;
			}


/* forms & inputs
-------------------------------------------------*/

form.form_general {
}

label {
	display:block;
	font-weight:normal;
	margin-bottom:3px;
}
.txt,
.radio,
.checkbox,
.select {
	margin:0 0 0.75em;
}
.txt input,
.txt textarea,
.txt select {
	border:1px solid #7f9db9;
	background: #fff;
	margin:0;
	padding:0.3em;
	width:61.5%;
	max-width:60%;
}
.txt input.txtError,
.txt textarea.txtError,
.txt select.txtError {
	background: #fffde9;
}
.txt input:focus,
.txt textarea:focus {background-color:#f9fdff;}
.txt textarea {
	height:10em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}
fieldset {
	padding:0.5em;
	margin:1em 0;
	border:1px solid #ccc;
}
legend {
	color:#000;
	font-size:0.94em;
}

.submitarea {
	padding:1% 40% 0 0;
	text-align:right;
}
.submitarea input {

}
.label-text-submit input {
	margin:0 0 0.75em;
}

.mandatory { color: #0202de; }
.form_ruler { font-size:0.90em; margin: 4px 0 10px 0; }

div.post_status
{
	background: #faffbd;
	border: 1px solid #cacaca;
	color: #000000;
	padding:0.75em;
	margin:0 0 0.75em;
	width:56%;
}


.postBox {
	margin: 0 0 15px 0;
	padding: 0 0px;
	}
	.postBox:first-child { border-top:0; }
	.postView { padding: 0; margin: 0 0 15px 0; }
	.isImage {  }
	
	.postImage { padding:0; margin:-8px 0 8px 0; width: 500px; } 

		
	h4 {
		padding: 4px 0px;
		margin:0 0 6px 0px;
		font-size: 1.3em;
		color: #00cfff;
		text-transform: uppercase;
		2background: url('../layout/008/h4_background.gif') 0 0 no-repeat;
		}
		
		.postBox h4 {
			padding: 2px 0px;
			font-size: 1.4em;
			text-transform: none;
			2background: url('../layout/008/h4_news.gif') 0 0 no-repeat;
			}
		
		.postBox h4 a { color: #00cfff; }
	
	
	.postBox .content { margin: 0; padding:0; }
	
		.postBox .content p { margin-left: 0px; }
		.postBox .content object { margin-left: 0px; }
		
		
	.postBox .postMediaList { margin: 0 0 8px 0; }
	
	.postBox .postMediaPhoto {
		overflow: hidden;
		display:block;
		float: left;
		margin: 3px 3px 0px 0px;
		width: 120px;
		height: 120px;
		border: 1px solid #000;
		}
		
		.archiveMedia {
			float: right;
		}
		.archiveMedia .postMediaPhoto {
			overflow: hidden;
			display:block;
			float: left;
			margin: 6px 6px 0px 0px;
			width: 30px;
			height: 30px;
			border: 1px solid #000;
			}
		
	.postBox .postMediaPhoto img { border:0; margin:0; padding: 0;  }
	
	.postBoxArchive { margin: 0 0 4px 0; }


	#hide2 { display: none; }
