/*
blue: 0067B1
orange: FF9900
green: A1C22D

gray: 8C8C8C
black: 404040

*/
/* Common styles */
body {
	font-family: "Trebuchet MS";
	color: #8C8C8C;
	background: #404040;
}
#contain {
	background: #FFF;
	color: #404040;
	padding: 20px 0 40px 0;
}

.image {
	background-image: url('http://www.igalia.com/fileadmin/templates/igalia_ans/img/images.png');
}
#footer .title, .main .title {
	background-image: url('http://www.igalia.com/fileadmin/templates/igalia_ans/img/images2.png');
}

.main {
	background-color: #404040;
	color: #8C8C8C;
	padding: 15px 10px;
	position: relative;
	left: -10px;
	float: left;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.main h3 {
	font-size: 1.12em;
	font-weight: normal;
	margin: 5px 0;
}
.main a{
	color: #C6C6C6;
	text-decoration:none;
}

.main p{
	font-size:.8em;
	line-height: 1.3em;
	margin:0;
}

/* Menu */
ul#menu {
	list-style: none;
	margin: 0;
}
ul#menu li {
	float: left;
	margin-right: 5px;
}
ul#menu li a {
	padding: 3px 6px;
	border-radius: 3px;
	text-decoration: none;
	color: #FFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
ul#menu li.select a {
	padding: 3px 6px;
	background: #FF9900;
	color: #404040;
}
ul#menu li a:hover {
	background: #000;
	color: #FF9900;
}
form#search, form#search-247 {
	margin-bottom: 0;
}
form#search input.text {
	background: #E2E2E2;
	padding: 3px 6px;
	margin-top: -2px;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size:16px;
	width: 224px;
}
form#search input.submit {
	display: none;
}


/* Pagination */
ul.pagination {
	list-style: none;
	color: #0067B1;
	margin: 10px 0 0 0;
	font-size: 0.7em;
	float: left;
}
ul.pagination li {
	float: left;
	margin-right: 1px;
}
ul.pagination li a {
	padding: 3px 6px;
	text-decoration: none;
	border: solid 1px #BFE7E5;
	color: #0067B1;
}
ul.pagination li.select a {
	background: #0067B1;
	color: #FFF;
}
ul.pagination li a:hover {
	text-decoration: underline;
}


/* Header */

#header{
	position:relative;
}

.logo {
	width: 150px;
	height: 53px;
	background-position: 0 0;
}

#header .section{
	font-size:1.1em;
	font-family: Georgia, Times, serif;
	position:absolute;
	top:20px;
	left:158px;
}


/* Titles */
.title {
	font-family: Georgia, Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	background: url('http://www.igalia.com/fileadmin/templates/igalia_ans/img/images.png') 0 -58px no-repeat;
	padding: 10px 0 4px 36px;
	float: left;
	width: 100%;
}
.subtitle {
	font-size: 1em;
	margin: 20px 0 0 0;
	float: left;
	width: 100%;
}
.subtitle a {
	font-weight: normal;
	font-size: 0.75em;
	color: #0067B1;
}
.subtitle a:hover {
	color: #404040;
	text-decoration: none;
}
.highline {
	font-size: 1.38em;
	line-height: 1.1em;
	border-bottom: solid 1px #CFCFCF;
	padding: 10px 0 30px 0;
	margin-bottom: 10px;
}

#work .title { background-position: 0 -56px; }
#igalians .title { background-position: 0 -86px; }
#news .title { background-position: 0 -146px; }
.s4 .title { background-position: 0 -176px; }
.s5 .title { background-position: 0 -206px; }
#contact .title { background-position: 0 -236px; }
#tags .title { background-position: 0 -266px; }
#screen .title { background-position: 0 -328px; }


/* News */
.block-list div {
	padding: 10px;
	position: relative;
	left: -10px;
	float: left;
	margin-bottom: 1px;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.block-list div.simple {
	padding: 0px;
	left: 0px;
	margin: 5px 0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.block-list .info {
	background: #404040;
	font-size: 0.7em;
	color: #FFF;
	margin-right: 10px;
	padding: 2px 0;
}

.block-list .info a {
	padding: 2px 4px;
	background: #ECECEC;
	color: #404040;
	text-decoration: none;
}

.block-list .info a:hover {
	text-decoration: underline;
}

.block-list h4 {
	font-size: 0.9em;
	line-height: 1.2em;
	display: inline;
}

.block-list h4 a {
	text-decoration: none;
	color: #0067B1;
}

.block-list h4 a:hover {
	color: #404040;
}

.block-list p {
	font-size: 0.9em;
	line-height: 1.2em;
	display: inline;
	color: #8C8C8C;
}

.block-list a.permalink {
	font-size: 0.7em;
	font-style: italic;
	white-space: nowrap;
	line-height: 1.2em;
	text-decoration: none;
	color: #0067B1;
}

.block-list a.permalink:hover {
	text-decoration: underline;
}

.block-list .projects { 
	background: #DFF3F2; 
}

.block-list .projects .info a, .block-list .projects-feed .info { 
	background: #FF9900; 
}

.block-list .projects-feed .info { 
	padding:2px 0px 2px 2px;
}

.block-list .projects-feed h4 a { 
	color:#404040; 
}

/* Tags */

#tags, #tags a{
	color: #0067B1;
	text-decoration:none;
}

#tags h2{
	color:#404040;
}

/* Footer */

#footer a{
	color:#8C8C8C;
}

#contact h2{
	margin:0 0 15px 0;
}

/* #contact div{ */
#contact {
	font-size:.75em;
}

#contact div a{
	color: #8c8c8c;
	text-decoration:none;
}

#contact address{
	font-style:normal;
	line-height:1.3em;
}

#contact div strong{
}

#footer #contact div strong{
	color:#fff;
	font-weight:normal;
}

.social{
	margin:0;
	padding:0;
}

.social li{
	list-style:none;
}

.social li a{
	text-decoration:none;
	padding:0 0 2px 23px;
	background-repeat:no-repeat;
}

.social li.mail a{
	background-image:url('../img/mail-icon.png');
}

.social li.twitter a{
	background-image:url('../img/twitter-icon.png');
}

.social li.facebook a{
	background-image:url('../img/facebook-icon.png');
}

.social li.flickr a{
	background-image:url('../img/flickr-icon.png');
}

.social li.ohlho a{
	background-image:url('../img/ohlho-icon.png');
}

#footer .notice{
	font-size:.8em;
	margin-top: 30px;
}


/* ======== */
/* = 24/7 = */
/* ======== */

.form-filter .text{
	background:#e2e2e2;
	border:none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:5px;
}

.form-filter .submit{
	font-family: Georgia, Times, serif;
	background:#0067B1;
	color:#fff;
	border:none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:4px;
}

#filter .filter h3{
	float:left;
	margin:0 10px 15px 0;
	width:100px;
	font-size:.9em;
}

#filter .filter ul{
	margin:0;
	padding:0;
	float:left;
	font-size:.9em;
	margin-top:-3px;
}

#filter .filter li{
	display:inline;
	padding:0;
	margin:0px;
}

#filter .filter li a{
	padding:3px 5px 3px 5px;
	text-decoration:none;
	color:#8C8C8C;
}

#filter .filter li.selected a{
	background:#0067B1;
	color:#fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#filter .filter div{
	font-weight:bold;
}

#igalians ul{
	margin:0;
	padding:0;
	font-size:.9em;
}

#igalians ul li{
	list-style:none;
	float:left;
	width:142px;
	margin-bottom:3px;
}

#igalians ul li a{
	color:#8C8C8C;
	text-decoration:none;
	padding:3px 5px;
}

#igalians ul li.selected a{
	background:#0067B1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color:#fff;
}

/* =========== */
/* = Igalian = */
/* =========== */

#igalian {
	font-family:Georgia, Times, serif;
	font-style:italic;
}

#igalian h2{
	margin:0;
	color: #fff;
	font-weight:normal;
}

#igalian h2{
	margin:0;
	color: #fff;
	font-weight:normal;
}

#igalian .datos-igalian{
	color:#fff;
	margin-bottom:15px;
}

#igalian .info-igalian{
	font-size:1.4em;
	line-height:1em;
	margin-bottom:5px;
}

#igalian a.expand{
	color: #fff;
	font-style:italic;
}

#igalian #about-igalian{
	clear:both;
}

#igalian #about-igalian h3{
	font-size:1em;
	color:#fff;
	font-weight:normal;
}

#igalian #follow-igalian{
	font-style:normal;
	font-size:.9em;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	
}

#igalian #follow-igalian ul{
	margin:0;
}

#igalian #follow-igalian li{
	list-style:none;
	font-size:.9em;
}

#igalian #follow-igalian .social{
	clear:both;
}

.igalian-labs {
	width: 106px;
	height: 28px;
	background-position: 0 -298px;
}
.main-labs {
	background-color: #F0F0F0;
	color: #8C8C8C;
	padding: 9px;
	position: relative;
	left: -10px;
	float: left;
	width: 100%;
	/*border: solid 1px #CFCFCF;*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.main-labs .block-list h4 a {
	color: #A1C22D;
}


/* ============ */
/* = Projects = */
/* ============ */

#project-head {
	border-bottom: solid 1px #CFCFCF;
	padding-bottom: 20px;
}
#project-head h1 {
	font-family: Georgia;
	font-weight: normal;
	font-size: 1.76em;
	margin-top: 0;
}
#project-head p {
	color: #8C8C8C;
	line-height: 1.2em;
}
#project-sections ul, #project-head ul {
	list-style: none;
	margin: 0;
	font-size: 0.81em;
	line-height: 1.3em;
}

#project-sections ul li, #project-head ul li{
	margin:3px 0px;
}

#project-head a, #project-sections a {
	color: #0067B1;
	text-decoration: none;
	padding:2px 5px;
}

#project-sections ul li.select a{
	background: #0067B1;
	color:#fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#project-head a:hover {
	color: #404040;
	text-decoration: underline;
}
#screen a {
	font-size: 0.75em;
	text-decoration: none;
	color: #404040;
}
#screen a:hover {
	text-decoration: underline;
}

#cat-text{
	
}

/* ======== */
/* = Labs = */
/* ======== */

.indicator{
	padding:0px 3px;
	float:left;
	font-size:.8em;
}

.indicator.hbi{
	background:#ff9900;
}

.sections{
	margin:10px 0 0 0;
	padding:0;
}

.sections li{
	list-style:none;
	float:left;
	width:150px;
	margin-bottom:5px;
}

.sections li a{
	color:#404040;
	padding:2px 10px;
}

.sections .select a{
	background: #fff;
	text-decoration:none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#search-labs .submit{
	background: #000;
}

.highline-labs {
	font-size: 1.38em;
	font-family: Georgia, Times, serif;
	line-height: 1em;
	color: #ccc;
	padding: 10px 0 10px 0;
	margin-bottom: 10px;
}

#main-labs{
	background: #A1C22D;
/* 
   #FFC554
   #D2F166
*/
}

#main-labs h2{
	margin:0;
	color:#fff;
	font-weight:normal;
	font-family: Georgia, Times, serif;
	float:left;
}

#main-labs h2 a{
	color:#fff;
	text-decoration:none;
}

#main-labs p{
	clear:both;
	margin:5px 0 0 0;
	color:#404040;

}

#main-labs .indicator{
	margin:6px 0 0 10px;
}

.labs-project{
	padding-bottom:15px;
	border-bottom:1px solid #ccc;
}

.labs-project h2{
	margin:0;
	font-weight:normal;
	font-family: Georgia, Times, serif;
	float:left;
}

.labs-project h2 a{
	color:#A1C22D;
	text-decoration:none;
	font-size:1em;
}

.labs-project .labs-project-type{
	font-size:.9em;
	clear:both;
}

.labs-project .indicator{
	margin:6px 0 0 5px;
}

#labs-list .pagination{
	margin-top:25px;
}

#labs-list .pagination li, #labs-list .pagination li a{
	color:#a1c22d;
	border-color: #a1c22d;
}

#labs-list .pagination li.select a{
	background:#a1c22d;
	color:#fff;
}

.labs .info .author{
	background:#a1c22d;
	color:#fff;
}

.wiki-content{

}

.wiki-content h3{
	font-weight:normal;
	margin:0 0 15px 0;
	font-family:Georgia, Times, serif;
}

.wiki-content ul{
	padding-left:15px;
}

.wiki-content a{
}

.wiki-content code{
	display:block;
	font-size:.8em;
}

.wiki-content div.content-image{
	text-align:center;
	margin:15px 0px;
}


/* =========== */
/* = Contact = */
/* =========== */

#contact-header {
	font-size:1.1em;
	font-family: Georgia, Times, serif;
	padding-bottom:15px;
	border-bottom: 1px solid #ccc;
	margin-bottom:15px;
}

.csc-header-n2 h2 {
	font-family:Georgia,Times,serif;
	font-size:1.75em;
	font-weight:normal;
}



#contact-header h2{
	margin:0 0 10px 0;
	font-weight:normal;
}

/* ========= */
/* = Facts = */
/* ========= */

#facts-matrix h2{
	margin: 0 0 5px 0;
	font-family: Georgia, Times, serif;
	font-weight:normal;
	font-size:1.4em;
}

.fact{
	height:125px;
}

.fact-image{
	height:260px;
	float:right;
	width:640px;
}

#facts-matrix p{
	font-size:.9em;
}

#facts-matrix a{
	text-decoration:none;
	color:#0067B1;
}

#fact-title{
	font-family: Georgia, Times, serif;
	font-size:1.5em;
	font-weight:normal;
	margin-bottom:40px;
}

/* ======== */
/* = TEMP = */
/* ======== */


.placeholder{
	background: #777;
	height:200px;
	margin-bottom:10px;
}

.placeholder-labs{
	width:230px;
	height:150px;
	background:#777;
}

/* fact-title */
h2.csc-firstHeader {	
	font-family: Georgia, Times, serif;
	font-size:1.5em;
	font-weight:normal;
	margin-bottom:40px;
}

