/*
Theme Name: Hands Off My Belly Theme
Theme URI: http://handsoffmybellyguide.com
Description: handsoffmybellyguide.com wordpress theme
Version: 1.0
Author: Beth & David Adriaanse
Tags: two-columns, widgets
*/
body {
	background:#ffe784 url('./images/background_repeat.png');
	padding:0px;
	margin:0px;
	font:1em "Times New Roman";
	color:#684520;
}

a:hover {
	color:#da1c5c;
	text-decoration:underline;
}

a, a:active {
	color:#da1c5c;
	text-decoration:none;
}

h1 {
	color:#da1c5c;
	text-align:left;
	font:1.75em "Times New Roman";
	line-height:50%;
}

h2 {
	color:#684520;
	text-align:left;
	font:1em "Times New Roman";
}

img {
	border:0px;
	z-index:3;
}

img#fanciness {
	position:absolute;
	top:-80px;
	left:5px;
	z-index:1;
}

img.menu {
	position:relative;
	z-index:3;
}



li.linkcat, li.categories {
	list-style-type:none;
	font:18px "Times New Roman";
}

ul
{
  margin-left: 12px;
  padding-left: 0;
}

li {
	list-style-type:none;
	color:#684520;
	font:12px "arial",verdana,sans-seriff;
	text-align:left;
	text-align:justify;
}

p {
	color:#684520;
	font:.75em "arial",verdana,sans-seriff;
	text-align:left;
	text-align:justify;
}

p.justified {
	color:#684520;
	font:.75em "arial",verdana,sans-seriff;
	text-align:justify;
}

div#homb {
	position: relative;
	z-index:2;
	top: 20px;
	width:260px;
	height:260px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}

div#container {
	position:relative;
	top:-108px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}

div#menudiv {
	background:url('./images/background_topfillet.png');
	position:relative;
	width:870px;
	height:40px;
	text-align:right;
	padding-right:30px;
}

div#front_maindiv {
	background:#fff;
	position:relative;
	width:800px;
	padding:50px;
	min-height:540px;
}

div#posts {
	width:550px;
	padding-top:100px;
}

div.post {
	border-bottom:#da1c5c dotted 2px;
	padding: 30px 0px 30px 0px;
}

div#sidebar {
	position:absolute;
	width:210px;
	right:40px;
	top:220px;
	height:auto;
	border-left:#da1c5c dotted 2px;
}

div#footerdiv {
	background:url('./images/background_bottomfillet.png');
	position:relative;
	top:0px;
	width:900px;
	height:40px;
}

div#links {
	position:relative;
	left:200px;	
	width:700px;
	height:40px;
}