/*
Theme Name: Belly Theme
Theme URI: http://bellymamamassage.com
Description: Custom theme for bellymamamassage.com

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Scott Gletty-Syoen || http://hopeisalivemarch.com
*/

#banner {
  margin: 0px;
  padding: 0px;
  border: 0px none;
  height: 125px;
  background-image: url('banner.jpg');
  background-color: 534640;
  background-repeat: no-repeat;
  background-position:  top-left 50%;
}

#navbar {
  position: absolute;
  top: 125px;
  left: 0px;
  background-image: url('navbar.gif');
  height: 30px;
  width: 100%
}

body {
  background-color: EBEBD7;;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

hr {
  border: 0;
  width: 100%;
  color: #AAAAAA;
  background-color: #AAAAAA;
  height: 1px;
}

h1,h2,h3,h4,p,li {
  font-family: Georgia,Times New Roman;
  }

h1 {
  font-size: 1.8em;
  }

h1 a {
  color: #2F2F4F;
  text-decoration: none;
}

h1 a:hover {
  text-decoration: underline;
}

h2 {
  font-size: 1.4em;
  margin-bottom: -2px;
  padding-bottom: -2px;
  }

h2 a {
  color: #003F87;
  text-decoration: none;
}

h2 a:hover {
  text-decoration: underline;
}

h3 {
  font-size: 1.1em;
  font-style: italic;
  margin-bottom: -4px;
  padding-bottom: -4px;
  }

h3 a {
  color: #003F87;
  text-decoration: none;
}

h3 a:hover {
  text-decoration: underline;
}

h4 {
  font-size: .9em;
  font-style: italic;
  margin-bottom: 6px;
  padding-bottom: 6px;
  }

h4 a {
  color: #003F87;
  text-decoration: none;
}

h4 a:hover {
  text-decoration: underline;
}

p,li {
  font-size: .8em;
  }

#logo {
  position: absolute;
  left: 598px;
  top: 0px;
}

#menu {
  position:absolute;
  top:125;
}

#leftimg {
  position: absolute;
  top: 170px;
  left: 20px;
}

#main {
  position:absolute;
  top: 160px;
  left: 155px;
  width: 580px;
}

#blogmain {
  position:absolute;
  top: 160px;
  left: 155px;
  width: 500px;
}

#sidebar {
  position:absolute;
  top: 0px;
  left: 525px;
  width: 150px;
}

#picright {
  float: right;
  padding: 10px;
  margin: 5px;
  border: 0;
}

#picleft {
  float: left;
  padding: 10px;
  margin: 5px;
  border: 0;
}

#piccenter {
  float: center;
  padding: 10px;
  margin: 5px;
  border: 0;
}

.alignright {
   position: absolute;
   right: 0;
   text-align: right;
   }

.alignleft {
   position: absolute;
   left: 0;
   text-align: left;
   }

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: left;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */