/*
Theme Name: Morning Sunrise
Theme URI: http://businessbroker.bizmp.com/businessbroker.html
Description: Theme based on the lazy days template from OSWD
Version: Version number
Author: Business Broker
*/

/*-----------Block Level Elements--------------*/

html {
}

body {

  margin: 0;
  padding: 0;
  text-align: center;
  font: 400 0.8em verdana, arial, sans-serif;
  background: #666 url(images/bg/header.jpg) repeat-x top left;
  color: #EEE;
}


#header {
  position: relative;
  height: 193px;
}

#content {
    width: 740px;
    text-align: left;
    padding-bottom: 4em;
    margin-left: 240px;
    margin-bottom: 2em;
    margin-top: 40px;
    margin-right: 50px;
    background: #555;
    padding-right: 5px;
    padding-left: 10px;
    padding-top: 5px;
}


/* Holds the site title and subtitle */
#header #title {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 20px;

  padding: 5px;
  text-align: right;
}

#header h1 {
  margin: 0;
  padding: 0;

  font-family: "impact", serif;
  font-size: 5em;
}

#header h1 a {
	color: #c00;
	text-decoration: none;
}

#header h2 {
  position: absolute;
  top: 10px;
  right: 5px;

  margin: 0;
  padding: 0;

  font: 700 1em "trebuchet ms", san-serif;
  text-transform: lowercase;
  color: #00F0EC;
}


/* Sets where the header images will go */
#left {
  position: absolute;
  background-image: url(images/bg/header_left.jpg);
  background-repeat: no-repeat;
  height: 193px;
  width: 269px;
  top: 0;
  left: 0;
}

#right {
  position: absolute;
  background-image: url(images/bg/header_right.jpg);
  background-repeat: no-repeat;
  height: 193px;
  width: 492px;

  top: 0;
  right: 0;
}

#balloons
{
    position: absolute;
    top: 70px;
    right: 500px;
    background-image: url(images/bg/balloons.gif);
    background-repeat: no-repeat;
    height: 45px;
    width: 60px;
}

#headerimg {
margin-left: 130px;
}

.description {
	font-size: 1.2em;
	font-family: sans-serif;
	color: #c00;
}

#wrapper {

}

#page { 
  text-align: left;
}

#page,
#width {
  /* max-width hack for IE since it doesn't understand the valid css property */
  width: expression(document.body.clientWidth > 1000 ? "1000px" : "94%");  
  max-width: 1000px;
  margin: 0 auto;
}

#page[id],
#width[id] {
  width: 94%;
}

#sidebar
{
    width: 160px;
    float: left;
    text-align: left;
    margin-left: 20px;
}


#sidebar ul {
  margin: 0;
  padding: 0;
}

#sidebar li {
  display: inline;
    margin: 0;
  padding: 0;
  /* Needed since IE fails when you give it list-style: none; */  
  list-style-image: url(foo.gif);
  font: 0.8em sans-serif;
}

#sidebar li a {
  display: block;
  margin: 0 0;
  text-decoration: none;
  color: #FFF;
} 

#sidebar li a:hover {
  color: #65EBFF;
  background: #5F5F5F;
}



#footer
{
    width: 100%;
    clear: both;
    height: 27px;
    background: #000 url(images/bg/footer.jpg) repeat-x top left;
    border-bottom: #000000 8px solid;
}


#mainMenu { 
  float: left;
  width: 100%;
  clear: both;  
}

#mainMenu ul {
  margin: 0;
  padding: 0;
}

#mainMenu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainMenu li a {
  float: left;
  margin: 0 2px;
  padding: 5px 0.5em;

  font: 400 1.6em "trebuchet ms", serif;
  text-decoration: none;
  text-transform: lowercase;
  color: #FFF;
}

#mainMenu li a:hover,
#mainMenu li a.here {
  color: #65EBFF;
  border-top: 5px solid #000;
}

#mainMenu li a.last {
  margin-right: 0;
}

a {
  color: #8BE6FA;
}

/* Uncomment this if you would like a visited link style 
a:visited {
  text-decoration: line-through;
} */

a:hover {
  color: #FFF;
}

/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

/*-------------Headings-------------*/

h1 {   

}

h2
{
    font: 20px sans-serif;
    color: #9FF3FF;
    margin-bottom: 20px;
}

h2 a {
  color: #29E3FF;
}

h2 a:hover {
  color: #FFF;
}

h3 {

}

h4 {

}

h5 {

}

h6 {

}


h1, h2, h3, h4, h5, h6, p, dl {
  margin: 0;

}


/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {

}

.post {
	text-align: left;
	font-size: 13px;
	line-height: 140%;
}

.post p {

}

.post a {

}

.post ul {

}

.post li {

}

.entry {

}

.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar ul {

}

#sidebar ul h2 {
	margin-top: 10px;
	color: #333;
}

#sidebar ul li
{
    font-size: 8pt;
}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a {

}
#sidebar a:hover {

}

#sidebar a:visited {

}


/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}

/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/

img.floatRight {
  margin: 5px 0px 10px 15px;  
}

img.floatLeft {
  margin: 5px 15px 10px 0px;
}

a img {  
  border: 2px solid #8BE6FA;
}

a:hover img {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 2px solid #FFF !important;
  border: 2px solid #8BE6FA;
}

.link
{
    color: #4e4e4e;
    font-size: 1px;
}

.link a:link
{
color: #4e4e4e;
}

.link a:hover
{
color: #4e4e4e;
}

.link a:visited
{
color: #4e4e4e;
}

