/**
 * passionpatisserie.css
 * CSS for Passion Patisserie Website
 * Author : Jean-Yves Beaujean - http://www.jybeaujean.be
 */
* { 	margin: 0; padding: 0; } 

html {
}
body {
	margin: 0; padding: 0;
	font: 71%/1.5em  Verdana, 'Trebuchet MS', Arial, Sans-serif;
	color: #5a4a42;	
	text-align: center;		
}
img {border: 0;}
h1, h2, h3 {
	color: #f36f23;
}
.orange {
	color: #f36f23;
}

a {
	color:  #f36f23;	
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a:visited {
	color: #7f665c;	
}

/***********    Layout     ***********/
#wrap {
	margin: 0 auto;
    width: 808px;  	
	text-align: left;		
	padding-top: 12px;
	background-color: white;
}

/* header */
#head {
	height: 162px;	
	border-bottom: 3px solid #a69d97;
}

#head-left {
	float: left;
	width: 196px;
	height: 162px;	
}

#head-right {
	float: right;
	width: 598px;
}

#banner {
	background-color: #7f665c;
	height: 126px;
	margin-bottom: 5px;
}


/* menu */
#menu {
	width: 100%; 
	margin-top: 1px;
	background-color: #f36f23;
}
#menu ul {	
	padding: 0;	
	list-style: none; 
	margin: 0px 8px 0px 8px;
}
#menu ul li{
	display: inline;
	text-align: center;
	color: white;	
	line-height: 20px;
	background-color: #f36f23;
}
#menu ul li a {	
	/*width: 100%;*/
	height: 30px;
	display: inline;
	color: white;
	text-decoration: none;
	text-align: center;
	background-color: #f36f23;
}
#menu ul li a:hover{
	color: #5a4a42;
}
#menu ul li#current a{
	color: #5a4a42;
}

#current {
	color: #5a4a42;
}



/* content */
#content {
	clear: both;
	margin-top : 5px;
	color: #5a4a42;	
}

#content-left {
	float: left;
	width: 196px;
}

#content-right {
	float: right;
	width: 598px;
	text-align: left;
	margin-top: 65px;
}

#content-right p {
	text-align: justify;
}

#content-right img {
	margin: 7px;
}

#content-right ul, ol {
	margin-left: 10px;
}

/* footer */
#footer {
	clear: both;
	width: 100%;
}

#news {
	background-color: #47372e;
	color: white;
	width: 100%;
}

#news h1 {
	background-color: #79655f;
	font-size: 16px;
	font-weight: bold;
	color: white;
	height: 27px;
	line-height: 27px;
	padding-left: 10px;
}

.news_date {
	margin-left: 10px;
	padding-left: 10px;
	background: url("images/dot.jpg") center left no-repeat;
	color: #ffcb28; 
	font-size: 9px;
}

.news_block {
	margin: 10px;
}

.news_block h2{
	font-size: 13px;
	text-align: center;
}

.news_content {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}






