 @font-face {
   font-family: VanishInTheHeat;
   src: url('skin/vanish.ttf') format("truetype");
}

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */


html {
	color:#000000;
	background-color: #B29C37;
/*	background-image: url('images/wraaper.gif');*/
	background-image: url('skin/bg_tile.png');
	background-repeat: repeat;
	font-family:arial;
	font-size:11px;
	line-height:14px;
}

body {
	color:#000000;
	background-image: url('skin/soare.png');
	background-position: left top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family:arial;
	font-size:11px;
	line-height:14px;
	display:block;
	height:100%;
}

/* prevent images from "overflowing" outside their defined area */
img { max-width:100%; }

h1 { font-size:3.27em; color:#C9D8E1; text-transform:uppercase; font-weight:bold; line-height:1.01em; width:auto;}
h1 a  {color:#C9D8E1; text-decoration:none;}
h2{ font-size:1.01em;}
h3 { color:#282B31; font-weight:bold; font-size:1.18em; line-height:1.3em;}
h3 a {color:#282B31; font-size:1.01em; line-height:1.01em; text-decoration:none;}
h3 a:hover {text-decoration:underline;}



#bodyWrapper {
	width:100%;
	min-width:980px;
/*	margin: 5px auto 5px auto;*/
	overflow:hidden;
	background-position:left top;
	background-repeat: repeat-y;
}

#siteWrapper {
	margin: 0px 25px;
}



#header {
	width:95%;
	min-width:980px;
	height: 170px;
	margin:auto;
/*	background:url('images/bg_header.jpg') 0 0 no-repeat;*/
}

#siteLogo {
	position: relative;
	width: 465px;
	height: 120px;
	float:left;
	margin-top: 10px;
	background-image:url('skin/logo.png');
	background-repeat:no-repeat;
}

#siteBanner {
	position: relative;
	float:right;
	width:510px;
	height:120px;
	margin-top: 10px;
	background-image:url('skin/organizatori.png');
	background-repeat:no-repeat;
}


#mainSite {
	/*background-color: #eff2f3;*/
}

/* Content container */
.content_container {
/*	float:left;*/
	position:relative;
	z-index: 1;
	left: 0px;
	right: 320px;
	top: 10px;
	width: 800px;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 25px;
}


.content {
	background-position: center bottom;
	background-repeat: repeat-x;
}

.content_bordertop {
	height: 19px;
}

.content_holder {
	background-position: left top;
	background-repeat: repeat-y;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 400px;
}

.content_borderbottom {
	height: 19px;
}

.content_main {
	padding-top:10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size:1.18em;
	line-height:1.23em;
}

.spacer {
	clear:both;
}
.content_main a{ color:#5EA000; font-weight:bold; font-size:1.01em; line-height:1.23em; }
.content_main strong a{ color:#5EA000; font-weight:bold; font-size:1.01em; line-height:1.23em; }

#copyright {
	font-size:1.09em;
	line-height:1.16em;
	color:#B2B7BC;
	text-align:center;
	padding:13px 0;
	clear:both;
}
#copyright a{ color:#B2B7BC;}

.incurand {
	text-align:center;
	font-family:VanishInTheHeat, Calibri, Arial;
	text-shadow: 10px 0px 10px #000, 0px 10px 10px #000, -10px 0px 10px #000, 0px -10px 10px #000, 0px 0px 10px #000;
	font-size: 48px;
	font-weight:bold;
	color:white;
}

