body {
	background-color: #F1E9BB;
	color: #111;
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 62.5%;
}
h2 {
	font-size: 160%;
}
h3 {
	font-size: 120%;
	margin: 10px 0;
}
a {
	color: #F06B50;
}
a:hover {
	text-decoration: none;
}
code {
	background-color: #eee;
	border: 2px solid #333;
	color: #036;
	display: block;
	overflow-x: scroll;
	padding: 7px;
	white-space: pre;
}
ul {
	list-style: disc;
	margin-left: 30px;
}
dl {
	margin: 0 0 0 2em;
}
dt {
	clear: both;
	float: left;
	font-weight: bold;
	margin: 5px 0;
	width: 18%;
}
dd {
	float: left;
	margin: 5px 0;
	width: 75%;
}
/* common classes */
.clear-both { clear: both; }
.align-left { text-align: left; }
.align-right { text-align: right;}
.align-center { text-align: center; }
.align-top { vertical-align: top; }
.bold-text { font-weight: bold; }
.italic-text { font-style: italic; }
.notice, .error_message { font-weight: bold; color: #f00; }
.smalltext {font-size: 90%; font-weight: normal;}
.no-bullets { list-style: none; }
/* end common classes */
/*Container*/
.container {
	font-size: 120%;
	margin: 0 auto;
	width: 960px;
}
/*Header*/
#header {
	background: #5C483A;
	font-family: Georgia, Times, serif;
	padding-top: 20px;
}
#header .container {
	clear: both;
}
#header h1 {
	font-size: 240%;
	font-weight: normal;
	margin-bottom: 20px;
}
#header h1 a {
	color: #F1E9BB;
}
/*Header Navigation*/
#header_nav {
	background-color: transparent;
	list-style: none;
	overflow: visible;
	width: 100%;
}
#header_nav li {
	background: transparent;
	display: inline;
	font-size: 140%;
	letter-spacing: 2px;
}
#header_nav a {
	background: #6F6F68;
	border: 1px solid #111;
	color: #111;
	margin: 5px 10px;
	padding: 10px 25px 10px 25px;
	width: auto;
}
#header_nav a:hover,
#header_nav a.current {
	background-color: #AEAFA4;
	text-decoration: none;
}
#header_nav li ul {
	background: #6F6F68;
	margin: 0;
}
#header_nav li li {
	margin: 0;
}
#header_nav li li a {
	background: transparent;
	color: #fff;
	font-size: 70%;
	margin: 0;
}
#header_nav li li a:hover {
	background-color: #AEAFA4;
	text-decoration: none;
}
/* superfish overrides */
/*
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top: 60px; /* match top ul list item height /
}
*/
/* end superfish overrides */
/*End Header Navigation*/
/*End Header*/
/*Main Content*/
#main {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}
#main .container {
	overflow: hidden;
	padding-bottom: 20px;
}
#main h2, p { margin: 10px;}
#generated_passwords fieldset {
	margin: 15px 0;
	width: 98%;
}
#generated_passwords label {
	margin-left: 10px;
	width: 22%;
}
#generated_passwords .text input {
	width: 32%;
}
#generated_passwords .caption {
	float: left;
	margin: 5px 0 0 5px;
	width: 36%;
}
.examples {
	background-color: #eee;
	border: 2px solid #333;
	color: #036;
	display: block;
	overflow-x: scroll;
	white-space: pre;
}
.examples li {
	line-height: 100%;
}
/* Blog Specific */
#content {
	float: left	;
	width: 62%;
	margin-left: 20px;
	text-align: justify;
}
#content.nosidebar {
	margin-left: 0;
	width: 100%;
}
/* pagination */
.pagination {
	clear: both;
}
.pagination a, .pagination .current {
	border: 1px solid #111;
	display: block;
	float: left;
	margin: 10px 3px;
	padding: 3px 8px;
}
.pagination a {
	background-color: #6F6F68;
	color: #111;
	text-decoration: none;
}
.pagination a:hover {
	background-color: #AEAFA4;
	color: #111;
}
/* end pagination */
#posts, #post {
	clear: both;
	text-align: justify;
}
#post h1, .post h2 {
	border-bottom: 1px solid #3c3c3c;
	color: #020b1a;
	font-size: 160%;
	font-weight: normal;
	letter-spacing: -1px;
	padding-bottom: 5px;
}
.author, .published {
	font-size: 85%;
	margin-left: 25px;
	color: #7c7c7c;
}
.message {
	background-color: #effab4;
	border: 2px solid #3c3c3c;
	font-weight: bold;
	margin: 0;
	padding: 10px 7px;
}
#comments {
	clear: left;
	width: 95%;
	padding-bottom: 10px;
}
#comments h2 {
	font-size: 135%;
	margin: 0;
	border-bottom: 1px solid #3c3c3c;
	color: #3c3c3c;
}
.comment {
	font-size: 95%;
}
.comment h4 {
	font-size: 110%;
	margin: 10px 0;
	color: #020b1a;
}
.comment .date {
	color: #7c7c7c;
	font-size: 80%;
	font-weight: normal;
}
.commentform {
	width: 95%;
	margin-top: 20px;
}
.commentform th, commentform td {
	vertical-align: top;
	text-align: right;
}
#comments input,
#comments textarea {
	clear: both;
}
#comments label,
#comments .separator {
	margin: 2px 5px 2px 0;
	width: auto;
}
#comments .input {
	margin-top: 5px;
}
/* sidebar content */
#sidebar {
	border-left: 3px solid #020b1a;
	float: left;
	font-size: 120%;
	margin-left: 20px;
	width: 32%;
}
#sidebar div {
	margin-left: 10px;
	padding-left: 10px;
}
#sidebar h3 {
	border-bottom: 1px solid #020b1a;
	margin: 0;
}
#sidebar h3, #networking ul {
	color: #020b1a;
	padding-top: 10px;
}
#sidebar ol, #sidebar ul {
	margin-left: 0;
	padding-left: 2em;
	font-size: 85%;
}
#sidebar ul {
	font-size: 90%;
}
#sidebar li {
	margin: 5px 0;
}
#networking ul {
	padding: 0 0 0 1em;
}
#networking ul li {
	margin: 10px 0;
	padding: 0;
}
#amazon_wishlist p {
	font-size: 80%;
}
#amazon_wishlist h4 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#amazon_wishlist ul {
	list-style: none;
	padding: 0;
}
#amazon_wishlist li {
	margin-bottom: 30px;
	text-align: center;
}
.buy-links a {
	background: #6F6F68;
	border: 1px solid #111;
	color: #fff;
	padding: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.buy-links a:hover {
	background: #6F6F68;
	text-decoration: none;
}
/* end sidebar content */
/* End Blog Specific */
/* Portfolio Specific */
.site { clear: both; }
.site-image {
	float: left;
	width: 346px;
	margin: 25px 0;
	border-right: 1px solid #333;
}
.site-image-border {
	background-color: #fff;
	border: 3px solid #020b1a;
	margin: 50px;
}
.site-image-inner-border { margin: 20px 20px; }
.site-image-inner-border img { border: 1px solid #000; }
.site-description {
	float: left;
	width: 500px;
}
/* End Portfolio Specific */
.tools li {
	margin: 5px 0;
}
/* forms customization (generic styling in cake.generic.custom.css) */
form {
	margin-left: 10px;
}
.contact {
	font-size: 120%;
}
.input input,
.input textarea {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.separator {
	float: left;
	margin: 5px 5px 5px 0;
}
.submit {
	clear: both;
	float: left;
	margin: 10px 0 0 120px;
}
/* md5 and sha1 hash generator forms */
.hash-generator {
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: auto;
}
.hash-generator .input {
	float: left;
	width: 75%;
}
.hash-generator .input input {
	width: 65%;
}
.hash-generator .submit {
	clear: none;
	margin: 5px 0;
}
/* end md5 and sha1 hash generator forms */
/*
.submit input {
	background-color: #6F6F68;
	border: 2px solid #020b1a;
	font-size: 120%;
	font-weight: bold;
	padding: 7px 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
*/
/* end forms */
#footer {
	background-color: #5C483A;
	border-top: 1px solid #111;
	clear: both;
	font-size: 160%;
	text-align: center;
}
#footer .container {
	overflow: hidden;
}
#footer .nav {
	list-style: none;
	margin-top: 20px;
	overflow: auto;
	text-align: left;
}
#footer .nav li {
	float: left;
	width: 30%;
}
#footer .nav li.no-sub {
	width: 18%;
}
#footer .nav ul {
	margin-top: 5px;
}
#footer .nav li li {
	font-size: 80%;
	margin: 5px;
	width: 100%;
}
#footer .image-links {
	clear: both;
	margin: 10px 0;
	text-align: center;
}
#footer .image-links li {
	border: none;
	display: inline;
}
#footer .noborder { border: none; }
/* messages */
#flashMessage, #authMessage, #ajax_message, .flash-message {
	border: 2px solid #000;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px auto;
	padding: 0;
	width: 95%;
}
#flashMessage p, #authMessage p, #ajax_message p, .flash-message p {
	margin: 5px 0 5px 10px;
	padding: 0;
}
#ajax_message {
	display: none;
}
#ajax_message.display-block {
	display: block;
	background-color: #d1f2a5;
}
.flash-message.status {
	background-color: #d1f2a5;
}
.flash-message.error {
	background-color: #f37d81;
}
/* end messages */
.placeholder-documentation li {
	line-height: 1.5em;
	margin: 15px 0;
}