/*
 * flasky.css_t
 * ~~~~~~~~~~~~
 *
 * :copyright: Copyright 2010 by Armin Ronacher.
 * :license: Flask Design License, see LICENSE for details.
 */






@import url("basic.css");
@import url(http://fonts.googleapis.com/css?family=Source+Code+Pro:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Gentium+Book+Basic:400,400italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Alegreya:400italic,700italic,400,700);
@import url(http://fonts.googleapis.com/css?family=Crimson+Text:400,700,700italic,400italic,600,600italic);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700);
@import url(http://fonts.googleapis.com/css?family=Bitter:400,700,400italic);



/* -- page layout ----------------------------------------------------------- */
 
body {
    font-family: 'Georgia', serif;
    font-size: 17px;
    background-color: white;
    color: #000;
    margin: 0;
    padding: 0;
}

div.document {
    width: 940px;
    margin: 30px auto 0 auto;
}

div.documentwrapper {
    float: left;
    width: 100%;
}

div.bodywrapper {
    margin: 0 0 0 220px;
}

div.sphinxsidebar {
    width: 220px;
}

hr {
    border: 1px solid #B1B4B6;
}

a.disabled-link {
    pointer-events: none;
    text-decoration: none;
}

a.disabled-link hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-align: left;
    width: 50%;
    margin-top: 15px;
    margin-left: 10%;
}
 
div.body {
    background-color: #ffffff;
    color: #3E4349;
    padding: 0 30px 0 30px;
}

img.floatingflask {
    padding: 0 0 10px 10px;
    float: right;
}
 
div.footer {
    width: 940px;
    margin: 20px auto 30px auto;
    font-size: 14px;
    color: #888;
    text-align: right;
}

div.footer a {
    color: #888;
}

div.related {
    display: none;
}
 
div.sphinxsidebar a {
    text-decoration: none;
}

div.sphinxsidebar a:hover {
    border-bottom: 1px solid #999;
}
 
div.sphinxsidebar {
    font-size: 14px;
    line-height: 1.5;
}

div.sphinxsidebarwrapper {
    padding: 10px 5px 0px 10px;
    /*padding: 18px 10px;*/
}

div.sphinxsidebarwrapper span.logo {
    padding: 20px 0 20px 0;
    margin: 0;
    text-align: center;
}
 

div.sphinxsidebar h2,
div.sphinxsidebar h3,
div.sphinxsidebar h4 {
    font-family: 'Garamond', 'Georgia', serif;
    color: #444;
    font-size: 24px;
    font-weight: normal;
    margin: 25px 0 5px 0;
    padding: 0;
    line-height: 1;
}

div.sphinxsidebar .title {
    padding-left: 0px;
    margin:0;
    margin-top:0px;
    margin-bottom:5px;
}

div.sphinxsidebar h2 {
    font-size: 28px;
}
div.sphinxsidebar h4 {
    font-size: 17px;
}
 
div.sphinxsidebar h3 a {
    color: #444;
}

div.sphinxsidebar span.logo a,
div.sphinxsidebar h3 a,
div.sphinxsidebar span.logo a:hover,
div.sphinxsidebar h3 a:hover {
    border: none;
}

img.logo {
    display: block;
    border-bottom: 1px solid #999;
    padding-top: 12px;
}
 
div.sphinxsidebar p {
    margin: 10px 0;
    font-size: 14px;
    font-family: 'Georgia', serif;
    color: #444;
}

div.sphinxsidebar ul {
    margin: 10px 0 0 5px;
    padding: 0;
    color: #000;
}

div.sphinxsidebar li.toctree-l1 {
    font-size: 16px;
}
 
div.sphinxsidebar input {
    border: 1px solid #ccc;
    font-family: 'Georgia', serif;
    font-size: 1em;
}
 
/* -- body styles ----------------------------------------------------------- */
 
a {
    color: #004B6B;
    text-decoration: underline;
}
 
a:hover {
    color: #6D4100;
    text-decoration: underline;
}
 
.sphinxsidebar h1,
.sphinxsidebar h2,
.sphinxsidebar h3,
.sphinxsidebar h4,
.sphinxsidebar h5,
.sphinxsidebar h6 {
    font-family: 'Garamond', 'Georgia', serif;
    font-weight: normal;
    /*margin: 30px 0px 10px 0px;*/
    padding: 0;
}
 
.sphinxsidebar h1 { margin-top: 0; padding-top: 0; font-size: 240%; }
.sphinxsidebar h2 { font-size: 180%; color: #727272; }
.sphinxsidebar h3 { font-size: 150%; }
.sphinxsidebar h4 { font-size: 130%; }
.sphinxsidebar h5 { font-size: 110%; }
.sphinxsidebar h6 { font-size: 100%; }
 
a.headerlink {
    color: #ddd;
    padding: 0 4px;
    text-decoration: none;
}
 
a.headerlink:hover {
    color: #444;
    background: #eaeaea;
}
 
div.body p, div.body dd, div.body li {
    line-height: 1.4em;
}

div.admonition {
    background: #fafafa;
    margin: 20px -30px;
    padding: 10px 30px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

div.admonition tt.xref, div.admonition a tt {
    border-bottom: 1px solid #fafafa;
}

dd div.admonition {
    margin-left: -60px;
    padding-left: 60px;
}

div.admonition p.admonition-title {
    font-family: 'Garamond', 'Georgia', serif;
    font-weight: normal;
    font-size: 24px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1em;
}

div.admonition p.last {
    margin-bottom: 0;
}

div.highlight {
    background-color: white;
}

dt:target, .highlight {
    background: #FAF3E8;
}

div.note {
    background-color: #eee;
    border: 1px solid #ccc;
}
 
div.seealso {
    background-color: #ffc;
    border: 1px solid #ff6;
}
 
div.topic {
    background-color: #eee;
}
 
p.admonition-title {
    display: inline;
}
 
p.admonition-title:after {
    content: ":";
}

pre, tt {
    font-family: 'Source Code Pro', 'Consolas', 'Menlo', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
    font-size: 0.9em;
}

img.screenshot {
}

tt.descname, tt.descclassname {
    font-size: 0.95em;
}

tt.descname {
    padding-right: 0.08em;
}

img.screenshot {
    -webkit-box-shadow: 2px 2px 4px #eee;
    box-shadow: 2px 2px 4px #eee;
}

table.docutils {
    border: 1px solid #888;
    -webkit-box-shadow: 2px 2px 4px #eee;
    box-shadow: 2px 2px 4px #eee;
}

table.docutils td, table.docutils th {
    border: 1px solid #888;
    padding: 0.25em 0.7em;
}

table.field-list, table.footnote {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

table.footnote {
    margin: 15px 0;
    width: 100%;
    border: 1px solid #eee;
    background: #fdfdfd;
    font-size: 0.9em;
}

table.footnote + table.footnote {
    margin-top: -15px;
    border-top: none;
}

table.field-list th {
    padding: 0 0.8em 0 0;
}

table.field-list td {
    padding: 0;
}

table.footnote td.label {
    width: 0px;
    padding: 0.3em 0 0.3em 0.5em;
}

table.footnote td {
    padding: 0.3em 0.5em;
}

dl {
    margin: 0;
    padding: 0;
}

dl dd {
    margin-left: 30px;
}

blockquote {
    margin: 0 0 0 30px;
    padding: 0;
}

ul, ol {
    margin: 10px 0 10px 30px;
    padding: 0;
}
 
pre {
    background: #eee;
    /*
    padding: 7px 30px;
    margin: 15px -30px;
    */
    line-height: 1.3em;
    padding: 7px;
    margin: 15px -10px;
}

dl pre, blockquote pre, li pre {
    /* margin-left: -60px; */
    padding-left: 60px;
}

dl dl pre {
    margin-left: -90px;
    padding-left: 90px;
}
 
tt {
    background-color: #ecf0f3;
    color: #222;
    /* padding: 1px 2px; */
}

tt.xref, a tt {
    background-color: #FBFBFB;
    border-bottom: 1px solid white;
}

a.reference {
    text-decoration: none;
    border-bottom: 1px dotted #004B6B;
}

a.reference:hover {
    border-bottom: 1px solid #6D4100;
}

a.footnote-reference {
    text-decoration: none;
    font-size: 0.7em;
    vertical-align: top;
    border-bottom: 1px dotted #004B6B;
}

a.footnote-reference:hover {
    border-bottom: 1px solid #6D4100;
}

a:hover tt {
    background: #EEE;
}


/* Resume additions */

.section {
    position: relative;
}

.section-title  {
    display: inline-block;
    vertical-align:top;
    overflow: hidden;
    width: 1.5em;
    line-height: 1.5;
}

.section-title-inner {
    color: #C0C0C0;
    display: inline-block;
    white-space: nowrap;
    /* http://kizu.ru/en/fun/rotated-text/ */
    -webkit-transform: translate(0px,0) rotate(-90deg);
    -moz-transform: translate(0,0) rotate(-90deg);
    -ms-transform: translate(0,0) rotate(-90deg);
    -o-transform: translate(0,0) rotate(-90deg);
    transform: translate(0,0) rotate(-90deg);
    /*transform-origin: 0 0;*/
}

.section-title-inner:after {
     content: "";
     float: left;
     margin-top: 100%;
 }

.work-entry {
    /*
    top: -140px;
    left: -30px;
    */
    display: block;
    vertical-align:top;
    position: relative;
}

.work-entry-info {
    font-size: 10pt;
    display: block;
    width: 25%;
    position:absolute;
    top: 0;
    bottom: 0;
}
.work-entry-title {
    font-weight: bold;
}

.work-entry-employer {
    font-style:italic;
    color: #727272;
}

.work-entry-duration {
    font-style:normal;
}

.work-entry-descriptions {
    font-size: 11pt;
    display: block;
    margin-left: 30%;
}

#portrait-layout {
}

#portrait {
    border: 1px solid gray;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

td.code {
    border: none;
}
td.linenos {
    border: none;
}

td.linenos pre {
    padding-right: 7px;
}

table.highlighttable {
    width: 100%;
}




#date {
    float: left;
    clear: none;
    display: block;
    margin: 0;
    border: 0;
    width: 33px;
    height:auto;
    /*background: #fcfcfc;*/
    background: linear-gradient(#fcfcfc 0%, #dad8d8 100%);
    /*background: -webkit-linear-gradient(to top, #fcfcfc 0%,#dad8d8 100%); */
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
    padding: 4px 0px 0px;
}

#date p {
    line-height: 16px;
    margin: 0px;
    padding: 0px;
    border: 0px none;
    font-family: Helvetica,sans-serif;
    font-size: 20px;
    text-align: center;
    color: #000;
}

#date p span {
    padding: 2px 0px 1px;
    margin: 0px;
    padding: 0px 0px 1px;
    border-width: 1px 0px 0px;
    border-style: solid none none;
    border-color: #A13838;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    display: block;
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    background: transparent -moz-linear-gradient(center top , #7A0909 0%, #7D352B 100%) repeat scroll 0% 0%;
    border-radius: 0px 0px 2px 2px;
}

#events {
    overflow: hidden;
}

#events dd {
    margin: 0;
    padding: 0; 
    border: 0;
    float:left;
}

.event {
    margin: 0;
    margin-bottom: 12px;
    padding: 0;
    border: 0;
    overflow: hidden;
}
.eventDesc {
    clear:none;
    float: right;
    display: block;
    padding-left: 7px;
}


.event > .eventDesc > p {
    margin: 0; padding: 0; border: 0;
    font-family: 'PT Sans Caption', sans-serif;
}

.eventTime {
    font-size: 9pt; text-align: left; color: #000; 
}

.eventTitle {
    font-size: 12pt; text-align: left; color: #000; 
}

.eventTitle a {
    font-size: 12pt; text-align: left; color: #000; 
   /* border-bottom: 1px gray dotted;*/
}

.eventHeader {
    margin-top: 35px !important;
    font-size:15px;
    line-height:20px;
}

hr.style-two {
    height: 1px;
    margin-top: 25px;
    margin-bottom: 25px;
}