@CHARSET "UTF-8";

html, body {
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "Arial Black", arial, helvetica, "Bitstream Vera Sans", sans-serif;
	line-height: 1em;
}

html {
	height: 100%;
	overflow: hidden;
}

body {	
	height: 100%;
	font-size: 100%;
}

input, textarea {
	font-size: 12px;
	font-family: "Arial Black", arial, helvetica, "Bitstream Vera Sans", sans-serif;	
}

img {
	border: 0;	
}

h1 {
	margin: 0 0 15px 0;	
	line-height: 1em;
	padding: 0;
}

h3 {
	margin: 0;	
}

a {
	color: #383825;
}


hr {
	display: block;
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;	
	border: none;
	margin: 10px 0;
}


.main, #top {
	width: 94%;
	height: 100%;
	visibility: visible;
	position:absolute;
	z-index: 2;
	float: left;
	left: 3%;
	top: 0%;
	text-align: center;
}

.main {
	height: 100%;
	top: 0%;
}

#top, #bottom, .container, .container input, .error, .info, .news_text {
	font-family: arial, helvetica, "Bitstream Vera Sans", sans-serif;
}

#top {	
	width: 96%;
	height: auto;
	visibility: visible;
	position:absolute;
	z-index: 2;
	left: 0%;
	top: 0%;
	padding: 2% 2% 1% 2%;
	text-align: left;
	background-color: #E47979;
	-webkit-box-shadow: 5px 5px 10px 2px #777;
	-moz-box-shadow: 5px 5px 10px 2px #777;
	box-shadow: 5px 5px 10px 2px #777;
	font-weight: bold;
	display: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-top: -15px;
	behavior: url(PIE.php);
}

.date, .category {
	padding-top: 15px;
}

.right.date.center_date {
	margin-right: 20%;
}

#bottom {	
	width: 100%;
	height: auto;
	visibility: visible;
	position:absolute;
	z-index: 2;
	left: 0%;
	bottom: 0%;
	display: none;
}

#bottom div.bottom_content {
	position: relative;
	padding-bottom: 18px;
}

#bottom div.bottom_wrapper {
	padding: 1.3% 0 0.7% 0;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	font-weight: bold;
	text-align: center;
	width: 30%;
	background-color: #ccc;
	position: absolute;
	bottom: -18px;
	left: 35%;
	behavior: url(PIE.php);
}

.title {
	padding: 1.8% 3%;
	background: #a90329; /* Old browsers */
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#a90329) to(#6d0019)); /*old webkit*/
    background: -webkit-linear-gradient(#a90329,  #6d0019); /*new webkit*/
    background: -moz-linear-gradient(#a90329, #6d0019); /*gecko*/
    background: -ms-linear-gradient(#a90329, #6d0019); /*IE10*/
    background: -o-linear-gradient(#a90329, #6d0019); /*opera 11.10+*/
    background: linear-gradient(#a90329, #6d0019); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#a90329, #6d0019); /*PIE*/
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #fff;
	border: 5px solid #ff0000;
	display: none;
	behavior: url(PIE.php);
}

#flashUnder {
	position:absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 77%;
	margin: 0;
}

#banner {
	height: 23%;
	width: 100%;
	position: absolute;
	overflow: hidden;
	bottom: 0;	
	/*background-color: #ffffff;*/
	color: black;
	text-align: center;
}

.left {
	float: left;	
}

.right {
	float: right;	
}

.clear {
	clear: both;
	float: none;	
}

.container, .error, .info  {
	line-height: 1.5em;
	width: 73em;
	background-color: white;
	color: black;
	font-size: 12px;
	padding: 20px;
	margin: 20px auto;
}

.container {
	background-color: #eee;
	border: 1px solid #ccc;
}


.error {
	color: red;
	font-weight: bold;
	padding: 10px 20px;
	background-color: #FFE5E5;	
}

.info {
	color: green;
	font-weight: bold;
	padding: 10px 20px;
	background-color: #E5FFE5;	
}

form.add label {
	display: block;
	float: left;
	width: 10em;	
	margin: 3px 0;
}

form.add br {
	display: block;
	float: none;
	clear: both;
	margin-bottom: 5px;	
}

.news_text {
	padding: 0 4%;
	text-align: justify;
	margin-top: 2%;
	line-height: 1.2em;
	font-weight: bold;
	height: 56%;
	overflow: hidden;
	display: none;
}

div.thumb {
	width: 27%;
	margin-right: 3%;
	margin-bottom: 0.8em;
	margin-top: 0.2em;
	float: right;
}

div.thumb img {
	width: 100%;
}
	

