/* LESS */
/* Reset */
* {
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
img {
  border: none;
}
a {
  text-decoration: none;
}
a:active {
  position: relative;
  top: 1px;
}
input:focus {
  outline: none;
}
h1,
h2,
h3,
h5 {
  font-family: inherit;
  font-weight: inherit;
}
::-moz-selection {
  background-color: #000;
  color: #FFF;
}
::selection {
  background-color: #000;
  color: #FFF;
}
.clear {
  clear: both;
}
strong {
  font-weight: 700;
}
/* Basic  */
body {
  text-rendering: optimizeLegibility;
  background: url(noise.png) repeat #f6f6f6;
  color: #000;
  font-size: 16px;
}
.container {
  width: 750px;
  margin: 0 auto;
  padding: 20px 15px 15px;
}
/* Home */
.left {
  width: 600px;
  float: left;
}
.left h1, .left h2 {
  font-size: 50px;
  line-height: 60px;
}
.wf-inactive .left h1, .wf-inactive .left h2 {
  font-size: 40px;
  line-height: 60px;
}
.right {
  width: 150px;
  float: right;
  text-align: right;
}
.right h3 {
  font-size: 35px;
  line-height: 45px;
}
a {
  -webkit-transition: all 0.2s linear;
}
a.twitter {
  color: #2dcbff;
}
a.facebook {
  color: #3b5998;
}
a.email {
  color: #001eb1;
}
a.forrst {
  color: #244217;
}
a.tumblr {
  color: #36516b;
}
a.linkedin {
  color: #006699;
}
a.flickr {
  color: #ff0084;
}
a.gowalla {
  color: #f58f33;
}
a.twitter:hover {
  color: #000;
}
a.facebook:hover {
  color: #000;
}
a.email:hover {
  color: #000;
}
a.forrst:hover {
  color: #000;
}
a.tumblr:hover {
  color: #000;
}
a.linkedin:hover {
  color: #000;
}
a.flickr:hover {
  color: #000;
}
a.gowalla:hover {
  color: #000;
}
/* Nav */
nav {
  width: 750px;
  text-align: center;
  display: block;
  margin: 0 auto;
  height: 30px;
  font-size: 18px;
  padding-top: 8px;
}
nav h5 {
  display: inline;
  font-size: 18px;
}
nav a {
  color: #707070;
}
nav a.current {
  color: #000;
}
nav a:hover {
  color: #000;
}
/* Subpage */
h4 {
  text-align: center;
  font-size: 60px;
  text-shadow: 0 0 5px #000;
}
.content p {
  text-align: justify;
  margin-top: 10px;
  font-size: 16px;
}
/* Friends */
/* li{float:left;height:73px;width:73px;margin:10px;} */
/* Portfolio */
.pitem {
  margin-bottom: 20px;
}
.pitem h2 {
  font-size: 40px;
}
.pitem img {
  -webkit-box-shadow: 0 0 10px #000;
}
.pimg {
  display: block;
  margin-top: 10px;
  height: 400px;
  width: 750px;
}
a.pimg:hover {
  -webkit-box-shadow: 0 0 20px #001eb1;
}
.redact {
  background-color: black;
}
/* Contact */
.ct form p {
  margin-bottom: 15px;
}
.ct input, .ct textarea, .ct #submit {
  border: #000 1px solid;
  padding: 5px;
  outline: none;
  background: url(noise.png) repeat #f6f6f6;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 15px;
  -webkit-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
  -moz-box-shadow: 0 0 0 #000;
  -webkit-transition: -webkit-box-shadow 0.2s linear;
}
.ct input:hover, .ct textarea:hover, .ct #submit:hover {
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
}
.ct input:focus, .ct textarea:focus, .ct #submit:focus {
  -webkit-box-shadow: 0 0 10px #001eb1;
  -moz-box-shadow: 0 0 10px #001eb1;
}
.ct input {
  width: 500px;
  overflow: none;
}
.ct textarea {
  width: 500px;
  overflow: none;
  resize: vertical;
}
.ct #submit {
  margin-left: 70px;
  width: auto;
  color: #000;
  font-size: 13px;
}
.ct small {
  font-size: 15px;
}
.ct label {
  float: left;
  width: 70px;
  display: block;
  text-align: left;
  margin-top: 6px;
}
.ct #contactform {
  text-align: left;
  width: 585px;
  margin: 15px auto 0;
}
/* About */
ul {
  margin-top: 10px;
}
li {
  list-style: disc;
  margin-left: 20px;
}
