/*
 * Generic stylesheet for the "Take Action" button demo.
 *
 * @copyright Copyright (c) 2009 Christian Siegert (http://christian-siegert.com/)
 * @link http://christian-siegert.com/take-action-button "Take Action" Button
 * @license http://www.opensource.org/licenses/mit-license.php The MIT License
 */

/******************************************************************************/
/* General */
/******************************************************************************/
body {	
	background: #F7FCFF url(../img/background.png) repeat-x;
	color: #2B2825;
	font-family: "DejaVu Sans", Verdana, "Trebuchet MS", "Microsoft Sans Serif", sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
}

a {
	color: #366799;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}

code {
	background: #f4f4f4;
	color: #555;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

h1, h2 {
	margin-top: 20px;
}

pre {
	background: #f4f4f4;
	border: 1px solid #eee;
	color: #555;
	margin: 0 0 0 20px;
	overflow: auto;
	padding: 10px;	
}

ul {
	
}

	ul li {
		margin: 10px 0 0 0;
	}

#content {
	margin: 0 auto;
	padding: 0 20px 20px 20px;
	width: 680px;	
}

.question {
	
}

.answer {
	
}