html, body {

	font-family: arial,helvetica,sans-serif;					/*tipo de letra a usar*/
	font-size: 10pt;											/*tamaņo de letra*/
	background: #000000 url(/css/images/Osakallabybg.jpg) top center repeat-x; /*  top center repeat-x color y pic del fondo*/
	color: #ffffff;									/*color de la letra regular en toda la pagina*/
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
    


}


td { font-size: 10pt; padding:0; margin:0; } /*tamaņo letras de reglas y el >> antes de cada post*/
/*tamaņo y color de los bordes 3d de las replies*/
td.reply { border: 1px solid #2f2f7e; border-left: none; border-top: none; padding: 2px; }




.inputtext {				/*propiedades de la forma para postear*/
	margin: 0;
	margin-right: 2px; 
	padding: 1px 4px;
	border: 1px solid #aaaaaa;
	outline: none;
	font-family: arial,helvetica,sans-serif; 
	font-size: 10pt;
}
input.inputtext { height: 1.75em; }
td > .inputtext { height: auto; padding-top: 2px; padding-bottom: 3px; }
.inputtext:focus { border: 1px solid #9988EE; }  /*color del borde de los campos de input on focus*/



/*color de las lineas horizontales que dividen la board*/
hr { border: none; border-top: 1px solid #44445a; height: 0px; }





a {
        color:#ddddff; /*color de los links por default en toda la board*/
}
a:hover {
        color:#DD0000; /*links on hover*/
}


a.quotelink {
	color: #DD0000;    /*color de los links a posts*/
	
}



.adminbar {            /*props de la barra de boards y links arriba y abajo*/
        text-align:left;
        clear:both;
        float:left;
        color: #00ff00;
        

}


.logo img { border: 1px solid #9988ee; }  /*color y tamaņo del borde de la pic de logo*/

//.logo span { font-size: 1px; }


.logo {                 /*props del titulo de la board*/
	clear: both;
	text-align: center;
	font-size: 21pt;
	color: #f54046;
	width: 100%;
	letter-spacing: -2px;
	font-family: tahoma;
}


.theader {                     /*colores de la barra POSTING MODE: REPLY*/
        background:#E04000;
        text-align:center;
        padding:1px;
        color:#FFFFFF;
        width:100%;
	font-weight: bold;
	font-size: medium;
}
.postarea {
}

.rules { font-size: 10pt; }
.rules a { text-decoration: none; }
.rules {
	width: 468px;
	font-size: 10px;
}
.rules a, .rules a:visited, .rules a:link {
}
.rules > li {
	list-style: none;
}
.rules > li:before { content: "\2022 \20"; }

.postblock {                 /*propiedades de las etiquetas de la forma name, email etc*/
        background: url(http://lulzenterprises.org/css/images/osakallabypixel30.png);
        color:#9988EE;
        font-weight:800;
	border-style: solid;
	border-color: #777777;
	border-width: 1px 1px 1px 1px;
	font-size: small;

}
.footer {                     /*creditos abajo de la pag*/
        text-align:center;
        font-size:9px;
        font-family:serif;
}
.passvalid {                  /*no se que es esto*/
	background:#9988EE;
	text-align:center;
	width:100%;
	color:#ffffff;
}
.dellist {                   /*colores de la tabla del admin panel*/
	font-weight: bold;
	text-align:center;
}
.delbuttons {
	text-align:center;
	padding-bottom:4px;

}
.managehead {              /*barra de MANAGER MODE ...creo*/
	background:#0F8FE1;
	color:#000000;
	padding:0px;
}
.postlists {
	background:#FFFFFF;
	width:100%;
	padding:0px;
	color:#000000;
}
.row1 {
	background:#9AD2F6;
	color:#000000;
}
.row2 {
        background:#ffffff;
        color:#000000;
}
.unkfunc {               /*creo ke es el greentext*/
	background:inert;
	color:#789922;
}
.filesize {              /*self explanatory*/
	text-decoration:none;
}
.filetitle {             /*color del subject*/
	background:inherit;
	color:#cc1105;
	font-weight:800;
}
.postername {           /*Anonymous color*/
	color:#117743;
	font-weight:bold;
}
.postertrip {          /*color del tripcode... no se si funciona*/
	color:#0000ff;
	font-weight:800;
}
.modreply {             /*color del nombre del admin*/
	color:#FF0000;
	font-weight:800;
        font-size:small;
}

.modreplyb {           /*color del nombre del mod*/
	color:#990099;
	font-weight:800;
        font-size:small;
}

.oldpost {                 /*letrero de marked for deletion. old.*/
        color:#CC1105;
        font-weight:800;
}
.omittedposts {            /*12 posts omitted. click reply to view*/
        color:#aaaaaa;
}
.reply {                   /*ventana de reply*/
	background: #44445a;
	color:#ffffff;         /*color de fecha, texto y File:*/
	border-style: solid;
    font-size:small;
    /*opacity: 0.5;*/
	padding: 0;
	margin: 0;
        -webkit-border-radius: 10px;
    	-moz-border-radius: 10px;
	
}

.replyhl {                 /*color de replies on focus*/
	background: #636382;
	color: #ffffff;
	padding: 2px;
	margin: 0;
        -webkit-border-radius: 10px;
    	-moz-border-radius: 10px;
}



.doubledash { color: #777777; }  /*color de las >> antes de cada reply*/

.doubledash {
 	vertical-align:top;
	clear:both;
	float:left;
}
.replytitle {
        color:#cc1105;
        font-weight:800;
        font-size:small;
}
.commentpostername {
        color:#117743;
	font-weight:800;
}
.thumbnailmsg {
	font-size: small;
	color:#cccccc;
}



.abbrev {
        color:#707070;
}
.highlight {
	background:#F0E0D6;
	color:#cccccc;
	border: 2px dashed #EEAA88;
}

.colores {
	color:#ddddff;
	text-decoration: none;
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}
}

#header {
	position: absolute;
	top: 2px;
	left: 5px;
	right: 5px;
}

#footer {
	position: absolute;
	
	left: 5px;
	right: 5px;
}

* html #header {
	width: 100%;
}

#navtop, #navbot {
	left: 0px;
	float: left;
}

#navtopr, #navbotr {
	right: 0px;
	display: block;
	float: right;
	text-align: right;
}

.pages { border: none; background:#000000; border-right: 1px solid #777777; border-bottom: 1px solid #777777;  }
.pages td { border: none; padding: 1px 5px; }
.pages td { color: #ffffff; }
.pages td b { color: #ffffff; }

#header, #navbot, #navbotr { font-size: 9pt; color: #777777; }
#header a, #navbot a, #navbotr a, .pages td a  { font-weight: normal; padding: 1px; text-decoration: none; color: #ffffff; }
#header a:hover, #navbot a:hover, #navbotr a:hover, .pages td a:hover { color: #dd0000; }
#footer { clear: both; padding-top: 10px; }
#footer center font { font-size: 7pt; }
.pages td a { color: #DD0000; }

td.replyhl { border: 1px solid #0000ff; border-left: none; border-top: none;}
td.deletebuttons input.checkbox { margin: 1px 2px 1px 2px; }
div.logo img { margin: 5px 0px 5px 0px; }