
body {
	background: #000;
	margin:0;
	padding:0;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 0.85em;
	color: #ff0;
}

* {
	margin:0;
	padding:0;
}

.header_top {
	background-color: #000;
	display: inline;
	float: left;
	width:100%;
	margin: 0 auto;
}

.top_nav{
	text-align:center;	
	margin:0;
}

.top_nav li{
	display: inline-block;
	color:#ff0;
	font-size: 12px;
	text-align:center;
}
.top_nav li a{
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #CCC;
	color: #ff0;
	padding-top: 10px;
}
.top_nav li a:hover{
  color: #ff0;
}

/*------------navigation   */

nav {width:100%;height: 37px;margin: 0 auto;background:#333; font-size:0.85em; }
nav ul {list-style: none;margin: 0;padding: 0;}
nav ul li {position: relative;float: left;padding: 6px 5px 0px 5px; text-align:center; border-left:1px solid #fff;  }
nav ul li:hover {background: #000;}
nav ul li a {font-size: 1em; line-height:14px;color: #fff;display: block;padding: 6px 10px 6px 10px;margin-bottom: 5px;z-index: 6;position: relative;text-align:center; text-decoration:none;}
nav ul li:hover a{ color:#FF0; text-decoration:underline;}

/*- Menu --------------------------- */
	
/*sm-core-css*/
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:not-allowed;}
.sm:after{content:"\00a0";display:block;height:0;font:0px/0 serif;clear:both;visibility:hidden;overflow:hidden;}
.sm,.sm *,.sm *:before,.sm *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
/*/.sm-core-css*/
@media (min-width: 768px) {
		#main-menu {
			position: relative;
			z-index: 9999;
		}
		#main-menu ul {
			width: 12em;
		}
	}
.sm-simple {
  background: #000;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active {
  padding: 3px 6px;
  border-left: 4px solid rgb(99, 96, 96);
  padding-right: 58px;
  color: #000;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}
.sm-simple a.current {
  background: #555555;
  color: white;
}
.sm-simple a.disabled {
  color: #cccccc;
}
.sm-simple a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 13px/34px monospace !important;
  text-align: center;
  text-shadow: none;
}

.sm-simple a.highlighted span.sub-arrow:before {
  display: block;
  content: '-';
}
.sm-simple li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-simple > li:first-child {
  border-top: 0;
}
.sm-simple ul {
  background: rgba(179, 179, 179, 0.1);
}
.sm-simple ul a, .sm-simple ul a:hover, .sm-simple ul a:focus, .sm-simple ul a:active {

}

@media (min-width: 768px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-simple ul {
    position: absolute;
  }

  .sm-simple li {
    float: left;
  }

  .sm-simple.sm-rtl li {
    float: right;
  }

  .sm-simple ul li, .sm-simple.sm-rtl ul li, .sm-simple.sm-vertical li {
    float: none;
  }

  .sm-simple a {
    white-space: nowrap;
  }

  .sm-simple ul a, .sm-simple.sm-vertical a {
    white-space: normal;
  }

  .sm-simple .sm-nowrap > li > a, .sm-simple .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-simple {
    background: #000;
  }
  .sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
    padding: 5px 6px;
    color: #ff0;
	border-left: 4px solid rgb(99, 96, 96);
  }
  .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
    background: #000;
	color: #fff;
  }
  .sm-simple a.current {
    background: #555555;
    color: white;
  }
  .sm-simple a.disabled {
    background: white;
    color: #cccccc;
  }
  .sm-simple a.has-submenu {
    padding-right: 49px;
  }
  .sm-simple a span.sub-arrow {
    top: 50%;
    margin-top: -8px;
    width: 8px;
    height: 16px;
    font: 14px/16px monospace !important; 
    background: transparent;
  }
  .sm-simple a.highlighted span.sub-arrow:before {
    display: none;
  }
  .sm-simple > li {
    border-top: 0;
  }
  .sm-simple > li:first-child {
    border-left: 0;
  }
  .sm-simple ul {
    border: 1px solid #bbbbbb;
    background: black;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
  .sm-simple ul a {
    border: 0 !important;
  }
  .sm-simple ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-simple ul a span.sub-arrow {
    left: auto;
  }
  .sm-simple ul > li {
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }
  .sm-simple ul > li:first-child {
    border-top: 0;
  }
  .sm-simple span.scroll-up,
  .sm-simple span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: white;
    height: 20px;
  }
  .sm-simple span.scroll-up-arrow, .sm-simple span.scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  .sm-simple span.scroll-down-arrow {
    top: 3px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .sm-simple.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 32px;
  }
  .sm-simple.sm-rtl a span.sub-arrow {
    right: auto;
    left: 20px;
  }
  .sm-simple.sm-rtl.sm-vertical a.has-submenu {
    padding: 11px 20px;
  }
  .sm-simple.sm-rtl.sm-vertical a span.sub-arrow {
    right: 20px;
    margin-right: -12px;
  }
 
  .sm-simple.sm-vertical a span.sub-arrow {
    left: auto;
	color:#fff;
  }
  .sm-simple.sm-vertical li {
    border-left: 0;
    border-top: 1px solid #fff;
  }
  .sm-simple.sm-vertical > li:first-child {
    border-top: 0;
  }
}
/*- end--------------------------- */

table {
	width: 100%;
	text-align: left;
}

th, td {
	padding: 10px 10px;
	border: thin solid #999;
	vertical-align:top;
}

th {
	color: #ff0;
	background: #000 none repeat-x scroll left top;
}

td {
	border-bottom: 1px solid #ccc;
}

/*-------------table.responsive */
  
  table.responsive.responsive {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
	border-collapse: collapse;
	margin-bottom:10px;
  }

  table.responsive tr {
    border: 1px solid #ddd;
  }

  table.responsive th, table.responsive td {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	text-align: left;
	vertical-align: text-top;
	padding-left:5px;
  }

  table.responsive th {
    font-size: 1em;
	font-weight: bold;
  }

  @media screen and (max-width: 800px) {

    table.responsive {
      width: 100%;
	  height:auto;
    }

    table.responsive thead {
      display: none;
    }

    table.responsive tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }

    table.responsive td {
      display: block;
      text-align: right;
      font-size: 1em;
      border-bottom: 1px dotted #ccc;
    }

    table.responsive td:last-child {
      border-bottom: 0;
    }

    table.responsive td:before {
      content: attr(data-label);
      float: left;
      font-weight: bold;
    }
  }


code, blockquote {
	display: block;
	padding: 10px;
}
code {
	color:#ccc;
	border: none;
}


blockquote p {
	margin: 0;
	color: #333;
	height: 1%;
}

p {
	line-height: 1.9em;
	padding-bottom:10px;
}

a {
	color: #ff0;
	text-decoration: underline;
}

a:hover {
	color: #333;
}

a:focus {outline-width: 1px;
  outline-style: dashed;
  outline-color: #ff0;}


a.button {
	background-color: #333;
	color: #FFFFFF;
	display: inline-block;
	padding: 2px;
	border: 1px solid #000;
	text-shadow: 1px 1px 0 #000;
	border-radius: 5px;
	text-decoration: none;
}


fieldset {
	display: block;
	border: none;
	border-top: 1px solid #ccc;
}

fieldset legend {
	font-weight: bold;
	font-size: 0.9em;
	padding-right: 10px;
	color: #333;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 150px;
}

form input, form select, form textarea {
	padding: 5px;
	color: #333333;
	border: 1px solid #ddd;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

form input.formbutton {
	border: none;
	background: #000;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 10px;
	font-size: 0.8em;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
}

form.searchform input {
  font-size: 0.9em;
    padding: 6px;
}

form.searchform p {
	margin: 5px 0;
}


span.required {
	color: #ff0000;
}

h1 {
	color: #ff0;
	font-size: 1.6em;
	margin-bottom:10px;
}

h2 {
	color: #ff0;
	font-size: 1.5em;
	margin-bottom:10px;
}

h3 {
	color: #ff0;
	font-size: 1.1em;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight:bold;
}

h4 {
    color: #555;
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 10px;
}

h5 {
	padding-bottom: 10px;
	font-size: 1.1em;
	color: #999;
}

ul, ol {
	margin: 0 0 15px 15px;
}

li {
	padding-bottom: 5px;
}

li ol, li ul {
	font-size: 1em;
	margin-bottom: 0;
	padding-top: 5px;
}

.width {
	max-width: 100%;
	margin: 0 auto;
}


#container {

	width:90%;
	margin: 0 auto;
	background-color:#000;
}

header {
	margin: 0 auto;
	text-align:center;
	background-position: center;
}

img {
	max-width: 100%;
	height: auto;
}

.img-right{
  float: right;
  margin-left:10px; 
  max-width:100%;
  border: thin solid #CCC;
  margin: 5px;
  padding: 5px;
}
.img-left {
  float: left;
  margin-right:10px;
  max-width:100%;
  border: thin solid #CCC;
  margin: 5px;
  padding: 5px;
}


#body {
	background: none;
	margin: 5px auto 0;
 	padding: 0;
	clear: both;
}

#content {
    float: left;
	background-color:#000;
	width:48%;
	min-height:500px;
}

.two-column {
	width: 66%;
	margin: 0 2%;
	background-color:#000;
}

#right {
	width: 75%;
	background-color:#000;
	float:right;
	padding:10px;
	min-height:500px;
}

#right ul, li, ol {
	line-height:1.5em;
	padding-left:10px;
}



.three-column {
	width: 46%;
	margin: 0 1%;
	padding-left:10px;
}

article {
    padding: 10px 10px 20px 5px;
 }

article h2 {
    padding-bottom: 0;
}

article .article-info {
    color: #c0c0c0;
    font-size: 0.9em;
    letter-spacing: -0.5px;
    padding: 0 0 10px 0;
}

article .article-info a { 
	color: #c0c0c0;
	border-bottom-color: #c0c0c0;
}

.sidebar {
	margin-top: 10px;
}

.small-sidebar { 
   width: 20%;
   padding-right:10px;
}

.big-sidebar {
	width: 22%;
}

.left-sidebar { 
	float: left;
	padding-left:10px;
}

.right-sidebar {
	float: right;
	width:320px;
}

.sidebar h4 {
	font-size: 1em;
	color: #ff0;
	background-color:#000;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 4px;
}

.sidebar img {
	padding-top: 10px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li ul {
    list-style: none outside none;
    margin: 0px;
}

.sidebar li ul li {
	display: block;
	border-top: none;
	padding: 2px;
	margin: 0;
	font-size: 0.85em;
}

.sidebar ul.blocklist {
	border-top: 1px solid #ddd;
	padding: 0;
	margin: 0;
}

.sidebar ul.blocklist li {
	border-bottom: 1px solid #ddd;
	padding: 0;
}

.sidebar ul.blocklist li a {
	border-bottom: 0;
	display: block;
	padding-top: 10px;
}

.sidebar ul.blocklist li a:hover {
	text-decoration:underline;
}

.sidebar ul.newslist li {
	padding: 10px 5px;
	border-bottom: 1px solid #ddd;
}

.sidebar ul.newslist p {
	margin-bottom: 0;
}

.sidebar li ul li a {
	 border-bottom-color: #000;
	color: #ff0;
}

.sidebar li ul li a:hover {
	 border-bottom-color: #333;
	 text-decoration:underline;
}


.clear {
	clear: both;
}

footer {
	background: #222;
	border-top: 2px solid #eee;
}

footer .footer-bottom {
	text-align: center;
	background-color: #333;
}

footer .footer-bottom p {
	text-align: center;
	font-size:0.85em;
	color:#fff;
}

.footer-bottom a {
	color: #fff;
	border-bottom-color: #000;
	text-decoration:underline;
}

.footer-bottom a:hover{
	color: #ff0;
}

@media screen and (min-device-width: 1138px) and (max-device-width: 1330px) { 

div#container { width: auto; }
	
#container {
	width:100%;
}

video {
	width: 100%    !important;
	height: auto   !important;
	border: thin solid #666;
}

.right-sidebar {
	float: right;
}

.right-sidebar {
	float: right;
	width:300px;
}
	#right {
	width: 70%;
}
}

@media screen and (min-device-width: 980px) and (max-device-width: 1138px) { 

div#container { width: auto; }
	
#container {
	width:100%;
}

video {
	width: 100%    !important;
	height: auto   !important;
	border: thin solid #666;
}

.right-sidebar {
	float: right;
}

.right-sidebar {
	float: right;
	width:240px;
}
	#right {
	width: 70%;
}
}


@media screen and (max-width: 980px) {

div#container { width: auto; }
	
#container {
	width:100%;
}

video {
	width: 100%    !important;
	height: auto   !important;
	border: thin solid #666;
}

.right-sidebar {
	float: right;
	width:240px;
}

	#right {
	width: 74%;
	padding:10px;
}
}

@media screen and (max-width: 938px) {

	body { font-size: 0.8em; }	
	
	video {
	width: 100%    !important;
	height: auto   !important;
	border: thin solid #666;
}

	div#container { width: auto; }
	
	#content {
	width:42%;
}	
	#container {
	width:100%;
}
	
	#right {
	padding:10px;
	float:left;
}

}

@media screen and (max-width: 777px) {

	body { font-size: 0.8em; }	
	
	video {
	width: 100%    !important;
	height: auto   !important;
	border: thin solid #666;
}

	div#container { width: auto; }
	
	#content {
	width:40%;
}	
	#container {
	width:100%;
}
	
	#right {
	padding:10px;
	float:left;
}

}


@media screen and (max-width: 736px) {
#container {
	width:100%;
}

.top_nav ul {float: none!important;}
.top_nav li{float: left; list-style: none outside none; width:94%; background: #333; text-align:left;}
.top_nav{background:none;}

nav ul { margin-top: 0; padding: 10px; }
	
	nav ul li { float: none; text-align:center;  }

	nav ul li a { margin-top: 0; }

	nav { height: auto; position: relative; }

.small-sidebar { 
   width: 90%;
   padding-left:10px;
}
#content {
	width:100%;
}

#right {
	width: 90%;
	padding-right:10px;
}

.small-sidebar img{
	max-width:140px;
}
}