
/* General*/
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

body {
	margin: 0px;
}

a         { font-size: 11px; color: #6f6f6f; text-decoration: none; }
a:visited { font-size: 11px; color: #6f6f6f; text-decoration: none; }
a:hover   { font-size: 11px; color: #6f6f6f; text-decoration: none; }

.textarea {
height: 200px;
width: 100%;
}

.body {
	margin-right: 30px;
	clear: both;
}

#top {
width: 775px; 
height: 32px; 
clear: both; 
text-align: right; 
font-size: 11px; 
font-weight: bold; 
vertical-align: middle;	
margin: auto;
}

#header {
width:775px;
margin:0px auto;
}

#menu {
width:775px;
margin:0px auto;
}

#webContent {
width:775px;
margin:0px auto;
}

#blockLeft {
	width: 200px;
}

#blockRight {
	width: 198px;
}

#eyelashes .left {
	width: 60%;
	padding-left: 10px;
}

#eyelashes .right {
	width: 40%;
	padding-top: 12px;
	padding-right: 25px;
	text-align: right;
}

#nameBloc {
	border-top: 1px solid white;
}

		#nameBloc .left {
			vertical-align: middle;
			font-family: Arial, Sans-serif;
			text-align:left;
		}

				#nameBloc .title {
					font-weight:bold;
					margin-bottom: 18px;
				}

				#nameBloc .titleBloc, .titleBloc:visited, .titleBloc:hover {
					font-family: Arial, Sans-serif;
					font-size: 45px;
					/*line-height: 40px;*/
					text-decoration: none;
					color: #4c443e;
					margin-left: -2px;
				}

				#nameBloc .subtitleBloc, .subtitleBloc:visited, .subtitleBloc:hover {
					font-family: Arial, Sans-serif;
					font-size: 18px;
					line-height: 16px;
					padding-left: 0px;
					color: #4c443e;
					text-decoration: none;
					text-transform:uppercase;
					margin-left: -1px;
					margin-top: 4px;
				}

		#nameBloc .right {
			text-align: right;
			height: 81px;
			width: 119px;
		}



#menu {
	border-top: 1px solid white;
}

#menu .top {
	height     : 16px;
	line-height: 16px;
	background-color: #bfaa97;
}

#menu .left {
	line-height: 15px;
	padding-left: 15px;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}

#menu .right {
	text-align: right;
	padding-right: 10px;
	font-size: 10px;
	color: white;
}

#menu .left a, #menu .right a {
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#menu .menu_separator {
	display:none;
}

#menu .menu_aux {
	padding-right:10px;
}

#blockLeft, #blockRight {
/* 	background-color: rgb(240, 0, 0); */
}

#blockLeft a, #blockLeft a:visited, #blockRight a, #blockRight a:visited {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#blockLeft a:hover, #blockRight a:hover {
	color: #666666;
	text-decoration: none;
}

#blockLeft h1, #blockRight h1 {
	font-size: 15px;
	/*height: 20px;*/
	color: #a18f82;
	line-height: 20px;
	padding-bottom: 3px;
	border-bottom: 1px solid #d8cec4;
	margin-top: 12px;
	margin-bottom: 4px;
}

#blockLeft ul, #blockRight ul {
	margin: 0px;
	padding-left: 0px;

}

#blockLeft li, #blockRight li {
	padding-right: 8px;
	padding-bottom: 8px;
	list-style-type: none;
	color: rgb(255, 196, 56);
}

#blockLeft, #footerLeft {
	color: white;
	font-size: 13px;
	text-align: center;
}

#blockLeft .contentBlockLeft {
	border-top: 1px solid white;
	padding: 1px;
	padding-top: 15px;
}

#blockRight {
	border-top: 1px solid white;
	padding: 1px;
}

#content {
	padding: 15px 20px 20px 0px;
}

#footer, #footerLeft, #footerRight {
	vertical-align: middle;
	height: 50px;
	color: #333333;
	text-align: left;
	padding-left: 0px;
}

#footerLeft {
	border-right: 1px solid #fff;
	padding-right: 26px;
}

#footerLeft .peuWeb {
	font-size: 9px;
	float: left;
	text-align:left;
}

#footerLeft .rss {
	text-align: right;
	float: right;
}

#footer {
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.partalColor {
	color: #f00000;
}

/* TITLES H1 **** Start */
.title-round-left, .title-round-right {
	margin-bottom: 10px;
}

.title-round-left {
	margin-bottom: 10px;
}

.title-round-center {
	color: #333333;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid #d8cec4;
	margin-bottom: 10px;
}

.title-round-right {
	border-bottom: 1px solid #d8cec4;
	margin-bottom: 10px;
	width: 100%;
}
/* TITLES H1 **** End */


/* OK & KO **** Start */
#ok, #ko {
	padding: 20px;
	background-color: rgb(245,245,245);
}

#ok .image, #ko .image {
	float: left;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	margin-right: 10px;
}

#ok .image {
	background-image: url(/img/ok_edit.gif);
}

#ko .image {
	background-image: url(/img/ko_edit.gif);
}

#ok .message, #ko .message {
	margin-bottom: 4px;
	font-size: 13px;
}

#ok .return, #ko .return {
	font-size: 13px;
    margin-left: 60px;
}
/* OK & KO **** End */


/* MODUL ARCHIVE **** Start */
#archive {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 40px;
}

#archive .select {
	font-size: 13px;
	height: 21px;
	vertical-align: middle;
	display: inline-block;
}

#archive .submit {
	font-size: 13px;
	vertical-align: middle;
	display: inline-block;
}

#archive .text {
	font-size: 13px;
	vertical-align: middle;
	display: inline-block;
}
/* MODUL ARCHIVE **** End */


/* MODUL LASTCHANGES **** Start */
#lastchanges .date {
	font-size: 10px;
	color: #828282;
}
/* MODUL LASTCHANGES **** End */


/* MODUL CATEGORIES **** Start */
#categories .desc {
    font-size: 10px;
    color: #666666;
}
/* MODUL CATEGORIES **** Start */


/* MODUL RSS **** Start */
#rss .date {
	font-size: 10px;
	color: #828282;
}
/* MODUL RSS **** End */


/* MODUL CALENDAR **** Start */
#calendar a, #calendar a:visited {
	color: #c0bab5;
	font-size: 11px;
	text-decoration: underline;
}
		#calendar a:hover {
			color: #666666;
			text-decoration: underline;
		}

#calendar .box {
	font-size: 11px;
	margin-top: 8px;
}

#calendar .month {
	height: 20px;
	font-size: 11px;
	text-align: center;
	border-bottom: 1px solid white;
}

#calendar .table {
	font-size: 11px;
}

#calendar .monthnow {
	display:inline;
	color: white;
	font-size: 11px;
	font-weight: bold;
}

#calendar .yearnow {
	display:inline;
	color: white;
	font-size: 10px;
}

#calendar .weekday {
	background-color: #b5aea8;
	font-size: 11px;
	color: white;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	border: 2px solid white;
	width: 15px;
}

#calendar .nextmonth {
	background-color: #b5aea8;
	font-weight: bold;
	padding-right: 4px;
	font-size: 11px;
	text-align: right;
	border-right: 2px solid white;
	border-bottom: 1px solid white;
}

#calendar .prevmonth {
	background-color: #b5aea8;
	font-weight: bold;
	font-size: 11px;
	padding-left: 4px;
	border-left: 2px solid white;
	border-bottom: 1px solid white;
}

#calendar .month {
	background-color: #b5aea8;
}

#calendar .day {
	color: #000;
	padding: 3px;
	text-align: center;
	background-color: white;
	font-weight: bold;
	font-size: 10px;
}

#calendar .now {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	background-color: #b5aea8;
}

	#calendar .now a {
		color: #fff;
	}

#calendar .dayprev {
	color: #c0bab5;
	padding: 3px;
	text-align: center;
	background-color: white;
	font-weight: bold;
	font-size: 10px;
}
/* MODUL CALENDAR **** End */


/* MODUL LOGIN **** Start */

#login li {
	padding-right: 8px;
	padding-bottom: 0px;
	list-style-type: none;
	color: rgb(255, 196, 56);
}

#login .content {
	padding-left: 0px;
}

#login .title {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}

#login .submit {
	border: none;
	background-color: white;
	margin-left: 5px;
	font-size: 11px;
	color: #9f9f9f;
}

#login .checkbox {
	margin: 10px 4px 4px 0px;
}

#login .input {
	font-size: 11px;
	width: 120px;
}
/* MODUL LOGIN **** End */



/* MODUL VISITES **** Start */
#visites .title {
	font-weight: bold;
	font-size: 10px;
	color: #bfaa97;
}

#visites .desc {
	font-size: 10px;
	color: #6f6f6f;
}
/* MODUL VISITES **** End */



/* MODUL LINKS **** Start */
#links .title {
	font-weight: bold;
	font-size: 10px;
	color: #bfaa97;
}

#links .desc {
	font-size: 10px;
	color: #6f6f6f;
}
/* MODUL LINKS **** End */


/* MODUL BLOC **** Start */
#bloc {
	margin-left: none;
}

#bloc .post {
	font-size: 12px;
	padding: 0px 10px 0px 0px;
	margin-left: 0px;
}

#bloc .title {
	color: #333333;
	font-weight: bold;
	font-size: 16px;
}

#bloc .title a:link, #bloc .title a:visited, #bloc .title a:hover {
	color: #333333;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

#bloc .info {
	color: #6f6f6f;
	margin: 0px 0px 4px 0px;
	font-size: 11px;
}

#bloc .date {
	font-size: 11px;
}

#bloc .image {
	float: left;
	margin-right: 6px;
	margin-top: 3px;
	margin-bottom: 1px;
}

.entradeta, .cos {
    font-size: 12px;
}

#bloc .separator {
	height: 1px;
	line-height: 1px;
	margin: 17px 0px 17px 0px;
/* 	border-bottom: 1px solid #d8cec4; */
}

#bloc .options {
	padding: 10px 5px 0px 0px;
	/*background-color: rgb(245,245,245);*/
	clear: both;
}

#bloc .addcomments {
	font-size: 11px;
	padding-left: 10px;
	background-image: url(/img/mas_attachments.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#bloc .extended {
	font-size: 11px;
	padding-left: 10px;
	background-image: url(/img/mas_attachments.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

.linkcomments, .nolinkcomments {
	font-size: 11px;
	color: rgb(111, 111, 111);
    background-image: url(/img/mas_attachments.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 10px;
}

	a.linkcomments, a.linkcomments:hover, a.linkcomments:visited {
		font-size: 11px;
		color: rgb(111, 111, 111);
	}

#bloc .attachments {
	/*padding-bottom: 10px;*/
}

	.attachmentsTitle {
		font-size: 11px;
		color: #333333;
	}

#bloc .attachments .attach-name {
	font-size: 11px;
	/*padding-left: 10px; */
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#bloc .attachments .attach-desc {
	font-size: 11px;
    color: #333333;
}

#bloc .pager {
	font-size: 13px;
	text-align: left;
}

		#bloc .pager .separator {
			background-image: url(../img/linea_bottom_edit.png);
			background-repeat: repeat-x;
			font-size: 1px;
			line-height: 1px;
			width: 150px;
			height: 1px;
			margin-right: 10px;
			margin-top: 25px;
		}

#bloc .pagerActual {
	font-weight: bold;
	font-size: 11px;
	color: #666666;
}

#bloc .pager .nextpage {
	margin-left: 8px;
}

#bloc .pager .previouspage {
	margin-right: 8px;
}


#bloc .editpost, #bloc .delpost {
	font-size: 13px;
	padding-left: 10px;
	background-image: url(/img/mas_attachments.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#bloc #edit .rssOption {
	width: 100%;
	margin-right: 20px;
}

#bloc #edit .nameOption {
	color: #666666;
	font-size: 13px;
	font-weight: bold;
}

#bloc #edit .textOption {
	font-size: 13px;
	margin-bottom: 6px;
	width: 300px;
}

#bloc #edit .selectOption {
	font-size: 13px;
	min-width: 200px;
	margin-bottom: 6px;
}

#bloc #edit .fieldOption {
	font-size: 13px;
}

#bloc #edit .radioOption {
	vertical-align: middle;
	margin-right: 10px;
}

#bloc #edit .title {
	vertical-align: middle;
	display: inline-block;
}

#bloc #edit .titleOption {
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

#bloc #edit .image-theme {
	border: 1px solid rgb(200,200,200);
}

#bloc #edit .available-theme {
	font-size: 13px;
	width: 50%;
	float: left;
	text-align: center;
	height: 220px;
	overflow: hidden;
}

#bloc #edit .divsubmit {
	clear: both;
}

#bloc #edit .submit {
	color: white;
	font-size: 13px;
	margin-top: 10px;
	padding: 0px 10px 0px 10px;
	border: 1px solid #6f6f6f;
	background-color: #b5aea8;
}

#bloc #edit .message {
	padding: 10px 5px 10px 20px;
	background-color: rgb(245,245,245);
	background-image: url(/img/atention.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	margin-bottom: 20px;
	font-size: 13px;
}

#bloc #edit .caution-theme {
	font-size: 13px;
	margin-bottom: 20px;
}

#bloc .draft {
	font-size: 11px;
}

#bloc .draft .list {
	font-size: 11px;
	width: 100%;
	margin-top: 20px;
}

#bloc .draft .list .header {
	font-size: 11px;
	padding: 2px;
	font-weight: bold;
	background-color: #E5E5E5;
}

#bloc .draft .list .item {
	font-size: 11px;
	padding: 3px;
	background-color: #F5F5F5;
	vertical-align: top;
}

/* MODUL BLOC **** End */

/* MODUL POST **** Start */
#post .post {
	font-size: 12px;
	padding: 0px 10px 0px 0px;
}

#post .title {
	color: #333333;
	font-weight: bold;
	font-size: 16px;
}

#post .title a, #post .title a:link, #post .title a:visited, #post .title a:hover {
	color: #333333;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

#post .info {
	color: #6f6f6f;
	margin: 3px 0px;
	font-size: 11px;
}

#post .date {
	font-size: 11px;
}

#post .image {
	float: left;
	margin-right: 6px;
	margin-top: 1px;
	margin-bottom: 1px;
}

#post .options {
	padding: 10px 5px 10px 0px;
	/*background-color: rgb(245,245,245);*/
	clear: both;
}

#post .addcomments {
	font-size: 11px;
	padding-left: 10px;
	background-image: url(/img/mas_attachments.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#post .extended {
	font-size: 11px;
	padding-left: 10px;
	background-image: url(/img/mas_attachments.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#post .editpost, #post .delpost {
    font-size: 11px;
    padding-left: 10px;
    background-image: url(/img/mas_attachments.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

#post .attachments {
	/*padding-bottom: 10px;*/
}

#post .attachments .attach-name {
	font-size: 11px;
	/*padding-left: 10px;  */
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#post .attachments .attach-desc {
	font-size: 11px;
    color: #333333;
}


#post .separator {
	height: 1px;
	line-height: 1px;
	margin: 20px 0px 20px 0px;
	border-bottom: 1px solid #d8cec4;
}

#post .comments {
	font-size: 12px;
	padding: 0px 10px 0px 0px;
}

#post .comment {
}

#post .comment .comment-title {
	color: #333333;
	font-weight: bold;
}

#post .comment .comment-info {
	color: #6f6f6f;
}

#post .comment .comment-date {
	font-size: 11px;
}

#post .comments ul {
	padding-left: 20px;
}

#post .comments li {
	list-style-type: disc;
	list-style-image: url(../img/dot_edit.gif);
	list-style-position: outside;
	color: rgb(255, 196, 56);
}

#post #edit .name, #post #edit .name2 {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}

#post #edit .name2 {
	margin-top: 10px;
}

#post #edit .text {
	width: 100%;
}

#post #edit .textarea {
	height: 200px;
	width: 100%;
}

#post #edit .check, #post #edit .checkImg {
	vertical-align: middle;
	display: inline-block;
}

#post #edit .checkImg {
	margin: 0px 6px 10px 0px;
}

#post #edit .text, #post #edit .select, #post #edit .textarea,#post #edit .file,
#post #edit .textFile, #post #edit .buttonDel, #post #edit .radioDefault, #post #edit .field {
	vertical-align: middle;
	display: inline-block;
	font-size: 13px;
	margin-bottom: 2px;
}

#post #edit .file {
	float: left;
}

#post #edit .message {
	padding: 10px 5px 10px 20px;
	background-color: rgb(245,245,245);
	background-image: url(../img/atention.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	margin-bottom: 20px;
	font-size: 13px;
}

#post #edit .field {
	font-size: 13px;
	clear: both;
}

#post #edit .submit {
	color: white;
	font-size: 13px;
	margin-top: 10px;
	padding: 0px 10px 0px 10px;
	border: 1px solid #6f6f6f;
	background-color: #b5aea8;
}

#post #edit .allFiles {
	padding-bottom: 20px;
}

#post #edit .textFiles {
	font-size: 11px;
}

#post #edit .buttonAdd, #post #edit .buttonDel {
	height: 22px;
	font-size: 13px;
}

#post #edit .buttonAdd {
	margin-top: 4px;
	margin-bottom: 4px;
}

#post #edit .divsubmit {
	clear: both;
}

#post #edit .descAttachments {
	font-size: 10px;
}

#post #edit .addfile {
	background-color: rgb(245,245,245);
	margin-bottom: 2px;
	padding: 6px;
}

#post .toolbar .separator, #post .toolbar .button {
	margin: 1px;
	padding: 0px;
}
/* MODUL POST **** End */


/* MODUL USER **** Start */
#user .name {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

#user .value {
	font-size: 11px;
	color: #333333;
	margin-bottom: 10px;
}

#user .gobloc {
	font-size: 13px;
	margin-top: 20px;
}

#user .message-login {
	padding: 10px 5px 10px 20px;
	background-color: rgb(245,245,245);
	background-image: url(/img/atention.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	margin-bottom: 20px;
	font-size: 13px;
}

#user .name-login {
	width: 120px;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}

#user .info-login {
	font-size: 13px;
	margin-bottom: 10px;
}

#user .value-login {
	font-size: 13px;
	margin-bottom: 4px;
}

#user .checkbox {
	margin: 0px;
}

#user .submit {
	color: white;
	font-size: 13px;
	margin-top: 10px;
	padding: 0px 10px 0px 10px;
	border: 1px solid #6f6f6f;
	background-color: #b5aea8;
}

#user .top {
	padding-bottom: 10px;
}

#user .top .image {
	padding-right: 10px;
}

#user .top .login {
	font-size: 22px;
	font-weight: bold;
}

#user .separator {
	background-image: url(../img/linea_bottom_edit.png);
	background-repeat: repeat-x;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}
/* MODUL USER **** End */


/*
    Enlla&#195;&#167;os i categories d'usuari
*/

div.category {
    font-size: 12px;
}

div.category .list {
	font-size: 12px;
    width: 100%;
    margin-top: 20px;
}

div.category .list .header{
	font-size: 12px;
    font-weight: bold;
    background-color: #E5E5E5;
}

div.category .list .items{
	font-size: 12px;
    padding:3px;
    background-color: #F5F5F5;
    vertical-align: top;
}

div.category .name-category{
	font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
}

div.category .submit {
	color: white;
	font-size: 13px;
	margin-top: 10px;
	padding: 0px 10px 0px 10px;
	border: 1px solid #6f6f6f;
	background-color: #b5aea8;
}

div.category .value-category textarea{
    font-size: 12px;
}


.htmlareaUserEdit {
    width: 60%;
}

.htmlareaUserEdit textarea{
    width: 110%;
    height: 200px;
}

div.category .message-notify {
	padding: 10px 5px 10px 5px;
	background-color: rgb(245,245,245);
	margin-top: 10px;
	font-size: 13px;
}


/* MODUL USER **** Start */

#user .title {
	color: #333333;
	font-weight: bold;
}

#user .user-radios {
	font-size: 11px;
}

#user .nameOption{
    margin-top: 10px;
}

#user .user-input-file {
    font-size: 13px;
}

#user .little-message-info{
    font-size: 9px;
    color: #999;
}

#user .info {
	color: #333333;
}

#user .image {
	float: left;
	margin-right: 6px;
}

#user #edit .nameOption {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

#user #edit .message {
	padding: 10px 5px 10px 20px;
	background-color: rgb(245,245,245);
	background-image: url(/img/atention.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	margin-bottom: 20px;
	font-size: 13px;
}

#user #edit .textOption {
	font-size: 13px;
	margin-bottom: 6px;
	width: 300px;
}

#user #edit .fieldOption {
	font-size: 13px;
}

#user #edit .radioOption {
	vertical-align: middle;
	margin-right: 10px;
}

#user #edit .title {
	vertical-align: middle;
	display: inline-block;
}

#user #edit .titleOption {
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

#user #edit .divsubmit {
	clear: both;
}

#user #edit .submit {
	color: white;
	font-size: 13px;
	margin-top: 10px;
	padding: 0px 10px 0px 10px;
	border: 1px solid #6f6f6f;
	background-color: #b5aea8;
}
/* MODUL USER **** End */

/* MODUL TEMPLATE ****/

#template .submit {
	color: white;
	font-size: 13px;
	margin-top: 10px;
	padding: 0px 10px 0px 10px;
	border: 1px solid #6f6f6f;
	background-color: #b5aea8;
}

#template .templatearea {
    width:100%;
    height:400px;
    font-size: 12px;
}

#template .little-message-info {
    font-size: 12px;
    color: #777;
    margin: 10px 0px;
}

#template .message-login {
    padding: 10px 5px 10px 20px;
	background-color: rgb(245,245,245);
	background-image: url(/img/atention.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	margin-bottom: 20px;
    font-size: 13px;
}

/* FI MODUL TEMPLATE */
