@charset "UTF-8";
/**
 * sphinx theme: Modipyd 
 *
 *   Author:: Takanori Ishikawa <takanori.ishikawa@gmail.com>
 *   License:: Creative Commons Attribution 3.0 <http://creativecommons.org/licenses/by/3.0/>
 *
 * Sphinx: http://sphinx.pocoo.org/
 * Modipyd: http://www.metareal.org/p/modipyd/
 *
 */

html * {
  font-size: 16px;
/*\*/
  font-size: 102.01%;
/**/
}

/* reset styles*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}
fieldset,img {  
  border:0; 
} 
ol,ul {
  list-style-type: none;
  list-style-position:outside;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style:normal;
  font-weight:normal;
}

@font-face {   
font-family:'NanumGothic';   
/*src: url('NanumGothic.otf') format('opentype');   */
}  

/* theme */
body {
  font-family: 'NanumGothic', "NanumGothic", "Malgun Gothic" ,Verdana, Helvetica, Arial, sans-serif;
  font-size: 81.25%; /* 13px */
/*  font-size: 87.5%; /* 14px */ */
/*  font-size: 93.75%; /* 14px */ */
  letter-spacing:-1pt;
  line-height:20px;
  text-align: center;
  color: #444;
/*   background: #555 url(background.png) top left repeat-x; */
  line-height: 1.5;
  /*background: #e6f2f8;  */
  background-color: #2786C2;
  /*background: #DDEEF6 url(http://s.twimg.com/a/1254164677/images/front-bg.gif) repeat-x scroll 0 0; */
  /*background: url("http://assets.vimeo.com/images/land_center.png") no-repeat scroll center bottom transparent*/
  /*background: url("http://www.alexinwonderland.com/images/legion.jpg") repeat scroll center bottom transparent*/
  /*background: url("http://www.havaianasus.com/images/v7/bg.gif") repeat scroll center bottom transparent*/
/*  background: url("/images/8293.png") repeat scroll center bottom transparent */
  /*background: url("/images/8293.png") repeat scroll center 300px #191313*/

  background: url("/images/8293_50.png") gray 50% repeat fixed  
  /*background: url("http://moonji.com//image/pages/kid/bg.png") repeat-x transparent;*/
}

div.body h1 {
	margin-bottom:10px;
	font-size:171.42%;
}

/*
body {
  font-family: "Gill Sans", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  font-size: 100%;
}
div.body em {
  font-style: italic;
  font-family: 'Times New Roman', Times, serif;
}
*/


/* layout */
/* div.related { */
/*   background: #555 url(piny_logo.png) top left repeat-x; */
/* } */


div.document {
  margin: 0 auto;
  width: auto;
  max-width: 700px;
  text-align: left;
}

div.related,
{
  margin: 0 auto;
  width: auto;
  /*min-width: 50em;*/
  max-width: 700px;
  text-align: left;
}

div.document {
/*   background-color: #ddd; */
  background-color: transparent;
}
div.documentwrapper {
  float: none;
/*   width: auto; */
  /*width: 100%;*/
  width: 700px;
}
div.bodywrapper {
  float: left;
  /*width: 100%;*/
  width: 700px;
/*   margin-right: -230px; */
}
div.body {
/*   margin-right: 230px; */
  padding: 10px 20px 30px 20px;
  background-color: white;
  /* line-height:160%; */
  opacity:0.97;
}
div.sphinxsidebar {
/*   float: left; */
/*   width: 230px; */
/*   font-size: 90%; */
}
div.sphinxsidebarwrapper {
/*   padding: 10px 5px 0 10px; */
}


/* ----------------------------------------------------------------
 * Windows IE6 Layout
 * ---------------------------------------------------------------- */ 
* html div.related,
* html div.document,
* html div.footer {
  width: 90%;
}
* html div.bodywrapper {
  width: 75%;
  margin-right: 0;
}
* html div.sphinxsidebar {
  width: 25%;
}


div.sphinxsidebar h3 {
  margin-top: 1em;
  color: #777;
}
div.sphinxsidebar ul {
  margin-top: 5px;
  margin-left: .5em;
}
div.sphinxsidebar ul ul {
  margin: 0;
  margin-left: 1em;
}

div.clearer {
  clear: both;
}

div.footer a {
  color: #fff;
  text-decoration: underline;
}

div.related {
  color: #fff;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 90%;
  background: #369 url(navigation.png) top left repeat-x;
}

div.related h3 {
  display: none;
}

div.related ul {
  margin: 0;
  padding: 0 0 0 10px;
  list-style: none;
}

div.related li {
  display: inline;
}

div.related li.right {
  float: right;
  margin-right: 5px;
}

div.related a {
  color: white;
  text-decoration: none;
}

a {
  color: #399;
  font-weight: normal;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

div.body a,
div.body a em {
  color: #399;
  font-style: normal;
  font-family: inherit;
  text-decoration: underline;
}

div.body a:active,
div.body a:active em {
  color: #f60;
}

div.body a:hover { background-color: #ddd; }
div.body a:visited { text-decoration: none; }

h1,h2,h3,h4,h5,h6 {
  font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  color: #39c;
  color: #1b325f;
  /*color: #3c89c8;*/
}

h2 { font-size: 114.28%; /* 16px */ }

a.headerlink {
  margin-left: 3px;
  padding: 0 4px 0 4px;
  text-decoration: none;
  visibility: hidden;
}

h1:hover > a.headerlink,
h2:hover > a.headerlink,
h3:hover > a.headerlink,
h4:hover > a.headerlink,
h5:hover > a.headerlink,
h6:hover > a.headerlink,
dt:hover > a.headerlink {
  color: #f60;
  visibility: visible;
  text-decoration: none;
}

div.body a.headerlink:hover {
  background-color: transparent;
  color: #930;
  text-decoration: none;
}

div.body strong {
  font-weight: normal;
  color: #069;
}
div.body em {
  color: #690;
}

div.body p {
  margin: 0;
  margin-bottom: 14px;
}

div.body ul, ol {
  display: block;
  margin: 1em 0;
}
div.body li {
  display: list-item;
  margin-left: 2em;
  list-style-position:inside;
  list-style-type: circle;
}

div.body ul {
  /* list-style-type: none; */
}
div.body ol {
  list-style-type: decimal;
  margin-left: 1em;
}
div.body ul li {
  /*padding-left: 22px; */
  background-repeat: no-repeat;
  background-position: 0px 3px;
 /* background-image: url(checkgreen.gif); */
}

div.body ul ul { margin: 0; }
div.body ul ul li {
  margin-left: 1em;
  background-image: url(checkgray.gif);
}

div.body tt {
  font-family: "Courier New", monospace;
  background: transparent;
  color: #369;
}


#footer_links {
  padding: 0;
  padding-top: 10px;
}
#footer_links li {
  color: #aaa;
  display: inline;
  margin-right: 5px;
}

#footer_links li a {
  color: white;
  text-decoration: none;
}
#footer_links li a:hover {
  color: white;
  text-decoration: none;
}
#footer_links li.polyphrase { margin-right: 15px; }


dt:target{
  padding: 1px 3px;
  background-color: #ff9;
}


/* default.css*/
div.body td {
  text-align: left;
}

ul.fakelist {
  list-style: none;
  margin: 10px 0 10px 20px;
  padding: 0;
}

.field-list ul {
  padding-left: 1em;
}

.first {
  margin-top: 0 !important;
}

/* "Footnotes" heading */
p.rubric {
  margin-top: 30px;
  font-weight: bold;
}

/* "Topics" */

div.topic {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0 7px 0 7px;
  margin: 10px 0 10px 0;
}

p.topic-title {
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 10px;
}

/* Admonitions */

div.admonition {
  margin: 1em 0;
  margin-left: 2.5em;
  padding: 7px;
}

div.admonition dt {
  font-weight: bold;
}

div.admonition dl {
  margin-bottom: 0;
}

div.admonition p {
  display: inline;
}

div.seealso {
  background-color: #ffc;
  border: 1px solid #ff6;
}

div.warning {
  background-color: #ffe4e4;
  border: 1px solid #f66;
}

div.note {
  background-color: #eee;
  border: 1px solid #ccc;
}

p.admonition-title {
  margin: 0px 10px 5px 0px;
  font-weight: bold;
  display: inline;
}

p.admonition-title:after {
  content: ":";
}

div.body p.centered {
  text-align: center;
  margin-top: 25px;
}

table.docutils {
  border: 0;
}

table.docutils td, table.docutils th {
  padding: 1px 8px 1px 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #aaa;
}

table.field-list td, table.field-list th {
  border: 0 !important;
}

table.footnote td, table.footnote th {
  border: 0 !important;
}

.field-list ul {
  margin: 0;
  padding-left: 1em;
}

.field-list p {
  margin: 0;
}

dl {
  margin-bottom: 15px;
  clear: both;
}

dd p {
  margin-top: 0px;
}

dd ul, dd table {
  margin-bottom: 10px;
}

dd {
  margin-top: 3px;
  margin-bottom: 10px;
  margin-left: 30px;
}

.refcount {
  color: #060;
}

dt:target {
  background-color: #fbe54e;
}

dl.glossary dt {
  font-weight: bold;
  font-size: 1.1em;
}

th {
  text-align: left;
  padding-right: 5px;
}

pre {
  margin-bottom: 1em;
  padding: 5px;
  background-color: #efc;
  color: #333;
  border: 1px solid #ac9;
  border-left: none;
  border-right: none;
  overflow: auto;
  line-height: 1.3;
}
td pre {
  margin: 0;
  padding-bottom: 1em;
  border: none;
}
td.linenos pre {
  background-color: transparent;
  color: #999;
  line-height: 1.3;
}

.highlight {
  padding: 0px 1px;
  background-color: #ff9;
}

table.highlighttable {
  margin-left: 0.5em;
}

table.highlighttable td {
  padding: 0 0.5em 0 0.5em;
}

tt {
  background-color: #ecf0f3;
  padding: 0 1px 0 1px;
  font-size: 0.95em;
}

tt.descname {
  background-color: transparent;
  font-weight: bold;
  font-size: 1.2em;
}

tt.descclassname {
  background-color: transparent;
}

tt.xref, a tt {
  background-color: transparent;
  font-weight: bold;
}

.footnote:target  { background-color: #ffa }

h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
  background-color: transparent;
}

.optional {
  font-size: 1.3em;
}

.versionmodified {
  font-style: italic;
}

form.comment {
  margin: 0;
  padding: 10px 30px 10px 30px;
  background-color: #eee;
}

form.comment h3 {
  background-color: #326591;
  color: white;
  margin: -10px -30px 10px -30px;
  padding: 5px;
  font-size: 1.4em;
}

form.comment input,
form.comment textarea {
  border: 1px solid #ccc;
  padding: 2px;
  font-family: sans-serif;
  font-size: 100%;
}

form.comment input[type="text"] {
  width: 240px;
}

form.comment textarea {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
}

.system-message {
  background-color: #fda;
  padding: 5px;
  border: 3px solid red;
}

.round {
-moz-border-radius:20px;
-webkit-border-radius:2px;
border-radius: 20px;
/*behavior:url(border-radius.htc);*/
}

.curved {
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius: 10px;
/*behavior:url(border-radius.htc);*/
  border: 7px solid lightgrey;
}

.top-navigation {
background-color:#FFFFFF;
display:inline-block;
padding:0.4em 0.7em;
white-space:nowrap;
/*font-size: 120%; */
font-weight: bold;
font-size: 140%;
}

.top-navigation a {
	border-right: 2px solid #CCCCCC;
	margin-right:10px;
	padding-right:10px;
	color: #1b325f;
font-weight: bold;
font-size: 120%;
}

.top-navigation a.last{
	border: 0 none;
	margin-right: 0;
	padding-right: 0;
}

.navigation li {
display: inline;
}


/* :::: PRINT :::: */
@media print {
  div.document,
  div.documentwrapper,
  div.bodywrapper {
    margin: 0;
    width : 100%;
  }

  div.sphinxsidebar,
  div.related,
  div.footer,
  div#comments div.new-comment-box,
  #top-link {
    display: none;
  }
}


div.section {
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
}

div.header {
-moz-border-radius-bottomleft:30px;
-webkit-border-bottom-left-radius:30px;
border-radius-bottomleft: 30px;
-moz-border-radius-bottomright:30px;
-webkit-border-bottom-right-radius:30px;
border-radius-bottomright: 30px;
background-color: white;
border:1px solid threedshadow;
padding-top:12px;
padding-bottom:25px;
margin:0 auto;
/*margin:-4em auto 0; */
	/*background:transparent url(/images/header_bg.jpg) repeat scroll center top;*/
/*	height:105px; */
}


div.footer {
-moz-border-radius-topleft:30px;
-webkit-border-top-right-radius:30px;
border-radius-topleft: 30px;

-moz-border-radius-topright:30px;
-webkit-border-top-left-radius:30px;
border-radius-topright: 30px;
background-color: white;
padding-bottom:40px;
padding-top:25px;

border:5px solid threedshadow;
border-bottom-width:0;
border-left-width:0;
border-right-width:0;
margin-bottom:-30px;

  color: #fff;
  width: 100%;
/*  padding: 9px 0 9px 0;*/
  text-align: center;
  font-size: 110%;
  background-color: #06a;
  background-color: RGB(229,65,89);

background:transparent url(http://piny.cc/_static/grass-2.jpg) repeat scroll center top;

  font-weight: bold;

/*margin:-4em auto 0; */
	/*background:transparent url(/images/header_bg.jpg) repeat scroll center top;*/
/*	height:105px; */
}
