@import url("guzzle.css");
@import url("http://fonts.googleapis.com/css?family=Roboto+Condensed|Ubuntu+Mono&subset=latin,cyrillic");

@media (min-width: 769px) {
	.comment-container { margin-left: 350px; }
	#left-column { width: 350px; }
	#right-column { margin-left: 350px; }
}

@media (min-width: 769px) and (max-width: 991px) {
	.container { width: auto; }
}

@media (min-width: 992px) {
	.container { width: auto; }
}

@media (min-width: 1200px) {
	.comment-container { width: 900px; }
}

div.sphinxsidebar .sidebar-toc a,
div.sphinxsidebar .sidebar-localtoc a {
	font-family: "Roboto Condensed", "Open Sans", Helvetica, Arial, sans-serif;
}

div.sphinxsidebar .sidebar-localtoc li {
	line-height: 1.3;
	padding-bottom: 0.5rem;
}

.sidebar-localtoc ul {
	padding-top: 0.5rem;
	padding-left: 19px;
}

.caption-text {
	font-size: 0.9em;
	font-family: "Ubuntu Mono", "Open Sans", Helvetica, Arial, sans-serif;
	color: #999;
}

pre {
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Corbel,Avenir,"Lucida Grande","Lucida Sans",sans-serif;
	font-weight: 400;
	color: #2d2c84;
}

h1 {
	font-weight: lighter;
	font-size: 3.2rem;
	letter-spacing: -1px;
	line-height: 1.3;
}

h2 { font-size: 2.4rem; }
h3 { font-size: 2rem; }
h4 { font-size: 1.6rem; font-weight: bold; }

ul.simple { margin-bottom: 1rem; }

.strike { text-decoration: line-through; }
