﻿/* CSSS Media Query */
@media only screen and (max-width: 1920px)
{
  body
  {
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
  }
}

/* Site */
body
{
  margin: 0;
  padding: 0;
}

header, footer, nav, section
{
  display: block;
}

a, a:Visited, a:Hover, a.Selected
{
  text-decoration: none;
  cursor: pointer;
}

/* top bar */
div.bar
{
  text-align: right;
  height: 25px;
}

div.bar a.home, div.bar a.trainer
{
  display: none;
  float: left;
  color: #fff !important;
  text-decoration: none;
  height: 19px;
  width: 19px;
  margin: 4px 6px 0 0;
  cursor: pointer;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

div.bar a.home
{
  background: #3ae1ff url(/Content/Images/Home.png) no-repeat 50% 50%;
}

div.bar a.trainer
{
  background: #3ae1ff url(/Content/Images/Brain.png) no-repeat 50% 50%;
}

div.bar span
{
  display: none;
  float: left;
  width: 90px;
}

/* title (logo & nav) */
div.title
{
  height: 80px;
}

div.logo
{
  float: left;
  padding-top: 15px;
}

header nav
{
  position: relative;
  padding-top: 15px;
  text-align: right;
}

header ul.links
{
  padding: 4px 0 0 0;
  margin: 0;
}

header li
{
  display: inline;
  list-style: none;
}

header nav li
{
}

/* content */
div.content
{
  position: relative;
  width: 1000px;
  margin: 0px auto;
}

/* footer */
footer
{
  padding: 8px 8px 20px 8px;
}

footer p
{
  margin: 0px;
  padding: 0px;
}


/* shared */
.hidden
{
  display: none;
}

div.row
{
  clear: both;
}

.clear
{
  clear: both;
}

div.right
{
  float: right;
}

div.left
{
  float: left;
}


/* Login */
#login
{
  position: relative;
  height: 230px;
}

#login section
{
  float: left;
  margin: 10px 30px 30px 30px;
}

#login section div
{
  text-align: left;
}


#login h2
{
  margin: 0 0 20px 0;
}

#login label
{
  text-indent: -999em;
  float: left;
  height: 25px;
  width: 25px;
  text-align: center;
  margin-bottom: 0.75em;
}

#login input[type="text"], #login input[type="password"]
{
  width: 225px;
  height: 23px;
  padding-left: 7px;
}

#login .buttons
{
  position: absolute;
  bottom: 0px;
  right: 0px;
}

#login span
{
  float: left;
  margin-left: 7px;
}

#login input[type="checkbox"]
{
  position: relative;
  top: 2px;
  left: -3px;
}

#login .buttons
{
  position: absolute;
  bottom: 20px;
  right: 30px;
}


#login .buttons button
{
  height: 25px;
  width: 75px;
}


/* Register */
#register
{
  position: relative;
  height: 230px;
}

#register section
{
  float: left;
  margin: 10px 30px 30px 30px;
}

#register section div
{
  text-align: left;
}


#register h2
{
  font-weight: normal;
  font-size: 2.5em;
  color: #3ae1ff;
  margin: 0 0 20px 0;
}

#register label
{
  text-indent: -999em;
  float: left;
  height: 25px;
  width: 25px;
  text-align: center;
  margin-bottom: 0.75em;
}

#register input[type="text"], #register input[type="password"]
{
  width: 225px;
  height: 23px;
  padding-left: 7px;
}

#register .buttons
{
  position: absolute;
  bottom: 0px;
  right: 0px;
}

#register span
{
  float: left;
  margin-left: 7px;
}

#register input[type="checkbox"]
{
  position: relative;
  top: 2px;
  left: -3px;
}

#register .buttons
{
  position: absolute;
  bottom: 20px;
  right: 30px;
}

#register .buttons button
{
  height: 25px;
  width: 75px;
}


/* Account */
#account
{
  position: relative;
  height: 230px;
}

#account section
{
  float: left;
  margin: 10px 30px 30px 30px;
}

#account section div
{
  text-align: left;
}


#account h2
{
  margin: 0 0 20px 0;
}

#account label
{
  text-indent: -999em;
  float: left;
  height: 25px;
  width: 25px;
  text-align: center;
  margin-bottom: 0.75em;
}

#account input[type="text"], #account input[type="password"]
{
  width: 225px;
  height: 23px;
  padding-left: 7px;
}

#account .buttons
{
  position: absolute;
  bottom: 0px;
  right: 0px;
}

#account span
{
  float: left;
  margin-left: 7px;
}

#account input[type="checkbox"]
{
  position: relative;
  top: 2px;
  left: -3px;
}

#account .buttons
{
  position: absolute;
  bottom: 20px;
  right: 30px;
}

#account .buttons button
{
  height: 25px;
  width: 75px;
}


/* Index */
div.slides
{
  position: relative;
  height: 500px;
  overflow: hidden;
}

div.slides img
{
  display: none;
  position: absolute;
}

div.controls
{
  position: absolute;
  top: 525px;
  right: 0px;
}

div.controls img
{
  float: left;
  display: inline;
  height: 9px;
  width: 10px;
  margin-left: 6px;
  cursor: pointer;
  background-image: url(/Content/Images/SlideShowButton.gif);
}

div.controls img:hover, div.controls img.Selected
{
  background-position-x: -10px;
  background-position: -10px 0px;
}

div.blurbs
{
  height: 135px;
  padding: 50px 0 20px 0;
}

div.blurb
{
  float: left;
  width: 25%;
}

div.blurbLeft
{
  margin-right: 15px;
}

div.blurbCenter
{
  margin: 0 15px;
}

div.blurbRight
{
  margin-left: 15px;
}

div.blurb h3
{
  border-bottom: 1px solid #555;
  margin: 0;
  text-transform: uppercase;
}

div.blurb p
{
  padding-top: 10px;
  text-align: justify;
  text-transform: uppercase;
}

div.quote
{
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 350px;
  height: 230px;
  background-image: url(/Content/Images/Overlay.png);
  border: 1px solid #666;
  border-radius: 10px;
  padding: 15px 10px 20px 10px;
}

div.quote p.heading
{
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
}

div.quote p
{
  margin: 0 0 5px 0;
  padding: 0 0 0 10px;
}

div.quote p.tony
{
  margin: 10px 20px 0 0;
  text-align: right;
}

/*
a:link
a:visited
a:hover
a:focus
a:active


1. Remove hyperlinks or textbox highlight border.

a, input 
{
  outline: none;
}


2. Prevent line break

h1
{
  white-space: nowrap;
}


3. Force page breaks when printing your document.

@media print
{
  h1 { page-break-before: always }
}

@media print
{
  h1 { page-break-after: always }
}

@media print
{
  p { page-break-inside: avoid }
}


4. min-height fix for IE

.divClass 
{
  min-height: 400px
  height: auto !important
  height: 400px
}


5. Display Scrollbar in Firefox

html 
{ 
  overflow-y: scroll; 
}


6. Change Text Selection Color in CSS

::-moz-selection 
{
  background-color: #FFA;
  color: #000;
}

::selection 
{
  background-color: #FFA;
  color: #000;
}

7. Drop Cap

p:first-letter 
{
  font-family:'Monotype Corsiva', Arial, verdana;
  font-size : 500%;
  font-weight : bold;
  float : left;
  line-height: 600%;
  padding: 0;
  margin: 5px 10px 0 0;
  align: justify;
  text-transform: uppercase;
}

*/
