*{outline: none;}
/* Layout and style */

html {
  font: normal normal 100 20px/1.6 'Gill Sans', sans-serif;
  text-align: center;
}

body {
  width: 1000px;
  margin: 0 auto;
}

.content {
  float: left;
  width: 1000px;
  padding-bottom: 50px;
  font-size: 18px;
  line-height: 1.5;
}

/* Text */


h1, h2, h3 {
  font-weight: 100;
}

h1 {
  font-size: 40px;
  margin-bottom: 20px;
  clear: both;
}

h2, h3 {
  font-weight: 100 !important;
  font-size: 28px;
  margin: 20px 0;
}

a, span.emphasis {
  color: #ff00ff;
}


/* Forms */

label {
  float: left;
  display: block;
  width: 120px;
  clear: left;
}

.info {
  margin-bottom: 30px;
}

input.text, textarea {
  border: 1px solid #ff00ff;
  padding: 3px;
  display: block;
  float: left;
  margin-bottom: 20px;
}

textarea {
  width: 600px;
  height: 180px;
  padding: 10px;
}

label {
  padding: 5px 0;
}

.new_testimonial span a {
  line-height: 2;
  float: left;
  margin-left: 20px;
}

input.text {
  width: 360px;
  padding: 10px;
}

.submit {
  float: left;
  clear: both;
  border: none;
  background: #ff00ff;
  color: white;
  padding: 5px 20px;
  margin: -20px 0 0 645px;
  width: 97px;
}

.submit:focus, .submit:active {
  background: #ff66ff;
}

/* Whois */

.whois form {
  margin-left: 100px;
}

.profile {
  display: block;
  float: left;
  padding: 5px 0;
  margin-left: 120px;
  text-align: left;
  width: 620px;
  position: relative;
  margin-bottom: 5px;
}

.profile img {
  height: 50px;
  background: red;
  margin-right: 10px;
}

.profile a {
  position: absolute;
  bottom: 7px;
  right: 0;
}

.login_links a{
  margin: 0 20px;
}

.answer .links {
  margin-bottom: 80px;
}

.answer_content {
  width: 700px;
  margin: 60px auto;
  text-align: left;
}

.links {
  position: relative;
  display: block;
  height: 80px;
  width: 500px;
  margin: 0 auto;
}

.links a.previous, .links a.next {
  display: block;
  position: absolute;
  top: 0;
  height: 60px;
  width: 50px;
  background-repeat: no-repeat !important;
  background: red;
  line-height: 3;
  opacity: 0.5;
}

.links a:hover {
  opacity: 1;
}

.links a.previous {
  left: 0;
  padding-left: 30px;
  margin-right: 120px;
  background: url(/images/previous.png);
}

.links a.next {
  position: absolute;
  right: 0;
  padding-right: 30px;
  margin-left: 120px;
  background: url(/images/next.png) top right;
}

.name {
  top: -3px !important;
  position: relative;
}

.name img {
  position: relative;
  top: 8px;
}

.links img {
  height: 30px;
}

.links .name {
  display: block;
  clear: none;
  padding: 10px;
}


/* Blog */

.time {
  color: #999;
  font-size: 80%;
}

.post {
  /*border-bottom: 1px solid #ff00ff;*/
  padding: 0 0 20px 0;
}

.post p {
  width: 500px;
  margin: 0 auto;
}

.permalink {
  color: #ff00ff;
  opacity: 0.5;
  font-size: 50%;
  text-decoration: none;
}

.post .date {
  color: #666;
}

.tweet .date {
  color: #bbb;
  text-decoration: none;
  font-size: 80%;
}

.date:hover {
  color: #ff00ff;
  text-decoration: underline;
}

.permalink:hover {
  opacity: 1;
}

hr {
  width: 280px;
  border-color: #ff00ff;
  border-top: none;
}

.post img {
  margin: 20px auto;
}

.post h2 {
  font-size: 24px;
  font-weight: 200 !important;
}

/* Twitter */

.tweet {
  margin-bottom: 20px;
  float: left;
  clear: both;
  width: 100%;
}

.tweet .loading {
  /* possible loading styles */
}

.tweet_list {
  width: 800px;
  margin: 0 auto;
}

.tweet_list hr {
  margin: 20px auto;
  opacity: 0.5;
}

.tweet_list li {
  font-size: 18px;
  clear: both;
  display: block;
  width: 800px;
  margin: 0 auto 20px auto;
  text-align: left;
}

.tweet a.tweet_avatar {
  float: left;
  clear: both;
  margin: 5px 10px;
}

/* Menu */

#menu {
  display: block;
  height: 43px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
  border-bottom: 1px solid #ff00ff;
  width: 720px;
}

  #menu ul {
    margin: 0 auto;
  }

    #menu ul li {
      float: left;
      text-align: center;
    }

      #menu ul li a {
        font-size: 18px;
        display: block;
        padding: 10px 0 5px 0 !important;
        width: 144px;
        color: #000;
        text-decoration: none;
      }
      
        #menu ul li a:hover {
          background: #ff00ff;
          color: white;
          font-weight: 400;
        }

        #menu ul li a.selected {
          color: white;
          background: url(/images/menubg.png) no-repeat bottom center;
          display: block;
          font-weight: 400;
          padding-bottom: 15px !important;
          margin-bottom: -15px;
        }

h3.menu a {
  font-size: 18px;
}

h3.menu span.selected {
  color: white;
  background: url(/images/menubg.png) no-repeat bottom center;
  line-height: 3;
  padding: 10px 20px 20px;
  font-size: 18px;
}
        
.left p {
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.3;
  width: 800px;
  margin: 10px auto;
}        

.left p img {
  margin: 10px 20px;
  float: right;
}

ul.secondary{
  display: block;
  float: right;
  border: 1px solid #ff00ff;
}

ul.secondary li {
  float: none;
  clear: both;
}

ul.secondary li a.selected {
  background: #ff00ff !important;
  height: 20px;
  margin-bottom: 0px !important;
}

#comments {
  width: 500px;
  margin: 0 auto;
}

#facebook {
  margin-left: 350px;
  display: block;
  float: left;
}