@charset "utf-8";
@import url("reset.css");

#twitter_div { width: 100%; padding: 10px;
	border-width: 1px;
	border-color: #00aeda;
}

ul#twitter_update_list { width: 100%; padding: 0; margin: auto; overflow: hidden;
	border-color: #f7fdc1;
	font-size: 12px;
}

ul#twitter_update_list li { padding: 5px 0 5px 0; border-bottom: 1px dotted #f7fdc1; list-style: none;
	width: 100%;
}

html {
	
}

body {
	background: #010508 url(../img/bg-blue.jpg) no-repeat fixed center top;
	color: #fff;
	font: bold 12px "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: none;
	
	margin-top: 20px;
	min-width: 880px;
	margin-bottom: 20px;
}

.opacity {
	background-color: #010508;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity: 0.6;
	filter: Alpha(opacity=60);
	z-index: -1;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;

}

a:link, a:visited {
	color: #fcf9b2;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: color 0.2s ease-in-out;
	
}

a:hover {
	text-decoration: underline;
}

div#contact, div#links {
	margin-bottom: 10px;
}

div#wrapper {
	width: 820px;
	margin: auto;
}

div#header {
	position: relative;
}

div#header h1 {
	background: url(../img/logo.png) no-repeat center center;
	height: 52px;
	text-indent: -9999px;
	overflow: hidden;
}

div#shadow {
	
}

div#main {
	width: 800px;
	text-align: left;
	padding: 10px;
	z-index: 10;
	position: relative;
	font-weight: normal;
	font-style: normal;
	margin-top: auto;
	margin-bottom: auto;
	display: inline-block;
}

ul#socialnetwork {
	font-size: 0.8em;
}

div#home div.video {
	padding: 0 0 5px;
}

div#main div#cover {
	float: left;
}

div#footer
 {
	font-weight: bold;
	text-shadow: #000 1px 1px 2px;
	padding: 5px;
	font-size: 0.9em;
}

span#copyright {
	float: right;
	display: inline;
}

siv#footer ul.nav{
	display: inline;
}

div#footer ul {
	display: inline;
}

div#footer li {
	display: inline;
	padding: 0 1px;
}

#footer ul li a:link, #footer ul li a:visited {
	color: #ffffff;
}

#footer ul li a:hover {
	color: #fcf9b2;
}

p#topbanner {
	padding-bottom: 6px;
}

div#nav {
	text-align: center;
	text-shadow: #000 1px 1px 2px;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	width: 100%;
}

div#nav ul {
	position: relative;
	margin-bottom: 4px;
}

div#nav ul li {
	list-style-type: none;
	position: relative;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}

div#nav a:link, div#nav a:visited {
	color: #fff;
	text-decoration: none;
}

div#nav a:hover {
	color: #7db4cf;
	text-decoration: none;
	border-bottom: 2px solid #7db4cf;
}

div#nav a:active {
	color: #fcf9b2;
	text-decoration: none;
	border-bottom: 2px solid #fcf9b2;
}

#tumblr-link {
	float: left;
	position: absolute;
	z-index: 2;
	right: -44px;
	top: -2px;
}

h2 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

h3 {
	font-weight: bold;
}

h4, h4 a:link, h4 a:visited {
	font-weight: bold;
	font-size: 1em;
	color: #7db4cf;
	text-transform: lowercase;
}

h4 a:link, h4 a:visited {
	text-decoration: underline;
}

h4 a:hover {
	color: #fcf9b2;
}

div#advert {
	margin-bottom: 5px;
}

div#news {
	float: left;
	width: 395px;
	margin-right: 5px;
}

div#tumblr {
	width: 400px;
	position: relative;
	display: inline-block;
	float: left;
}

#tumblr ol.tumblr_posts {
	list-style-type: none;
}

 #tumblr li.tumblr_post {
	border-bottom: 1px solid #eee;
	margin-bottom: 5px;
	padding: 5px;
}

#tumblr div.tumblr_caption, #tumblr div.tumblr_body {
	padding-top: 5px;
	padding-left: 5px;
}

#tumblr div.tumblr_title {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
}

#tumblr ol.tumblr_posts li.tumblr_post.tumblr_text_post div.tumblr_body p img {
	position: relative;
	left: -5px;
	padding-bottom: 5px;
}

div#left {
	width: 500px;
	float: left;
}

div#right {
	width: 300px;
	float: left;
}

/* @group media */

a.videozoom1:hover {
	text-decoration: none;
}


#video-iftn {
	width: 480px;
	background: url(../img/iftn-still-sml.jpg) no-repeat 0 0;
	text-align: center;
	font-size: 4em;
	text-transform: uppercase;
	color: #fff;
	padding-top: 205px;
	height: 65px;
	text-shadow: #000 1px 1px 2px;
}

div#photos {
	width: 310px;
	float: left;
}

#photos ul {
	margin-bottom: 10px;
}

#photos ul li {
	display: inline-block;
	padding: 2px;
}



#media div#video {
	width: 480px;
	float: left;
	margin-right: 10px;
}





/* @end */

div#bio img#pic {
	text-align: left;
	float: left;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 10px;
}

hr.NewsRule {
	display: none;
}

div.PagingGroup {
	text-align: center;
	border-top: 1px solid #fff;
	padding-top: 5px;
}

p {
	margin-bottom: 5px;
}

div#GlueLink {
	display: none;
}

#glue_news_content font {
	font: normal 12px "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	
}

h2.NewsHeadline {
	font-size: 15px;
	margin-top: 5px;
}

div.NewsGroup {
	border-bottom: 1px solid #fff;
}

h6.NewsInfo {
	font-style: italic;
	color: #999999;
	font-size: 0.9em;
	margin-bottom: 5px;
}

#mlist {
	margin-bottom: 10px;
	margin-top: 10px;
}

input#mce-EMAIL {
	border: 3px solid #7db4cf;
	background-color: #ffffff;
	width: 350px;
	height: 20px;
	font: bold 1em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

input#mce-EMAIL:focus {
	background-color: #fcf9b2;
}

input#mc-embedded-subscribe {
	height: 28px;
	background-color: #7db4cf;
	border-style: none;
	font: bold 1em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

#mlist form {
	font-size: 1.2em;
}
