/*
Theme Name: vendo
Author: venz
*/

/* Reset Defaults Starts */

* {
  margin: 0;
  padding: 0;
  }
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444;
	background-image: url(http://www.lifefacilities.com/skin/frontend/default/lifefacilities/images/bkg_body.gif);
}
h1, h2, h3, h4, h5, h6, p, blockquote {
  margin: 0;
  padding: 10px;
  }

a {
  color: #215679;
  }

a:hover {
  color: #4C82A6;
  }

blockquote {
  margin: 5px 15px;
  padding: 5px 5px;
  background: #8CB5D8;
  border: 1px solid #3A7CAC;
  }

code {
  color: #3366CC;
  }

a img {
  border: none;
  }

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Reset Defaults Ends */

/* Main content */

#main {
	clear: both;
	margin: 0;
	padding: 0px;
	padding-bottom:20px;
	background:url(images/blog-bg-main.gif) #FFF repeat-y right;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #bbbbbb;
	border-left-color: #bbbbbb;
  }

#contentwrapper {
  float: left;
  width: 565px;
  }

#content {
  }

#content .pageTitle {
  padding: 5px 10px 0 10px;
  font-size: 14pt;
  color: #0094b4;
  font-weight:bold;
  }

.contentsearch {
  margin: 0 0 40px 100px;
  }

.contentsponsors {
  margin: 0 0 30px 190px;
  }

.adsense_top {
  text-align:center;
  margin:10px 0 25px 0;
  font-size:9pt;
  }

.adsense_sidebar {
  text-align:center;
  margin:0 0 20px 0;
  font-size:9pt;
  }

.post {
  margin: 20px 0 25px 0;
  }

#content h3, #content h4, #content h5, #content h6 {
  padding: 0 10px;
  font-weight: bold;
  }

#content h2 {
  font-size: 14pt;
  }

#content h3 {
  font-size: 12pt;
  }

#content h4, #content h5, #content h6 {
  font-size: 11pt;
  }

h2.homeTitle {
  margin: 0 0 15px 0;
  }

h2.postTitle {
	font-size: 20px;
	margin: 0;
	color:#e77327;
	font-weight:normal;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 5;
	padding-left: 10px;
  }

h2.postTitle a {
 font-size: 20px;
 margin: 0;
 padding: 0;
 color:#e77327;
 text-decoration: none;
  }

h2.postTitle a:hover {
  }

.postMeta {
  padding: 2px 10px 4px 10px;
  font-size: 9pt;
  color: #333;
  }

.postMeta .date {
  background: url(images/date.gif) left no-repeat;
  padding: 0 0 0 15px;
  }

.postMeta .filed {
  background: url(images/folder.gif) left no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  }

.postMeta .commentcount {
  background: url(images/comments.gif) left no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  }

.postMeta .tags {
  background: url(images/tags.gif) left no-repeat;
  padding: 0 0 0 15px;
  }


.postMeta a {
  text-decoration: none;
  }

.postContent img {
  margin-right: 15px;
  margin-bottom: 10px;
  border: 3px double #CCC;
  }

#content p, .postContent p {
  padding: 5px 10px;
  font-size: 10pt;
  color: #000;
  }

.postContent ul, ol {
  padding: 0 0 0 35px;
  }

.postContent ul li, ol li {
  font-size: 10pt;
  color: #000;
  }

p.comments {
  clear: both;
  padding: 5px 10px 5px 10px;
  }

p.comments a {
  padding-left: 20px;
  background: url(images/comment.gif) left top no-repeat;
  font-size: 10pt;
  text-decoration: none;
  }

.commentlist {
  margin: 10px 0;
  font-size: 10pt;
  list-style: none;
  }

.commentlist li {
  margin: 0 0 5px -25px;
  width: 510px;
  }

.commentlist cite {
  padding: 10px;
  font-size: 10pt;
  }

.commentlist cite a {
  }

.commentmetadata {
  padding: 10px;
  }

.comment h3 {
  padding: 0 10px;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  }

.comment p {
  padding: 10px;
  font-size: 10pt;
  color: #000;
  }

.comment a {
  text-decoration: none;
  }

.comment a:hover {
  text-decoration: underline;
  }

.comment textarea {
  width: 510px;
  }

.comment #submit {
  width: 118px;
  height: 30px;
  background: url(images/commentbutton.gif) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #333;
  }

.comment #submit:hover {
  cursor: pointer;
  }

.navigation {
  margin: 10px 0;
  color: #406E8D;
  text-align: center;
  font-size: 10pt;
  }

.navigation a {
  text-decoration: none;
  }

a.gravatar {
  float:left;
  margin:10px 15px 20px 0;
  width:69px;
  }


/* Start of sidebar */

#allsidebars {
  width:355px;
  float:right;
  margin-right:10px;
  }


/* Sidebar top welcome box */

.sidebarswrapper {
  margin-top: 0px;
  padding-top: 9px;
  width: 355px;
  }

.sidebars {
  width: 355px;
  background: #363636;
  }

.sidebars h2 {
  padding: 0 0 2px 0;
  }

.sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  }

#welcome {
  clear: both;
  padding: 0 10px;
  }

#welcome a {
  display: inline;
  color: #4C82A6;
  }

#welcome a:hover {
  color:#fff;
  }




#welcome p {
  color: #000;
  margin-top: 5px;
  padding-left: 70px;
  }

.sidebarsbottom {
  clear: both;
  }


/* Sidebar 2 columns widget-ready */

.sidebarsB {
  width: 355px;
  margin-top: 10px;
  }

.sidebar1 {
  float: left;
  width: 165px;
  }

.sidebar2 {
  float: right;
  width: 165px;
  }

.sidebarsB h2 {
	font-size: 13px;
	font-weight: bold;
	color: #CCC;
	background-color: #444;
	border:1px solid #bbbbbb;
	margin-left:-5px;
	margin-rght:-5px;
	margin-bottom: 3px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 6px;
	padding-left: 7px;
  }
#searchbutton {
	font-size:11px;
}
.sidebarsB table {
  width: 160px;
  }

.sidebarsB ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

.sidebarsB li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

.sidebarsB li ul {
  padding: 0;
  }

.sidebarsB ul ul li {
  margin: 0;
  padding: 3px 2px 2px 16px;
  color: #222;
  background: url(images/bullet.gif) left 7px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  border-bottom: 1px dotted #ccc;
  }

.sidebarsB a {
  display: block;
  color: #333;
  text-decoration: none;
  }

.sidebarsB a:hover {
  text-decoration: none;
  color:#FFF;
  background-color:#0094b4;
  }

.sidebarsB p {
  padding: 2px 0;
  font-size: 9pt;
  }

#tag_cloud a {
  display: inline;
  }

.sidebarsB ul.children li {border-bottom:none;}
.sidebarsB ul.children {margin-bottom:-5px;}

/* Extras */

.cleared {
  clear: both;
  }

.left {
  float:left;
  }

.right {
  float:right;
  }

#nextprevious {
  padding:10px;
  font-size:80%;
  }

.commentbody {
  float:right;
  width: 420px;
  margin-bottom: 20px;
  padding: 10px 0 10px 0;
  }
.snd {
	margin-top:-1000px;
	position:absolute;
}
#tag_cloud-3 a {
	display: inline;
}

#holder {
	width:960px;
	margin:auto;
}
#hdr-logo {
	padding-left:4px;
	padding-top:15px;
	padding-bottom:10px;
}
#header .bar-1 {
	height:36px;
	font-size:13px;
	line-height:36px;
	background-image: url(http://www.lifefacilities.com/skin/frontend/default/lifefacilities/images/navbg.gif);
	padding-left:10px;
}
#header .bar-1 a {
	color:#fff;
	text-decoration:none;
}
#header .bar-1 a:hover {
	text-decoration:underline;
}
#header .bar-2 {
	height:31px;
	line-height:31px;
	background-color:#444;
	color:#999;
	font-size:12px;
	margin-top:1px;
	padding-left:10px;
	padding-right:10px;
	text-align:right;
}
#header .bar-3 {
	height:28px;
	line-height:28px;
	background-color:#efefef;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bbbbbb;
	border-right-color: #bbbbbb;
	border-bottom-color: #dedede;
	border-left-color: #bbbbbb;
	padding-left:10px;
}
#breadcrumb a { color:#7f7f7f; }
#breadcrumb strong a { color:#7f7f7f; text-decoration:none; color:#444; }
#breadcrumb li { display:inline; float:left; font-size:11px; }
#footer {
	color:#bbbbbb;
	font-size:10px;
	line-height:17px;
	background-color: #444;
	padding-left:5px;
}
.sidebarsB #tagcloud { margin-bottom:15px; }
.sidebarsB #tagcloud a {
	display: inline;
}
.sidebarsB .twitter-box a {
	display:inline;
	color:#0094b4;
}
.sidebarsB .twitter-box a:hover {
	color:#FFF;
}
.sidebarsB .twitter-box .tw-date {
	color:#999;
	font-size:11px;
}
