/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	* Filename: mc.css
	* Website: http://www.montsecuines.com
	* Author: loupchante.net
	* Date: 16/09/2007
	* Rev.: 2.0 (20/08/2008)
 
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

* {
	margin: 0;
	padding: 0;
	border: none;
}
html {
	font: 62.5% Arial, Helvetica, sans-serif;
	text-shadow: #000 0px 0px 0px;	/*per l'efecte bold del Safari*/
}
cite, em, dfn {
	font-style: italic;
}
li, dd, blockquote {
	margin-left: 1em;
}
h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl {
	margin: 0 0 10px 0;
}
h1 {
	font-size: 1.4em;
	color: #900;
	background: url(http://www.montsecuines.com/images/fons_h1.jpg) no-repeat;
	height: 40px;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 1.4em;
}
img {
	border: none;
	text-decoration: none;
}


/**** layout ****/
body {
	text-align: center;/* Hack para que IE6 no de problemas */
}
#wrapper {
	width: 790px;
	background: url(http://www.montsecuines.com/images/fons-montse.gif) right bottom no-repeat;
	border: 1px solid #999;
	margin: 7% auto 0;
	text-align: left;
	min-height: 440px;
	height: auto !important;
	height: 440px;
}
#header {
	margin-top: 2px;
}
#content {
	width: 350px;
	margin: 10px 0 -50px 250px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
        font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 1.3em;
}
#content h1 {
        font-family: Arial, Helvetica, sans-serif;
}
#content p, #content h1 {
	padding-left: 5px;
}
#content ul, #content ol, #content li {
        font-size: 1.1em;
        line-height: 1.3em;
}
#fi {
	background-image: url(http://www.montsecuines.com/images/fi.gif);
	height: 25px;
	width: 360px;
        margin: -10px 0 15px;
	background-repeat: no-repeat;
	background-position: center;
}
#leftbar {
	width: 250px;
	float: left;
	margin: 100px 0 0;
}
#fonsleft {
	width: 250px;
	height: 370px;
	margin-top: -160px;
	background: url(http://www.montsecuines.com/images/fons-left.jpg) top left no-repeat;
}
#montsetapia {
	height: 70px;
	width: 250px;
	margin-right: 540px;
	background: url(http://www.montsecuines.com/images/star.gif) left no-repeat;
}
#rightbar {
	width: 190px;
	float: right;
	text-align: right;
}
#fonsright {
	width: 190px;
	height: 300px;
	margin-top: -90px;
	background: url(http://www.montsecuines.com/images/fons-right.jpg) top right no-repeat;
}
#leftbar ul, #rightbar ul, .recent_articles {
        list-style-type: none;
}
#receptes {
	margin-top: 15px;
	padding: 0 6px;
}
#receptes li {
	margin-bottom: 0.5em;
}
#push {
	clear: both;
}
#footer {
	margin: 2px auto 15%;
	height: 100%;
	width: 790px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#footer li {
	display: inline;
	padding: 0 2%;
}

/*** fi layout ***/


/**** classes ****/
.clear {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}



/*-- menú --*/

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
	margin-left: 4px;
	height: 30px;
	font-size: 1.3em;
}
.menu ul {
        list-style-type: none;	
        padding: 0;
	margin: 0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li {
	float: left;
	position: relative;
	z-index: 100;
	margin-left: 2px;
}
/* use the table to position the dropdown list */
.menu table {
	position: absolute;
	border-collapse: collapse;
	z-index: 80;
	left: -2px;
	top: 25px;
}
/* style all the links */
.menu a, .menu :visited {
	display: block;
	font-size: 1em;
	width: 154px;
	padding: 5px 0;
	color: #900;
	text-decoration: none;
	/*margin-right:2px;*/
	text-align: center;
	background: url(http://www.montsecuines.com/images/fons-menu2.png) center no-repeat;
	font-weight: bold;
}
/* style the links hover */
.menu :hover {
	background: url(http://www.montsecuines.com/images/fons-menu1.png) center no-repeat;
}

/* hide the sub level links */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	width: 154px;
	height: 0;
	font-size: 1em;
	margin-left: -2px;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility: visible;
}
/*-- fi menú --*/

/*-- acordió --*/
#content .basic a {
	cursor:pointer;
	display:block;
	padding:2px;
	margin-top: 0;
	text-decoration: none;
	font-size: .9em;
	text-align: right;
	color: #666;
	background-color:#FFF;
	font-style: italic;
	background: url(http://www.montsecuines.com/images/open.gif) right no-repeat;
}
#content .basic a:hover {
	background-color: #FFF;
	border-bottom: 0;
}
#content .basic a.selected {
	color: #000;
	background: url(http://www.montsecuines.com/images/close.gif) right no-repeat;
}
/*-- fi acordió --*/
/*** fi classes ***/



/**** links ****/

a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
a img {
	border: none;
	text-decoration: none;
}
#content a {
	font-weight: bold;
	color: #F38919;
}
#content a:hover {
	font-weight: bold;
	border-bottom: 1px dotted #F38919;
}
#content h1 a {
        color: #900;
}
#content h1 a:hover {
        border-bottom: 1px dotted #900;
}
#receptes a {
	font-size: 1.2em;
	font-weight: bold;
	color: #C60;
}
#receptes a:hover {
	color: #F38919;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#content .imprimir {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	width: 200px;
	float: right;
	margin: -5px 0 5px;
}
#content .imprimir a {
	background: url(http://www.montsecuines.com/images/print.gif) no-repeat left center;
	padding: 2px 0 2px 20px;
}
#content .rebre {
	font-family: Arial, Helvetica, sans-serif;
	color: #900;
}
#content .rebre a {
	color: #900;
}
#content .rebre a:hover {
	border-bottom: 1px dotted #900;
}


/*** fi links ***/


/**** formularis ****/

label, button, #boto_envia {
	cursor: pointer;
}

#receptes input:focus, #receptes select:focus, #receptes textarea:focus {
	background-color: #B26400;
}
fieldset {
	border: none;
}
/* search */
#search {
	padding: 6px;
	margin-top: 10px;
}
.searchfield {
	background: url(http://www.montsecuines.com/images/fons-search.png) center no-repeat;
	border: 1px solid #FFF;
	color: #B26400;
	height: 20px;
	width: 150px;
}
.submit {
	font: 1.2em "Courier New", Courier, monospace;
	color: #C60;
	height: 20px;
	width: 150px;
	background-color:#FFF;
	border: 1px solid #FFF;
	cursor: pointer;
}

#search:hover .searchfield {
	border: 1px dashed #FFCC7F;
}

#search:hover .submit {
	background: #FFEBCC;
}
/* fi search */

/* contacta */
#formulari {
	margin-left: 80px;
}
#formulari label {
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	color: #330033;
	display: block;
	width: 200px;
	text-align: right;
}
#info {
	margin-left: -20px;
}
#cuinaxnens, #formacio, #cuinaacasa, #monografics, #xerrades, #aniversari {
	margin-left: 5px;
}
.camp {
	margin-bottom: 20px;
	width: 200px;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #FFFFFF;
	background-image: url(http://www.montsecuines.com/images/fons_camp.jpg);
	height: 20px;
	background-repeat: no-repeat;
}
#comentari {
	height: 80px;
	width: 200px;
	background-image: url(http://www.montsecuines.com/images/fons_coment.jpg);
}
#form {
	padding: 50px 5px 0px 50px;
}
#boto_envia {
	font: 1.2em "Courier New", Courier, monospace;
	color: #C60;
	height: 20px;
	width: 80px;
	border: 1px dashed #FFCC7F;
}
#boto_envia:hover {
	background: #FFEBCC;
}

/* fi contacta */

/*** fi formularis ***/
