/*
--------------------------------------------------------
  hyperarts media screen stylesheet
  author:   tim ware
  updated:      sept 23, 2005


  cream bg: #eec18a; 
  yellow sidebar: #f7f1d2; 

  based on thehumaneffort.com
-------------------------------------------------------- */

body {
  background: #fff; 
  margin: 0; padding: 0; 
  font: 62.5%/1.5 tahoma, geneva, verdana; 
  color: #777;
  text-align:center;
}

p, li { font-size:1.4em; }

.clear { font-size: 1px; line-height: 1px; height: 1px; clear:both; }

a { text-decoration: none; color: #063; }
a:hover { text-decoration:underline; }

.indent { margin-left:15px; }

/* general styles */

p {
  margin-top:0;
  margin-bottom:.7em;
}

ul { margin-top:0; }

img {
  border:0;
}

h1 {
  font: bold 1.6em/normal arial,helvetica,sans-serif;
  color:#777;
  padding:0; margin-bottom:.5em;
  text-align:left;
}

h1#homeheader { margin-top:2em; }

h2 {
  font: bold 1.4em/normal 'trebuchet ms',verdana,arial,helvetica;
  color:#777;
  margin-bottom:0;
  text-transform:capitalize;
}

h3 { color: #063; font-size: 1.4em; }

.trt, .italic { font-style: italic; }

h3.gray { color:#777; margin-bottom:0; }

#social-media-links {
  float: right;
  margin: 34px 29px 0 0;
  padding: 0;
  text-align: right;
}

#twtr-link {
  border: 0;
  margin: 0;
  padding: 0;
}

#fb-link {
  border: 0;
  margin: 0 6px 0 0;
  padding: 0;
}

#fb-link img {
  padding-top: 2px;
  height: 25px;
}

/* global interface elements */

#container {
  position: relative; 
  width: 950px;
  margin:0 auto; padding:0; 
  border:0;
  text-align: left;
  background:white url(/media/1/img/boxmid-guru.jpg) repeat-y 0 0;
}

#bottom {
  clear: both; 
  background: transparent url(/media/1/img/boxbot-guru.jpg) no-repeat 0 0;
  padding:0; border:0; margin:0 auto;
  font-size: -1%; line-height:1%;
  height:40px;
}

#header {
  background:#fff url(/media/1/img/boxtop-guru.jpg) no-repeat 0 0;
  width:950px; height:140px;
  position:relative;
  margin:0 auto;
  border:0; padding:0;
}


#content {
  float:right;
  width:630px;
  margin:20px 85px 20px 10px;
  height:100%;
  text-align:left;
  padding:0;
  padding-top:2em;
  border:0;
}

html>body #content   {margin-top:.8em; width:664px}
/* what we really want - IE 4/5/6 can't see */

.leftdiv {
  margin-right:20px;
  width:400px;
  float:left;
}

.leftdivhome {
  font-size: .9em;
}

.home { width:300px; }

.rightdiv {
  margin-right:0;
  width:230px;
  float:left;
  font-size:.9em;
}

#guruvids {
  border:1px solid #ccc; 
  margin:1em auto; padding:5px;
  clear:both;
}

#gurucourses {
  border:1px solid #ccc; 
  margin:1em auto; padding:5px;
  clear:both;
}

.vidthumb {
  width:160px;
  border:0; margin-right:10px;
  float:left;
  text-align:center;
}

.vidthumb img { border:1px solid #ccc; }

.toplink {
  float: right;
  font: 1.0em verdana,arial,helvetica,sans-serif;
}

#footer {
  position:relative;
  text-align:center;
  vertical-align: middle;
  clear:both;
  margin:0 auto 1em auto;
  font: 11px verdana,arial,helvetica,sans-serif;
  color: #999;
}

#footer a, #footer a img {
  vertical-align: middle;
}

/* REGISTER FORM */

.formfield {
  border:1px solid #666;
  padding:0; margin:0;
  width:60%;
  margin: .5em 0 0 10px;
  clear:right;
  vertical-align:middle;
  background:#efefef;
}

fieldset {
  border:1px solid #ccc; 
  color:#666;
  width:300px;
  padding:5px;
}

fieldset p { text-align:right; margin:0; padding:0; }

legend {  border:1px solid #ccc; padding:1px 5px; font-size:130%;}

.required { color: #c00; }

#submit-btn { margin: .7em 0 0 115px; }

.tag-item {
  float: left;
  padding: 3px;
  margin-right: 10px;
}

.tag-item span {
  font-size: 1.5em;
  font-weight: bold;
}

/* navigation elements */

#quicknav {
  position: absolute;
  top:148px;
  left:15px;
  background: #efefef;
  width:915px;
  height:20px;
  text-align:right;
  border:0;
  line-height:normal;
  padding-top:4px;
}

#quicknav img {
  text-align: middle;
  padding:0 8px 0 10px;
}

#quicknav ul {
  margin-left: 0;
  padding-left: 0;
  display: inline;
}

#quicknav ul li {
  margin-left: 0;
  list-style: none;
  display: inline;
  width:12%; /* for IE 5 */
  font-size:1.0em;
}

#quicknav ul li.right {
  margin-left: 0;
  margin-right: 15px;
  border-left: none;
  list-style: none;
  display: inline;
}

#quicknav ul li.active a, a.active {
  font-weight:normal;
  color:#f60;
}

#quicknav a {
  color:#666;
}

#quicknav a:hover {
  color:#f60;
}

#mainnav {
  float:left;
  width: 157px;
  margin: 32px 0 0 15px;
  padding:0;
  padding-left:3px;
  font-family: 'trebuchet ms',verdana,arial,helvetica,sans-serif;
  text-transform:uppercase;
  letter-spacing:1px;
  color: #999;
  text-align:center;
  border:0;
}

#mainnav ul {
  list-style: none;
  margin: 0; padding: 0; border: 0;
}

#mainnav li {
  border-bottom: 1px dotted #ccc;
  margin: 0;
  text-align:right;
  font-size:1.2em;
}

#mainnav li a {
  display: block;
  padding: 5px 5px 5px 0.5em;
  border-right: 8px solid #ccc;
  color: #999;
  text-decoration: none;
}

html>body #mainnav li a {
  width: auto;
}

#mainnav li.active a {
  border-right: 8px solid #57bb58;
}

#mainnav li a:hover {
  border-right: 8px solid #57bb58;
  color: #57bb58;
}


#subnav {
  font: normal 10px/10px 'trebuchet ms',verdana,arial,helvetica,sans-serif;
  text-transform:uppercase;
  text-align:center;
  margin:0;
  margin-left:6px;
  padding:0;
  white-space:no-wrap;
  float:right;
  }

#subnav ul {
  list-style: none !important;
  display: inline !important;
  padding:0;
  border:0;
  margin:0;

  text-align:center;
  }
    
#subnav li {
  list-style: none !important;
  background:#f90;
  float:left;
  margin:0;
  margin-left:1px;
  line-height:normal;
  }

/* below is where you specify the height of the block and the display */

#subnav li a {
  display: block;
  color: #337;
  font: 9px verdana,arial,helvetica,sans-serif; 
  text-align:center;
  text-decoration: none;
  border:1px solid #000;
  padding:0 10px;
  margin:0;
}

#subnav li a:hover {
  background:#339;
  color:#fff;
  display:block;
}

#subnav .active a {
  color: #fff !important;
  text-align:center;
  text-decoration: none;
  background:#339;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

.gt_promo{
  display:block;
  clear:both;
  float:right;
  margin:2em 0px 8px 8px;
  width:195px;
  font-family: Ariel, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  color: gray;
  padding-top:8px;
  background-image:url("/media/1/img/gtcourses-box-back.jpg");
  background-repeat:no-repeat;
  text-align:center;
}
.gt_promo p{
  margin:10px 12px;
  font-size:100%;
}
.gt_promo strong{
  color:#62be5b;
}
.gt_promo img{
  display:block;
  margin:0px auto;
  border: none;
}
.gt_promo_bottom{
  background-image:url("/media/1/img/gtcourses-box-bottom.jpg");
  background-repeat:no-repeat;
  width:195px;
  height:9px;
  margin:0px;
}

