@font-face {
  font-family: "Titillium";
  src: url("fonts/Titillium.otf") format("opentype");
}
@font-face {
  font-family: "TitilliumBold";
  src: url("fonts/TitilliumBold.otf") format("opentype");
}
.Titillium { font-family: "Titillium", "Helvetica Neue", Arial, Helvetica, sans-serif; }
.TitilliumBold {
  font-family: "TitilliumBold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
}
a.glow_pill {
  font-family: "TitilliumBold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  display: block;
  color: #666666;
  padding: 7px 12px 3px 12px;
  margin: 5px;
  background: #ffffff;
  text-transform: lowercase;
  text-align: right;
  -moz-box-shadow: 0 1px 3px #acacbd;
  -webkit-box-shadow: 0 1px 3px #acacbd;
  box-shadow: 0 1px 3px #acacbd;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: ease;
}
a.glow_pill:after { content: " \00BB"; }
a.glow_pill:hover {
  text-decoration: none;
  color: #3a76d1;
  -moz-box-shadow: 0 1px 15px #3a76d1;
  -webkit-box-shadow: 0 1px 15px #3a76d1;
  box-shadow: 0 1px 15px #3a76d1;
}
html { background: #f7f7f8 url("images/body_bg.png") repeat-x top left; }
body {
  background: transparent url("images/header_bg.png") no-repeat top center;
  color: #595959;
  margin: 0;
}
html#index { background: #f7f7f8 url("images/index_body_bg.png") repeat-x top left; }
html#index body { background: transparent url("images/index_dots.png") no-repeat top center; }
hr {
  color: none;
  background: none;
  visibility: hidden;
}
hr.grad {
  background: transparent url("images/grad_hr.png") no-repeat top center;
  margin: 17px 0 25px;
  visibility: visible !important;
  float: left;
}
hr.short { margin-bottom: 0; }
h1, h2, h3, h4, h5, h6 { color: #808080; }
a:focus { outline: 0; }
a:link {
  text-decoration: none;
  color: #3a76d1;
  -moz-text-shadow: 0 -1px 0 #ffffff;
  -webkit-text-shadow: 0 -1px 0 #ffffff;
  -khtml-text-shadow: 0 -1px 0 #ffffff;
  text-shadow: 0 -1px 0 #ffffff;
}
a:visited {
  color: #17181a;
  text-decoration: none;
}
a:hover { text-decoration: underline; }
a:active { color: #2b5880; }
.header { font-family: "Titillium", "Helvetica Neue", Arial, Helvetica, sans-serif; }
.nobr br { display: none; }
a.nolink {
  color: #595959;
  text-decoration: none;
}
.wp_syntax { clear: both; }
.wp_syntax table { margin-bottom: 0; }
::selection, -moz-selection {
  background: #4861bc;
  color: #ffffff;
  -moz-text-shadow: 0 0 0 transparent;
  -webkit-text-shadow: 0 0 0 transparent;
  -khtml-text-shadow: 0 0 0 transparent;
  text-shadow: 0 0 0 transparent;
}
.ad {
  position: relative;
  text-align: center;
  font-size: 10px;
  color: #999999;
  background: #ffffff;
  float: left;
  clear: both;
  border: 5px #fdfdff solid;
  border-bottom-width: 3px;
  -moz-box-shadow: 0 2px 5px #cccccc;
  -webkit-box-shadow: 0 2px 5px #cccccc;
  box-shadow: 0 2px 5px #cccccc;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: ease;
}
.ad:hover {
  color: #3a76d1;
  -moz-box-shadow: 0 3px 15px #888888;
  -webkit-box-shadow: 0 3px 15px #888888;
  box-shadow: 0 3px 15px #888888;
}
.ad:after {
  content: "advertisement";
  text-align: center;
}
form#searchform { padding-top: 10px; }
form#searchform input#s {
  border: 1px solid #cccccc;
  padding: 3px;
  background: #fcfcfc;
  width: 60%;
  color: #666666;
  font-size: 16px;
  margin-right: 5px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
form#searchform input {
  font-size: 16px;
  font-weight: bold;
  border: 0;
  background: transparent;
  color: #3a76d1;
  -moz-text-shadow: 0 -1px 0 #ffffff;
  -webkit-text-shadow: 0 -1px 0 #ffffff;
  -khtml-text-shadow: 0 -1px 0 #ffffff;
  text-shadow: 0 -1px 0 #ffffff;
}
form#searchform input#searchsubmit:active { color: #555555; }
.ticker {
  float: left;
  text-align: center;
  padding: 12px 12px 20px 12px;
  width: 150px;
  background: #ffffff;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-right: 10px;
}
.ticker span {
  font-size: 70px;
  color: #ffffff;
  background: #313131;
  line-height: 1em;
  margin: 0 1px;
  padding: 0 7px;
  background-image: -moz-linear-gradient(100% 50% 90deg, #313131, #6c6c6c);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#6c6c6c), color-stop(93%, #313131), color-stop(98%, #ffffff), color-stop(99%, #000000));
  border-top: 1px solid #ffffff;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-text-shadow: 0 -1px 0 #a3a3a3;
  -webkit-text-shadow: 0 -1px 0 #a3a3a3;
  -khtml-text-shadow: 0 -1px 0 #a3a3a3;
  text-shadow: 0 -1px 0 #a3a3a3;
  -moz-box-shadow: 0 1px 2px #555555;
  -webkit-box-shadow: 0 1px 2px #555555;
  box-shadow: 0 1px 2px #555555;
}
#index #id_header {
  height: 400px;
  margin-bottom: 1px;
  width: 950px;
  position: relative;
}
#index #id_header ul#wheel {
  list-style: none;
  display: block;
  margin: 0;
}
#index #id_header ul#wheel li {
  display: block;
  width: 950px;
  height: 400px;
  position: absolute;
  color: #ffffff;
  text-align: center;
}
#index #id_header ul#wheel li::nth-child(1) { z-index: 10; }
#index #id_header ul#wheel li:not(:nth-child(1)) {
  filter: alpha(opacity=100);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#index #id_header ul#wheel { -webkit-perspective: 4000; }
#index #id_header ul#wheel li {
  -webkit-transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 1s;
}
#index #id_header ul#wheel li:not(:nth-child(1)) { -webkit-transform: rotateY(180deg); }
#index ul#nav {
  float: right;
  list-style: none;
  margin: 0 0 10px 0;
}
#index ul#nav li {
  float: left;
  padding: 0 3px;
}
#index ul#nav li a:link {
  font-family: "Titillium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: lowercase;
  color: #595959;
  font-size: 18px;
  display: block;
  padding: 12px 20px 6px;
  background: none;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -khtml-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -khtml-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-text-shadow: 0 0 0 transparent;
  -webkit-text-shadow: 0 0 0 transparent;
  -khtml-text-shadow: 0 0 0 transparent;
  text-shadow: 0 0 0 transparent;
}
#index ul#nav li a:visited {
  font-family: "Titillium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: lowercase;
  color: #595959;
  font-size: 18px;
  display: block;
  padding: 12px 20px 6px;
  background: none;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -khtml-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -khtml-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-text-shadow: 0 0 0 transparent;
  -webkit-text-shadow: 0 0 0 transparent;
  -khtml-text-shadow: 0 0 0 transparent;
  text-shadow: 0 0 0 transparent;
}
#index ul#nav li a:hover {
  text-decoration: none;
  background: #fafafa;
  -moz-box-shadow: 0 1px 3px #acacbd;
  -webkit-box-shadow: 0 1px 3px #acacbd;
  box-shadow: 0 1px 3px #acacbd;
}
#index ul#nav li a:active { color: #3a76d1; }
#index ul#nav li:last-child a:link {
  font-family: "TitilliumBold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  padding: 9px 20px 6px;
  letter-spacing: 1px;
  color: #ffffff;
  -moz-box-shadow: 0 1px 3px #acacbd;
  -webkit-box-shadow: 0 1px 3px #acacbd;
  box-shadow: 0 1px 3px #acacbd;
  background-color: #5aaee4;
  background-image: -moz-linear-gradient(100% 100% 90deg, #3c86d8, #5aaee4);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5aaee4), to(#3c86d8));
  -moz-text-shadow: 0 -1px 0 #808080;
  -webkit-text-shadow: 0 -1px 0 #808080;
  -khtml-text-shadow: 0 -1px 0 #808080;
  text-shadow: 0 -1px 0 #808080;
}
#index ul#nav li:last-child a:visited {
  font-family: "TitilliumBold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  padding: 9px 20px 6px;
  letter-spacing: 1px;
  color: #ffffff;
  -moz-box-shadow: 0 1px 3px #acacbd;
  -webkit-box-shadow: 0 1px 3px #acacbd;
  box-shadow: 0 1px 3px #acacbd;
  background-color: #5aaee4;
  background-image: -moz-linear-gradient(100% 100% 90deg, #3c86d8, #5aaee4);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5aaee4), to(#3c86d8));
  -moz-text-shadow: 0 -1px 0 #808080;
  -webkit-text-shadow: 0 -1px 0 #808080;
  -khtml-text-shadow: 0 -1px 0 #808080;
  text-shadow: 0 -1px 0 #808080;
}
#index ul#nav li:last-child a:hover {
  background-color: #6ac0ff;
  background-image: -moz-linear-gradient(100% 100% 90deg, #47a1ff, #6ac0ff);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6ac0ff), to(#47a1ff));
  -moz-text-shadow: 0 -1px 0 #999999;
  -webkit-text-shadow: 0 -1px 0 #999999;
  -khtml-text-shadow: 0 -1px 0 #999999;
  text-shadow: 0 -1px 0 #999999;
}
#index ul#nav li:last-child a:active {
  background-color: #346cb3;
  background-image: -moz-linear-gradient(100% 100% 90deg, #4e9ccb, #346cb3);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#346cb3), to(#4e9ccb));
  -moz-text-shadow: 0 1px 0 #808080;
  -webkit-text-shadow: 0 1px 0 #808080;
  -khtml-text-shadow: 0 1px 0 #808080;
  text-shadow: 0 1px 0 #808080;
}
#index h1 {
  font-family: "Titillium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 9px;
  font-size: 4em;
  line-height: 1.2em;
  color: #ffffff;
  -moz-text-shadow: 0 0 5px #acacbd;
  -webkit-text-shadow: 0 0 5px #acacbd;
  -khtml-text-shadow: 0 0 5px #acacbd;
  text-shadow: 0 0 5px #acacbd;
}
#index h1 strong {
  font-family: "TitilliumBold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  -moz-text-shadow: 0 0 15px #3a76d1;
  -webkit-text-shadow: 0 0 15px #3a76d1;
  -khtml-text-shadow: 0 0 15px #3a76d1;
  text-shadow: 0 0 15px #3a76d1;
  color: #ffffff;
}
#index h2 {
  font-family: "Titillium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #3a76d1;
  float: right;
  font-size: 3em;
  padding: 9px 12px 5px 12px;
  background: #ffffff;
  text-transform: lowercase;
  -moz-box-shadow: 0 1px 3px #acacbd;
  -webkit-box-shadow: 0 1px 3px #acacbd;
  box-shadow: 0 1px 3px #acacbd;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -khtml-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -khtml-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#index h2 a {
  text-decoration: none;
  color: #666666;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
}
#index h2 a:hover {
  text-decoration: none;
  color: #3a76d1;
  -moz-text-shadow: 0 0 15px #3a76d1;
  -webkit-text-shadow: 0 0 15px #3a76d1;
  -khtml-text-shadow: 0 0 15px #3a76d1;
  text-shadow: 0 0 15px #3a76d1;
}
#index a#fineprint {
  display: block;
  font-size: 1.5em;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #999999;
}
#index a[name=fineprint] span {
  color: #3a76d1;
  font-size: 1.5em;
  vertical-align: middle;
  padding-right: 3px;
}
#index p {
  font-size: 15px;
  line-height: 25px;
}
#index a.more {
  font-family: "TitilliumBold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  display: block;
  color: #666666;
  padding: 7px 12px 3px 12px;
  margin-top: 5px;
  margin-bottom: 36px;
  background: #ffffff;
  text-transform: lowercase;
  text-align: right;
  -moz-box-shadow: 0 1px 3px #acacbd;
  -webkit-box-shadow: 0 1px 3px #acacbd;
  box-shadow: 0 1px 3px #acacbd;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: ease;
}
#index a.more:after { content: " \00BB"; }
#index a.more:hover {
  text-decoration: none;
  color: #3a76d1;
  -moz-box-shadow: 0 1px 15px #3a76d1;
  -webkit-box-shadow: 0 1px 15px #3a76d1;
  box-shadow: 0 1px 15px #3a76d1;
}
#index dl {
  display: block;
  padding: 12px;
  margin-top: 5px;
  background: #ffffff;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#index dl dt {
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: normal;
  color: #999999;
  margin-bottom: 3px;
}
#index dl .tl {
  font-family: "TitilliumBold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #3a76d1;
}
#index dl .bl {
  font-size: 0.8em;
  padding: 2px 0;
  font-weight: normal;
  vertical-align: baseline;
}
#index dl dd {
  color: #666666;
  font-size: 2em;
}
#index p.icon {
  padding-left: 60px;
  background-color: transparent;
  background-position: 10px left;
  background-repeat: no-repeat;
}
#index div.me {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-color: #fdfdff;
  border-style: solid;
  border-width: 10px;
  border-bottom-width: 0;
  -moz-box-shadow: 0 2px 5px #cccccc;
  -webkit-box-shadow: 0 2px 5px #cccccc;
  box-shadow: 0 2px 5px #cccccc;
  -webkit-transform: rotate(-1deg);
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: ease;
}
#index div.me:hover {
  -moz-box-shadow: 0 3px 15px #888888;
  -webkit-box-shadow: 0 3px 15px #888888;
  box-shadow: 0 3px 15px #888888;
  -webkit-transform: rotate(0deg);
}
#index div.me p {
  margin-bottom: 0;
  background: #fdfdff;
  text-align: center;
  padding: 3px 0;
}
#index p.icon.mint { background-image: url("images/mint.png"); }
#index p.icon.hover { background-image: url("images/hover.png"); }
#index p.icon.play { background-image: url("images/sand.png"); }
#index p.icon.mail { background-image: url("images/mail.png"); }
p img {
  padding: 0;
  max-width: 100%;
}
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.image img.attachment-medium {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright, img.alignleft { display: inline; }
.alignright { float: right; }
.alignleft { float: left; }
html, body, #wrap { height: 100%; }
body > #wrap {
  height: auto;
  min-height: 100%;
}
#main { padding-bottom: 32px; }
.foot_wrap {
  position: relative;
  margin-top: -32px;
  height: 32px;
  clear: both;
}
#header {
  position: relative;
  height: 169px;
  width: 950px;
  overflow: hidden;
}
#header h1 {
  margin-bottom: 0;
  padding-left: 10px;
  z-index: 5;
  position: relative;
}
#header h1 a {
  background: transparent url("images/title.png") no-repeat bottom center;
  display: block;
  width: 631px;
  height: 83px;
  text-indent: -9999em;
  padding-top: 29px;
}
#header .nav {
  position: absolute;
  bottom: 1px;
  right: 0;
  z-index: 6;
}
#header .nav ul {
  float: left;
  list-style: none;
  margin: 0;
}
#header .nav li {
  float: left;
  padding: 0 3px;
}
#header .nav li a:link {
  font-family: "Titillium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: lowercase;
  color: #595959;
  font-size: 18px;
  display: block;
  padding: 12px 20px 6px;
  background: none;
  background: rgba(247, 247, 248, 0);
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  -khtml-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  -khtml-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-text-shadow: 0 0 0 transparent;
  -webkit-text-shadow: 0 0 0 transparent;
  -khtml-text-shadow: 0 0 0 transparent;
  text-shadow: 0 0 0 transparent;
}
#header .nav li a:visited {
  font-family: "Titillium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: lowercase;
  color: #595959;
  font-size: 18px;
  display: block;
  padding: 12px 20px 6px;
  background: none;
  background: rgba(247, 247, 248, 0);
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  -khtml-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  -khtml-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-text-shadow: 0 0 0 transparent;
  -webkit-text-shadow: 0 0 0 transparent;
  -khtml-text-shadow: 0 0 0 transparent;
  text-shadow: 0 0 0 transparent;
}
#header .nav li a:hover {
  text-decoration: none;
  background: rgba(247, 247, 248, 0.5);
  -moz-box-shadow: 0 -1px 3px #acacbd;
  -webkit-box-shadow: 0 -1px 3px #acacbd;
  box-shadow: 0 -1px 3px #acacbd;
}
#header .nav li a:active { background: #f7f7f8; }
#header .nav li a.current {
  font-family: "TitilliumBold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;
  background: #f7f7f8;
  position: relative;
  top: 2px;
  padding: 8px 20px 6px;
  -moz-box-shadow: 0 -1px 3px #acacbd;
  -webkit-box-shadow: 0 -1px 3px #acacbd;
  box-shadow: 0 -1px 3px #acacbd;
}
#header .nav li:last-child a:link {
  font-family: "TitilliumBold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  padding: 9px 20px 6px;
  letter-spacing: 1px;
  color: #ffffff;
  -moz-box-shadow: 0 -1px 3px #acacbd;
  -webkit-box-shadow: 0 -1px 3px #acacbd;
  box-shadow: 0 -1px 3px #acacbd;
  background-color: #5aaee4;
  background-image: -moz-linear-gradient(100% 100% 90deg, #3c86d8, #5aaee4);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5aaee4), to(#3c86d8));
  -moz-text-shadow: 0 -1px 0 #808080;
  -webkit-text-shadow: 0 -1px 0 #808080;
  -khtml-text-shadow: 0 -1px 0 #808080;
  text-shadow: 0 -1px 0 #808080;
}
#header .nav li:last-child a:visited {
  font-family: "TitilliumBold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  padding: 9px 20px 6px;
  letter-spacing: 1px;
  color: #ffffff;
  -moz-box-shadow: 0 -1px 3px #acacbd;
  -webkit-box-shadow: 0 -1px 3px #acacbd;
  box-shadow: 0 -1px 3px #acacbd;
  background-color: #5aaee4;
  background-image: -moz-linear-gradient(100% 100% 90deg, #3c86d8, #5aaee4);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5aaee4), to(#3c86d8));
  -moz-text-shadow: 0 -1px 0 #808080;
  -webkit-text-shadow: 0 -1px 0 #808080;
  -khtml-text-shadow: 0 -1px 0 #808080;
  text-shadow: 0 -1px 0 #808080;
}
#header .nav li:last-child a:hover {
  background-color: #6ac0ff;
  background-image: -moz-linear-gradient(100% 100% 90deg, #47a1ff, #6ac0ff);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6ac0ff), to(#47a1ff));
  -moz-text-shadow: 0 -1px 0 #999999;
  -webkit-text-shadow: 0 -1px 0 #999999;
  -khtml-text-shadow: 0 -1px 0 #999999;
  text-shadow: 0 -1px 0 #999999;
}
#header .nav li:last-child a:active {
  background-color: #346cb3;
  background-image: -moz-linear-gradient(100% 100% 90deg, #4e9ccb, #346cb3);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#346cb3), to(#4e9ccb));
  -moz-text-shadow: 0 1px 0 #808080;
  -webkit-text-shadow: 0 1px 0 #808080;
  -khtml-text-shadow: 0 1px 0 #808080;
  text-shadow: 0 1px 0 #808080;
}
#header .nav li:last-child a.current { top: 0; }
#header .description {
  background: transparent url("images/motto.png") no-repeat center right;
  width: 415px;
  height: 30px;
  text-indent: -9999em;
  padding-left: 10px;
  position: relative;
}
#header .small_stars {
  display: block;
  width: 950px;
  height: 168px;
  position: absolute;
  top: 0;
}
#header .med_stars {
  display: block;
  width: 950px;
  height: 168px;
  position: absolute;
  top: 0;
}
#header .big_stars {
  display: block;
  width: 950px;
  height: 168px;
  position: absolute;
  top: 0;
}
#header .small_stars {
  z-index: 1;
  background: transparent url("images/small_dots.png") repeat-y -30px 0;
}
#header .med_stars {
  z-index: 2;
  background: transparent url("images/med_dots.png") repeat-y -23px 0;
}
#header .big_stars {
  z-index: 4;
  background: transparent url("images/big_dots.png") repeat-y 7px 0;
}
.stars {
  position: relative;
  margin: 0 auto;
  width: 1040px;
  padding-bottom: 168px;
  margin-bottom: -168px;
  overflow: hidden;
}
.stars * {
  position: absolute;
  top: -535px;
}
.foot_wrap {
  background: transparent url("images/footer_bg.png") repeat-x center bottom;
  width: 100%;
}
.foot_wrap #footer {
  padding-top: 8px;
  color: #8c8c8c;
}
.foot_wrap #footer p {
  font-size: 11px;
  line-height: 1.6em;
}
.foot_wrap #footer a:link { color: #8c8c8c; }
.foot_wrap #footer a:visited { color: #8c8c8c; }
.foot_wrap #footer a:active { color: #333333; }
.foot_wrap #footer p { margin-bottom: 0; }
.foot_wrap .copy { float: left; }
.foot_wrap .quote {
  float: right;
  color: #a6a6a6;
}
.category h2 {
  font-size: 35px;
  margin-bottom: 0;
}
.portfolio .post {
  float: left;
  padding: 9px 4px;
  position: relative;
}
.portfolio a.post:link { text-decoration: none; }
.portfolio a.post:visited { text-decoration: none; }
.portfolio .post .caption {
  bottom: 14px;
  position: absolute;
  background: #ffffff;
  color: #595959;
  margin: 0 25px;
  padding: 5px 10px;
  width: 240px;
  filter: alpha(opacity=100);
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  -khtml-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  -khtml-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-text-shadow: 0 0 0 transparent;
  -webkit-text-shadow: 0 0 0 transparent;
  -khtml-text-shadow: 0 0 0 transparent;
  text-shadow: 0 0 0 transparent;
}
.portfolio .post .caption h3 {
  margin-bottom: 5px;
  color: #3a76d1;
}
.portfolio .post .caption p {
  margin-bottom: 0;
  font-size: 14px;
}
.portfolio .last { padding-right: 0; }
.portfolio .post img {
  border: 5px #fdfdff solid;
  -moz-box-shadow: 0 2px 5px rgba(136, 136, 136, 0.5);
  -webkit-box-shadow: 0 2px 5px rgba(136, 136, 136, 0.5);
  box-shadow: 0 2px 5px rgba(136, 136, 136, 0.5);
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: ease;
}
.portfolio .post:hover img {
  -moz-box-shadow: 0 3px 15px #3a76d1;
  -webkit-box-shadow: 0 3px 15px #3a76d1;
  box-shadow: 0 3px 15px #3a76d1;
}
.portfolio h2 {
  float: left;
  width: 100%;
  color: #666666;
  padding: 7px 12px 3px 12px;
  background: #ffffff;
  text-transform: lowercase;
  margin-top: 36px;
  -moz-box-shadow: 0 1px 3px #acacbd;
  -webkit-box-shadow: 0 1px 3px #acacbd;
  box-shadow: 0 1px 3px #acacbd;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: "Titillium", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.portfolio h2:first-of-type { margin-top: 0; }
.port p {
  font-weight: lighter;
  font-size: 15px;
  line-height: 25px;
}
.port h2.title {
  float: left;
  max-width: 800px;
  color: #808080;
  text-decoration: none;
  margin-bottom: 0;
  font-size: 28px;
}
.port h2.title a:link {
  color: #808080;
  text-decoration: none;
}
.port h2.title a:visited {
  color: #808080;
  text-decoration: none;
}
.port a.back:link {
  display: block;
  height: 25px;
  line-height: 25px;
  text-indent: -9999em;
  background: transparent url("images/back_to_port.png") no-repeat 0 0;
  width: 138px;
  float: right;
  margin: 8px 0;
}
.port a.back:visited {
  display: block;
  height: 25px;
  line-height: 25px;
  text-indent: -9999em;
  background: transparent url("images/back_to_port.png") no-repeat 0 0;
  width: 138px;
  float: right;
  margin: 8px 0;
}
.port a.back:hover { background-position: 0 -25px; }
.port a.back:active { background-position: 0 -50px; }
.port .entry {
  float: left;
  width: 950px;
  background: transparent url("images/port_bg_mid.png") repeat-y 0 0;
}
.port .entry h3 {
  font-size: 36px;
  margin-bottom: 27px;
  font-family: "Titillium", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.port .rounded {
  float: left;
  width: 950px;
  height: 11px;
  display: block;
  background: transparent url("images/port_bg_top.png") no-repeat 0 0;
}
.port .bottom {
  background: transparent url("images/port_bg_bottom.png") no-repeat 0 0;
  margin-bottom: 18px;
}
.page h2.title {
  font-size: 36px;
  float: left;
  margin-bottom: 0;
  max-width: 800px;
}
.page a.blog:link {
  display: block;
  height: 25px;
  line-height: 25px;
  text-indent: -9999em;
  background: transparent url("images/read_my_blog.png") no-repeat 0 0;
  width: 116px;
  float: right;
  margin: 8px 0;
}
.page a.blog:visited {
  display: block;
  height: 25px;
  line-height: 25px;
  text-indent: -9999em;
  background: transparent url("images/read_my_blog.png") no-repeat 0 0;
  width: 116px;
  float: right;
  margin: 8px 0;
}
.page a.blog:hover { background-position: 0 -25px; }
.page a.blog:active { background-position: 0 -50px; }
.blog .category-blog {
  padding: 15px 0 15px 60px;
  position: relative;
  clear: both;
}
.blog .category-blog small { float: left; }
.hentry.blog img {
  border: #fdfdff 7px solid;
  max-width: 574px;
  margin: 0 18px 18px 18px;
  -moz-box-shadow: 0 2px 5px #cccccc;
  -webkit-box-shadow: 0 2px 5px #cccccc;
  box-shadow: 0 2px 5px #cccccc;
  overflow: hidden;
}
.hentry.blog img.no-border {
  border: 0;
  margin: 7px;
  -moz-box-shadow: 0 0 0 #ffffff;
  -webkit-box-shadow: 0 0 0 #ffffff;
  box-shadow: 0 0 0 #ffffff;
}
.blog code {
  background-color: #ddeeff;
  white-space: nowrap;
}
.blog blockquote {
  background-color: #ddeeff;
  padding: 10px;
}
.blog blockquote p { margin-bottom: 0; }
.blog .wp-caption {
  background: #fdfdff;
  padding: 0 8px 0 8px;
  max-width: 574px;
  margin: 0 18px 18px 18px;
  -moz-box-shadow: 0 2px 5px #cccccc;
  -webkit-box-shadow: 0 2px 5px #cccccc;
  box-shadow: 0 2px 5px #cccccc;
  overflow: hidden;
}
.blog .wp-caption a { float: left; }
.blog .wp-caption img {
  border: 0;
  max-width: inherit;
  margin: 0;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-top: #fdfdff 7px solid;
}
.blog .wp-no-caption {
  background: #fdfdff;
  padding: 0 8px 0 8px;
  float: left;
  max-width: 610px;
  margin-bottom: 18px;
  border-top: #ffffff solid 1px;
  border-bottom: #e5e5e5 solid 1px;
}
.blog .wp-no-caption img {
  border-top: #fdfdff 7px solid;
  border-bottom: #fdfdff 7px solid;
}
.blog .wp-caption-text {
  margin: 3px 0;
  text-align: right;
  font-size: 13px;
}
.blog {
  position: relative;
  overflow: hidden;
}
.blog .entry {
  font-weight: lighter;
  font-size: 15px;
  line-height: 25px;
}
.blog .entry a:link.more-link {
  display: block;
  text-align: right;
  color: #666666;
  background: #ffffff;
  padding: 7px 12px 3px 12px;
  margin: 9px 15px;
  clear: both;
  font-family: "TitilliumBold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 25px;
  text-transform: lowercase;
  -moz-box-shadow: 0 1px 3px #acacbd;
  -webkit-box-shadow: 0 1px 3px #acacbd;
  box-shadow: 0 1px 3px #acacbd;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: ease;
}
.blog .entry a:visited.more-link {
  display: block;
  text-align: right;
  color: #666666;
  background: #ffffff;
  padding: 7px 12px 3px 12px;
  margin: 9px 15px;
  clear: both;
  font-family: "TitilliumBold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 25px;
  text-transform: lowercase;
  -moz-box-shadow: 0 1px 3px #acacbd;
  -webkit-box-shadow: 0 1px 3px #acacbd;
  box-shadow: 0 1px 3px #acacbd;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: ease;
}
.blog .entry a:hover.more-link {
  text-decoration: none;
  color: #3a76d1;
  -moz-box-shadow: 0 1px 15px #3a76d1;
  -webkit-box-shadow: 0 1px 15px #3a76d1;
  box-shadow: 0 1px 15px #3a76d1;
}
.blog #respond input {
  padding: 5px;
  width: 300px;
  font-size: 15px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #666666;
  background: #fcfcfc;
  resize: none;
}
.blog #respond textarea {
  padding: 5px;
  width: 300px;
  font-size: 15px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #666666;
  background: #fcfcfc;
  resize: none;
}
.blog #respond textarea {
  width: 600px;
  height: 150px;
}
.blog #respond input[name~="submit"] {
  background: transparent url("images/say_it.png") no-repeat;
  height: 25px;
  width: 120px;
  padding: 0;
  margin: 0;
  border: 0;
  text-indent: -9999em;
  float: right;
  margin-top: 15px;
  font-size: 0;
  line-height: 500px;
  overflow: hidden;
}
.blog #respond input[name~="submit"]:hover { background-position: 0 -25px; }
.blog #respond input[name~="submit"]:active { background-position: 0 -50px; }
.blog #respond label {
  color: #8c8c8c;
  padding-left: 10px;
}
.blog h2 {
  font-size: 30px;
  margin-bottom: 5px;
  clear: both;
}
.blog .blog-img {
  position: relative;
  z-index: 3;
  float: left;
  background: #fdfdff;
  padding: 6px;
  margin-right: 10px;
  margin-bottom: 18px;
  -moz-box-shadow: 0 2px 5px #cccccc;
  -webkit-box-shadow: 0 2px 5px #cccccc;
  box-shadow: 0 2px 5px #cccccc;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: ease;
}
.blog .hentry:hover .blog-img {
  -moz-box-shadow: 0 3px 15px #3a76d1;
  -webkit-box-shadow: 0 3px 15px #3a76d1;
  box-shadow: 0 3px 15px #3a76d1;
}
.blog .ad { margin: 0 90px 0 151px; }
.blog ul.social {
  list-style: none;
  margin: 0 45px;
  float: left;
  background: #ffffff;
  -moz-box-shadow: 0 2px 5px #cccccc;
  -webkit-box-shadow: 0 2px 5px #cccccc;
  box-shadow: 0 2px 5px #cccccc;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: ease;
}
.blog ul.social:hover {
  -moz-box-shadow: 0 3px 10px #999999;
  -webkit-box-shadow: 0 3px 10px #999999;
  box-shadow: 0 3px 10px #999999;
}
.blog ul.social li {
  float: left;
  margin: 0 3px;
  text-align: center;
}
.blog ul.social li:nth-of-type(1) {
  height: 60px;
  width: 50px;
  padding: 20px 25px;
}
.blog ul.social li:nth-of-type(2) {
  height: 72px;
  width: 72px;
  padding: 14px;
}
.blog ul.social li:nth-of-type(3) {
  height: 61px;
  width: 61px;
  padding: 19px 19px 20px 19px;
}
.blog ul.social li:nth-of-type(4) {
  height: 60px;
  width: 50px;
  padding: 20px 25px;
}
.blog ul.social li:nth-of-type(5) {
  width: 52px;
  height: 80px;
  padding: 7px 24px 8px 24px;
}
h3#comments {
  color: #ffffff;
  background: #3a76d1;
  padding: 5px;
  border: 5px #fdfdff solid;
  margin: 5px 5px 15px 5px;
  -moz-box-shadow: 0 2px 5px #cccccc;
  -webkit-box-shadow: 0 2px 5px #cccccc;
  box-shadow: 0 2px 5px #cccccc;
}
.commentlist li {
  padding: 10px 10px 1px;
  list-style: none;
  font-size: 15px;
}
.commentlist .says { display: none; }
.commentlist .fn {
  color: #808080;
  font-family: "Titillium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 17px;
  line-height: 66px;
  padding: 5px;
}
.commentlist .fn a:link {
  color: #808080;
  font-family: "Titillium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 17px;
  line-height: 66px;
  padding: 5px;
}
.commentlist .fn a:visited {
  color: #808080;
  font-family: "Titillium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 17px;
  line-height: 66px;
  padding: 5px;
}
.commentlist .fn a:hover {
  color: #808080;
  font-family: "Titillium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 17px;
  line-height: 66px;
  padding: 5px;
}
.commentlist .fn a:active {
  color: #808080;
  font-family: "Titillium", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 17px;
  line-height: 66px;
  padding: 5px;
}
.commentlist .odd { background: #e5e5e5; }
.commentlist .comment-author { float: right; }
.commentlist .comment-author img {
  float: right;
  border-width: 3px;
  margin: 5px;
}
.commentlist .comment-meta {
  float: left;
  font-size: 12px;
}
.commentlist .comment-meta a:link { color: #808080; }
.commentlist .comment-meta a:visited { color: #808080; }
.commentlist .comment-meta a:hover { color: #808080; }
.commentlist .comment-meta a:active { color: #808080; }
.commentlist .bypostauthor { border-left: 5px solid #3a76d1; }
.commentlist .bypostauthor .comment-author { float: left; }
.commentlist .bypostauthor .comment-author:after { content: "(author)"; }
.commentlist .bypostauthor .comment-author img { float: left; }
.commentlist .bypostauthor .comment-meta { float: right; }
.commentlist p {
  clear: both;
  margin: 0 0 0.5em;
}
.postdate {
  width: 53px;
  height: 60px;
  position: absolute;
  left: 0;
  z-index: 1;
}
.postdate .month {
  width: 40px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("images/dates.png");
  background-repeat: no-repeat;
  text-indent: -9999em;
}
.postdate .day {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("images/dates.png");
  background-repeat: no-repeat;
  text-indent: -9999em;
}
.postdate .year {
  width: 13px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("images/dates.png");
  background-repeat: no-repeat;
  text-indent: -9999em;
}
.postdate .m-01 { background-position: 0 0; }
.postdate .m-02 { background-position: 0 -20px; }
.postdate .m-03 { background-position: 0 -40px; }
.postdate .m-04 { background-position: 0 -60px; }
.postdate .m-05 { background-position: 0 -80px; }
.postdate .m-06 { background-position: 0 -100px; }
.postdate .m-07 { background-position: 0 -120px; }
.postdate .m-08 { background-position: 0 -140px; }
.postdate .m-09 { background-position: 0 -160px; }
.postdate .m-10 { background-position: 0 -180px; }
.postdate .m-11 { background-position: 0 -200px; }
.postdate .m-12 { background-position: 0 -220px; }
.postdate .d-01 { background-position: -40px 0; }
.postdate .d-02 { background-position: -40px -40px; }
.postdate .d-03 { background-position: -40px -80px; }
.postdate .d-04 { background-position: -40px -120px; }
.postdate .d-05 { background-position: -40px -160px; }
.postdate .d-06 { background-position: -40px -200px; }
.postdate .d-07 { background-position: -40px -240px; }
.postdate .d-08 { background-position: -40px -280px; }
.postdate .d-09 { background-position: -40px -320px; }
.postdate .d-10 { background-position: -40px -360px; }
.postdate .d-11 { background-position: -40px -400px; }
.postdate .d-12 { background-position: -40px -440px; }
.postdate .d-13 { background-position: -80px 0; }
.postdate .d-14 { background-position: -80px -40px; }
.postdate .d-15 { background-position: -80px -80px; }
.postdate .d-16 { background-position: -80px -120px; }
.postdate .d-17 { background-position: -80px -160px; }
.postdate .d-18 { background-position: -80px -200px; }
.postdate .d-19 { background-position: -80px -240px; }
.postdate .d-20 { background-position: -80px -280px; }
.postdate .d-21 { background-position: -80px -320px; }
.postdate .d-22 { background-position: -80px -360px; }
.postdate .d-23 { background-position: -80px -400px; }
.postdate .d-24 { background-position: -80px -440px; }
.postdate .d-25 { background-position: -120px 0; }
.postdate .d-26 { background-position: -120px -40px; }
.postdate .d-27 { background-position: -120px -80px; }
.postdate .d-28 { background-position: -120px -120px; }
.postdate .d-29 { background-position: -120px -160px; }
.postdate .d-30 { background-position: -120px -200px; }
.postdate .d-31 { background-position: -120px -240px; }
.postdate .y-2009 { background-position: -160px 0; }
.postdate .y-2010 { background-position: -160px -40px; }
.postdate .y-2011 { background-position: -160px -80px; }
.postdate .y-2012 { background-position: -160px -120px; }
.postdate .y-2013 { background-position: -160px -160px; }
.postdate .y-2014 { background-position: -160px -200px; }
.postdate .y-2015 { background-position: -160px -240px; }
.postdate .y-2016 { background-position: -160px -280px; }
.postdate .y-2017 { background-position: -160px -320px; }
.postdate .y-2018 { background-position: -160px -360px; }
.postdate .y-2019 { background-position: -160px -400px; }
.postdate .y-2020 { background-position: -160px -440px; }
#sidebar h2 {
  margin-bottom: 3px;
  margin-top: 6px;
  font-size: 18px;
  color: #4b9ade;
}
#sidebar ul { list-style: none; }
#sidebar ul ul { margin: 0; }
#sidebar ul li { clear: both; }
#sidebar ul li ul li a:link {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding: 3px 5px;
  color: #808080;
}
#sidebar ul li ul li a:visited {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding: 3px 5px;
  color: #808080;
}
#sidebar ul li ul li a:hover {
  background: #e5e5e5;
  text-decoration: none;
  border-bottom: 1px solid #cccccc;
}
#sidebar ul li ul li a:active {
  background: #4b9ade;
  color: #ffffff;
  -moz-text-shadow: 0 0 0 transparent;
  -webkit-text-shadow: 0 0 0 transparent;
  -khtml-text-shadow: 0 0 0 transparent;
  text-shadow: 0 0 0 transparent;
}
#sidebar a.back_to_blog:link {
  border: none;
  background: transparent url("images/back_to_blog.png") no-repeat;
  width: 108px;
  height: 25px;
  padding: 0;
  text-indent: -9999em;
  margin: 10px 42px 20px;
}
#sidebar a.back_to_blog:visited {
  border: none;
  background: transparent url("images/back_to_blog.png") no-repeat;
  width: 108px;
  height: 25px;
  padding: 0;
  text-indent: -9999em;
  margin: 10px 42px 20px;
}
#sidebar a.back_to_blog:hover { background-position: 0 -25px; }
#sidebar a.back_to_blog:active { background-position: 0 -50px; }
#sidebar .about {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 9px;
}
#sidebar .about h2 { margin: 0 !important; }
#sidebar .about .me {
  border: 2px solid #cccccc;
  padding: 3px;
  width: 50px;
  height: 50px;
  float: left;
  margin: 0 6px 0 0;
}
#sidebar .about .tweet { padding-left: 4px; }
#sidebar .rss {
  font-family: "TitilliumBold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  text-transform: lowercase;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 3px;
  padding-top: 5px;
}
#sidebar .rss a:link {
  background: transparent url("images/feed-icon.png") no-repeat left 2px;
  color: #3a76d1;
  -moz-text-shadow: 0 -1px 0 #ffffff;
  -webkit-text-shadow: 0 -1px 0 #ffffff;
  -khtml-text-shadow: 0 -1px 0 #ffffff;
  text-shadow: 0 -1px 0 #ffffff;
  padding-left: 30px;
}
#sidebar .rss a:visited {
  background: transparent url("images/feed-icon.png") no-repeat left 2px;
  color: #3a76d1;
  -moz-text-shadow: 0 -1px 0 #ffffff;
  -webkit-text-shadow: 0 -1px 0 #ffffff;
  -khtml-text-shadow: 0 -1px 0 #ffffff;
  text-shadow: 0 -1px 0 #ffffff;
  padding-left: 30px;
}
#sidebar .rss a:active {
  position: relative;
  top: 1px;
  color: #858585;
  background: transparent url("images/feed-icon.png") no-repeat left -26px;
}
#sidebar .about a:link {
  display: inline;
  color: #595959;
  width: 28px;
  border: 0;
  background: none;
  padding: 0;
}
#sidebar .about a:visited {
  display: inline;
  color: #595959;
  width: 28px;
  border: 0;
  background: none;
  padding: 0;
}
#sidebar .about a:hover {
  display: inline;
  color: #595959;
  width: 28px;
  border: 0;
  background: none;
  padding: 0;
}
#sidebar .about a:active {
  display: inline;
  color: #595959;
  width: 28px;
  border: 0;
  background: none;
  padding: 0;
}
#sidebar form#searchform { padding-top: 10px; }
#sidebar form#searchform input#s {
  float: left;
  border: 1px solid #cccccc;
  padding: 3px;
  background: #fcfcfc;
  width: 130px;
  color: #666666;
  font-size: 16px;
  margin-right: 5px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#sidebar form#searchform input[type="submit"] {
  font-weight: bold;
  float: left;
  font-size: 12px;
  padding: 12px 0;
  border: 0;
  background: transparent;
  color: #3a76d1;
  -moz-text-shadow: 0 -1px 0 #ffffff;
  -webkit-text-shadow: 0 -1px 0 #ffffff;
  -khtml-text-shadow: 0 -1px 0 #ffffff;
  text-shadow: 0 -1px 0 #ffffff;
}
#sidebar form#searchform input#searchsubmit:active { color: #555555; }
#sidebar .ad { margin: 10px 34px; }
#sidebar #sky.ad { margin: 10px 36px; }
#sidebar #cloud a:link { color: #808080; }
#sidebar #cloud a:active { color: #222222; }
.contact-me .entry { float: left; }
.contact-me #wpcf7-f3-p5-o1 { float: left; }
.contact-me form {
  float: left;
  width: 620px;
}
.contact-me .wpcf7 .wrap {
  font-family: "Courier New", Courier, monospace;
  color: #000000;
  float: left;
  font-size: 14px;
  padding: 18px 30px 0;
  width: 560px;
  margin-right: 10px;
  background: #ffffff url("images/contact-bg.png");
  -moz-box-shadow: 0 2px 5px #555555;
  -webkit-box-shadow: 0 2px 5px #555555;
  box-shadow: 0 2px 5px #555555;
  -webkit-transform: rotate(-0.3deg);
}
.contact-me .wpcf7 .wrap a { text-decoration: none; }
.contact-me .wpcf7 .wrap .address {
  color: #999999;
  float: right;
  text-align: right;
  line-height: 14px;
  font-size: 12px;
}
.contact-me .wpcf7 .wrap select {
  cursor: pointer;
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  -khtml-appearance: none;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #444444;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0;
}
.contact-me .wpcf7 .wrap .wpcf7-form-control-wrap { display: inline; }
.contact-me .wpcf7 .wrap .your-phone1:before { content: "("; }
.contact-me .wpcf7 .wrap .your-phone1:after { content: ")"; }
.contact-me .wpcf7 .wrap .your-phone2:after { content: "-"; }
.contact-me .wpcf7 .wrap h3 {
  color: #4b9ade;
  font-size: 22px;
  margin-bottom: 4px;
}
.contact-me input {
  font-family: "Courier New", Courier, monospace;
  background: transparent;
  background: rgba(255, 255, 255, 0);
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  border: 0;
  border-bottom: 1px solid #444444;
  resize: none;
  -webkit-transition-property: background, border;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: ease;
}
.contact-me textarea {
  font-family: "Courier New", Courier, monospace;
  background: transparent;
  background: rgba(255, 255, 255, 0);
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  border: 0;
  border-bottom: 1px solid #444444;
  resize: none;
  -webkit-transition-property: background, border;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: ease;
}
.contact-me .wpcf7-not-valid-tip-no-ajax { display: inline; }
.contact-me .required {
  margin-bottom: 0;
  color: #999999;
  font-size: 12px;
}
.contact-me .req {
  color: #ff0000;
  font-weight: bold;
}
.contact-me hr { margin-bottom: 0; }
.contact-me input[type=text]:focus {
  outline: none;
  border-bottom: 1px solid #3e68a0;
  background: #e3effe;
  color: #3e68a0;
}
.contact-me input.text:focus {
  outline: none;
  border-bottom: 1px solid #3e68a0;
  background: #e3effe;
  color: #3e68a0;
}
.contact-me input.title:focus {
  outline: none;
  border-bottom: 1px solid #3e68a0;
  background: #e3effe;
  color: #3e68a0;
}
.contact-me textarea:focus {
  outline: none;
  border-bottom: 1px solid #3e68a0;
  background: #e3effe;
  color: #3e68a0;
}
select:focus {
  outline: none;
  border-bottom: 1px solid #3e68a0;
  background: #e3effe;
  color: #3e68a0;
}
.contact-me input#send {
  cursor: pointer;
  color: #3e68a0;
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
  margin-top: 15px;
  margin-left: 450px;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition-property: margin-left, color;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: margin-left, color;
  -moz-transition-duration: 0.25s;
  -moz-transition-timing-function: ease;
}
.contact-me input#send:hover {
  margin-left: 460px;
  color: #000000;
}
.contact-me input#send:active {
  position: relative;
  top: 2px;
}
.contact-me form p {
  float: left;
  clear: both;
}
.contact-me form img {
  float: right;
  position: relative;
  top: -28px;
  left: 10px;
}
.contact-me .fb { background: url("images/fb_contact.png"); }
.contact-me .twitter { background: url("images/twitter_contact.png"); }
.contact-me .youtube { background: url("images/tube_contact.png"); }
.contact-me .blog-ct { background: url("images/blog_contact.png"); }
.contact-me a.contact-box:link {
  display: block;
  height: 108px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -9999em;
}
.contact-me a.contact-box:visited {
  display: block;
  height: 108px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -9999em;
}
.contact-me a.contact-box:hover { background-position: 0 -108px; }
.contact-me a.contact-box:active { background-position: 0 -216px; }
.contact-me .wpcf7-response-output {
  float: left;
  text-align: center;
  font-size: 16px;
  width: 100%;
  padding: 5px 10px;
  width: 560px;
  -moz-box-shadow: 0 2px 5px #555555;
  -webkit-box-shadow: 0 2px 5px #555555;
  box-shadow: 0 2px 5px #555555;
  background: #f7f7f8;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.about .me {
  width: 362px;
  height: 600px;
  background: transparent url("images/me.png") no-repeat 0 0;
  float: right;
  position: relative;
}
.about .me .hats {
  position: absolute;
  width: 362px;
  height: 600px;
  background-image: url("images/hats.png");
  display: none;
}
.four-oh-four {
  width: 950px;
  height: 734px;
  background: transparent url("images/404.jpg") no-repeat;
}
.four-oh-four h2 { margin-bottom: 0; }
.four-oh-four h3 {
  margin-bottom: 0;
  color: #999999;
}
.four-oh-four form#searchform {
  text-align: center;
  font-size: 18px;
  margin-top: 330px;
  color: #fcfcfc;
}
.four-oh-four form#searchform input#s {
  border: 1px solid #cccccc;
  font-size: 16px;
  padding: 3px;
  background: #fcfcfc;
  width: 200px;
  color: #666666;
}
.four-oh-four form#searchform input#searchsubmit {
  background: transparent url("images/arrow_black.png") no-repeat;
  height: 25px;
  width: 38px;
  padding: 0;
  margin: 0;
  border: 0;
  text-indent: -9999em;
  font-size: 0;
  position: relative;
  top: 6px;
  line-height: 500px;
  overflow: hidden;
}
.four-oh-four form#searchform input#searchsubmit:hover { background-position: 0 -25px; }
.four-oh-four form#searchform input#searchsubmit:active { background-position: 0 -50px; }
