@charset "UTF-8";
/* CSS Document */

/*MAIN*/
body{background-color:#ffdd6b; color:#fff; font-family: Helvetica, sans-serif;}
h1{font-size:50px; font-weight:bold; padding-bottom:40px; color:#01a9b6; text-shadow: 3px 3px 0px #000; }

#self{ position:absolute; z-index:-10; right:0px; bottom:0px; background-image: url('/img/self_bg.png'); background-repeat: no-repeat; height:655px; width:610px;}


/*LEFT*/
#lefty{z-index:18; margin:115px 55% 40px 40px; padding:0px; font-size:30px;}

#about p{text-shadow: 2px 2px 0px #000; text-align:left; margin: 0 0 15px 0;}
#about a{color:#0aaab5; text-decoration:none; text-shadow: 2px 2px 0px #000;}
#about a:hover{color:#ffb454; text-shadow: 2px 2px 0px #000;}	

/*RIGHT*/
#righty{z-index:18; margin:0px 0px 0px 70%; position:absolute; top:15px; right:40px; padding:0px; text-shadow: 2px 2px 0px #fcf1c0;}
#logo{width:300px; height:80px; background-image:url('/img/inuur_black.png'); background-repeat:no-repeat;}
#logo:hover{background-image:url('/img/inuur_black_hov.png');}

#tweets{font-size:30px; width:300px; padding-top:20px;}
#tweet{font-size:20px; font-family:georgia, Times New Roman, Times, serif; font-style:italic; text-shadow: 1px 1px 0px #0a2c3c; color: #ff7847;}
#tweet p{padding-bottom:25px;}
#tweet a{color:#fff; text-decoration:none; text-shadow: 1px 1px 0px #0a2c3c; font-family:Helvetica, sans-serif; font-style:normal;}
#tweet a:hover{color:#0aaab5;}

/*FOOTER*/
#footer{z-index:88; position:absolute; bottom: 0; height:55px; background-color:#000; width:100%; color:#fcf1c0; font-size:20px;}

#contact{position:absolute;  margin-left:40px; padding-top:14px; font-weight:normal;}
#contact a{font-family:	Georgia, "Book Antiqua", Palatino, serif; font-style:italic; color:#ffdd6b; text-decoration:none;}
#contact a:hover{color:#ffb44f;}
#contact img{padding-left:25px;}

#social{position:absolute; right:40px; padding-top:10px;}
#social a{display:inline; padding-left:33px;}

/*COLORS
1:
Red: #ff5831;
Whitish: #fef0bf;
Gray: #645e4e;
Dark_blue: #0a2c3c; 
Light_blue: #01909e;
2:
Red: #c7162d;
Peach: #ff7847;
Orange: #ffb454;
Yellow: #ffdd6b;
Blue: #0aaab5;
COLORS*/