@font-face
{
	font-family: 'SuperRetroM54Regular';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/super_retro_m54-webfont.eot');
	src: url('fonts/super_retro_m54-webfont.eot?iefix') format('eot'),
 url('fonts/super_retro_m54-webfont.woff') format('woff'),
 url('fonts/super_retro_m54-webfont.ttf') format('truetype'),
 url('fonts/super_retro_m54-webfont.svg#webfontzeDuQiLp') format('svg');
}
@font-face
{
	font-family: 'SFMoviePosterCondensedRegular';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/sf_movie_poster_condensed-webfont.eot');
	src: url('fonts/sf_movie_poster_condensed-webfont.eot?iefix') format('eot'),
 url('fonts/sf_movie_poster_condensed-webfont.woff') format('woff'),
 url('fonts/sf_movie_poster_condensed-webfont.ttf') format('truetype'),
 url('fonts/sf_movie_poster_condensed-webfont.svg#webfontJKtbJUe8') format('svg');
 
}


body {
	
	 overflow-x:hidden;
}

html {
	
	 overflow-x:hidden;
}
.wrapper
{
	margin: 0 auto;
	padding: 0;
	
	width: 80%;
}



.article1
{
	
	width:85%;
	margin-left: auto;
	margin-right: auto;
	
}

.clear
{
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}

a.button, 
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  padding: 4px 12px;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: 21px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
	  
	a.button:hover, 
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #eee; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }
	  
  a.button:active, 
  button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
    background: #eee; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,0,0,.3) 0%, rgba(255,255,255,.3) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,.3)), color-stop(100%,rgba(255,255,255,.3))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* W3C */
    border: 1px solid #888;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa; }
	
	.button.full-width, 
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width { 
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }
	
	

			
	

	form { 
		margin-bottom: 20px; 
		margin-left:auto;
		margin-right:auto;
		}
	fieldset { 
		margin-bottom: 20px; }
	input[type="text"], 
	input[type="password"],
	input[type="email"],
	textarea, 
	select {
		border: 3px solid #8b8b8b;
		
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 300px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select { 
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus, 
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend { 
		display: block;
		font-weight: bold;
		color:#8b8b8b;
		font-size: 13px;  }
	select { 
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }
		

	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }

.twtr-tweet-text {font-family: Helvetica,Arial, sans-serif; font-size: 16px; }		
	
html
{
	background-image: url(images/background/textbg.jpg);
}
img
{
	border: 0px;
}
.front
{
	border-color: grey;
	border-style: double;
	border-width: 5px;
	margin-bottom: 25px;
	max-width: 100%;
	padding: 5px;
	text-align:center;
}

.front1
{
	border-color: grey;
	border-style: double;
	border-width: 5px;
	margin-bottom: 25px;
	max-width: 100%;
	padding: 5px;
	float: right;
}
p.right
{
	float: right;
}

p.error	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#F00;
	margin:0px;		
		 }		

.feedburnerFeedBlock img
{
	height: auto;
	max-width: 100%;
	text-align: center;
}
.feedburnerFeedBlock ul
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
.feedburnerFeedBlock ul li span.headline a
{
	color: #8b8b8b;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-decoration: none;
}
.feedburnerFeedBlock ul li span.headline a:hover
{
	color: #09F;
}
.feedburnerFeedBlock #creditfooter
{
	display: none;
}

.border1
{
	background-image: url(images/background/menuborder1.png);
	height: 20px;
	margin-top: 20px;
	margin-bottom:25px;
	clear: both;
}



.clear{
	clear: both;
}


img.right
{
	display: inline;
	float: right;
	padding: 5px;
	vertical-align:text-top;
}
.twtr-hd,.twtr-ft
{
	display: none;
}
p
{
	font-family: Helvetica, Arial, sans-serif;
	line-height: 22px;
	margin: 0px;
	padding: 5px;
}

label
{
	font-family: Helvetica, Arial, sans-serif;
	line-height: 20px;
	margin: 0px;
	padding: 5px;
}

.logo
{
	background-color: #cc3333;
	color: #ffffcc;
	float: left;
	font-family: 'SFMoviePosterCondensedRegular',Tahoma, Geneva, sans-serif;
	font-size: 70px;
	height: 110px;
	line-height: 50px;
	margin-left: 25px;
	margin-right: 25px;
	padding-left: 10px;
	padding-top: 40px;
	width: 115px;
	
}

   .footer { 
      background:url(images/background/foot.jpg);
      color: white;
      padding: 15px 0;
      position: relative;
    }
    .footer:before,  .footer:after {
      content: "";
      background:#666;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 9999px;
    }
   .footer:before {
      right: 100%;
    }
    .footer:after {
      left: 100%;
    }
    
.article
	{
		
		margin-left: auto;
		margin-right: auto;
		width: 80%;
	}

	
	.border28
{
	background-image: url(images/background/menuborder.png);
	height: 20px;
	margin-top: 100px;
	clear: both;
	 position: relative;
}

 .border28:before,  .border28:after {
      content: "";
      background: url(images/background/menuborder.png);
	  background-repeat:repeat-x;
	 
      position: absolute;
      top: 0;
      bottom: 0;
	 
      width: 1000px;
    }
   .border28:before {
      right: 100%;
    }
   .border28:after {
      left: 100%;
    }


.border3
{
	background-image: url(images/background/menuborder.png);
	height: 20px;
	margin-top:35px;
	margin-bottom: 20px;
		

	
}	

	
  .bot {
	  width:22%;
	  display:inline-block;
	  vertical-align:text-top;
	  padding:10px;
	
	
	 
	  
  }


h1
{
	color: #09F;
	font-family: 'SuperRetroM54Regular',Tahoma, Geneva, sans-serif;
	font-size: 5.625em;
	line-height: 81px;
	margin: 10px;
	margin-top: 25px;
	margin-top: 40px;
	padding-left: 15px;
}
.footer h3
{
	font-family: 'SFMoviePosterCondensedRegular',Tahoma, Geneva, sans-serif;
	font-size:5em;
	margin:0em;
	text-align:center;
	color:#CCC;
		
	-webkit-font-smoothing: subpixel-antialiased;
}

form {
	padding-bottom:150px;
}

h2
{
	color:#666;
	font-family: 'SFMoviePosterCondensedRegular',Arial, Helvetica, sans-serif;
	font-size: 60px;
	height: 50px;
	
	
}

h5
{
	color: #09F;
	font-family: 'SuperRetroM54Regular',Tahoma, Geneva, sans-serif;
	font-size: 350px;
	line-height: 301px;
	margin: 10px;
	margin-top: 25px;
	margin-top: 40px;
	padding-left: 15px;
}
h4
{
	color: #09F;
	font-family: 'SuperRetroM54Regular',Tahoma, Geneva, sans-serif;
	font-size: 125px;
	line-height: 126px;
	margin: 10px;
	margin-top: 25px;
	margin-top: 40px;
	padding-left: 15px;
}
h6
{
	color: #8b8b8b;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
}
.nav
{
	color: #FFF;
	height: 30px;
	left: 0px;
	margin-top: 0px;
	padding: 15px;
	padding-top: 30px;
	top: 0px;
	width: 100%;
}
.nav li
{
	color: #8b8b8b;
	display: inline;
	font-family: 'SFMoviePosterCondensedRegular',Arial, Helvetica, sans-serif;
	font-size: 60px;
	height: 50px;
	width: 50px;
}
.nav a
{
	margin: 0px 5px;
	padding: 0px;
	text-decoration: none;
	
	color: #666;
}
.nav a :link
{
	color: #aaa;
	height: 49px;
	width: 149px;
}
.nav a:visited
{
	color: #CCC;
}
.nav a:hover
{
	color: #09F;
}
.nav a:active
{
	background-color: #09F;
	color: #03f;
}

.form {
	width:50%;
	float:left;
	padding-left:25px;
}
.form1 {
	width:40%;
	float:right;
	padding-top:290px;
	
}

.web {
	width:60%;
	float:left;
	padding-bottom:50px;
}

.web2 {
	padding-top:150px;
	width :30%;
	float:right;
	padding-bottom:175px;
}
.web1 {
	padding-top:55px;
	width :35%;
	float:right;
	padding-bottom:50px;
}

.word
{
	color: #8b8b8b;
	display: inline;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	margin: 0px;
	margin-bottom: 30px;
	margin-top: 25px;
	text-decoration: none;
}
a.hon:link
{
	color: #8b8b8b;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	margin-top: 25px;
	text-decoration: none;
	float:right;
}
a.hon:visited
{
	color: #666;
	margin: 0px;
	margin-top: 25px;
	padding: 0px;
	text-decoration: underline;
}
a.hon:active
{
	background-color: #09F;
	color: #03f;
	margin: 0px;
	margin-top: 25px;
	padding: 0px;
	text-decoration: none;
}
a.hon:hover
{
	color: #09F;
	margin: 0px;
	margin-top: 25px;
	padding: 0px;
	text-decoration: none;
	text-decoration: underline;
}

.footer a.hon:link
{
	color:#CCC;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	margin-top: 25px;
	text-decoration: none;
	float:right;
}
.footer a.hon:visited
{
	color: #CCC;
	margin: 0px;
	margin-top: 25px;
	padding: 0px;
	text-decoration: underline;
}
.footer a.hon:active
{
	background-color: #09F;
	color: #03f;
	margin: 0px;
	margin-top: 25px;
	padding: 0px;
	text-decoration: none;
}
.footer a.hon:hover
{
	color: #09F;
	margin: 0px;
	margin-top: 25px;
	padding: 0px;
	text-decoration: none;
	text-decoration: underline;
}


a.bottom:link
{
	color:#CCC;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	margin: 0px;
	margin-bottom: 30px;
	margin-top: 50px;
	text-decoration: none;
	
}
a.bottom:visited
{
	color:#CCC;
	font-size: 10px;
	margin: 0px;
	margin-bottom: 30px;
	margin-top: 15px;
	padding: 0px;
	text-decoration: underline;
}
a.bottom:active
{
	background-color:#CCC;
	color: #03f;
	font-size: 10px;
	margin: 0px;
	margin-bottom: 30px;
	margin-top: 25px;
	padding: 0px;
	text-decoration: none;
}
a.bottom:hover
{
	color: #09F;
	font-size: 10px;
	margin: 0px;
	margin-bottom: 30px;
	margin-top: 25px;
	padding: 0px;
	text-decoration: none;
	text-decoration: underline;
}
.datebox
{
	color: #09F;
	float:inherit;
	font-family: 'SFMoviePosterCondensedRegular',Tahoma, Geneva, sans-serif;
	font-size: 30px;
	padding-top:10px;
	margin-top:-38px;
	
	
}

a.blog:link
{
	color: #8b8b8b;
	font-family: 'SFMoviePosterCondensedRegular',Tahoma, Geneva, sans-serif;
	font-size: 60px;
	margin: 0px;
	margin-top: 25px;
	text-align: left;
	text-decoration: none;
}
a.blog:visited
{
	color: #666;
	font-size: 60px;
	margin: 0px;
	margin-top: 25px;
	padding: 0px;
	text-align: left;
	text-decoration: underline;
}
a.blog:active
{
	background-color: #09F;
	color: #03f;
	font-size: 60px;
	margin: 0px;
	margin-top: 25px;
	padding: 0px;
	text-decoration: none;
}
a.blog:hover
{
	color: #09F;
	font-size: 60px;
	margin: 0px;
	margin-top: 25px;
	padding: 0px;
	text-decoration: none;
	text-decoration: underline;
}
#disqus_thread
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}
.graphic
{
	padding: 5px;
	width:40px;
	height:40px;

}


@media only screen and (max-width: 767px)
{
	.wrappper
	{
		margin: 0 auto;
		padding: 10px;
		position: relative;
		width: 80%;
	}
	
	.form{
	width:100%;
	padding-bottom:0px;
	float:none;
	
}

.form1{
	width:100%;
	padding-top:10px;
	float:none;
	padding-left:25px;
}

	h1
	{
		font-size: 50px;
		line-height: 51px;
	}
	
	.logo
{
	background-color: #cc3333;
	color: #ffffcc;
	float: left;
	font-family: 'SFMoviePosterCondensedRegular',Tahoma, Geneva, sans-serif;
	font-size: 70px;
	height: 140px;
	line-height: 50px;
	margin-left: 25px;
	margin-right: 25px;
	padding-left: 10px;
	padding-top: 60px;
	width: 115px;
	
}

.border3
{
	
	margin-top:0px;
	margin-bottom: 10px;
		

	
}	
	

	.bot{
		
		width:45%;
	}
	
	.border3
{
	background-image: url(images/background/menuborder.png);
	height: 20px;
	margin-top:10px;
	margin-bottom: 20px;
	margin-top:-70px;
	background-repeat:repeat-x;
		

	
}	
	
.web{
		width:100%;
		padding-bottom:25px;
	}
	
	.web1{
		width:100%;
		padding-top:0px;
		padding-bottom:75px;
		
	}
	
	.web2{
		width:100%;
	
		padding:5px;
		
	}	


img.right
	{
		float:none;
	
		
		
		display:inline-block;
		margin: 0 auto;
		
	}
	.nav
	{
		color: #FFF;
		height: 160px;
		left: 0px;
		margin: 0px;
		padding-top: 00px;
		top: 0px;
		width: 100%;
		
	
		
	}
	.nav li
	{
		color: #8b8b8b;
		display: inline;
		font-family: 'SFMoviePosterCondensedRegular',Arial, Helvetica, sans-serif;
		font-size: 60px;
		
	}
	.nav a :link
	{
		color: #aaa;
		width: 149px;
	}
	
	h5
	{
		color: #09F;
		font-family: 'SuperRetroM54Regular',Tahoma, Geneva, sans-serif;
		font-size: 110px;
		line-height: 126px;
		margin: 10px;

		margin-top: 40px;
		padding-left: 15px;
	}
	h4
	{
		color: #09F;
		font-family: 'SuperRetroM54Regular',Tahoma, Geneva, sans-serif;
		font-size: 60px;
		line-height: 61px;
		margin: 10px;
		margin-top: 25px;
		margin-top: 40px;
		padding-left: 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px)
{
	
	.article1 {
		width:100%
	}
	h5
	{
		color: #09F;
		font-family: 'SuperRetroM54Regular',Tahoma, Geneva, sans-serif;
		font-size: 170px;
		line-height: 61px;
		margin: 10px;
		margin-top: 25px;
		margin-top: 40px;
		padding-left: 15px;
	}
	
	
	
	
	h1
{
	color: #09F;
	font-family: 'SuperRetroM54Regular',Tahoma, Geneva, sans-serif;
	font-size: 4.625em;
	line-height: 70px;
	margin: 10px;
	margin-top: 25px;

	padding-left: 15px;
}
	
	
	.nav
	{
		color: #FFF;
		height: 30px;
		left: 0px;
		margin: 0px;
		padding: 15px;
		padding-top: 30px;
		top: 0px;
		width: 100%;
	}
	.nav li
	{
		color: #8b8b8b;
		display: inline;
		font-family: 'SFMoviePosterCondensedRegular',Arial, Helvetica, sans-serif;
		font-size: 60px;
		height: 60px;
		width: 30px;
	}
	
	.bot {
		width:45%;
		padding:15px;
		
}

	.web{
		width:100%;
		padding-bottom:25px;
	}
	
	.web1{
		width:100%;
		padding-top:0px;
		padding-bottom:75px;
		
	}
	
	.web2{
		width:100%;
	
		padding:5px;
		
	}
}


@media screen and (max-width: 530px) {
	
	.wrappper
	{
		margin: 0 auto;
		padding: 10px;
		position: relative;
		width: 80%;
	}
	h1
	{
		display:none;
	}
	img.right
	{
		display: none;
		height: 0px;
	}

	
	
	.border1
	{display:none;
	}
	
	.border3
	{display:none;
	
	}
	content
	{
		float: left;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	
	.nav
	{
		color: #FFF;
		height: 30px;
		left: 0px;
		margin: 0px;
		padding: 15px;
		padding-top: 30px;
		top: 0px;
		width: 100%;
		text-align:center;
	}
	.nav li
	{
		color: #8b8b8b;
		display: inline;
		font-family: 'SFMoviePosterCondensedRegular',Arial, Helvetica, sans-serif;
		font-size: 60px;
		padding-bottom:75px;
		width: 30px;
	}
	
	
	.logo
{
	background-color: #cc3333;
	color: #ffffcc;
	float: left;
	font-family: 'SFMoviePosterCondensedRegular',Tahoma, Geneva, sans-serif;
	font-size: 70px;
	height: 110px;
	line-height: 50px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 10px;
	padding-top: 40px;
	width:100%;
	
}

.form{
	width:100%;
	padding-bottom:0px;
	float:none;
	
}

.form1{
	width:100%;
	padding-top:10px;
	float:none;
	padding-left:25px;
}
	.nav
	{
		color: #FFF;
		height: 160px;
		left: 0px;
		margin: 0px;
		padding: 0px;
		top: 0px;
		width: 100%;
		padding-bottom:100px;
	}
	.nav li
	{
		color: #8b8b8b;
		display: inline;
		font-family: 'SFMoviePosterCondensedRegular',Arial, Helvetica, sans-serif;
		font-size: 60px;
		padding-bottom:50px;
	}
	.nav a :link
	{
		color: #aaa;
		width: 149px;
	}
	.border
	{
		height: 20px;
		margin-top: 5px;
	}
	
	.bot
	{
		width:90%;
	}
	
	.web{
		width:100%;
	}
	
	.web1{
		width:100%;
		padding-top:0px;
		
	}
	
	.web2{
		width:100%;
	
		padding:5px;
		
	}

	
	.border1
	{
		height: 20px;
		margin-top: 5px;
	}
	h5
	{
		color: #09F;
		font-family: 'SuperRetroM54Regular',Tahoma, Geneva, sans-serif;
		font-size: 110px;
		line-height: 126px;
		margin: 10px;
		margin-top: 25px;
		margin-top: 40px;
		padding-left: 15px;
	}
	h4
	{
		color: #09F;
		font-family: 'SuperRetroM54Regular',Tahoma, Geneva, sans-serif;
		font-size: 60px;
		line-height: 61px;
		margin: 10px;
		margin-top: 25px;
		margin-top: 40px;
		padding-left: 15px;
	}
}

