body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #fff;
	background-image: none;
	}

img {
	border: none;
	padding: 0px;
	margin: 0px;
	}

img.imgVM {
	vertical-align: middle;
	}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

form {
	padding: 0;
	margin: 0;
	}

input {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  border-color: #000;
  border-width: 1px;
  background-color: white;
}

textarea {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  border-color: #000;
  border-width: 1px;
  background-color: #FFFFFF;
}

select {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #000;
  border-color: #000;
  border-width: 1px;
  background-color: white;
}


sup {
  font-size: 8px;
}

ul.recipe {
  font-family: Courier New, Courier, fixed;
  margin: 0 0 0 20px !important;
}

#containerMod {
	width: 700px;
	height: auto;
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	display: block;
	}

/* Banner Styles */
#bannerMod {
	position: relative;
	top: 5px;
	left: 5px;
	width: 690px;
	margin: 0px;
	padding: 0px;
	}
#bannerContent {
	height: 58px;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	background-color: #fff;
	margin-left: -50px;
	}

#bannerContent h1{
        font-size: 22px;
        font-weight: bold;
        padding: 0 0 0 48px;
        margin: 0;
        background-image: none;
        height: 48px;
        display: block;
        top: 0;
        }

#bannerContent h1 a {
        color: #000;
        background-image: none;
        text-decoration: none;
}

#bannerContent h1 a span {
        display: block;
        color: #000;
        background-color: #fff;
        width: 350px;
}

#bannerContent h2{
        font-size: 12px;
        font-weight: bold;
        padding: 0px 0 0 48px;
        margin: -20px 0 0 0;
        display: block;
        }

#bannerTitle {
	font-size: 22px;
	font-weight: bold;
	}

/* Post Styles */
#postColumn {
        float: left;
        position: relative;
        top: 0px;
        left: 2px;
        width: 700px;
        margin: 0;
        padding: 0px;
        }

.postMod {
        float: left;
        position: relative;
        top: 7px;
        left: 5px;
        width: 700px;
        margin: 0;
        padding: 0px;
        }
h3 {
        position: relative;
        height: 20px;
        padding: 3px 3px 0 3px;
        margin: 0px;
        background-color: #EEEEEE;
        border-left: 1px solid #8c8c8c;
        border-right: 1px solid #8c8c8c;
        border-top: 1px solid #8c8c8c;
        border-bottom: 0;
        }

span.date {
        font-size: 10pt;
}

.postPagehead {
        position: relative;
        height: 20px;
        padding: 0px;
        margin: 0px;
        background-color: #EEEEEE;
        border: 1px solid #8c8c8c;
        }

.postTitleA {
        float: left;
        padding: 2px 5px 0px 5px;
	font: bold 14px Verdana, arial, Helvetica, sans-serif;
        }

.postTitleB {
        float: right;
        padding: 2px 5px 0px 5px;
        }

.postContent {
        background-position: bottom right;
        background-repeat: no-repeat;
        border: 1px solid #EEEEEE;
        background-color: #FFFFFF;
 	padding: 5px 3px 5px 6px;
        margin: 0;
	border: 1px solid #8c8c8c;
        border-top: 0;
        }



/* Side Bar Style */
#sidebarMod{
        float: right;
	position: relative;
	width: 160px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	display: none;
	}

/* Side Box Style */
.sideboxMod{
        float: right;
	position: relative;
	top: 7px;
	right: 5px;
	width: 160px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}

.sideboxTitle {
        position: relative;
	height: 18px;
	padding: 0px;
	margin: 0px;
	background-color: #EEEEEE;
        border-left: 1px solid #8c8c8c;
        border-right: 1px solid #8c8c8c;
        border-top: 1px solid #8c8c8c;
        border-bottom: 0;
	}

.sideboxTitleA {
	padding: 2px 5px 0px 5px;
	}

.sideboxContent {
	background-position: bottom right;
	background-repeat: no-repeat;
	border: 1px solid #EEEEEE;
	background-color: #FFFFFF;
	padding: 3px;
	margin: 0px;
        border-left: 1px solid #8c8c8c;
        border-right: 1px solid #8c8c8c;
        border-bottom: 1px solid #8c8c8c;
        border-top: 0;
	}

.sideboxContent ul {
        padding: 0 0 0 1px;
        margin: 0 0 0 1px;
        list-style-type: none;
        }

.sideboxContent li {
        padding: 0 0 3px 0;
        }

/* Image styles */
.post_image_right {
  margin: 0 0 0 5px;
  float: right;
}

.post_image_right_border {
  margin: 0 0 0 5px;
  border: 1px solid #000;
  float: right;
}

.post_image_left {
  margin: 0 5px 0 0;
  float: left;
}

.post_image_left_border {
  margin: 0 5px 0 0;
  border: 1px solid #000;
  float: left;
}


/* Options Box Styles */
#uobpMod {
	float: right;
	position: relative;
	top: 7px;
	right: 5px;
	width: 380px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}
#uobpTitle {
	position: relative;
	height: 18px;
	padding: 0px;
	margin: 0px;
	background-color: #EEEEEE;
	}
#uobpTitle ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	}
#uobpTitle li {
	display: inline;
	}
#uobpTitleA a:link, #uobpTitleA a:active, #uobpTitleA a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	float: left;
	width: 182px;
	padding: 2px 0px 3px 5px;
	margin: 0px;
	}
#uobpTitleA a:hover {
	background-color: #CCCCCC;
	}
#uobpTitleB a:link, #uobpTitleB a:active, #uobpTitleB a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	float: right;
	width: 183px;
	padding: 2px 5px 3px 0px;
	margin: 0px;
	}
#uobpTitleB a:hover {
	background-color: #CCCCCC;
	}
#uobpContent {
	position: relative;
	height: 200px;
	border: 1px solid #EEEEEE;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	}
#uobpOptions {
	position: relative;
	float: left;
	width: 175px;
	height: 196px;
	padding: 2px 5px 2px 5px;
	margin: 0px;
	border-right: 1px solid #EEEEEE;
	}
#uobpBirthdays {
	position: relative;
	float: right;
	width: 177px;
	height: 196px;
	padding: 2px 5px 2px 5px;
	margin: 0px;
	text-align: right;
	overflow: auto;
	}

/* User Links Styles */
#ulMod {
	float: left;
	position: relative;
	top: 8px;
	left: 5px;
	width: 150px;
	padding: 0px;
	margin: 0px;
	}
#ulTitle {
	position: relative;
	height: 18px;
	padding: 0px;
	margin: 0px;
	background-color: #EEEEEE;
	}
#ulTitleA {
	float: left;
	padding: 2px 5px 0px 5px;
	}
#ulContent {
	width: auto;
	height: auto;
	border: 1px solid #EEEEEE;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	}
#ulContent ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	}
#ulContent li {
	margin: 5px;
	}
#ulContent a {
	display: block;
	width: 86px;
	color: #666666;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 8px 2px 9px 45px;
	text-decoration: none;
	}
#ulContent a:link, #ulContent a:active, #ulContent a:visited {
	background-color: #E8E0D5;
	}
#ulContent a:hover {
	background-color: #F7F1E4;
	}

/* Content Box Styles */
#dmMod {
	float: right;
	position: relative;
	top: 8px;
	right: 5px;
	width: 535px;
	margin: 0;
	padding: 0px;
	}
#dmTitle {
	position: relative;
	height: 18px;
	padding: 0px;
	margin: 0px;
	background-color: #EEEEEE;
	}
#dmTitleA {
	float: left;
	padding: 2px 5px 0px 5px;
	}
#dmTitleB {
	float: right;
	padding: 2px 5px 0px 5px;
	}
#dmContent {
	height: auto;
	border: 1px solid #EEEEEE;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	}
.dmEntry {
	display: block;
	margin: 10px 5px 0px 5px;
	}
.dmEntryText {
	color: #536C77;
	margin-bottom: 5px;
	}
.dmEntryStamp {
	color: #999999;
	}
.hSep {
	height: 10px;
	width: 95%;
	border-bottom: 1px solid #EEEEEE;
	margin: 0px auto 0px 0px;
	}

/* Copyright Styles */
#copyrightMod {
	float: left;
	position: relative;
	top: 50px;
	left: 5px;
	width: 690px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	color: #CCCCCC;
	}

/* Drop Shadow Effect Classes */
.wrap1, .wrap2, .wrap3 .wrap4 .wrapSidebox {
        position: relative;
        display: block;
        }
.wrap1 {
        /*background-image: url('/phlog/graphics/shadow2.jpg');*/
        background-position: bottom right;
        }
.wrap2 {
        /*background-image: url('/phlog/graphics/corner_tr2.jpg');*/
        background-repeat: no-repeat;
        background-position: top right;
        }
.wrap3 {
        padding: 0px 5px 5px 0px;
        /*background-image: url('/phlog/graphics/corner_bl2.jpg');*/
        background-repeat: no-repeat;
        background-position: bottom left;
        }



.wrap4 {
        padding: 0px 5px 5px 0px;
        margin: 0px 0px 0px 0px;
        voice-family: "\"}\"";
        voice-family: inherit;
        /*margin: 0px 0px 15px 0px;*/
        /*background-image: url('/phlog/graphics/corner_bl2.jpg');*/
        background-repeat: no-repeat;
        background-position: bottom left;
        }

html>body .wrap4 {
        margin: 0px 0px 12px 0px;
}

.wrapSidebox {
        padding: 0px 5px 5px 0px;
        background-image: url('/phlog/graphics/corner_bl2.jpg');
        background-repeat: no-repeat;
        background-position: bottom left;
        }

html>body .wrapSidebox {
        margin: 0px 0px 6px 0px;
}

.define {
  border-bottom: 1px dotted;
  cursor: help;
}


/* Miscellaneous CSS */
/* For Transparency
filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity: 0.5;
*/
