

/*
Theme Name: Adace.
Theme URI: http://www.adace.com
Descrition: Web Adace
Version: 1.0
Author: DosGrapas
Author URI: http://www.dosgrapas.com
*/



@charset "UTF-8";
/* CSS Document */

@-ms-viewport{
  width: device-width;
}

* {
	padding: 0;
	margin: 0;
	}
	

	
body {
	
	text-align: center;
	background-color: #f2f2f3;
	
	}



/* ------------- Clases de tipografia --------------- */



h1 {
	font-size:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	}

h2 {
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:27px;
	font-weight:lighter;
	}


h3 {
	font-size:14px;
	color:#808080;
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-weight:lighter;
	
	}

h4 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	}
	
h5 {
	font-size:20px;
	color:#000;	
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:22px;
	font-weight:lighter;
	}

h6 {
	font-size:14px;
	color:#000;	
	font-family:Arial, Helvetica, sans-serif;
	line-height:22px;
	font-weight:lighter;	
	}
	
.destacado{
	background-color:#f5f58f; 
	padding:1px; 
	display:inline;
	}
	


.alignleft {
	float: left;
}
.alignright {
	float: right;
}



/* ------------- listas --------------- */



li {
	list-style-type:none;
	}
	
/* ------------- Estilos de links --------------- */

	a:link{ 
	text-decoration:none;
	}

	
a:link{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:lighter;
	}

a:hover {
	color:#000;
}

a:visited {
	color:#000;
}

a:active {
	color:#000;
}


/* ------------- Estructura general --------------- */

#container {
	text-align: center;
	max-width:1920px;
	margin: 0px auto;
	
	}

#text-home, .home-page #content { text-align: left;
    padding: 80px;
    background-color: #FFF;
    max-width: 1000px;
    margin: 0 auto;
}

#text-home h2 { font-size: 20px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 22px;
    font-weight: bold; }

#text-home p, #text-home a { 
	font-size: 18px;
    line-height: 26px;
    margin-bottom: 18px;
    font-weight: 400;
}

#text-home p, #text-home li {
	color: #616161;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.5px;
    line-height: 30px;
    font-weight: lighter;
}

#text-home li {
    list-style: inherit;
    margin-left: 15px;
}

#text-home strong {
    color: #000;
}


@media screen and (max-width: 840px) {
	#text-home, .home-page #content { margin: 30px 15px; }
}
	
/* ------------- Estructura header --------------- */

#logo {
	width:145px;
	padding:20px 0px 0px 40px;
	float:left;
	height:60px;
	position:fixed;
	text-align:left;
	background-color: #f2f2f3;
	}
	
#logo a:link {
	color:#000;
	background-color:#f5f58f; 
	padding:1px; 
	display:inline;
}


#logo a:hover {
	color:#000;
	background-color:inherit;
}

#logo a:visited {
	color:#000;
	}
	

#cuadriculaheader {
  background-color: #f2f2f3;
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width:1920px;
  padding-top:14px;
}


#header1, #header2, #header3{
  display: table-cell;
  background-color: #f2f2f3;
 
}

#header1{
  width: 190px;

}

#header2{
  text-align:left;


  }


#header3{
  width: 180px;
  height:61px;
  text-align:right;
  padding:0px 70px 0px 0px;
  
}

#header3 a:link{ 
	color:#808080;
	font-size:13px;
	}

#header3 a:visited{ 
	color:#808080;
	}

#header3 a:hover{ 
	color:#000;
	}

#header3 li{	
	display: inline;
}

#idiomes{
	width:50%;
	float:left;
	text-align:left;
	padding-top:2px;
  
}

#areaprivada{
	width:50%;
	float:right; 
	padding-top:2px;
}


/* ------------- menu --------------- */

#menu, #menu2 {
  width: 145px;
  position:fixed;
  text-align:left;
  padding:0px 0px 0px 40px;
  float:left;
  background-color: #f2f2f3;
}

#menu a:link {
	color:#000;
	background-color:#f5f58f; 
	padding:1px; 
	display:inline;
}


#menu a:hover {
	color:#000;
	background-color:inherit;
}

#menu a:visited {
	color:#000;
	}

#menu li, #menu2 li{
	margin-bottom:7px;	
}

.menu_bar {
	display:none;
}


#menu2 a:link {
	color:#000;
	background-color:inherit;
	padding:1px;
	display:inline; 
}

#menu2 a:visited {
	color:#000;
	}

#menu2 a:hover {
	color:#000;
	background-color:#f5f58f; 
	padding:1px; 
	display:inline;
}

#menu2 a:active {
	color:#000;
	background-color:#f5f58f; 
	padding:1px; 
	display:inline;
}

#menu2 .current_page_item > a, #menu2 .current_page_ancestor > a, #menu2 .current-menu-item > a, #menu2 .current-menu-ancestor > a{
	color:#000;
	background-color:#f5f58f; 
	padding:1px; 
	display:inline;
}


/* ------------- Estructura center --------------- */



#cuadriculacenter {
  background-color: #f2f2f3;
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width:1920px;
}

#cuadriculacenter a:hover{
  color:#5f77f7;
}

#center1, #center2, #center3, #center3_2{
  display: table-cell;
}

#center1{
  width: 190px;
}

#center2{
  background-color: #f2f2f3;
}


#center3{
  width:225px;
	padding:0px 60px 0px 25px;
  text-align:left;
  line-height:20px;
}

#center3_2{
  width:40px;
  background-color: #f2f2f3;
  
  height:100%;


}

#center3 form{
	margin-bottom:5px;
}


#center3 li{
	margin-bottom:10px;	
}

#center3 a:link {
	color:#808080;
	}

#center3 a:visited { 
	color:#808080;
	}

#center3 a:hover { 
	color:#000;
	}


form {
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  overflow: hidden;
  font-weight:lighter;
  width: 290px;
}

fieldset {
  border: 0;
  margin: 0;
  padding: ;
}

input {
  	font-size:14px;
	color:#808080;
	font-family:Arial, Helvetica, sans-serif;
  	line-height:22px;
	font-weight:lighter;
  	margin: 0;
}



.newsletter-firstname, .newsletter-email, .newsletter-profile  {
  display: block;
  font-weight:lighter;
  margin-bottom: 10px;
  background: #f2f2f3;
  border: 1px solid #000; ;
  color: #636466;
  padding: 3px 8px;
  width: 195px;
}




input[type=submit] {
    background: #f2f2f3;
    border: 0;
    height:25px;
    }

input[type=submit]:hover {
	color:#000;
	cursor:pointer;
	
	}



#noticias { 
	}

#noticias a:link {
	color:#000;
	padding:1px; 
	display:inline;
	}

#noticias a:visited { 
color:#000;
padding:1px; 
	display:inline;
	
	}

#noticias a:hover { 
color:#000;
background-color:#f5f58f; 
	padding:1px; 
	display:inline;

	
	}




/* ------------- Center contingut --------------- */

#title {

	padding:0px 22% 0px 22%;
	text-align:center;
	line-height:40px;
	background-color:#FFF;
}

#title a:link, #containermasonry a:link { 
	color:#808080;
	font-size:14px;
	}

#title a:visited, #containermasonry a:visited { 
	color:#808080;
	}

#title a:hover, #containermasonry a:hover { 
	color:#000;
	}
	

#text {
	
	padding:30px 15% 0px 15%;
	text-align:center;
	line-height:40px;
	background-color:#FFF;


}

#content {
	background-color:#FFF;
	
	}


#containermasonry {
  background: #FFF;
  border: 0px solid #456;
  padding: 5px;
  margin-bottom: 35px;
  clear: both;
  padding:40px 0px 25px 0px;
  margin-top:30px;

}


#boxes {
	float:left;
	background-color:#FFF;
	/*padding: 50px 4% 25px 4%;*/
	text-align:center;
	margin-top:50px;
	}

#box:hover img{
	
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
filter: gray; /* IE 6-9 */






}



#box {
	/*width:21%;*/
	float:left;
	/*margin-left:3%;*/
	cursor:pointer;
	margin-bottom:30px;
	text-align:left;
	display:table;
	table-layout: fixed;
	margin-left:20px;
	margin-right:20px;
	margin-top:10px;
	width:250px;
}

#box img {
	width:100%;
    max-width:1500px;
    height:auto;
	
		}

#navegacion {
  clear: both;
  padding:0px 50px 30px 50px;
}


#navegacion a:link {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#808080;
	font-size:20px;
	
}



#navegacion a:visited { 
	color:#808080;
	}

#navegacion a:hover { 
	color:#000;
	}





#single {
	
	padding:30px 15% 0px 15%;
	text-align:left;
	background-color:#FFF;
}

#single h2, #single li p {
	color:#616161;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	line-height:30px;
	font-weight:lighter;
	
	
	
}

#single img {
	margin-top:20px;
	width:100%;
    max-width:1500px;
    height:auto;
}

#single strong {
    color: #000;
}


#single ul{	
	padding: 20px 0;
}
#single li{	
	/*display: inline;
	margin-right:8px;
	font-size:14px;
	color:#808080;	
	font-family:macregular;
	line-height:22px;
	font-weight:150;*/
	margin-left: 16px;
	list-style-type: disc;	
}

#tags {
}

#tags a:link {
	color:#808080;
	background-color:#f5f58f; 
	padding:1px; 
	display:inline;
}

#tags a:hover {
	color:#808080;
	background-color:inherit;
}

#tags a:visited {
	color:#808080;
	}

#data {
	margin-top:40px;
	padding-top:2px;
	width:60%;
	float:left;
	text-align:left;
	background-color:#FFF;
}

#data h3 {
	color:#cccccc;	
}

#share, #sharevisible {
	margin-top:40px;
	width:20%;
	float:right;
	text-align:right;
	background-color:#FFF;
	padding-top:2px;
}

#share h3, #sharevisible h3 {
	color:#cccccc;	
}



#sharelogo {
	margin-top:40px;
	width:65px;
	float:right;
	text-align:right;
	background-color:#FFF;
}

#sharelogo li{	
	display: inline;
	margin-right:20px;
	font-size:14px;
	color:#000;	
	font-family:macregular;
	line-height:22px;
	font-weight:150;
		
}

#sharelogo img {
	margin-top:0px;
	width:inherit;
	-moz-opacity: 0.5;    /* Old Mozilla Browsers */
	-webkit-opacity: 0.5;    /* Old Webkit browsers (Safari, Chrome, various others) */
	-khtml-opacity: 0.5;    /* Really old Safari browsers and Konqueror */
	opacity: 0.5;    /* Modern browsers */
}

#sharelogo img:hover {
	-webkit-filter: brightness(0%);
	
}

#links, #links2 {
	padding: 30px 7% 25px 7%;
	line-height:45px;
	background-color:#FFF;
	}

#links hr, #links2 hr {
	border-color:#CCC;
	opacity:0.2;
	}
	
#links a:link, #links2 a:link{
	margin:0px;
	color:#000;
	background-color:#f5f58f; 
	padding:1px; 
	display:inline;
	}
	
#links a:hover, #links2 a:hover{
	color:#000;
	background-color:inherit;
	}

#links a:visited, #links2 a:visited{
	color:#000;
	}


#links h2, #links2 h2{
	margin-top:10px;
	}
	


	
/* ------------- Que es ADACE --------------- */


#queesadace {

	padding:30px 15% 0px 15%;
	text-align:left;
	background-color:#FFF;
}

#queesadace li {
	list-style-type:inherit;
	}

#queesadace h2 {
	font-size:20px;
	color:#000;	
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:22px;
	font-weight:lighter;
	}

#queesadace h3 {
	color:#616161;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	line-height:30px;
	font-weight:lighter;	
}

#queesadace img {
	margin-top:20px;
	width:100%;
    max-width:1500px;
    height:auto;
}

#sharelogo img {
	width:inherit;
	margin-top:0px;
    
}





/* ------------- Publicaciones --------------- */


#containerlinks {
background: #FFF;
overflow:auto;
padding:0px 2%;
}


#containerlinks:hover img{
	
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */


}


#boxlinks {
	background: #FFF;
	width:43%;
	float:left;
	/*margin-left:3%;*/
	cursor:pointer;
	/*margin-bottom:30px;;*/
	text-align:left;
	display:table;
	table-layout: fixed;
	margin:0px 3% 30px 3%;
}

#boxlinks img {
	width:100%;
    max-width:1500px;
    height:auto;
	
		}

#boxlinks a:link {
	color:#808080;
	}

#boxlinks a:visited { 
	color:#808080;
	}

#boxlinks a:hover { 
	color:#000;
	}
	

/* ------------- Miembros --------------- */

#containermiembros0, #containermiembros1, #containermiembros2 {
background: #FFF;
overflow:auto;
padding:0px 2%;
margin-bottom:35px;
}

#miembros {
	width:100%;
	text-align:center;
	margin-top:20px;
	line-height:12px;
	
	}
	
/* ------------- contenido Area privada --------------- */

#temasprivados {
	text-align:left;
	padding:30px 15% 0px 15%;

	}

#temasprivados a:link, #temasprivados a:visited {
	color:#808080;
	}

#temasprivados a:hover {
	color:#000;
	}
	
	

/* ------------- formulario Area privada --------------- */


#formulariotema {
	text-align:center;
	}

#formulariotema div {
	width:100%;
	}

#formulariotema form {
	width:90%;
  margin: 0 auto;
  text-align: center; /* Internet Explorer*/
	
	}
	
#formulariotema input, #formulariotema textarea  {
	width:80%;
	border: 1px solid #000;
	background:#FFF; 
	}

textarea {
  	font-size:14px;
	color:#808080;
	font-family:Arial, Helvetica, sans-serif;
  	line-height:22px;
	font-weight:lighter;
  	margin: 0;
}
	
#formulariotema a:link, #formulariotema a:visited {
	color:#000;
	background-color:#FFF;
	
	}
	
#formulariotema a:hover {
	color:#000;
	background-color:#f2f2f3;
	}

#formulariotema input[type="submit"] {
    
	border:0px;
	}






	


/* ------------- Estructura footer --------------- */


footer {
	width:100%;
	height:60px;
	float:left;
	clear:both;
	text-align:center;
	padding-top:90px;
 }
 
footer li{	
	display: inline;
	margin-right:25px;
	font-size:14px;
	color:#808080;
	font-family:Arial, Helvetica, sans-serif;
	line-height:22px;
	font-weight:lighter;	
}


footer a:link {
	color:#808080;
	}

footer a:visited { 
	color:#808080;
	}

footer a:hover { 
	color:#000;
	}
	

footer img:hover {
	-webkit-filter: brightness(0%);
	
}


@media screen and (max-width:1400px ) {
	
	
	#box {
	width:240px;
}

}

@media screen and (max-width:1278px ) {


#title {

	padding:0px 110px 0px 110px;
		}

		#text {
	padding:30px 75px 0px 75px;

		}
		
		#links, #links2 {
padding:30px 60px 0px 60px;

		}
		
	#single {
	padding:30px 60px 0px 60px;

		}
	

}


@media screen and (max-width:1200px ) {
	
	
	#center3{
		Display:none; 
		opacity:0; 
		text-indent:-9999px;
		}
		
	#header3{
  		padding:0px 40px 0px 0px;
		}
	
	
}

@media screen and (min-width:1200px )  {
	
	#center3_2{
		Display:none; 
		opacity:0; 
		text-indent:-9999px;
		}
	
	
	}
	

@media screen and (max-width:1100px ) {
	
	
	#box {
		margin-left:30px;
		margin-right:30px;
}

}

@media screen and (max-width:1000px ) {
	
	
	#box {
		margin-left:20px;
		margin-right:20px;
}

}
	

@media screen and (max-width:840px ) {
	
	#box {
		width:220px;
		z-index:1;
		
		}
	

	
	
/* }

@media screen and (max-width:768px ) {*/

	
	#box {
		width:220px;
		z-index:1;
		
		}
	
	
	/* ------------- Header ipad --------------- */
	
	
	
	#cuadriculaheader {
		position:fixed;
		z-index:5;
		width:85%;
		height:35px;
		}
	
	#logo {
		z-index:10;
		width:100px;
		height:35px;
		padding:15px 0px 0px 40px;
		
		}
		
	#header1{
		width:150px;
		height:0px;
		
		
		}
	
	#header3{
		float:right;
		width:180px;
		background-color:#f2f2f3;
		height:35px;
		padding-right:10px;
		
		
		}
		

#idiomes{
	width:50%;
	float:left;
	padding-top:0px;
  
}

#areaprivada{
	width:50%;
	float:right;
	padding-top:0px; 
}
	
	/* ------------- Menu ipad --------------- */
		
		


	#menu, #menu2  {
		
	width:100%;
	background-color:#f2f2f3;
	float:right;
	z-index:4;
	height:55px;

	}
	
	#menu nav, #menu2 nav {
		background-color:#f2f2f3;
		width:160px;
		height:100%;
		left:-100%;
		margin:0px;
		padding-left:40px;
		padding-top:10px;
		position: fixed;
		margin-top:30px;
		
		
	}
 
 #menu nav ul li, #menu2 nav ul li {
		display:block;
		float:none;
	}
 
	.menu_bar {
		display:block;
		width:100%;
		
	}
 
	.menu_bar .bt-menu {
		display:block;
		padding:0px 10px 4px 0px;
		text-decoration:none;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		
	}
 
	.menu_bar span {
		float:right;
		font-size:40px;
		padding-right:40px;
	}
		
	
		
		
		
	/* ------------- Center ipad --------------- */
		
		
	#cuadriculacenter{
		padding-top:40px;
		
		}
	
	#boxes {
		z-index:1;
		}
	
	#box {
		width:250px;
		z-index:1;
		
		}
		
	
	#center2{
		margin-right:0px;
		
		}
	
	
	#header2, #center1{
		Display:none; 
		opacity:0; 
		text-indent:-9999px;
		}
	
	#center3_2{
		Display:none; 
		opacity:0; 
		text-indent:-9999px;
		}
	
	
	
}

@media screen and (max-width:750px ) {
	
	#links {
		Display:none; 
		opacity:0; 
		text-indent:-9999px;
		}
	
	}

@media screen and (min-width:750px ) {
	
	#links2 {
		Display:none; 
		opacity:0; 
		text-indent:-9999px;
		}
	
	
	}


@media screen and (min-width:650px ) {
	
	
	#containermiembros0mov, #containermiembros1mov, #containermiembros2mov {
		Display:none; 
		opacity:0; 
		text-indent:-9999px;
		}
	
}


@media screen and (max-width:650px ) {
	
	
	#containermiembros0, #containermiembros1, #containermiembros2 {
		Display:none; 
		opacity:0; 
		text-indent:-9999px;
		}
	
}




	
	
@media screen and (max-width:600px ) {
	
	
	#share {
		Display:none; 
		opacity:0; 
		text-indent:-9999px;
		}

footer {
	padding-bottom:30px;}


footer li {
	display:inherit;
 }
 
  #containerlinks {
	  padding-left:8%;
	  padding-right:8%;
	
}
 
 #boxlinks {
	width:93%;
	
}


 
}

@media screen and (max-width:580px ) {
	
	#box  {
	width:300px;
	}
	
}
 


@media screen and (max-width:550px ) {
	
	
	h1 {
	font-size:25px;
	}

	h2 {
	font-size:16px;
	}
	
	h3 {
	font-size:13px;
	}
	
	#title {
	padding:0px 75px 0px 75px;
	}

	#text {
	padding:30px 50px 0px 50px;
	}
	
}


@media screen and (max-width:450px ) {
	
	#title {
	padding:0px 55px 0px 55px;
	}

	#text {
	padding:30px 35px 0px 35px;
	}
	
	#areaprivada {
		Display:none; 
		opacity:0; 
		text-indent:-9999px;
		}
	
	#idiomes {
		width:100%;
		text-align:right;
		}
	
}
	
	
	
	
/******************************* MASONRY ***********************************/
	


/**** Demos ****/


.centered { margin: 0 auto; }

.box {
  margin: 5px;
  padding: 5px;
  background: #D8D5D2;
  font-size: 11px;
  line-height: 1.4em;
  float: left;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}



.box img,
#tumblelog img {
  display: block;
  width: 100%;
}

.rtl .box {
  float: right;
  text-align: right; 
  direction: rtl;
}



.col1 { width: 80px; }
.col2 { width: 180px; }
.col3 { width: 280px; }
.col4 { width: 380px; }
.col5 { width: 480px; }

.col1 img { max-width: 80px; }
.col2 img { max-width: 180px; }
.col3 img { max-width: 280px; }
.col4 img { max-width: 380px; }
.col5 img { max-width: 480px; }

/**** Gutters ****/

.has-gutters .box {
  margin: 5px 0;
}

.has-gutters .col1 { width: 90px; }
.has-gutters .col2 { width: 230px; }
.has-gutters .col3 { width: 370px; }
.has-gutters .col4 { width: 550px; }

/**** Transitions ****/

.transitions-enabled.masonry,
.transitions-enabled.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.transitions-enabled.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.transitions-enabled.masonry  .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}


/* disable transitions on container */
.transitions-enabled.infinite-scroll.masonry {
  -webkit-transition-property: none;
     -moz-transition-property: none;
       -o-transition-property: none;
          transition-property: none;
}

/**** Primer comparison ****/

#comparison {
  overflow: auto;
}

#comparison .example {
  width: 420px;
  float: left;
  margin-right: 20px;
}

#comparison .box h5 {
  float: left;
  margin-bottom: 0;
  font-size: 30px;
  margin-right: 4px;
  line-height: 28px;
  font-weight: bold;
  color: #FFF;
}



/* Tumblelog example */

#tumblelog {
  background: #FFF;
  padding: 1.0em;
}

#tumblelog .story {
  margin: 10px;
  border-top: 4px solid #DCB;
  padding-top: 10px;
  background: #FFF;
  float: left;
}

#tumblelog h1, #tumblelog h2, #tumblelog h3 { font-weight: bold;}

#tumblelog .col1 { width: 220px;}
#tumblelog .col2 { width: 460px;}
#tumblelog .col3 { width: 700px;}

#tumblelog .col1 img,
#tumblelog .col2 img,
#tumblelog .col3 img {
  max-width: none;
}

/* Infinite Scroll loader */
#infscr-loading { 
  z-index: 5000;
  position: fixed;
  left: 40%;
  bottom: 40px;
  width: 200px;
  height: 100px;
  padding: 10px;
  background: #000; 
  opacity: 0.8;
  color: #FFF;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}



/**** Pygments ****/

code .s1,
code .s { color: #78BD55; } /* string */
code .mi, /* integer */
code .cp, /* doctype */
code .kc { color: #5298D4; } /*boolean*/
code .k { color: #E39B79; } /* keyword */
code .kd, /* storage */
code .na { color: #A9D866; } /* markup attribute */
code .p  { color: #EDB; } /* punctuation */
code .o  { color: #F63; }   /* operator */
code .nb { color: #AA97AC;} /* support */

/* comment */
code .c,
code .c1 { color: #666; font-style: italic; }

code .nt { color: #A0C8FC; } /* Markup open tag */

code .nf { color: #9EA8B8; } /* css id */
code .nc { color: #A78352; }  /* CSS class */
code .m  { color: #DE8E50; } /* CSS value */
code .nd { color: #9FAD7E; } /* CSS pseudo selector */

/**** Clearfix ****/
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
