/*  
Theme Name: Delicious
Description: Delicious means yummy.
Version: A.1
Author: Delicious Daniel

*/

body{
   background-image: url('images/bkg.gif');
   color: #ffffff;
   font-family: courier;
}
h2{
	margin: 0;
}
A:link {
	color: #ffffff;
	font-weight: bold;
} 
A:visited {
	color: #ffffff;
	font-weight: bold;
} 
A:active {
	color: #ffffff;
	font-weight: bold;
} 
A:hover {
	color: #ffffff;
}
.box{
   width: 650px;
}
.tableBox{
   width: 600px;
}
.boxMiddle{
	background-image: url('images/boxFiller.gif');
	background-repeat: repeat-y;
}
.contentLeft{
	width: 250px;
	padding-left: 20px;
	padding-right: 10px;
	vertical-align: middle;
}
.contentRight{
	width: 400;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 20px;
	text-align: left;
}
.contentMiddle{
	width: 650;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 10px;
	text-align: left;
}
.contentMiddle img{
	padding-right: 10px;
}
.post{
	background-image: url('images/boxFiller.gif');
	background-repeat: repeat-y;
	padding: 0 20px 0 20px;
	text-align: left;
}
.post img{
	padding: 10px;
}
p{
	margin-bottom: 0;
	margin-top: 0;
	
}
.postTitle{
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}
.pageTitle{
   padding: 0;
}
.picturesBox{
   width: 650px;
   background-image: url('images/boxFiller.gif');
   background-repeat: repeat-y;
   padding: 15px;
}
.linksTD{
   width: 200px;
}
.linksTD img{
   padding: 0;
}
.contactTD{
   padding: 10px;
}
.picturesTD{
   width: 150;
}
#everything{
   width: 880px;
}
#menu{
   float: left;
   position: fixed;
   top: 220px;
   width: 200px;
}
.menuBox{
   width: 195px;
   background-image: url('images/menuBoxFiller.gif');
   background-repeat: repeat-y;
   padding-left: 12px;
}
#content{
   float: right;
   width: 680px;
}
#killfloat{
   float: clear;
}
.navigation{
	background-image: url('images/boxFiller.gif');
	background-repeat: repeat-y;
	padding: 0 20px 0 20px;
}
/*     */
.postmetadata{
   text-align: center;
   padding-top: 15px;
}
.postmetadata ul, .postmetadata li {
   display: inline;
   list-style-type: none;
   list-style-image: none;
}