/* I'm working here right now :) */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
li {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input, textarea, select {
  *font-size: 100%;
}
legend {
  color: #000;
}
/* END / RESET */
body {
  background: #849899 url(i/background.png) repeat-x 0 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5em;
  color: #111111;
}
/* Backgrounds */
#home {
  background: url(i/background_home.png) no-repeat center top;
}
#works, #about, #contact {
  background: url(i/background_normal.png) no-repeat center top;
}
#about .ignaty_about {
  position: absolute;
  top: 310px;
  right: 0;
}
#journal {
  background: url(i/background_journal.png) no-repeat center top;
}
/* END / Backgrounds */
#wrapper {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
.clear {
  clear: both;
}
/* H'es and links */
h1 {
  display: none;
  text-indent: -9000px;
}
h2 {
  font-size: 20px;
  padding: 0 0 20px 0;
  font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
}
h2 a {
  color: #111111;
}
#works h2, #about h2, #contact h2 {
  padding: 0;
  font-size: 22px;
  margin: 55px 0 20px 20px;
}
a {
  color: #333333;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #111111;
}
#works p a, #journal p a, #about p a {
  text-decoration: underline;
}
/* END / H'es and links */
.hr {
  height: 2px;
  background: url(i/hr.png) no-repeat center center;
  clear: both;
  padding: 15px 0;
}
/* Header */
#header {
  height: 250px;
  position: relative;
}
#hire_me {
  position: absolute;
  top: 35px;
  left: 199px;
  width: 88px;
  height: 107px;
  background: url(i/available.png) no-repeat 0 0;
  font-size: 16px;
}
/* END / Header */
/* Main menus (strange and scary part of code after million of redesigns) */
#home #main_menu_top {
  position: absolute;
  bottom: -331px;
  right: -20px;
  z-index: 150;
}
#main_menu_top li {
  font-size: 18px;
  float: left;
  font-family: Georgia;
}
#main_menu_top li a {
  display: block;
  height: 76px;
  text-indent: -9000px;
}
/* Menu on top right corner */
#works #main_menu_top, #about #main_menu_top, #contact #main_menu_top, #journal #main_menu_top {
  position: absolute;
  bottom: -24px;
  right: 30px;
  z-index: 150;
}
/* END / Menu on top right corner */
/* Menu home */
#main_menu_top .m1 a {
  background: url(i/menu_top_bg.png) no-repeat 0 0;
  width: 95px;
}
#main_menu_top .m1 a:hover {
  background: url(i/menu_top_bg.png) no-repeat 0 -76px;
}
#home #main_menu_top .m1 a {
  background: url(i/menu_top_bg.png) no-repeat 0 -76px;
}
#main_menu_top .m2 a {
  background: url(i/menu_top_bg.png) no-repeat -95px 0;
  width: 92px;
}
#main_menu_top .m2 a:hover {
  background: url(i/menu_top_bg.png) no-repeat -95px -76px;
}
#main_menu_top .m3 a {
  background: url(i/menu_top_bg.png) no-repeat -187px 0;
  width: 95px;
}
#main_menu_top .m3 a:hover {
  background: url(i/menu_top_bg.png) no-repeat -187px -76px;
}
#main_menu_top .m4 a {
  background: url(i/menu_top_bg.png) no-repeat -282px 0;
  width: 108px;
}
#main_menu_top .m4 a:hover {
  background: url(i/menu_top_bg.png) no-repeat -282px -76px;
}
#main_menu_top .m5 a {
  background: url(i/menu_top_bg.png) no-repeat -390px 0;
  width: 108px;
}
#main_menu_top .m5 a:hover {
  background: url(i/menu_top_bg.png) no-repeat -390px -76px;
}
/* END / Menu home */
/* Works menu */
#works #main_menu_top .m1 a {
  background: url(i/menu_top_other_bg.png) no-repeat 0 0;
  width: 95px;
}
#works #main_menu_top .m1 a:hover {
  background: url(i/menu_top_other_bg.png) no-repeat 0 -76px;
}
#works #main_menu_top .m2 a {
  background: url(i/menu_top_other_bg.png) no-repeat -95px -76px;
  width: 92px;
}
#works #main_menu_top .m2 a:hover {
  background: url(i/menu_top_other_bg.png) no-repeat -95px -76px;
}
#works #main_menu_top .m3 a {
  background: url(i/menu_top_other_bg.png) no-repeat -187px 0;
  width: 95px;
}
#works #main_menu_top .m3 a:hover {
  background: url(i/menu_top_other_bg.png) no-repeat -187px -76px;
}
#works #main_menu_top .m4 a {
  background: url(i/menu_top_other_bg.png) no-repeat -282px 0;
  width: 108px;
}
#works #main_menu_top .m4 a:hover {
  background: url(i/menu_top_other_bg.png) no-repeat -282px -76px;
}
#works #main_menu_top .m5 a {
  background: url(i/menu_top_other_bg.png) no-repeat -390px 0;
  width: 108px;
}
#works #main_menu_top .m5 a:hover {
  background: url(i/menu_top_other_bg.png) no-repeat -390px -76px;
}
/* END / Works menu */
/* About menu */
#about #main_menu_top .m1 a {
  background: url(i/menu_top_other_bg.png) no-repeat 0 0;
  width: 95px;
}
#about #main_menu_top .m1 a:hover {
  background: url(i/menu_top_other_bg.png) no-repeat 0 -76px;
}
#about #main_menu_top .m2 a {
  background: url(i/menu_top_other_bg.png) no-repeat -95px 0;
  width: 92px;
}
#about #main_menu_top .m2 a:hover {
  background: url(i/menu_top_other_bg.png) no-repeat -95px -76px;
}
#about #main_menu_top .m3 a {
  background: url(i/menu_top_other_bg.png) no-repeat -187px -76px;
  width: 95px;
}
#about #main_menu_top .m3 a:hover {
  background: url(i/menu_top_other_bg.png) no-repeat -187px -76px;
}
#about #main_menu_top .m4 a {
  background: url(i/menu_top_other_bg.png) no-repeat -282px 0;
  width: 108px;
}
#about #main_menu_top .m4 a:hover {
  background: url(i/menu_top_other_bg.png) no-repeat -282px -76px;
}
#about #main_menu_top .m5 a {
  background: url(i/menu_top_other_bg.png) no-repeat -390px 0;
  width: 108px;
}
#about #main_menu_top .m5 a:hover {
  background: url(i/menu_top_other_bg.png) no-repeat -390px -76px;
}
/* END / About menu */
/* Contact menu */
#contact #main_menu_top .m1 a {
  background: url(i/menu_top_other_bg.png) no-repeat 0 0;
  width: 95px;
}
#contact #main_menu_top .m1 a:hover {
  background: url(i/menu_top_other_bg.png) no-repeat 0 -76px;
}
#contact #main_menu_top .m2 a {
  background: url(i/menu_top_other_bg.png) no-repeat -95px 0;
  width: 92px;
}
#contact #main_menu_top .m2 a:hover {
  background: url(i/menu_top_other_bg.png) no-repeat -95px -76px;
}
#contact #main_menu_top .m3 a {
  background: url(i/menu_top_other_bg.png) no-repeat -187px 0;
  width: 95px;
}
#contact #main_menu_top .m3 a:hover {
  background: url(i/menu_top_other_bg.png) no-repeat -187px -76px;
}
#contact #main_menu_top .m4 a {
  background: url(i/menu_top_other_bg.png) no-repeat -282px 0;
  width: 108px;
}
#contact #main_menu_top .m4 a:hover {
  background: url(i/menu_top_other_bg.png) no-repeat -282px -76px;
}
#contact #main_menu_top .m5 a {
  background: url(i/menu_top_other_bg.png) no-repeat -390px -76px;
  width: 108px;
}
#contact #main_menu_top .m5 a:hover {
  background: url(i/menu_top_other_bg.png) no-repeat -390px -76px;
}
/* END / Contact menu */
/* Journal menu */
#journal #main_menu_top .m1 a {
  background: url(i/menu_top_other_bg.png) no-repeat 0 0;
  width: 95px;
  position: relative;
  top: -11px;
}
#journal #main_menu_top .m1 a:hover {
  background: url(i/menu_top_other_bg.png) no-repeat 0 -76px;
}
#journal #main_menu_top .m4 a {
  background: url(i/menu_top_other_bg.png) no-repeat -282px -76px;
  width: 108px;
  position: relative;
  top: -4px;
  margin: 0 4px 0 5px;
}
#journal #main_menu_top .m4 a:hover {
  background: url(i/menu_top_other_bg.png) no-repeat -282px -76px;
}
/* END / Main menus */
/* Recent works at home page */
#recent_works {
  width: 960px;
  height: 315px;
  margin: 0 0 60px 0;
}
#recent_works a h3 {
  background: #ffffff;
  color: #111111;
  font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
  font-size: 20px;
  height: 30px;
  max-width: 140px;
  padding: 0 7px;
  overflow: hidden;
  white-space: nowrap;
  line-height: 31px;
  opacity: 0.8;
  filter: alpha(opacity = 80);
  position: relative;
}
#recent_works a h3 .clip {
  position: absolute;
  top: 0;
  right: 0;
  background: url(i/h3_clip.png) no-repeat 0 0;
  height: 30px;
  width: 60px;
}
#recent_works a:hover h3 {
  color:  #222222;
  opacity: 1;
  filter: alpha(opacity = 100);
}
#recent_works li {
  position: relative;
  float: left;
  z-index: 50;
}
#recent_works .work_205 {
  height: 213px;
  width: 212px;
  margin: 45px 0 0 0;
  padding: 5px 0 0 5px;
  background: url(i/work_1_bg.png) no-repeat 0 0;
}
#recent_works .work_205 h3 {
  left: -20px;
  position: absolute;
  top: 43%;
}
#recent_works .work_165 {
  height: 173px;
  width: 172px;
  margin: 121px 0 0 80px;
  padding: 5px 0 0 5px;
  background: url(i/work_4_bg.png) no-repeat 0 0;
}
#recent_works .work_165 h3 {
  left: -20px;
  position: absolute;
  top: 43%;
}
#recent_works .work_185 {
  height: 193px;
  width: 192px;
  margin: 15px 0 0 60px;
  padding: 5px 0 0 5px;
  background: url(i/work_3_bg.png) no-repeat 0 0;
}
#recent_works .work_185 h3 {
  left: -20px;
  position: absolute;
  top: 43%;
}
#recent_works .work_143 {
  height: 150px;
  width: 149px;
  margin: 75px 0 0 75px;
  padding: 4px 0 0 4px;
  background: url(i/work_2_bg.png) no-repeat 0 0;
}
#recent_works .work_143 h3 {
  right: -20px;
  position: absolute;
  top: 45%;
}
/* All works in work page */
#all_works .work_185 {
  height: 193px;
  width: 192px;
  margin: 25px 60px;
  padding: 5px 0 0 5px;
  background: url(i/work_3_bg.png) no-repeat 0 0;
}
#all_works .work_185 h3 {
  left: -20px;
  position: absolute;
  top: 43%;
}
#all_works a h3 {
  background: #ffffff;
  color: #111111;
  font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
  font-size: 20px;
  height: 30px;
  max-width: 140px;
  padding: 0 7px;
  overflow: hidden;
  white-space: nowrap;
  line-height: 30px;
  opacity: 0.8;
  filter: alpha(opacity = 80);
  position: relative;
}
#all_works a h3 .clip {
  position: absolute;
  top: 0;
  right: 0;
  background: url(i/h3_clip.png) no-repeat 0 0;
  height: 30px;
  width: 60px;
}
#all_works a:hover h3 {
  color:  #222222;
  opacity: 1;
  filter: alpha(opacity = 100);
}
#all_works {
  margin: 40px 0 0 0;
}
#all_works li {
  position: relative;
  float: left;
  z-index: 50;
}
/* Columns (what columns?)*/
#columns {
  zoom: 1;
}
#columns li {
  padding: 0 20px;
  float: left;
  width: 280px;
  display: block;
}
#columns .first {
  height: 38px;
}
#columns img {
  padding: 30px 76px 0 76px;
}
/* Journal */
#journal_entry {
  width: 600px;
  margin: 55px 40px 0 0;
  padding: 0 0 0 20px;
  float: left;
  position: relative;
}
#journal_entry h2 {
  font-size: 22px;
}
#journal_entry h2 a:hover {
  text-decoration: underline;
}
#journal_entry h3 {
  font-size: 16px;
  font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
}
#journal_entry .date, #journal_entry .topics {
  color: #333333;
  font-size: 9px;
  text-transform: uppercase;
  position: relative;
  top: -18px;
  display: inline;
}
#journal_entry #antispam {
    display: none;
}
#journal_entry label {
  padding: 5px;
  font-size: 9px;
  text-transform: uppercase;
  position: absolute;
  top: 2px;
  right: 5px;
}
#journal_entry form div {
  position: relative;
  float: left;
  margin: 0 0 17px 0;
}
#journal_entry .sender input, #journal_entry .web input {
  width: 443px;
  padding: 5px;
  border: 3px #788d8f solid;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #a8b7b8;
  font-size: 13px;
}
#journal_entry .message textarea {
  width: 443px;
  height: 145px;
  padding: 5px;
  border: 3px #788d8f solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #a8b7b8;
  font-size: 13px;
  display: block;
  font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", sans-serif;
  overflow: auto;
}
.error {
  padding: 5px;
  margin: 0 0 10px 0;
  text-align: center;
  border: 1px #ff0000 solid;
  -moz-border-radius: 4px;
}
#journal_entry button {
  margin: 0 15px 0 0;
  border: none;
  cursor: pointer;
  width: 126px;
  height: 260px;
  float: left;
  position: relative;
  z-index: 100;
  text-indent: -9000px;
  background: url(i/post_button.png) no-repeat 0 0;
}
#journal .navigation {
  font-size: 10px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 5px;
}
#journal .navigation a {
  margin-left: 10px;
}
#works .navigation  {
  font-size: 10px;
  position: absolute;
  right: 24px;
  text-transform: uppercase;
  top: 310px;
}
#works .navigation a  {
  margin-left: 10px;
}
#journal_entry .topics {
  border-left: 1px solid #333333;
  margin-left: 3px;
  padding-left: 5px;
}
#journal_entry .comments {
  font-size: 9px;
  text-transform: uppercase;
  margin: 10px 0 30px 0;
  padding: 2px 0 1px 20px;
  background: url(i/comment.png) no-repeat 0 2px;
}
.comment a {
  text-decoration: underline;
}
#journal_entry .summary {
  font-weight: bold;
  margin-top: 18px;
}
#journal_entry .content {
  font-family: Georgia, serif;
  margin-bottom: 32px;
}
#journal_entry .summary p, #journal_entry .summary_only p {
  margin: 0 0 20px;
}
#journal_entry .content p {
  margin: 15px 0;
}
#journal_entry .content img {
padding: 4px 6px 7px 4px;
background: url(i/largeimage_bg.png) no-repeat bottom right;  
}
#journal_entry .content h3 {
  margin: 15px 0;
}
object {
  display: block;
  width: 598px;
  margin: 19px 0;
}
embed {
  width: 598px;
}
/* Journal comments */
#journal_entry .comment .sender {
  display: inline;
  font-weight: bold;
}
#journal_entry .comment .date {
  display: inline;
  margin: 0 0 0 6px;
  padding: 0;
  position: static;
}
#journal_entry .comment .message {
  margin: 5px 0 0 0;
}
form input.sender, form textarea.comment_message {
  border: 1px solid #607172;
  background: #788d8f;
  display: block;
  font-size: 12px;
  margin-bottom: 19px;
  padding: 2px;
  width: 400px;
}
#journal_entry .comment .date {
  top: 0;
}
/* END / Journal comments */
/* END / Journal */
/* Journal sidebar (I think...) */
#sidebar {
  width: 280px;
  min-height: 500px;
  float: left;
  margin:  58px 0 0 0;
}
#sidebar p {
  margin: 15px 0 20px 0;
}
#sidebar ul {
  margin: 10px 0 20px 0;
}
#sidebar ul li {
  padding: 0 0 5px 0;
  margin: 5px 0 0 0;
  border-bottom: 1px #929fa0 dashed;
}
#sidebar .intro {
  font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
  font-style: italic;
  display: block;
  padding: 0 0 10px 0;
}
#sidebar h3 {
  font-size: 16px;
  font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
}
/* END / Journal sidebar */
/* Footer */
#footer {
  padding: 0 0 35px 0;
  color: #333333;
}
#footer_menu {
  float: left;
}
#footer span {
  float: right;
}
#footer span a {
  text-decoration: none;
}
#footer_menu li {
  float: left;
  padding: 0 0 0 5px;
}
#footer_menu li a {
  padding: 0 5px 0 0;
}
#footer .bildy {
  text-shadow: 0 1px 0 #637474;
  color: #77d024;
}
/* END / Footer */
/* Twitter */
.tweet {
  font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  font-style: italic;
  line-height: 30px;
  position: relative;
  text-shadow: 0 1px 0 #93a5a6;
}
.tweet_avatar {
  display: none;
}
.tweet .tweet_list li {
  background: url(i/twitter.png) no-repeat right center;
  padding: 0 50px 0 20px;
  float: left;
  width: 890px;
}
.tweet .tweet_list .tweet_avatar {
  padding-right: .5em;
  float: left;
}
.tweet .tweet_list .tweet_avatar img {
  vertical-align: middle;
}
/* END / Twitter */
/* Inside work item (all this was "inspired" from Nick La*/
#works .short_discription {
  margin: 0 0 20px 20px;
    font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.5em;
  border-bottom: 1px #929FA0 dashed;
  padding: 0 0 20px 0;
  width: 350px;
  float: left;
}
#works .what_i_did, #works .url {
  margin: 0 0 15px 20px;
    width: 350px;
  float: left;
    border-bottom: 1px #929FA0 dashed;
  padding: 0 0 15px 0;
}

#works strong {
  font-weight: bold;
}
#works .work_item_nav {
  white-space: nowrap;
  margin: 5px 0 20px 20px;
  width: 100%;
  float: left;
  position: relative;
    width: 350px;
  float: left;
}
#works .work_item_nav img {
   position: absolute;
  top: 28px;
  left: 5px;
}
#works .work_item_nav a {
  text-indent: -9000em;
  width: 12px;
  height: 12px;
  margin: 0 6px 0 0;
  display: block;
background: url(i/works_nav.png)
/* leaving space for future mini icons, don't forget about them! */
  no-repeat -1px -834px;
  float: left;
}
#works .work_item_nav a:hover {
  background-position: -1px -942px;
}
#works .work_item_nav a.active:hover, #works .work_item_nav .active {
  background-position: -1px -888px;
}
#works .work_item_nav span {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  right: 0;
  text-indent: 0;
  background:  url(i/loading.gif) no-repeat;
}
#works .large_image  {
  position: relative;
  margin: 0 20px 10px 0;
  float: right;
}
#works .large_image img {
  margin: 0;
  padding: 4px 6px 7px 4px;
  background: url(i/largeimage_bg.png) no-repeat bottom right;
}
#works .large_image a .zoom {
  display:none;
}
#works .large_image a:hover  .zoom {
  display: block;
    margin: -70px 0 0 -70px;
  padding: 0;
  background: none;
  position: absolute;
  top: 50%;
  left: 50%;
}
/* END / Inside work item */
/* About page */
#about p, #contact p {
  margin: 15px 0 15px 20px;
  width: 600px;
  font-family: Georgia, serif;
}
#about .blah li {
  list-style: disc;
  margin: 0 0 5px 20px;
  padding: 0 0 5px 0;
  font-family: Georgia, serif;
  list-style-position: inside;
  width: 600px;
  vertical-align: top;
  position: relative; 
  top: -.5em;
  
}
#about h3 {
  font-size: 16px;
  font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
  margin: 15px 0 20px 20px;
}
#about .summary, #contact .summary {
  font-weight: bold;
  margin: 38px 0 0 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 600px;
}
/* END / About page */
/* Contact page */
#contact label {
  padding: 5px;
  font-size: 9px;
  text-transform: uppercase;
  position: absolute;
  top: 2px;
  right: 5px;
}
#contact form {
  width: 600px;
  padding: 0 0 0 20px;
  float: left;
}
#contact .last {
  border-bottom: 1px #929FA0 dashed;
  padding: 0 0 20px 0;
  margin-bottom: 25px;
}
#contact form div {
  position: relative;
  float: left;
  margin: 0 0 17px 0;
}
#contact h3 {
  font-size: 16px;
  margin: -3px 0 15px 660px;
  font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
}
#contact .strange li {
  list-style: disc;
  margin: 0 0 5px 660px;
  padding: 0 0 5px 0;
  font-family: Georgia, serif;
  list-style: none;
}
#contact .strange a {
  text-decoration: underline;
}
#contact strong {
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#contact .social {
  position: absolute;
  top: 332px;
  right: 0;
  padding: 0 0 10px 0;
  width: 305px;
  border-bottom: 1px #929FA0 dashed;
}
#contact .social a:hover {
  text-decoration: underline;
}
#contact .social li {
  float: left;
  padding: 10px 0 20px 40px;
  font-size: 15px;
  font-style: italic;
  font-family: Georgia, serif;
  width: 90px;
}
#contact .social .so_twitter {
  background: url(i/social/twitter_32.png) no-repeat 0 5px;
}
#contact .social .so_linked {
  background: url(i/social/linkedin_32.png) no-repeat 0 5px;
}
#contact .social .so_last {
  background: url(i/social/lastfm_32.png) no-repeat 0 5px;
}
#contact .social .so_flickr {
  background: url(i/social/flickr_32.png) no-repeat 0 5px;
}
#contact .social .so_tumblr {
  background: url(i/social/tumblr_32.png) no-repeat 0 5px;
}
#contact .social .so_ember {
  background: url(i/social/ember_32.png) no-repeat 0 5px;
}
#contact .subject input {
  width: 443px;
  padding: 5px;
  border: 3px #788d8f solid;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #a8b7b8;
  font-size: 13px;
}
#contact .sender , #contact .email {
  width: 221px;
}
#contact .sender {
  margin: 0 17px 17px 0;
}
#contact .sender input, #contact .email input {
  float: left;
  width: 205px;
  padding: 5px;
  border: 3px #788d8f solid;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #a8b7b8;
  font-size: 13px;
}
#contact .sender input, #contact .budget input {
  margin-right: 17px;
}
#contact textarea {
  width: 443px;
  height: 145px;
  padding: 5px;
  border: 3px #788d8f solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #a8b7b8;
  font-size: 13px;
  display: block;
  font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", sans-serif;
  float: left;
  overflow: auto;
}
#contact button {
  margin: 0 15px 0 0;
  border: none;
  cursor: pointer;
  width: 126px;
  height: 260px;
  float: left;
  position: relative;
  z-index: 100;
  text-indent: -9000px;
  background: url(i/post_button.png) no-repeat 0 0;
}
/* END / Contact page */

/* Fancybox */
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    background: transparent;
    z-index: 1104;
    display: none;
}

* html #fancybox-loading {    /* IE6 */
    position: absolute;
    margin-top: 0;
}

#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background: transparent url('i/fancy/fancy_loading.png') no-repeat;
}

#fancybox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 1100;
    display: none;
}

* html #fancybox-overlay {    /* IE6 */
    position: absolute;
    width: 100%;
}

#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none;
}

#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 20px;
    z-index: 1101;
    display: none;
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #FFF;
}

#fancybox-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    outline: none;
    overflow: hidden;
}

#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 32px;
    height: 32px;
    background: url('i/fancy/fancy_close.png') top left no-repeat;
    cursor: pointer;
    z-index: 1103;
    display: none;
}

#fancybox_error {
    color: #444;
    font: normal 12px/20px Arial;
}

#fancybox-content {
    height: auto;
    width: auto;
    padding: 0;
    margin: 0;
}

#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
}

#fancybox-frame {
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

#fancybox-title {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: Arial;
    font-size: 12px;
    z-index: 1102;
}

.fancybox-title-inside {
    padding: 10px 0;
    text-align: center;
    color: #333;
}

.fancybox-title-outside {
    padding-top: 5px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}

.fancybox-title-over {
    color: #FFF;
    text-align: left;
}

#fancybox-title-over {
    padding: 10px;
    background: url('i/fancy/fancy_title_over.png');
    display: block;
}

#fancybox-title-wrap {
    display: inline-block;
}

#fancybox-title-wrap span {
    height: 32px;
    float: left;
}

#fancybox-title-left {
    padding-left: 15px;
    background: transparent url('i/fancy/fancy_title_left.png') repeat-x;
}

#fancybox-title-main {
    font-weight: bold;
    line-height: 29px;
    background: transparent url('i/fancy/fancy_title_main.png') repeat-x;
    color: #FFF;
}

#fancybox-title-right {
    padding-left: 15px;
    background: transparent url('i/fancy/fancy_title_right.png') repeat-x;
}

#fancybox-left, #fancybox-right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    background-image: url('i/fancy/blank.gif');
    z-index: 1102;
    display: none;
}

#fancybox-left {
    left: 0px;
}

#fancybox-right {
    right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
}

#fancybox-left-ico {
    background: transparent url('i/fancy/fancy_nav_left.png') no-repeat;
}

#fancybox-right-ico {
    background: transparent url('i/fancy/fancy_nav_right.png') no-repeat;
}

#fancybox-left:hover, #fancybox-right:hover {
    visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
    left: 20px;
}

#fancybox-right:hover span {
    left: auto;
    right: 20px;
}

div.fancy-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    z-index: 1001;
}

div#fancy-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent url('i/fancy/fancy_shadow_n.png') repeat-x;
}

div#fancy-bg-ne {
    top: -20px;
    right: -20px;
    width: 20px;
    height: 20px;
    background: transparent url('i/fancy/fancy_shadow_ne.png') no-repeat;
}

div#fancy-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    width: 20px;
    background: transparent url('i/fancy/fancy_shadow_e.png') repeat-y;
}

div#fancy-bg-se {
    bottom: -20px;
    right: -20px;
    width: 20px;
    height: 20px;
    background: transparent url('i/fancy/fancy_shadow_se.png') no-repeat;
}

div#fancy-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent url('i/fancy/fancy_shadow_s.png') repeat-x;
}

div#fancy-bg-sw {
    bottom: -20px;
    left: -20px;
    width: 20px;
    height: 20px;
    background: transparent url('i/fancy/fancy_shadow_sw.png') no-repeat;
}

div#fancy-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
    width: 20px;
    background: transparent url('i/fancy/fancy_shadow_w.png') repeat-y;
}

div#fancy-bg-nw {
    top: -20px;
    left: -20px;
    width: 20px;
    height: 20px;
    background: transparent url('i/fancy/fancy_shadow_nw.png') no-repeat;
}

/* Site Of The Day */

#thecssawards a {
background:url("i/thecssawards_day.png")  no-repeat scroll 0 0 transparent;
display:block;
height:105px;
text-indent:-8000px;
width:69px;
  position: absolute;
  right: 0;
  top: 20px;
}

