/*---------------------MENU ---------------------------*/
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#nav p { 
	padding-left: 6px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style: none;
	display: block;
	min-height: 22px;
	cursor: pointer;
}

#nav a {
	display: block;
	text-decoration:none;
	color: #FFFFFF;
	width: 181px;
	min-height: 22px;
	background-color: #222;
	padding: 0 0 0 6px;
	}

#nav a:hover, #nav li:hover {
	background-color: #333333;
	}

#nav li {
	float: left;
	border: solid 1px #444;
	position: relative;
	width: 187px;
	background-color: #222;
	display: block;
	font-size: 11px;
	min-height: 22px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 187px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -23px 0 0 189px;
	}
	
#nav li ul ul.left {
	margin: -23px 0 0 -189px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: -1px;
}
#nav a.daddy {
	background-image: url(images/daddy.jpg);
}
#nav a.daddyleft {
	background-image: url(images/daddyleft.jpg);
	padding-left: 20px;
	width: 130px;
}
#nav a.main {
	font-size: 13px;
	color: #FFFFFF;
	background-color:#000000;
	}
#nav ul.child {
	background-image: url(images/child.jpg);
	}

/* ---------------- PAGE LAYOUT ----------------- */
.wrapper {
	width: 780px;
	margin: 0px auto;
	border-left: solid 1px #222;
	border-right: solid 1px #222;
	background-image: url(images/wrapper-background.gif);
}
body {
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.header {
	margin: 0;
	width: 780px;
	background-image: url(images/background_01.jpg);
	height: 65px;
	text-align: center;
	padding: 0;
}
#copydiv {
	margin: 0px;
	padding: 0px;
	width: 780px;
	background-image: url(images/wrapper-background.gif);
}
h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 1.5em;
	color: #000000;
	text-decoration: underline;
	margin: 0px 10px 10px 15px;
}
p {
	font-family: "Courier New", Courier, mono;
	font-size: 0.7em;
	line-height: 1.2em;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#sidebar {
	padding: 10px 0 0 0;
	float: right;
	width: 170px;
	top: 0px;
	height: 100%;
	margin: 0 10px 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.footer {
	font-family: "Courier New", Courier, mono;
	color: #FFFFFF;
	background-image: url(images/background_03.jpg);
	margin: 0px;
	padding: 20px 0px 0px 0px;
	clear: both;
	height: 30px;
	width: 780px;
}
h2 {
	font-family: "Courier New", Courier, mono;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
	text-decoration: underline;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1em;
	text-align: left;
}
.navholder {
	width: 765px;
	margin: 0 0 0 12px;
}

/*----------------------- BLOG STUFF          ------------------------------------------*/
/* Content
----------------------------------------------- */
@media all {
  #content {
	width:750px;
	margin:10 0 0 0;
	padding:0 0 0 10;
    }
  #main {
	width:530px;
	float:left;
	padding-left: 15px;
    }
  }
@media handheld {
  #content {
    width:90%;
    }
  #main {
    width:100%;
    float:none;
    }
  #sidebar {
	width:100%;
	float:none;
	margin: 10px 0px 0px 5px;
    }
  }

/* Headings
----------------------------------------------- */
h2 {
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-variant: normal;
	text-decoration: none;
	border-bottom: 1px solid #666;
	font-weight: bold;
  }
#content a {
	color: #000000;
	text-decoration: none;
}

/* Posts
----------------------------------------------- */
@media all {
  .date-header {
    margin:10px 0px 0px 0px;
    }
  .post {
	margin:10px 0px 15px 5px;
	border-bottom:1px dotted #ccc;
	padding-bottom:20px;
    }
  }
@media handheld {
  .date-header {
    padding:0 1.5em 0 1.5em;
    }
  .post {
    padding:0 1.5em 0 1.5em;
    }
  }
.post-title {
	margin:0 0 5px 0;
	padding:3px;
	font-size:18px;
	font-weight:bold;
	line-height:1.6em;
	color:#FFFFFF;
	font-family: "Courier New", Courier, mono;
	width: 100%;
	background-color: #CCCCCC;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:underline;
  color:#FFFFFF;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  color:#FFFFFF;
  }
.post div {
	margin:0;
	line-height:1.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#666666;
  }
.post-footer em, .comment-link {
	font:9px;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-family: "Courier New", Courier, mono;
  }
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  border:1px solid #ddd;
  }
.post blockquote {
	margin:1em 20px;
	clear: both;
  }
.post blockquote p {
  margin:.75em 0;
  }


/* Comments
----------------------------------------------- */
#comments h4 {
	margin:1em 0;
	text-transform:uppercase;
	letter-spacing:0.2em;
	color:#666666;
	font-family: "Courier New", Courier, mono;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }


/* Sidebar Content
----------------------------------------------- */
#sidebar ul {
	margin:0 0 1.5em;
	padding:0 0 1.5em;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  line-height:1.5em;
  }
#sidebar p {
	color:#666;
	clear: both;
  }


/* Profile
----------------------------------------------- */
#profile-container {
  margin:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  padding-bottom:1.5em;
  }
.profile-datablock {
  margin:.5em 0 .5em;
  }
.profile-img {
  display:inline;
  }
.profile-img img {
  float:left;
  padding:4px;
  border:1px solid #ddd;
  margin:0 8px 3px 0;
  }
.profile-data {
  margin:0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.profile-data strong {
  display:none;
  }
.profile-textblock {
  margin:0 0 .5em;
  }
.profile-link {
  margin:0;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }


/* Footer
----------------------------------------------- */
#footer {
	width:780px;
	clear:both;
	margin:0 auto;
	background-color: #000000;
  }
#footer hr {
  display:none;
  }
#footer p {
  margin:0;
  padding-top:15px;
  font:78%/1.6em "Trebuchet MS",Trebuchet,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#content a:hover {
	text-decoration: underline;
}
