/* f6.css
 * Modified from sphinxdoc.css of the sphinxdoc theme.
*/

@import url("basic.css");

/* -- page layout ----------------------------------------------------------- */

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #4d4d4c;
    padding: 0;
    margin: 0px 80px 0px 80px;
    min-width: 740px;
    border: 1px solid #d6d6d6;
    background: url("brilliant.png") repeat;
    margin: 0px 200px 0px 200px;
}

div.document {
    text-align: left;
    background-repeat: repeat-x;
}

div.bodywrapper {
    margin: 0 240px 0 0;
    border-right: 1px dotted #d6d6d6;
}

div.body {
    background-color: white;
    margin: 0;
    padding: 0.5em 20px 20px 20px;
}

div.related {
    font-size: 1em;
    background-color: #efefef;
    color: #4d4d4c;
    padding: 5px 0px;
	border-bottom: 1px solid #d6d6d6;
}

div.related ul {
    height: 2em;
    margin: 2px;
}

div.related ul li {
    margin: 0;
    padding: 0;
    height: 2em;
    float: left;
}

div.related ul li.right {
    float: right;
    margin-right: 5px;
}

div.related ul li a {
    margin: 0;
    padding: 2px 5px;
    line-height: 2em;
    text-decoration: none;
    color: #4d4d4c;
}

div.related ul li a:hover {
	color: #4271ae;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

div.sphinxsidebarwrapper {
    padding: 0;
}

div.sphinxsidebar {
    margin: 0;
    padding: 0.5em 15px 15px 0;
    width: 210px;
    float: right;
    font-size: 0.9em;
    text-align: left;
}

div.sphinxsidebar h3, div.sphinxsidebar h4 {
    font-size: 1em;
    padding: 0.5em 0 0.5em 0;
	text-transform: uppercase;
}

div.sphinxsidebar h3 a {
    color: #4271ae;
}

div.sphinxsidebar ul {
    padding-left: 1.5em;
    margin-top: 7px;
    padding: 0;
    line-height: 150%;
    color: #4d4d4c;
}

div.sphinxsidebar ul li {
	color: #8e908c;
}

div.sphinxsidebar ul ul {
    margin-left: 1em;
}

div.sphinxsidebar input {
   border: 1px solid #efefef;
   font-family: inherit;
}

div.sphinxsidebar #searchbox input[type="submit"] {
	color: white;
	background-color: #4271ae;
}

div.footer {
    color: #4d4d4c;
    padding: 3px 8px 3px 0;
    clear: both;
    font-size: 0.8em;
}

div.footer a {
    color: #4d4d4c;
    text-decoration: none;
	border-bottom: 1px dotted #4271ae;
}

div.footer a:hover {
    color: #4271ae;
    text-decoration: none;
	border-bottom: 1px dotted #4271ae;
}

/* -- body styles ----------------------------------------------------------- */

p {
    margin: 0.8em 0 0.5em 0;
}

div.body a, div.sphinxsidebarwrapper a {
    color: #4d4d4c;
    text-decoration: none;
	border-bottom: 1px dotted #4271ae;
}

div.body a:hover, div.sphinxsidebarwrapper a:hover {
	color: #4271ae;
    border-bottom: 1px dotted #4271ae;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
	text-shadow: #efefef 0.1em 0.1em 0.1em;
}

h1 {
    margin: 0;
    padding: 0.7em 0 0.3em 0;
    line-height: 1.2em;
    text-shadow: #efefef 0.1em 0.1em 0.1em;
}

h2 {
    margin: 1.3em 0 0.2em 0;
    padding: 0 0 10px 0;
}

h3 {
    margin: 1em 0 -0.3em 0;
    padding-bottom: 5px;
}

h1 a.anchor, h2 a.anchor, h3 a.anchor, h4 a.anchor, h5 a.anchor, h6 a.anchor {
    display: none;
    margin: 0 0 0 0.3em;
    padding: 0 0.2em 0 0.2em;
    color: #aaa!important;
}

h1:hover a.anchor, h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor,
h5:hover a.anchor, h6:hover a.anchor {
    display: inline;
}

h1 a.anchor:hover, h2 a.anchor:hover, h3 a.anchor:hover, h4 a.anchor:hover,
h5 a.anchor:hover, h6 a.anchor:hover {
    color: #777;
    background-color: #eee;
}

a.headerlink {
    color: #4d4d4c!important;
    font-size: 1em;
    margin-left: 6px;
    padding: 0 4px 0 4px;
    text-decoration: none!important;
}

a.headerlink:hover {
    background-color: #efefef;
    color: white!important;
}


cite, code, tt {
    font-family: 'Source Code Pro', monospace;
	font-size: 0.9em;
    letter-spacing: 0.01em;
    background-color: #fbfbfb;
    font-style: normal;
	border: 1px dotted #efefef;
	border-radius: 2px;
	padding: 0 2px;
}

hr {
    border: 1px solid #d6d6d6;
    margin: 2em;
}

.highlight {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #f0f0f0 !important;
}

.highlighted {
	background-color: #4271ae;
	color: white;
	padding: 0 0.3em;
}

pre {
    font-family: 'Source Code Pro', monospace;
    font-style: normal;
	font-size: 0.9em;
    letter-spacing: 0.015em;
    line-height: 130%;
    padding: 0.7em;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

pre a {
    color: inherit;
    text-decoration: underline;
}

td.linenos pre {
    padding: 0.5em 0;
}

div.quotebar {
    background-color: #f8f8f8;
    max-width: 250px;
    float: right;
    padding: 2px 7px;
    border: 1px solid #ccc;
}

div.topic {
    background-color: #f8f8f8;
}

table {
    border-collapse: collapse;
    margin: 0 -0.5em 0 -0.5em;
}

table.docutils {
    width: 100% !important;
    margin-left: 2px;
    border: 0;
}

table.docutils tbody tr td {
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0;
}

table.docutils thead tr th {
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0;
}

.row-even {
    background-color: #F0F0F0;
}

table td, table th {
    padding: 0.2em 0.5em 0.2em 0.5em;
}

div.admonition {
    font-size: 0.9em;
    margin: 1em 0 1em 0;
    background-color: #fdfdfd;
    padding: 0;
    -moz-box-shadow: 0px 8px 6px -8px #d6d6d6;
    -webkit-box-shadow: 0px 8px 6px -8px #d6d6d6;
    box-shadow: 0px 8px 6px -8px #d6d6d6;
}

div.admonition p {
    margin: 0.5em 1em 0.5em 1em;
    padding: 0.2em;
}

div.admonition pre {
    margin: 0.4em 1em 0.4em 1em;
}

div.admonition p.admonition-title
{
    margin: 0;
    padding: 0.2em 0 0.2em 0.6em;
    background-color: white;
    border-bottom: 1px solid #4271ae;
    font-weight: 600;
	font-size: 1.2em;
    color: #4271ae;
	text-transform: uppercase;
}

div.note p.admonition-title
{
	color: #4271ae;
	border-bottom: 1px solid #4271ae;
}

div.warning p.admonition-title,
div.important p.admonition-title {
    color: #f5871f;
	border-bottom: 1px solid #f5871f;
}

div.hint p.admonition-title,
div.tip p.admonition-title {
    color: #718c00;
	border-bottom: 1px solid #718c00;
}

div.caution p.admonition-title,
div.attention p.admonition-title,
div.danger p.admonition-title,
div.error p.admonition-title {
    color: #c82829;
	border-bottom: 1px solid #c82829;
}

div.admonition ul, div.admonition ol {
    margin: 0.1em 0.5em 0.5em 3em;
    padding: 0;
}

div.versioninfo {
    margin: 1em 0 0 0;
    border: 1px solid #eee;
    background-color: #DDEAF0;
    padding: 8px;
    line-height: 1.3em;
    font-size: 0.9em;
}

div.viewcode-block:target {
    background-color: #f4debf;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
