
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(http://fonts.googleapis.com/css?family=Belgrano);


/* css resets */
body, div, dl, dt, dd, xul, xol, xli, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, blockquote {
	margin: 0;
	padding: 0;
}

html, html a {
    -webkit-font-smoothing: antialiased !important;
}

/*-----------------------------------------------------------------------------
Globals
-----------------------------------------------------------------------------*/

body {
  xbackground: 		 #ff0;
  font-family:       'Arial', sans-serif;
  font-size:         12px;
  margin:            0px;
  padding:           0px;
}

h2 { margin-bottom: 0px; font-size:small;}
img { opacity: 1; }

.bawx
{
  padding:        0px;
  margin:         3px;
  min-height:     336px;
  max-height:     336px;
  min-width:      145px;
  max-width:      145px;
  display:        inline-block;
  background:     #ccc;
  border-radius:  4px;
  text-align: left;
  vertical-align:text-top;
}

.bawx p {  padding:        4px; margin: 0px;}
.bawx h2 {  padding:        4px; }

.bawx:hover { 
background:#fff;

}

.bawx:hover  img { opacity: 0.66; }

a {
  color: #000;
	text-decoration: none;
}

a:link {
  color: #000;
	text-decoration: none;
}

.header a 
{
  color: #00f;
	text-decoration: underline;
}
