
/* Time-stamp: 2009-12-10 22:47:42 daniel */

* {
  margin: 0;
  padding: 0;
}

body {
    background: #608bb8 url(http://www.myemaildesigns.com/I/SpringTree.png) fixed bottom left no-repeat;
/*  background: #fff url(http://www.myemaildesigns.com/I/WinterTree.png) fixed bottom left no-repeat; */
/*  background: #7ab6db url(http://www.myemaildesigns.com/I/autumn.png) fixed bottom left no-repeat; */
/*  background: #7ab6db url( ./I/autumn.png ) fixed bottom left no-repeat;  */
  font: 12px arial,helvetica,clean,sans-serif;
  color: #000;
}

div#container {
  width: 850px;
  margin-top: 1em;
  margin-left: auto;
  margin-bottom: 2em;
  margin-right: auto;
  padding: 0 0 0 0;
  border: 1px solid #000;
  background: #ccc;
}

div#header {
  height: 90px;
  padding: 0 0 0 90px;
  margin: 0;
  border-bottom: 1px solid #000;
  background: #eee url( http://www.myemaildesigns.com/I/logo_eeeeee.png ) left center no-repeat;*/
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}

div#header h1 {
  margin: 0;
  padding: 5px 0 0 0;
  font-size: 3.5em;
  vertical-align: middle;
}

div#header h2 {
  margin: 0;
  padding: 0;
}

div#header span.headernote {
  display: block;
  border: 1px solid #999;
  font-size: .9em;
  width: 140px;
  float: right;
  margin: 9px;
  color: #930;
  font-weight: bold;
  background-color: #ccc;
}

div#header span.headernote a {
	display: block;
	width: 140px;
	padding: 3px;
  text-decoration: none;
  color: #930;
}

div#header span.headernote a:hover {
  background-color: #333;
  color: #fff;
}

div#footer {
  clear: both;
  text-align: right;
  padding-top: 2em;
  padding-right: 1em;
  border-top: 1px solid #000;
  background-color: #1075b5;
  color: #eee;
  vertical-align: middle;
}

div#sidebar {
  width: 175px;
  float: right;
  background: transparent;
}

div#sidebar a {
  color: #930;
  text-decoration: none;
}

div#sidebar a:hover {
  color: #000;
  text-decoration: underline;
}

div#login {
  width: 150px;
  padding: 1em .5em 1em 1em;
}

div#login fieldset {
  border: none;
}


div#login legend {
  margin-bottom: .5em;
}

div#login #loginattempt {
  text-align: right;
  padding-right: 2em;
}

div#login #loginattempt input {
  float: left;
}

div#login {
  float: right;
}

div#login #loginattempt span {
  float: right;
}

div#logobox {
  width: 100px;
  margin: 1em auto;
}


div#navcontainer {
  width: 140px;
  text-align: left;
  padding-bottom: 1em;
  margin-left: 0;
}

#navlist a {
  color: #930;
  margin: 4px 0 4px .5em;
  padding: 0;
  padding-left: .5em;
  padding-right: 0;
  display: block;
  font: 13px Trebuchet MS, sans-serif;
  font-weight: bold;
  text-decoration: none;
/* styles the arrows */
/*
  line-height: 0em;
  border: solid transparent;
  border-width: 6px 10px;
*/
}

div#sidebar #navlist a:hover {
  color: #069;
  text-decoration: none;
/* styles the arrows */
/*
  border: solid transparent;
  border-width: 6px 10px;
  border-left-color: #069;
*/
}

div#message {
   margin: 2em;
   margin-top: 1em;
   padding: .5em;
   border-left: 10px solid #930;
   border-top: 1px solid #930;
   text-align: justify;
}

div#message h2:first-letter {
  color: #930;
  font-size: 2em;
}

div#workspace {
  min-height: 400px;
  float: left;
  width: 650px;
  padding: 1em;
  background-color: #fff;
}

#profile {
  float: left;
}

#profile span {
  display: block;
}

div#editprofile {
  margin: 1em;
  white-space: nowrap;
}

div#editprofile fieldset {
  border: none;
}

div#editprofile fieldset legend {
  font-size: 1.5em;
  font-weight: bold;
  padding-bottom: .5em;
}

div#editprofile dl {
  float: left;
  width: 250px;
}

form#upload-picture fieldset {
  text-align: center;
  padding-left: 2em;
}

form#upload-picture dl {
  padding: 0;
  display: inline;
  float: left;
  margin: 1em 0 1em 0;
}

#faq fieldset {
  border: 0;
}

#faq fieldset legend {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 2em 0 2em;
}

#faq fieldset legend dl dt {
  padding: 1em 0 0 1em;
  text-decoration: none;
}

#faq fieldset legend dl dd {
  padding: 0 0 0 2em;
}

#loading {
  height: 10em;
  background: url( /global/images/loading.gif ) no-repeat center center;
  color: blue;
}

#dylab_inner {
  margin-top: 4em;
}

#dylab_warning a {
  text-align: center;
 .border: 1px solid #369;
  padding: 1px 3px;
 .background-color: #efefef;
  margin-top: 3px;
  font-size: 14px;
  display: block;
}

#dylabbox {
  background: url( /local/images/dylab_back.jpg ) no-repeat top right;
}

#dylabbox h2 {
  margin: 3px;
  padding: 0;
  color: #369;
  font-size: 16px;
  height: 1em;
}

div#newsboxes {
  width: 100%;
  margin: 0 1em;
  margin-bottom: 1em;
}

div#newsboxes p {
  clear: both;
}

div.newsbox {
  text-align: center;
  float: left;
  width: 130px;
  height: 250px;
  margin: 0.35em;
  padding: .5em;
  border: 1px solid #000;
  background-color: #fff;
}

div.newsbox h2 {
  height: 6em;
}
.newsletter-box h2 {
  border-bottom: 1px solid #000;
  margin-bottom: .5em;
}

.newsletter-box .singleclick {
  float: left;
}

.newsletter-box .emailnewsletter {
  float: right;
}

.headshot {
  text-align: center;
  float: right;
  margin-right: 2em;
  margin-bottom: 1em;
}

.headshot img {
  float: left;
  padding: 3px;
  border: 3px double #930;
}

.headshot .caption {
  clear: both;
  float: left;
}

.picture {
  text-align: center;
  float: right;
  margin: 1em;
}

.picture img {
  float: left;
  padding: 1px;
}

.picture .caption {
  clear: both;
  float: right;
  font-size: .6em;
}


.displayed {
}

.additional {
}

.valueName {
  display: block;
  color: #900;
  margin-left: 1em;
}

.currentValue {
  color: #999;
  margin-left: 1em;
}

input.button {
  display: inline;
}

.quote {
  padding: 1em;
  font-size: 12px;
  font-weight: bold;
}

div#workspace div#pasteboxes {
  width: 600px;
  margin: 0 auto;
}

div#workspace div#pasteboxes div.pastebox {
  float: left;
  padding: 1em;
  position: relative;
}

div#workspace div#pasteboxes div.pastebox p {
  font-size: .9em;
  margin: 0;
  padding: .25em 0;
}

div#workspace div#pasteboxes div.pastebox h2 {
  font-size: 1.1em;
}

div#workspace div#pasteboxes div.pastebox h3 {
  font-size: 1em;
}

div#workspace div#pasteboxes div.pastebox textarea {
  display: block;
  float: right;
  margin: 0;
  padding: 0 0 0 1em;
}

.client {
  padding: .5em 0 1em 2em;
}

span.random {
  font-variant: small-caps;
  font-weight: bold;
  font-size: 1.2em;
  margin-left: 15px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #000;
  background-color: #fc6;
}

a {
  color: #930;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: underline;
}

p {
  margin: 1em;
}


dt {
  margin-bottom: 1em;
}

dt:hover {
}

ul {
  list-style-type: none;
}

ol {
  margin-left: 3em;
}

legend {
  color: #000;
}

.newsletterbutton {
  display: block;
  text-align: center;
  width: 125px;
  margin: 0 auto;
}

.paypalbutton {
 border: 1px solid #000;
 float: left;
 padding: 1em;
 margin: 1em;
 width: 150px;
 text-align: center;
}

.paypalbuttons p {
 clear: both;
}

div#tutorials {
  clear: both;
}
