@charset "utf-8";
/* **************************************************
Author: Andres Vidal
Description: Base CSS (~w3.org)
Usage:

eg. 
	.article = adds formating base formating to descendants
	.hasUL = adds ul base formating to descendants
	.hasBase = adds all base formating to descendants
************************************************** */
.hasBase ol, .hasBase ul {list-style-position:outside;}
.hasBase ul {list-style-type:disc;}
.hasBase ol {list-style-type:decimal;}
.hasBase li {display:list-item;}

.hasBase ol li {}

/*w3.org */
.hasBase blockquote      { margin-left: 40px; margin-right: 40px }
.hasBase ol,.hasBase ul,.hasBase dir,
.hasBase menu,.hasBase dd        { margin-left: 40px }
.hasBase ol              { list-style-type: decimal }
.hasBase ol ul,.hasBase ul ol,
.hasBase ul ul,.hasBase ol ol    { margin-top: 0; margin-bottom: 0 }