/*	
	Copyright (c) 2007 BasisEins. GbR
	MINEWORKS Filmproduktionen
	Stand 11/2007
	$Revision: 0.1.0.0 $
*/

html {
	font: 8.5pt/1.6em Arial, sans-serif;
	/* font: .71em/1.6em Arial, sans-serif; */
}

body {
	background-color: #000000;
	color: #869EB2;
	padding: 0;
	margin: 0;
	/* font: .7171em/1.6em Arial, sans-serif; */
	background-image: url(/resources/images/site_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/* reset formats */
:link,:visited {
	text-decoration: none;
}

ul,ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,hr,fieldset,input {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 .7em 0;
}

a img,:link img,:visited img {
	border: none;
}

address {
	font-style: normal;
}

a {
	color: #869EB2;
	text-decoration: none;
}

a:hover {
	color: #869EB2;
	text-decoration: underline;
}

a.link-nav {
	color: #8e5e2d;
	text-decoration: none;
}

a.link-nav:hover {
	color: #8e5e2d;
	text-decoration: underline;
}

h1 {
	font-size: 150%;
	margin-bottom: .46em;
	margin: 0 0 .46em 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #869EB2;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 100%;
}

.tag-cloud {
	font-size: 120%;
}

.tag-cloud li {
	display: inline;
	float: left;
	margin: 0 .4em .4em 0;
}

.sorting-box {
	float: left;
	width: 100%;
	margin: 1em 0;
}

	.sorting-box .col-left {
		float: left;
		width: 66%;
		padding: .5em;
	}
	
	.sorting-box .col-right {
		float: right;
		width: 30%;
	}
	
	.sorting-box .col-right img {
		float: right;
	}
	
	.sorting-box .pager-box {
		float: right;
		width: 100%;
		text-align: right;
		margin: .1em 0 0 0;
	}
	
		.pager-box a.active {
			float: left;
			font-weight: bold;
			background-color: #000000;
			margin: 0 .1em;
			border: 1px solid #869EB2;
			color: #869EB2;
		}
		
		.pager-box a {
			float: left;
			padding: 0 .3em;
			margin: 0 .2em;
			border: 1px solid #000000;
			color: #8e5e2d;
		}
		
		.pager-box a.image {
			float: left;
			padding: 0;
			margin: 0;
		}
	
	ul.pager {
		float: right;
		display: inline;
		width: auto;
		clear: both;
	}
	
	ul.pager li {
		display: inline;
	}
	
	ul.pager li span {
		padding-right: .43em;
	}
	
	.pager-info {
		clear: both;
		float: right;
		text-align: right;
		width: 15em;
		font-size: 95%;
		margin: .6em 0 2em 0;
		line-height: 1.5em;
	}

/* layout definition */

.site-container {
	width: 1055px;
	margin: 0 149px;
}

.site-container #header-container {
	float: left;
	width: 100%;
	height: 78px;
	overflow: hidden;
}

	#header-container ul.header-nav {
		float: left;
		width: 100%;
		height: 25px;
		color: #FFFFFF;
		list-style: none;
		overflow: hidden;
	}

.blog-layout #content-container #main-nav {
	position: relative;
	top: 2px;
	left: 73px; 
	float: left;
	list-style: none;
	width: 695px;
}

.gallery-layout #content-container #main-nav {
	position: relative;
	top: 2px;
	left: 73px; 
	float: left;
	list-style: none;
	width: 904px;
	background-image: url(/resources/images/blog_nav_bg.png);
	background-repeat: repeat-x;
	background-position: top left;
}

	#main-nav li {
		float: left;
		width: auto;
	}

.site-container #content-container {
	float: left;
	width: 100%;
	margin: 0 0 0 2px;
	clear: both;
}
	
	#content-container .inner-container {
		position: relative;
		top: 20px;
		left: 100px;
		float: left;
		margin: 0;
		width: 80%;
		line-height: 1.4em;
	}
			
		.inner-container .inner-col-right {
			float: right;
			width: 285px;
			margin: 0;
			position: relative;
			top: 50px;
			right: 56px;
		}

.site-container.blog-layout #content-container {
		float: left;
		width: 100%;
		margin: 0 0 0 2px;
		background-image: url(/resources/images/blog_bg.jpg);
		background-repeat: no-repeat;
		background-position: 73px 27px;
	}
	
.site-container.gallery-layout #content-container {
		float: left;
		width: 100%;
		margin: 0 0 0 2px;
		background-image: url(/resources/images/gallery_bg.png);
		background-repeat: no-repeat;
		background-position: 73px 27px;
	}
	
	.blog-layout #content-container .inner-container .inner-col-left {
		float: left;
		width: 640px;
	}
	
	.blog-layout #content-container .inner-container .inner-col-right {
		float: right;
		width: 160px;
		margin: 0;
		position: relative;
		top: 0;
		right: 0;
	}
	

.content-box {
	z-index: 0;
	float: left;
	width: 90%;
	min-height: 100px;
	margin: 0;
	position: relative;
	top: 1.4em;
	left: 0;
}

.blog-layout .content-box {
	position: relative;
	top: 0;
	z-index: 0;
	float: left;
	width: 586px;
	min-height: 100px;
	margin: 16px 0 0 26px;
	margin: 0;
	top: 16px;
	left: 26px;
}

.posts-preview {
	height: 400px;
}


.entry-box {
	float: left;
	width: 280px;
	margin: 10px 0 0 0;
	position: relative;
	left: 10px;
	padding: 0 0 8px 0;
	border-bottom: 1px dotted #8e5e2d;
	/* background-color: #235648; */
}

.blog-layout .entry-box {
	width: 100%;
	margin: 16px 0 0 0;
	position: relative;
	left: 0;
}

	.entry-box h3 {
		font-size: 10pt;
	}
	
	.entry-box h6 {
		font-size: 7pt;
	}
	
	.entry-box .entry-content {
		float: left;
		width: 100%;
		margin: 5px 0 0 0;
	}
	
	.entry-box .image-container, .entry-box .image-container.left  {
		float: left;
		width: 160px;
		width: 240px;
		margin: 4px 16px 0 0;
		overflow: hidden;
		/* background-color: #123456; */
	}
	
	.entry-box .image-container.right {
		float: right;
	}
	
	.entry-box .entry-content .image-box {
		float: left;
		width: auto;
	}
	
	.entry-box .entry-content .image-box a {
		float: left;
	}
	
	.entry-box .entry-content .entry-text {
		width: 270px;
		float: left;
	}
	
	.blog-layout .entry-box .entry-content .entry-text {
		width: 300px;
		float: left;
	}
	
	.entry-box .tag-box {
		width: 100%;
		float: left;
		clear: both;
		margin-top: 8px;
		color: #8e5e2d;
	}

	.entry-box .entry-content .video-container { 
		float: left;
		width: auto;
		background-color: #000000;
		height: auto;
	}
		
	.entry-box .entry-content .video-container .video-box {
		float: left;
		width: auto;
	}
	
	.entry-box .entry-content .video-container .video-box p, .image-box p {
		float: left;
		width: auto;
		font-style: italic;
		font-size: 95%;
	}
	
	.entry-box .entry-content .comment-box {
		width: 100%;
		float: left;
		clear: both;
		margin-top: 8px;
	}
	
		.comment-box h5 {
			background-color: #404e5a;
		}		
	
/* start page */	

.btn-visit-blog {
	float: left;
	margin: 25px 0 10px 0;
	position: relative;
	left: 10px;
}

.btn-visit-gallery, .btn-visit-videos {
	float: left;
	position: relative;
	left: 10px;
}

.categories-box, .sponsor-box {
	float: right;
	width: 95%;
	clear: both;
	margin: 16px 0 0 0;
	padding: .8em;	

}

.categories-box h2 {
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
	font-size: 120%;
	border-bottom: 1px solid #869EB2;
}

.search-controls {
	float: right;
	width: 95%;
	clear: both;
	margin: 16px 0 0 0;
	padding: .8em;
}

.search-controls input {
	border: 1px solid #869EB2;
	background-color: #404e5a;
	color: #869EB2;
	margin: 5px 0 0 0;
}

.search-controls input.input-text {
	background-color: #FFFFFF;
}

.sponsor-box h2 {
	border-bottom: none;
}

#footer-container {
	float: left;
	width: 100%;
	text-align: center;
	color: #8e5e2d;
	margin-top: 80px;
}

/* Form styles */


form .pagenav-box input {
	float: left;
	margin: 0 1em 1em 0;
}

fieldset {
	display: block;
	padding: .86em;
	border: 1px solid #828282;
	margin-bottom: .86em;
}

fieldset legend {
	padding: 0 .46em;
	color: #003399;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 95%;
	font-weight: bold;
}

.form-row {
	float: left;
	width: 37.3em;
	height: auto;
	margin: 0 0 1em 0;
	overflow: hidden;
	clear: both;
}

.x-details .form-row {
	width: 100%;
}

.x-details .form-row {
	margin: 0 0 .6em 0;
}

.form-row label, .field-name {
	float: left;
	width: 9.6em;
	color: #EFEFEF;
	padding: 0;
	font-size: 98%;
	font-weight: bold;
	white-space: nowrap;
}

label span, .field-explanation {
	float: left;
	font-weight: normal;
	line-height: 1.4em;
	color: #EFEFEF;
	clear: both;
	width: 100%;
}

.x-details-info label {
	width: 40%;
}

.onecolumn label, #minimallayout .onecolumn label {
	clear: both;
	width: auto;
}

.field {
	float: left;
	color: rgb(0, 0, 0);
	font-size: 100%;
	padding: 1px 0 0 0;
	width: 69%;
}

.field input, .field textarea, .field select {
	width: 99%;
    padding: 1px 0 1px 3px;
    background: #fff url(/css/ext/resources/images/default/form/text-bg.gif) repeat-x 0 0;
    border: 1px solid #B5B8C8;
}

.field select {
	width: 101%;
}

.field textarea {
	display: block;
	width: 97%;
	float: left;
	color: rgb(0, 0, 0);
	font-size: 100%;
	padding: 3px 5px 1px 5px;
	margin: 0 0 1em 0;
	clear: both;
}


.field select {
	
}

.field-error-text {
	float: left;
	color: #EE0000;
	font-style: italic;
	clear: both;
	width: 100%;
}

.type-checkbox .field {
	width: 2em;
	margin: 0;
	padding: 0;
}

.type-checkbox .field-name {
	width: 33%;
}

.type-checkbox .field input {
	float: left;
	height: 1.6em;
	margin: .15em 0 0 0;
	padding: 0;
	border: none;
	background-color: transparent;
}

.field-error .field input, .field-error .field .xresizable-wrap textarea {
	border-bottom: .3em solid #EE0000;
}

.x-details-info .field {
	display: block;
	width: 52%;
	background-color: #F8F8FA;
	padding: 0.2em;
}

.onecolumn .field, label.onecolumn,  #minimallayout .onecolumn .field {
	width: 99%;
	margin-right: 0;
	clear: both;
}

.x-details-info .onecolumn .field {
	width: 94%;
}
