@charset "utf-8";

/*
Theme Name: Mexido de Ideias
Theme URI: 
Description: 
Version: 3.0
Author: ÍONZ
Author URI: www.ionz.com.br
Tags: 
*/


/********************* /

- 0.0: GERAL
- 1.0: HEADER
- 2.0: CONTAINER
-- 2.1: COLUNA PRINCIPAL
--- 2.1.1: DESTAQUES
--- 2.1.2: SINGLE POST
--- 2.1.3: LISTAGEM DE CATEGORIAS
--- 2.1.4: LISTAS (busca, arquivos, autores)
-- 2.2: COLUNA LATERAL
--- 2.2.1: BANNERS
-- 3.0: FOOTER
- X.X: FONTS

/ **********************/





/* ------------------------------------- 0.0 GERAL ----------------------------------- */


*{
    margin:0;
    padding:0;
  	 /* font-family:Trebuchet, sans-serif; 
	font-family:DeliciousRoman;*/
}

html{ 

}
body { 
    margin:0;
    padding:0;
    background:#ffffff;
    text-align:center;
    margin-bottom:0;
    background-image:url(images/tile.gif);
    font-family:Trebuchet, sans-serif; 
}
a{
    color:#5a4b43;
    text-decoration:none;
	border:none;
}
a:hover{
	color:#f9a11b;
	text-decoration:none;
}

.laranja{
	color:#f9a11b;
}
img{
border:none;	
}

.alignright {
	float: right;
}
/* ------------------------------------- 1.0 HEADER ----------------------------------- */
.sub-menu{
	display: none;
}
.sub-menu li{
	float: none !important;
}

.menu-item-object-category:hover .sub-menu{display:block;}

#menuPrimario{
	font-family:DeliciousRoman;
	text-transform: uppercase;
	width:100%;
	height:28px;
	background-color:#2a1a25;
	padding:0;
	margin:0;	
}
#menuPrimario ul{
	list-style:none;
	width:1007px;
    margin:0 auto;
	text-align:left;   	
}
#menuPrimario li{
	float:left;
	clear:none;
	list-style:none;
	text-align:left;
}
#menuPrimario li a{
	color:#ccc;
	display:block;
	font-size:11px;
	text-decoration:none;
	padding:7px 20px 7px 20px;
}
#menuPrimario li a:hover{
	color:#fff;
	background-color:#333333;
}

#menuSecundario{
	width:100%;
	height:51px;
	background-color:#f9a11b;
	font-family:DeliciousRoman;
	text-transform: uppercase;
	/*background-image:url(images/headertile.gif);*/
	background-repeat:repeat-y;
	background-position:center;
	position: absolute;
    z-index: 9;
}

#menuSecundario #group{
	width:1040px;
    margin:0 auto;
	text-align:left; 
}
#menuSecundario #group ul{
	list-style:none;  	
}
#menuSecundario #group li{
	float:left;
	clear:none;
	list-style:none;
	text-align:left;
	background-color:#f9a11b;
}
#menuSecundario #group li a{
	float:left;
	height:35px;
	color:#fff;
	display:block;
	font-size:17px;
	text-decoration:none;
	padding:16px 15px 0 20px;
}
#menuSecundario #group li a:hover{
	float:left;
	color:#fff;
	background-color:#e9981d;
}
#menuSecundario #group img{
	float:right;
	margin-right:40px;
	display: block;
	 margin-top: 15px;
}


#logoBusca{
	position:relative;
	width:1007px;
    margin:0 auto;
	text-align:left;

	margin-top:50px;
}
#logoBusca #logo{
	position:absolute;
	top:0;
	left:0;
	width:551px;
	height:162px;
	background-image:url(images/logo.png);
	background-repeat:repeat-y;
	text-indent:-9999px;
}




#logoBusca #busca{
	float:left;
	text-align:right;
	position:absolute;
	top:90px;
	left:733px !important;
	width:220px;
	font-size:10px;
}

#logoBusca #busca form input{
	position:absolute;
	top:0;
	left:0;
	border:1px solid black;
	width:220px;
	height:40px;
	font-family:DeliciousRoman;
	text-transform: uppercase;
	font-weight:normal;
	font-size:16px;
	text-align:right;
	padding-right:25px;
	background-image:url(images/setascrolldir.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#logoBusca #busca form input.btSearch{
	position:absolute;
	top: 1px;
    left: 220px;
	z-index:15;
	width:20px;
	height:40px;
	background: rgba(0,0,0,0);
    width: 20px;
    height: 40px;
    border: 0px;
    cursor: pointer !important;
}


/* ------------------------------------- 2.0 CONTAINER ----------------------------------- */


#container{
	padding-top:1px;
    width:1007px;
    margin:10px auto;
	margin-top:188px;
	margin-bottom:0;
    background:#fff;
    text-align:left;
    padding-top: 20px;
}

#container #dicas{
	display:block;
	width:967px;
	height:60px;
	margin:0 20px 20px 20px;
	padding-top:1px;
	background-image:url(images/dicas.gif);
	background-repeat:repeat-x;
	text-transform:uppercase;
}

#container p{
	color:#333333;
	margin-top:20px;
	font-family:DeliciousRoman;
	font-size:13px;
}


/* ------------------------------------ 2.1 COLUNA PRINCIPAL -------------------------------- */

#colunaPrincipal{
	float:left;
	width:650px;
	margin-left:20px;
	background-color:#fff;
}

/* ------------------- 2.1.1 DESTAQUES ------------------- */


#colunaPrincipal #destaques h2 a{
	color:#2a1a25;
}
#colunaPrincipal #destaques h2 a:hover{
	color: #f9a11b;
	text-decoration:none;
}


#colunaPrincipal #destaques{
	display:block;
	overflow:hidden;
	background-image:url(images/destaquediv.gif);
	background-repeat:no-repeat;
	background-position-y: 50px;
	
}

#colunaPrincipal #destaques h2{
	font-family:DeliciousRoman;
	font-size:21px;
	font-weight:normal;
	text-transform:uppercase;
	height: 53px;
}

#colunaPrincipal #destaques div.esquerda{
	margin:0;
	width:300px;
	float:left;

}

#colunaPrincipal #destaques div.direita{
	margin:0;
	width:300px;
	float:right;

}

#colunaPrincipal #destaques div img{
	float:left;
}

/* --------------------------------------------------------- */
/* --------------------------------------------------------- */


#colunaPrincipal div.post{
	display:block;
	float:left;
	width:650px;
	margin-top:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:none;
}


#colunaPrincipal div.post h5{
	color:#5a4b43;
	margin:14px 0 4px 0;
	font-family:DeliciousRoman;
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
}

#colunaPrincipal div.post h4{
	margin:16px 0 16px 0;
	font-family:DeliciousRoman;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
}

#colunaPrincipal div.post h3{
	margin:20px 0 8px 0;
	font-family:DeliciousRoman;
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
	clear: right;
}

#colunaPrincipal div.post h2{
	margin:20px 0 20px 0;
	font-family:DeliciousRoman;
	font-size:21px;
	font-weight:normal;
	text-transform:uppercase;
	
}

#colunaPrincipal div.post h1{
	margin:0 0 20px 0;
	font-family:DeliciousRoman;
	font-size:26px;
	font-weight:normal;
	text-transform:uppercase;
}

#colunaPrincipal div p{
	margin-top:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:none;
	margin-bottom: 20px;
	line-height: 20px;
}

#colunaPrincipal div.post iframe, #colunaPrincipal div.post p iframe{
	margin-top:20px;
}

#colunaPrincipal div.post img{
	margin: 0 0 20px 0;
}

#colunaPrincipal div.post li {
	margin: 10px 0 10px 10px;

}


#colunaPrincipal div.post img.alignleft {
	float:left;
	clear:left;
	margin-right: 20px;
}


#colunaPrincipal div.post a{
    color:#2a1a25;
    text-decoration:none;
}
#colunaPrincipal div.post a:hover{
	color:#f9a11b;
	text-decoration:none;
}



#colunaPrincipal a{
    color:#f9a11b;
    text-decoration:none;
}
#colunaPrincipal a:hover{
	color:#000;
	text-decoration:none;
}

#colunaPrincipal div.post p a{
    text-decoration:underline;
}

.more-link {
	 background-color:#f9a11b !important;
	 color: white !important;
	 font-size: 12px;
	 padding: 5px;
	 font-family:DeliciousRoman;
	 font-weight: bold;
	 text-transform:uppercase;
	 text-decoration:none !important;
	 clear: both;
}

#colunaPrincipal p.assinatura{
	display:block;
	border-bottom:1px solid #b0a9a5;
	font-size:10px;
	text-transform:uppercase;
	margin:20px 0 5px 0;
	padding-bottom:3px;
	clear: both;
}

#colunaPrincipal p.assinatura a, #colunaPrincipal p.utils a{
    color:#f9a11b;
    text-decoration:none !important;
}
#colunaPrincipal p.assinatura a:hover, #colunaPrincipal p.utils a:hover{
	color:#000;
	text-decoration:none;
	 text-decoration:none !important;
}

#colunaPrincipal p.utils{
	display:block;
	font-size:10px;
	text-transform:uppercase;
}

#colunaPrincipal p.utils a.addthis_button_facebook_like {
	margin-top: 0;
	float: left;
	padding-right: 10px;
}

#colunaPrincipal span.share{
	display:block;
	float:right;
	font-size:10px;
	margin-top: 8px;
	text-transform:uppercase;
}

.home #colunaPrincipal span.share{
	margin-top: 5px;
}

#colunaPrincipal #paginacao{
	float:left;
	width:650px;
	display:block;
	margin-top:40px;
}

#colunaPrincipal #paginacao img.esquerda{
	display:block;
	float:left;
}
#colunaPrincipal #paginacao img.direita{
	display:block;
	float:right;
}

#colunaPrincipal .addthis_button_tweet iframe {
	height: 25px !important;
	width:90px !important;
}

/* ------------------- 2.1.2 SINGLE POST ------------------- */


#colunaPrincipal div.post #posttop{
	position:relative;
	floar:left;
	width:650px;
	color:#5a4b43;
	display:block;
	padding-bottom:5px;
	margin-bottom:20px;
	border-bottom:1px solid #b0a9a5;
	font-family:DeliciousRoman;
	text-transform: uppercase;
	font-size:12px;
}

#colunaPrincipal div.post #posttop #categorias a{
	color:#f9a11b;
}
#colunaPrincipal div.post #posttop a:hover{
	color:#000; 
}

#colunaPrincipal div.post #posttop #categorias{
	padding-top:10px;
	display:block;
	float:left;
	width:400px;
}
#colunaPrincipal div.post #posttop #ext{
	display:block;
	text-align:right;
	float:right;
	width:245px;
	height:20px;
}

.itemPost {
	margin-top: 20px;
	display:block;
	clear:both;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:none;
	color:#5a4b43;
	line-height: 19px;
	width:650px;
}

.itemPost img{
	float: left;
	margin-right: 14px !important;
}

.itemPost p{
	float: left !important;
	display: inline !important;
}

.interna p {
	padding-right: 20px;
}

#colunaPrincipal div.post .receita {
}

#colunaPrincipal div.post .receita img{
	float:left;
	margin-right: 20px;
}

#colunaPrincipal div.post .receita p{
	float:left;
	width: 300px;
	margin-bottom:  2px;
	padding-bottom: 0;
}

#colunaPrincipal div.post .receita hr {
	border:0;
	height: 5px;
	clear:both;
	width:  600px;
	
}

#colunaPrincipal div.post .receita h2 {
	clear: both;
	border-bottom: solid 1px gray;
	padding-bottom: 5px;

}


/* ------------------------------------ 2.1.3 LISTAGEM CATEGORIA -------------------------------- */



#colunaPrincipal div.catHeader{
	padding-top:22px;
	float:left;
	display:block;
	width:650px;
	border-bottom:1px solid #b0a9a5;
	margin-bottom:20px;
	padding-bottom:15px;
}

#colunaPrincipal div.catHeader h1{
	border-bottom:1px solid #b0a9a5;
	font-family:DeliciousRoman;
	text-transform: uppercase;
	font-weight:normal;
	font-size:26px;
	margin-bottom:20px;
}

#colunaPrincipal div.catHeader p{
	margin:10px 30px 0 40px;
	font-size:16px;
}


#colunaPrincipal div.listagemItem{
	display:block;
	margin-bottom:20px;
	border-bottom:1px solid #b0a9a5;
	padding-bottom:15px;
	blackground-image:none;
	width: 210px;
	float: left;
	height: 450px;
}

#colunaPrincipal div.listaImg{
	display:block;
	margin-right:20px;
	float:left;
}

#colunaPrincipal div.listaImg a > img{
	width:200px;
}

#colunaPrincipal div.listaInfo{
	display:block;
	float:left;
	width: 200px;
}



#colunaPrincipal div.listaInfo p.listCats{
	margin:0;
	clear:both;
	font-family:DeliciousRoman;
	text-transform: uppercase;
	font-size:11px;
	blackground-image:none;
}

#colunaPrincipal div.listagemItem h2{
	margin:15px 0 0 0;
	clear:both;
	font-family:DeliciousRoman;
	text-transform: uppercase;
	font-size:21px;
	float:left;
}
#colunaPrincipal div.listagemItem h2 a{
	color:#2a1a25;
	font-weight:normal;
}

#colunaPrincipal div.listagemItem h2 a:hover{
	color:#f9a11b;
	font-weight:normal;
}

#colunaPrincipal div.listaInfo p{
	clear:both;
}


#colunaPrincipal div.listagemItem p.assinatura{
	blackground-image:none;
	border:none;
}

#colunaPrincipal div.navigation{
	margin-top:20px;
	color:#5a4b43;
	font-family:DeliciousRoman;
	font-weight:normal;
	text-transform: uppercase;
	font-size:16px;
	
	padding-bottom:20px;
	background-image:url(images/postbg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

/* ------------------------------------ 2.1.4 LISTAS -------------------------------- */


/*
No geral utiliza a mesma formatação da página de categorias,que foi definido acima
*/

#colunaPrincipal div.listaBox{
	
}


#colunaPrincipal div.listaBox h1{
	margin:20px 0 30px 0;
	font-family:DeliciousRoman;
	font-weight:normal;
	text-transform: uppercase;
	font-size:21px;
}
#colunaPrincipal div.listaBox h2{
	margin:20px 0 30px 0;
	font-family:DeliciousRoman;
	font-weight:normal;
	text-transform: uppercase;
	font-size:18px;
	clear:both;
}

/* ------------------------------------ 2.1.4.1 LISTAGEM DICAS -------------------------------- */

.dicasLista h2{
	margin:30px 25px 30px 0;
	font-family:DeliciousRoman;
	font-weight:normal;
	text-transform: uppercase;
	font-size:20px;
	clear:both;
}

/* ------------------------------------ 2.1.5 CONTEUDOS RELACIONADOS -------------------------------- */



#colunaPrincipal div.post div.trackback{
	display:none;
}


#colunaPrincipal div.post div.relacionados ul li{
	list-style:none;
	font-family:DeliciousRoman;
	font-weight:normal;
	text-transform: uppercase;
	font-size:14px;
}

.relacionados {
	margin: 25px 0;
	float: left;
}

.relacionados h3{
	font-size:20px !important;
}
.relacionados div a h4{
	margin:30px 25px 30px 0;
	font-family:DeliciousRoman;
	font-weight:normal;
	text-transform: uppercase;
	font-size:21px !important;
	height: 40px;
	
}

.relacionados div {
	float:left;
	width: 300px;
}

.relacionados div.esq {
	margin-right: 30px;
}



























/* ------------------------------------ 2.2 COLUNA LATERAL -------------------------------- */

#colunaLateral{
	float:left;
	width:297px;
	margin-left:20px;
}



#colunaLateral #socialMedia{
	height:55px;
	background-image:url(images/postbg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-bottom: 20px;
}


#colunaLateral h3{
	position:relative;
	color:#f9a11b;
	margin:20px 0 12px 0;
	font-family:DeliciousRoman;
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
}


.orelha{
	position:absolute;
	z-index:2;
	left:317px;
	top:0;
}




/* --- tabs de receitas --- */

#colunaLateral #sideBox{
	overflow:hidden;
}

#colunaLateral #sideBox h4{
	float:left;
	color:#5a4b43;
	font-size:11px;
	font-family:DeliciousBold;
	text-transform:uppercase;
	margin-top:8px;
	margin-left:15px;
	margin-right:18px;
	margin-bottom:15px;
}

#colunaLateral #sideBox a,#colunaLateral #sideBox a:hover {
	text-decoration:none;
	color:#5a4b43;
}

#colunaLateral #sideBox #tabTipo {
	float:left;
	clear:both;
	width:297px;
	background:url('images/bg_tabLeft.gif') top no-repeat;
}


#colunaLateral  #sideBox #tabOcasiao {
	float:left;
	clear:both;
	width:297px;
	background:url('images/bg_tabRight.gif') top no-repeat;
	display:none;
}


#colunaLateral  #sideBox ul.nav_receitas { display:block; float:left; width:297px; }


#colunaLateral  #sideBox ul.nav_receitas li { 
	display:block;
	float:left;
	font-family:DeliciousBold;
	font-size:11px;
	text-transform:uppercase;
}

#colunaLateral  #sideBox ul.nav_receitas li img { 
	display:block;
	float:left;
	margin:-13px 3px 0 0;
}


#colunaLateral  #sideBox ul.nav_receitas li a {
	display:block;
	background:url('images/iconbaseblank.gif');
	background-repeat:no-repeat;
	padding:13px 13px 0 15px;
	margin:10px 8px -15px 0;
	height:40px;
}

#colunaLateral  #sideBox ul.nav_receitas li a:hover {
	color:#f9a11b;
}

/* ----------------------------------------------- 2.2.1: BANNERS --------------------------------------------------- */


#bannermultiuso{
	margin-top: 15px;
	float:left;
	display:block;
	height: 185px;
	width: 300px;
}

#bannermultiuso h4{ 
	text-align:left;
	font-family:DeliciousRoman;
	font-size:21px;
	font-weight:normal;
	text-transform:uppercase;
	line-height:21px;
	padding-top:22px;
	width:217px;
	height:104px;
	margin-left:38px;
	margin-top:38px;
	color: white;
}


#bannerprodutos{
	overflow:hidden;
	float:left;
	display:block;
}

#bannertvmexido{
	position:relative;
	float:left;
	display:block;
	width:300px;
	height:185px;
	margin-top:15px;
}
#bannertvmexido span.bigger{
	margin-top: 4px;
	font-family:DeliciousRoman;
	font-size:21px;
	font-weight:normal;
	text-transform:none;
	line-height: 18px;
}
#bannertvmexido h4{
	text-align:center;
	font-family:DeliciousRoman;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	line-height:26px;
	padding-top:28px;
	width:217px;
	height:104px;
	margin-left:38px;
	margin-top:38px;
	background-image:url(images/transpcinza.png);
	background-repeat:no-repeat;
}
#bannertvmexido a, #bannertvmexido a:hover{
	color:#5a4b43;
}

.divisoes {
	height:10px;
	width: 100%;
	margin: 20px 0 20px 0;
	float:left;
	clear: both;
	background-image:url(images/postbg.gif);
	background-repeat:repeat-x;
	background-position:top;
	border:0 !important;
}

#calltomuseu{
	float:left;
	position:relative;
	display:block;
}
#calltomuseu p{
	font-size:16px;
	margin:0;
	text-transform:uppercase;
}
#calltomuseu a{
	font-family:DeliciousBold;
	text-transform:uppercase;
	font-size:12px;
	color:#f9a11b;
}
#calltomuseu a:hover{
	font-size:12px;
	color:#5a4b43;
	text-decoration:none;
}


#bannermuseu{
	position:relative;
	float:left;
	display:block;
	width:300px;
	height:185px;
	margin-top:15px;
}
#bannermuseu span.bigger{
	font-family:DeliciousRoman;
	font-size:21px;
	line-height: 21px;
	font-weight:normal;
	text-transform:lowercase;
}
#bannermuseu h4{
	color:#fff;
	text-align:center;
	font-family:DeliciousRoman;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	line-height:26px;
	padding-top:28px;
	width:217px;
	height:104px;
	margin-left:38px;
	margin-top:38px;
	background-image:url(images/transplaranja.png);
	background-repeat:no-repeat;
}
#bannermuseu a, #bannermuseu a:hover{
	color:#fff;
}

#plugins{
	float:left;
	display:block;
	margin-top:15px;
	padding-bottom:25px;
	background-image:url(images/postbg.gif);
	background-repeat:repeat-x;
	background-position:bottom;	
	text-transform:none;
}


#sobreomexido{
	position:relative;
	float:left;
	display:block;
	width:297px;
	margin-top:15px;
	margin-bottom:15px;
	padding-bottom:20px;
	background-image:url(images/postbg.gif);
	background-repeat:repeat-x;
	background-position:bottom;	
}
#sobreomexido p, #sobreomexido p a{
	font-size:16px;
	margin:0;
}
#sobreomexido p a:hover{
	font-size:16px;
	margin:0;
}

#sobreomexido a{
	font-family:DeliciousBold;
	text-transform:uppercase;
	font-size:12px;
	color:#f9a11b;
}

#sobreomexido a:hover{
	font-size:12px;
	color:#5a4b43;
	text-decoration:none;
}



h5{
	font-family:DeliciousBold;
	text-transform:uppercase;
	font-size:12px;
	color:#f9a11b;	
	margin-bottom:15px;	
}


#bannerclube{
	position:relative;
	float:left;
	display:block;
	width:297px;
	margin-top:15px;
}



#bannerrio{
	position:relative;
	float:left;
	display:block;
	width:297px;
	margin-top:15px;
}



/*----------------------------------------------------- 3.0: FOOTER -------------------------------------------------------------*/

#footer{
	clear:both;
	width:650px;
	margin-left:20px;
	padding-top:100px;
	padding-bottom:20px;
	background-color:#fff;
}


#footer #parceiros{
	margin:0;
	width:650px;
	float:left;
}
#footer #parceiros p{
	margin:10px 0 0 0;
	float:left;
	display:block;
	width:200px;
}
#footer #parceiros #blognets{
	text-align:right;
	float:right;
	display:block;
	width:400px;
}


#footer #banners{
	border-top:1px solid #b0a9a5;
	width:650px;
	float:left;
	margin:0 0 20px 0;
	padding:10px 0 15px 0;
	background-image:url(images/postbg.gif);
	background-repeat:repeat-x;
	background-position:bottom;	
}
#footer #banners img{
	float:left;
	margin:0 10px 0 0;
}



#footer #recomendados{
	border-top:1px solid #b0a9a5;
	width:650px;
	margin:10px 0 0 0;
	padding:10px 0 15px 0;
	background-image:url(images/postbg.gif);
	background-repeat:repeat-x;
	background-position:bottom;	
}
#footer #recomendados img{
	margin:0;
	display: inline-block;
    margin-left: -5px;
}





#footer p{
	font-family:DeliciousRoman;
	text-transform:uppercase;
	font-size:16px;
}


#footer #nossasmarcas{
	position:relative;
	width:650px;
	height:100px;
	float:left;
	margin:0 0 30px 0;
	padding:0 0 15px 0;
	background-image:url(images/postbg.gif);
	background-repeat:repeat-x;
	background-position:bottom;	
}
#footer #nossasmarcas p{
	font-size:11px;
	margin-bottom:15px;
}

#footer #nossasmarcas img{
	float:left;
	margin:0 24px 0 0;
}

#footer #nossasmarcas div.esq{
	position:absolute;
	top:50px;
	left:0;
}

#footer #nossasmarcas div.dir{
	position:absolute;
	top:50px;
	left:620px;
}



#footer #nossasmarcas #marcasMascara{
	position:absolute;
	top:50px;
	left:20px;
	width:550px;
	overflow:hidden;
	left:50px;
}

#marcasFaixa{
	width:4000px !important;

}



/*----------------------------------------------------- X.X: FONTS -------------------------------------------------------------*/

@font-face {
    font-family: 'DeliciousRoman';
    src: url('fonts/delicious-roman-webfont.eot');
    src: url('fonts/delicious-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/delicious-roman-webfont.woff') format('woff'),
         url('fonts/delicious-roman-webfont.ttf') format('truetype'),
         url('fonts/delicious-roman-webfont.svg#DeliciousRoman') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DeliciousBold';
    src: url('fonts/delicious-bold-webfont.eot');
    src: url('fonts/delicious-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/delicious-bold-webfont.woff') format('woff'),
         url('fonts/delicious-bold-webfont.ttf') format('truetype'),
         url('fonts/delicious-bold-webfont.svg#DeliciousBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
@font-face {
    font-family: 'DeliciousSmallCapsRegular';
    src: url('fonts/delicious-smallcaps-webfont.eot');
    src: url('fonts/delicious-smallcaps-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/delicious-smallcaps-webfont.woff') format('woff'),
         url('fonts/delicious-smallcaps-webfont.ttf') format('truetype'),
         url('fonts/delicious-smallcaps-webfont.svg#DeliciousSmallCapsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DeliciousItalic';
    src: url('fonts/delicious-italic-webfont.eot');
    src: url('fonts/delicious-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/delicious-italic-webfont.woff') format('woff'),
         url('fonts/delicious-italic-webfont.ttf') format('truetype'),
         url('fonts/delicious-italic-webfont.svg#DeliciousItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DeliciousBoldItalic';
    src: url('fonts/delicious-bolditalic-webfont.eot');
    src: url('fonts/delicious-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/delicious-bolditalic-webfont.woff') format('woff'),
         url('fonts/delicious-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/delicious-bolditalic-webfont.svg#DeliciousBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DeliciousHeavyRegular';
    src: url('fonts/delicious-heavy-webfont.eot');
    src: url('fonts/delicious-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/delicious-heavy-webfont.woff') format('woff'),
         url('fonts/delicious-heavy-webfont.ttf') format('truetype'),
         url('fonts/delicious-heavy-webfont.svg#DeliciousHeavyRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
