/* Import admin stuff */
@import "/phlog/includes/admin.css";

/* IE5 Fix */
body {
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background-color: #335577;
	margin: 0px;
	padding: 0px;
	background-image: none;
	}



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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  margin: 0 0 12px 0;
}

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;
}

pre {
  border: 1px solid #888;
  padding: 5px;
  background-color: #fff;
  width: 95%;
  overflow: auto;
}

code {
  white-space: pre;
}

sup {
  font-size: 8px;
}

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

dl dt {
  font-weight: bold;
}
        
dl dd { 
  margin: 4px 0 20px 20px; 
}

.clear {
  clear: both;
}

#containerMod {
	width: 750px;
	height: auto;
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	display: block;
	background-image: url('/phlog/graphics/background_semi.png');
	background-position: top center;
	background-repeat: repeat-y;
	}

/* Banner Styles */
#bannerMod {
	position: relative;
	top: 5px;
	left: 31px;
	width: 690px;
	margin: 0px;
	padding: 0px;
	}
#bannerContent {
	height: 58px;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	border: 1px solid #EEEEEE;
	background-color: #EEEEEE;
	background-image: url('/phlog/graphics/banner-mie.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	}

#bannerContent h1{
	font-size: 22px;
	font-weight: bold;
        padding: 0 0 0 48px;
        margin: 0;
        background-image: url('/graphics/topher.gif');
	background-repeat: no-repeat;
        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 h1 a span { 
}
*/
#bannerContent h2{
	font-size: 12px;
	font-weight: bold;
        padding: 0px 0 0 48px;
        margin: -20px 0 0 0;
	display: block;
	}

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

.postMod {
        float: left;
        position: relative;
        top: 7px;
        left: 5px;
        width: 515px;
        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;
        }

#links h4 {
        font-size: 16px;
        padding: 0;
        margin: 0 0 10px 0;
}

#links ul {
        margin: 0 0 10px 30px;
}

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

.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;
        }

.postContent ul {
        padding: 0 0 0 10px;
        margin:  0;
        }


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

/* 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;
        }

.sideboxContent p  {
        margin-top: 0;
        padding-top: 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;
}


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

/* Drop Shadow Effect Classes */
.wrap1, .wrap2, .wrap3 .wrap4 .wrapSidebox {
        position: relative;
        display: block;
        }
.wrap1 {
        background-image: url('/phlog/graphics/shadowAlpha.png');
        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;
}

.today_history {
  display: none;
}

#search_form input[type=text] {
  width: 115px;
}

#search_submit {
  width: 25px;
}


object {
  margin-bottom: 20px;
}
