.cake-sql-log {
	clear: both;
	margin: 0 20px;
}

body {
	font-family: helvetica, arial, sans-serif;
	background: #322;
	color:#585858;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	color: #184366;
	padding-bottom: 0em;
	margin-bottom: 1em;
	border-bottom: 1px dotted #E1E1E1;
	font-weight: normal;
}

h5, h6 {
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2.2em;
}

h3 {
	font-size: 2em;
}

b, strong {
	background: #FDFFB6 none repeat scroll 0 0;
	font-weight:bold;
}

i, em {
	background: #FDFFB6 none repeat scroll 0 0;
	font-style: italic;
}

a:link {
	color: #184366;
}

a:visited {
	color: #5c6618;
}

a:hover {
	
}

form div.input {
	margin-bottom: .5em;
}

form input, form label, form textarea {
	display: block;
}

form input, form textarea {
	width: 350px;
	font-size: 1.25em;
	font-family: helvetica,arial,sans-serif;
}

form .submit input {
	width: auto;
	font-size: .95em;
}

#container {
	overflow: hidden;
	background: white;
}

#header {
	margin-bottom: 2em;
}

#header h1 {
	margin-bottom: .5em;
	border: none;
}

#toplevel {
	overflow: hidden;
	font-size: 1.2em;
}

#toplevel div.top {
	float: left;
	padding: 10px 15px;
	margin: 0 15px 0 0;
	
	border: 1px solid #ddd;
	
	background-color: #444;
}

#toplevel div.top a:link, #toplevel div.top a:visited {
	color: white;
}

#toplevel div.home {
	background: #731d1d;
}

#toplevel div.tour {
	background: #1d732b;
}

#toplevel div.about {
	background: #1d3d73;
}

#toplevel div.blog {
	background: #caa200;
}

.post {
	
}

.post h3 {
	margin-bottom: .5em;
}

.post .post-meta {
	margin-bottom: 1em;
	padding: .5em;
	font-size: .8em;
	background: #efefef;
	border-left: 2px solid #bbb;
}

.post .post-meta p {
	margin-bottom: 0;
}

.post-comments {
	margin-bottom: 1em;
}

#footer {
	background: #593c3c;
	color: #efefef;
	text-align: center;
	padding: 5px 0;
	
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}

#footer a:link, #footer a:visited {
	color: #efefef;
}

#footer p {
	margin: 0;
}
