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

body {
	font-family: Georgia,"Times New Roman",serif;
	color: #262626;
	background: #c4cc8a url(../img/background.jpg) no-repeat center top;
}

a:link {
	color: #d90000;
}

a:visited {
	color: #8c0000;
}

a:hover {
	color: #8c0000;
}

abbr {
	border-bottom: 1px dotted gray;
}

h1, h2, h3 {
	
}

h2 {
	font-size: 2.5em;
	font-weight: normal;
	text-shadow: 1px 1px #ccc;
}

h3 {
	text-shadow: 1px 1px 1px #ccc;
	font-weight: normal;
}

blockquote {
	padding: .5em 1em;
	margin: 1em;
	border-left: 3px solid #C4CC8A;
	background: #F9FFCF;
	font-style: italic;
}

blockquote p {
	margin: 5px 0;
}

#header {
	text-shadow: 1px 1px #aaa;
	color: #2e2500;
}

#header h1 {
	font-weight: normal;
	font-family: georgia;
	font-size: 2.5em;
	font-style: italic;
	margin: 0;
}

#header h1 a:link, #header h1 a:visited {
	color: #2e2500;
}

#tagline {
	
}

#navigation {
	width: 970px;
	background: url(../img/navi-background.png) no-repeat center bottom;
}

#menu {
	font-style: italic;
	font-size: 16px;
	margin: 0 15px .75em 15px;
}

#menu  a {
	margin: 0 10px;
	font-style: normal;
}

.amp {
	font-family: "Hoefler Text", Baskerville, Georgia, serif;
	font-style: italic;
	line-height: 1em;
}

#rounded_top {
	background: url(../img/content-background.png) no-repeat center top;
	height: 10px;
}

#container {
	width: 970px;
	background: url(../img/content-repeat.png) repeat-y center top;
}

#wrapper {
	background: url(../img/content-background.png) no-repeat center -10px;
}

#flashMessage {
	margin: 0 10px;
	padding: 5px;
	background: #ccf;
	border: 1px solid #99c;
	border-top: none;
}

#content {
	width: 960px;
	margin: 0px auto 0 auto;
}

#hero {
	padding-top: 10px;
}

#hero table.bars {
	width: 100%;
	height: 25px;
	margin: 0;
}

#hero table.bars td {
	width: auto;
}

#footer {
	border-top: 5px solid #555;
	padding: 1em 0;
	margin-top: 1em;
}

#footer p {
	margin: 0;
}

#posts-view .post {
	padding: 0;
	border: none;
}

#posts-category #category-label {
	font-weight: normal;
	margin: 0;
	font-style: italic;
	letter-spacing: .5px;
	text-shadow: .5px .5px #AAAAAA;
}

.post {
	padding: 1em 0;
	border-top: 5px solid silver;
}

.first {
	border: none;
	padding-top: 0;
}

.post h2 {
	margin-bottom: 0em;
}

.post h2 a {
	color: #262626;
}

.post-meta {
	margin-bottom: 2em;
	overflow: hidden;
	padding-bottom: .25em;
	border-bottom: 1px solid #dedede;
}

.post-meta p {
	margin: 0;
	font-variant: small-caps;
	color: #454545;
}

.post-footer p {
	margin: 0;
}

.post-comments {
	border-top: 1px solid #dedede;
}

.post-comments h4 {
	font-weight: normal;
	font-style: italic;
}

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

.post-comments .comment p {
	margin-bottom: 0;
}

.post-comments .date {
	font-variant: small-caps;
}

.post-comments .author {
	font-style: italic;
}

.post-comments .comment .comment-body {
	margin: .5em 0;
}

form {
	margin-bottom: 1em;
}

form input, form label, form textarea {
	display: block;
	width: 45%;
	font-family: helvetica, arial, sans-serif;
	font-size: 1.1em;
}

form .checkbox input, form .checkbox label {
	width: auto;
	float: left;
}

form .textarea textarea {
	width: 100%;
	height: 200px;
}

.submit input {
	width: auto;
	font-size: 1em;
	clear: both;
}

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

#archive {
	padding: 1em 0;
	margin: 0;
	border-top: 5px solid silver;
}

#sidebar {
	float: right;
}

#twitter_logo {
	margin-bottom: -2px;
}

#smallpic {
	margin-top: 50px;
	margin-bottom: 50px;
}

.rss img {
	margin-bottom: -4px;
}

#passwords input {
	width: 100%;
	font-size: 1.5em;
	font-family: monospace;
}

.flickr-photoset {
	background: #222 url(../img/photoset-loading.gif) no-repeat center center;
	height: 85px;
	padding: 10px 0 0 10px;
	margin-bottom: 10px;
	
	border: 1px solid #666;
	overflow: hidden;
}

.flickr-photoset a {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid white;
}

.flickr-photoset a img {
	border: 7px solid white;
}

.flickr-photoset a:hover {
	border-color: #bbb;
}

.flickr-photoset a:hover img {
	border-color: #efefef;
}

#flb-photo-wrapper {
	background: rgba(0, 0, 0, .75);
	width: 100%;
	display: none;
	padding: 0px 25px 10px 25px;
}

#flb-photo-wrapper #flb-photo-container {
	
}

#flb-photo-wrapper #flb-photo {
	border: 15px solid white;
}

#flb-photo-wrapper #flb-photo-title {
	background: white;
	padding: 15px;
}

.ui-dialog-titlebar {
	text-align: right;
	background: rgba(0, 0, 0, .75);
	padding: 10px 25px;
}