/* CSS Document */

/*
	HTML
***************************************************/

* {
	padding: 0;
	margin: 0;
	}

body {
	background-color: #3E3A3A;
	font-family: Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#FFFFFF;
	line-height:15px;
	}

#base_cont {
	background-color:#4D4948;
	padding-bottom: 36px;
	}
	
#base , #menu_footer {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	}
	
p {
	line-height:20px;
	padding-left:10px;
	}

a {
	color: #999999;
	}

a:hover {
	color: #ffffff;
	}

.gradient {
	background: url(images/right_column_bg.jpg) top repeat-x;
	}

.short_gradient {
	background: url(images/short_right_column_bg.jpg) top repeat-x;
	}
	
p.destacado {
	font-weight:bold;
	}
	
p.italico {
	font-style:italic;
	}

.cont {
	overflow: hidden;
	}

.clearfix {
	clear: both;
	}

/*
	Header
***************************************************/

#header{
	width:960px;
	height:68px;
}

#contain_logo {
	float:right;
	width:290px;
	}
	
#logo {
	margin-top:8px;
	border: none;
	}
	
#logo img {
	border: none;
	}

/*
	Menu
***************************************************/

#menu {
	float:left;
	}

.page_item  a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	letter-spacing:-2px;
	color: #999999;
	text-decoration: none;
	display: block;
	padding-left:15px;
	padding-right:15px;
	padding-top:30px;
	height:35px;
	}
	
.page_item  a:hover, .current_page_item a {
	color: #ffffff;
	text-decoration: none;
	}

.page_item {
	background-color:#3E3A3A;
	margin-right:2px;
	float:left;
	list-style: none;
	text-transform: lowercase;
	}
	
#subpages_nav {
	padding-top: 20px;
	}	

#subpages_nav .page_item  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing: 0px;
	color: #999999;
	text-decoration: none;
	display: block;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	height:20px;
	}
	
#subpages_nav .page_item  a:hover, #subpages_nav .current_page_item a {
	color: #ffffff;
	text-decoration: none;
	}

#subpages_nav .page_item {
	background-color:#3E3A3A;
	margin-right:2px;
	float:left;
	list-style: none;
	text-transform: lowercase;
	}
	
/*
	Contingut
***************************************************/

#contingut{
	width:960px;
	margin-top:32px;
	height: 100%;
	overflow: hidden;
}

#content {
	overflow: hidden;
	width: 100%;
	margin: 35px 0px;
	}
	
#half_right {
	float: right;
	width: 441px; 
	padding: 15px;
	}
	
#half_left, .half_left {
	float: left;
	width: 479px;
	}

.half_left {
	overflow: hidden;
	}

#contingut:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#contingut_dre{
	float:right;
	width:471px;
	height: 100%;
	padding-bottom: 32768px;
    margin-bottom: -32768px
	}
	
#contingut_esq {
	float:left;
	width:481px;
	padding-right: 8px;
	padding-bottom: 32768px;
    margin-bottom: -32768px;
	}
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-style:normal;
	font-weight:normal;
	color:#FFFFFF;
	padding-bottom: 23px;
	padding-left: 8px;
	margin: 5px 0px; 
	background: url(images/title_underline_effect_bg.gif) bottom repeat-x;
	}
	
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-style:normal;
	font-weight:normal;
	color:#FFFFFF;
	margin-top: 14px;
	padding-top: 10px;
	padding-left: 8px;
	/*background: url(images/title_underline_effect_bg.gif) bottom repeat-x;*/
	padding-bottom: 8px;
	background: none;
	border-bottom: 1px solid #404040;
	margin-bottom: 2px;
	}
	
#content p {	
	margin: 13px 0px;
	}
	
#news h2 {
	background: none;
	padding-bottom: 1px;
	}

#news_content .post {
	padding: 10px 0px 10px 5px;
	}

	#news_content .post h3 a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		padding: 0px;
		margin: 0px;
		color: #ffffff;
		text-decoration: none;
		}

	#news_content .post p {
		padding: 0px 0px 0px 0px;
		margin: 2px 0px;
		}

#news_content a {
	color: #999999;
	}
	
#half_right h2 {
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 0px;
	background: none;
	}
	
#half_right h2 a {
	color: #ffffff;
	text-decoration: none;
	}
	
#half_right h2 a:hover {
	text-decoration: underline;
	}
	
#third_right, #sidebar {
	float: right;
	width: 213px; 
	}
	
#third_right div {
	padding: 15px;
	}
	
#third_right div h2, #sidebar div h2 {
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 0px;
	background: none;
	}

#half_left h2 {
	line-height: 28px;
	}

#sidebar ul {
	list-style: none;
	}

h2.subpage {
	padding-bottom: 6px;
	background: none;
	border-bottom: 1px solid #454141;
	}
	
	h2.subpage a {
		color: #ffffff;
		text-decoration: none;
		}
		
	h2.subpage img {
		border: none;
		}

p.subpage {
	margin-bottom: 32px;
	}
	
.likeLeftOne h2 {
	margin-top: 9px !important;
	}
	
.doble_linea {
	background-image:url(imatges/doble_linea.jpg);
	background-repeat:repeat-x;
	margin-top:7px;
	}
	
#news {
	background-color:#454141;
	height:208px;
	width:471px;
	}
	
#news.fondo {
	background-image:url(imatges/fondo_noticias.jpg);
	background-repeat:repeat-x;
	}
	
#ultims {
	margin-top: 30px;
	overflow: hidden;
	margin-bottom: 25px;
	margin-right: -16px
	}
	
	#ultims a {
		text-decoration: none;
		color: #ffffff;
		}
	
.projecte {
	float:left;
	margin-top: 10px;
	margin-right:16px;
	width:309px;
	background-color:#3E3A3A;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	cursor: pointer;
	}
	
.projecte img {
	border: none;
	}
	
a .projecte p {
	text-decoration: none !important;
	color: #fff !important;
	}
	
a .projecte {
	text-decoration: none !important;
	color: #fff !important;
	}
	
#projecte2 {
	height:290px;
	float:left;
	margin-top: 10px;
	width:309px;
	background-color:#3E3A3A;
	margin-right:0px;
	}
	
.narrowcolumn {
	width: 697px;
	}
	
.narrowcolumn .post {
	margin-bottom: 50px;
	overflow: hidden;
	}
	
.post_date {
	float: right;
	padding-top: 14px;
	}

.post h2 a {
	color: #ffffff;
	text-decoration: none;
	}
	
/*
	Footer
***************************************************/

#footer{
	background-color: #3E3A3A;
	overflow: hidden;
	padding-bottom: 36px;
	border-top: 1px solid #3E3A3A;
	padding-top:10px;
}

#copyright {
	margin-left:10px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float: left;
	}
	
#bottom_menu, #bottom_menu2 {
	float:right;
	}

#bottom_menu ul {
	float:left;
	width:95px;
	}
	
#bottom_menu li {
	list-style-type:none;
}

#bottom_menu li.titulo, #bottom_menu li.pagenav {
	font-weight: bold;
	color: #666666;
	font-size: 11px;
	}

#bottom_menu a, #bottom_menu2 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
	color:#666666;
	
	}
	
#bottom_menu li.selecionado{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
	color:#999999;
	}
	
#bottom_menu2 {
	margin-left: 10px;
	}	

#bottom_menu2 ul {
	float:left;
	width:60px;
	}
	
#buscador {
	float:left;
	background-color:#FFFFFF;
	border:#666666 1px;
	width:145px;
	margin-top:29px;
	height:18px;
	margin-right:8px;
	}
	
#bottom_search {
	float:left;
	margin-top:28px;
	background-color:#353131;
	width:64px;
	height:20px;
	}
	
#bottom_search a {
	color:#666666;
	text-decoration:none;
	margin-left:15px;
	}

#footer .page_item a {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #666666;
	text-decoration: underline;
	display: block;
	padding: 0px;
	height: auto;
	text-transform: none;
	font-weight: normal;
	}
	
#footer .page_item  a:hover, #footer .current_page_item a {
	color: #ffffff;
	text-decoration: none;
	}

#footer .page_item {
	margin-right: 0px;
	list-style: none;
	padding: 0px;
	float: none;
	}

.case_image {
	border: none;
	float: left;
	margin-right: 15px;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin: 40px 0px;
	overflow:hidden;
	}

.navigation a {
	color: #999999;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.cat-item, #third_right li {
	font-size: 13px;
	font-style: italic;
	color: #ffffff;
	text-decoration: none;
	list-style: inside;
	padding: 3px 0px;
	}
	
	.cat-item a, #third_right li a {
		color: #ffffff;
		text-decoration: none;
		}
	
	.cat-item a:hover, #third_right li a:hover {
		text-decoration: underline;
		}

.portfolio_invitation {
	color:#666666;
	font-family:Georgia;
	font-size:18px;
	line-height:26px;
	margin-top:20px;
	padding:0 !important;
	}
	
.portfolio_invitation a {
	color:#666666;
	text-decoration: none;
	}
	
.portfolio_invitation a span {
	color:#999999;
	font-size:22px;
	}

#search_page {
	margin-top: 40px;
	padding-left: 8px;
	}
	
	#search_page input {
		padding: 4px;
		font-size: 24px;
		font-family: Arial, Helvetica, sans-serif;
		}
	
	#search_page #searchsubmit {
		font-size: 24px;
		border: 1px solid #363333;
		background: #353131;
		color: #666666;
		margin-left: 5px;
		}

	#bottom_menu2 #searchsubmit {
		font-size: 11px;
		border: 1px solid #363333;
		background: #353131;
		color: #888888;
		margin-left: 5px;
		padding: 2px;
		}

#profiles_cont {
	margin-right: -20px;
	padding-left: 5px;
	*padding-left: 0px;
	}

.team_profile {
	background: #3E3A3A;
	padding: 5px;
	width: 455px;
	overflow: hidden;
	margin-right: 20px;
	*margin-right: 14px;
	margin-bottom: 18px;
	float: left;
	}
	
	.team_profile h3 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		font-weight: normal;
		padding-bottom: 4px;
		}
	
	.team_profile img {
		float: left;
		}

.info_profile_cont {
	width: 153px;
	float: right;
	height: 192px;
	}
	
	.info_profile_cont td.description {
		vertical-align: bottom;
		padding-bottom: 17px;
		}
	
	.info_profile_cont td.name {
		vertical-align: top;
		}
	
	.info_profile_cont td.name p {
		padding: 0px;
		margin: 0px !important;
		}

.footer-other-links {
	margin-bottom: 20px;
	}

.footer-other-links a {
	padding: 0px 10px;
	}

#commentform input, #commentform textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	width: 90%;
	}

#commentform textarea {
	width: 100%;
	}

#content .postmetadata {	
	margin-top: 30px;
	}

.commentlist {
	margin-top: 20px;
	padding-left: 70px;
	}

.commentlist p {
	padding: 0px;
	}

#comments, #respond {
	border-bottom: 1px solid #404040;
	padding-bottom: 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style:normal;
	font-weight:normal;
	color: #FFFFFF;
	margin-top: 24px;
	padding-top: 10px;
	padding-left: 8px;
	}

.comment-form {
	width: 100%;
	margin-top: 10px;
	}

	.comment-form td {
		width: 50%;
		padding: 3px 0px;
		line-height: 18px;
		}
		
.submit-button {
	font-size: 12px;
	border: 1px solid #363333;
	background: #353131;
	color: #888888;
	}

.wpcf7 input[type=submit] {
	font-size: 13px;
	border: 1px solid #363333;
	background: #353131;
	color: #888888;
	padding: 3px;
	}
	
#logos_cont img {
	margin: 0px 5px 10px;
	}
	
	#lang_bar				{ text-align: right; font-size: 11px; background-color: #3e3a3a; }
	#lang_bar div			{ width: 960px; margin: auto; padding-bottom: 4px; }
	#lang_bar div a			{ text-decoration: underline; color: #999; }
	#lang_bar div a:hover	{ text-decoration: none !important; color: #fff; }
