/*
Theme Name: Sunny Delices 
Author: Sunny
*/

@import url('./style-reset.css');
@import url('./style-common.css');

/* Default fonts and colors
========================================== */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea,select { 
	color: #375362;
	font-family: "Verdana", "Lucida Fax", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
h1, h2, h4, h5, h6 {
	color: #83518f;
	font-family: Arial, sans-serif;
	font-weight: normal;
}

h1{
	border-bottom: 2px dotted #b964a3;
	padding-bottom: 6px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 1.64em;
	font-family: Arial,Helvetica,sans-serif;
}

div.post-content a{
	text-decoration: underline;
}

/* LAYOUT
========================================== */
body {
	font-size: 70%;
	line-height: 150%;
	background: url('images/bg-page.png') no-repeat left top;
	background-color: #fbeaff
}

div#back {
	width: 100%;
	margin: 0 0;
}

div#page {
	width: 900px;
	margin: 0 auto;
	background: url('images/bg-bas-gauche-page.png') no-repeat left bottom;
	padding:0;
}

#mainbar{
	width: 720px;
	float: left;
}

#smallbar{
	width: 178px;
	float: left;
	padding-top: 230px;
	background: url('images/bg-small.png') no-repeat left top;
}

div.large {
	width: 720px;
	float: left;
	background: url('images/bg-large-corner.png') no-repeat left top;
	background-color: #fff;
	padding-top: 6px;
	padding-bottom: 0px;
	min-height: 1000px;
}

div.full {
	width: 100%;
	float: left;
}


/* HEADER
========================================== */
#header {
	width: 720px;
	float: right;
	height: 90px;
}

#header #logo {
	margin: 30px 0 0 0;
	width: 700px;
	padding: 0;
	float: left;
}

/* MAIN NAVIGATION
========================================== */

#menubar {
	width: 720px;
}

#nav {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 100;
	background-color: #83518f;
	text-align: right;
	line-height: 175%;
}
#nav li {
	position: relative;
	float: left;
	height: 42px;
	font-size: 100%;
}
#nav li.last-page-item a {
	background-image: none;
}
#nav li a {
	display: block;
	float: left;
	background: url(images/nav-separator.gif) no-repeat right top;
	padding: 11px 12px 10px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
}
#nav li a:hover,
#nav ul li a:hover,
#nav li.current_page_item a,
#nav li.current_page_parent a {
	color: #FFD3D4;
}

#nav li ul {
	position: absolute;
	visibility: hidden;
	float: none;
	top: 42px;
	left: 0px;
	width: 100px;
	margin: 0;
	padding: 5px 10px 6px 10px;
	z-index: 10000;
	border: 1px solid #C0ACB2;
	border-bottom-width: 2px;
	border-bottom-color: #AF9DA3;
	border-top: 0;
	background-color: #fff;
	opacity: 0.97;
}

#nav li:hover ul,
#nav li.iehover ul {
	visibility: visible;
}
#nav ul li{
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-size: 100%;
	line-height: 100%;
	overflow: hidden;
	white-space: normal;
	border-bottom: 1px dotted #E1DAB7;
}
#nav ul li:last-child {
	border-bottom: 0;
}
#nav ul li a {
	display: block;
	width: auto;
	height: auto;
	float: none;
	font-weight: normal;
	background-image: none;
	padding: 6px 0;
	white-space: normal;
	color: #86728f;
}
#nav li.current_page_item ul li a,
#nav li.current_page_parent ul li a {
	color: #86728f;
}
#nav li ul li a:hover,
#nav li.current_page_item ul li a:hover,
#nav li ul li.current_page_item a {
	color: #ba429a;
}

#nav li.nav-start {
	background: transparent url(images/nav-start.gif) no-repeat left top; 
	width:12px;
	height:42px;
}
#nav li.nav-end {
	background: transparent url(images/nav-end.gif) no-repeat right top; 
	width:12px;
	height:42px;
}

/* CONTENT
========================================== */
#content .post h3{
	color: #ba429a;
	text-decoration: none;
	font-weight: normal;
	padding: 0 0 3px 0;
	margin: 0;
	font-size: 130%;
}
#content h3 a, #content h3 a:link, #content h3 a:visited {
	color: #86728f;
	text-decoration: none;
}
#content h1 a, #content h1 a:link, #content h1 a:visited{
	font-weight: normal;
	font-family: 'PlaytimeWithHotToddiesRegular', Arial, sans-serif;
	font-size: 22px;
}
#content h1 a{
	color: #83518f;
	font-family: Arial, sans-serif;
	font-weight: normal;
}
#content h1 a:hover,
#content h3 a:hover {
	color: #bf6aa9;
	text-decoration: none;
}

#content h4 a,
#content h4 a:visited {
	color: #86728f;
}

#content ul , .small ul{
	list-style-type: none;
}
#content ul, #content ol, .small ul, .small ol {
	padding: 0 0 20px;
}
#content ul li, #content ol li, .small ul li, .small ol li{
	background: url('images/bullet.gif') no-repeat 16px 9px;
	padding: 3px 0 3px 30px;
}
#content ul li a { font-weight: normal; text-decoration: none }
#content ul li a:hover { text-decoration: underline }

#content ul ul {
	padding: 0;
}
#content ol { 
	margin-left: 30px;
}
#content ol li {
	padding-left: 0;
	background-image: none;
}

img.right,
img.align-right,
img.alignright {
	float: right;
	margin: 0 0 6px 12px;
	display: inline;
}
img.left,
img.align-left,
img.alignleft {
	float: left;
	margin: 0 12px 6px 0;
	display: inline;
}

img.centered { display: block; margin: 0 auto 6px; }
img.wp-smiley { border: none; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* MINI POST
========================================== */
#content .mini-post {
	padding: 10px 20px 10px 0px;
	height: 140px;
	width: 150px;
	float: left;
	overflow: hidden;
}

#content .mini-post a img{
	border: 1px solid #bf6aa9;
}

#content .mini-post a:hover{
	color: #bf6aa9;
}

#content .categorie {
	padding: 20px 20px 0px 20px;
	height: 100%;
	clear: none;
}

#content .mini-post ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#content .mini-post ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: none;
}

/* POST
========================================== */
#content .post,
#content #comments {
	clear: both;
	padding: 0 20px 0 20px;
	height: 100%;
	overflow: visible;
}

#content .post-nav{
	clear: both;
	padding: 15px 20px 0 20px;
	overflow: visible;
}

#content .post-nav a:hover{
	text-decoration: underline;
}


#content .post{
	padding: 20px 20px 5px 20px;
}

#content .post a.more-link {
	padding-right: 15px;
	background: url('images/icon-more.png') no-repeat right center;
}

#content .post-footer h4 {
	font-size: 90%;
	padding: 0;
}

#content .post-footer h4{
	color: #999;
}
#content .post-footer h4 a,
#content .post-footer h4 a:link,
#content .post-footer h4 a:visited {
	color: #68228b;
}
#content .post-footer h4 a:hover,
#content .post-footer h4 a:active {
	color: #ba429a;
}

#content .post-footer span {
	padding-right: 4px;
	padding-left: 19px;
	background: url('images/icon-post.png') no-repeat left center;
}
#content .post-footer span.post-comments {
	background-image: url('images/icon-comment.png');
}
#content .post-footer span.post-date {
	background-image: url('images/icon-date.png');
}
#content .post-footer span.post-category {
	padding-right: 3px;
}
#content.post input.button-ok {	
	width: 50px;
	height: 25px;
}
#content .post table {
	background-color: #fff;
	border-collapse: collapse;
	border: 1px solid #9758a6;
}
#content .post table th {
	border: 1px solid #9758a6;
	text-align: left;
}
#content .post table td {
	border: 1px solid #9758a6;
	text-align: left;
	min-width: 40px;
}

#content .post table.sansBorder {
	border: 0;
	text-align: center;
	width: 100%;
}
#content .post table.sansBorder th {
	border: 0;
}
#content .post table.sansBorder td {
	border: 0;
	text-align: center;
}

#content .post .ingredients{
	background: url('images/ingredients-bas.png') no-repeat bottom left;
	width: 196px;
	float: right;
    margin: 0 -40px 0 10px;
	padding-bottom: 42px;
}

#content .post .ingredients-top{
	background: url('images/ingredients-haut.png') no-repeat top left;
	width: 196px;
    margin: 0px;
	padding: 68px 0 0 0;
}

#content .post .ingredients ul{
	background: url('images/ingredients-milieu.png') repeat-y top left;
	width: 196px;
    margin: 0px;
	float: right;
	padding: 4px 0 0 0;
}

#content .post .ingredients ul li {
	border: 0;
	padding: 0 0 3px 0;
	background: url('images/bullet2.gif') no-repeat 5px top;
	padding-left: 25px;
}

#content .post .ingredients ul li.info{
	background: none;
	font-weight: bold;
	padding: 5px 0 2px 8px;
}

#content .post ul.liste  li {
	list-style-image: url('images/bullet.gif');
	list-style-position:inside;
}

/* Next and Previous Post Navigation
========================================== */
#content .post-nav {
	clear: both;
	text-align: right;
	padding-bottom: 20px;
}
#content .post-nav,
#content .post-nav a,
#content .post-nav a:link,
#content .post-nav a:visited {
	color: #999;
}
#content .post-nav .previous {
	text-align: left;
	float: left;
}
#content .post-nav .next {
	text-align: right;
}

/* Post Pages Navigation
========================================== */
#content p.pagenav {
	clear: both;
}
#content p.pagenav,
#content .pagenav a,
#content .pagenav a:link,
#content .pagenav a:visited {
	color: #86728f;
}

#content .pagenav a,
#content .pagenav span {
	border: 1px solid #EAEAEA;
	margin: 0 2px 0;
	padding: 3px 6px 4px;
	display: inline;
}
#content .pagenav span.extend {
	border: 0;
	padding: 0;
}

#content .pagenav a {
	text-transform: lowercase;
	background-color: #F3F3F3;
	text-decoration: none;
	line-height: 50%;
}
#content .pagenav a:hover {
	border-color: #BDAEB4;
}
#content .pagenav span.current {
	background-color: #fff;
}

/* COMMENTS
========================================== */
#comments #comment_form {
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#comments .comment-wrap {
	height: 100%;
	overflow: auto;
	margin: 0 0 20px 0;
	padding: 5px;
	clear: both;
	border: none;
	color: #999;
}

#comments .comment-wrap  p {
	padding-bottom: 2px;
}

#comments h3 {
	padding: 14px 0 6px 0;
	margin: 17px 0;
	color: #ba429a;
	font-weight: normal;
	border-top: 2px dotted #b964a3;
	font-size: 1.4em;
}

#comments .comment-wrap a {
	text-decoration: none;
}

#comments .comment-wrap a:hover {
	text-decoration: underline;
}

#comments .alt {
	background-color: #F6F6F6;
}

#comments .author {
	background-color: #fbeaff;
}

/* MAIN SIDEBAR
========================================== */
#sidebar-1 {
	background-color: transparent;
}
#sidebar-1 .sidebar:first-child,
#sidebar-1 .sidebar.first-child {
	border-bottom: none;
	background: #83518f url('images/bg-bas-menu-gauche.jpg') no-repeat bottom left;
	padding-bottom: 12px;
}
#sidebar-1 .sidebar {
	behavior: expression(this.firstChild.style.background = &quot;#68228b&quot;);
}
#sidebar-1 #titre-recettes {
	background: url('images/titre-recettes.gif') no-repeat top left;
	height:36px;
	margin-bottom:5px;
}
#titre-liens {
	background: url('images/titre-liens.png') no-repeat top left;
	height:36px;
	margin-bottom:5px;
}
#titre-liens-cuisine {
	background: url('images/titre-liens-cuisine.png') no-repeat top left;
	height:36px;
	margin-bottom:5px;
}
#titre-liens-sans-gluten {
	background: url('images/titre-liens-sans-gluglu.png') no-repeat top left;
	height:36px;
	margin-bottom:5px;
}

#titre-liens-chouchous {
	background: url('images/titre-liens-chouchous.png') no-repeat top left;
	height:36px;
	margin-bottom:5px;
}

#titre-page-facebook {
	height:36px;
	margin-bottom:5px;
}

#liste-recettes{
	padding-left: 30px;
	line-height: 20px;
}


.sidebar {
	padding: 12px 10px 12px;
	margin: 0 0 0 0;
	height: 100%;
	overflow: hidden;
}

.sidebar a {
	color: #375362;
	font-weight: normal;
}

.sidebar a:hover {
	color: #ba429a;
	text-decoration: none;
}

.first-child a, .first-child a:hover {
	color: #ffffff;
}

.small h3{
	color: #ba429a;
	padding: 0 0 12px;
	margin: 5px 0 0 0;
	font-weight: normal;
}
.small h4 {
	padding: 0;
}
.small p {
	padding-right: 0;
	padding-bottom: 6px;
	margin: 0;
	color: #86728f;
}

.small ul {
	margin: 0;
	padding: 0 0 0px 0;
}
.small ul li {
	color: #ffffff;
	font-weight: bold;
	line-height: 125%;
	padding-left: 12px;
	background-position: 0px 8px;
}
.small ul li a:link,
.small ul li a:visited {
	text-decoration: none;
}

.small ul li a:hover,
.small ul li a:active {
	text-decoration: none;
	font-weight: bold;
}

.small ul li.current_page_item,
.small ul li.current_page_item a {
	font-weight: bold;
}

.small ul li ul {
	border: 0;
}
.small ul li input,
.small ul li select {
	margin-bottom: 0;
}

.small ul li span.recent_date {
	padding-left: 3px;
	font-size: 80%;
	font-weight: bold;
	color: #889763;
}
.sidebar ul li a:hover {
	text-decoration: none;
}
.small ul ul {
	border: 0;
	padding: 0;
}
.small ul ul li {
	border: 0;
	padding: 3px 0;
	background: url('images/bullet.gif') no-repeat 3px center;
	padding-left: 14px;
}

/*Custom sidebars*/
.sidebar.tiny {
	float: left;
	clear: none;
	margin-right: 0;
}
.sidebar.tiny ul {
	margin-right: 20px
}
/*Ads sidebar*/
#ads.sidebar {
	margin-right: 0;
	margin-bottom: 0;
	padding-right: 20px;
	height: 100%;
	overflow: auto;
	border: 0;
	padding: 0;
}
#ads.sidebar img {
	float: left;
	border: 0;
	margin: 0;
	padding: 0;
}

/* CREDITS
========================================== */
#footer {
	clear: both;
	width: 100%;
	min-height: 210px;
	padding: 40px 0 0 0;
	background: url('images/bg-footer.png') no-repeat top right;
	color: #e3c9e9;
}

#footer .footer-container{
	min-height: 210px;
	background-color: #83518f;
	margin: 0;
	padding: 0;
	width: 100%;
	color: #e3c9e9;
}

#footer ul {
	list-style: none;
	color: #e3c9e9;
}

#footer #articles-recents {
	width: 235px;
	float: left;
	padding: 50px 0 0 35px;
	min-height: 130px;
} 
#footer #comm-recents{
	width: 275px;
	float: left;
	padding: 50px 0 0 18px;
	min-height: 130px;
} 
#footer #nuage-saveurs {
	width: 250px;
	float: left;
	padding: 50px 0 0 30px;
} 

#footer #nuage-saveurs #nuagetag{
	height:50px;
} 

#footer .lien-macaron{
	height: 180px;
	width: 50px;
	padding-top: 0;
}
#footer #lienCopyRight:hover{
	background: url('images/macaron-copyrightfleche.png') no-repeat top left;
}

#footer #lienFluxRSS:hover{
	background: url('images/macaron-rssfleche.png') no-repeat top left;
}

#footer #lienHautPage:hover{
	background: url('images/macaron-topfleche.png') no-repeat top left;
}

#footer a,
#footer a:visited {
	color: #fff;
}

#footer a:hover,
#footer a:active {
	color: #ffd3d4;
	text-decoration: underline;
}

#footer #copyright{
	clear: both;
	text-align: right;
	padding: 5px 10px 2px 0;
	font-style: italic;
}
#footer #copyright #bas{
	margin-bottom: 10px;
}

/* Footer articles recents et Footer comm recents
========================================== */
#footer #articles-recents{
	background: url('images/titre-articles-recents.gif') no-repeat top left;
}

#footer #comm-recents{
	background: url('images/titre-comm-recents.gif') no-repeat top left;
}

#footer #nuage-saveurs{
	background: url('images/titre-nuage-saveurs.jpg') no-repeat top left;
}

#footer ul li{
	padding-left: 20px;
	background: url('images/puce-etoile.gif') no-repeat left 1px;
}

/* Footer liens macarons
========================================== */


/* WIDGETS AND PLUGINS */
/* Search form
========================================== */
form#search-form {
	height: 25px;
	padding: 0;
	margin: 0 3px 0 0;
	position: relative;
}

form#search-form input.text,
form#search-form label.overlabel-apply {
	font-size: 110%;
}

form#search-form input.text {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 70px;
	height: 15px;
	padding: 4px 3px 4px 4px;
	margin: 0;
	z-index: 0;
	background: #fff;
}
form#search-form input.button-search {
	position: absolute;
	top: 3px;
	right: 0px;
	margin: 0px;
	display: block;
	line-height: 100%;
	width: 50px;
	height: 25px;
}
form#search-form label.overlabel {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
form#search-form label.overlabel-apply {
	display: block;
	color: #86728f;
	position: absolute;
	top: 10px;
	left: 9px;
	margin: 0;
	z-index: 1;
	cursor: text;
	line-height: 100%;
	font-size: 100%;
}


/* contact form CAPTCHA
========================================== */
.captchatext p input {
	width: 60px;
	padding: 4px 4px;
	background: #fff url('images/input.png') repeat-x top left;
	border: 1px solid #CCCCCC;
	border-top-color: #BDBDBD;
	border-bottom-color: #DDDDDD;
	float: none;
}

.captchatext p input:focus { 
	outline: none; 
	border-color: #68228b; 
}

.captchatext p label { 
	margin-bottom: -10px;
	display: block;
}


/*  lien PDF
========================================== */

.article2pdf_link{
	clear: both;
}

/*  liste des liens
========================================== */

#content ul.liste-liens {
	list-style-type: none;
	padding: 0;
}
#content  ul.liste-liens li{
	list-style-type: none;
	background: none;
}
.avis {
	color: #999999;
	font-style: italic;
	padding-top: 8px;
}
.avis a{
	color: #999999;
}


/*  FONT
========================================== */

@font-face {
    font-family: 'QikkiRegRegular';
    src: url('Qarmic_sans_Abridged-webfont.eot');
    src: url('Qarmic_sans_Abridged-webfont.eot?iefix') format('eot'),
         url('Qarmic_sans_Abridged-webfont.woff') format('woff'),
         url('Qarmic_sans_Abridged-webfont.ttf') format('truetype'),
         url('Qarmic_sans_Abridged-webfont.svg#webfontWFsRMnJR') format('svg');
    font-weight: normal;
    font-style: normal;

	
    font-family: 'PlaytimeWithHotToddiesRegular';
    src: url('playtime-webfont.eot');
    src: url('playtime-webfont.eot?iefix') format('eot'),
         url('playtime-webfont.woff') format('woff'),
         url('playtime-webfont.ttf') format('truetype'),
         url('playtime-webfont.svg#webfontQc2Tg9Sf') format('svg');
    font-weight: normal;
    font-style: normal;
}


.captcha input {
	float: none;
}
