@import url('reset.css');

/* General Codrops Demo Style */
body{
	background:#1F1F1F url(../images/pattern.png) repeat top left;
	color:#fff;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size:14px;
}
a{
	color:#ddd;
	text-decoration:none;
	font-size: 18px;
}
a:hover{
	color:#00c6e3;
	font-size: 18px;
	text-decoration: underline;	
}
p.sub{
	padding:25px 10px 10px 10px;
	text-align:left;
	color:#aaa;
}
.clr{
	clear:both;
}
h1{
	margin:5px;
	font-size:25px;
	text-align:left;
	color: #5353FF;
	font-family: Calibra, Georgia, "Times New Roman", serif;
	text-shadow: 2px 2px 2px white,/*-1px -1px yellow,*/1px 1px white;
	padding-bottom:10px;
	line-height:35px;
	padding-top: 10px;
	padding-bottom: 20px;
	letter-spacing: 2px;
	font-weight: bold;
}	
}
h1 span{
	font-size:20px;
	display:block;
	letter-spacing:2px;
	font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif;
	color:#00c6e3;
	line-height:14px;
	padding-top:10px;
	text-shadow:none;
	text-transform:uppercase;
}
h2 {
	font-family: Cambria, Georgia, "Times New Roman", serif;
	color: white;
	text-align:center;
	text-shadow: 2px 2px 2px #BF0060,/*-1px -1px yellow,*/1px 1px #BF0060;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 35px;
	font-weight: bold;
}
/* Header Style */
.header{
	font-size:50px;
	background:#000;
	opacity:0.9;
	/*text-transform:uppercase;*/
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.header a{
	margin:15px;
	font-size:18px;
	text-align:left;
	color: white;
	font-family: Cambria, Georgia, "Times New Roman", serif;
	/*text-shadow: 2px 2px 2px red,-1px -1px red,1px 1px red;*/*/
	line-height:35px;
	padding-top: 8px;
	padding-bottom: 5px;
	letter-spacing: 2px;
	font-weight: bold;
}
.header a:hover{
	color:#BF0060;
}
.header a span{
	font-weight:bold;
}
.header span.right_ab{
	float:right;
}
.content{
	margin:0px 25px 30px 25px;
	background:#1F1F1F url(../images/pattern.png) repeat top left;
}
/*@media screen and (max-width: 768px) {
	.header a{
		display:block;
		text-align:center;
		font-size:15px;
		text-shadow:none;
	}
	.header span.right_ab{
		float:none;
	}

}*/
