/*
	99Lime.com HTML KickStart by Joshua Gatcke
	style.css
	
*/

/*---------------------------------
	IMPORTS
-----------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Arimo:400,700);






/*---------------------------------
	OVERRIDES
-----------------------------------*/
h1{
	font-size: 1.4em;
	line-height: 1.5em;
}
h2{
	font-size: 1.3em;
}
h3{
	font-size: 1.2em;
}
h4{
	font-size: 1.1em;
}
h5{
}
h6{
}





h1:before,h1:after{ 
  position: absolute;
  top: 0;
  content:'';
width: 8px;
height: 100%;
display: inline-block;
}
h1:before{
border-left: solid 1px black;
border-top: solid 1px black;
border-bottom: solid 1px black;
  left: 0;
}
h1:after{
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}



p.title{
    color: #C00;
    font-weight: bold;
    font-size: 2em;
	line-height: 1.45em;
    margin-top: 2em;
    margin-right: 0px;
    margin-bottom: 2em;
    margin-left: 0px;
}


thead th, tbody th {
	font-family: "Trebuchet Ms", arial, verdana, sans-serif;
}
button, a.btn, input[type="submit"], input[type="reset"], input[type="button"] {
	font-family: "Trebuchet Ms", arial, verdana, sans-serif;
}
.menu {
	font-family: "Trebuchet Ms", arial, verdana, sans-serif;
}
blockquote {
	font-family: "Trebuchet Ms", arial, verdana, sans-serif;
}
/*---------------------------------
	LAYOUT
-----------------------------------*/






body {
	color:#000000;
	margin: 0;
	padding: 0;
	text-shadow: 0px 0px 1px transparent;
}
#wrap {
width: 960px;
padding: 0;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-top-color: #CCC;
border-right-color: #CCC;
border-bottom-color: #CCC;
border-left-color: #CCC;
background-color: rgba(0,0,0,0.60);
}
.menu {
	margin: -1px -1px 0 -1px;
}
#footer {
	text-align: center;
	padding: 20px;
	margin: 0;
	border-top: 1px solid #ccc;
	color: #999;
	font-size: 0.8em;
	text-shadow: 0px 1px 1px #fff;
	top: 0;
	left: 0;
	position: relative;
}
#link-top {
	position: absolute;
	top: 10px;
	right: 10px;
 *right:25px;/*IE 7 ONLY*/
	left: auto;
	color: #666;
	text-decoration: none;
	display: inline-block;
	padding: 5px 10px;
	background: #e5e5e5;
	line-height: 100%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.ad_wrap {
	text-align: center;
}
#wrap .col_12 .col_9 p .headers {
	font-weight: bolder;
	color: #F00;
}
.zanday {
	padding: 10px;
	font-weight: bold;
	color: #F7F7F7;
	font-size: 48px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	height: auto;
	width: auto;
	text-align: center;
}






.content_wrap{
background: rgba( 0, 0, 0, 0.8);
color: white;
}



/*---------------------------------
	uzra added
-----------------------------------*/

@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

@keyframes border {
  0% {
      border: medium solid #1D6A96;
   color:#1D6A96;
  }
  100% {
     border: medium solid #efefef;
    color:#333;
  }
}


.blinking{
    animation:blink 1s ease-in-out infinite alternate;
}

.blinking.-type02{
    animation: border 1s ease infinite alternate;
}
