/* Utilities =================================================================*/
.acchide {
    position: absolute;
    left: -999em;
}
.hidden{
    display: none;
}

/* General Styles ============================================================*/
html {
    font-family: 'Helvetica Neue', 'Helvetica', 'FreeSans', 'Arial', sans-serif;
    color: black;
    padding: 0;
    margin: 0;
    background: #fdfeff; /* url(../images/bck.png); */
}
body {
    background: transparent url(http://pf.staticfil.es/com/img/header-mountains.001.png) repeat-x 1px top;
    padding-top: 170px;
}
#container{
/*    border-top: 5px solid #ddd;*/
    width: 100%;
} 
.contentwrapper{
    overflow: hidden;
}
#nav {
    position: relative;
}
#nav #menu {
    position: relative;
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
}
#nav #menu li {
    list-style-type: none;
    float: left;
    margin: 0 20px 0 0;
}
#nav #menu li a {
    display: block;
    width: 100%; 
    padding: 2px 5px;
    text-align: center;
    color: #12172a;
    text-decoration: none;
    background: #c0c0c0;
    border: transparent solid 1px;
}
#nav #menu li.active a, #nav #menu li a:hover {
    background: #ddd;
    color: #333;
}

.page {
    margin: 0 auto 0 auto;
    padding: 0 20px 0 20px;
    width: 900px;
}
.content {
    width: 660px;
    float: left;
    min-height: 500px;
}
.header {
    margin-top: 10px;
}
#footer {
    clear: left;
    background: #12172A;
    border-top: 10px solid #ccc;
    padding: 10px;
    margin-top: 20px;
    color: #fff;
    overflow: hidden;
}
#footer p{
    float: left;
}
#footer .copyright{
    float: right;
}
/* Typography ================================================================*/
h1.title, 
a.title{
    font-family: helvetica neue, helvetica, tahoma, FreeSans, sans-serif;
    font-weight: bold;
    font-size:600%;
    font-weight:bold;
    text-transform:uppercase;
    text-decoration: none;
    color: #333;
    display: block;
    clear: both;
    padding: 0;
}
h1 a, h2 a, h3 a{
    text-decoration: none;
    color: #12172A;
}
h1 a{
    color: #333;
}
p {
    line-height: 1.5em;
    margin: 0 0 1em 0;
    color: #333;
    word-wrap: break-word;
}
em{
    font-style: italic;
}
h1,h2,h3,h4,h5{
    font-family: freesans, tahoma, sans;
    padding: 10px 0 5px 0;
    color: #12172A;
    clear: left;
}
h1 {
    clear: left;
    font-family: FreeSerif, Georgia, Times New Roman, serif;
    font-size: 200%;
}
h2 {
    clear: left;
    font-size: 145%;
}   
.index h2{
    font-family: FreeSerif, Georgia, Times New Roman, serif;
    font-size: 200%;
}
h3{
    font-size: 121%;
}
div.dedication p.topic-title {
    font-weight: bold ;
    font-style: normall;
}
.abstract p.topic-title {
    font-weight: bold ;
}
p.rubric {
    font-weight: bold ;
    font-size: larger ;
    color: maroon ;
    text-align: center;
}
p.sidebar-title {
    font-family: sans-serif;
    font-weight: bold;
    font-size: larger;
}
p.sidebar-subtitle {
    font-family: sans-serif ;
    font-weight: bold 
}
p.topic-title {
    font-weight: bold;
}
pre.literal-block, 
pre.doctest-block {
    margin-left:2em;
    margin-right:2em;
}
blockquote{
    background: #fff;
    border: 3px solid #F3F3F3;
    padding: 10px 10px 0 10px;
    font-family: Georgia, Times New Roman, serif;
    font-size: 130%;
    color: #000066;
    overflow: hidden;
    margin-bottom: 10px;
}

blockquote p {
    color: #000066;
}
blockquote .attribution{
    float: right;
    font-family: helvetica, tahoma, FreeSans, sans-serif;
    font-size: 80%;
    margin-bottom: 10px;
}
.line-block {
  display: block;
  margin-bottom: 1em;
}
.line-block .line-block {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1.5em;
}
pre{
    line-height: 1.333em;
}
h1.title, 
ol,
ul{
    margin-top: 10px;
}
/* Lists =============================================================*/
ol, ul{
    list-style-position: inside;
}
dt {
    margin-top: 1em;
}
dd {
    margin-left: 3em;
}
li ul,
li ol{
    margin-top: 0;
}
ul li{
    list-style-type: disc;
}
ul li li{
    list-style-type: circle;
}
ol.arabic li{
    list-style-type: decimal 
}
ol.loweralpha li {
    list-style-type: lower-alpha 
}
ol.upperalpha li {
    list-style-type: upper-alpha 
}
ol.lowerroman li {
    list-style-type: lower-roman
}
ol.upperroman li {
    list-style-type: upper-roman 
}
ul li,
ol li{
    margin-left: 20px;
}
.simple li{
    color: #333;
    margin-bottom: 0.5em;
}

/* Post meta info =====================================*/
.related{
    position: relative;
    overflow: hidden;
    color: #666;
    margin-bottom: 10px;
}
.related a{
    color: #666;
}
.related span{
    clear: left;
    float: left;
}
.related ul{
    float:left;
}
.related ul li{
    margin: 0 0 5px 0;
    clear: left;
    list-style-type: none;
}
.related li li{
    padding-left: 0.3em;
}
.related .cats li,
.related .tags li{
    clear: none;
    float: left;
}
.related a.edit{
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc;
}
#footer a,
#footer p{
    color: #fff;
}
#footer a{
    text-decoration: underline;
}

/* table of contents ========================================================*/
.contents li{
    font-size: 100%;
}
.contents p{
    margin-top: 0;
}
.contents ul li{
    color: #999;
    margin: 3px 0 3px 15px;
    list-style-type: none;
}
.contents ul li li{
    margin-left: 20px;
}
span.classifier {
    font-family: sans-serif ;
    font-style: oblique;
}

span.option {
    white-space: nowrap;
}
span.pre {
    white-space: pre;
}
span.problematic {
    color: red;
}
/* Tables =========================================*/
table.docutils,
table.docutils th,
table.docutils td{
    border: 1px solid #ccc;
}
.borderless,
table.borderless td,
table.borderless th {
    border: none;
}
table.citation {
    border-width: 0 0 0 1px;
    margin-left: 1px;
}
table.docinfo {
    margin: 2em 4em;
}
table.docutils {
    margin: 0.5em 1px;
}
table.footnote{
    border-width: 0 0 0 1px;
    margin-left: 1px;
}
table.field-list,
table.field-list td,
table.field-list th,
table.option-list,
table.option-list td,
table.option-list th,
table.citation td,
table.citation th,
table.footnote td,
table.footnote th{
    border: none;
}

table.docutils td, table.docutils th,
table.docinfo td, table.docinfo th {
    padding: 0.2em 0.5em;
    vertical-align: top;
}
table th{
    font-weight: bold;
    color: #333;
    background: #F3F3F3;
}
table.docutils th.field-name, 
table.docinfo th.docinfo-name {
    font-weight: bold ;
    text-align: left ;
    white-space: nowrap ;
    padding-left: 0;
    background: none;
}
p.label {
  white-space: nowrap; 
}
p.caption {
  font-style: italic; 
}
p.credits {
  font-style: italic;
  font-size: 75%;
}
/* Admonitions ====================================*/
.admonition, 
.attention, 
.caution, 
.danger, 
.error{
    margin: 2em 0;
    background: #FFD9D8;
    border: 2px solid #ffa6ce;
    border-width: 2px 0;
    padding: 0.5em;
}

.hint,
.important, 
.note, 
.tip, 
.warning {
    margin: 2em 0;
    background: #fdffac;
    border: 2px solid #ffd6ab;
    border-width: 2px 0;
    padding: 0.5em;
}
.admonition p.admonition-title, 
.hint p.admonition-title,
.important p.admonition-title, 
.note p.admonition-title,
.tip p.admonition-title {
    font-weight: bold ;
    font-family: sans-serif;
}

.attention p.admonition-title, 
.caution p.admonition-title,
.danger p.admonition-title, 
.error p.admonition-title,
.warning p.admonition-title {
    color: red;
    font-weight: bold;
    font-family: sans-serif;
}
/* comments  ================================================================*/
#leave-reply,
#comment-hd {
    font-size: 150%;
    color: #666;
}
#comments li .comment_text{
    border: 1px solid #b6b6b6;
    border-top-color: #dfdfdf;
    border-left-color: #dfdfdf;
    padding: 10px 5em 10px 10px;
    margin:  0 0 10px 0;
    background: #fff;
    position: relative;
}
#comments .index{
    font-size: 108%;
    font-family: Georgia, Times New Roman, serif;
    text-shadow: 0 1px 2px #FFFFFF;
    color: #666;
    text-decoration: none;
    border-bottom: 1px solid #666;
}
#comments{
    list-style-position: outside;
}
#comments li{
    margin: 0;
}
#comments li li{
    background: none;
    border: none;
    padding: 0;
    list-style-type: circle;
    margin: 0 0 0 20px;
}
#comments .sub_comments li{    
    margin-bottom: 0;
}
#comments .meta{
    text-shadow: 0 1px 2px #FFFFFF;
    background: #f3f3f3;
    border: 1px solid #b6b6b6;
    border-top-color: #dfdfdf;
    border-left-color: #dfdfdf;
    border-bottom: none;
    font-size: 100%;
    color: #666;
    padding: 5px 10px 5px;
    margin: 0;
    overflow: hidden;
}
#comments .meta p{
    float:left;
    margin-bottom: 0;
}
#comments .meta .actions{
    overflow: hidden;
    float: right;
}
#comments .meta .actions li{
    float: left;
    list-style-type: none;
    padding: 0;
    margin-left: 10px;
}
#comments .blocked .actions li a{
    color: #B44242;
}
#comments .author .actions li a,
#comments .actions li a{
    color: #666;
}
#comments .author .meta a{
    color: #333;
}
#comments .meta a{
    color: #333;
}
.help{
    font-size: 85%;
    color: #666;
}
#comments .author .meta{
    text-shadow: 0 1px 2px #FFFFFF;
    background: #ccc;
    border-bottom: none;
    font-size: 100%;
    color: #666;
    padding: 5px 10px;
    margin: 0;
}

#comments .perma{
    color: #bbb;
    position: absolute;
    top: 10px;
    right: 10px;
}
#comments p{
    clear: left;
}
form.comments{
    background: #fff;
    border: 1px solid #b6b6b6;
    border-top-color: #dfdfdf;
    border-left-color: #dfdfdf;
    padding: 10px 20px 10px 20px;
    font-size: 110%;
}
#comments .blocked div{
    background: #ffdddd;
}
#comments .blocked .meta{
    background: #F6BEBE;
}
.comments label{
    margin-top: 10px;
    display: block;
}
.errors li{
    color: red;
}
.comments textarea{
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
}
/* sidebar ===================================================================*/
.sidebar {
    border: 1px solid #b6b6b6;
    border-top-color: #dfdfdf;
    border-left-color: #dfdfdf;
    padding: 10px 20px;
    margin: 10px 0;
    background: #fff;
    position: relative;
    width: 170px;
    float: right;
}
.sidebar h3{
    padding: 0;
    margin: 10px 0 0 0;
}
.sidebar li{
    color : #666;
    line-height: 1.3em;
    list-style-type: square;
    margin-left: 15px;
}
.sidebar li a{
    display: block;
    padding: 3px;
    color: #333;
    text-decoration: none;
}
.sidebar li a:hover{
    text-decoration: underline;
}

/* Spriting =======================================================*/

.related span,
.related a.sprite-pencil,
.related a.sprite-comments,
.sidebar h3 {
    background-image: url(../images/sprites/icon-sprite.002.png);
    background-repeat: no-repeat; 
    padding-left: 25px;
}
.related a.sprite-comments,
.related span{
    padding-left: 20px
}
.sprite-app { background-position: 0 0; } 
.sprite-calendar { background-position: 0 -66px; } 
.sprite-comments { background-position: 0 -132px; } 
.sprite-feed-icon { background-position: 0 -198px; } 
.sprite-folder { background-position: 0 -266px; } 
.sprite-new { background-position: 0 -332px; } 
.sprite-pencil { background-position: 0 -399px; } 
.sprite-pf { background-position: 0 -465px; } 
.sprite-tag { background-position: 0 -531px; } 
.sprite-world { background-position: 0 -597px; } 
/* Docutils errors ===========================================================*/
div.system-message{
    margin: 2em 0;
    background: #FFD9D8;
    border: 2px solid #ffa6ce;
    border-width: 2px 0;
    padding: 0.5em;
}
.system-message-title{
    color: red;
}


/* Twitter ===================================================================*/
#twitter a{
    position: absolute;
    top: 25px;
    right: 100px;
    padding-top: 80px;
    min-height: 40px;
    width: 100px;
    display: block;
    background: url(../images/eagle_24.png) no-repeat 50% 10px;
}
#twitter a span{
    position: absolute;
    left: -999em;
}
#twitter a:focus,
#twitter a:hover{
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #5274bb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#twitter a:focus span,
#twitter a:hover span{
    position: static;
    left: 0;
}

#tw_status {
    padding: 5px 0;
    width: 100%;
    background: #ddd;
}
#tw_status a {
    display: block;
    margin: 0 auto;
    color: #666666;
    text-shadow: 0 1px 2px #FFFFFF;
    width: 900px;
    text-decoration: none;
}
#tw_status a:hover {
    text-decoration: underline;
}

/* images ====================================================*/

.inline-left, .inline-right {
    float: left;
    border: 1px solid #b6b6b6;
    border-top-color: #dfdfdf;
    border-left-color: #dfdfdf;
    margin: 0 10px 0 0;
    background: #fff;
    padding: 5px;
}
.inline-right {
   float: right;
}

/* pygments Tango ===========================================================*/
.syntax{
    padding: 10px;
    border: 2px solid #e2cdba;
    margin: 10px 0;
    clear: right;
}
.syntax pre{
    font-family: Monaco, Andale Mono, monospace;
    line-height: 1.5em;
    font-size: 93%;
}

.syntax .hll{background-color:#FFFFCC;}
.syntax{background:#fff none repeat scroll 0 0;}
.syntax .c{color:#8F5902;font-style:italic;}
.syntax .err{border:1px solid #EF2929;color:#A40000;}
.syntax .g{color:#000000;}
.syntax .k{color:#204A87;font-weight:bold;}
.syntax .l{color:#000000;}
.syntax .n{color:#000000;}
.syntax .o{color:#CE5C00;font-weight:bold;}
.syntax .x{color:#000000;}
.syntax .p{color:#000000;font-weight:bold;}
.syntax .cm{color:#8F5902;font-style:italic;}
.syntax .cp{color:#8F5902;font-style:italic;}
.syntax .c1{color:#8F5902;font-style:italic;}
.syntax .cs{color:#8F5902;font-style:italic;}
.syntax .gd{color:#A40000;}
.syntax .ge{color:#000000;font-style:italic;}
.syntax .gr{color:#EF2929;}
.syntax .gh{color:#000080;font-weight:bold;}
.syntax .gi{color:#00A000;}
.syntax .go{color:#000000;font-style:italic;}
.syntax .gp{color:#8F5902;}
.syntax .gs{color:#000000;font-weight:bold;}
.syntax .gu{color:#800080;font-weight:bold;}
.syntax .gt{color:#A40000;font-weight:bold;}
.syntax .kc{color:#204A87;font-weight:bold;}
.syntax .kd{color:#204A87;font-weight:bold;}
.syntax .kn{color:#204A87;font-weight:bold;}
.syntax .kp{color:#204A87;font-weight:bold;}
.syntax .kr{color:#204A87;font-weight:bold;}
.syntax .kt{color:#204A87;font-weight:bold;}
.syntax .ld{color:#000000;}
.syntax .m{color:#0000CF;font-weight:bold;}
.syntax .s{color:#4E9A06;}
.syntax .na{color:#C4A000;}
.syntax .nb{color:#204A87;}
.syntax .nc{color:#000000;}
.syntax .no{color:#000000;}
.syntax .nd{color:#5C35CC;font-weight:bold;}
.syntax .ni{color:#CE5C00;}
.syntax .ne{color:#CC0000;font-weight:bold;}
.syntax .nf{color:#000000;}
.syntax .nl{color:#F57900;}
.syntax .nn{color:#000000;}
.syntax .nx{color:#000000;}
.syntax .py{color:#000000;}
.syntax .nt{color:#204A87;font-weight:bold;}
.syntax .nv{color:#000000;}
.syntax .ow{color:#204A87;font-weight:bold;}
.syntax .w{color:#F8F8F8;text-decoration:underline;}
.syntax .mf{color:#0000CF;font-weight:bold;}
.syntax .mh{color:#0000CF;font-weight:bold;}
.syntax .mi{color:#0000CF;font-weight:bold;}
.syntax .mo{color:#0000CF;font-weight:bold;}
.syntax .sb{color:#4E9A06;}
.syntax .sc{color:#4E9A06;}
.syntax .sd{color:#8F5902;font-style:italic;}
.syntax .s2{color:#4E9A06;}
.syntax .se{color:#4E9A06;}
.syntax .sh{color:#4E9A06;}
.syntax .si{color:#4E9A06;}
.syntax .sx{color:#4E9A06;}
.syntax .sr{color:#4E9A06;}
.syntax .s1{color:#4E9A06;}
.syntax .ss{color:#4E9A06;}
.syntax .bp{color:#3465A4;}
.syntax .vc{color:#000000;}
.syntax .vg{color:#000000;}
.syntax .vi{color:#000000;}
.syntax .il{color:#0000CF;font-weight:bold;}

/* Tags ----------------------------------------------------*/
.tag_1 { font-size: 80%; font-weight: 100; }
.tag_2 { font-size: 90%; font-weight: 200; }
.tag_3 { font-size: 100%; font-weight: 300; }
.tag_4 { font-size: 110%; font-weight: 400; }
.tag_5 { font-size: 120%; font-weight: 500; }
.tag_6 { font-size: 130%; font-weight: 600; }
.tag_7 { font-size: 140%; font-weight: 700; }
.tag_8 { font-size: 150%; font-weight: 800; }
.tag_9 { font-size: 160%; font-weight: 900; }
.tag_10 { font-size: 170%; font-weight: 1000; }

.tags span.info {
    position: absolute;
    left: -999em;
}
.tags {
    margin-left: 0;
    text-align: center;
    overflow: hidden;
}
.tags li{
    list-style-type: none;
    display: inline;
    margin-left: 0;
    padding: 0 5px;
}   
.tags li a {
    padding: 0;
    display: inline;
}



