/*
Template name: Blackbox
Template URI: http://templates.arcsin.se/blackbox-website-template/
Release date: 2006-06-01
Description: A mystic dark lightweight design.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #999;
	text-decoration: none;
}
body {
	background: #000 url(images/bg.png) repeat-x fixed left bottom;
	color: #555;
	font: normal 0.7em sans-serif,Arial;
	margin: 20px 0;
	text-align: center;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(images/li.gif);
	margin-left: 18px;
}
code {
	background: url(images/bgcode.gif);
	color: #888;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 3px 6px;
	white-space: pre;
}

cite {
	background: url(images/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding-left: 28px;
}

iframe {
		overflow-x: auto;
		overflow-y: auto; 
		border: 0;
}

/* main structure */
.main {
	background: #000; 
	border: 3px double #EEE; 
	border-color: #141414 #202020 #222 #202020; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 1024px; 
}


/* header */
.gfx {
	background: #111 url(images/gyoruspy_header.jpg) no-repeat center;
	height: 240px;
}
.gfx h1 {
	color: #111;
	font: normal 2.6em Tahoma,sans-serif;
	padding: 16px 20px;
}

.chat {
	text-align: right;
	position: absolute;
  right: 0;
  float: right;
}

/* menu */
.menu a {
	background: #000 url(images/bgmenu.png) repeat-x;
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #444;
	float: left;
	font: bold 1.1em "Verdana",serif;
	font-size: 1.2em;
	padding-top: 4px;
	width: 99px; height: 24px;
	text-align: center;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #666;
}
.menu a#last {
	border-right: none;
	width: 150px;
}


/* content */
.content {
	background: #1A1A1A;
	border-top: 1px solid #1A1A1A;
	clear: both;
}
.content h1 {
	color: #666;
	font: bold 1.1em sans-serif,Arial;
	margin: 0 0 4px;
}
.content p {
	margin: 0 0 12px;
}

.item {
	background: #030303 url(images/bgitem.gif) repeat-x;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	padding: 8px 10px;
}

.item2 {
	background: #030303 url(images/bgitem.gif) repeat-x;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	padding: 8px 10px;
	height: 600px;
  overflow: auto;
}

/* footer */
.footer {
	background: #0A0A0A;
	color: #666;
	padding: 5px;
} 
.footer .left, .footer .right {padding: 0 12px;}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}

#chat_embed { position:fixed; right:0; top:0; width:0; height:100%; box-shadow:0 10px 120px #111; -webkit-box-shadow:0 10px 120px #111; -moz-box-shadow:0 10px 120px #111; -ms-box-shadow:0 10px 120px #111; }
#chat_toggle { display:block; position:fixed; right:0; top:12px; padding:4px 10px; width:80px; height:1em; color:#eee; background:#333; border-radius:8px 0 0 8px; box-shadow:0 8px 80px #111; -webkit-box-shadow:0 8px 80px #111; -moz-box-

.youtube { float:left; border-right:1px solid #333; width:50%; }
#youtube-feed { margin:1em 0 0; }
.youtube .gfc-resultsHeader { border-bottom:0; }
.youtube .gfc-result { margin:0; }
.youtube .gf-result { padding:3px; transition:background 0.2s; -webkit-transition:background 0.2s; -moz-transition:background 0.2s; -ms-transition:background 0.2s; }
.youtube .gf-result:hover { background:#282828; }
.youtube .gf-snippet,.youtube .gf-author { display:none!important; }
.youtube .gf-title,.youtube .gf-spacer,.youtube .gf-relativePublishedDate { display:inline!important; }
