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



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

body {
  margin: 0px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font: icon;
  font-size: normal;
  color: #555;
  background-color: #FFF;
}

h1 {
  clear: both;
  font-size: 9px;
  color: #F5F5F5;
  font-family: Arial, Helvetica, sans-serif;
}

#text h1 {
  background: #FFF;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}

h3 {
  clear: both;
  padding: 0 0 0 5px;
  margin: 0 0 -10px 0;
  color: #A6E7F4;
  font-family: Arial, Helvetica, sans-serif;
}

#news h3
{
	margin-bottom: 3px;
	margin-left: 10px;
	margin-top: 15px;
	font-size: 14px;
	color: #5EB339;
	text-transform:uppercase;
}

h4 {
  clear: both;
  padding: 10px 0 0 15px;
  margin: 10px 0 10px 0;  
  font-size: 16px;
  font-family: 'Trebuchet MS', Arial, Sans-serif;
  color: #5EB339;
}

h5 {
  clear: both;
  padding: 0 0 0 5px;
  margin: 0 0 -10px 0;  
  font-size: 1.2em;
  font-weight: normal;
  text-transform: uppercase;
  color: #666666;
}

.heading {
  clear: both;
  padding: 10px 0 0 5px;
  margin: 0 0 -10px 0;  
  font-size: 2.0em;
  font-weight: normal;
  text-transform: uppercase;
  color: #56B600;
  background-color: transparent;
}

p {
  line-height: 20px;
  padding: 8px 0 8px 0px;
  margin: 5px 0 5px 0;
}

#news p {
  padding: 8px;
}

a {
  color: #0099CC;
  text-decoration: none;
}

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

#news   a:hover,
#footer a:hover {
  background-color: #CCC;
}

.highlight {
  background-color: #FFFF99;
}

ul, ol {  
  padding-bottom: 8px;
  line-height: 20px;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 5px 0 5px 20px;
}

li {
  list-style: none;
  margin: 0px;
  padding: 5px 0 5px 20px;
}

#news ul {
  list-style: none;
  margin: 0px;
  padding: 0px 0 0 0px;
}

#news li {
  list-style: square;
  margin: 0px;
  padding: 0px 0 0px 0px;
}

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

#searchform
{
margin-left: 20px;
}



input {
	padding: 2px;
	border:2px solid #ccc;
	font: normal 1em Verdana, sans-serif;
	color:#666;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:2px solid #ccc;
	height:100px;
	display:block;
	color:#666666;
	
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 2px solid #ccc;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}

.shadow
{
	background:url(images/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;	
}

/***************************************************
   Site Layout Container:
   -------------------------------------------
   adjust width attribute if you would like to
   make the site wider, but make sure to also
   adjust either #news or #text widths as well.
 ***************************************************/

#siteBox {
  width: 688px;
  margin: 0px auto;
  text-align: left;
}





/***************************************************
   Header Styles
   --------------------------------------------
   Change main header image with #header
   background attribute.
 ***************************************************/


#header {
  height: 144px;
  background: url(http://www.elizabethannjackson.com/images/lizjacksonelizabethjackson.jpg) no-repeat top center;
  margin-top: -10px;  
}

#header .title {
  padding: 10px 0 0 10px;
  color: #fff;
}

/***************************************************
   Top Tabbed Menu Styles
 ***************************************************/

#menu {
  text-align: center;
  margin-bottom: 20px;
}

#menu a {
  padding: 6px 20px 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #555;
  font-family: verdana, arial, sans-serif;
}

#menu a:hover, #menu a.active {
  background: url(images/menu_tab.gif) no-repeat top center;
}

.heading {
  margin: 20px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 0.62em;
  color: #666;
  background-color: #FFF;
}




/***************************************************
   Left News Column
   -------------------------------------------
   1. Change to right side column by altering
      #news float attribute
   2. If you widen the #siteBox, also increase
      #news or #text width attribute
 ***************************************************/

#news {
  float: left;
  width: 175px;
  padding: 0 20px 0 0;
}

#news .block {
  margin-bottom: 0px;
  background: url(images/block_top.gif) no-repeat top center;

}

#news .block .bottom {
  height: 28px;
  background: url(images/block_bottom.gif) no-repeat bottom center;
}

#news .links {
  margin: 10px 0 0px 0;
}

#news .links a {
  display: block;
  padding: 6px 0 0px 20px;
  text-transform: none;
  text-decoration: none;  
}

#news .links a:hover {
  background: url(images/link_news.gif) no-repeat center center;
}

#news a img {
  border: 0px;
}





/***************************************************
   Right Content Column
   -------------------------------------------
   1. Change to left side column by altering
      #text float attribute
   2. If you widen the #siteBox, also increase
      #news or #text width attribute
 ***************************************************/

#text {
  float: left;
  width: 475px;
}






/***************************************************
   Footer Styles
 ***************************************************/

#footer {
  height: 100px;
  padding: 28px 3px 0 5px;
  margin: 20px 0 20px 0;
  text-align:center;  
  background: url(images/footer.gif) no-repeat top right;
}

p#footer:first-letter {
  font-size: normal;
}

#footer img.right {
  padding: 5px 2px 0 2px;
  border: 0px;
}



/***************************************************
   Large <ul> Link Styles
   --------------------------------------------
   Creates the large links blocks that can be
   used in the #text section
 ***************************************************/


ul.links {
  float: left;
  padding: 0px;
  margin: 0px;
}

ul.links li {
  float: left;
  list-style-type: none;
  list-style: none;
}

ul.links li a {
  float: left;
  width: 370px;
  padding-top: 5px;
  margin: 0px;  
  cursor: pointer;
  text-decoration: none;
}

ul.links li a:hover {
  background: #DDD url(images/link_top.gif) no-repeat top center;
}

ul.links li a span.title {
  display: block;
  margin-left: 11px;
  text-indent: 20px;  
  background: url(images/link_arrow.gif) no-repeat center left;
}

ul.links li a span.desc {
  float: left;
  width: 350px;
  padding-right: 3px;
  margin-left: 10px;
  color: #555;
}

ul.links li a span.bottom {
  display: block;
  height: 18px;
  clear: both;
}

ul.links li a:hover span.bottom {
  background: #EEE url(images/link_bottom.gif) no-repeat top center;
}




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

.date {
  display: block;
  text-transform: uppercase;
  color: #56B600;
}

p.quote {
  float: left;
  padding: 8px 0 0 8px;
  margin: 5px 0 20px 5px !important;
  margin: 5px 0 10px 3px;
  background: #FEFADE url(images/quote_top.gif) no-repeat top right;
  border-left: 2px solid #FEE456;
}

p.quote span.bottom {
  float: right;
  width: 20px;
  background: url(images/quote_bottom.gif) no-repeat bottom right;
}

img.right {
  float: right;
  padding: 3px;
}

img.left {
  float: left;
  padding: 3px;
}

.grey {
  color: #AAA;
}

.regularlink {
  background: none;
}
