@import url(http://fonts.googleapis.com/css?family=Monda:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

body {
	background: #fff;
	color: #333;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
	line-height: 1.6;
}

#header > *, #content > *, #footer > * {
	margin-left: auto;
	margin-right: auto;

	max-width: 80%;
}

h1, h2, h3, h4, h5 {
	margin-top: 5px;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5 {
	line-height: 1.1;
}

h1 {
	font-size: 34px;
	margin-bottom: 24px;
	margin-top: 12px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

p {
	color: #555;
	font-size: 13px;
	line-height: 1.6;
}

p, a, li {
	margin: 0 0 10px;
}

p a {
	color: #555;
	text-decoration: underline;
}

ul, ol {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 13px;
}

pre {
	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+ */
}

div.sectionbody {
	margin-bottom: 30px;
}

div.sect2 {
	margin-top: 30px;
}

code,pre{
	font-family:Monaco,Menlo,Consolas,"Courier New",monospace;
}

code{
	padding:2px 4px;
	font-size:90%;
	color:#c7254e;
	background-color:#f9f2f4;
	white-space:nowrap;
	border-radius:4px;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
	font-size: 13px;
	line-height: 1.4;
	word-break: break-word;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
}

table {
	display: table;
	max-width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

colgroup {
	display: table-column-group;
}

thead {
	display: table-header-group;
	vertical-align: middle;
}

tbody {
	vertical-align: middle;
}

tr {
	display: table-row;
}

tr:nth-child(even) {
	background-color: #f5f5f5;
}

tr:nth-child(odd) {
	background-color: #ffffff;
}

th {
	font-weight: bold;
}

td, th {
	display: table-cell;
}

td.halign-center {
	text-align: center;
}

td p {
	margin: 5px 5px 5px 5px;
}

/* asciidoc specific table settings */
th.tableblock.halign-left, td.tableblock.halign-left {
  text-align: left;
}

