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

	* 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*/
}
ul {
	list-style: none;
	list-style-type: none;
}
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.5em;
	color: #900;
	background: url(../images/fons_h1.jpg) no-repeat;
	height: 40px;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	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(../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;
}
#content p, #content h1 {
	padding-left: 5px;
}
#logo {
	width: 350px;
	height: 120px;
	margin: 60px auto 0 -20px;
}
#logo p, #logo h1 {
	padding: 5px 110px 0 30px;
}
#leftbar {
	width: 250px;
	float: left;
	margin: 100px 0 0;
}
#fonsleft {
	width: 250px;
	height: 370px;
	margin-top: -160px;
	background: url(../images/fons-left.jpg) no-repeat top left;
}
#montsetapia {
	height: 70px;
	width: 250px;
	background: url(../images/star.gif) left no-repeat;
	margin-right: 540px;
}
#montsetapiaindex {
	height: 70px;
	width: 590px;
	margin-top: -100px;
	background: url(../images/fons-base.jpg) no-repeat left;
}
#articles {
	background: url(../images/estri16.gif) no-repeat;
	height: 220px;
	width: 250px;
}
#contacta {
	background: url(../images/contacta.jpg) no-repeat;
	height: 270px;
	width: 250px;
}
#rightbar {
	width: 190px;
	float: right;
	text-align: right;
}
#fonsright {
	width: 190px;
	height: 300px;
	margin-top: -90px;
	background: url(../images/fons-right.jpg) no-repeat top right;
}
#receptes {
	margin-top: 15px;
	padding: 0 6px;
}
#receptes li {
	margin-bottom: 0.5em;
}
#pernens {
	background: url(../images/nensmengen.gif) no-repeat center center;
	height: 150px;
	width: 170px;
}
#festes {
	background: url(../images/confeti.gif) no-repeat center center;
	height: 150px;
	width: 170px;
}
#separanens {
	background: url(../images/fruites.jpg) no-repeat center;
	height: 35px;
	width: 360px;
	margin: 5px auto 15px;
}
#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 {
	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(../images/fons-menu2.png) no-repeat center;
	font-weight: bold;
}
/* style the links hover */
.menu :hover {
	background: url(../images/fons-menu1.png) no-repeat center;
}
/* 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(../images/open.gif) no-repeat right;
}
#content .basic a:hover {
	background-color: #FFF;
	border-bottom: 0;
}
#content .basic a.selected {
	color: #000;
	background: url(../images/close.gif) no-repeat right;
}
/*-- 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;
}
#receptes a {
	font-size: 1.1em;
	font-weight: bold;
	color: #C60;
}
#receptes a:hover {
	color: #F38919;
}
#footer a {
	color: #999;
	text-decoration: none;
}
/*** 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(../images/fons-search.png) no-repeat center;
	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(../images/fons_camp.jpg);
	height: 20px;
	background-repeat: no-repeat;
}
#comentari {
	height: 80px;
	width: 200px;
	background-image: url(../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 ***/
