/*  Reset the hell out of everything */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
select table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
  background: transparent;
}

/* Every div, for testing */
div {
  overflow: hidden;
  /* border: 1px solid white; */
}


/* All glory to the clear div */
.clear-div {
  clear: both;
  min-width: 0.1em;
  max-width: 0.1em;
}

/* Container for the entire page */
html{
  height: 100%;
}

body {
  color: white;
  background-color: #333;
  margin: 0;
  min-height: 100%;
  height: 100%;
  background: transparent url(/images/bg_gradient_big.png) fixed repeat-x;
  background-attachment: fixed; 
}

.turn-on-js{
  margin: auto;
  font-size: 1.4em;
  color: green;
  width: 26em;
  line-height: 2em;
  border: 1px solid green;
  text-align: center;
}


/* Content div in application layout */
#content {
  width: 100%;
  min-height: 85%;
  margin: 0;
  overflow: visible;
}

#content a{
  color: blue;
}

#pat1 a {
  color: white;
}

.pat-table1 { border: 1px solid #333; }
.pat-table1 th, .pat-table td { border: 1px dotted #666; }


/*  The page footer. */
.footer {
  text-align: center;
  width: 15em;
  margin: auto;
  margin-top: 1em;
  color: #777;
}





/*  A round shadowed box */
.box {
  overflow: visible;
  background-color: #fff;
  width: 20em;
  min-height: 30em;
  color: #000;

  filter:alpha(opacity=90);
  -moz-opacity:0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;

  
  box-shadow: 5px 5px 5px #000;
  -moz-box-shadow: 5px 5px 5px #000;
  -webkit-box-shadow: 5px 5px 5px #000; */

  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.box-title{
  padding: 0.5em;
  color: #fff;
  height: 38px;
  font-size: 1.5em;
  background: transparent url(/images/box_title_gradient.png) repeat-x; 
}

.box-inside{
  padding: 0em 1em 1em 1em;
}


/*  The label text for signup form */
.signup-label{
  font-size: 1.5em;
  display: block;
  margin-top: 1em;
  margin-bottom: 0.2em;
}

/*  The text boxes used for signup */
.signup-textbox{
  font-size: 1.5em;
  width: 19em;
}


/*  The next button for signup */
.signup-next{
  float: right;
  margin-right: 2.5em;
}


/*  The signup next button itself */
.signup-next-button{
  width: 8em;
}


/*  The text which says passwords don't match */
.passwords-dont-match{
  float: right;
  margin-top: 1em;
  margin-right: 2.5em;
  font-size: 1.2em;
  color: #00ff00;
}


/* Download styles */
.download-box{
  width: 44em;
  margin: auto;
  padding-top: 5em;
  text-align: center;
}


/*  Successful signup text */
.successful-signup-text{
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.4em;
}


/*  The menu bar at the top */
#menu {
  border-top: 1px solid #2E2E2E;
  height: 40px;
  padding-left: 10px;
  background: transparent url(/images/bg_menu.png) repeat-x;
}

.menu-home{
  float: left;
  text-align: center;
  height: 40px;
  width: 112px;
}

.menu-item{
  width: 70px;
  height: 35px;
  text-align: center;
  padding-top: 0.8em;
  float: left;
  border-right: 1px solid #454545;
}

.login-text {
  float: left;
  margin-top: 8px;
  width: 83px;
  height: 13px;
  font-size: 0.75em;
}

.login-button {
  float: left;
  margin-top: 6px;
  margin-right: 10px;
}

.logout{
  width: 140px;
  border: none;
  border-left: 1px solid #454545;
  float: right;
}

#login-box{
  float: right;
  width: 20em;
}


/* The site logo container */
#logo {
  margin-left: 25em;
  width: 400px;
  height: 164px;
  background: transparent url(/images/logo_transparent.png) no-repeat;
  float: left;
  overflow: visible;
}


/*  A signup button which is visible when you are not logged in. */
#sign-up-button{
  margin-left: 39em;
  margin-top: 1.5em;
  float: left;
}


/*  The slogan on the main page */
#slogan {
  margin: auto;
  margin-top: 1.5em;
  width: 661px;
  height: 53px;
  background: transparent url(/images/slogan.png) no-repeat;
}

/*  This is a portrait of a user */
.portrait-user{
  margin-top: 7em;
}


#placeholder-text{
  margin: auto;
  margin-top: 1.5em;
  width: 70em;
}


/*  Avatar options */
.avatar-container{
  text-align: center;
  padding-left: 1.2em;
}

.avatar-option{
  width: 7.5em;
  height: 7.5em;
  float: left;
  margin-right: 0.3em;
}

.avatar-option-img{
  width: 7.5em;
}


.avatar-radio{
  text-align: center;
  margin-right: 0.3em;
  width: 7.5em;
  height: 1.4em;
  float: left;
  margin-bottom: 1em;
}

#avatar-lower-box{
  margin-left: 1em;
  width: 23.4em;
  float: left;
}

.avatar-lower-box2{
  margin-left: 0.3em;
  margin-top: 1.2em;
  width: 23.4em;
  float: left;
}


.avatar-current{
  margin: 1em 0 0 1em;
  border: 1px solid white;
  float: left;
}

.avatar-controls{
  margin: 1em 0 0 1em;
  float: left;
}


/*  Purchase page styles */
.purchase-package{
}

.purchase-package-left{
  float: left;
  width: 36em;
}

.purchase-package-right{
  float: left;
}


/*  New purchase page styles */
.purchase-header{
  margin: 0 0 1em 3em;
  font-weight: bold;
}

.purchase-form label, .purchase-section-title{
  font-weight: bold;
}

.purchase-section-title{
  width: 25em;
  border-bottom: 1px solid black;
}

.purchase-form p{
  margin-bottom: 0.3em;
}

.purchase-form{
  margin: 0 3em 0 3em;
}

.card-info, .billing-info{
  margin: 1em;
  margin-bottom: 3em;
}

.billing-info .long-texts input{
  width: 25em;
}


.flash-notice{
  color: #74C12E;
  margin-bottom: 0.5em;
}

.mood-message {
  border: 1px dashed #888;
  padding: 0.5em;
  margin: 0.5em;
}

.mood-message-time {
  font-style: italic;
  font-size: 0.7em;
}

.mood-message-delete {
  font-size: 0.7em;
}

.email-box {
  border: 1px solid #aaa;
  padding: 0.5em;
  width: 90%;
  margin: 0.5em;
}

.from {
  width: 10em;
}



