 body {
	background:url('../img/skin_img/bg_tile.jpg') repeat fixed;
	font-family: 'Roboto Condensed', arial, sans-serif;
	color: #bababa;
	z-index: -1;
}

/*-----------------------------------------------------------------------TEXT STYLES------------------------------------------------------------------*/

h1 {
	font-size: 24pt;
}

p {
   font-size: 18pt;
}

p.fine {
	font-size: 10pt;
}

p.footer {
	font-size: 8pt;
	position:fixed;
	background:black;
	bottom:-14px;
	left:0px;
	width:100%;
	height: 20px;
	text-align:center;
	z-index: 1;
}

a {outline : none;}
a img {outline : none;}
img {border : 0;}

a.footer {
	font-size: 8pt;
	color:red;
	text-decoration: book;
}

a.link {
	color:#baff00;
	text-decoration: italic;
}

a.link:HOVER{
	color:red;
	text-decoration: italic;
}

a.link_fine {
	font-size:10pt;
	color:#baff00;
	text-decoration: italic;
}

a.link_fine:HOVER{
	font-size:10pt;
	color:red;
	text-decoration: italic;
}

 /*--------------------------------------------------------------------------LAYOUT STYLES--------------------------------------------------------------------*/
/*STICKY*/
/*menu*/

div.spacer{
	height:20px;
	width:100%;
}
#sticky {
  height:50px;
  width: 100%;
  background-color: transparent;
}
#sticky.stick {
  height:50px;
  width: 100%;
  position: fixed;
  top: 0px;
  left:0;
  z-index: 10000;
}

a.menu {
	background-image:url('../img/skin_img/tile_black_dark.png');
	font-family: 'Bowlby One SC', cursive;
	height:30px;
	z-index: 0;
	padding:10px;
	margin-right:10px;
	color:white;
	text-decoration: bold;
	border:1px solid black;
}

a.menu:hover{
	background-image:url('../img/skin_img/tile_black.png');
	color:silver;
	border:1px solid black;
}

a.menu:active{
	background-image:url('../img/skin_img/tile_black.png');
	font-color:black;
	border:1px solid red;
}

div.navbar{
	background-image:url('../img/skin_img/tile_red_v.png');
	background-size: 100% 100%;
	width:100%;
	margin:auto;
	text-align: center;
}
/*LAYOUT DIV'S*/
div.head_backdrop{
	background-image:url('../img/skin_img/head_backdrop_tile.png');
	background-repeat: repeat-x;
	position:fixed;
	width: 100%;
	z-index: -1;
	height: 300px;
	top:0px;
	left:0px;
}

div.logo {
	background:url('../img/skin_img/rscreated.com_header_logo.png') no-repeat;
	height:553px;
	width:980px;
	margin:auto;
}
div.foot_backdrop{
	background-image: url('../img/skin_img/foot_backdrop_tile_3.png');
	background-repeat: repeat-x;
	position:fixed;
	width: 100%;
	z-index: 1;
	height: 150px;
	bottom:16px;
	left:0px;
	text-align:center;
	vertical-align: bottom;
}

div.page-container {
	background-image:url('../img/skin_img/tile_black_dark.png');
	height:relative;
	min-height:300px;
	height: relative;
	width:960px;
	margin:auto;
	z-index: 0;
	padding: 20px;
}
div.social_links{
	text-align: right;
	background-color: transparent;
	height:relative;
	width:1000px;
	z-index: 0;
	margin:auto;
	margin-bottom:200px;

}
img.social_link{
	margin-top:10px; 
	right: 0px;
}

input.login_text{
	width: 200px;
	padding:5px;
	background:transparent;
	border: 1px solid red;
	border-radius:0px 10px 0px 10px;
}

input.login_text:hover{
	background-image: url('../img/skin_img/tile_white.png');
}

input.submit_login{
	background: red;
	width: 210px;
}