/*   
	Theme Name: Bokeh
	Theme URI: davidandjennilyn.com
	Description: The blur brings emphasis to what is to be in focus
	Author: David Lim
	Author URI: davidandjennilyn.com
	Version: 3.0
	Tags: light on dark, bokeh, david, jennilyn
*/


/* Global Styles */
a { color: #b77400; }
a:active,
a:focus,
a:hover { color: #ceaa67; }

body {
	background: url('images/background2.jpg') top center no-repeat;
	background-color: #301b00;
	color: #bbb;
}

h1, h2, h3, h4, h5, h6,
#header,
#navigation,
#footer,
p.category,
p.postmeta,
div#post-navigation {
	color: white;
	font-family: "Palatino Linotype", "Times New Roman", "Times", serif;
}

.testbox {
	background-color: #555;
	height: 90px;
}

.textright {
	text-align: right;
}

div#screen {
	background: url('images/screen.png');
	margin: 0 auto;
	width: 950px;
}

/* Override Blueprint */
blockquote { color: #888; font: normal 1.25em "Palatino Linotype", "Times New Roman", "Times", serif; }
h4 { height: auto; }

/* Header */
div#header {
	padding-top: 18px;
}

	#header h1 {
		font-size: 4em;
		line-height: 2em;
		margin: 0;
		padding: 0;
	}

	#header h1 a,
	#header h1 a:hover {
		color: #ceaa67;
		text-decoration: none;
	}

	#header h2 {
		color: #83500d;
		font-size: 1.5em;
		margin-bottom: 0;
	}

	#header p {
		color: #777;
		text-align: justify;
	}

/* Navigation */
#navigation {
	border-bottom: 1px solid #5a3607;
	color: #5a3607;
}

	#navigation ul {
		list-style-type: none;
		margin: 0;
	}

		#navigation ul li {
			display: inline;
		}

	#navigation a {
		color: #83500d;
		display: block;
		float: left;
		font-size: 1.5em;
		margin-right: 40px;
		text-decoration: none;
	}

		#navigation a.current {
			color: #b77400;
		}

		#navigation a:hover {
			color: #ceaa67;
		}

#tagline {
	color: #83500d;
	font-size: 1.25em;
	padding-top: 4px;
	text-align: right;
}

/* Posts */
div#content {
	padding-top: 36px;
}

div.post {
	clear: both;
	color: #bbb;
	margin: 0 0 36px 0;
	overflow: hidden;
	padding-bottom: 18px;
}

	div.post h2,
	p.category,
	p.postmeta {
		text-align: center;
	}

	p.category {
/*		background: url('images/category_border.jpg') center 18px no-repeat; */
		border-bottom: 1px solid #5a3607;
		font-size: 1.5em;
		letter-spacing: .1em;
		line-height: 1em;
		margin: 0;
		padding: 0;
	}

	p.category a {
		color: #83500d;
		text-decoration: none;
	}

	div.post h2 {
		color: #83500d;
		font-size: 3em;
		line-height: 1.25em;
		margin: 0;
		padding: 0;
	}

	div.post h2 a {
		text-decoration: none;
	}

	div.post h2.jump {
		margin-bottom: 1em;
	}

	div.post h3 {
		color: #1783b9;
	}

	div.post p.postmeta {
		color: #888;
	}

		p.postmeta a {
			text-decoration: none;
		}

div.entry {
	margin: 0;
	padding: 0;
}

	div.entry h4 {
		font-size: 1.5em;
	}

	div.entry p img.border {
		border: 1px solid #aaa;
	}

	div.entry p img.right {
		float: right;
		margin-top: 0;
	}

	div.entry p img.center,
	div.entry embed {
		display: block;
		float: none;
		margin: 0 auto 18px auto;
		text-align: center;
	}

div.spread {
	margin-bottom: 8px;
}

div.spread img {
	margin-bottom: 10px;
}

div.row {
	clear: both;
	margin-bottom: 18px;
}

div.post a.more-link {
	display: block;
}

table.comparison {
	border-bottom: 1px solid #555;
}

	table.comparison th {
		background-color: transparent;
		border-bottom: 1px solid #555;
	}

	table.comparison td {
		border-bottom: 1px solid #333;
	}


#bible_log {

}

#bible_log th {
	background-color: transparent;
	border-bottom: 1px solid #ccc;
}

	#bible_log td {
		border-bottom: 1px solid #555;
	}

	.comments h3 { color: #83500d; }
	.comments #submit {
			background-color: #222;
			border: 1px solid #555;
			color: #888;
		}

		.comments #submit:hover {
			background-color: #333;
			color: #bbb;
		}

	textarea#comment {
		border: 1px solid #aaa;
		background-color: #333;
		color: #ddd;
		width: 390px;
	}

#sidebar h3,
#subcontent h3 {
	border-bottom: 1px solid #83500d;
	color: #83500d;
	margin-bottom: 17px;
}

	#subcontent h3 a {
		text-decoration: none;
	}

	#subcontent ul {
		margin: 0;
	}

	#subcontent ul li {
		list-style-type: none;
	}

	#subcontent ul li a {
		text-decoration: none;
	}

	#subcontent ul li a:visited {
		color: #83500d;
	}

		#subcontent ul li a:hover {
			text-decoration: underline;
		}
/*
#swings {
	background: url('images/header.jpg') top right no-repeat;
	height: 234px;
}
*/

#albums,
#recent_comments,
#archives,
#categories,
#friends {
	margin-bottom: 54px;
}

#albums {

}

	#albums ul {
		margin: 0;
	}

	#albums ul li {
		list-style-type: none
	}

	#albums ul li a {
		text-decoration: none;
	}

	#albums ul li a:hover {
		text-decoration: underline;
	}

	#albums ul li a:visited {
		color: #83500d;
	}

#archives {
	color: #999;
	overflow: auto;
}

	#archives h4 {
		color: #83500d;
		font-size: 1.2em;
		letter-spacing: 10px;
		margin: 0;
	}

	#archives ul {
		list-style-type: none;
		margin: 0 0 18px 0;
	}

		#searchform input[type=text] {
			background-color: #222;
			border: 1px solid #888;
			color: white;
		}

		#searchform #searchsubmit {
			background-color: #222;
			border: 1px solid #555;
			color: #888;
		}

		#searchform #searchsubmit:hover {
			background-color: #333;
			color: #bbb;
		}

#friends ul {
	list-style-type: none;
	margin: 0;
}

	#friends li {
		color: #888;
		margin-bottom: 18px;
	}

#recent_comments ul {
	list-style-type: none;
	margin: 0;
}

	#recent_comments ul li {
		color: #888;
		margin-bottom: 18px;
	}

	#recent_comments ul li p {
		margin: 0;
	}

	#recent_comments .comment {
		font: normal 1em "Palatino Linotype", "Times New Roman", "Times", serif;
	}

	#recent_comments .author {

	}

#subcontent {
	padding-top: 36px;
}

#footer {

}

	#footer p {
		color: #ceaa67;
		padding-top: 36px;
		text-align: center;
	}

/* Photos Page */
div.albums h2 {

}

.albums p {
	color: #ceaa67;
	text-align: center;
}

.albums h3 {
	color: #83500d;
	font-size: 2em;
	letter-spacing: 10px;
	margin-bottom: 4px;
}

.albums ul {
	list-style-type: none;
	margin: 0 0 36px 0;
}

	.albums ul li a {
		text-decoration: none;
	}

	.albums ul li a:visited {
		color: #83500d;
	}

		.albums ul li a:hover {
			text-decoration: underline;
		}

/* About Us Page */
div.about img {
	margin-bottom: 18px;
}

div.about h3 {
	margin-bottom: 9px;
}

div.about ul {
	list-style-type: none;
	margin: 18px 0;
}

div.about ul li {

}

/* Party Template */
#party {
	margin-top: 18px;
}

#party h3 {
	color: #0a0;
}

ul.details {
	color: orange;
	font: 1.2em "Palatino Linotype", "Times New Roman", "Times", serif;
	line-height: 2.5em;
}

#party th {
	background-color: transparent;
	border-bottom: 1px solid #aaa;
}


/* Utility CSS */
div.tab {
	margin-left: 40px;
}
