/*
In this CSS file you can define custom styles without touching the regular stylesheet. 
So if you want to change fonts, colors etc. then you just need to change and uncomment 
the prepared lines below or add new lines.

In the example I have just switched some colors from dark red to blue.
This feature is experimental and I guarantee for nothing ;-)
*/


/******************************************
*   HTML Elements                         
******************************************/
/*
body {
	background: #eee;
	color: #666;
	}
*/

/******* Hyperlinks ********************/

/* standard link behaviour */
/*
a:link, a:active, a:visited { 
	color:#003399;
	} 
a:hover	{ 
	color:#003399;
	}
*/

/* Title area links */
/*
.title:link, .title:active, .title:visited { 
	color: #003399; 
	} 
.title:hover { 
	color: #003399; 
	} 
*/

/* Links in the sidebar */
/*
#sidelist .children li a, #sidelist .children li a:visited {
	color: #003399;
	}
*/
	
/******************************************
*   Headlines                         
******************************************/
/*
.blogtitle, .blogtitle a {
	color: #000;
	}

h1 {
	color: #003399;
	}
	
h2 {
	color: #003399;
	}

h3 {
	color:#003399;
	}

#sidebar h2, #sidebar h3 a {
	color:#003399;
	}

#sidebar h3, #sidebar h2 {
	color:#003399;
	}
*/
/******************************************
*   Content                        
******************************************/

/* Formating of the Leadstory stuff in the tabbed section */
/*			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	padding:1px;
	border: 1px solid #999;
	}

.title, a.title  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	font-weight:bold;
	color: #003399;
	letter-spacing:normal;
	}
*/
/* for the headlines in the tabbed section */
/*
.ui-tabs-panel .title { 
	color: #003399!important;
}
*/
/* This can be used to format the "[...]" link in the lead story */
/*
.read-on a { 
	color:#003399!important;
	text-decoration:none;
	}
*/

/* typography classes
*/

  sup {
	vertical-align: 60%;
	font-size: 75%;
	line-height: 100%;
}
sub {
	vertical-align: -10%;
	font-size: 75%;
	line-height: 100%;
}
.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", "Warnock Pro", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.1em;
	line-height: 1em;
}
.caps {
	font-size: 90%;
}
.dquo {
	margin-left:-.40em;
}
.quo {
	margin-left:-.2em;
}








#container-4 { /* the whole container with all elements of the tabbed section */
	margin: 20px 0 20px 0!important;
	height:270px!important; /* defines a static height to the tabed section and avoids "jumping" - part 1 of 2 */
}


#fragment-1, #fragment-2, #fragment-3, #fragment-4, #fragment-5, #fragment-6, #fragment-7, #fragment-8, #fragment-9 {
	height:210px!important; /* defines a static height to the tabed section and avoids "jumping" - part 2 of 2 */
}

#recipesum{
  width:590px;
  border:0px solid #cccccc;
 height:190px!important;
  clear:both;
}



#recipesum h1{
	color: #840000;
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
padding-bottom:0px;
   border:none;
	}



#recipeimage{
  float: left;
 margin:0 1em 0 0;
}
#recipestats{
      line-height:2.5em;


}









