html {
}

html:after,
body:after {
	content:"";
	position:fixed;
	display:block;
	z-index:5;
	width:90px;
	background-repeat: repeat-y;
}

/* Bordo destro */
html:after {
	background-image:url("images/bricks_rt.gif") ;
	top:0; right:0; bottom:0;
}

html#mainevent:after {
	background-image:url("images/bricks_rt2.gif");
}

html#info2018:after {
	background-image:url("images/bricks_rt3.gif");
}

html#cfn2018:after {
	background-image:url("images/bricks_rt4.gif");
}
/* Bordo sinistro */
body:after {
	background-image:url("images/bricks_lt.gif");
	top:0; bottom:0; left:0;
}

html#mainevent body:after {
	background-image:url("images/bricks_lt2.gif");
}

html#info2018 body:after {
	background-image:url("images/bricks_lt3.gif");
}

html#cfn2018 body:after {
	background-image:url("images/bricks_lt4.gif");
}

body {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: 10%;
    margin-left: 10%;
    color: #fff;
    height: 100%;
		font-family: "Comic Sans", "Comic Sans MS", "Chalkboard", "ChalkboardSE-Regular", "Marker Felt", "Purisa", "URW Chancery L", cursive, sans-serif;
}

html#info2018 body,
html#info2018 p,
html#info2018 ul,
html#info2018 li,
html#info2018 blockquote {
		color: #111;
		font-size: 1.2em;}

html#info2018 a,
html#info2018 h1,
html#info2018 h2,
html#info2018 h3 {
		color: #000;
}

a:link,
a:active {
    color: #00F;
}

a:visited {
    color: #06F;
}

a:hover {
    color: red;
}

a, h1, h2, h3, h4, h5, h6 {
    color: #fff;
    font-weight: 600;
    line-height: 1.3;
}

h1 > a {
  text-decoration: none;
}

p, li{
    color: #fefeff;
    font-size: 1.1em;
}

blockquote{
   color: #777;
}

.row {
  margin-left: 0;
}

td {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #777;
  text-shadow: -1px 0 #999, 0 1px #999, 1px 0 #999, 0 -1px #999;
}

.logo-top {
    text-align: justify;
}

.blink_text {

    animation:1s blinker linear infinite;
    -webkit-animation:1s blinker linear infinite;
    -moz-animation:1s blinker linear infinite;

     color: #F00;
    }

    @-moz-keyframes blinker {
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @-webkit-keyframes blinker {
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @keyframes blinker {
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

footer {
    clear: both;
    position: relative;
    z-index: 10;
    height: 3em;
    margin-top: -3em;
}

#2018reg {
  background-repeat: no-repeat;
}
