
/* Generic Styling */

body {
	/*background:url(images/bg-body.png) repeat-x top center #E8F7F9;*/
	background:url(images/bg-body1024.png) repeat-x fixed top center #E8F7F9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; /* Sets default font size to 10px */
	color:#222222;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-top: 1em;
	margin-bottom:0.75em;
	}

a {
	text-decoration:none;
	color:#B4C835;
	}
a:hover {
	text-decoration:none;
	color:#6CC7DC;
	}

/* Structure */

#wrapper {
	margin:0 auto;
	/*width:700px;*/
	width:940px;
	background:#ffffff;
	font-size:1.20em;

	}
#header {
	height:140px;
	/*background:url(images/bg-header.jpg) no-repeat;*/
	}
#menu {
	height:35px;
	line-height:35px;
	background:url(images/bg-menu.png) repeat-x;
	padding:0 10px;
	}

.left {
	float: left;
	clear: left;
	margin-left:10px;
}

.right {
	float: right;
	clear: right;
	margin-right:10px;
}

.sidebar {
	width:180px;
	background:#efefef;	
	margin-bottom: 20px;
}
.sidebar ul li{
	margin-left: 8px;
	
}

.sidebar p {
	margin-top: 0em;
	margin-bottom: 0;
	margin-left: 10px;
}
	
#content {
/*	float:left;*/
	/*width:490px;*/
	width: 730px;
	min-height:250px;
}

#content h1 {
	font-size: 2em;
}

#content h2 {
	font-size: 19px;
}

#content h3 {
	font-size: 1.3em;
}

#content h4 {
	font-size: 1.0em;
}

#content h5 {
	font-size: 0.8em;
}
.contentright {
	margin-left: 200px;
}
#footer {
	clear:both;
	height:100px;
	/*background:url(images/bg-footer.jpg) no-repeat;*/
	background:url(images/bg-footer1024.jpg) no-repeat;
	}
	

/* Entries */

.entry {
	padding:5px 10px;
	text-align:justify;
	line-height:1.75em;
	margin-top: 10px;
	margin-bottom: 10px;
	}
.entry-title {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
}

.entry ul { 
		margin-left: 30px;
		font-size: 1.3em;
		font-weight: bold;
}

.entry ul.carpetes {
    font-size: 18px;
}
.entry ul.carpetes2 {
    font-size: 12px;
    list-style-type: disc;
}



.date {
	margin-left: 20px;
	font-size:0.9em;
	color:#aaa;
	cursor:default;
	letter-spacing:1px;
	}
.comment {
	border-bottom:1px solid #dddddd;
}
.comments {
	margin-top: 10px;
	margin-left: 30px;
	
}
.comments p {
	margin-left: 20px;
	margin-bottom: 5px;
}
.comments a.special {
	color:#6CC7DC;
	background:url(images/icon-comment.png) no-repeat 0px 2px;
	padding-left:20px;
	padding-right:2px;
	}
.comments a:hover {
	color:#B4C835;
	}


.idiomes {
	color: #fff;
	float:right;
}



/* Menu */

#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu a {
	color:#ffffff;
}
#menu .idiomes a:hover {
	color:#6CC7DC;
}

#menu li a {
	font-size: 13px; 
	font-weight: bold;
	width: 54px;
	text-align: center;
	padding: 0 15px;
	display:block;
	/*color:#ffffff;*/
	margin-right:2px;
	}
#menu li a:hover {
	background:url(images/bg-menu-hover.png) no-repeat center center;
	/*color:#6CC7DC;*/
	}

/* Sidebar */

.sidebar ul {
	list-style-type:none;
	margin-top:10px;
	}
	
.sidebar li {
	
	}
.sidebar li a {
	display: inline;
	height:20px;
	line-height:20px;
	color:#222222;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
}
.sidebar li a:hover {
	background:#edebed;
	color:#6CC4D8;
	}
.sidebar li a.linkimatge {
	display: inline;
	padding-left: 0px;
}
.sidebar h2 {
	font-size:1.5em;
	font-weight:bold;
	cursor:default;
	letter-spacing:1px;
	color:#aaaaaa;
	font-style:italic;
	margin-left: 5px;
	
}
.sidebar h3 {
	font-size:1.3em;
	/*font-weight:bold;*/
	cursor:default;
	margin-left: 10px;
}

.sidebar form {
	margin-left: 10px;
	margin-right: 5px;
}

.sidebar-bottom {
	height:20px;
	background:url(images/bg-sidebar-bottom.gif) no-repeat top center;
	}

.sidebar-top {
	height:20px;
	margin-bottom: -10px; /* Que el text i elements entrin a la capçalera */
	background:url(images/bg-sidebar-top.gif) no-repeat top center;
	}

/* Footer */

#footer-valid {
	font-size: 13px;
	float:left;
	padding-top: 40px;
	padding-left: 20px;
	cursor:default;
	color:#ffffff;
	}
#footer-valid p{
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

#footer-valid a {
	color:#666;
	text-decoration:none;
	font-weight: bold;
	}
#footer-valid a:hover {
	color:#fff;
	/*text-decoration:underline;*/
	}

/* Heading's */

/*h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative; top:50px; left:30px;
	letter-spacing:1px;
	color:#aaaaaa;
	font-style:italic;
	}
*/
/* Feed */

#feed {
	height:25px;
	width:126px;
	background:url(images/bg-feed.gif) no-repeat;
	margin:0 auto;
	padding-left:26px;
	}
a.feed-button {
	/*color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;*/
	display:block;
    width:100px;
    height:25px;
    background:url("images/button-feed.png") 0 0 no-repeat;
    text-decoration: none;
	}

a.feed-button:hover {
background-position:0pt -25px;
}

input.text {
	border: none;
	height: 21px;
	width: 120px;
	color:#000;
	background: url("images/inputtext.png") 0 0 no-repeat;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	
}
input.text2 {
	width: 240px;
	background: url("images/inputtext2.png") 0 0 no-repeat;
}

/*textarea {
	border: none;	
	color:#000;
	background: url("images/textarea.png") 0 0 no-repeat;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
}*/

input.submit {
	margin-top: 5px;
	width: 75px;
	height: 25px;
	background: url("images/inputsubmit.png") 0 0 no-repeat;	
	border: none;
	color: #fff;
	font-weight: bold;
}

input.submit:hover {
	background: url("images/inputsubmithover.png") 0 0 no-repeat;	
}


/* Extra's */

#ad-top {
	width:480px;
	height:72px;
	background:url(images/bg-ad-top.png) no-repeat;
	padding:5px;
	}

.scrollable {
	margin: 0 0px;
	height: 520px;
	overflow: auto;
	
}



.negreta {
	font-weight: bold;
}


h1 {
	margin-bottom: 10px;
}
p {
	margin-left: 10px;
	
}

.navegacio {
	margin-left: 20px;
	margin-top: 10px;
	font-size: 1.2em;
	border-bottom:1px solid #dddddd;
}

.navegacio a {
	font-weight: bold;
}


.carpeta {
	margin-left: 40px;
	margin-bottom: 10px;
	font-size: 1.8em;
	text-align: left;
	
}

.carpeta img {
	vertical-align: middle;
	margin-right: 10px;
}

.centratespecial {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

table.especial {
	/*margin-left: 50px;	*/
	margin-top: 20px;
	font-size: 1.3em;
}

table.especial td.esquerra {
	width: 64px;
}

table.especial td.dreta {
	font-weight: bold;
	text-align: right;
	width: 300px;
	
	padding: 5px;
	border: 2px solid #efefef;
}

.error {
	color: #f00;
}

.pendents h3{
	font-size: 1.1em;
}

.pendents {
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
}

table.comanda {
	width:50%;
	margin-left: 50px;
	margin-right: auto;
}
td {
	padding: 4px;
	margin: 5px;
}
td.quantitat {
	text-align: right;
}
td.e {
	text-align: right;
}
th {
	padding: 4px;
	font-size: 1.3em;
	/*background-color: #efefef;*/
	height: 30px;
	
}
th.cesquerra {
	background: #efefef url(images/cantoesquerra.png) center left no-repeat;
}
th.cmig {
	background: #efefef;
}
th.cdret {
	background: #efefef url(images/cantodret.png) center right no-repeat;
	padding-right: 10px;
	font-weight: bold;
}
acronym {
	color: #6cc7dc;
}
.esvisible {
	
}
.novisible {
	display: none;
}

table.admin tr td {
	vertical-align: top;
	width: 40%;
	
}
