/*
Theme Name: widescreen
Theme URI: http://www.dexflu.eu
Description: Dexflu blog theme, we made it widescreen :)
Version: 0.1
Author: Dexflu.eu
Author URI: http://www.dexflu.eu
Tags: widescreen, custom header, fixed width, two columns, widgets



dexflu colors
blau #4089F2 
ganz helles blau #71a9ed navi
rotlila #F7257E
info orangebox bg #ffb502
info dark orange text #ff8b02
gruen: 83c572

*/



/* Begin Typography & Colors */
body {
	font-size: 68.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fff url('http://www.dexflu.eu/shop/images/bg-guestlist.png') no-repeat;
	color: #494949;
	text-align: center;
	}

#page {
	background-color: #fff;
	text-align: left;
	}


#header {
	background: #f00 url('') no-repeat bottom center;
	margin: 0;
	padding: 0;
	} 

#headerimg 	{
	margin: 0;
	height: 1; /* this must be 1 so there is not much ie6 space in header*/
	text-indent: 0px; /* nichts - ausgefuellt google loves us*/
	}

#content {
	font-size: 1.2em;
	margin: 0;
	background-color: #fff;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	width: 505px;
	background-color: #fff;
	}

.widecolumn {
	line-height: 1.6em;
	}


small {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 0.7em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: helvetica,'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: left;
	}

/* main ueberschriften big */

h2.pagetitle {
	font-size: 1.6em;
	}

/* ueberschrift sidebar */
#sidebar h2 {
		font-family: Helvetica, Verdana, arial, Sans-Serif;
		font-size: 2.0em;
}

h3 {
	font-size: 1.2em;
	
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #fff;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #494949;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	
	}

.entry p a:visited {
	color: #4089F2;
	}
.entry p a:hover {
		color: #fff;
		}
.commentlist li, #commentform input, #commentform textarea {
	font: 1.0em 'Helvetica', Verdana, Arial, Sans-Serif;
	}
		
#commentform input, #commentform textarea {
		font: 1.2em Helvetica, Verdana, Arial, Sans-Serif;
		font-weight: bold;
		}
		
.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.0em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.0em;
	text-transform: none;

	}

#commentform p {
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	
	}
#sidebar {
	font: 1em Helvetica, Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #494949;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* ueberschriften gross hovers */
a, h2 a:hover, h3 a:hover {
	color: #fff;
	text-decoration: none;
	}
	
a, h3 a:hover {
		color: #06c;
		text-decoration: none;
		}

a:hover {
	color: #fff;
	background-color: #4089F2; /* dexflu blau */
	text-decoration: none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	}

#page {
	background-color: #fff;
	padding: 0;
	width: 932px;
	margin-right: auto;
	margin-left: auto;
	}
/* dexflu main navigation is inside the header
------------------------------------------------ */
#header { 
	background-color: #fff;
	margin: 0;
	padding: 0;
	height: 132px; /*bring down my beauty bottom line 80 for shop high*/
	width: 932px; /*with until bg starts on the right*/
	/* border-bottom: 1px solid #ccc; line not needet bec of h2 line*/
	}
/* datum und titel drinnen auf index und single.php */
.narrowcolumn {
	float: left;
	padding: 0 0 6px 0px;
	margin: 0px;
	width: 630px;
	background-color: #fff;
	}
	
/*post is important for main width in index single and other*/
.post {
	width: 700px; 
	margin: 0;
	padding: 0;
	text-align: justify;
	}
	
.datum {
	width: 130px;
	margin: 0 15px 0px 25px;
	padding: 0 0 0 0;
	text-align: justify;
	background-color: #fff;
	display: block;
	float: left;
	clear: right; 
	border-bottom: 1px solid #F7257E;
		}
		
/* trick: for small date font with an I inside so high for border botton is on same high than titel h2*/	
.invisibleh2 {
	margin: 0;
	padding: 0;
	display: inline;
	font: 'Lucida Grande', Verdana, Arial, Sans-Serif;
 	color: #fff; /* bg is fff so I font is invisible :) */
	border: none;
	}
		
.titel {
	width: 505px;
	margin: 0 25px 0 0;
	padding: 0;
	text-align: justify;
	background-color: #fff;
	display: block;
	float: right;
	clear: right; 
}
		
.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding: 5px 0 0 0;
	font-size: 10px;
	font-family: Arial,Verdana, Sans-Serif;
	display: none; /* categories deaktiv - not needet */
	background-color: #fff;
	}


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

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}
	
#footer {
		width: 932px;
		background: #fff url('') no-repeat top;
		border-top: 1px solid #ddd;
		clear: both;
		margin: 200px 0 0 0;
		padding: 0;
		}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 20px;
	margin: 0;
	border-bottom: 1px solid #ddd;
	}

h2 {
	margin: 0 0 8px 0;
	border-bottom: 1px solid #71a9ed; 
	font-size: 2.0em;
	}

h2.pagetitle {
	margin-top: 6px;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 6px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 15px 0 15px 0;
	}
/* End Headers */



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

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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 0px 10px;
	}

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

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

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

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

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	background-color: #fff;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 15px 0;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



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

#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:left;
	}

select {
	width: 130px;
	}

/* comment form schrifteingabe */
#commentform input {
	width: 499px;
	padding: 2px;
	margin: 5px 0 2px 0;
  font-family: 'Helvetica', Verdana, Arial, Sans-Serif;
	color: #494949;
	border: #ccc 1px solid;
	}

#commentform textarea {
	width: 495px; /* less than 505 for ie6 bug browser */
	padding: 2px;
	font-family: 'Helvetica', Verdana, Arial, Sans-Serif;
	color: #494949;
	border: #ccc 1px solid;
	}

#commentform #submit {
	margin: 0;
	float: left;
	border: none;
	}
/* End Form Elements */



/* Begin Comments
-----------------------------------------------------------------------------------------*/

.commentheadline {
	margin: 0px;
	padding: 6px 0 0px 0;
	display: block;
	border-bottom: 1px solid #ccc;
	font-family: helvetica,'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.2em;
	
	}

.commentlist {
	padding: 0px;
	margin: 0px;
	text-align: justify;
	width: 505px;
	}

.commentlist li {
	margin: 6px 0;
	padding: 6px 6px;
	list-style: none;
	}

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

#commentform p {
	margin: 6px 0;
	}

.nocomments {
	margin: 6px 0;
	padding: 6;
	}

.commentmetadata {
	margin: 0;
	padding: 0px;
	display: block;
	font-weight: normal;
	font-size: 12px;
	}
	
.commentdate {
		margin: 0;
		padding: 0px;
		display: block;
		font-weight: normal;
		font-size: 10px;
		}
		
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0px 0 20px 0;
	margin-left: 710px;
	width: 190px;
		background-color: #fff;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



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

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 0;
	padding: 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
/* forward backword post navigation on index*/
.navigation {
	display: block;
	width: 840px;
	margin: 15px 15px 15px 30px;
	margin-bottom: 0px;
	clear: both;
	}
/* forward backword post navigation on single page*/
.navigation1 {
		display: block;
		width: 500px;
		margin: 0px;
		margin-bottom: 0px;
		}

	
/* End Various Tags & Classes*/
