/* CSS Document */
/*
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
*/

.step-by-step-code blockquote {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-width: 0px;
	border-style: none;
}

.demo-form {
	font-family: Consolas, "Courier New", Courier, monospace;
	font-size: 0.9em;
	background-color: #f0f0f0;
	color: #333333;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 0.5em;
	margin-top: 8px;
}

.demo-form input {
	font-size: 0.8em;
	color: #666666;	
}

a.answer-link {
	font-size: 0.8em;
}

a:link.answer-link, a:active.answer-link, a:visited.answer-link, a:hover.answer-link {
	color: #6666CC;
}

a:hover.answer-link {
	color: #f0f0f0;
	background-color: #3366CC;
	font-weight: bold;
}

ul.self-test-list {
	margin-top: 12px;
}

ul.code-samples li, ul.self-test-list li {
	padding-bottom: 0.7em;
	padding-left: 0.2em;
}

/* doesn't work in IE, and jQuery as IE problems, so we settle for it looking better in non-IE */
ul.self-test-list li:last-child {
	padding-bottom: 0.1em;
}

/* doesn't work in IE, so we use jQuery
ul.self-test-list li:hover {
	padding-bottom: 0.7em;
	background-color: #ffffe0;
}
*/

pre.answer {
	display: none;
}

.step-by-step-wrapper {
	padding-left: 15px;
}

.inline-code, .step-by-step-code {
	font-family: Consolas, "Courier New", Courier, monospace;	
}

.step-by-step-code {
	font-size: 1em;
	cursor: pointer;
	display: block;
	padding-bottom: 12px;
}

.step-by-step-code .new-code {
	font-weight: bold;
	color: #FF0000;
}

textarea#my-jquery-code {
	font-family: Consolas;
	width: 450px;
	height: 200px;
	border-color:#666666;
	border-width: 1px;
	border-style: solid;
	background-color: #f0f0f0;
}

ul#recent-posts li a {
	font-weight: bold;
}

ul#recent-posts .recent-post-details {
	display: none;
	margin-left: 10px;
	margin-top: 2px;
}

ul#recent-posts .recent-post-date {
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size: 0.9em;
}

ul#recent-posts .recent-post-excerpt {
	color: #333333;
}

/* start part 4 -- basic effects */
#demo-buttons {
	padding-bottom: 10px;
}

/* wrapper for beautified code, contents are updated with multiple code samples */
#multiple-example-code-container {
	margin-top: 10px;
}

button.test-button {
	padding-left: 3px;
	padding-right: 3px;
	background-color: #f0f0f0;
}

/* bare anchor */
#see-the-code-link {
	display: block;
	text-decoration: underline;
	cursor: pointer;
	padding-top: 10px;
}

#whats-next-wrapper {
	display: none;
}

/* end part 4 */