@charset "UTF-8";
/** 
 * @project   PHYSIOMICS
 * @version   0.1 
 * @package   xhtml-css 
 * @author    Irene Soler 
 * @copyright 2010 by the author 
 */

/** --------- RESET ALL ------------ */

* {
	padding:0;
	margin:0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;

}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6, p {
	font-size:100%;
	font-weight:normal;
	
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
a:focus {
	-moz-outline-style:none;
}
.fltRight {
	float:right
}
.fltLeft {
	float:left
}

.clear{clear:both}


/** COLOURS

	Dark Grey	#353535
	Brown	 	#936C43
	Beige		#E5E3D7
*/

/** --------- STRUCTURE ------------ */


body{
	background: #f8f7f2;
	width:100%;
	height:100%;
	}
	
#container{
	width:980px;
	margin:0 auto;
	}
	
#header{
	height:72px;
	background:#353535 url(../images/bgHeader.png) repeat-x left top;
	color:#FFF}
	
#nav{
	height:32px;
	background:#936c43 url(../images/bgMenu.jpg) repeat-y left top;
	font-size:.85em;
	padding-left:50px
	}
	
	
/** --------- HEADER ------------ */

#header h1{
	float:left;
	font-family:Georgia, Times;
	margin:25px 25px 0 50px;
	font-size:1em;}

#header h2{
	float:right;
	margin:15px 50px 0 0;
	width:173px; height:39px;
	background:url(../images/logo.png) no-repeat left top;
	text-indent:-9999px
	}
	
	#header h2 a{
		width:173px; height:39px;
		cursor:pointer;
		display:block}

#header p{
	float:left;
	font-family:Arial;
	font-size:.75em;
	margin:30px 20px 0 0;}
	
	#header p a{
		color:#FFF;
		text-decoration:none}
		
		#header p a:hover{
		text-decoration:underline}
	
	#header p span{
		color:#e09c54}
		
/** --------- NAV ----------- */

#nav li{
	float:left;
	font-family:Arial;
	padding:7px 20px 0 0}
	
	#nav li a{
		color:#FFF;
		text-decoration:none}
		
	#nav li a:hover, #nav li.active a{
		color:#000}
		
	#nav li.date{font-family: Arial;
	color:#fff;
	float:right;
	padding:7px 50px 0 0;
	}
		
/** --------- TICKER TAPE  ----------- 
div.scrollable {
	/* required settings 
	position:relative;
	overflow:hidden;
	height:36px;
	padding:0px 50px;
	font-family: Arial;
	font-size:.85em;
	color:#333;
	background-color:#FFF
	}
	
div.scrollable ul#news {
	float:left;
	margin:0;
	width: 650px;
	}
	
div.scrollable ul#news .latest {
	float:left;
	padding:10px 10px 0 0;
	text-decoration:none;
	}

/* Estilos para el scroll parecido a la BBC
div.scrollable ul#news li {
	float:left;
	list-style:none;
	padding:10px 0px;
	margin:0;
	}
	
div.scrollable ul#news li a {
	color:#333;
	text-decoration:none
	}
*/		
	

	
/** --------- MAIN ----------- */	

#main{
	clear:both;
	background-color:#E5E3D7;
	padding:30px;
	color:#333}
	
	#main .twitter{
		float:right;
		display:block;
		height:35px;
		margin:10px 0;
		
	}#main .twitter p{
		float:left
		}
		
		#main .twitter p a{
			text-decoration:none;
			color:#333;
			font-size:.85em;
			}
			
			#main .twitter p  a:hover{
				text-decoration:underline
				}
				
		#main .twitter img{
			margin:-10px 0 0 6px;
			float:left
			}
			
		
	#main h4{
	font-size:1.3em;
	font-family:Georgia;
	padding:0 0 0 20px;
	margin:0;
	color:#848484
		}
		
	#main ul{
		margin:30px 0 0 3px;
		}
	
	#main li{
		background:url(../images/shade.png) no-repeat bottom right;
		  float:left;
		  width:215px;
		  margin: 0 19px 20px 0px;
		  }
		
		#main li.last{
			margin: 0 0px 20px 0px;}
		
		#main li div{
			position:relative;
			display:block;
			margin: -3px 3px 3px -3px;
			color: #333;
  			background-color: #fff;
  			height:300px;
			}
			
			#main li div h3{
				padding:9px 15px;
				font:1.1em Georgia, serif;
				}
				
			#main li div p{
				padding:10px 15px;
				font:.8em Georgia, serif;
				line-height:115%
				}
				
				#main li div p.posted{
					position:absolute;
					bottom:0px; left:0px;
					font:.7em Arial, sans-serif;}
			
		#main li span.interview{
		background:url(../images/iconInterview.png) no-repeat top right;
		border-bottom:4px solid #67A5BD;
		display:block;
		height:13px;
		width:215px;
		margin: -3px 0 3px -3px;
			}
			
		#main li span.news{
		background:url(../images/iconNews.png) no-repeat top right;
		border-bottom:4px solid #A68158;
		display:block;
		height:13px;
		width:215px;
		margin: -3px 0 3px -3px;
			}
			
			
#main .wrap{
	background-color:#FFF;
	padding:25px 35px;
	}
	
	#main .wrap .col{
		float:left;
		width:415px}
		
		#main .wrap .col:first-child{
			margin-right:20px}
	
#main .wrap h4{
	padding:12px 0 0 0;
}	
	
	#main .wrap h3{
	color:#A68158;
	padding:12px 0px 0 0;
	font:1em Georgia, serif;}	
	
	#main .wrap .intro p{
		font:1em Georgia, serif;}	
	#main .wrap p{
		padding:8px 20px 8px 0;
		font:.8em Georgia, serif;}
		
	#main .wrap .imgLeft{
		float:left;
		margin:5px 15px 10px 0}	
	
/** --------- FOOTER ----------- */
			
.footerLogos{
	padding:0 30px 30px 30px;
	
	background-color:#FFF}
	
	.footerLogos p{
		font:.95em Georgia, serif;
		padding:20px 0}
		
#footer{
	height:17px;
	background:#353535 url(../images/bgHeader.png) repeat-x left bottom;
	color:#FFF;
	margin:0 0 30px 0;
	padding:7px 30px;
	line-height:100%;
	font:.8em Arial, sans-serif;}
	
	#footer a{
		color:#FFF;
		text-decoration:none}
		
		#footer a:hover{
		color:#FFF;
		text-decoration:underline}
