/*
Theme Name: 960bc
Theme URI: http://www.guardianwebdesign.com.au/960bc
Description: A blank canvas WordPress theme for developers based on the 960 CSS framework.
Version: 1.0
Author: Troy Dean
Author URI: http://www.guardianwebdesign.com.au/
Tags: 960, fixed width, widgets, minimal styling

	960bc v1.0
	http://www.guardianwebdesign.com.au/960bc

	This theme was designed and built by Troy Dean
	as a starting point for WordPress developers who
	like the 960 grid system.
	http://www.960.gs
	The theme includes no images and minimal styling,
	providing a blank canvas for the designer to unleash
	her css magic.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* for ease of updating into the future we use separate style sheets for colours and typography */

/*@import url(colours.css);
@import url(typography.css);*/

/* Begin Structure */

body {
		width: 100%;
		margin: 0;
		padding: 0;
		}

#page
{
	margin: 0;
	padding: 0;
	
	z-index:1;
}

div .wp-caption,
.icsCalendarBody {display:none;} /* Bilder und Kalender ausgeschaltet */

#header {
	height: 120px;
	width: 100%;
	padding: 0;
	margin: 0;
	z-index:3;
	}

#headerimg
{
	margin: 50px 0 0 30px;
	float:left;
	padding:0;
}


#content,
#sidebar
{
	margin-top: 130px;
	padding-top:50px;
	/*background-image: url(assets/horiz-raster.png);
	background-repeat: repeat;
	background-position: left 0px;*/
}

#sidebar
{
		text-align: left;
		padding-top: 340px;
		padding-bottom: 25px;
		display:none; /* sidebar ausgeschaltet */
		}
		


#footer
{
	margin: 40px 0 0 0;
	padding: 0px 0 15px 0;
}	

.post {
		margin: 0 0 40px;
		}

.postmetadata {
		margin: 30px 0;
		}

.smallattachment {
		float: left;
		width: 128px;
		margin: 5px 5px 5px 0px;
		}

.attachment {
		margin: 5px 0px;
		}

.postmetadata {
		clear: both;
		}

/* End Structure */

/* Begin Images */
p img {
		padding: 0;
		max-width: 100%;
		}

img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
		}

img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
		}

.alignright {
		float: right;
		}

.alignleft {
		float: left;
		}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
		margin-left: 0px;
		padding: 0 0 0 30px;
		list-style: none;
		padding-left: 10px;
		text-indent: -10px;
		}

html>body .entry li {
		margin: 7px 0 8px 10px;
		}

/* macht >> vor die links

.entry ul li:before, #sidebar ul ul li:before {
		content: "\00BB \0020";
		}
		
*/

.entry ol {
		padding: 0 0 0 35px;
		margin: 0;
		}

.entry ol li {
		margin: 0;
		padding: 0;
		}

.postmetadata ul, .postmetadata li {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		}

/* End Entry Lists */

/* Begin Form Elements */
#searchform {
		margin: 10px auto;
		padding: 5px 3px;
		text-align: left;
		}

#sidebar #searchform #s {
		width: 108px;
		padding: 2px;
		}

#sidebar #searchsubmit {
		padding: 1px;
		}

.entry form { /* This is mainly for password protected posts, makes them look better. */
		text-align:center;
		}

select {
		width: 130px;
		}

#commentform input {
		width: 170px;
		padding: 2px;
		margin: 5px 5px 1px 0;
		}

#commentform {
		margin: 5px 10px 0 0;
		}

#commentform textarea {
		width: 100%;
		padding: 2px;
		}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
		}

#commentform #submit {
		margin: 0 0 5px auto;
		float: right;
		}

/* End Form Elements */

/* Begin Comments*/

.alt {
		margin: 0;
		padding: 10px;
		}

.commentlist {
		padding: 0;
		text-align: justify;
		}

.commentlist li {
		margin: 15px 0 10px;
		padding: 5px 5px 10px 10px;
		list-style: none;
		}

.commentlist li .avatar { 
		float: right;
		padding: 2px;
		}

.commentlist li ul li { 
		margin-right: -5px;
		margin-left: 10px;
		}

.commentlist p {
		margin: 10px 5px 10px 0;
		}

.children {
		padding: 0;
		}

#commentform p {
		margin: 5px 0;
		}

.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
		}

.commentmetadata {
		margin: 0;
		display: block;
		}

/* End Comments */

/* Begin Calendar */
#wp-calendar {
		empty-cells: show;
		margin: 10px auto 0;
		width: 155px;
		}

#wp-calendar #next a {
		padding-right: 10px;
		text-align: right;
		}

#wp-calendar #prev a {
		padding-left: 10px;
		text-align: left;
		}

#wp-calendar a {
		display: block;
		}

#wp-calendar caption {
		text-align: center;
		width: 100%;
		}

#wp-calendar td {
		padding: 3px 0;
		text-align: center;
		}

/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
		cursor: help;
		}

blockquote {
		margin: 15px 30px 0 10px;
		padding-left: 20px;
		}

blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

.center {
		text-align: center;
		}

.hidden {
		display: none;
		}

hr {
		display: none;
		}

.navigationTop {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 30px;
		}

.navigationBottom {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		}

/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

.wp-caption
{
	padding: 20px 10px 20px 20px;
	background-image: url(assets/bg-images.png);
	background-repeat: repeat;
	margin: -2px 0 34px 0;
	display: block;
}

.wp-caption img {
		margin: 0;
		padding: 0;
		}

.wp-caption p.wp-caption-text {
		display:none;
		}

/* End captions */


/* Plugins */
/* qtranslate */

#qtranslate-language-chooser
{position:fixed;
z-index:4;
top:0px;
/*background-color: aqua;*/
height:15px;
width: 300px;
display: block;margin:0;padding:0;}

.qtrans_language_chooser
{
	display: block;
	padding: 0 10px 0 0px;
	float: right;
	top:-13px;
	position:relative;
}
.qtrans_language_chooser li {float:left;list-style:none;padding: 0 10px 0 10px;font-size: 11px;}
.qtrans_language_chooser a
{
	text-decoration: none;
	color: #626262;
}

.qtrans_language_chooser a:hover
{
	text-decoration: none;
	color: #FFF;
}

.qtrans_language_chooser li a{cursor:hand;}

/* widget_text */
.widget_text{margin:0 0 0 0;}
.textwidget
{
	margin: 0.9em 0px 0em 0px;
}
.textwidget ol{list-style-type:decimal;margin:0 20px 0 20px;}

.links li {border-bottom:#FFF 1px solid;padding: 6px 0 17px 0;margin:0 20px 0 20px;}

.grid_5
{
	/*background-color: aqua;*/
}

.grid_7
{
	/*background-color: gray;*/
}



/*----------------------------------------------------------------------------- 
Navigation
-----------------------------------------------------------------------------*/

.Nav
{
	float: right;
}

.Nav ul
{
	margin: 28px -3px 0  0px;
	/*float: left;
	width: 675px;  contribute */
	float: right;
	/*background-color: red;*/
}

.Nav ul li 
{
	display: inline;
	list-style-type: none;
	float: left;
	padding: 0;
	margin: 0;
}

/*
* +html .Nav a,
* +html .Nav .aktiv
{height:20px;}
*/

.Nav a
{
	color:#D9AB6D;
	
	font-size: 13px;
	
}



.Nav a:hover
{
	
}
	
/*.Nav .aktiv
{
	color:#D9AB6D;
	padding: 30px 12px 30px 10px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	border-bottom: 0;
	background-color: inherit;
	
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	background-image: url(assets/menue-schatten-rechts.png);
	background-repeat: no-repeat;
	color: #FFF;
	background-image: url(assets/menue-schatten-rechts.png);
	background-repeat: no-repeat;
	background-position: right -78px;
}*/

/*-------------------------------*/



ul.sdmenu li a
{
	padding: 30px 12px 30px 10px;
	
	font-size: 13px;
	
/*
ul.sdmenu li.aktiv a:hover{
	color:#D9AB6D;
}*/

/*ul.sdmenu li.inaktiv a{
	color:#D9AB6D;
}*/


/*----------------------------------------------------------------------------- 
LAYOUT
-----------------------------------------------------------------------------*/

/*#ID-1
{
	background-image: url(assets/menue-schatten-rechts.png);
	background-repeat: no-repeat;
	background-position: right -78px;
}*/




/*----------------------------------------------------------------------------*/

/* abstand check-in */
.abstand

{
	margin: -232px 0 0px 0;
	padding: 0 0 3px 0;
	height: 205px;
	width: 1px;
	display: block;
	position: relative;
	z-index: 4;
	visibility: hidden;
}
/* ende abstand check-in */


/* abstaende expose lage shopping */
h3
{
	position: relative;
	z-index: 1;
}
h3 a
{
	margin: -204px 0 0px 0;
	padding: 0 0 3px 0;
	height: 177px; /*height: 205px; -28px fuer h3 */
	width: 10px;
	display: block;
	position: relative;
	z-index: 4;
	visibility: hidden;
}
/* ende abstaende expose lage shopping */
