body {
	margin: 0;
	padding: 0;
	font-size: 92%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #27271f;
	color: #333;
}

#banner {
	height: 51px;
	background: url(images/banner.png) bottom repeat-x;
}

	#banner a {
		background: none;
	}

#content {
	padding: 16px 0 128px 0;
	background: #2a2a2a;
}

#intro {
	width: 1000px;
	margin: 0 auto;
	padding: 16px;
	border: #2c2c2c 1px solid;
	background: url(images/intro.png);
	color: #ccc;
}

	#intro p {
		text-align: center;
	}
	
	#intro ol {
		margin: 0 auto;
		padding: 16px 0;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		text-align: center;
	}
	
		#intro ol li {
			float: left;
			width: 300px;
			margin-left: 32px;
		}

p.session, p.crumbs {
	text-align: center;
	color: #666;
}

ul#nav {
	margin: 32px 0 0 0;
	padding: 15px 0 15px 283px;
	text-align: right;
}

	ul#nav li {
		float: left;
		margin-right: 8px;
		list-style-type: none;
	}
	
	ul#nav a {
		padding: 16px 8px;
		font-family: Verdana, sans-serif;
		font-size: 0.8em;
		border: #999 1px solid;
		border-bottom: none;
		text-decoration: none;
		background: white url(images/nav_li.png) bottom repeat-x;
		color: #333;
	}
	
		ul#nav li:first-child a {
			border-left: #999 1px solid;
		}
	
		ul#nav a:hover {
			border: #fff 1px solid;
			border-bottom: none;
		}
		
		ul#nav a.active, a.add.active {
			font-weight: bold;
			background: white;
		}		
		
		ul#nav a:visited {
			color: #333;
		}
		
	ul#nav li.add {
		float: none;
		margin-right: 64px;
	}

#container {
	min-width: 740px;
	margin: 0 32px;
	overflow: auto;
	background: white url(images/action.png) left repeat-y;
}

#action {
	float: left;
	width: 244px;
	padding: 4px;
}
	
	#action ul.nav {
		padding: 0;
	}
	
	#action li em {
		font-size: smaller;
	}

#main {
	margin: 0 0 0 264px;
	padding: 4px 24px 32px 8px;
}

#search {
	margin: -4px;
	padding: 0;
}
	
	#search input {
		margin: 0;
		width: 212px;
		padding: 8px 26px 8px 4px;
		font-size: 0.8em;
		border: #e5e5e5 1px solid;
		background: #fff url(/css/images/search.png) right no-repeat;
	}
	
		#search input:focus {
			background: #fff url(/css/images/search_focus.png) right no-repeat;
		}


#flashMessage, #authMessage, #jsMessage {
	width: 180px;
	margin: 0 auto;
	padding: 16px 16px 16px 56px;
	background: url(images/notice.png) 8px 50% no-repeat;
	color: #ccc;
}

	#main #flashMessage, #main #authMessage, #main #jsMessage {
		color: #333;
	}

a {
	text-decoration: none;
	background: #98fd98;
	color: #333;
}	

	a:visited {
		color: #666;
		text-decoration: none;
	}

	a:hover {
		background: #ffff99; 
	}
	
	a:focus {
		background: #d8ffcc;
	}
	
	a img {
		border: none;
	}

a.bookmark {
	display: block;
	width: 80%;
	margin: 48px auto 0 auto;
	padding: 16px 16px 16px 64px;
	font-size: 1.38em;
	text-decoration: none;
	border: none;
	cursor: nw-resize;
	background: #f2b705 url(images/bookmark.png) 8px bottom no-repeat;
	color: #2a2a2a;
}
	
	a.bookmark:after {
		display: block;
		font-size: 0.8em;
		font-style: italic;
		color: #444;
	}
	
li.icon {
	margin: 0 -4px;
	list-style-type: none;
}
	
	li.icon em {
		font-size: smaller;
	}

	li.icon a, li.icon a:link, li.icon a:visited, li.icon a:hover {
		display: block;
		padding: 8px 4px 8px 64px;
		background: no-repeat 8px 50%;
		border: none;
		color: #2a2a2a;
	}
		
		li.icon a:hover, li.icon a.active {
			background-color: #2a2a2a;
			color: #fff;
		}
		
		li.icon a em {
			color: #666;
		}

		li.icon.all a {
			background-image: url(images/all.png);
		}
	
		li.icon.shopping a {
			background-image: url(images/shopping.png);
		}
		
		li.icon.networking a {
			background-image: url(images/networking.png);
		}
		
		li.icon.media a {
			background-image: url(images/media.png);
		}
		
		li.icon.reference a {
			background-image: url(images/reference.png);
		}
		
		li.icon.account a {
			background-image: url(images/account.png);
		}
	
div.meta, div.add {
	margin: 0 auto 32px auto;
	width: 52%;
	padding: 0 0 0 4px;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 0.6em;
	border: none;
	background: #e6e6e6 url(images/meta.png) bottom left no-repeat;
}

	div.meta p, div.add p {
		margin: 0;
		padding: 4px 4px 4px 0;
		background: url(images/meta_p.png) bottom right no-repeat;
	}
	
div.add {
	display: none;
	width: auto;
	float: left;
	margin-left: 8%;
}

	div.add p:first-letter {
		padding: 4px 0 4px 22px;
		background: url(images/add_em.png) no-repeat;
	}
	
p.view, p.touches {
	float: right;
	margin: 0 8% 8px 4px;
	padding: 0 0 0 4px;
	font-size: smaller;
	background: #383838 url(images/view.png) bottom left no-repeat;
	color: #fff;
}

	p.touches {
		margin: 0 16px 0 0;
	}
	
	p.view a, p.touches em {
		display: inline-block;
		padding: 4px 8px 4px 4px;
		text-decoration: none;
		background: url(images/view_a.png) bottom right no-repeat;
		color: white;
	}
	
		p.view a:hover { 
			text-decoration: underline;
		}

abbr, acronym {
	cursor: help;
}

fieldset {
	border: #e5e5e5 1px solid;	
}

	div.input {
		padding: 4px;
		margin-bottom: 8px;
		overflow: auto;
	}

		div.input.required label:after, div.input.password label:after {
			content: "Required.";
			margin-left: 4px;
			font-size: smaller;
			font-style: italic;
			color: #333;
		}

		div.input input, div.input select, div.input textarea {
			margin-left: 4px;
			min-width: 58.2%;
			max-width: 100%;
			color: #333;
		}

		div.matches {
			margin-left: 46%;
		}

			.matches span {
				display: inline-block;
				margin: 4px;
				padding: 4px;
				cursor: pointer;
				background: #6861ff;
			}

		form em {
			font-size: smaller;
			color: #666;
		}
		
		form code {
			font-style: normal;
			color: #333;
		}
	
	#main label {
		float: left;
		width: 40%;
		text-align: right;
	}
	
		#action label {
			display: block;
		}

	div.submit {
		width: 80%;
		margin: 16px auto;
		padding-top: 16px;
		text-align: center;
		border-top: 1px solid #ddd;
	}
	
	.error {
		background: #ffc1c1;
		border: #ff9595 1px solid;
	}

		.error-message {
			margin-left: 40%;
			text-align: center;
			color: red;
		}
		
	#captcha {
		display: block;
		margin: 0 auto;
		border: 1px solid #ccc;
		border-top: none;
	}
	
		#captcha_refresh {
			float: right;
			margin-top: -40px;
		}
		
table {
	margin: 16px auto;
	border-collapse: collapse;
}

	tr:hover {
		background: #eee;
	}

	th, td {
		border: 1px solid #ddd;
		padding: 8px;
	}

code {
	font-weight: bold;
	color: green;
}

	#main code {
		font-size: 1.6em;
	}
	
		#main form code {
			font-size: 1.2em;
		}

.pagination {
	clear: both;
	margin-top: 64px;
	text-align: center;
}

.disabled {
	color: #ccc;
}
		
ul.cloud {
	margin-right: 6px;
	padding: 0;
	list-style: none;	
}
	
	ul.cloud li {
		display: inline-block;
		padding-right: 16px;
	}

	
blockquote {
	margin: 0;
	padding: 8px;
	border: 1px solid #d8d6d6;
}

	blockquote:before {
		content: url(images/blockquote.png);
	}
	
	blockquote p:first-child {
		display: inline;
	}
	
	blockquote:after {
		content: url(images/blockquote_after.png);
		display: block;
		text-align: right;
	}
	
#footer {
	padding: 64px 0;
	background: url(images/footer.png) top repeat-x;
	color: #666;
}

	#footer p {
		text-align: center;
	}
	
	#footer a, .crumbs a, .session a {
		background: none;
		border-bottom: #98fd98 1px solid;
		color: #666;
	}
	
		#footer a:hover, .crumbs a:hover, .session a:hover {
			color: #ccc;
		}

.stretch:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}	

	* html .stretch {
		height: 1%;
	}

