/* Fellowship One - API

author: Aaron Martin
website: www.fellowshiptech.com
version: 4 August 2009

Sections:	@ HTML Elements -		*, html, body, p, p + p, a:link, a:visited, a:hover, a:active,
									a img, hr, blockquote, code, strong, em, dl, dl dt
			@ Links -				a
			@ Headings -			h1, h2, h3, h4, h5, h6
			@ Forms -				input, textarea, input.checkbox, input.button, input.button:hover
			@ Navigation
			@ Structure
			@ Footer
			@ Content Items
*/

/* ============================================================================== @ HTML Elements */

html {
	background: #193065 url(http://developer.fellowshipone.com/_assets/img/bg-home.gif) repeat-x;
	text-align: center;
	}

body {
	font-family: Helvetica, Calibri, Candara, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, address, fieldset {
	margin-bottom: 20px;
	}

/*
table {
	margin-bottom: 20px;
	}
*/

blockquote {
	color: #0d3692;
	padding-left: 30px;
	padding-bottom: 1em;
	background: url(http://developer.fellowshipone.com/_assets/img/icon-quote.png) no-repeat 10px 4px;
	}

dl dt {
	font-weight: bold;
	}

dl dd {
	padding-left: 10px;
	}


/* ============================================================================== @ Links */

a:link, a:visited {
	color: inherit;
	}

a.altLinks {
	color: #fff;
	}

a:focus {
	outline: 1px dotted invert;
	}

h1 a,
a.plain {
	border: 0px solid;
	border-bottom: 0px solid;
	text-decoration: none;
	}

a.login {
	background: url(http://developer.fellowshipone.com/_assets/img/icon-user.png) no-repeat left center;
	padding: 15px 0 0 20px;
	padding-left: 20px !important;
	}

a.logout {
	float: right;
	padding: 15px 0 0 20px;
	padding-left: 20px !important;
	}

ul#recent li a {
	text-decoration: none;
	}

ul#recent li a:hover,
ul#recent li span.comments a {
	text-decoration: underline;
	}

#footer a {
	color: #8c98b2;
	}

	#wikiactive ul li a,
	#wikinav ul li a {
		border-bottom: 0px solid #253b6d;
		text-decoration: none;
		}

     

/* ============================================================================== @ Headings */

h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

h1.pad-b {
	padding-bottom: 10px;
	}

.application h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

.application h2 {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	}

	.application h1 a,
	.application h2 a {
		color: #0d3692;
		text-decoration: underline;
		}

h3 {
	color: #0d3692;
	font-size: 20px;
	font-weight: normal;
	line-height: 25px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

h4 {
	}

h5 {
	}

h6 {
	}



/* ============================================================================== @ Forms */

form#search {
	margin: 9px 0 0;
	}

	#wiki input[type=text],
	#wikicreate input[type=text],
	#wikisearch input[type=text],
	input.search,
	form#search input {
		background: #fff url(http://developer.fellowshipone.com/_assets/img/icon-magglass.png) no-repeat 7px center;
		border: 1px solid #a3bdc5;
		color: #7f7f7f;
		font-size: 10px;
		height: 18px;
		padding: 4px 5px 6px 20px;
		width: 150px;
		}

	#wiki input[name=revision_notes],
	#wiki input[name=redirect],
	#wiki input[name=rename] {
		background: none;
		width: 300px;
		}

#comment label,
#wiki label {
	float: left;
	font-weight: bold;
	margin-top: 5px;
	width: 100px;
	}

input[type=text] {
	}

#wiki textarea {
	border: 1px solid #a3bdc5;
	padding: 5px;
	width: 628px;
	}



/* ============================================================================== @ Navigation */

#nav {
	background: url(http://developer.fellowshipone.com/_assets/img/bg-nav.png) no-repeat center top;
	height: 50px;
	}

#nav img {
	float: left;
	padding: 7px 0 0 4px;
	}

#nav ul.nav {
	float: right;
	height: 50px;
	margin: 0 15px 0 0;
	}

	#nav ul.nav li {
		color: #193065;
		display: inline;
		font-size: 16px;
		font-weight: bold;
		float: right;
		line-height: 16px;
		padding: 16px 15px 0;
		text-shadow: #fff 0px 1px 0px;
		}

	#nav ul.nav li.search {
		color: #193065;
		font-size: 16px;
		font-weight: bold;
		float: right;
		line-height: 16px;
		padding: 0 0 0;
		text-shadow: none;
		}

	#nav ul.nav li.active,
	#nav ul.nav li:hover {
		border-top: 3px solid #5c81b4;
		padding: 13px 15px 0;
		}

	#nav ul.nav li.search:hover {
		border-top: 0px solid #5c81b4;
		padding: 0 0 0;
		}

		#nav ul.nav li a {
			color: #193065;
			border-bottom: 1px solid #193065;
			padding: 0 0 1px;
			text-decoration: none;
			}

		#nav ul.nav li em {
			font-size: 10px;
			font-style: normal;
			}



/* ============================================================================== @ Structure */

body #main {
	background: #fff;
	padding: 20px 0;
	}

body#single #wiki,
body#single #main {
	background: #fff url(http://developer.fellowshipone.com/_assets/img/bg-subpage.png) repeat-x left -50px;
	padding: 40px 0;
	}

#header {
	}

#intro {
	background: url(http://developer.fellowshipone.com/_assets/img/bg-intro-glow.png) no-repeat center center;
	color: #fff;
	font-size: 14px;
	height: 270px;
	line-height: 24px;
	padding: 30px 0 0 0;
	}

#intro ul {
	color: #8c98b2;
	padding: 10px 0 0 60px;
	}

	#intro ul li a {
		color: #8c98b2;
		}

	#intro ul li {
		font-size: 11px;
		line-height: 18px;
		list-style-position: inside;
		list-style-type: disc;
		}

#aside ul {
	padding-left: 0 !important;
	}

	#aside ul li {
		list-style-type: none;
		list-style-position: outside;
		padding-left: 0 !important;
		}

ul#recent {
	}

	/*ul#monthly li,*/
	ul#categories li,
	ul#recent li {
		font-weight: bold;
		line-height: 18px;
		list-style-type: none;
		padding-bottom: 6px;
		}

		/*ul#monthly li span.comments,*/
		ul#recent li span.comments {
			font-weight: normal;
			}

.legal .grid_10 ul {
	padding: 0 0 0 40px;
	}

	.legal .grid_10 ul li {
		list-style-type: disc;
		list-style-position: outside;
		}

.entry {
	margin: 0 0 40px;
	}

#comments {
	margin: 0 0 50px;
	}

	#comments .comment {
		border-bottom: 1px solid #c1c1c1;
		margin: 0 0 15px;
		}

		#comments .comment span.comment-date {
			color: #777777;
			font-size: .8em;
			}

#comment {
	}

.grey-sm {
	color: #777777;
	font-size: .8em;
	line-height: 1.5em;
	}

.application {
	border-bottom: 3px solid #ccc;
	margin: 0 0 20px;
	padding: 0 0 20px;
	}


/* ============================================================================== @ Footer */

#footer {
	background-color: #193065;
	color: #8c98b2;
	height: 200px;
	padding: 20px 0;
	}

	#footer img {
		padding-bottom: 10px;
		}


/* ============================================================================== @ Wiki Styles */

#memberinfo {
	background: url(http://developer.fellowshipone.com/_assets/img/bg-wiki-usernav.png) no-repeat left bottom;
	margin: 0 0 10px;
	padding: 10px 0;
	}

	#memberinfo span.mispacer {
		color: #777;
		font-size: 11px;
		padding: 0 7px;
		}

#breadcrumb {
	background-color: #193065;
	border-top: 1px solid #53648c;
	border-bottom: 1px solid #000;
	color: #fff;
	font-size: 11px;
	margin: 0 0 10px;
	padding: 7px 10px 6px;
	}

	#breadcrumb span.breadcrumbspacer {
		color: #5e6f94;
		font-size: 11px;
		padding: 0 7px;
		}

#wikiactive,
#wikinav {
	background-color: #193065;
	color: #fff;
	padding: 10px 10px 0;
	}

	#wikiactive div.hr,
	#wikinav div.hr {
		border-bottom: 1px solid #475984;
		margin: 7px 0;
		}

#wikiactive ul,
#wikinav ul {
	}

	#wikiactive ul li,
	#wikinav ul li {
		border-bottom: 1px solid #253b6d;
		color: #fff;
		font-weight: bold;
		padding: 7px 0;
		}

#wikicreate,
#wikisearch {
	margin: 0 0 20px;
	}

	#wikicreate img,
	#wikisearch img {
		padding: 0 0 5px;
		}

#wiki h1 {
	margin: 4px 0 0;
	}

	#wiki h1 span {
		clear: both;
		float: right;
		font-size: 11px;
		margin: 2px 5px 0 0;
		}


/* ============================================================================== @ Tour Slide */

#tour {
	height: 270px;
	overflow: hidden;
	width: 580px;
	}

	#tour #tourslider {
		height: 210px;
		overflow: hidden;
		width: 580px;
		}
	
		#tour #tourslider #tourslide {
			height: 210px;
			width: 1800px;
			}

			#tour #tourslider #tourslide #explore,
			#tour #tourslider #tourslide #experience,
			#tour #tourslider #tourslide #engage {
				float: left;
				height: 210px;
				margin: 0 20px 0 0;
				width: 580px;
				}

			#tour #tourslider #tourslide #explore {
				background: url(http://developer.fellowshipone.com/_assets/img/bg-intro-arrow.png) no-repeat left 170px;
				}

			#tour #tourslider #tourslide #experience {
				background: url(http://developer.fellowshipone.com/_assets/img/bg-intro-arrow.png) no-repeat 190px 170px;
				}

			#tour #tourslider #tourslide #engage {
				background: url(http://developer.fellowshipone.com/_assets/img/bg-intro-arrow.png) no-repeat 375px 170px;
				}


/* ============================================================================== @ Content Items */

div.hr {
	border-bottom: 1px solid #d6d6d6;
	height: 0px;
	margin: 10px 0;
	}

div.hr-light {
	border-bottom: 1px solid #f2f2f2;
	height: 0px;
	margin: 10px 0;
	}

#aside {
	background: url(http://developer.fellowshipone.com/_assets/img/bg-recententries.png) no-repeat left top;
	width: 320px;
	padding-left: 20px;
	padding-top: 20px;
	}

	#aside div.hr {
		border-bottom: 1px solid #d6d6d6;
		height: 0px;
		margin: 5px 0;
		}

.bask {
	color: #474747;
	font-family: Baskerville, Times, serif;
	font-size: 1.25em;
	font-style: italic;
	}

p.moreinfo {
	border-top: 1px solid #e5e5e5;
	border-bottom: 3px solid #ccc;
	padding: 10px 0 10px 0;
	}

.alert {
	background: #fcfde3 url(http://developer.fellowshipone.com/_assets/img/icon-alert.png) no-repeat 10px center;
	border: 1px solid #d8dede;
	margin: 1em 0;
	padding: 10px 10px 10px 25px;
	}

.warning {
	background: #d36d6d url(http://developer.fellowshipone.com/_assets/img/icon-warning.png) no-repeat 10px center;
	border: 1px solid #d8dede;
	color: #fff;
	font-weight: bold;
	margin: 1em 0;
	padding: 10px 10px 10px 25px;
	}

.success {
	background: #fff url(http://developer.fellowshipone.com/_assets/img/icon-success.png) no-repeat 8px center;
	border: 1px solid #92b993;
	margin: 1em 0;
	padding: 10px 10px 10px 25px;
	}

p.authorinfo {
	margin-top: -1em 0;
	}

p.tease {
	font-size: 16px;
	line-height: 24px;
	}

.pad-b10 {
	margin-bottom: 10px !important;
	}

.pad-b20 {
	margin-bottom: 20px !important;
	}

.pad-b40 {
	margin-bottom: 40px !important;
	}

.pad-b60 {
	margin-bottom: 60px !important;
	}

img#registernow {
	padding: 30px 0 0 15px;
	}

.result {
	border-bottom: 1px solid #c1c1c1;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	}

#main ul.checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}
	
#main ul.checklist li {
  background: url(http://developer.fellowshipone.com/_assets/img/check.png) no-repeat left top;
  padding-left: 26px;
  margin-bottom: 10px;
}

#main ul.checklist li p {
  margin-bottom: 10px;
}

#main ul.checklist li pre {
  margin-bottom: 0;
}