/*#############################################################

Author: SU_PYROW
Date: 07.15.2011
URL: https://www.supyrow.com

#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}
a.name {text-decoration: none;}

body {
	background: #111 url(../images/bg.jpg) repeat-y center top;
	color: #BBB;
	font: normal 70% "Lucida Sans Unicode",sans-serif;

}

table {
  border: 2px solid gray;
    border-spacing: 0;
  border-collapse: collapse;
}

tbody > tr:nth-of-type(even) {
  background-color: #222;
}

th {
  border: 1px solid gray;
  font-size: 1.2em;
vertical-align: bottom;
}

td {
  border: 0px solid gray;
  font-size: 1.2em;
padding-bottom: 1.3em;
vertical-align: bottom;
}

p,ul,br{
	font-size: 1.2em;
	padding-bottom: 1.3em;
}

blockquote {font: bold 1em sans-serif;}


.center {text-align: center;}
.left {float: left;}
.right {float: right;}

pre {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

input.center,p.center{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img {
	border: none;
/*	display: block;
	margin-left: auto;
	margin-right: auto; */
}

ul {margin-left: 2em;}
h1 {font: normal 2.4em sans-serif;}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}

h1.a {text-decoration: none;}

h1.center,h2.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(../images/stripe.gif);
	height: 6px;
}



/* header */
.header {
	background: #000;
	border-bottom: 1px solid #333;
	font: normal 3em sans-serif;
	height:auto;
	/*height: 270px; /* 225 full size banner +90 for advertisement*/  
/*
}
.header a { 
*/
	color: #888;
	display: block;
	/*line-height: auto; */
	text-decoration: none;
	width: 100%;
}


.header span {padding-left: 0px;}
.header a:hover {
	background: #191919;
	color: #BBB;
}

/* structure */
.container {
	border: 3px solid #444;
	border-top: none;
}

.main {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}
.main .left {width: 100%;}
.main .right {width: 0%;}


.content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding: 16px;
}

/* content elements */
.content h1 {
	background: url(../images/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #777;
	text-decoration: none;
}

.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px;}
.content span.id  {text-decoration: none;}

/* navigation .nav {background: #191919 url(../images/nav.gif);} */
.nav {background: #191919;}
.nav a {
	background: #191919;
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: bold 1.3em Verdana,sans-serif;
	line-height: 51px;
	padding: 0 20px;
}

.nav a:hover:not(.active) {
    background-color: #2A2A2A;
}

.nav .active {
    background-color: #2A2A2A;
}



/* sub-navigation ######### */
.subnav {
	background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #444;
	padding: 12px;
}
.subnav h1 {padding-top: 8px;}

.subnav ul {margin: 1px;}

.subnav li {
	background: url(../images/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 1px;
	padding-left: 18px;
}

.subnav li a {
	color: #777;
	line-height: 2.4em;
	padding-left: 10px;
	text-decoration: none;
}

.subnav li a:hover {color: #BBB;}


.YTvideos {
  display: none;
}


.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,.next {
  cursor: pointer;
  position: absolute;
  top: auto;
  width: auto;
  padding: 16px;
  margin-top: -200px;
  border-radius: 0 3px 3px 0;
  user-select: none;
 /* -webkit-user-select: none; */
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: #191919;
}

.video {
  opacity: 0.6;
}

.active,
.video:hover {
  opacity: 1;
}


/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 100%;
}
.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
	background: #222;
}

.col3,.col3center {
	float: left;
	width: 100%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}
