/* ------- COLORS --------- */
/* ------- FONT STACKS --------- */
/* ------- FONT SIZES --------- */
/* --------------------------------------------------------------

    * Filename:        	style.css
   
-------------------------------------------------------------- */
/* Main Layout 
-------------------------------------------------------------- */
html {
  height: 100%;
  width: 100%;
}
body {
  height: 100%;
  width: 100%;
  font-family: "Arial", "Helvetica", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  font-size: 0.75em;
  line-height: 1.5em;
  color: #333333;
  background: white url('../../wp-content/themes/fxphd/images/layout/bg-tile.png');
  /* hack for smaller screens to properly work with 100% backgrounds */

  min-width: 1060px;
  margin-right: 1px;
  margin: 0px;
}
::-moz-selection {
  background: #ffcc00;
  color: #990000;
}
::selection {
  background: #ffcc00;
  color: #990000;
}
/* Links */
a,
a:link,
a:active,
a:visited {
  cursor: pointer;
  text-decoration: none;
  color: #990000;
  outline: none;
}
a:hover,
a:link:hover,
a:active:hover,
a:visited:hover {
  color: #000;
}
/* inputs */
input[type="button"], input[type="submit"] {
  padding: 4px 10px;
  font-size: 0.8em;
  color: white;
  border: 1px solid #999;
  background: #666;
  background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#333333));
  background: -moz-linear-gradient(top, #666666, #333333);
  outline: none;
  cursor: pointer;
  font-family: "Arial", "Helvetica", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
}
input[type="button"]:hover, input[type="submit"]:hover {
  color: #ffcc00;
  border-color: #777777;
  background: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#2b2b2b));
  background: -moz-linear-gradient(top, #444444, #2b2b2b);
}
input[type="text"], input[type="password"], textarea {
  font-family: "Arial", "Helvetica", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  font-size: 1em;
  padding: 0.2em;
  color: #333333;
  border: 1px solid #999;
}
select {
  font-family: "Arial", "Helvetica", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  font-size: 1em;
  padding: 0.1em;
  border: 1px solid #999;
  cursor: pointer;
}
select option {
  cursor: pointer;
  margin: 0.2em;
}
table tr td {
  vertical-align: baseline;
  padding: 0.4em;
  font-size: 0.9em;
}
.hide {
  display: none;
}
.clear {
  clear: both;
}
/* Primary Navigation
-------------------------------------------------------------- */
#primary-nav {
  background: #1c1c1c;
  background: -webkit-gradient(linear, left top, left bottom, from(#464646), to(#1c1c1c));
  background: -moz-linear-gradient(top, #464646, #1c1c1c);
  font-size: 1.3em;
  margin-bottom: 0.8em;
}
#primary-nav a.home_btn {
  display: block;
  float: left;
  background: url('../images/ui/home_btn.png') no-repeat left 0px;
  height: 12px;
  text-indent: -16000px;
  margin-top: 0.4em;
}
#primary-nav a.home_btn:hover {
  background-position: left -30px;
}
#primary-nav ul {
  margin: 0;
  padding: 0;
}
#primary-nav ul li {
  margin: 0 0.3em;
  display: inline-block;
  position: relative;
}
#primary-nav ul li:hover ul {
  display: block;
  cursor: pointer;
}
#primary-nav ul li ul {
  display: none;
  position: absolute;
  z-index: 90;
  background: #1f1f1f;
  background: rgba(0, 0, 0, 0.75);
}
#primary-nav ul li ul li {
  font-size: 0.8em;
  margin: 0;
}
#primary-nav ul li ul li a {
  color: white;
  padding: 0.3em 1.1em !important;
  width: 12em;
  display: block;
}
#primary-nav ul li ul li a:hover {
  background: rgba(0, 0, 0, 0.9);
}
#primary-nav a {
  color: #dfdfdf;
  text-shadow: 1px 1px 1px #000;
  display: inline-block;
  padding: 0.5em 1em;
}
#primary-nav a:hover {
  color: #ffcc00;
}
#primary-nav #menu-member-menu a {
  padding: 0.5em 1.5em;
}
#sidebar h2 {
  background: #1c1c1c;
  background: -webkit-gradient(linear, left top, left bottom, from(#464646), to(#1c1c1c));
  background: -moz-linear-gradient(top, #464646, #1c1c1c);
  font-size: 1.3em;
  color: #dfdfdf;
  text-shadow: 1px 1px 1px #000;
  padding: 0.5em 1em;
  margin: 0 0 0.5em 0;
}
#sidebar input {
  margin-right: 10px;
}
/* Student Edit Page
-------------------------------------------------------------- */
.user-table {
  margin: 15px;
}
.term-history {
  border: 1px dashed #666;
  width: 400px;
  float: right;
  margin: 20px 50px;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px 20px;
}
.term-history .total_terms {
  font-weight: bold;
  font-size: 1.1em;
  font-style: italic;
  margin-left: 20px;
}
.term-history .term_label {
  color: #333;
  font-size: 1.2em;
  list-style: none;
  margin-left: -20px;
  margin-bottom: 10px;
}
.term-history .term_stat {
  color: #666;
}
.term-history .download-history {
  padding: 10px 20px;
  margin: 5px;
  border: 1px dashed #999;
}
.term-history .dlDate {
  color: #999;
  font-style: italic;
  display: inline-block;
  padding-left: 10px;
  float: right;
}
.enroll-list {
  margin: 20px 20px;
}
/* Multi Class Edit
-------------------------------------------------------------- */
#classes-wrapper {
  margin: 10px 10px 50px 10px;
  border-top: 1px dashed #333;
  padding: 20px 0px;
  width: 90%;
}
#classes-wrapper h1 {
  margin: 10px;
}
#classes-wrapper .class {
  width: 900px;
  margin: 10px;
}
#classes-wrapper .class textarea {
  width: 900px;
  height: 200px;
}
#classes-wrapper .submit_btn {
  font-size: 18px;
  margin: 10px;
}

