﻿/*
Theme Name: Charlie
Theme URI: http://ithemes.com/purchase/charlie
Author: iThemes
Author URI: http://ithemes.com/
Version: 1.0.5
Description: Charlie is a premium WordPress theme designed by iThemes.
Tags: light, business, theme options, image fader, dropdown menus, CMS
All the CSS, XHTML, design, and images are copyrighted. Please don’t steal.

Version History: see history.txt
*/

/*CSS Reset*/
@import url("css/reset.css");

body { /* This is where you set many of the universal defaults */
	/*background: #2678B0 url(images/body-bg.gif) top left repeat-x; */
	color: #666;
	font-family: "Myriad Pro", "Myriad Web", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	padding:0;
	margin:0;
	line-height:1.4em;
}

.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }

#outer-wrap {
	clear:both;
	width:100%;
	margin: 0 auto;
	padding:0;
        background:#fff;
	/*background:transparent url(images/outer-wrap-bg.gif) top left repeat-x;*/
}

#wrap {
	clear:both;
	width:960px;
	margin: 0 auto;
	padding:0;
border:1px solid #333399;
background:#fff;
}

/*********************************************
	Universal Link Styles
*********************************************/

a, a:link, a:visited {
	color: #000; /*color: #1b5a91; */
	text-decoration: none;
}


a:hover, a:active { 
	color: blue; 
	text-decoration: underline; 
}

/*********************************************
	Universal Text Elements
*********************************************/
p, ul, ol {
}
ol, ul, dd {
	margin: 5px 35px;
}
ol {
	list-style-type: decimal;
}
ul {
	list-style-type: square;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
blockquote {
	color: #666;
	margin: 0 35px 15px; 
	padding: 15px 15px 1px;
	font-style: italic;
	background:#eee;
}
img { 
	border: 0px; 
	background: none; 
}
p {
	padding: 0px;
	margin: 0 0 15px;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px solid #999;
}
* html acronym, abbr {
	border-bottom: 1px dashed #999;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
hr {
        display: block;
        clear:both;
}
table {
	border-collapse:collapse;
	margin-bottom:15px; 
}
tr, td, th {
	margin:auto; 
}
td, th {
	padding:10px;
	vertical-align:top;
}
th {
	border:1px solid #ddd;
	font-weight:bold;
	background:#eee;
}
td {
	border:1px solid #ddd;
}

/*********************************************
	Header Styles
*********************************************/
h1,h2,h3,h4,h5,h6, .sidebarBlog #searchform label.screen-reader-text { /* Use this for universal styles for all header elements */
	font-family: "Myriad Pro", "Myriad Web", Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px 0px 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	letter-spacing: -1px;
	line-height:1.2em;
	color:#333;
}
h1 { 
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4,h5,h6,h7, .sidebarBlog #searchform label.screen-reader-text {
	font-size: 18px;
}
.post h3 { /* This style used as the post titles on homepage/archive and comments headings */
	margin-bottom:5px;
	color:#66cc33 !important;
}
.entry h3 { /* This style used within the post content itself */
}
.sidebar h4 { /* This style used as the sidebar widget titles  */
	padding: 0;
	margin: 0 0 5px;
}
.entry h1,.entry h2,.entry h3, .entry h4, .entry h5, .entry h6, .entry h7 {
	margin-bottom: 10px;
}
h3 a, h3 a:link, h3 a:visited {
	color:#333;
}
h3 a:hover, h3 a:active { }
h1.pagetitle { /* This style used as title on archive pages and pages */
	margin-bottom:15px;
color:#66cc33 !important;
}
h4.pagetitle { /* This style used as title on archive pages and pages */
	color:#66cc33 !important;
}
h1.single-pagetitle { /* This style used as title on single posts */
	margin-bottom:0;
 color:#66cc33
}
#comments h3, #respond h3 { /* This style used as title in the comments section */
}
#home-welcome .left .widget h4 { /* This style used in the Home page welcome message title */
	font-size:22px;
	margin: 0 0 15px;
	padding:0;
	color:#1b5a91;
}

/*********************************************
	The Obligatory WP Styles
*********************************************/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
img.alignright {
	margin: 0px 0px 8px 8px;
}
img.alignleft {
	margin: 0px 8px 8px 0px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.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;
}

/*********************************************
	Header Styles
*********************************************/
#header {
	width: 960px;
	clear: both;
	height: 120px;
	margin: 0 auto;
	padding: 0;
}
#header #title {
	width: 225px; 
	height: 120px;
	float: left;
	margin:0;
	padding: 0;

}
#header #title a {
	float: left;
	display: block;
	width: 550px; 
	height: 120px;
	margin: 0px; 
	padding: 0px;
	text-indent: -9999px;
}

/*********************************************
	Search Form Styles
*********************************************/
#search {
	width:400px;
	height:31px;
	float: right;
	margin:0 auto 40px;
	padding:0;
/*	background: url(images/search-bg.gif) top right no-repeat;*/
}
#searchform {
	width:334px;
	height:31px;
	float:right;
	padding:0;
	margin:0;
         text-align:right;
}
#searchform #searchfield {
	font-family: "Myriad Pro", "Myriad Web", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	float:left;
	padding:0;
	width:153px;
	margin: 9px 0 0 29px;
	border:0;
	background:transparent;
}
#searchform #submitbutton {
	margin: 6px 0 0 10px;
	float:left;
	font-size:8pt;
	width:60px;
	height:18px;
	text-align:center;
	border:0;
	text-indent:-10000em;
	background: transparent;
	border:0;
}

/*********************************************
	Horizontal Navigation Styles 
	(with dropdowns)
*********************************************/
#menu {
	clear: both;
	width: 960px; 
	margin: 0 auto; padding: 5px 0;
	height:35px;
	line-height:35px;
}
#menu ul {
	font-size:14px;
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu li {
	margin: 0 0 0 5px;
	padding:0;
	float: left;
}
#menu li li {
	padding:0;
	margin: 0;
}
#menu li a, #menu li a:link, #menu li a:visited {
	color: #333399;
	text-decoration: none;
	display: block;
	text-decoration: none;
	padding: 0px 15px;
}
#menu li a:hover, #menu li a:active {
	color:#66cc33;
        background:#ddd;
}
#menu li.current_page_item {
	padding-right:10px;
	/*background:url(images/button-rt.gif) top right no-repeat;*/
}
#menu li.current_page_item a, 
#menu li.current_page_item a:link, 
#menu li.current_page_item a:visited {
	/*background:url(images/button.gif) top left no-repeat;*/
	padding: 0px 5px 0px 15px;
/*	color:#00CCFF;*/
         color:#66cc33;
}
#menu li li.current_page_item {
	padding-right:0;
/*	background:transparent;*/
}

#menu li li.current_page_item a, 
#menu li li.current_page_item a:link, 
#menu li li.current_page_item a:visited {
	/*background:transparent;*/
	padding: 0px 15px;
	color:#003366;
}
#menu li ul {
	float:none;
	z-index:9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 230px;
	margin: 0 0 0 1px;
	padding:0;
	background:#eee;  /*66cc33 */
}
#menu li.current_page_item ul {
	margin-top:-7px;
}
#menu li li.current_page_item ul {
	margin-top:-38px;
}
#menu li.current_page_item li {
	background-image:none;
	padding:0;
	margin: 0;
}
#menu li ul a, 
#menu li ul a:link, 
#menu li ul a:visited,
#menu li.current_page_item ul a, 
#menu li.current_page_item ul a:link, 
#menu li.current_page_item ul a:visited {
	background-image:none;
	padding: 0px 15px;
	width:200px;
	background:transparent;
	color:#003366;
}
#menu li ul a:hover, 
#menu li ul a:active,
#menu li.current_page_item ul a:hover, 
#menu li.current_page_item ul a:active  { 
	/*background:#1b5c93;*/
	color:#333399; /*color:#fff; */
        background:#ccc;
}
#menu li ul ul, #menu li.current_page_item ul ul  {
	border-left:1px solid #fff;
	margin: -38px 0 0 199px;
}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
}
#menu li:hover, #menu li.sfhover { width:auto;
}

/*********************************************
	Container Div
*********************************************/
#container {
	margin: 0px auto 20px; 
	padding: 15px;
	text-align: left;
	background:#fff;  /*eee*/
}

/*********************************************
	Image Rotator Styles
*********************************************/
#top-image { /* The image rotator background */
	width:930px;
	height:260px;
	margin: 0 auto 10px;
	padding:15px;
	background:#fff;
}
#top-image #rotator { /* The image rotator */
	background:url(images/rotator.jpg) 0 0 no-repeat;
	width:930px;
	height:260px;
	padding: 0;
	margin:0 auto;
}

/*********************************************
	Content Div
*********************************************/
#content {
	display: inline;
	float: right;
	margin: 0; 
	padding: 30px;
	border:1px solid #ddd;
	width: 545px;
	background:#fff;
}
#content-full { 
	display: block;
	padding: 30px;
/*	border:1px solid #ddd;*/
	margin: 0;
	background:#fff;
/*width:950px;*/
}
#content-left {
	display: inline;
	float: left;
	margin: 0;
	padding: 30px;
	/*border:1px solid #ddd;*/
	width: 570px;
	background:#fff;
}

/*********************************************
	Post Div
*********************************************/
.post {
	clear: both;
	margin: 0 0 30px;
	width:630px;
}

/*********************************************
	Post Meta Styles, if needed
*********************************************/
.meta {
	clear: both; /* we need this so floats in the post are cleared */
	margin: 0 0 10px;
	padding: 0;
}
.meta-date { }
.meta-author { }
.meta-comments { }
.meta-category { }

/*********************************************
	Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 0px;
	padding: 0px;
}

/*********************************************
	Sidebar
*********************************************/
.sidebar {
	font-size:12px;
	display: inline;
	float: left;
	width: 310px;
	margin: 0px; 
	padding: 0;

}
#float-right .sidebar {
	float:right;
	margin-top:15px;
	margin-bottom:15px;
}
.sidebar .widget {
/*	padding: 20px;*/
padding: 5px 20px 5px 20px;
	clear: both;
	margin: 0 0 5px; 
	/*border:1px solid #ddd;*/
text-align:center;
}
.sidebar p, 
.sidebar .textwidget {
}
.sidebar img {
	margin: 0px;
}
.sidebar form {
	margin: 0px; 
	padding: 0px;
}
.sidebar ul {
	margin: 0 0 0 18px; 
	padding: 0px;
}
.sidebar ul ul {
	list-style-type:none;
	margin: 0;
}
.sidebar ul ul ul {
	margin: 0 0 0 15px;
}
.sidebar ul li {
	margin: 0; 
	padding: 0;
}
.sidebar ul li a {
}
.sidebar ul li a:hover { }
.sidebar li li {
	margin: 0; 
	padding: 0;
}

/*********************************************
	Comment Styles
*********************************************/
#comments {
	margin: 20px 0 0; 
	padding: 0px;
	overflow: hidden;
}
#comments .title {
	font-size: 25px;
	margin: 0px; 
	padding: 15px 0px;
}
#comments ol.commentlist {
	margin: 0px; 
	padding: 0px;
}
#comments ul.children {
	margin: 0px; 
	padding: 10px 0px 0px;
}
#comments .vcard { }
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0px; 
	padding: 0px 10px 0px 0px;
}
#comments .comment-meta {
	padding: 0px 0px 20px 0px;
}
#comments li.even,
#comments li.odd {
	clear: both;
	list-style-type: none;
	border: 1px solid #ddd;
	background:#eee;
	margin: 0 0 20px 0px;
	padding: 10px;
	overflow: hidden;
}
#comments ul.children li {
	border: 1px solid #ddd;
}
#comments li.even {
}
#comments li.odd {
}
#comments blockquote {
	background: #ccc;
	margin: 10px 0px; 
	padding: 10px;
}
#comments .alert {
	background: #fffbd6;
	border: 1px solid #ebe067;
	margin: 5px 0px; 
	padding: 5px;
}
#comments p {
	margin: 0px 0px 10px; 
	padding: 0px;
}
#respond {
	overflow: hidden;
}
#respond #commentform {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}
#respond #commentform #author,
#respond #commentform #email,
#respond #commentform #url {
	width: 50%;
	margin: 0px 0px 5px 0px; 
	padding: 5px;
}
#respond #commentform #comment {
	width: 95%;
	margin: 10px 0px 15px 0px; 
	padding: 5px;
}
#commentform p {
	margin-bottom:0;
}

/*********************************************
	Contact Form Styles
*********************************************/
#ithemes-contact-page-form table {
	border:0;
	margin:0;
}
#ithemes-contact-page-form td {
	padding-bottom:15px;
	vertical-align:top;
	border:0;
}
#ithemes-contact-page-form td.label {
	padding-right:5px;
}
#ithemes-contact-page-form textarea {
	width:330px;
}

/*********************************************
	125x125 Banner Ad Styles
*********************************************/
.sidebar ul.banner125 {
	list-style-type:none;
	margin: 0px; 
	padding: 0px;
}
.sidebar ul.banner125 li {
	float:left;
	margin: 0px 5px 5px 0px; 
	padding: 0px;
}
.sidebar ul.banner125 li img {
	display:block;
	margin: 0px; 
	padding: 0px;
}

/*********************************************
	Footer Styles
*********************************************/
#footer {
	font-size:11px;
	clear: both;
	display: block;
	color: #000;
	text-align: center;
	margin: 0px auto;
	padding:0; 
}
#footer p {
	margin:0;
}
#footer a, #footer a:link, #footer a:visited {
	color: #fff;
}
#footer a:hover, #footer a:active {
	color: #fff;
	text-decoration: underline;
}

/*********************************************
	Home Page Welcome Styles
*********************************************/
#home-welcome {
	width:900px;
	margin:0 auto;
	padding: 30px 30px 20px;
	background: #fff;
}
#home-welcome .left { 
	width:620px;
	margin:0;
	padding:0;
	float:left;
}
#home-welcome .right, #home-welcome2, #homeside {
	width:237px;
	margin:0;
	padding:15px 0 0;
	float:right;
	background:#ebebeb url(images/right-box-top.gif) top left no-repeat;
}
#home-welcome .right .widget {
	margin: 0 auto 15px;
	padding:0 21px;
	background:transparent;
	width:195px;
	overflow:hidden;
}
#home-welcome .right .bottom, #home-welcome2 .bottom, #homeside .bottom {
	width:237px;
	height:8px;
	background:#ebebeb url(images/right-box-bot.gif) bottom left no-repeat;
}

/*********************************************
	Home Bottom Styles
*********************************************/
#home-bottom {
	width:900px;
	height:225px;
	margin: 0 auto 20px;
	padding: 0 30px;
	background:#fff url(images/home-bottom-bg.gif) top center no-repeat;
	overflow:hidden;
}
#home-bottom .col1 {
	float:left;
	width: 255px;
	height:225px;
	padding:0;
	margin: 0 40px 0 0;
	overflow:hidden;
}
#home-bottom .col2 {
	float:left;
	width: 250px;
	height:225px;
	padding:0;
	margin: 0 85px 0 0;
	overflow:hidden;
}

#home-bottom .col3 {
	float:left;
	width: 250px;
	height:225px;
	padding:0;
	margin: 0;
	overflow:hidden;
}
#home-bottom .widget { 
	height:225px;
	padding: 0;
	margin:0;
	font-size: 12px;
	line-height:1.3em;
	overflow:hidden;
} 
#home-bottom .widget h4 {
	line-height:1.0em;
	margin: 0 0 10px;
	padding: 0;
	font-size:20px;
	height:53px;
	line-height:53px;
	color:#454545;
}
#home-bottom .col1 .widget h4 {
	background: url(images/home-bottom-icon-left.gif) 0px 0 no-repeat;
	padding-left: 50px;
}
#home-bottom .col2 .widget h4 {
	background: url(images/home-bottom-icon-mid.gif) 0px 0 no-repeat;
	padding-left: 60px;
}
#home-bottom .col3 .widget h4 {
	background: url(images/home-bottom-icon-right.gif) 0px 0 no-repeat;
	padding-left: 55px;
}
#home-bottom .widget ol, #home-bottom .widget ul {
	margin: 0 15px;
}
/*  */
#footer #footernav {
	list-style-type: none;
	margin: 0px; padding: 0px 0px 8px 0px;
	color: #000;
}
#footer #footernav li {
	display: inline;
	border-left: 1px solid #DDD;
	margin: 0px; padding: 0px 10px 0px 10px;
}
#footer #footernav li.home {
	border: none;
	margin: 0px; padding: 0px 10px 0px 0px;
}
#footer #footernav li a {
	color: #000;
	text-decoration: none;
	margin: 0px; padding: 0px;
}
#footer #footernav li a:hover {
	color: #000;
	text-decoration: underline;
}
/* Cforms */
#cforms3form{
width:600px;
}
#li-3-14 { /* type of bin text header*/
float:left;
width:200px;
}
#li-3-15 {  /* quantity text header*/
float:left;
width:60px;
display: inline-block;
}
#li-3-16 { /* 95 gallon CB */
float:left;
clear:left;
width:200px;
margin-right:0px; padding-right:0px;
}
#label-3-16 span {
width:120px;
}
#li-3-17 {
float: left;
width:200px; 
display: inline;
*display:inline;
}
#label-3-17  {  /* qty */
display:none;
}
#cf3_field_17{   /* qty entry field */
/*float:left;*/
width:40px;
}

#li-3-18 { /*64 gal CB */
clear:both;
float:left;
width:200px;
}
#label-3-18 span {
width:120px;
}

#li-3-19 {
float:left;
width:200px;
display: inline;
}
#label-3-19  {  /* qty */
display:none;
}
#cf3_field_19{   /* qty entry field */
float:left;
width:40px;
}
#li-3-20 {
clear:both;
float:left;
width:200px;
}
#label-3-20 span {
width:120px;
}

#li-3-21 {
float:left;
width:200px;
display: inline;
}
#label-3-21  {  /* qty */
display:none;
}
#cf3_field_21{   /* qty entry field */
float:left;
width:40px;
}


#li-3-22 {
clear:both;
float:left;
width:200px;
}
#label-3-22 span {
width:120px;
}

#li-3-23 {
float:left;
width:200px;
display: inline;
}
#label-3-23  {  /* qty */
display:none;
}
#cf3_field_23{   /* qty entry field */
float:left;
width:40px;
}
#li-3-24 {  /* other type of bin*/
clear:both;
float:left;
width:190px;
padding-right:0px;margin-right:0px;
/*border: 1px solid red;*/
}
#label-3-24  {  /* other desc label */
width:45px;
float:left;
padding-right:0px;margin-right:0px;
}
#cf3_field_24{   /* other desc entry field */
float:left;
width:110px;
padding-right:0px;margin-right:0px;
}
#li-3-25 {  /* other bin qty */
display: inline;
float:left;
width:200px;
/*border: 1px solid purple;*/
}

#label-3-25  {  /* qty */
display:none;
}
#cf3_field_25{   /* other qty entry field */
float:left;
width:40px;
}
#li-3-26 {  /* special requirements field */
clear:both;
width:500px;
}
#label-3-26 span {  /* special requirements field */
clear:both;
width:400px;
}
#cf3_field_26 {  /* special requirements field */
clear:both;
width:400px;
}
/*********************************************
	edited 1/14/12
*********************************************/
.icon1{
	background:url(images/documents.jpg) no-repeat center top;
}
.icon2{
	background:url(images/document-shredding.jpg) no-repeat center top;
}

.icon3{
	background:url(images/computer-tape-storage.jpg) no-repeat center top;
}

.icon4{
	background:url(images/paper-recycling.jpg) no-repeat center top;
}
.icon5{
	background:url(images/offsite.jpg) no-repeat center top;
}

.icon1, .icon2, .icon3, .icon4, .icon5{
	 /* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	
	/* IE 5-7 */
	filter: alpha(opacity=80);
	
	/* Netscape */
	-moz-opacity: 0.8;
	
	/* Safari 1.x */
	-khtml-opacity: 0.8;
	
	/* Good browsers */
	opacity: 0.8;
	
	display:block;
	float:left;
	width:120px;
	height:60px;
	padding-top: 103px;
	text-align:center;
	color:#1B5A91 !important;
	font:normal 14px "Myriad Pro","Myriad Web",Arial,Helvetica,sans-serif !important;
}
.icon1:hover, .icon2:hover, .icon3:hover, .icon4:hover, .icon5:hover{
		 /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  /* IE 5-7 */
  filter: alpha(opacity=100);

  /* Netscape */
  -moz-opacity: 1;

  /* Safari 1.x */
  -khtml-opacity: 1;

  /* Good browsers */
  opacity: 1;
}
#float-right_blog .sidebar {
	float: right;
	margin-top:-228px;
}
.post h3 a{
	color:#66cc33 !important;
}
.pagetitle a{
	color:#66cc33 !important;
}

.tooltip {
	background: url("images/black_arrow.png") repeat scroll 0 0 transparent;
    color: white;
    display: none;
    font: 14px Arial;
    height: 48px;
    padding: 17px 25px;
    text-align: center;
    width: 160px;
}

#rotatorBanner div {
    background-position: center top;
    background-repeat: no-repeat;
    height: 260px;
    width: 930px;
    position: absolute;
}

#banner_nav_pos {
    background: url(images/nav_bg.png) repeat scroll center bottom transparent;
    bottom: 0;
    height: 35px;
    margin: 0;
    padding: 0;
    position: absolute;
    width:100%;	
    z-index: 200;
	overflow:hidden;
	display:none;
}
.nav_wrapper{
	width:400px;
	margin:0 auto;	
}
#banner_nav_pos ul{
	display:block;
	text-align:center;
	padding-top:2px;	
	list-style:none;
}
#banner_nav_pos ul li{
	float:left;
}
#banner_nav_pos ul li.prev a{
	background:url(images/nav_lt_arrow.png) no-repeat 0 0;
	width:25px;
	height:21px;
	text-decoration:none;
	float:left;
}

#banner_nav_pos ul li.nav a{
	background:url(images/nav_btn.png) no-repeat 0 0;
	width:15px;
	height:21px;
	text-decoration:none;
	float:left;
}
#banner_nav_pos ul li.nav a:hover, #banner_nav_pos ul li.nav a.current{
	background:url(images/nav_current.png) no-repeat 0 0;	
}

#banner_nav_pos ul li.next a{
	background:url(images/nav_rt_arrow.png) no-repeat right 0;
	width:25px;
	height:21px;
	text-decoration:none;
	float:left;
}
.hbanner{
	position:relative;
	height: 260px;
    width: 930px;	
}



/*********************************************
	edited 1/17/12
*********************************************/
#float-right .sidebar2 {
    margin-bottom: 15px;
    margin-top: 15px;
}
.sidebar2 {
    display: inline;
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 0;
    width: 310px;
}
.sidebar2 .widget {
    clear: both;
    margin: 0 0 5px;
    padding: 5px 20px;
    text-align: center;
}
.sidebarBlog #searchform{
	float:none !important;
	width:auto !important;	
	height:auto !important;	
	text-align:left;
	padding-left: 20px;
}

.sidebarBlog h4{
	padding-left: 20px !important;	
}
.sidebarBlog #searchform label{
	display:block;		
}
.sidebarBlog #searchform #s{
	width:126px;	
}
.clear{
	clear:both;	
}
