@charset "utf-8";
body {
	font: 100%/1.2 "Roboto", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	background: #000 url("img/back.jpg") top center fixed no-repeat;
	background-size:100%;
	margin: 0;
	padding: 0;
	color: #CCC;
}

ul, ol, dl { 
	padding: 0;
	margin: 0 0 0 20px;
}
h1, h2, h3, h4, h5, h6, p, li {
	margin: 0 0 10px 0;
	padding:0;	  
}
h1, h2, h3 {
	font-family:"Balthazar", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight:normal;
	color:#e3c187;
	text-transform:uppercase;
	line-height:1;
}
h4, h5, h6 {
	font-weight:700;
	color:#FFF;
	line-height:1;
}
h1 {font-size:150%;}
h2 {font-size:140%;}
h3 {font-size:130%;}
h4 {font-size:120%;}
p, li {
	font-weight:400;	
}
li {
	margin-left:10px;	
}
footer {
	font-weight:300;	
}
a img { 
	border: none;
}
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

a:link, a:visited {
	color: #FF0000;
	text-decoration: none;
	font-weight:700;
-webkit-transition: color .25s linear .1s;
transition: color .25s linear .1s;
}
a:hover, a:active, a:focus { 
	color:#FFF;
	text-decoration: none;
	font-weight:700;
-webkit-transition: color .25s linear;
transition: color .25s linear;
}

.container {
	width: 90%;
	margin: 0 auto; 
}

header {
	text-align:center;
}

#fluid {
	float: left;
	width: 100%;
	margin-right: -270px; /* The size of the fixed block. */
	}
#content {
	margin-right: 280px; /* The size of the fixed block. */
	background: transparent url("img/black50.png") top left repeat;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding:10px;
	}
#sidebar {
	float: left;
	width: 250px; /* The size of the fixed block. */
	background: transparent url("img/black50.png") top left repeat;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding:10px;
	font-size:80%;
	}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 60.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom:20px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
footer {
	padding: 10px 0;
	position: relative;
	clear: both; 
	text-align:center;
	font-size:80%;
}


header, section, footer, aside, article, figure {
	display: block;
}
.social {
	clear:both;
	text-align:center;
	margin:10px;
	padding:0 10px;	
}
ul.like-buttons{
list-style: none;
margin: 5px 0 20px 0;
padding: 0;
text-align:center;
}

ul.like-buttons li{
display:inline-block;
margin:0 5px;
}

.fb-share, .fb-Likey {
	float:left;
}

iframe[id^="oauth2relay"] {display:none; !important;}

/* FORM ELEMENTS */

	 
	 input, textarea, select {
	   border: 1px solid #111;
	   padding: 0.5em;
	   font-size: 15px;
     line-height: 1.2em;
     width: 80%;
     background: #444;
     color: #fff;
     font-family: helvetica, sans-serif;
     background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#444));
     -webkit-appearance: none;
 	   -webkit-box-shadow: 1px 1px 1px #333;
	 }
	 
	 input:focus, textarea:focus, select:focus {outline-color: #c00;}
	 
	 textarea {
     height: 55px;
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.05, #333));
   }
   
   select {
     padding: 0.5em 1em 0.5em 0.75em;
     background: #444 url("") no-repeat right center;
     -webkit-background-size: 1600px 32px;
   }
	 
	 input[type=text] {
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.12, #333));
   }
   
   input[type=submit] {
     width: auto;
     padding: 0.25em 1em;
     line-height: 1.5em;
     background: -webkit-gradient(linear, left top, left bottom, from(#a00), to(#600));
     border: 2px solid #c00;
     text-shadow: 0 0 2px #300;
     font-weight: bold;
     -webkit-box-shadow: 1px 1px 3px #000;
     margin-right: 0.5em;
   }
   
   input[type=reset] {
      width: auto;
      padding: 0.25em 1em;
      line-height: 1.5em;
      background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#222));
      border: 2px solid #444;
      text-shadow: 0 0 2px #300;
      font-weight: bold;
      color: #999;
      -webkit-box-shadow: 1px 1px 3px #000;
    }