/*
 * Created by Danijel Orsolic (Libervis.com) for Mozdex.com
*/

/* Basic Structure */
body {
	background: #f2f2f2;
	margin-top: 0;
	top: 0;
	color: #363636;
/*	width: 100%;*/
}

body, td, th, input { /* redundant rules for bad browsers  */
	font-family: verdana, sans-serif;
	font-size: 14px;
}


h1, h2, h3, h4, h5, h6 {
	font-family: arial, verdana, sans-serif;
}

li h1, li h2, li h3, li h4, li h5, li h6 {
	border: none;
}

ul li {
	padding-bottom: 0.7em;
}

ul li li { padding-left: 10px; }
#policy { font-style: italic; }

h1 { font-size: 300%; font-weight: normal; }
h2 { font-size: 140%; font-weight: normal; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 90%; border: 0; }

img { border: 0; }

/* Navigation */

:link { color: #4971B4; }
:visited { color: #4971B4; }
:link:hover, :visited:hover { color: #52B245; }
:link:active, :link:active { color: #52B245; }

#content { padding: 10px; height: 100%;}
#btext { font-size: 1.4em; }
#header { height: 90px;  background: url(images/header.png) top left no-repeat #f2f2f2; }
.centerlogo { /* Must stay this way for IEs */
  position: absolute;
/*  width: 100%;*/
  text-align:center;
  left: 0;
  right: 0;
  padding:7px;
}
#headerback { height: 27px; background-color: #4971B4; text-align: center;}
#headerback a { font-weight: bold; color: white; margin: 7px; text-decoration: none; font-size: 16px;}
#headerback a:hover { color: #F2ED41; }
#linkimage { text-align: center; border: 0; }
/*#left { background-color: #4971B4; float: left; width: 150px; padding: 5px; border-right: 1px solid #fff; margin-right: 10px; text-align: center;}*/

span {
	display:none;	
}	
a:hover span {
	display:block;
	position:absolute;
	left:30px;
	top:450px;
	text-align:center;
}

#square {
	width: 500px;
	height: 300px;
	border:1px solid gray;
}

#sponsors {
	margin: 7px;
	padding: 4px;
	text-align: center;
	border-top: 1px dotted #F3F3F3;
	font-size: 0.9em;
	line-height: 0.9em;
	margin-top: 15px;
	padding-top: 10px;
}
