﻿/* Declarations */
/*
@white: #ffffff;

@dark: #202020;
@lite: #fefefe;

@red: #ff2a13;
@blue: #3ae1ff;
@green: #b2f55e;
@orange: #ff5f14;
@yellow: #fff73a;
@purple: #ba82f7;
*/

/*
.grayscale
{
  -moz-filter: grayscale(100%);
  -webkit-filter:grayscale(100%);
  -o-filter:grayscale(100%);
  -ms-filter:grayscale(100%);
  filter: grayscale(100%);
}
*/


/* Site */
body
{
  background-color: #ffffff;
}

a, a:Visited, a:Hover, a.Selected
{
  color: #666;
}

div#page
{
  background-color: #ffffff;
}



div.bar
{
  color: #666;
}

div.bar span
{
 color: #3ae1ff;
}

div.title
{
}

div.logo
{
  color: #3ae1ff;
}

div.logo span
{
  color: #b2f55e;
}

header nav
{
  color: #666;
}

header nav a.Selected
{
  color: #b2f55e;
}

footer
{
  color: #BBB;
}

footer a
{
  color: #BBB;
}

/* Watermark */
.watermark
{
  color: #bbb;
  font-style: italic;
}



/* Login */
#login h2
{
  color: #3ae1ff;
}

#login label
{
  border: 1px solid #888;
  border-right-width: 0px;
}

#login label.name
{
  background: #b2f55e url(/Content/Images/Username.png) no-repeat 50% 50%;
}

#login label.pass
{
  background: #3ae1ff url(/Content/Images/Password.png) no-repeat 50% 50%;
}

#login input[type="text"], #login input[type="password"]
{
  border: 1px solid #888;
  border-left-width: 0px;
  color: #888;
}

#login .buttons button
{
  background-color: #b2f55e;
  border: 1px solid #b2f55e;
  color: #FEFEFE;
}


/* Register */
#register h2
{
  color: #3ae1ff;
}

#register label
{
  margin-bottom: 0.75em;
  border: 1px solid #888;
}

#register label.email
{
  background: #b2f55e url(/Content/Images/Email.png) no-repeat 50% 50%;
}

#register label.pass
{
  background: #3ae1ff url(/Content/Images/Password.png) no-repeat 50% 50%;
}

#register input[type="text"], #register input[type="password"]
{
  border: 1px solid #888;
  border-left-width: 0px;
  color: #888;
}

#register .buttons button
{
  background-color: #b2f55e;
  border: 1px solid #b2f55e;
  color: #FEFEFE;
}


/* Account */
#account h2
{
  color: #3ae1ff;
}

#account label
{
  border: 1px solid #888;
  border-right-width: 0px;
}

#account label.email
{
  background: #b2f55e url(/Content/Images/Email.png) no-repeat 50% 50%;
}

#account label.pass
{
  background: #3ae1ff url(/Content/Images/Password.png) no-repeat 50% 50%;
}

#account input[type="text"], #account input[type="password"]
{
  border: 1px solid #888;
  border-left-width: 0px;
  color: #888;
}

#account .buttons button
{
  background-color: #b2f55e;
  border: 1px solid #b2f55e;
  color: #FEFEFE;
}


/* Index */
div.slides
{
  border: 8px solid #bebebe;
}

div.blurb h3
{
  color: #888;
  border-bottom-color: #666;
}

div.blurb p
{
  color: #888;
}
