/*  
Theme Name: Diaet Rezepte
Theme URI: http://www.2aw.de
Description: Template fuer blogs auf die-abnehm-Seite.de
Version: 1.0
Author: Berthold Zumbrink Art Webdesign
Author URI: http://www.2aw.de 

	
 */

body{
	font-size: 82.5%; /* Resets 1em to 10px */
	font-family		: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color				: #5C5461;
	background			: #E8E8E8;
	margin			: 0px 0px 0px 0px;
}

.clr {
	clear: both;
}

/* Layout fuer die eigentliche Seite */
#bodies {
	width					: 100%;
	text-align			: center;
	height				: 100%;
	margin				: 10px 0px 0px 10px;
	
}

#page {
	width					:	939px;
	text-align			:  left;
	background			: #fff;
}


#header {
	width					:	939px;
	height				:  316px;
}

#topbar {
	background: url(images/bg_topbar.gif) repeat-x;
	height				:  35px;
	text-align			: left;
}

#topbar h1{
	font-size			: 24px;
	text-align			: left;
	float					: left;
	margin	: 0px 10px 0px 10px;
}

#top {
	width: 939px;
	height: 246px;
	
}

#logo {
	background: #fff url(images/header.jpg) no-repeat;
	width: 200px;
	height: 246px;
	float: left;
}

#banner{
	width					: 739px;
	height				: 246px;
	float					:right;
}

#bannerAds{
	width: 728px;
	height: 90px;
	margin: 5px 0 5px 5px;
}		

#topbox{
	width					: 739px;
	
}

#topboxLeft {
	margin: 5px 0 5px 5px;
	border: 1px solid #E8E8E8;
	background : #FCFCFC;
	width: 360px;
	height: 136px;
	float: left;
}

#topboxRight {
	margin: 5px 5px 5px 0px;
	border: 1px solid #E8E8E8;
	background : #FCFCFC;
	width: 360px;
	height: 136px;
	float: right;
}	

#navbar {
	background				: #fff url(images/bg_bar.gif) repeat-x;
	height					:  35px;
	border-bottom-color	: #C7C7C7;
   border-bottom-style	: solid;
   border-bottom-width	: 1px;
	text-align				: right;
}


/* box fuer sidebar und content*/
#mainBox {
	background			: #fff url(images/bg_content.gif) repeat-x;
	width					:	939px;
	height				: 	100%;
	
	
}
#content {
	width					:	510px;
	float					:  left;
	margin				: 20px 10px 0px 10px;
	
}

#contentLeft {
	width					: 300px;
	float					: left;
	
}

#contentRight {
	width					: 200px;
	float					:right;
	
}
#sidebarRight {
	width					:	190px;
	float					:  left;
	margin				: 20px 0px 10px 0px;
} 
#sidebarLeft {
	width					:	190px;
	float					:  left;
	margin				: 20px 10px 0px 10px;
}

#footer {
	background			: #fff url(images/bg_footer.gif) repeat;
	width					:	939px;
	height				:  35px;
	text-align			:  right;
	font-size			:  0.7em;
}
#copyright {
	width					:	939px;
	height				:  35px;
	text-align			:  center;
	font-size			:  0.7em;
	background			: #E8E8E8;
}

/* WP Formate */
.entry p {
	font-size: 1.00em;
	}

.entry {
	line-height: 1.4em;
	}

.postmetadata {
	text-align: left;
	}
	
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
	
h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color					: #333366;  
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4 {
	font-size: 1.2em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
    
	}

h2 a, h3 a{
	color					: #0A79B6;  
 	text-decoration	: underline;
}

h2 a:hover, h3 a:hover, #wp-calendar caption, cite {
	text-decoration: none;
	color					: #0A79B6;
}
h2 a:visited, h3 a:visited {
	text-decoration: underline;
	color					: #0A79B6;
}

.entry p a:visited {
	color: #990000;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

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

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

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

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

code {
	font				: 1.1em 'Courier New', Courier, Fixed;
	background		: #FFFFB9;
	display			: block;
	padding			: 5px 5px 5px 5px;
	border			: 1px dotted #8A8A8A;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}
/* formate fuer Links */
a {
  color: #0A79B6;
	  }
a:link { 
	text-decoration		: underline;
}
a:visited { 
	color						:#0A79B6;
}

a:link:hover, 
a:visited:hover { 
	text-decoration		: none;
}
a:link:active, 
a:visited:active {
     color					: #0A79B6;
}

#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 */

.post, .entry{
	margin: 20px 5px 30px 0px;
}
.post hr {
	display: block;
	}

.postmetadata {
	padding-top: 5px;
	}

.postmetadata {
	margin: 30px 0;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

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

.postmetadata {
	clear: left;
	font-size		:0.7em;
	background     : #FBFBFB;
	color				: #000;
	height			: 40px;
	padding			: 5px 10px 5px 5px;
	border			: 1px dotted #A8ABA9;
}
.postmetadata a, .postmetadata a:link, .postmetadata a:hover, .postmetadata a:visited {
	color					: #444859;
	}
	
/* 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;
	}

img.teaserimg {
	padding			: 0;
	margin			: 0px 7px 2px 0px;
	float				:left;
}


.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. */



.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 */
#search {
	width					: 410px;
	height				: 35px;
	background-color	: #E1E1E1;
	padding-top			: 5px;
	
}
#searchform{
	
}

input#s{
   padding				: 2px;
	border				:solid 1px #cccccc;
	background-color	: #ffffff;
	margin-left			: 10px;
}

input#searchsubmit{
  color: #666666;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 2px solid #cccccc;
  width: auto;
  background: url(images/button_bg.jpg) repeat-x;
  padding: 0px 5px 0px 10px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
}

.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 textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

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

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

.commentlist p {
	margin: 10px 5px 10px 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;
	}

#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: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

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

small {
	font-size		: 0.7em;
	color				: #B7CCAC;
}
/* End Various Tags & Classes*/

#sidebar{
		font				: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#sidebar a, #sidebar a:link, #sidebar a:hover, #sidebar a:visited {
	color					: #8A8A8A;
}



/* Formate fuer die Beschreibung im header*/
.description {
	color					: #999999;
	margin-left			: 15px;
	font-size			: 0.9em;
	margin-top			: 10px;
	float:left;
}

/* Formate fuer die Subnavi rechts */
ul.subNav {
	list-style-type	: none;
	list-style-image	: none;
	margin				:0; 
	padding				:0; 
	
} 
  
ul.subNav li { 
	margin				:0; 
	padding				:0; 
}

/*Links in der ersten ebene*/
ul.subNav li a:link, 
ul.subNav  li a:visited { 
	/*display					:block; */
	color						: #666666;
	line-height				:16px;
	margin					: 0 0 0 0px;
	padding					: 0 0 0 15px; 
	text-decoration		: underline;
	background: #fff url(images/link.gif) no-repeat;
	
} 
ul.subNav li a:hover { 
	text-decoration		: none;
}


ul.subNav li ul{
	list-style-type	: none;
	list-style-image	: none;
	margin				:0 0 0 15px; 
	padding				:0; 
}

ul.subNav ul li ul li a:link,
ul.subNav ul li ul a:visited,
ul.subNav ul li ul a:hover  {
	background				: #fff url(images/bg_sub.png) no-repeat;
	padding					: 0 0 0 15px; 
}

/* Formate fuer unterschiedliche Listen */
ul.bulletList {
	list-style-type	: square;
	padding				: 0 0 0 10px;
	margin				: 0 0 0 15px;
}

ul.bulletList li {
	padding-left	: 0px;
}

ul.flatList {
	list-style-type	: none;
	padding				: 0 0 0 0px;
	margin				: 0 0 0 0px;
}

ul.floadList {
	list-style-type	: none;
	padding				: 0;
	margin				: 0;
}

/*Formate fuer das hauptmenu oben */
#navbar a {
	padding: 5px 10px 5px 10px;
    font-size: 12px;
    line-height: 30px;
    border-right: 1px solid #ACACAC;
    border-bottom: 1px solid #ACACAC;
    border-left: 1px solid #FBFBFB;
    border-top: 1px solid #FBFBFB;
	 text-decoration		: none;
	
}
#navbar a:link, #navbar a:visited {
	line-height: 30px;
   color: #000000;
	text-decoration		: none; 
}

#navbar a:hover {
	text-decoration: none;
    padding: 5px 11px 5px 11px;
    background-color: #E2F8FA;
    border: none;
    color: #0A79B6;
	 text-decoration		: none;
}

/* formate fuer footermenue */
#footermenu {
	float : right;
}
#footermenu a {
  color: #000;
	  }
#footermenu a:link, #footermenu a:visited{ 
	display 					: block;
	width						: 120px;
	margin-top				: 10px;
	margin-right			: 10px;
	text-decoration		: underline;
	float						: left;
}
 

#footermenu a:link:hover, 
#footermenu a:visited:hover { 
	text-decoration		: none;
}



/* boxen am rechten Rand */
div.smallbox{
	width: 190px;
	border: 1px solid #E8E8E8;
	background : #FCFCFC;
	margin-bottom: 20px;
}

/*box mit 100% Breite nur Rahmen */
div.BoxWidthBorder {
	width				: 100%;
	border			: 1px solid #E8E8E8;
	background 		: #FCFCFC;
	margin-bottom	: 20px;
}

/*box header mit dunkel Grau */
div.boxLabelGrey {
	background : #333333;
	width:100%;
	height: 26px;
}
/*box header mit hell Blau */
div.boxLabelLightBlue {
	background :  #0A79B6; 
	width:100%;
	height: 26px;
}

/*box header mit leichtem Grau */
div.boxLabelLightGrey {
	background :  #E8E8E8;
	width:100%;
	height: 26px;
}
/* Text im Box Header weiss */
div.labelWhite {
	color			: #fff;
	font-weight: bold;
	line-height: 26px;
	margin-left: 10px;
}
/* Text im Box Header dunkel */
div.labelBlack {
	color			: #000;
	font-weight: bold;
	line-height: 26px;
	margin-left: 10px;
}

div.boxContent {
	margin: 10px 5px 10px 5px;
}

/*Einstellungen fuer die Kalorientabelle */

#daten th {
	background: #AEFEFF;
}
#daten td {
	background: #F9EFE6;
}


/* einstellungen fuer die pagebar */
.pagebar {
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	margin-bottom: 1.0em;
	border: 1px solid #fff;
	background: #fff;
	text-decoration: none;
}

.pagebar a,.pageList .this-page {
	border: 1px solid #9AAFE5;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar a:visited {
	border: 1px solid #9AAFE5;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none;
}

.pagebar .this-page {
	border: 1px solid #2E6AB1;
	padding: 0.2em 0.5em;
	font-weight: bold;
	background: #2E6AB1;
	color: #fff;
}

.pagebar a:hover {
	border-color: #2E6AB1;
}

.pagebar .inactive
{
   border: 1px solid #cccccc;
	 color: #ccc;
   text-decoration: none;
   padding: 0.2em 0.5em;
}


