/*
Theme Name: Greenery V2
Theme URI: http://businessbroker.bizmp.com/businessbroker.html
Description: Converted Greenery template from OSWD converted for wordpress
Author: Business Broker
*/



/***************************************************
   HTML Element Styles
 ***************************************************/

body {
  margin: 0;  
  text-align: center;
  font: 0.75em verdana, arial, sans-serif;  
  line-height: 170%;
  color: #5a5a5a;
  background: #fff url(images/bg_body.jpg) repeat-y top center;
}

p { 
  padding-top: 10px !important;
  padding-top: 3px;
  padding-bottom: 10px !important;
  padding-bottom: 3px;
}


a img

{

  border:  none ;

}

a {
  color: #33b2e6; 
  border:  none ;
}

a:visited {
  color: #333;

  border:  none ;
}

a:hover {
  color: #1F1F1F; 
  border:  none ;

}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

input {
  width: 30%;

}

textarea {
  width: 90%;
  /* 
    IE specific to eliminate scroll bar when not needed. 
    Uncomment if wanted, but it is not valid CSS
     
  scrollbar-3dlight-color : #777;
  scrollbar-arrow-color : #5A5A5A;
  scrollbar-darkshadow-color : #777;
  scrollbar-face-color : #d2eeff;
  scrollbar-highlight-color : #777;
  scrollbar-shadow-color : #777;
  scrollbar-track-color : #777;    
  */
}

input,
textarea {
  padding: 1px 3px;
  margin: 5px 0;
  font: 0.81em verdana, arial, sans-serif;
  color: #000;
  background-color: #70c3e5;
  border: 1px solid #009bba;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
  color: #FFF;
  background-color: #009bba;
  border: 1px solid #1F1F1F;
}



h1 {
  clear: both;
  margin: 10px 0;
  font: 700 1em verdana, sans-serif;
  text-transform: uppercase;
  color: #009bba;
  background: #EEE;  
 
}

h1 span {
  display: block;
  padding: 2px;
}

#sideBar h1 {
  text-align: right;
}

#sideBar h1 span {
  display: block;
  padding: 2px;
}

h2 {
  color: #33b2e6;
  font: 0.75em verdana, arial, sans-serif;  
 
}

h2 span {
  display: block;
}

#sideBar h2 {
  text-align: left;
}

#sideBar h2 span {
  display: block;
}

#content ol li { 
  color: #1F1F1F;
 
}

#content ol li span {
  color: #5A5A5A;

}

#content ul {
  padding-bottom: 10px;


}

#content ul li {
  list-style-image: url(images/li_bullet.gif);

}
#content ul{
margin-top: -1px;


}
blockquote {  
  margin: 0;
} 

blockquote span {
  display: block;
  padding: 5px;
}

/***************************************************
  Layout Element Styles
 ***************************************************/


#header {   

  border:  none ;
  width: 100%;
  height: 70px;
  background: #70c3e5 url(images/bg_header.jpg) repeat-y top center;
  border:  none ;  
}

/***************************************************
  Header Menu
 ***************************************************/

#menu {
  width: 767px;
  margin: 0 auto;
  text-align: left; 


  border:  none ;
}

#menu ul {
  margin: 0;
  padding: 0;
  line-height: normal;  

  border:  none ;
}

#menu ul li {
  display: inline;
  float: left;
  padding-top: 0.8em;
    padding-left: 2em;
  list-style: none;
  text-align: center; 

  border:  none ;
}

#menu ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 1.0em;
  color: #222; 

  border:  none ;
}

#menu ul li a:hover,
#menu ul li a.active {
  font-weight: bold;
  color: #111; 

  border:  none ;
  background: url(images/menu_tab.gif) no-repeat bottom center;
}


/***************************************************
  Site Title
 ***************************************************/

#title {
  padding: 1em 55px 0.6em 0;
  margin-right: 0.5em;
  float: right;
}

#title h1 {
  display: inline;
  color:  #222;
  background-color: #038fbd;
  background-image: none;
}


/***************************************************
 Page Content
 ---------------------------------------------------
 1. Left side text
 2. Dropdown image
 3. Right side bar 
 ***************************************************/


#content {  
  clear: both;
  width: 835px;
  margin: 0 auto;
  text-align: left;
}

#text {
  float: left;
  width: 410px !important;
  width: 417px;
  padding: 10px 5px 20px 20px !important;
  padding: 20px 5px 20px 10px;
}

#image {
  float: left;
  width: 200px;  
  vertical-align: top;
}

#plant
{
	background-image: url(images/plants.jpg);
	height: 604px;
	width: 166px;
}

#sideBar {
  float: right;
  width: 185px !important;
  width: 200px;
  padding: 10px 15px 20px 0 !important;
  padding: 10px 0px 20px 0;
}


/***************************************************
 Sidemenu Styles
 ***************************************************/

.sideMenu {
  padding: 10px 0;
}

.sideMenu a {
  display: block;
  text-align: right;
  text-decoration: none;
  margin-bottom: 1px;  
}


.sideMenu a span {
  display: block;
  padding: 1px;
}

.sideMenu a:hover {
}

.sideMenu a:hover span {
}
 
 #comment_bottom
 {
	background-image: url(images/comment_bg.gif);
	height: 18px;
	width: 165px;
 }
 
 li
 {
 list-style:none
 }
/***************************************************
 Comment Styles
 ***************************************************/

#comments p {
  padding: 0 5px;
  margin-bottom: 0;
}

#comments p span.author {
  display: block;
  margin-top: 5px;
  text-align: right;
  font-weight: 700;
}

#comments img {
  margin-top: -1px;
}

#comments a {
  color: #3468a1;
}

#comments a:visited {
  color: #000;
}

#comments a:hover {
  color: #1F1F1F;
}

/***************************************************
 Footer
 ***************************************************/




#footer {
	clear: both;
	float: none;
	width: 500px;
	color: #888;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#footerthalgo {
        background-image: url(http://localhost:8888/blog/wp-content/themes/greenery-v2/images/logo.jpg) no-repeat bottom center;
	height: 57px;
	width: 106px;

}

#footer p {
  padding-top: 0 !important;
  padding-top: 10px;
}

#footer a {
  color: #1F1F1F;
}

#footer a:hover {
  color: #000;
}


/***************************************************
 Generic Display Classes
 ***************************************************/

.center {
  text-align: center;
}

.noPad {
  padding: 0;
  margin: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

img.left {
  padding: 5px 5px 5px 0;
}

img.right {
  padding: 5px 0 5px 5px;
}

.button {
  width: auto;
  cursor: pointer;
}

.date {
  display: block;
  font-weight: 700;
}

#sidebar .hidden {
	font-size: 1px;
	color: #444444;
	text-decoration: none;
}
