/*  
Theme Name: Bob.Yexley.Net
Theme URI: http://bob.yexley.net
Description: Adapted from the Glossy Blue theme designed by <a href="http://www.ndesign-studio.com">N.Design Studio</a>.
Version: 1.4
Author: Bob Yexley
Author URI: http://bob.yexley.net

	This theme was designed and built by Nick La.

	By downloading and using this theme, you agree to the following terms:
    - You may NOT resell this theme
    - A link back to N.Design Studio must be retained in the footer (either modified or unmodified)
    - You may use this theme for personal or commercial projects
    - You may modify, translate or distribute

*/

body {
	font: 1em Tahoma, Helvetica, Sans-Serif;
	color: #bbb;
	background: #FFFFFF url(images/bg.png);
	margin: 0px;
	padding: 0px 0px 30px;
}

a {color: #d4ffaa;}
a:visited {color: #d4ffaa;}
a:active { color: #00d4ff;}
a:hover {
	color: #b8f500;
	background: #000;
	text-decoration: none;
}

p {
	padding: 0px 0px 15px;
	margin: 0px;
}

blockquote
{
	background: #000;
	border: 1px solid #222;
	margin: 10px 20px 20px 20px;
	padding: 5px 10px 0 10px;
}

h1 {
	margin:0px;
	background: url(images/header-icon.gif) no-repeat;
	padding-left: 70px;
	height: 60px;
	font: bold 36px/100% Tahoma, Arial;
	color: #00d4ff;
}

h1 a, h1 a:visited{
	color: #c9eefe;
	text-decoration: none;
}

h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}

h2 {
	color: #00d4ff;
	margin: 0px 0px 2px;
	letter-spacing: -1px;
	font: normal 2em Tahoma, Arial;
	padding-bottom: 3px;
}

h2 a, h2 a:visited {
}

h2 a:hover {
}

h3 {
	font: normal 140%/100% Tahoma, Arial;
	color: #00d4ff;
	margin: 10px 0px 5px;
}

h4 {
	font: normal 130%/100% Tahoma, Arial;
	color: #00d4ff;
	margin: 10px 0px 5px;
}

form {
	margin:0px;
	padding:0px;
}

#page {
	margin: 0px auto;
	width: 760px;
	border-bottom: 5px solid #000;
	border-left: 5px solid #000;
	border-right: 5px solid #000;
	background: #111 url(images/content-bg.jpg) repeat-y;
}

#page-no-sidebar {
	margin: 0px auto;
	width: 760px;
	border-bottom: 5px solid #000;
	border-left: 5px solid #000;
	border-right: 5px solid #000;
	background: #111;
}

/* header area */
#header {
	background: #444 url(images/banners/Banner.jpg) no-repeat;
	height: 226px;
	border-bottom: 5px solid #000;
	position: relative;
}

#header #BlogTitleBlock
{
	float: right;
	margin: 10px;
	padding: 3px 12px 10px 12px;
	opacity: 0.4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
	background: #222;
	border: 1px solid #000;
}

#header #BlogTitleBlock:hover
{
	opacity: 0.5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
}

#header #BlogTitleBlock a#BlogTitle,
#header #BlogTitleBlock a#BlogTitle:visited,
#header #BlogTitleBlock a#BlogTitle:active
{
	font: bold 32px Trebuchet MS;
	color: #fff;
	text-decoration: none;
	background: none;
	border: none;
	display: block;
}

#header #BlogTitleBlock a#BlogTitle:hover
{
}

#header #BlogTitleBlock #BlogTagline
{
	font: normal 11px Tahoma;
	text-align: right;
	display: block;
	color: #fff;
	margin: 0 5px;
}

/*
#headerimg {
	position: relative;
	padding: 30px 0px 0px 40px;
	height: 60px;
}
*/

#headerimg .description{
	position: absolute;
	left: 110px;
	bottom: 3px;
	color: #c9eefe;
	font-size: 14px;
}

/* content area */
#content {
	padding: 10px 0px 30px 10px;
	float: left;
	width: 495px;
	overflow: hidden;
}

#content-no-sidebar
{
	padding: 10px 0px 30px 10px;
	float: left;
	width: 740px;
	overflow: hidden;
}

.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat;
	padding-left: 18px;
	float: right;
}

.navigation 
{
	font-size: 0.7em;
	clear: both;
	padding: 10px 0px;
}

.navigation a, .navigation a:visited {
}

.previous-entries a {
	float: left;
	padding: 0 0 1px 22px;
	background: url(images/arrow_left.png) no-repeat left center;
}

.next-entries a {
	float: right;
	padding: 0 22px 1px 0;
	background: url(images/arrow_right.png) no-repeat right center;
}

/* comments area */
#comments, #respond {
	font-size: 1.1em;
	color: #bbb;
	padding: 10px 0 5px 0;
}

ul.commentlist
{
	margin: 0;
	padding: 0;
	clear: both;
}

ul.commentlist li
{
	list-style-type: none;
	background: #222;
	border: 1px solid #333;
	margin: 0 0 10px 0;
	padding: 2px;
}

ul.commentlist table
{
	font-size: 0.7em;
	width: 100%;
}

ul.commentlist table td.gravatar
{
	width: 45px;
	vertical-align: top;
}

ul.commentlist table td.comment
{
	vertical-align: top;
}

ul.commentlist table td.comment div.comment-metadata
{
	margin: 0 0 5px 0;
}

ul.commentlist table td.comment div.comment.text
{
}

#commentform {
	margin-top: 10px;
	font: 0.75em Tahoma, Arial, Helvetica, sans-serif;
	clear: both;
}

#commentform .loggedin 
{
	font-size: 1.5em;
	color: #bbb;
	padding: 10px 0 5px 0;
}

#commentform p {
	padding: 6px 0px;
	margin: 0px;
}

#commentform label{
	font-size: 0.9em;
}

#commentform input{
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
    color: #bbb;
    border: 1px solid #777;
    background: #444;
    padding: 2px 4px;
    margin-right: 5px;
}

#commentform textarea
{
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
    color: #bbb;
    border: 1px solid #777;
    background: #444;
    padding: 2px 4px;
    margin-right: 5px;
    width: 485px;
    height: 100px;
}

#commentform input:focus, #commentform textarea:focus
{
    background: #d4ffaa; /* #ccc; */
    color: #000; /* #222; */
    border: 1px solid #b8f500; /* #111; */
}

#commentform #submit
{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
	border: none;
	width: 144px;
	height: 28px;
	cursor: pointer;
	margin: 20px 0 0 0;
}

#commentform #submit:hover
{
	color: #000;
}

/* sidebar */
#sidebar {
	float: right;
	padding: 0px 10px 20px 0px;
	width: 220px;
	color: #666666;
	overflow: hidden;
	display: none;
}

/* sidebar title (h2) */
#sidebar h2.sidebartitle
{
	/* font: normal 1.1em Tahoma, Arial; */
	font: bold 0.9em Trebuchet MS;
	text-transform: uppercase;
	/* letter-spacing: 0.5px; */
	color: #00d4ff;
	background: #111;
	border: 1px solid #333;
	margin: 0 0 2px 0;
	padding: 3px 0 2px 4px;
}

#sidebar h2.collapsed-panel-title, .collapsed-panel-title
{
	/* font: normal 1.1em Tahoma, Arial; */
	font: bold 0.9em Trebuchet MS;
	text-transform: uppercase;
	/* letter-spacing: 0.5px; */
	color: #00d4ff;
	background: #111 url(images/section_collapsed.png) no-repeat left center;
	border: 1px solid #333;
	margin: 0 0 3px 0;
	padding: 3px 0 2px 16px;
	cursor: pointer;
}

#sidebar h2.expanded-panel-title, .expanded-panel-title
{
	/* font: normal 1.1em Tahoma, Arial; */
	font: bold 0.9em Trebuchet MS;
	text-transform: uppercase;
	/* letter-spacing: 0.5px; */
	color: #00d4ff;
	background: #111 url(images/section_expanded.png) no-repeat left center;
	border: 1px solid #333;
	margin: 0 0 3px 0;
	padding: 3px 0 2px 16px;
	cursor: pointer;
}

#sidebar h2.collapsed-panel-title:hover, .collapsed-panel-title:hover
{
	background: #000 url(images/section_collapsed.png) no-repeat left center;
	border: 1px solid #444;
	color: #b8f500;
}

#sidebar h2.expanded-panel-title:hover, .expanded-panel-title:hover
{
	background: #000 url(images/section_expanded.png) no-repeat left center;
	border: 1px solid #444;
	color: #b8f500;
}

/* sidebar text styles */
#sidebar a, #sidebar a:visited{
}

#sidebar a:hover{
}

/* sidebar list level1 */
#sidebar ul 
{
	margin: 0;
	padding: 0;
}

#sidebar ul li 
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar ul li#BlogTitle
{
	font-size: 1.7em;
	margin: 15px 0 5px 0 !important;
}

#sidebar ul li#BlogTagLine
{
	font-size: 0.7em;
	color: #ddd;
	margin: 0 0 20px 0;
}

#sidebar ul li#syndication-links
{
	padding: 0;
}

a.feedlink
{
	background: url(images/feed.png) no-repeat left center;
	padding: 0 0 3px 22px;
}

#sidebar ul li #category_cloud
{
	margin: 2px 0 20px 10px;
}

/* sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 5px 0 20px 10px;
}

#sidebar ul li ul li
{
	font-size: 0.7em;
	padding: 2px 0 2px 0px;
	line-height: 15px;
}

/*sidebar list level3 */
#sidebar ul li ul li ul li
{
	padding: 1px 0 1px 10px;
	border: none;
}

/*blogroll */
ul.list-blogroll li
{
	background: url(images/mini-blogroll.gif) no-repeat !important;
	padding-left: 16px !important;
}

/*category widget */
ul.list-cat li, li.widget_categories li
{
	background: url(images/tag_blue.png) no-repeat !important;
	padding: 0 0 5px 20px !important;
}

/*archives widget */
ul.list-archives li, li.widget_archives li
{
	background: url(images/calendar.png) no-repeat !important;
	padding: 0 0 5px 20px !important;
}

/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li
{
	background: url(images/page_white_text.png) no-repeat !important;
	padding: 0 0 6px 20px !important;
}

/*sub-pages */
ul.list-page li ul li, li.widget_pages li ul li
{
	background: url(images/page_white_text.png) no-repeat !important;
	padding: 0 0 6px 10px !important;
}

/*recent comments widget */
li.widget_recent_comments li
{
	background: url(images/mini-recent-comments.gif) no-repeat !important;
	padding-left: 20px !important;
}

/*calendar widget */
li.widget_calendar td {
	padding: 1px 7px;
}

/*text widget */
.textwidget {
	padding-top: 5px;
}

#sidebar div.reader-publisher-module div.f
{
	font-size: 0.7em;
	margin: -18px 0 0 10px;
}

/*search form */
#searchform 
{
	margin: 15px 0;
}

#searchform br 
{
	display: none;
}

#searchform #s 
{
	border:1px solid #203346;
	width: 135px;
	height: 19px;
	padding: 5px 0 0px 5px;
	border: 1px solid #bed881;
	background: #fff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}

/* search form button - to specify button only use input[type="submit"] */
#searchform input 
{
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 67px;
	height: 26px;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
	vertical-align: middle;
}

#searchsubmit:hover
{
	cursor: pointer;
	color: #000;
}

/* footer area */
#footer {
	clear: both;
	background: #048DB4 url(images/footer-bg.gif) no-repeat;
	color: #ACD7EE;
	font-size: 0.7em;
	padding-bottom: 10px;
}
#footer a, #footer a:visited {
	color: #f4f4f4;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

#footer a:hover
{
	color: #000;
	background: none;
	border-bottom: 1px solid #000;
	text-decoration: none;
}

#footer h4 {
	/* font: normal 146%/100% "Trebuchet MS", Tahoma, Arial; */
	font-size: 1.7em;
	color: #9cdbfb;
	margin: 10px 0px 5px;
}
.footer-recent-comments {
	width: 240px;
	float: left;
	margin-left: 10px;
}
.footer-recent-comments ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.footer-recent-comments ul li {
	background: url(images/comment.png) no-repeat;
	padding: 0px 0px 10px 20px;
}
.footer-recent-comments ul li strong {
	font-size: 0.95em;
}

.footer-recent-posts {
	width: 240px;
	float: left;
	margin-left: 10px;
}
.footer-recent-posts strong {
	line-height: 135%;
}
.footer-recent-posts ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}
.footer-recent-posts ul li {
	background: url(images/page_white_text.png) no-repeat;
	padding: 0px 0px 10px 20px;
}

.footer-recent-posts ul li small {
}

.footer-about {
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	background: url(images/footer-right-bg.gif) no-repeat;
}

#footer img.mugshot
{
	margin: 0 0 7px 7px;
	border: 1px solid #000;
	padding: 1px;
	background: #333;
}

/* credits */
#credits {
	margin: 0px auto;
	width: 760px;
	font-size: 0.7em;
	line-height: 200%;
}
#credits a, #credit a:visited {
	/* color: #00d4ff; */
}

.rss {
	background: url(images/rss.png) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}

.rss:hover
{
	background: url(images/rss.png) no-repeat left center;
}

.loginout {
	/* background: url(images/lock_key.png) no-repeat left center; */
	padding-left: 20px;
	padding-bottom: 2px;
	margin-left: 8px;
}

.copyright, .copyright:hover
{
	background: url(images/button-cc.gif) no-repeat left center;
	padding: 0 0 3px 85px;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}

img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}

.alignright {
	float: right;
}

img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}

.clear {
	clear:both;
}

hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

#CameraPhonePhotos
{
	background: #222;
	text-align: center;
	border: 2px solid #000;
	margin: 0 0 10px 0;
	padding: 10px 0 10px 10px;
}

#CameraPhonePhotos img
{
	margin: 0 10px 0 0;
	padding: 3px;
	border: 1px solid #111;
}

#CameraPhonePhotos a,
#CameraPhonePhotos a:visited
{
	background: none;
}

#CameraPhonePhotos a img:hover
{
	border: 1px solid #333;
	background: #000;
}

#posts
{
	margin: 0;
	padding: 0;
}

#posts li.post, .post
{
	list-style-type: none;
	background: #111 url(images/post-bg.jpg) top repeat-x;
	border-top: 2px solid #000;
	border-left: 1px solid #111;
	border-right: 1px solid #111;
	margin: 0 0 20px 0;
	padding: 6px 10px;
	clear: both;
}

#posts li.post img, .post img
{
	padding: 3px;
	background: none;
	border: 1px solid #333;
}

#posts li.post img.wp-smiley, .post img.wp-smiley
{
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

#posts li.post a img:hover, .post a img:hover
{
	border: 1px solid #444;
	background: #000;
}

#posts li.post .post-title, .post-title
{
	font-size: 1.2em;
}

.single-post-title
{
	font-size: 2em;
	color: #00d4ff;
}

.single-post-categories
{
	font-size: 0.7em;
	background: url(images/tag_blue.png) no-repeat left center;
	margin: 0 0 0 3px;
	padding: 0 0 5px 22px;
}

#posts li.post .post-comments-link
{
	font-size: 0.7em;
	margin: 0 0 10px 10px;
	clear: both;
}

#posts li.post div.post-content, .post-content
{
	font-size: 0.85em;
	margin: 10px 0 0 10px;
	text-align: justify;
}

#posts li.post .toggle-details-link
{
	font-size: 0.7em;
	margin: 0;
	padding: 0;
}

#posts li.post ul.post-details
{
	font-size: 0.7em;
	display: none;
	margin: 5px 10px;
	padding: 0;
}

#posts li.post ul.post-details li
{
	list-style-type: none;
}

/* ======= BEGIN eBible popup ======= */

.ebibleSnippetContainer {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif !important;
    font-size: 11px !important;
    background: #d4ffaa !important;
    border: 1px solid #b8f500 !important;
    color: #000 !important;
    min-width: 300px !important;
    padding: 5px 10px !important;
}

.ebibleSnippetContainer a,
.ebibleSnippetContainer a:link,
.ebibleSnippetContainer a:visited,
.ebibleSnippetContainer a:active {
    color: #000 !important;
}

.ebibleSnippetContainer a:hover {
	color: #004dff !important;
	background: none !important;
	text-decoration: none !important;
}

.ebSnippet-title {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif !important;
    font-size: 11px !important;
    font-weight: bold !important;
    color: #000 !important;
}

.jesusTalk {
    color: #f00 !important;
}

.ebSnippet-credit {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif !important;
    font-size: 11px !important;
}

.ebSnippet-topics {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif !important;
    font-size: 11px !important;
    margin: 10px 0 10px 0 !important;
}

.verseNum {
    color: #000 !important;
}

.versePreviewBody {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif !important;
    font-size: 11px !important;
    background: #d4ffaa !important;
    border: 1px solid #b8f500 !important;
    color: #000 !important;
    height: 28px !important;
    width: 275px !important;
}

.versePreviewBody img {
	padding: 5px !important;
}

/* ======= END eBible popup ======= */

#GoogleAdSense {
	margin: 20px 0;
	text-align: center;
}

/* ======= BEGIN The Lounge Open Source .NET ads style ======= */

.tlp { 
	font-family: tahoma, verdana, arial;
	font-size: 11px; 
	color: #bbb;
	display: inline;
	font-size: 11px;
}

.tli { 
	float: left;
	margin-right: 10px;
}

#wedje_div_thelounge, .loungead { 
	width: 220px;
	margin: 40px 0 0 1px;
}

.adsvia 
{
	font-size: 11px;
	float: left;
	margin-top: 10px;
}

/* ======= END The Lounge Open Source .NET ads style ======= */

input#recaptcha_response_field, input#recaptcha_response_field:focus
{
	background: #fff;
	border: 1px solid #cca940;
}

#PhotoGallery
{
	margin: 0;
	padding: 0;
}

/* Contact Form styling */

div#coldform * {
	padding: 0;
	margin: 0; 
}
div#coldform {
	font-family: Tahoma, Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	margin: 10px;
}
div#coldform fieldset {
	border: 0 none;
	display: block;
	clear: both;
}
div#coldform legend.hide {
	display: none;
}
div#coldform label.label {
	text-align: right;
	display: block;
	padding: 3px 0;
	margin: 3px 0;
	width: 130px;
	clear: left;
	float: left;
}
div#coldform textarea#coldform_message,  
div#coldform input.input {
	font-family: Tahoma, Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	display: block;
	float: right;
	width: 290px;
	padding: 3px;
	margin: 3px;
    color: #bbb;
    border: 1px solid #777;
    background: #444;
}
div#coldform textarea#coldform_message:focus,  
div#coldform input.input:focus {
    background: #d4ffaa; /* #ccc; */
    color: #000; /* #222; */
    border: 1px solid #b8f500; /* #111; */
}
div#coldform input.check 
{
	margin: 7px 0 0 5px;
}
div#coldform input.submit {
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
	border: none;
	margin: 3px 0 5px 295px;
	display: block;
	/* float: right; */
	height: 28px;
	width: 144px;
	cursor: pointer;
}
div#coldform input.submit:hover 
{
	color: #000;
}