/*  
Theme Name: moritz resl
Theme URL: http://www.moritzresl.net
Description: personal portfolio css for moritz resl
Version: 0.1
Author: moritz resl
Author URI: http://www.moritzresl.net/

hello world!
this is the css for http://www.moritzresl.net
you are free to use it for your own individual needs
all modifications by moritz resl ( http://www.moritzresl.net )
*/

html {
        background: url('') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	background-color: #ffffff;
}

body 
{
  font-family: 'Enriqueta';
  font-size: 12px;  
  color: #000000;
  text-decoration: none; 
  font-weight: normal; 
  line-height: 22px;
  margin-bottom: 0px;
}

::selection {
        background: #000000; /* Safari */
        }
::-moz-selection {
        background: #000000; /* Firefox */
}

A 	   { color: #000000; }
A:link	   { color: #000000; text-decoration: underline; }
A:visited  { color: #000000; text-decoration: underline;  }
A:active   { color: #000000; text-decoration: underline;  }
A:hover	   { color: #000000; text-decoration: underline;  }

#left
{ 
  position: absolute; 
  left: 90px;
  top: 180px;
  width: 130px;
  height: 20px;
}

#right
{ 
  position: absolute; 
  width: 1200px;
  left: 150px;
  top: 70px;
  padding: 0px;
  padding-bottom:2cm;
}

#displayText
{ 
  font-size: 20px;
  position: absolute; 
  left: 80px;
  top: 70px;
  padding: 4px;
  width: 675px;
  padding-bottom:2cm;
}

#displayText a {
  text-decoration: none;
}


#about22
{ 
  position: absolute; 
  left: 150px;
  top: 70px;
  padding: 4px;
  width: 675px;
  padding-bottom:2cm;
	
}

#facebook
{ 
  left: 90%;
  top: 90%;
  width: 200px;
  height: 200px;
}

#about
{ 
  position: absolute; 
  left: 27%;
  top: 9%;
  padding: 10px;
}

#likebox
{ 
  position: absolute; 
  left: 95%;
  top: 89%;
  padding: 10px;
}

#twitter
{ 
  background-color:none;
  position: absolute; 
  left: 25%;
  top: 60%;
  height: 100px;
  padding: 0px;
}

#shop
{ 
  
  position: absolute; 
  left: 27%;
  top: 7%;
  padding: 10px;
}

.entry 
{
  background: #ffffff;
  font-family: georgia, geneva, arial, verdana, helvetica, san-serif; 
  font-size: 13px; 
  color: #2e2e2e; 
  text-decoration: none; 
  font-weight: normal; 
  line-height: normal;
  padding: 10px;
  margin: 0px 0px 0px 0px;
}

h2
{ 
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px; 
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 0;
}

#content {
  position: absolute; 
  left: 5%;
  top: 5%;
  padding: 0px;
  margin: 20px 0px 0px 20px;
}

#work{
  font-size: 12px;
  font-family: Helvetica, Arial;
  position:relative;
  float: left;
  width: 250px;   
  padding: 5px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

#work a:hover img {
  outline: 6px solid #1a1a1a;
}

#work a {
  text-decoration: none;
}

#work a:hover {
  border-bottom: 6px solid #1a1a1a;
}


#work:hover {
}

#toptitle{
  z-index:1;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  position: fixed;
  width: 100%;
  height: 40px;
  left: 0%;
  top: 0%;
}

#intoptitle{
  z-index:1;
  position: absolute;
  background-color: #191919;
  width: 100%;
  height: 40px;
}

#newwork{ 
  position: fixed;
  width: 92px;
  height: 92px;
  padding: 0px;
  left: 830px;
  top: 70px;
}


