/*	ALJAZ.ORG: base.css
-----------------------------------------------------*/
/*  
    version:   1.0
    author:    Miha Hribar
	contact:   http://hribar.info
*/

@import url(reset.css);

/*	=COMMON
-----------------------------------------------------*/
body, input, textarea, select, table, td {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	color: #000;
}

body {
	background: #b2fff8 url(../images/bg.gif) repeat;
}

h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}


/*	=GALLERY
-----------------------------------------------------*/
img {
    border: 0;
}

/*	=INFO
-----------------------------------------------------*/
ul {
    background: #fff;
    padding: 10px;
}

li {
    display: inline;
    padding: 0 3px;
}

/*	=HIDE
-----------------------------------------------------*/
hr {
	display: none;
}

pre {
    text-align: left;
}