﻿/*  
Theme Name: ByValenti
Theme URI: http://www.elegantwebdesigns.net
Description: Blog theme for By Valenti.
Author: Jack R.
Author URI: http://www.elegantwebdesigns.net
Version: 2.0
*/


/*	##################################
   	GENERAL
	################################## */
	
body {
	margin: 0px;
	padding: 0px;
	/*background: #E3DFE6;*/
	background: #ffffff url("https://www.byvalenti.com//blog/img/background1.jpg") repeat-x;
	font:12px 'Trebuchet MS', Arial, sans-serif, verdana, tahoma;
	color:#533628/*#4d4d4d*/;
}



br {
	margin: 0px;
	padding: 0px;
}

a {
	color:#533628;
	text-decoration: none;
}

a:hover {
	color: #719F1A;
	text-decoration: none;
}

.content p {
	text-align:justify;
}

.content a:link, .content a:visited, .content a:active {
	color:#719F1A /*#533628*/;
	text-decoration: none;	
}

.content a:hover {
	color:#533628/*#A186BE*/;
	text-decoration: none;	
}


blockquote {
	margin:0 20px 0 20px;
	padding: 10px;
	border-left: 1px dotted #4c4c4c;
	font-style: italic;
	background-color: #f4f4f4 /*#E3DFE6 */;
}
/* blockquote highlight*/
.highlight {
	margin:0px;
	padding:30px;
	color: #533628;
	font-family:Georgia,Serif;
	font-size: 14px;
	background-color: #E6E6D9;
}

img {
	border: 0px;
}

.blogimg {
	border: 0px solid #666;
	padding-top:6px;
	padding-left:6px;
	padding-right:6px;
	padding-bottom:6px;
    background-color: #ffffff;
    text-align: center;
}

ul, ol {
	margin: 0 0 20px 20px;
	padding: 0px;
}
.liul {
	color: #533628;
	}
ul {
	padding: 0px;
	margin: 0px 0px 0px 40px;
	text-align:justify;
	color: #719F1A;
	list-style: square outside;
}

ol {
	padding: 0px;
	margin: 0px 0px 0px 40px;
	text-align:justify;
	color: #719F1A;	
}


/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page {
	position: relative;
	width: 950px;
	height: auto;
	margin: 0px auto;
	text-align: justify;
}
	
#header {
	width: 950px;
	height: 130px;
	margin: 0;
	background: url(http://www.byvalenti.com/blog/img/headerbackground.png) no-repeat;
}

#headerLogo {
	padding-top: 10px;
	width: 400px;
	float:left;
	position:relative;	
}

#content {
	width: 950px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: #fff;
}

#content-left {
	float: left;
	width: 620px;
	padding-left:30px;
	padding-bottom: 30px;
}

#content-middle {
	float: left;
	width: 750px;
}

#content-right {
	float: right;
	width: 270px;
	padding-right:15px;
	padding-top:40px;
}

#content img {
	/*border: solid 0px #E3E5E2;
	padding:5px;*/	
}

#breadcrumb {
	width: 950px;
	background: #fff;
	font-size:10px;
	color: #533628;
}
#breadcrumb a {
	color: #533628;
}
#breadcrumb a:hover {
	color: #719F1A;
}

.bread{
	padding-left: 35px;
	padding-top: 10px;	
}


/*	##################################
   	HEADINGS
	################################## */

h1 {
    padding:30px 0 0px 0px;
    margin:10px 0 0px 0;
	text-align:left;
	font-family: MonaKo, 'Trebuchet MS', Arial, sans-serif, verdana, tahoma;
	color: #719F1A /*#4c4c4c*/;
	/*background: url(img/bouquet2.jpg) no-repeat;
	background-position: left;*/
	position:relative;
	text-decoration:none;
	font-size: 24px;
	text-transform: none;
	line-height: normal;
	font-weight: 300;
}

h1 a:link, h1 a:active, h1 a:visited {
	text-decoration: none;
	color: #719F1A /*#4c4c4c*/;
}

h1 a:hover {
	text-decoration: none;
	color: #533628;
}


h2 {
	color:#533628;
	font-weight:bold;
	margin:0px;
	padding: 10px 0 5px 0;
	font: bold 16px Arial, Verdana;
	text-decoration:none;
	text-transform:uppercase;
	font-variant: normal;
}

h2 a:link, h2 a:active, h2 a:visited {
	color:#533628;
	text-decoration:none;
}

h2 a:hover {
	text-decoration:none;
}

h3 {
	color:#533628;
	font-size: 18px;
	font-weight:bold;
	margin:0px;
	padding: 10px 0 5px 0;
	font: Verdana, Tahoma;
	font-variant:small-caps;
	text-decoration:none;
	border-bottom: 	1px dashed #e6e6e6;/*the border*/

}

h4  {
	color:#533628;
    padding:5px 0 0px 20px;
    margin:0 0 5px 0;
	text-align:left;
	font-variant:small-caps;
	font-size: 20px;
	font-weight:bold;
	height: 25px;
	/*background: url('img/sidebar.jpg') no-repeat;
	background-position: left;
	vertical-align:text-bottom;*/
	text-decoration:none;
}

h5 {
    text-decoration: none;
    font: bold 16px/16px 'Times New Roman';
    color: #867C79;
	margin: 0 0 10px 0;
}

h6 {
	font:normal 18px/20px 'Trebuchet MS', Arial, sans-serif, verdana, tahoma;
	color: #533628;
    padding:15px 0 0px 20px;
    margin:0;
	text-align:left;
	font-variant:small-caps;
	font-weight:bold;
	height: 25px;
	background: url(img/sidebar.jpg) no-repeat;
	background-position: left;
	vertical-align:text-bottom;
	text-decoration:none;
}


/*	##################################
   	HEADER
	################################## */
	
#header ul {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#header li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0px;
}

.page_item a {
	display: block;
	width: 100px;
	height: 22px;
	margin: 0px;
	padding: 8px 0 5px 0;
	text-decoration: none;
}

.page_item a:hover {
}


/*	##################################
   	CONTENT
	################################## */
	
.homepage {
	padding-top: 50px;
}

.fineprint {
margin-top: 0; 
margin-bottom: 0;
font-family: verdana; 
font-size: 10px; 
color:#999999; 
padding-bottom:1em;
}

small {
	font-family: 'Trebuchet MS', Arial, sans-serif, verdana, tahoma;
	font-size:x-small;
	color: #C0C0C0;
	}

.meta {
	font: 10px/11px Arial, Verdana;
	text-transform: uppercase;
	color: #b3b3b3;
	margin-top: 0px;
	padding-top: 10px;
	border-top: 1px dashed #e6e6e6;
	padding-bottom:4px;
	display:inline-block;
	letter-spacing:1px;
	width: 100%;
}
.meta-archive, .author {
	font: 10px/11px Arial, Verdana;
	text-transform: uppercase;
	color: #b3b3b3;
	border-bottom: 1px dashed #e6e6e6;
	padding-bottom: 10px;
        padding-top: 4px;
	margin-bottom: 5px;
}
.meta-archive a:link, .meta-archive a:active, .meta-archive a:visited, .author a:link, .author a:active, .author a:visited {
	color: #719F1A;
}
.meta-archive a:hover, .author a:hover {
	color: #533628;
}
.meta-date {
	padding: 0 0 0 15px;
	background: url(img/bg-date.gif) no-repeat 0px 1px;
}
.meta-categories {
	padding: 0 0 0 15px;
	background: url(img/bg-cats.gif) no-repeat 0px 1px;
}
.meta-tags {
	padding: 0 0 0 15px;
	background: url(img/bg-cats.gif) no-repeat 0px 1px;
}
.meta-comments {
	padding: 0 0 0 0px;
	background: url(img/bg-comments.gif) no-repeat 0px 1px;
}

.meta a:link, .meta a:active, .meta a:visited {
	text-decoration:none;
	color:#719F1A;
}
.meta a:hover {
	color: #533628;
}

.box-left {
	margin: 0 0 20px 0;
	clear: both;
	text-align: justify;
	border-bottom: 0px dashed #e6e6e6;
}
.box-left img {
	float: left;
	margin: 0px;
}

/** wordpress css */

.wp-caption {
   border: 1px solid #ddd;
   text-align: left;
   background-color: #E4E4E4;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding-left: 5px;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 10px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
   text-align:center;
   font-style:italic;
   color: #524540;
}

/** box right */

.menuborder, #testimonials-manager {
	border: 1px solid #E3DFE6;
}

.boxcontainer {
	margin: auto;
	margin-bottom:20px;
	clear: both;
	float:right;
	width:100%;
	height:auto;
	text-transform:none;
}
.boximages {
	margin: auto;
	margin-bottom:20px;
	clear: both;
	text-align: center;
	float:left;
	width:100%;
	height:auto;
}
.boxright h3, .boxright h4, .boxright searchbox, .boxfull h3, .boxcontainer h3 {
	background:	#E3DFE6;
	color: #533628;
	font-size:14px;
	text-align: center;
    padding:5px 0 0px 0px;
}

.boxleft {
	margin: auto;
	padding: auto;
	padding-bottom:5px;
	text-align: justify;
	border: 1px solid #E3DFE6;	
	float:left;
	width:128px;
	height:auto;
	color: #533628;
	font-size: 10px;
}

.boxright {
	margin: auto;
	padding: auto;
	padding-bottom:5px;
	text-align: justify;
	border: 1px solid #E3DFE6;	
	float:right;
	width:128px;
	color: #533628;
	font-size: 10px;
}

.boxfull {
	margin-bottom:10px;
	clear: both;
	border: 0px solid #E3DFE6;
	float:right;
	height:auto;
	width:90%;
}

.boxtwitter {
	margin-bottom:10px;
	clear: both;
	border: 0px solid #E3DFE6;
	float:right;
	height:auto;
}

.boxright2 {
	margin: 0 0 30px 0;
	clear: both;
	text-align:center;
}

.boxright img, .boxleft img, .boxfull img, .boximages img {
	border: 0px solid #ccc;
}

fieldset {
	padding: 0.5em;
	margin: 0.5em 0em;
	border:1px solid #ddd
}

legend {
	font-weight: bold;
	}

.boxright ul, .boxleft ul, .boxfull ul {
	margin: 0px 0 0 10px;
	padding: 0px;
}

.boxright li, .boxleft li, .boxfull li {
	display: inline; /* white space bug IE6 */
	padding: 0px;
}

.greencheckmarkblock {
	padding-left: 10px;
	width: 98%;
}
ul.greencheckmark, li.greencheckmark {
	list-style-image: url('http://www.byvalenti.com/blog/img/bullet.jpg');
	padding-left:1px;
}

li.greencheckmark a:link, li.greencheckmark a:active, li.greencheckmark a:visited {
	list-style-image: url('http://www.byvalenti.com/blog/img/bullet.jpg');
	border-bottom: 1px dotted #ddd;	
	margin-left: 0px;
	display: block;
}

li.greencheckmark a:hover {
	color: #719F1A;
	background: #EFECF3;
}	


li.cat-item ul.children {
	margin: 0px;
	padding: 0px;
}

li.cat-item ul.children li {
	margin: 0px;
	padding: 0px;
}

.boxright li a, .boxleft li a, .boxfull li a {
	display: block;
	border-bottom: 1px dotted #ddd;
	text-decoration: none;
	color: #533628;
}

.boxright li a:hover, .boxleft li a:hover, .boxfull li a:hover {
	color: #719F1A;
	background: #EFECF3;
}	


li.cat-item ul.children li a {
	padding: 5px 5px 5px 20px;
}

li.cat-item ul.children li ul.children li a {
	padding: 5px 5px 5px 40px;
}


.boxright .page_item a, .boxleft .page_item a, .boxfull .page_item a, .boxright .current_page_item a, .boxleft .current_page_item a, .boxfull .current_page_item a {
	background: transparent;
	width: auto;
	height: auto;
	color:#533628 /*#114477*/;
	font-weight: normal;
	text-align: inherit;
	padding: 1px 0 1px 0;
	margin-left:10px;
}

.boxright .img, .boxleft .img, .boxfull .img {
	margin-top: 0px;
	margin-bottom: 0px;
}	

/** search form */


#search {
	width: 140px;
	padding: 0 3px 0px 3px;
	color: #666666;
	border: 0px solid #f2f2f2;
}

#searchform {
	padding: 0px 0 0px 40px;
	width:274px;
	height:25px;
}

.headersearch {
	padding-top:8px;
	margin-bottom:0px;
}

/** wp-calendar */

#calendar_wrap {
	margin: 0px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar th {
	text-align: left;
}

/*	##################################
   	COMMENTS
	################################## */
	
h4#comments, h4#respond {
	margin:0 0 20px 0;
}	
	
.comment {
	margin:0 0 20px 0;
	padding: 10px;
	background: #f7f7f7;
	border-top: 1px solid #ccc;
}

.avatar {
	float: left;
	margin:0 10px 0 0!important;
}

.comment-details {
	margin: 0 0 10px 0;
}

.comment-text p {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

/** comment form */

#commentform label {
	display: block;
	margin: 0 0 5px 0;
}

input.text {
	width: 390px;
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #666666;
}

textarea {
	width: 410px;
	height: 100px;
	margin: 0;
	padding: 5px;
	border: 1px solid #666666;
	text-align: justify;
}

input.submit {
	width: auto;
	height: 33px;
	background: #fff url('img/submit.gif') no-repeat center;
	color: #533628;
	border: 0;
	font-weight:bold;
}

input.search {
	width: auto;
	height: auto;
	background: #fff;
	color: #533628;
	border: 0;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-size: 11px;
	letter-spacing: 0.1em;
}



/*	##################################
   	FOOTER
	################################## */
	
#footer-wrap {
	margin-bottom: 25px;
}

#footer {
	/*background: url(img/footer.png) no-repeat;*/
	background-position: center bottom;
	background-color:#ffffff;
	height:300px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 25px;
	padding: 0px 0;
	border-top:1px dashed #dddddd;
}

.footer-text {
	padding-top: 20px;
	width:950px;
	text-align:left;
	font-family: 'Trebuchet MS', Arial, sans-serif, verdana, tahoma;
	color: #B5B5B5;
	text-align:left;
	margin-right:auto;
	margin-left:auto;
	line-height:14px;
	font-size: 0.8em;
	text-transform: uppercase;
	font-variant: normal;
}

.menuTitle {
	color: #B5B5B5;
	font-weight:bold;
}


/* footer
-----------------------------------------------
 */

.footer a:link, .footer a:active, .footer a:visited  {
font-family: arial;
font-size: 8pt;
text-decoration: underline;
color: #524540; }

.footer a:hover {
font-family: arial;
font-size: 8pt;
color: #719F1A; }


#legal {
	float: left;
	width: 540px;
}

#webdemar {
	float: right;
	width: 220px;
	text-align: right;
}

/*	##################################
   	USEFUL
	################################## */

div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
   text-align:center;
}
	
.aligncenter {
   display: block;
   margin: auto;
   padding: auto;
}

.alignleft {
  	float: left;
}

.alignright {
   float: right;
}
img.aligncenter {
   display: block;
   margin: auto;
   padding: auto;
}

img.alignleft {
  	float: left;
}

img.alignright {
   float: right;
}

.clear {
	clear:both;
}

.tags {
	color: #b3b3b3;
	font:10px/11px Arial, Verdana;
}

.thumb {
	border:0px solid #ffffff;
	float:left;
	padding: 5px;
}

hr {
	padding-top: 20px;
	padding-bottom: 20px;
	border: none 0;
	border-top: 1px dashed #cccccc;/*the border*/
	width: 90%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

.entry {
	text-align:justify;
}
.entry a:link, .entry a:visited, .entry a:active {
	color:#719F1A /*#533628*/;
	text-decoration: none;	
}

.entry a:hover {
	color:#533628/*#A186BE*/;
	text-decoration: none;	
}

#post-excerpt {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin: 0 4px 5px 0px;
	padding: 5px;
	width: 190px;
	height:280px;
	text-align: left !important; 
	display: inline;
	border:1px solid #ccc;
	font-size:11px;
}

#post-excerpt h3, #post-excerpt .date {
	text-align:left;
}
#post-excerpt .date {
	/*background: url(images/meta_bg.gif) bottom center no-repeat;*/
}

#post-excerpt .thumb {
	float:left;
	text-align:left;
	margin:0 5px 0 0px;
}

#post-excerpt .desc-excerpt {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	text-align: left !important; 
	display: inline;
}

.division {
	width:500px;
	height: 1px;
	}

/* Navigation Bar*/
.navigationwrap {
	/*background-color: #E3DFE6;*/
	background:transparent;
	width: 950px;
	position:relative;
}

.navigationTop {
	width:950px;
	height:auto;
	position:relative;
	display:block;
}
.navigation{
	float: left;
	padding: 10px 5px 10px 5px;
	margin-top: 20px;
	width: 100%;
	border-top: 1px dashed #ccc;
}
.navi-header {
	text-transform:uppercase;
	color: #ccc;
	font-size: 12px;
	font-family:'Trebuchet MS', Arial, sans-serif, verdana, tahoma;	
}
.navi-right{
	float:right;
	width: 250px;
	padding-right: 0px;
	text-align:right;
	text-transform:uppercase;
	color: #ccc;
	font-size: 12px;
	font-family:'Trebuchet MS', Arial, sans-serif, verdana, tahoma;
}
.navi-left{
	float:left;
	width: 250px;
	padding-left: 0px;
text-align:left;
	text-transform:uppercase;
	color: #ccc;
	font-size: 12px;
	font-family:'Trebuchet MS', Arial, sans-serif, verdana, tahoma;
}
.navigation-left {
	float: left;
	padding: 0px 5px 10px 15px;
	width: 300px;
	text-align:left;
}
.navigation-right {
	float: right;
	padding: 20px 4px 18px 5px;
	background-repeat:no-repeat;
	background-position:center;
	width:200px;
	height:25px;
	margin: 0px;
}
.navigation-search {
	float: right;
	padding: 5px 5px 16px 0px;
	background-image:url('https://www.byvalenti.com/images/searchbg.png');
	background-repeat:no-repeat;
	background-position:center;
	width:280px;
	height:25px;
	margin: 0px 0px 0px 0px;
}
.navigation-center { /*changed for left navigation*/
   margin-left: auto;
   margin-right: auto;
	padding: 0px 0px 15px 0px;
	text-align:center;
	width:950px;
	position:relative;
	display:inline-block;
}

.navigation a {
	color: #533628;
	text-decoration: none;
	font-weight: normal;
}
.navigation a:hover {
	color: #A186BE;
}
.navigation-left a{
	font-size: 9px;
	text-transform:capitalize;	
}
.navigation-center a{
	/*font-variant: small-caps;*/
	font-size: 11px;
	font-weight:bold;	
	text-transform:uppercase;
}

.naviwrapperfooter {
	position: relative;
	width:950px;
}
.navi-left-footer {
	float:left;
	width: 200px;
	padding-left: 75px;
	text-align:left;
}

.navi-right-footer {
	float:right;
	width: 200px;
	padding-right: 45px;
	text-align:right;
}

.homepagebackground {
	background-image: url(img/homepage2.jpg);
	background-repeat:no-repeat;
	height:450px;
	padding-bottom: 10px;
}

.thankyou {
	color: #33cc33;
}

.abajo {
	float:left;
	vertical-align:bottom;
}

.arriba {
	float:left;
	vertical-align:top;
}

.front-page {
	width:630px;
	border:0px;
	height:620px;
}

.the-content {
	margin-top: 30px;
}


/* Drop Down Menu */
body {
	behavior: url(includes/csshover.htc);
}
/*purple*/
div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover {
	color: #719F1A!important;
	/*background: #533628;
	background: #E3DFE6;*/
	background: transparent;
}
div#dropMenu {
	margin: auto;
	padding:auto;
	padding-bottom:5px;
	text-align: center;
	z-index: 1000;
	position: relative;
	width: 930px;
}
div#dropMenu ul {
	margin: 0;
	padding: 0 0 0 10px;
}
div#dropMenu li {
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
	line-height: 1em;
}
.menu1 {
	width: 80px; *;
	width: 80px;
}
.menu2 {
	width: 80px; *;
	width: 80px;
}
.menu3 {
	width: 85px; *;
	width: 85px;
}
.menu4 {
	width: 80px; *;
	width: 80px;
}
.menu5 {
	width: 95px; *;
	width: 95px;
}
.menu6 {
	width: 80px; *;
	width: 80px;
}
.menu7 {
	width: 70px; *;
	width: 70px;
}
.menu8 {
	width: 80px; *;
	width: 80px;
}
.menu9 {
	width: 80px; *;
	width: 80px;
}
.menu10 {
	width: 80px; *;
	width: 80px;
}
.menu11 {
	width: 80px; *;
	width: 80px;
}
div#dropMenu ul.level1 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	/*background: #E3DFE6;*/
	background:transparent;
/*background color of top menu when NOT selected. */	z-index: 1000;
	float: left;
}
div#dropMenu li a:link, div#dropMenu li a:active, div#dropMenu li a:visited {
	display: block; /* Hides from IE5-mac \*/;
	height: 1%; /* End hide from IE5-mac */;
	padding: 8px 0 5px 0;
	text-decoration: none;
	text-transform: uppercase;
	color: #533628;
	text-align: center;
	border-right: 0px solid #ffffff;
}
div#dropMenu li:hover {
	background:#EFECF3;
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;

}
/*div#dropMenu li.submenu {background: url(../images/dropmenu.gif) 95% 50% no-repeat;} */
div#dropMenu li.submenu:hover {
}
div#dropMenu li a.noLine {
	border: none;
}
div#dropMenu > ul a {
	width: auto;
	z-index: 1000;
}
div#dropMenu ul ul {
	display: none;
}
div#dropMenu ul ul li {
	border-bottom: 1px solid #E3DFE6 /*cdc0d7*/;
	width: 14em;
	z-index: 1000;
	color: #533628;
}
/*div#dropMenu li.submenu li.submenu {background: url(../images/submenu.gif) 95% 50% no-repeat;} */
div#dropMenu ul.level1 li.submenu:hover ul.level2, div#dropMenu ul.level2 li.submenu:hover ul.level3, div#dropMenu ul.level3 li.submenu:hover ul.level4, div#dropMenu ul.level4 li.submenu:hover ul.level5, div#dropMenu ul.level5 li.submenu:hover ul.level6, div#dropMenu ul.level6 li.submenu:hover ul.level7, div#dropMenu ul.level7 li.submenu:hover ul.level8 {
	position: absolute;
	width: 14em;
	display: block;
	z-index: 1000;
}
div#dropMenu ul.level2 {
	background: #EFECF3;
	z-index: 1000;
	position: absolute;
	left: 0;
	padding-top: 0px;
}
div#dropMenu ul.level3, div#dropMenu ul.level4, div#dropMenu ul.level5, div#dropMenu ul.level6, div#dropMenu ul.level7, div#dropMenu ul.level8 {
	top: 0;
	left: 12em;
	/*background: #E3DFE6;*/
	background: transparent;
}
div#dropMenu ul.level2 a {
	padding: 1.0em 0 0.9em 0.5em;
	color: #533628;
	text-transform: none;
	text-align:left;
	text-transform: uppercase;
	font-weight:normal;
}
/* this is text color on drop-down submenu */
div#dropMenu ul.level2 a:hover {
	color: #719F1A;
}
.clearBoth {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
.related-posts {
	clear: both;
	font-size: 11px;
	color: #898989;
	padding: 5px 0px 0px 0px;
	margin-bottom: 0px;
	text-align: left;
	background: url(images/meta_bg.gif) top center no-repeat;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	background-color: #fcfcfc;
}
.related-posts a {
	color: #719f1a;
	text-decoration: none;
}
.related-posts a:hover {
	color: #533628;
	text-decoration: none;
}
.relatedpostst {
	display: inline-block;
	height: 180px;
	position: relative;
	width: 100px;
	vertical-align: top;
	border-right:1px solid #e6e6e6;
	margin-left: 7px;
	padding-right: 7px;
}

/*twitter plugin sidebar*/
.twtr-hd h3 {
	text-align:left;
	text-transform: none;
	font-variant:normal;
}
.twtr-hd h4 a:link {
	text-transform:lowercase;
	font-variant:normal;
}

