/* -----------------------------------------------------------------------

   Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;height:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;background:#C3D9FF;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* grid.css */
.container {width:950px;margin:0 auto;}
.showgrid {background:url(src/grid.png);}
body {margin:1.5em 0;}
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {float:left;margin-right:10px;}
div.last {margin-right:0;}
.span-1 {width:30px;}
.span-2 {width:70px;}
.span-3 {width:110px;}
.span-4 {width:150px;}
.span-5 {width:190px;}
.span-6 {width:230px;}
.span-7 {width:270px;}
.span-8 {width:310px;}
.span-9 {width:350px;}
.span-10 {width:390px;}
.span-11 {width:430px;}
.span-12 {width:470px;}
.span-13 {width:510px;}
.span-14 {width:550px;}
.span-15 {width:590px;}
.span-16 {width:630px;}
.span-17 {width:670px;}
.span-18 {width:710px;}
.span-19 {width:750px;}
.span-20 {width:790px;}
.span-21 {width:830px;}
.span-22 {width:870px;}
.span-23 {width:910px;}
.span-24, div.span-24 {width:950px;margin:0;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* forms.css */
label {font-weight:normal;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #231A17;}
legend {font-weight:bold;font-size:1.2em;}


/* -------------------------
   Codes by Fen
------------------------- */
body {
  background: #110C0B url(../images/sprite.png) 0 -550px repeat-x;
  color: #FFF;
}
h1, h2, h3, h4, h5, h6 { color: #FFF; }

a {
  text-decoration: none;
  color: #E4FD8C;
  outline: none;
  font-weight: bold;
}

a:hover, a:active {
  color: #ABBE69;
  text-decoration: underline;
}

#header {
  margin: 0 5px;
}

h1#logo a {
  background: url(../images/sprite.png) 0 12px no-repeat;
  width: 360px;
  height: 40px;
  display: block;
  overflow: hidden;
  float: left;
  text-indent: -9999px;
}


/* Nav Menu */
ul#nav-menu {
  list-style-type: none;
  margin: 12px 0 0;
  float: right;
  font-size: 13px;
}
ul#nav-menu li {
  display: inline;
}
ul#nav-menu li a {
  float: left;
  margin-left: 15px;
}
ul#nav-menu li a:hover {
}
ul#nav-menu li a.rss {
  background: url(../images/sprite.png) 31px -406px no-repeat;
  padding-right: 15px;
}
ul#nav-menu li.current_page_item a {
  text-decoration: underline;
}


/* Banner */
ul.banner {
  list-style-type: none;
  margin: 15px 0;
  padding: 14px 0 0;
  height: 50px;
  color: #615959;
  background: url(../images/sprite.png) 0 -450px repeat-x;
}
ul.banner li {
  float: left;
  display: inline;
  width: 180px;
  margin: 0 5px;
}
ul.banner li a {
  color: #C5F4F3;
}
ul.banner li a:hover {
  color: #A7CFCF;
}

/* Gallery */
ul#gallery {
  list-style-type: none;
  margin: 0;
}
ul#gallery li {
  float: left;
  display: inline;
  width: 180px;
  margin: 0 5px 10px;
  position: relative;
}
ul#gallery li span {
  height: 25px;
  line-height: 25px;
  padding: 0 6px 0 8px;
  position: absolute;
  bottom: 5px;
  right: 0;
  background: url(../images/sprite.png) 0 -50px no-repeat;
}
ul#gallery li span.hover {
  background-position: 0 -185px;
}

ul#gallery li h6 { float: left; }

ul#gallery li h6 a {
  color: #fff;
}
ul#gallery li h6 a:hover {
  text-decoration: none;
  color: #E4FD8C;
}

ul#gallery li a.zoom {
  float: left;
  display: block;
  background: url(../images/sprite.png) 0 -350px no-repeat;
  width: 13px;
  height: 13px;
  overflow: hidden;
  text-indent: -9999px;
  margin: 6px 0 0 7px;
}
ul#gallery li a.zoom:hover {
  background-position: 0 -363px;
}

img.thumb {
  display: block;
  width: 180px;
  height: 135px;
  margin: 0;
  background: #1A1310;
}


/* Page Navi */
.wp-pagenavi {
  text-align: center;
}
*+html .wp-pagenavi {
  margin-top: 15px;
}
.wp-pagenavi a, .wp-pagenavi span {
  margin: 0 2px;
  padding: 2px 5px;
  border: 1px solid #231A17;
}
.wp-pagenavi span.current, .wp-pagenavi a:hover {
  background: #231A17;
  text-decoration: none;
}

/* Single Page */
.post {
  margin: 0 5px;
}
h2.entry-title {
  margin-bottom: .5em;
}
h2.entry-title a {
  font-weight: normal;
}
.date {
  margin-top: 12px;
  color: #C5F4F3;
}
.entry p img {
  display: block;
  float: none;
  margin: 0 auto;
  border: 5px solid #231A17;
}
.tags {
}


/* Comment */
h4#comments, h4#respond {
  margin: 12px 5px 18px;
  text-align: right;
  color: #E4FD8C;
}
ul.commentlist {
  margin: 0 5px 0 0;
  list-style-type: none;
}
ul.commentlist li {
  background: #1A1310;
  border-top: 1px solid #231A17;
  padding: 5px 15px;
  margin-bottom: 5px;
}
ul.commentlist cite {
  color: #E4FD8C;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
}
ul.commentlist cite a {
  text-decoration: underline;
}
img.avatar {
  float: left;
  margin: 3px 10px 0 -5px;
}

#commentform {
  background: #1A1310;
  border-top: 1px solid #231A17;
  margin-right: 5px;
  padding: 15px;
}


/* Form */
input, textarea { font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; }

input.text, textarea, input.submit {
  background: #271D18;
  color: #fff;
  border: 1px solid #362821;
  padding: 3px;
  font-size: 12px;
}

input.submit {
  font-weight: bold;
  cursor: pointer;
  overflow: visible;
  padding: 3px 5px;
}

#commentform p {
  margin-bottom: 1em;
}
#commentform input.text {
  width: 270px;
  margin-right: 10px;
  vertical-align: middle;
}
textarea#comment {
  width: 385px;
  height: 150px;
}
input.text:focus, textarea:focus, input.submit:hover {
  background: #30231D;
}

/* Contact Form */
.contact-form {
}
.form-label {
  float: left;
  width: 145px;
  margin-right: 5px;
  color: #fff;
}
.form-input, .form-textarea {
  margin-bottom: 1em;
  float: left;
}
.form-input input, .form-textarea textarea {
  width: 425px;
}
.formcontainer {
  color: #E4FD8C;
}
.form-submit {
  margin-left: 150px;
}

/* Digg */
ul.no-digg-count {
  list-style-type: none;
  margin: 0 5px 0 0;
  color: #615959;
}
ul.no-digg-count li {
  margin-bottom: 5px;
}
ul.no-digg-count li a {
  color: #C5F4F3;
  text-decoration: none;
  font-weight: bold;
}
ul.no-digg-count li a:hover {
  text-decoration: underline;
}
ul.no-digg-count li a.digg-count {
  display: none;
}

/* Footer */
#footer {
  color: #615959;
  margin: 0 5px;
}

ul#footer-nav {
  list-style-type: none;
  margin: 0;
}
ul#footer-nav li {
  float: left;
  margin: 0 10px 0 0;
}

/* Misc */
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}

hr.space {
  background: none;
  color: none;
}

input.text, textarea, input.submit, .wp-pagenavi a, .wp-pagenavi span {
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.opicity {
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  -khtml-opacity:0.8;
  opacity: 0.8;
}