/* @group Header */

#header {
	background-color: #86B93E;
	padding-top: 1.8em;
	margin-bottom: 1.8em;
}
#site-name a {
	text-indent: -1000em;
/*	background: url(../images/oauth-logo.png) no-repeat 0 0;*/
	width: 175px;
	height: 50px;
	display: block;
	color: #000000;
}
#site-description {
	padding-top: 1.4em;
	padding-bottom: 1.4em;
}
#site-description h3 {
	font-size: 2em;
	margin: 0;
}
#site-description p#read-more {
	text-align: right;
	margin: 6px 0 0;
}
#site-description p#read-more a, #site-description p#read-more a:visited {
	font-size: 1.4em;
	color: #1E250D;
}
#site-description p#read-more a:hover {
	color: #86B93E;
}
#site-description, #secondary {
	background-color: #C8F417;
	border-top: 2px solid #fff;
	color: #1B2608;
}
/* @end */

/* @group Navigation */

#primary {
	line-height: 72px;
	margin-bottom: -36px;
	text-align: right;
}
#primary li {
	padding-bottom: 5px;
}
#primary a {
	color: #1E250D;
	text-decoration: none;
	font-size: 1.2em;
}
#primary li:hover {
	border-bottom: 6px solid #526523;
}
#secondary {
	padding-top: 7px;
}
#secondary ul.navigation {
	margin-bottom: 7px;
}
#secondary ul.navigation li {
	margin-right: 0;
}
#secondary ul.navigation a {
	color: #1E250D;
	text-decoration: none;
	border-right: 1px solid #526523;
	padding: 8px 24px 8px 24px;
	margin-left: -4px;
}
#secondary ul.navigation li:first-child a {
	border-left: 1px solid #526523;
}
#secondary ul.navigation a:hover {
	background: #87a53a;
}
body.advisories #nav-advisories {
	border-bottom: 6px solid #1E250D;
}
body.documentation #nav-documentation {
	border-bottom: 6px solid #1E250D;
}
body.about #nav-about {
	border-bottom: 6px solid #1E250D;
}
body.code #nav-code {
	border-bottom: 6px solid #1E250D;
}
body.blog #nav-blog {
	border-bottom: 6px solid #1E250D;
}
body.community #nav-community {
	border-bottom: 6px solid #1E250D;
}
ul.navigation, ul.navigation li {
  list-style: none;
}
ul.navigation li {
  display: inline;
  margin-right: 1.3em;
}
/* @end */

/* @group Main */

#main {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #1E250D;
}
#main h2 {
	font-size: 1.8em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	padding-left: 0;
	padding-right: 0;	
}
#main h3 {
	font-size: 1.4em;
	border-bottom: 4px solid #f7f7f7;
	padding: 0 0 1px;
	margin-bottom: 0.4em;
}
#main h3 .caps {
	font-size: 1.3em;
}
#main .hfeed .hentry {
	list-style: none;
	list-style-type: none;
	margin-bottom: 2em;
	border-bottom: 4px solid #eee;
	padding-bottom: 1em;
	clear: both;
}
#main .hfeed .hentry:last-child {
	border-bottom: none;
}#main .hfeed .hentry .entry-title {
	border-bottom: none;
}
#main hr {
	color: #b4c48f;
	background-color: #b4c48f;
	border-color: #b4c48f;
}
#main p {
	text-align: left;
	padding-left: 0;
	padding-right: 0;
}
#main img {
	max-width: 740px;
}
#main ol {
	margin-left: 1.5em;
}
#main ul {
	margin-left: 1.2em;
	list-style: disc;
}
#main .intro {
	background-color: #e8992f;
	color: #fff;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	padding: 4px 12px;
}
#main .get-started a {
	text-align: center;
	background-color: #e35c26;
	color: #fff;
	display: block;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	padding: 8px 6px;
	width: 10em;
	font-size: 1.2em;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
}
#main .get-started a:hover {
	background-color: #e34000;
}
#main pre {
	overflow: auto;
}

/* @end */

/* @group Bookmarks */
.magnolia-linkroll .magnolia-mark {
	margin-top: 1em;
	font-size: 1.2em;
}
.magnolia-linkroll .magnolia-description {
	font-size: 1.2em;
}
.magnolia-linkroll .magnolia-source {
	text-transform: lowercase;
	padding: 2px 6px;
	background-color: #f8f8f8;
	border: 1px solid #eee;
	color: #888;
	margin-bottom: 3em;
}
.magnolia-linkroll .magnolia-source a {
	text-transform: capitalize;
	color: #666;
}
.magnolia-linkroll .magnolia-source:before {
	content:"...";
}
/* @end */
/* @group Footer */

#footer {
	color: #999;
	font-size: 11px;
	border-top: 4px double #e7e7e7;
	margin-top: 2em;
	padding-top: 1.2em;
}
#footer a {
	color: #787878;
	text-decoration: none;
	border-bottom: 1px dotted #787878;
}
#footer a:hover {
	border-bottom: 1px solid #787878;
}

/* @end */

.update, .note, .notice, alert {
margin: 10px 0px 20px;
padding: 5px 20px;
clear: both;
}
.note {
	background: #e6ecf2;
	border-top: 2px solid #8996ad;
	border-bottom: 2px solid #8996ad;
}
.update, .notice {
	background: #FFF6BF;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;	
}
.alert {
	background: #ffbfbf;
	border-top: 2px solid #f33;
	border-bottom: 2px solid #f33;
}
.alert a {
	color:#f00;
}
.alert a:visited {
	color: #f33;
}
