/*
Theme Name: JenEngel.com Blog
Theme URI: http://jenengel.com/blog
Description: The default WordPress theme for the JenEngel.com blog.
Version: 1.0
Author: BlaseDesign.com
Author URI: http://blasedesign.com/
Tags: custom theme, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Begin Typography & Colors */
/************STYLES from main site ********************/
body {
	font: 11px Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #444;
	background: url('images/body-bg.gif');
}
#page {
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 17px;
	width: 958px;
}
#main {
	background: #676767;
	border: 1px solid #1a1a1a; 
	border-top: none;
	height: 100%;
	overflow: hidden;
	padding: 179px 5px 6px;
	position: relative; 
}
.top-side {
	height: 178px;
	left: 5px;
	overflow: hidden;
	position: absolute;
	top: 0; 
	width: 946px;
}
/*header start*/
#header {
	background: url(images/header-bg.gif) no-repeat ;
	height: 102px;
	overflow: hidden;
	padding: 41px 50px 0 56px;
}
/*logo start*/
#header h1 {
	float: left;
	margin: 0;
}
#header h1 a {
	background: url('images/logo.gif') no-repeat;
	float: left;
	height: 72px;
	overflow: hidden;
	text-indent: -9999px;
	width: 301px;
}
/*logo end*/
/* joshua logo start */
#header .logo2 {
	float: right; 
	margin: 43px 0 0;
}
#header .logo2 img {
	display: block; 
}
/* joshua logo end */
/*header end*/
/* navigation start */
#navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	height: 35px;
	background: url(images/navigation-bg.gif) repeat-x ;
	text-align: center; 
	font: 11px Arial, Helvetica, sans-serif;
}
#navigation li {
	line-height: 36px;
	display: inline; 
	padding: 0 12px;
	letter-spacing: 1px;
}
#navigation li a {
	text-decoration: none; 
	color: #828282;
}
#navigation li a.active, #navigation li a:hover {
	color: #b4c0b9;
}
/* navigation end */
/* content start */
#content {
	overflow: hidden;
	height: 100%;
	background: #fff url(images/content-bg.gif) repeat-y ;
	padding: 0 41px 28px 15px;
}
/* main start */
.main {
	background-color:#fff;
	float: right; 
	width: 607px;
	padding: 29px 0 0;
}
/* Main headlines */
.main h2.head {
	margin: 0 0 -13px; 
	overflow: hidden;
	text-indent: -9999px;
	width: 607px;
	height: 30px;
}
.main a {
	color:#72898a;
}
.main a:hover {
	color:#231f20;
}
/* main end */
/* sidebar start */
.sidebar {
	float: left; 
	width: 230px;
	padding: 0 0 10px;
}/* form start */
.form {
	overflow: hidden;
	height: 100%;
	background: #b4c0b9 url(images/contact-top-bg.gif) no-repeat ;
	margin: 16px 0 0;
}
.form .bg {
	color:#444;
	xoverflow: hidden;
	height: 100%;
	background: url(images/contact-bottom-bg.gif) no-repeat 0 100%;
	padding: 5px 0 9px 11px;
}
.form a {
	color: #444;
	text-decoration: none; 
}
.form a:hover {
	color:#444;
	text-decoration: underline; 
}
/* form end */
/* footer start */
#footer {
	margin: 11px 0 0;
	border: 1px solid #1a1a1a;
	background: #676767;
	padding: 16px 0;
}
#footer .bg {
	overflow: hidden;
	height: 100%;
	background: url(images/footer-line.gif) repeat-y 243px 0;
	padding: 0 25px 0 47px;
	color: #a9a9a9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer .left {
	float: left;
	line-height: 12px;
	margin: 12px 0 0; 
}
#footer .right {
	margin: 4px 0 0; 
	float: right; 
	line-height: 12px;
	text-align: center; 
}
#footer .center {
	float: left; 
	width: 382px;
	padding: 0 0 3px 91px;
	margin: -1px 0 0;
}
#footer .center ul {
	margin: 0;
	padding: 0; 
	line-height: 12px;
	list-style: none;
	text-align: center; 
}
#footer .center ul li {
	display: inline; 
	text-transform: uppercase; 
	padding: 0 3px 0 7px;
	background: url(images/footer-divider.gif) no-repeat 0 2px;
}
#footer .center ul li.first {
	background: none; 
	padding-left: 3px;
}
#footer .center a, #footer .left a, #footer .right a {
	color: #a9a9a9;
	text-decoration: none; 
}
#footer .center a:hover, #footer .left a:hover, #footer .right a:hover {
	text-decoration: underline; 
}
#footer .center p {
	margin: 0; 
	text-align: center; 
	line-height: 12px;
}
/* footer end */
/**************************END styles from MAIN SITE *************************/
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
small {
	font-family: Georgia, Times, Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
h1, h2, h3 {
	font-family: Georgia, Times, Serif;
	font-weight: boldcont;
}
h1 {
	font-size: 4em;
	text-align: center;
}
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}
h2 {
	font-size: 1.6em;
}
h2.pagetitle {
	font-size: 1.6em;
}
.sidebar h2 {
	color:#fff;
	font-family: Georgia, Times, Serif;
	font-size: 1.2em;
}
h3 {
	font-size: 1.3em;
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	xcolor: white;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	xcolor: #333;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, .sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}
.entry p a:visited {
	color: #b85b5a;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar { 
	display:none;
	xfloat: right;
	xborder: 1px solid #eee;
	xpadding: 2px;
	xbackground: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
	font-weight: normal;
}
small, .sidebar ul ul li, .sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */
/* Begin Structure */
.post {
	margin: 0 0 20px;
	text-align: justify;
}
.post hr {
	display: block;
}
.widecolumn .post {
	margin: 0;
}
.postmetadata {
	clear: both;
	margin: 10px 0 30px 0;
}
.post .postmetadata {
	border: 1px dotted #aaa;
	border-width: 1px 0 0 0;
	clear: both;
	margin: 10px 0 30px 0;
	padding: 5px 0 0 0;
}
.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.attachment {
	text-align: center;
	margin: 5px 0px;
}
.clear {
	clear: both;
}/* End Structure */

/*	Begin Headers */
h2.pagetitle {
	xmargin-top: 30px;
	text-align: center;
}
h3 {
	xpadding: 0;
	xmargin: 30px 0 0;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}/* End Headers */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
/* End Images */
/* Begin Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer =< 6, which merely default to normal bullets. */
	
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}
/*
.entry ul li:before, .sidebar ul ul li:before {
	content: "\003e \0020";
	xcontent: "&raquo;";
}
*/
.entry ul li:before {
	content: "\2022 \0020";
}
.sidebar ul ul li:before {
	content: "\003e \0020";
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
.sidebar .form .bg ul, .sidebar .form .bg ul ol {
	margin: 0;
	padding: 0;
}
.sidebar .form .bg ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
}
.sidebar .form .bg ul p, .sidebar .form .bg ul select {
	margin: 5px 0 8px;
}
.sidebar .form .bg ul ul, .sidebar .form .bg ul ol {
	margin: 5px 0 0 10px;
}
.sidebar .form .bg ul ul ul, .sidebar .form .bg ul ol {
	margin: 0 0 0 10px;
}
ol li, .sidebar .form .bg ul ol li {
	list-style: decimal outside;
}
.sidebar .form .bg ul ul li, .sidebar .form .bg ul ol li {
	margin: 1px 0 0;
	padding: 0;
}
/* End Entry Lists */
/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
.sidebar .form .bg #searchform #s {
	width: 108px;
	padding: 2px;
}
.sidebar .form .bg #searchsubmit {
	padding: 1px;
}
.entry form { 
/* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#commentform #submit {
	margin: 0;
	float: right;
}
/* End Form Elements */
/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}/* End Comments */
/* Begin Sidebar */
/*
.sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
}
.sidebar form {
	margin: 0;
}*/
/* End Sidebar */
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { 
/* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	clear:both;
	display: block;
	text-align: center;
	margin: 30px 0 20px 0;
}
/* End Various Tags & Classes*/
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */