/*
 Theme Name: MrBeller
 Theme URI: https://mrbellersneighborhood.com
 Author: Foliovision
 Author URI: https://foliovision.com
 Description: MrBeller
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: mrbeller

 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 */


/* Initial CSS and reset - moved from https://www.foliovision.com/shared.css */
/* reset */

:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Floating and blocks align */
.clear {
   clear: both;
}
.clearright, .clear-right {
   clear: right;
}
.clearleft, .clear-left {
   clear: left;
}
.right {
   float: right;
}
.left {
   float: left;
}
.center-block {
   margin-right: auto;
   margin-left: auto;
}

/* Text formatting */
.text-right {
   text-align: right;
}
.text-left {
   text-align: left;
}
.text-center, .center {
   text-align: center;
}
.bold {font-weight: bold;}
.uppercase {text-transform: uppercase;}
.small {font-size: 85%;}

/* Images in h5 */
a img {
	border: none;
}
h5 {
	margin: 10px;
	padding: 0;
	line-height: 1.3em;
	font-size: 0.85em;
	font-weight: normal;
	text-align: center;
}
h5 img {
	padding: 5px;
	background-color: white;
	border: 1px solid silver;
}
h5.right {
	margin: 2px 0 2px 10px;
	text-align: center;
	font-weight: normal;
}
h5.left {
	margin: 2px 10px 2px 0;
	text-align: center;
	font-weight: normal;
}
h5.center {
	text-align: center;
	font-weight: normal;
}
h5.center img {
	margin: 0 auto;
}
h5 a {
	text-decoration: none !important;
	color: #696969;
}
h5 a:link {
	text-decoration: none !important;
	color: #696969;
}
h5 a.hide-link:hover, h5 a.hide-link:focus, h5 a.hide-link:active, h5 a.hide-link:visited {
	text-decoration: none !important;
	color: #696969;
}
a.photo-credits:link, a.photo-credits:hover, a.photo-credits:focus, h5 a.photo-credits:active, a.photo-credits:visited {
	text-decoration: none !important;
	color: #696969;
}
h5.noborder img {
	border: none;
}
img.noborder {
	border: none;
}
.noborder {
	border: none;
}
.nonumbers ol, .nonumbers ol li {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
ul.nolist, ul.nolist li, div.nolist ul, div.nolist ul li {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	background: none;
}
ol.roman, .roman ol {
	list-style-type: upper-roman;
}
ol.alpha, .alpha ol {
	list-style-type: lower-alpha;
}

/* Widths */
.width200 {
	width: 200px;
}
.width250 {
	width: 250px;
}
.width300 {
	width: 300px;
}
.width350 {
	width: 350px;
}
.width400 {
	width: 400px;
}
.width450 {
	width: 450px;
}
.width500 {
	width: 500px;
}
.width550 {
	width: 550px;
}
.width600 {
	width: 600px;
}
.width650 {
	width: 650px;
}

/* Links (hide and show, e.g. hiding flickr images authors ) */
a.hide-link {
	text-decoration: none !important;
	color: #4d4d4d;
}
a.hide-link:hover, a.hide-link:focus, a.hide-link:active, a.hide-link:visited {
	text-decoration: none !important;
	color: #4d4d4d;
}
a.show-link {
	text-decoration: underline !important;
}
a.show-link:hover, a.hide-link:focus, a.hide-link:active {
	text-decoration: underline !important;
}

/* Colors */
.red { /* Foliovison red */
  color: #b51212;
}
.maroon {
  color: maroon;
}
.black {
  color: black;
}
.gray {
  color: gray;
}
.silver {
  color: silver;
}
.white {
  color: white;
}

/* Shared Typography */

strong {font-weight: bold}
em {font-style: italic}
small {font-size: 0.85em}
p {
  margin: 0 0 10px 0;
}
blockquote {
  margin: 0 0 10px 20px;
  padding: 10px 20px;
  border-left: 10px solid silver;
  background-color: #f2f2f2;
}
dl {
  margin: 0;
}
dt {
  margin: 0;
  font-weight: bold;
}
dd {
  margin: 0;
}
ul, ol {
	margin: 0 0 10px 40px;
	padding: 0;
}
ul {
	list-style-type: square;
}
ol {
	list-style-type: decimal;
}
ul li, ol li {
	margin: 0;
	padding: 0;
}
.hide {
	display: none;
}
.show {
	display: block;
}

/* accessability hidden */

.access-hidden {position: absolute; top: -9999px; left: -9999px;}

/* CSS Document */
img, div { behavior: url(iepngfix/iepngfix.htc) }
/************ COLORS *******************

***************************************/

/*general begin*/
* {
  font-family: Georgia, Times New Roman, Verdana, Tahoma, serif;
  color: #000000;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  outline: 0;
}
html, body {          
  height: 100%;
  width: 100%;
}
body {
  font-size: 13px;
  line-height: 17px;
}
.clear { clear: both; }
.right { float: right; }
.left { float: left; }
.center { text-align: center; }
.small {font-size: 85%;}

.clear:before,
.clear:after,
.home-featured-wrap:before,
.home-featured-wrap:after,
.leftBannerTopContent:before, 
.leftBannerTopContent:after{
	content: "";
	display: table;
}
.clear:after,
.leftBannerTopContent:after,
.home-featured-wrap:after {
	clear: both;	
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

h1 {
  
}
h2 { 
  font-size: 2.1em;
  font-weight: normal;
  letter-spacing: 1px;
  text-decoration: none;
  margin-bottom: 5px;
}
h3 {
  font-size: 1.5em;   
  margin-top: 15px;     
}
h3 a:hover { border-bottom: 1px dotted black; }
a:active, a:focus, input, select {
  outline:0;
}

p {
    margin: 0 0 10px;
}
table,
th,
td {
  font-size: 15px;
}
input,
button {
  font-size: 15px;
}
a:hover { text-decoration:none; }
.gray { color: #737272; }
.red, .red a, .loginInfo .red a { color: red; font-size: 1em; }
.red a:hover, .loginInfo .red a:hover { border-bottom-color: red;}
.clear {clear: both;}
/*general end*/

/*main begin*/
.rootTable {
  height:100%;    
  width:100%;    
}
.rootTable td{    
  vertical-align:top;            
}
.wrapper{
  float:none;
  margin:0 auto;
  width:1000px;
  position: relative;
}
/*main end*/

/*header begin*/
.headerWrapper{
  width:1000px;
  height:82px;
  padding:0 0 23px 0;
  background:transparent url('images/headerBg.png') no-repeat 0 0;
}
a.titleWrapper{
  width:500px;
  height:24px;
  margin:25px 0 0 15px;
  float:left;
}
a.tellStoryWrapper{
  height:11px;
  margin:36px 0 0 45px;
  width:207px;  
  float:left;
}
.searchFormWrapper{
  height:22px;
  padding:30px 0 0 26px;  
}
.searchFormWrapper form{
  float:right;
  padding-right: 8px;
}
.searchFormWrapper input{
  background:transparent;
  border:0px;
  float:left;
  color:#FFFFFF;
}
.searchFormWrapper input.searchInput{
  height:18px;
  margin:1px;
  padding:2px 4px 0px 0px;
  width:163px;
}
.searchFormWrapper input.submitInput{
  height:22px;
  margin:0 0 0 7px;
  width:20px;
  cursor:pointer;
}
.loginInfo {
  float: right;
  color: #eeeeee;
  padding: 5px 35px 0 0;
  font-size: 0.87em;
  letter-spacing: 1px;
}
.loginInfo a {
  /*float: right;*/
  font-weight: bold;
  color: #eeeeee;
  font-size: 0.87em;
  letter-spacing: 1px;
}
.loginInfo a:hover { border-bottom: 1px dotted white; }
/*header end*/

/*content begin*/
.leftBanner{
  width:850px;
  float: left;
  padding: 0;
  margin: 0;
  _overflow:hidden;
}
.leftBanner2{
  width:740px;
}
.leftBanner h2, .rightBanner2 h2{
  margin: 0 0 10px;  
  height:26px;  
  text-transform:uppercase;     
  font-weight:normal;
  border-bottom:1px dotted #a9a9a9;
  letter-spacing:2px;  
  padding:0 0 0 2px;
  font-size:19px;
}
.leftBanner h2 a, .rightBanner2 h2 a{
  font-variant: small-caps;
}
.leftBanner h2.postCategory{
  border:0px;
  margin:0px;  
  height:26px;  
  text-transform:uppercase;
  font-variant: normal;    
  font-weight:normal;          
  padding:25px 0 0px 4px; 
  letter-spacing:0px;
  font-size:13px;
  color:#757474;
  font-family:Arial,tahoma; 
  clear:both;
}
.postTitle{
  margin:0 0 0px 25px;
}
.postTitle li{
  list-style-type:none;
  clear:both;
  line-height:22px;
}
.leftBanner .postTitle h3{
  margin:0;
  padding:0px;    
  font-weight:normal;
  text-transform:capitalize;
  letter-spacing:0px;
  
}
.leftBanner .postTitle h3 a{
  font-size:13px;
}
/*.leftBanner .postTitle h3 a:hover, .leftBanner .postTitle span a:hover{
  text-decoration:underline;
}*/
.leftBanner .postTitle span a{
  font-size:11px;
  text-transform:uppercase;
  color:#bfbdbd;
  margin:0 0 0 12px;
  font-family:Arial,tahoma;
  line-height:24px;
  
}
.leftBanner h3{
  margin:10px 0 0 0px;
  padding:0px;    
  font-weight:bold;
  text-transform:capitalize;
  letter-spacing:1px;
}
.leftBanner h3 a{
  font-size:16px;
}
.leftBanner span{
  color:#717171; 
  font-size:11px;
}
.leftBanner p{
  border-bottom:1px dotted #a9a9a9;
  padding:10px 0px 15px;
  font-size:;
  margin:0px;
  text-align:fakejus;
  line-height:16px;
}
.leftContent{
  width:203px;
  padding:0 15px 0 13px;
  float: left;
}
.leftContent h2 { font-weight: normal; }

.middleContent{
  width:345px;
  float: left;
  /*padding: 0 0 0 231px;
  &padding: 0px;*/
  margin: 0 0 0 231px;
  &margin: 0px;
  position: absolute;
}
.middleContent h5{  
  margin:0 0 20px;  
}
.middleContent h5 img {
  padding:4px 4px;
}
.rightContent {
  width:248px;
  padding:0 0px 0 25px;
  float: right;
}
.rightContent h3 a{
  font-size:21px;
}
.main-featured-story {
	width: 593px;
	float: left;
	/*padding: 0 0 0 231px;
	&padding: 0px;*/
	margin: 0 0 0 231px;
	&margin: 0px;
	position: absolute;	
}
.main-featured-story .entry-image,
.widget_fpw_widget .entry-image {
	border: 1px solid silver;
	padding: 4px;
	float: left;
	max-width: 345px;
}
.main-featured-story .entry-title,
.main-featured-story .entry-meta,
.main-featured-story .entry-summary,
.widget_fpw_widget .has-thumb .entry-title,
.widget_fpw_widget .has-thumb .entry-meta, 
.widget_fpw_widget .has-thumb + .entry-summary {
	float: right;
	width: 223px;
}
.main-featured-story .upw-posts .entry-title,
.widget_fpw_widget .entry-title {
	margin-bottom: 0;	
}
.main-featured-story .entry-title,
.widget_fpw_widget .entry-title {
	font-size: 1.5em;	
}
.main-featured-story .entry-title a,
.widget_fpw_widget .entry-title a {
	font-size: 21px;
	line-height: 23px;
}
.main-featured-story .upw-posts .entry-meta,
.main-featured-story .upw-posts .entry-meta a {
	color: #717171;
	font-size: 11px;
}
.main-featured-story .upw-posts .entry-image img {
	display: block;	
}

.rightBanner{
  float:right;
  width:123px;
  text-align:center;
}
.rightBanner2{
  float:right;
  width:235px;
  text-align:left;
}
.rightBanner p{
  padding:30px 0 10px 0;
}
.rightBanner p a{
  text-transform:capitalize;
  font-size:13px;
}
.leftBannerBottomContent{
  width:850px;
  clear: both;
}
.pictureWrapper{
  clear:both;
  padding:50px 0 0 0; /* padding:50px 0 35px 0; */
  width:850px;
  /*border-bottom:1px dotted #A9A9A9;*/
}
.pictureWrapper h5{
  float:left;
  margin:25px 38px 0 0;
}
.pictureWrapper h5 img{
  position:relative;
}
.pictureWrapper h2{
  height:40px;  
  width:850px;
}
.pictureWrapper h2 a span{    
  color:#737272;
  font-size:17px;  
  font-weight: bold;
}
.home-featured-wrap {
	margin-top: 30px;	
}
.home-featured .widget {
	margin-bottom: 30px;
}
#home-featured-1 {
	width: 203px;
	float: left;
	margin: 0 15px 0 13px;
}
#home-featured-2 {
	width: 593px;
	float: left;
}
#home-featured-3 {
	width: 248px;
	float: right;
	margin: 0 0 0 25px;
}
.home-featured .upw-posts article {
	padding-bottom: 0;
	margin-bottom: 12px;
	border-bottom: none;
}
.home-featured-wrap .upw-posts .entry-title {
	margin-bottom: 0.1em;
      font-size: 14px;
}
.home-featured-wrap .upw-posts .entry-meta {
      font-size: 1em;
}

#home-featured-2 .widget_ultimate_posts {
	width: 48%;
	padding: 0 2% 0 0;
	float: left;
	min-height: 342px;
}
#home-featured-2 .widget_ultimate_posts:nth-child(3n+1) {
	clear: both;
}
.upw-posts .entry-image img,
.widget_fpw_widget .entry-image img {
    max-width: 100%;
    height: auto;
}


/*content end*/

/*footer begin*/
.footer{  
  padding:20px 0 0 0px;
  width:1000px;
  clear: both;
}
.footer p{
  text-align:center;
  width:850px;
  font-size: 0.88em;
}
.footer span, .footer span a {
  color:#737272;
  font-size: 1em;
}
.footer a { font-size: 1em; }
.footer a:hover{
  border-bottom: 1px dotted;
}
/*footer end*/

/*special begin*/

.leftBanner p.readMorePadd{
  padding-bottom:65px;
}
.specialLeft, .specialMidd {
  padding-left: 13px;
  width:265px;
  float: left;
}
.specialLeft-203 {
  padding-left: 13px;
  width:203px;
  float: left;
}
.specialRight {
  float: right;
  width:255px;
}


/*special end*/

.fv_sharing_round + h5 {
	float: right;
	margin-left: 15px;
}


/*  all the WP stuff    */
.index-featured {
  border-bottom:1px dotted #a9a9a9;
  padding: 0 0 15px;
}

.index-featured p {
  border-bottom: 0;
  padding:10px 0 0;
  font-size:;
  margin:0;
  text-align:fakejus;
  line-height:16px;
}

a.more-link,
a.fpw-read-more-link {
  text-transform:uppercase;
  padding:4px 17px 4px 17px;   /*0px 0 4px 17px*/
  color:#707070;
  font-size:11px;
  display: block;
  margin:15px 0 0 0;    
  background:transparent url('images/readMoreBg.png') no-repeat 0 0;
}

.indexSidebar{
  float:right;
  width:123px;
  _margin-right: -5px; 
}
.indexSidebar p{
  padding:30px 0 10px;
}
.indexSidebar p a{
  text-transform:capitalize;
  font-size:13px;
}
.indexSidebar ul {
padding-left: 0;
margin-left: 0;
list-style: none;
}
.indexSidebar ul li {
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 6px;
	list-style: none;
}
.indexSidebar h2 {
font-size: 15px;
font-weight: normal;
text-transform: uppercase;
padding: 0;
}
.indexSidebar #cat {width: 122px;}

.icons { margin: 10px 0 -20px 0; }
.icons img {
    padding: 0 5px 0 0;
}
/*  */ 

#sidebar {
  width: 260px;
  float: right; 
}
#sidebar ul, #sidebar ul li {
  list-style-type: none;
}
#sidebar ul li ul, #sidebar ul li ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 1.05em;
  line-height: 1.35;
}
#sidebar h2 {
  border-bottom:1px dotted #a9a9a9;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: normal;
  margin: 0 0 20px 0;
}
#sidebar h2 a {font-size: 1.0em;}
/*#sidebar h2:first-letter {
  font-size: 1.2em;
}*/
#sidebar h3 {
  text-transform: capitalize;
  font-size: 1.3em;
  line-height: 1.3em;
}
#sidebar h3 a {font-size: 1.0em;}
#sidebar h3 a:hover { border-bottom: 1px dotted black; }
#sidebar span {
  color: #737272;
  display: block;
  padding: 0;
  margin: 0 0 10px 0;
  font-style:italic;
}
#sidebar ul li p, #sidebar ul li span { font-size: 1em; }
#sidebar ul li span a {
  text-transform: uppercase;
  color: #737272;
  font-style: normal;
}
#sidebar ul li span a:hover {border-bottom: 1px dotted #737272;}

#get_recent_comments_wrap ul li ul li {
    padding: 0px 0 15px 0;
    font-size: 0.93em;
}
#get_recent_comments_wrap ul li h3 { font-size: 1.1em; padding-bottom: 5px;}
#get_recent_comments_wrap ul li ul li a {
    color: #737272;
    text-transform: uppercase;
}
#get_recent_comments_wrap ul li ul li a:hover {border-bottom: 1px dotted #737272;}

.indexSidebar .button {
	font-weight: 700;
	background-color: #000;
	color: #fff;
	padding: 6px;
	display: block;
	font-size: 14px;
}

/* -------------------------------------- */

#entry_content {
  float: left;
  width: 720px;
  margin: 0;
  padding: 0 0 0 10px;
  _overflow: hidden; 
}
#entry_content h2 a {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: 1px;
  text-decoration: none;
}
#entry_content h2 a:hover { border-bottom: 1px dotted black; }
#entry_content p.author {
  color: #737272;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  font-style:italic;
  float: left;
}
#entry_content p.author a {
  color: #737272;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
}
#entry_content p.author a:hover { border-bottom: 1px dotted #737272; }
#entry_content p.date {
  color: #737272;
  padding: 0 0 10px;
  float: left;
  clear: left;
}
#entry_content p {
  padding: 22px 0 0;
  font-size: 16px;
  margin: 0;
  /*text-align:fakejus;*/
  line-height: 26px;
}
#entry_content p,
#entry_content ul,
#entry_content ol,
#entry_content blockquote {
  max-width: 520px;
}
#entry_content a { text-decoration: underline; font-size: 1em; }
#entry_content a:hover { text-decoration: none; }

/* viktor 19 01 2011 */
#entry_content div.entry-street {
  position: relative;
  /*margin: -48px 0 0 0;*/
  width: 450px;
  float: right;
  display: inline-block;
}
div.street-meta {
	display: inline-block;
	border-bottom: 1px dotted #a9a9a9;
	width: 720px;
}
div.street-meta .date_street {
	float: left;
	width: 270px;
	display: inline-block;
}

#entry_content div.entry-street:after { content: "."; color: white; clear: both;display: block; height: 1px;}
#entry_content div.entry-street p {
  text-align: right;
  padding: 0;
  margin: 0;
  font-size: 1.2em;
  font-weight: bold;
}
#entry_content div.entry-street p a {font-size: 0.9em; text-transform: uppercase;}
#entry_content div.entry-street p span {font-size: 1.0em;}
/* additional styles */

.first-cap {
  text-transform: capitalize;
}
.first-cap:first-letter {
  font-size: 18px;
}

/*.entry p { &width: 720px; _width: 720px; }
 added to style widgets */

#sidebar #text-4 { 
  margin: 20px 0 0 0;
  padding: 15px 0 0 0;
}
#sidebar #categories-4 h2, #archives-4 h2 {
  margin: 30px 0 5px 0;
}

/* styles Archives */

.leftArchivesWrap {
  border-bottom: 1px dotted #a9a9a9;
  clear: both;
}
.leftArchives{
  width:215px;
  padding:0 15px 0 13px;
  float: left;
}
.leftArchives p { border-bottom: none; }
.navigation { width: 700px; clear: both; padding-top: 10px;}
.navigation p { border-bottom: none; }
.navigation p.alignleft { float: left; }
.navigation p.alignright { float: right; }
.width-archives {
  width: 730px;
}
.width-archives a { text-decoration: underline; }
.width-archives h3 a { text-decoration: none; }
.width-archives a:hover { text-decoration: none; }

/*  General classes */
.center { text-align:center; }
.post_nav {
float: none;
}

/* styles for comments - start */

.commentlist, .commentlist li.comment {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comment p {
  /*padding: 0 0 25px 0 !important;*/
  margin: 0;
}
.commentlist div {
  float: none;
}
.comment-author img {
  float: left;
  padding: 5px;
  _float: none;
  _position: relative;
  _margin-bottom: -25px;
}
.comment-author {
  text-transform: uppercase;
  color: #737272;
  font-style:none;
  _matgin-top: 20px;
}
.comment-meta {
  position: relative;
  top: -2px;
  font-weight: normal;
  font-style:italic;
  color: #737272;
  _margin-left: 43px;
}
.comment-meta a, .comment-meta a:link {
  text-decoration: none !important;
  color: #737272;
}
.comment-body { padding-bottom: 20px; }
#entry_content .comment-body p { padding-left: 42px; }
#commentform textarea {
  width: 600px;
}

/* styles for comments - end */

.tags {
    clear: both;
    width: 100%;
    padding: 30px 0 8px 0;
    border-bottom:1px dotted #a9a9a9;
}
.tags p strong {
    text-transform: uppercase;
    font-size: 1.1em;
}
.tags p a, .tags p a:link {
    color: #737272;
    text-decoration: none !important;
}

.rating {
    text-transform: uppercase;
    font-size: 1.3em !important;
    font-weight: bold;
    float: left;
    width: 320px;
    padding: 11px 0 0 18px;
}
.rating a { font-size: 1em; }
.post-ratings {
    position: realtive;
    margin: -20px 0 0 115px;
    &position: absolute;
    &margin: 3px 0 0 0;
}

.respond {
    float: left;
}

#commentsdiv {
    padding-top: 0px;
    clear: both;
}
h3#comments { padding: 10px 0 10px 0; }
#comments-not-shown p, #showcomments {
    float: left;
    width: 320px;
    padding: 11px 0 0 0;
}
#showcomments {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.3em !important;
    font-weight: bold;
}
#showcomments a:hover { border-bottom: 1px dotted black; }
/*  bottom section of single.php    */
.bottomSection {
    float: left;
    width: 330px;
    padding: 0 15px 10px 13px; 
} 
.bottomSection p {
    font-size: 0.97em !important;
    line-height: 1.3em !important;
}
.bottomSection h2 {
    text-transform: uppercase;
    color: #737272;
    font-size: 1.1em;
    font-weight: normal;
    margin: 0;
    padding-top: 10px;
}
.bottomSection h2 a {
    text-transform: uppercase;
    color: #737272;
    font-weight: normal !important;
    font-size: 1em !important;
}
.bottomSection h2 a:hover { border-bottom: 1px dotted black; }
.bottomSection h3 { margin: 20px 0 2px 0; }
.bottomSection h3 a {
    text-decoration: none !important;
    font-size: 1.28em;
    font-weight: normal;
    border-bottom: none;
}
.bottomSection h3 a:hover { border-bottom: 1px dotted black; }
.bottomSection span {
    color: #999;
    font-weight: bold;
    font-size: 0.9em;
    position: relative;
    font-style:italic;
} 
.bottomSection span a {
    text-transform: uppercase;
    color: #999;
    text-decoration: none !important;
    font-size: 1em;
    font-style:normal;
}
.bottomSection span a:hover { border-bottom: 1px dotted #737272; } 
.gray-bg {
    background-color: #f5f5f5;
    clear: both;
    _width: 100%;
}

/*  article submission styles   */
.articlesubmission td {
    padding: 5px 5px 5px 0;
}
.articlesubmission textarea {
    font-size: 130%;
    padding: 5px;
    width: 700px;
}
.form_notice {
    float: none;
}

/*  author pages    */
.author_bio {
    width: 400px;
    padding-bottom: 10px;
}
#entry_content .author_bio p { padding: 5px 0;}

/* text to appear on the bottom */
.sp-wrap {
    position: relative;
    width: 1000px;
    padding-bottom: 0px; /* added */
}
.sponsor_text {
    clear: both;
    font-size: 9px;
    /*color: #777;*/
    color: #fff;
    line-height: 1.5em;
    padding: 5px 9px;
    font-family: Sans-serif, Verdana, Arial;
/*  background: #939292;
    border: 1px solid silver; */
    position: absolute;
    bottom: 0px;
    /*left: 233px;*/
    width: 833px; /* width:321px;  */
	word-spacing: -1px;
}
.sponsor_text a {font-size: 1em; color: #fff; text-decoration: none; font-family: Sans-serif, Verdana, Arial; }
.sponsor_text strong {
    font-size: 9px;
    color: #fff;
    font-family: Sans-serif, Verdana, Arial;
    font-weight: bold !important;
}

#mapContainer span {
  font-family: Tahoma;
  color: white;
  font-size:11px;  
  margin:0px;
  padding:0px;
  text-decoration:none;
  outline:0;
}

#mapContainer div.gmnoprint span {
  color: black;
}

/* small text anchor should have the same size as small text */
small a {
  font-size: 10px;
}

/*  widgets */
.widgettitle {
    padding-top: 12px;
}
#execphp-3 .widgettitle {
    padding-top: 0px;
}

/*  sticky posts    */
.sticky {
    background-color: #f5f5f5;
}

/*  story columns */
.entry {
	display: block;
	width: 720px;
}
.single .entry {
	max-width: 600px;
}
.storyleft {
  float: left; width: 342px; padding-right: 10px; margin: 0;
}
.storyright {
  float: right; width: 342px; padding-right: 0px; margin: 0;
}
.nextcolumn {
    position: absolute;
    margin-left: 6px;
}
.nextcolumn a {
    text-decoration: none !important;
    font-size: 3em;
    color: #ccc;
}
.nextcolumn a:hover { color: #666; }

/* profile page styles */
.profile .table-separator {
    border-bottom: 1px dotted #a9a9a9;
    line-height: 3px;
}
.profile-left {
		width: 540px;
		float: left;
    padding-top: 10px;
}
.profile-left h3 {padding-top: 3px;}
.profile-right {
    width: 120px;
    float: right;
}
.profile-right ul {
		list-style: none;
		margin: 0;
		padding: 0;
}
.profile-right ul li {
		list-style: none;
		padding: 0;
		margin: 0;
}
.profile-right ul.books li img { margin: 10px 0 10px 0; }

.profile h3 { padding-top: 20px; }

#sidebar ul.books {
     margin: 0 -30px 0 0;
     clear: left;
}
#sidebar ul.books li {
    float: left;
    padding: 0 3px 3px 0;
}
.books img {
    border: 1px solid silver;
}

.wysiwyg {
    width: 350px !important;
}

#wysiwyg {
    width: 350px;
}
/* fixed styles for h5 */
h5.right {
	float: right;
	margin:10px 0 10px 10px;
	}
	
h5.left {
	float: left;
	margin: 10px 10px 10px 0;
	}
h5 {
	margin: 10px 0px;
}
h5 a {
    font-size: 1.0em;
    color: #000;
}
/*h5 a:hover {
    border-bottom: 1px dotted #000; /* #737272 
}*/

/* styles for index page add */
.reading-add {
    display: block;
    width: 345; height: 345;
    padding: 4px;
    border: 1px solid silver;
    background-color: white;
}
.reading-add-bg {
    background: #f43f06 url('images/reading-img.png') top left no-repeat;
    display: block;
}
.reading-add-shadow {
    background: url('images/reading-shadow.png') bottom left no-repeat;
    display: block;
}
.reading-add-title {
    background: url('images/reading-title.png') 0 110px no-repeat;
    display: block;
}
.reading-add .r-title {
    color: white;
    font-size: 1.3em;
    font-family: Arial,tahoma,sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 160px 0 0 0;
    text-align: center;
}
.reading-add .r-when {
    font-size: 0.97em;
    font-family: Arial,tahoma,sans-serif;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
    padding: 15px 35px;
}
.reading-add .r-when small {
    font-size: 0.85em;
    font-weight: normal;
    font-family: Arial,tahoma,sans-serif;
    line-height: 0.8em;
}
.reading-add .r-who {
    color: white;
    font-size: 1em;
    line-height: 1.2em;
    font-family: Arial,tahoma,sans-serif;
    padding: 0 35px 20px 35px;
    text-align: center;
}
.reading-add .r-who strong {
    color: white;
    font-size: 1.18em;
    text-transform: uppercase;
    font-family: Arial,tahoma,sans-serif;
}
/* styles for index page add end */ 

/* styles for index page open city add end */
.opencity-ad {
    width: 345;
    padding: 4px;
    border: 1px solid silver;
    background-color: white;
    font-family:Georgia,Times New Roman,Verdana,Tahoma;
    text-align: center;
    margin-bottom: 30px
}
.opencity-ad h3 { background-color: black; color: white; font-size: 23px; margin: 0; padding: 5px; font-weight:normal; }
.opencity-ad h3 span { color: white; font-size: 0.7em;}
.opencity-ad h4 { color: #7b4510; font-size: 13px; font-weight: bold; text-transform: uppercase; padding: 10px 10px 0; }
.opencity-ad p { border-bottom: none; padding: 20px 15px 0 15px;}
.opencity-ad .author { padding: 0 10px 15px 10px; }
.opencity-ad .author strong { text-transform: uppercase;}
.opencity-ad .author span { display: block; color: #999; font-style: italic; font-size: 0.85em;}
.opencity-ad h5 { margin-top: -10px;}
.opencity-ad > strong {font-size: 1.2em;}

#babble-ad { width: 345px; display: block; margin: 0 0 20px 0; text-align: left; }
#babble-ad img { border: none; }
.middleContent #babble-ad h5 { margin: 0; height: 288px; display: block; text-align: left; }
.middleContent #babble-ad h5 img { margin: 0; padding: 0; }
#babble-ad h4 { border: none; margin: 0 0 8px 20px; font-size: 16px; letter-spacing: -1px; }
#babble-ad div.babble-list { background: #f4f4f4; width: 345px; padding: 10px 0; }
#babble-ad ul { margin: 0 20px; }
#babble-ad ul li { margin: 0 0 8px 0; list-style: none; }
#babble-ad ul li a { font-size: 14px; line-height: 16px; }
#babble-ad ul li a:hover { border-bottom: 1px dotted black; }

#book-ad { border: 1px solid silver; background-color: #F7F4ED; }
#book-ad img { max-width: 100%; height: auto; }
#book-ad blockquote { border-left: none; margin-left: 10px; font-style: normal; }
.leftBanner #book-ad blockquote span, .leftBanner #book-ad blockquote a { font-size: 16px; line-height: 1.4; }
.leftBanner #book-ad blockquote span { display: block; }



/* styles for index page open city add end */

/*  gabi 07 07 2010 - aniversary note - begin */

.indexSidebar ul li.aniversary {
  padding: 0px;
  margin: 10px 0;
  border: 1px solid silver;
  background-color: #000;
  line-height: 12px;
  position: relative;
}
.indexSidebar ul li.aniversary a { padding: 7px 5px 7px 43px; color: white; display: block;}
.indexSidebar ul li.aniversary span {
  position: absolute;
  top: 10px;
  left: 1px;
  &top: 1px;
  _left: -42px;
  &line-height: 34px;
  font-size: 34px;
  color: white;
  font-weight: bold;
}
.indexSidebar ul li.contribtor a {
  display: block;
  border: 1px solid #4d0000;
  padding: 3px 5px 8px 3px;
  color: white;
  background-color: #8c0000;
  font-size: 1.4em;
  text-align: center;
}
.indexSidebar ul li.contribtor a small {color: white; font-size:11px; line-height: 10px;display: block; }                 
/*  gabi 07 07 2010 - aniversary note - end */

blockquote {
  border-left: 1px solid silver;
  font-style: italic;
  background-color: transparent;
  color: #666;
  margin: 10px 10px 10px 20px;
  padding: 10px;
}
blockquote p, blockquote p a { color: #666; }

.leftBanner p.nobr { border: none }
