/*
Theme Name: Story of a secret state
Theme URI: http://storyofvoices.com/
Description: The second edition.
Version: 2.0
Author: Courtney Kim, Sanghyun Park
Author URI: http://symphonicpixels.com/
Tags: 
*/

body {
    color:#669933;
    min-height:650px;
    font-family:'Hei ti','Kai ti',Times,'Malgun Gothic','Nanum Gothic','AppleGothic','Gulim';
}

img { border:0; }

a { color:#99cc33; }
#logo {
    position:absolute;
    top:40px;
    left:217px;
}

#content {
  position:absolute;
  top:160px;
  left:505px;
  width:550px;
  font-size:14px;
  padding-bottom:20px;
}

#content .post .entry {
  line-height:150%;
}

html[lang="zh-CN"] #content .post .entry {
  line-height:1.5em;
}

html[lang="ko-KR"] #content .post .entry {
  font-size:0.9em;
}

ul#navigation {
    position:absolute;
    top:130px;
    left:500px;
    margin:0;
    padding:0;
}

/* 5 2 3 9 11 80*/
#navigation > li { float:left; list-style:none; width:40px; font-size:15px; text-align:center; margin:0 5px; }
#navigation > li.current_page_item { background-color:#78a340; }
#navigation > li.page-item-2 { width:80px; }
#navigation > li.page-item-3 { width:80px; }
#navigation > li.page-item-9 { width:80px; }
#navigation > li.page-item-11 { width:70px; }
#navigation > li.page-item-80 { width:90px; }

#navigation > li > a { color:inherit; text-decoration:none; }
#navigation > li > a:hover { }
#navigation > li.current_page_item > a { color:#fff; }

#qtranslate-3 {
  position:absolute;
  top:0px;
  right:0px;
}

#qtranslate-3 ul {
  list-style:none;
}

#qtranslate-3 li {
  float:left;
  margin-right:5px;
  font-size:11px;
}

#qtranslate-3 li.active {
}

#qtranslate-3 li a {
  text-decoration:none;
}

#qtranslate-3 li.active a {
}

#sponsors {
  font-size:15px;
  font-style:italic;
  position:absolute;
  top:500px;
  left:250px;
  width:250px;
}

#sponsors a.sponsor-link {
  display:block;
  float:left;
  vertical-align:middle;
}

#sponsors > a + a {
    margin-left:30px; 
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

/* Themes */
body.courtney {
    background:url('images/theme-courtney.jpg') no-repeat fixed;
    background-color:#fdfdf7;
}

body.hajin {
    background:url('images/theme-hajin.jpg') no-repeat bottom left fixed;
    background-color:#fff;
}

body.andrea {
    background:url('images/theme-andrea.jpg') no-repeat bottom left fixed;
    background-color:#efe0e5;
}

body.lisa {
    background:url('images/theme-lisa.jpg') no-repeat bottom left fixed;
    background-color:#eee;
}

body.cat {
    background:url('images/theme-cat.jpg') no-repeat bottom left fixed;
    background-color:#fff;
}


