/*

2010 (c) bpbp
inspired by valka.info (look and feel, layout very partialy, css reseting and hacks heavily), informationarchitects.jp (font & style feel) and some others (e.g. http://popacular.com/gigatweet/ layout and color)

*/

body { 
	font-size: 62.5%; /* = 10px */
}

/*basic elements definitions*/
acronym, abbr {
	cursor: help;
	border-bottom: 1px dotted;
}

strong { font-weight: bold; }
     em { font-style: italic; }
    img { display: block; }

/*basic classes definitions*/
.hide, .print {
	overflow: hidden !important;
	position: absolute !important; left: -9999px !important; top: -9999px !important;
	width: 0 !important; height: 0 !important;
}

.clear { clear: both; display: block; }
.left  { float: left; }
.right { float:right; }
.br    { display: block; }

/**/
#ie6 span.clear,
#ie7 span.clear { display: inline; }

