/*-----------------------------------------------------------------------------
Prototype Style Sheet (empty commented stylesheet)

version:   1.0
author:    andy budd
email:     info@andybudd.com
website:   http://www.andybudd.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
  padding: 0;
}

/* Put it back on certain elements */
h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

ul {
  padding-left: 20px;
}

/* Class for clearing floats */
.clear {
  clear: both;
}


/* Remove border around linked images */
img {
  border: 0;
}

cite
{
  color: Green;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
  /* 62.5% means 10px, since 100% is 16px by default */
  font: 14px/1.4 "Trebuchet MS", Tahoma, Arial, sans-serif;
  text-align: center;
  margin-top: 0px;
}


/* =Headings
-----------------------------------------------------------------------------*/

h1 {
  font: 48px/1 "Trebuchet MS", Tahoma, Arial, sans-serif;
}
h2 {
  font: 20px/1 "Trebuchet MS", Tahoma, Arial, sans-serif;
}

h3 {
  font: 24px/1 "Trebuchet MS", Tahoma, Arial, sans-serif;
}

#header-container
{
  width: 100%;
  background-color: #E4E1FF;
  
  border-width: 0px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #C0B9FF;
  
  margin-top: 2px;
}

#header {
  width: 770px;
  margin: auto;
}

#header-text {
  float: left;
  width: 440px;
  margin-top: 10px;
}

#header-screenshot {
  float: left;
  width: 300px;
}

#action-box {
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 360px;
}

#action-box a {
  font-size: large;
  /* border: 1px solid #E4E1FF; */
  text-decoration: none;
  color: #0C1C7B;
  text-align: center;
}
#action-box a:visited {
  /* border: 1px solid #E4E1FF; */
  text-decoration: none;
  color: #0C1C7B;
}
#action-box a:hover {
  /* border: 1px solid #7B6DFF; */
  text-decoration: underline;
  color: #0C1C7B;
}
#action-box a:active {}


#recommended-container
{
  width: 100%;
  background-color: #FFFFE5;
  
  border-width: 0px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #F3F155;
  
  margin-top: 2px;
}


/* =Links
-----------------------------------------------------------------------------*/

a {
  /* border: 1px solid white; */
  text-decoration: none;
}
a:hover {
  /* border: 1px solid #7B6DFF; */
  text-decoration: underline;
}


/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/

#menu { margin-left: 14px; }

#menu a {
  font-size: small;
  /* border: 1px solid White; */
  text-decoration: none;
  color: Black;
}
#menu a:visited {
  /* border: 1px solid White; */
  text-decoration: none;
  color: Black;
}
#menu a:hover {
  /* border: 1px solid #7B6DFF; */
  text-decoration: underline;
  color: Black;
}
#menu a:active {}



/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/

#container /* Contains menu, content and footer. */ {
  width: 100%;
  margin: 0 auto; /* Center page */
}



/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/



/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. Even on Opera 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table {
  font: inherit;
  border-spacing: 0;
  border-collapse: collapse;
}

td {
  text-align: left;
  font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/

acronym, abbr {
  cursor: help;
  border-bottom: 1px dotted black;
}

/* =Misc 2
-----------------------------------------------------------------------------*/
