/*CSS Document*/

/* Undo some of the default styling of common (X)HTML browsers */
/* This block is (c) 2004 Tantek Celik and is licensed under the Creative Commons License */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }
a img,:link img,:visited img { border:none }
/* END COPYRIGHTED SECTION */

@font-face
{
font-family: Corbert;
src: url('http://goblinart.pl/sitegfx/fonts/CORBERT-REGULAR.OTF');
}

@font-face
{
font-family: Omicron;
src: url('http://goblinart.pl/sitegfx/fonts/Omicron.ttf');
src: url('http://goblinart.pl/sitegfx/fonts/Omicron.ttf') format('truetype');
}





/* Area formatting */
 
 * {
margin: 0;
}

html, body {
height: 100%;
}

body {
	font-family: Tahoma, Verdana, Helvetica, Arial, Sans-serif;
	font-size: 0.8em;
	line-height: 150%;

}
 
 
#top-wrapper {
	height: 25px;
	width: 100%;
	top:0px;
}

#top {
height:100%;
width:1000px;
margin: 0px auto 0 auto;
font-family: Corbert;

}

.navfield {
display:inline-block;
height: 25px;
padding: 5px 10px 0 10px;
}

.navlink {
display:inline-block;
height: 25px;
padding: 5px 10px 0 10px;
}

#header-wrapper {
	background-repeat: no-repeat;
	background-position:center;
	background-size: 100% 100%;
	border-bottom: 2px;
	margin: 0 0 0 0;
	width: 100%;
	top:25px;
}

#header {
	font-family: Corbert;
	font-size:18px;
	height:130px;
	width:80%;
	max-width:1000px;
	min-width:500px;
	padding: 13px 0 0 0;
	margin: 0 auto 0 auto;
	text-align: left;
}


#container {
	border: 0px solid gray;
	margin: 40px auto 40px auto;
	max-width: 1060px;
	min-width: 500px;
}

#content {
margin: 0 20px 0 0;
}

#insidebox {
width: 90%;
margin: 0 auto 0 auto;
}

#sidebar {
border: 0px solid red;
 float:right;
  width:28%;
  }
  
.wrapper {
border-top: 1px solid transparent;
min-height: 98%;
height: auto !important;
height: 100%;
margin: 0 auto -33px;
}


 
#footer {
	border: 10px solid transparent;
	height: 20px;
	text-align:center;
	}

	
.push {
height: 40px;
}





/* Element formatting  */

#logo {
margin: 2px 0px 0px 0px;
height: 100px;
width: 367px;
float: left;
}
 

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-family: Corbert;
	font-size: 1.6em;
	margin-bottom: 1em;
	margin-top: 2em;
	text-transform: uppercase;
	font-weight: normal;
}

h2 {
	font-family: Corbert;
	font-size: 1.5em;
	margin-bottom: 1em;
	margin-top: 2em;
	font-weight: normal;
}

h3 {
	font-family: Corbert;
	font-size: 1.1em;
	margin: 1em 0 1em 0;
	font-weight: normal;
}

p {
	margin-bottom: 2em;
}

ul {
list-style: square;
}

li {
margin: 0 0 1.5em 20px;
}

img.navbutton
{
margin: 0 5px 0 20px;
}

a.topnav {
margin: 0 10 0 10;
}

.subheader {
margin: -12px 0 10px 0;
display:inline-block;
}
 
 
 
/* Span formatting */
 
 .cont {
	font-family: Omicron;
	font-size:100%;
    background-image: url('http://goblinart.pl/sitegfx/frame.gif');
    display: inline-block;
    height: 120px; /* image's height */
	width: 120px;
	vertical-align: middle;
	margin: 14px;
}

.inside {
    height: 120px; /* image's height */
	width: 120px;
    display: table-cell;
	text-align: center;
    vertical-align: middle;
}

 
 .level1, .level2, .level3, .level4, .level5 {
font-family: Omicron;
	font-size:140%;
    background-image: url('http://goblinart.pl/sitegfx/frame.gif');
	background-size: contain;
    display: inline-block;
    height: 120px; /* image's height */
	width: 120px;
	vertical-align: middle;
	margin: 14px;
	
}

