/*
Theme Name:     Fieldmanager
Theme URI:      http://fieldmanager.org
Description:    Theme for Fieldmanager
Author:         Alley Interactive
Author URI:     http://alleyinteractive.com
Template:       twentytwelve
Version:        0.1.0
*/

@import url("../twentytwelve/style.css");

li.doc-example {
	margin: 0;
	list-style: none;
}

.api-meta {
	background: rgba(0,0,0,0.04);
	padding: 20px;
	font-size: 18px;
	margin: 9px 0;
	color: #666;
	font-family: Consolas, "Lucida Console", Monaco, monospace;
}
.api-meta a {
	text-decoration: none;
}
.api-meta code {
	background: none;
}
code, .entry-content code, .comment-content code {
	font-family: Consolas, "Lucida Console", Monaco, monospace;
	font-size: 100%;
	background: rgba(0,0,0,0.04);
	padding: 2px;
}
.structure-list h2 {
	font-size: 20px;
	margin: 36px 0 18px;
}
.structure-list article {
	border-bottom: none;
	margin-bottom: 18px;
	padding-bottom: 0;
}
.structure-list article .entry-header {
	margin-bottom: 9px;
}
.structure-list .entry-title {

}