/* fuckflickr css */
/* HACK AWAY MOFO */


/******** general *******/
body{
	font-size:10px;
	font-family:Geneva, arial, sans;
	background-color: #FFFFFF;
	color: #FF0066;
	background-image: url(../images/rallado.jpg);
}

a {
	color: blue;
}
a:hover {
  background-color: blue;
  color: white;
} 
a:focus{
	-moz-outline:none; 
	outline:none;
}

input,form{
	font-size:9px;
}

/******* layout *********/
#header {
	background-color: #FF0066;
	color: #FFFF00;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
#header a {
	text-decoration: none;
	color: black;
	font-weight: bold;
	background-color: #FFFF00;
}
#header a:hover {
	color: #FFFF00; /* hacker inverse */
	background-color: #FF9999;
}
#header h1 {
  margin: 0;
  padding: 0;
  display: inline;
  font-size: 1em;
}

#main {
 /* again... minimalism */ 
}

#settings {
  float: right;
  margin-right: 50px;
}

/******* gallery display ******/
.thumb-contain{
	width:300px; 
	height:260px; 
	float:left;
	background-color:black; 
}

.thumb{
	position:relative;
	top:0px;
	left:0px;
	width:300px;
	height:225px;
	overflow: hidden;
	text-align:center;
	background-color:black;
	margin-right: 10px;
	background-image: url(../images/fondoColor.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

.preview{
	position:relative;
	top:0px;
	left:0px;
	width:120px;
	height:90px;
	overflow: hidden;
	text-align:center;
	background-color:black;
	float:left;
	margin-right: 10px;
}

a.previewLink{
	background-color:#FFFFFF;
	color:#FF3399;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bolder;
}


.info{
/*  width:300px; */ /* cascades from .thumb */
	height:80px;
	background-color:white;
  font-size: 9px; /* non-gecko rendering engines actually go down to 1px, don't use that */	
}

.hi-res {
	margin-left: 5px;
	background-image: url(../images/fondoColor.png);
	background-repeat: repeat-x;
} /* give the man some elbow room geeze */
.embed { margin-left: 8px; }
