/*
Theme Name: Neuro Dexeus
Theme URI: http://www.neurodexeus.org/
Description: Neuro Dexeus, by Omatech.com.
Version: 1.0
Author: Omatech
Author URI: http://www.omatech.com/
*/

body {
	background-color:#fff;
	font-family: Arial, Verdana;
	font-size:12px;
	color:#3E3E3E;
	margin:0;
	padding:0;
}

#maincontainer{
	margin:0 auto 0 auto;
	padding:0;
	width:865px;
}

#header {
	background-color:#0d61a9;
	height:117px;
	margin:0px;
	padding:0px;
}
#header-container {
	width:865px;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
}
#headerlogo{
	width:220px;
	float:left;
}

#headertext{
	width:370px;
	padding: 0 0 0 30px;
	float:left;
	/*height:117px;*/
}
#header h1 {
	font-family:Arial;
	font-weight:bold;
	font-size:20px;
	color:#fff;
	padding:0!important;
	padding:16px 0 0 0;
	margin:15px 0 0 0;
}
#header h1 a {
	text-decoration:none;
	color:#fff;
}
#header h1 a:hover {
	border:none;
}
h1.elblog{
margin:0px!important;
display:inline!important;
}
#headertext h2{
	color:#fff;
	display:inline;
	font-size:18px;
	font-weight:normal;
	margin:0px;
}
#headersearch{
float:left;
width:220px;
/*height:117px;*/
vertical-align:bottom;
padding-top:90px;
}
#header img {
	float:left;
	margin:0 30px 0 0;
}
#header ul {
	margin:30px 0 60px 0 !important; /*fixes the Firefox aligning problem as against IE6 */
	margin:52px 0 60px 0;
	padding:0;
	float:right;
}
#header p {
	float:right;
	padding:25px 10px 15px 20px;
	margin:-27px 0 0 0;
	font-family:Arial, Verdana;
	font-size:11px;
	color:#666666;
}
#header input {
	background-color:#f6f6f6;
	border-top:1px solid #eee;
	border-right:1px solid #f9f9f9;
	border-bottom:1px solid #f9f9f9;
	border-left:1px solid #eee;
	font-family:Arial, Verdana;
	color:#000;	
	
}
#header input:hover {
	border:1px solid #ccc;
	color:#666;
}
#header input:focus {
	border:1px solid #999;
	color:#333;
}
#header input.buttonsearch{
background: url('images/boton.jpg') no-repeat top left;
width:13px;
height:14px;
border:0px;
}

.textsearch{
color:#ffffff;
font-size:14px;
}

input.buttonsearch{
background: url('images/boton.jpg') no-repeat top left;
width:13px!important;
height:14px!important;
border:0px!important;
}





#content input {
	width:300px;
	background-color:#f6f6f6;
	border-top:1px solid #eee;
	border-right:1px solid #f9f9f9;
	border-bottom:1px solid #f9f9f9;
	border-left:1px solid #eee;
	font-family:Arial, Verdana;
	color:#ccc;
	padding:4px;
	margin:3px 3px 3px 50px;
}
#content input:hover {
	border:1px solid #ccc;
	color:#666;
}
#content input:focus {
	border:1px solid #999;
	color:#333;
}

#content textarea {
	width:300px;
	background-color:#f6f6f6;
	border-top:1px solid #eee;
	border-right:1px solid #f9f9f9;
	border-bottom:1px solid #f9f9f9;
	border-left:1px solid #eee;
	font-family:Arial, Verdana;
	color:#666;
	padding:4px;
	margin:3px 3px 3px 50px;
}
#content textarea:hover {
	border:1px solid #ccc;
	color:#666;
}
#content textarea:focus {
	border:1px solid #999;
	color:#333;
}
.articlemenu {
	/*border-top:1px solid #eee;*/
	margin:10px 0 0 30px;
	padding:0;
	text-align:left;
}

#header a {
	color:#43CBAE;
	text-decoration:none;
}
#header a:hover {
	border-bottom:1px dotted #333;
}
#header li {
	float:left;
	display:block;
	list-style:none;
}
#header li a {
	display:block;
	width:92px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	background-image:url(images/backgrounds/menua.jpg);
	background-repeat:no-repeat;
	padding:5px 0 9px 0;
	
}
#header li a:hover {
	background-image:url(images/backgrounds/menuahover.jpg);
	border:none;
	padding:6px 0 8px 0;
}
.clear {
	clear:both;
}
#container {
	width:865px;
	margin:0;
	padding:0px;
	/*border:1px solid red;*/
	background:#ffffff url('images/fons.jpg') top left repeat-y;
	display:inline-block;
	overflow:hidden;
	float:none;
}
#sidebar {
	float:left;
	width:220px;
	height:100%;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#eeeeee;
	line-height:20px;
	border-bottom:1px solid #eee;
}
#sidebar h2 {
	color:#0d61a9;
	font-size:18px;
	font-weight:normal;
	font-family:Arial, Verdana;
	margin-left:20px;
}
#sidebar ul {
	margin:0;
	margin-left:30px;
	padding: 0;
}
#sidebar ul.children {
	/*margin:10px 10px 10px 10px;*/
	/*padding:5px;*/
}
#sidebar li {
	margin:0px;
	padding:0x;
	list-style:none;
}
#sidebar li a {	
	/*display:block;*/
	padding-top:0px;
	padding-bottom:0px;
	padding-left:10px;
	margin:0 0 0 0;
	font-size:14px;
	font-style:italic;
	/*background-color:#f6f6f6;*/
	/*border-right:10px solid #fff;*/
	color:#0d61a9;
	text-decoration:none;
	/*border-left:2px solid #ddd;*/
}
#sidebar li a:hover {
	/*background-color:#eee;*/
	/*color:#333;*/
	/*border-right:10px solid #eee;*/
}
#sidebar p {
	padding: 0 30px 0 5px;
	margin:20px 0 20px 0;
}
hr.punteada{
/*color:#0d61a9;*/
border-top:2px dotted #0d61a9;
border-bottom:0px;
width:200px;
}
#content {
	margin:0 0 0 220px;
	padding-top:10px;
	background-color:#fff;
	padding-bottom:100px;
	/*border-left:1px solid #eee;*/
}
#content h1 {
	font-family:Arial, Verdana;
	font-size:24px;
	font-weight:normal;
	color:#0d61a9;
	padding-left:30px;
	margin-bottom:0px;
	margin-top:0px;
	/*background-image:url(images/backgrounds/h1.jpg);*/
	/*padding:50px 10px 10px 30px;*/
	/*border-top:2px solid #eee;*/
}
#content h2 {
	font-family:Arial, Verdana;
	font-size:24px;
	font-weight:normal;
	color:#000;
	letter-spacing:-1px;
	padding:15px 15px 15px 40px;
}
#content h3 {
	font-family:Arial, Verdana;
	font-size:16px;
	font-weight:normal;
	color:#0d61a9;
	padding-top:5px;
	padding-left:30px;
	padding-bottom:5px;
	margin:0;
}
#content p {
	/*padding:20px 50px 20px 50px;*/
	padding-left:30px;
	line-height:20px;
	font-size:14px;
}
#content ul {
	margin: 10px 10px 10px 30px;
}
#content ul li {
	list-style:none;
	background-image:url(images/backgrounds/li.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	/*padding:0px 5px 0px 20px;
	margin:15px 0 15px 0;*/
}
#content ol li {
	margin:15px 0 15px 5%;
}
#sidebar img {
	border:0px;
}
#description {
	width:720px;
	background-color:#FFFFFF;
	padding:20px 20px 10px 20px!important;
	padding:30px 20px 10px 20px;
	margin:-35px auto 0 auto !important;
	margin:-35px auto 50px auto;
	font-size:16px;
	color:#32C601;
	font-family:Arial, Verdana;
	background-image:url(images/backgrounds/description.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border:1px solid #fff;
	line-height:25px;
}
#description a {
	font-weight:bold;
	color:#21b500;
	text-decoration:none;
}
#content a {
	color:#0d61a9;
	/*background-color:#eee;*/
	/*border-bottom:1px solid #ccc;*/
	padding:0 6px 0 0;
	text-decoration:none;
}
#content a:hover {
	/*background-color:#ddd;
	border-bottom:1px solid #bbb;
	color:#000;*/
}
#content img {
	float:right;
	border:none;
	margin:10px 10px 10px 20px;
	padding:5px;
	background-color:#fff;
	border:3px solid #eee;
}
#footer {
	margin:0;
	padding:0;
	float: left;
	/*margin-left:auto;
	margin-right:auto;*/
	/*font-family:Arial, Verdana;
	font-size:11px;
	clear:both;*/
}
#footer a {
	color:#666;
}
#footercontent {
	width:700px;
	margin:0 auto 0 auto;
}
#sidebar input {
	width:200px;
	background-color:#f6f6f6;
	border-top:1px solid #eee;
	border-right:1px solid #f9f9f9;
	border-bottom:1px solid #f9f9f9;
	border-left:1px solid #eee;
	font-family:Arial, Verdana;
	color:#666;
	padding:4px;
	margin:3px;
}
#sidebar input:hover {
	border:1px solid #ccc;
	color:#666;
}
#sidebar input:focus {
	border:1px solid #999;
	color:#333;
}
blockquote {
	border: 1px solid #EAEAEA; 
	background: #fafafa url(images/quote.gif) no-repeat 5px 10px !important; 
}

div.separacio{
width:100%;
background: url(images/hr.jpg) no-repeat top center;
height:25px;
display:block;
/*clear:both;*/
margin-top:30px;
margin-bottom:30px;
}
#contenidor_peu	{
	background:#ffffff url('images/fons.jpg') top left repeat-y;
	margin:  0;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	float:left;
	width: 865px;
}
#peu_esquerre	{
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0 0 1em 0;
	display: inline;
	display: block;
	float: left;
	width:220px;
}
#peu_esquerre p	{
	padding: 16px 3px 10px 10px;
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #0D61A9;
	line-height: 1.6em;
}
#peu_esquerre a	{
	color: #0D61A9;
	
}
#peu_dret	{
	/*position: relative;
	top: 0;
	left: 0;*/
	background-color: #ffffff;
	float: right;
	display: inline;
	margin: 0;
	/*padding-left:30px ;*/
	width: 645px;
	
}
#peu_dret h2{
	color:#0D61A9;
}
#peu_dret p	{
	padding: 4px 30px 10px 10px;
}
#peu_dret img	{
	border: 0;
}

.patrocinador	{
	/*float: left;*/
	margin: 0 0 16px 0;
}
.patrocinador img	{
	border: 0;
	margin: 0 0 20px 0;
}
/*.creador	{
	float: right;
}*/
.creador h3	{
	float: left;
	padding: 0 0 4px 0;
	color: #0C63A7;
	font-size: 14px;
}
.creador img	{
	border: 0;
	padding: 10px 0 0 12px;
}
.contingut{
padding-left:30px;
}
a.dospuntos{
	background:url('images/fons_llista_enf_mini.gif') no-repeat top left!important;
	padding-left:12px!important;
}