/* CloudCoder website css */

html {
	font-family: "Georgia", "Times", serif;
	font-size: 16px;
}

html, body {
	margin: 0;
	padding: 0;
	border: 0;
}

p {
	margin-top: 14px;
}

blockquote {
	margin: 30px 120px;
	background: #dfd;
	border-radius: 24px;
	box-shadow: rgba(0,0,0,0.5) 0px 0px 16px;
	padding: 8px 16px;
}

#topnav, #footer {
	text-align: center;
	padding: 8px 16px;
	background: #ddd;
	border-bottom: 2px solid silver;
}

#topnav_inner {
	margin-left: 80px;
	margin-right: 80px;
	line-height: 2;
}

#footer {
	border-top: 2px solid silver;
}

#topnav a {
	background: silver;
	border: 4px solid silver;
	border-radius: 12px;
	padding: 0px 8px;
	text-decoration: none;
	color: black;
}

#topnav a:hover {
	background: black;
	color: white;
	border: 4px solid black;
}

#pageTitle {
	/*border-bottom: 2px solid silver;*/
	border-radius: 30px;
	background: #ddf;
	box-shadow: rgba(0,0,0,0.5) 0px 0px 16px;
	margin-top: 24px;
	margin-bottom: 24px;
}

#pageTitle-inner {
	font-size: 180%;
	font-weight: bold;
	padding: 4px 30px;
}

#content, #comments-container {
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 0px 80px;
}

#content h1 {
	font-size: 160%;
}

#content h2 {
	font-size: 130%;
}

#content pre {
	display: block;
	background: #ddd;
	border: 2px solid silver;
	margin: 8px 40px;
	padding: 8px;
}

.screenshot {
	float: right;
	width: 320px;
	margin-left: 32px;
	margin-top: 12px;
	margin-bottom: 12px;
	box-shadow: rgba(0,0,0,0.5) 0px 0px 16px;
}

/* Minor tweak to get the CC image link to align nicely with the footer text */
a.cc-img {
	vertical-align: -2px;
}

div.tagline {
	font-style: italic;
	font-size: 90%;
	text-align: right;
}
