@charset "utf-8";
/* CSS Document */

body {
	font-family: 100%/1.2 "Open Sans", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #000 url("img/back.jpg") top center fixed no-repeat;
	color:#f2f3f5;
}

a, a:link, a:visited {
	color:#FF0000;
	text-decoration:none;
	text-shadow:0 0 10px #330000;
-webkit-transition: color .25s linear .1s;
transition: color .25s linear .1s;
}

a:hover, a:active, a:focus {
	color:#FFF900;
	text-shadow:0 0 10px #f00, 0 0 20px #f00;
-webkit-transition: color .25s linear;
transition: color .25s linear;
}

h1, h2, h3 {
	font-family:"birch-std", Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-style:normal;
	font-weight:normal;
	line-height:1;
}
h1 { font-size:400%;}

img, iframe {
	max-width:100%;
	border:0;
}

header, footer {
	text-align:center;
}

header {
	margin:20px 10px;	
}
footer {
  width: 100%;
	margin:0;
	padding:10px 0;
	background-color:rgba(0,0,0,0.5);	
}

.mainBody p {font-size:140%; margin:0 0 20px 0; line-height:1.2;}

footer p {font-size:85%; margin:0 0 10px 0; padding:0;}

.starLine {
	background: url("img/star.png") top center scroll repeat-x;
	height:25px;
	width:100%;
}

.social {
	clear:both;
	height:60px;
	text-align:center;
	margin:10px 0 5px 0;	
}
ul.like-buttons{
display:inline-block;
list-style: none;
margin: 5px 0 20px 0;
padding: 0;
}

ul.like-buttons li{
    float: left;
    position:relative;
    margin-right: 5px;
}
li.twitter-like{
}