/*  
Theme Name: BJ Hoff
Description: BJ Hoff Theme
Version: 1.0
Author: PulsePoint Design
Author URI: http://www.pulsepointdesign.com/
*/


* {
	padding:0;
	margin:0;
	}

body {
	background:url(images/bg-body.jpg) repeat-x top #142D29;
	font-family:"Garamond", Garamond, serif;
	behavior:url("csshover.htc");
	font-size:12pt;
	color:#0B1708;
	}
a {
	color:#418E94;
	text-decoration:underline;
	}

a:hover {
	color:#5D6C63;
	font-weight:bold;
        text-decoration:underline;
	}
a:visited {
        color:#6A6128;
	font-weight:bold;      
        text-decoration: underline;
        }
p {
	line-height:1.1em;
	word-spacing:0.2em;
	margin-bottom:1.25em;
	margin-top: 20px;
}

img a, a img {
        border:0;
	}

blockquote {
	margin-left: 1.5em;
        padding-left: 5px;
	padding-right: 30px
}

a {
	color:#418E94;
	font-weight:bold;
        text-decoration:underline;
	}

a:hover {
	color:#5D6C63;
	font-weight:bold;
        text-decoration:underline;
	}
a:visited {
        color:#6A6128;
	font-weight:bold;      
        text-decoration:underline;
        }

/* Structure */

#container {
	width:800px;
	margin:0 auto;
	background:url(images/bg-content.jpg) top center repeat-y;
	}

#navigation {
	height:24px;
	background:#848E76;
	}

#header {
	height:397px;
	background:url(images/bg-header.jpg) top center no-repeat;
	}

#body {
        min-height:428px;
	padding:0px 20px 0px 20px;
	}

#sidebar {
	width:200px;
	float:right;
	}

#content {
	float:left;
	width:510px;
	}

#footer {
	height:90px;
	padding-top:58px;
	background:url(images/bg-footer.jpg) top center no-repeat;
	clear:both;
	text-align:center;
	font-size:9pt;
	color:#FCF1C4;
	}

#footer a {
	color:#fff;
	}

#footer a:hover {
	color:#fff;
	text-decoration:none;
	}

/* Menu */

#navigation {
	display:block;
	border:0;
	padding:0;
	margin:0;
	z-index:5;
	position:relative;
	font-family:"Bookman Old Style", Garamond, serif;
}

#navigation ul {
	min-height:24px;
	list-style-type:none;
	padding:0;
	margin:0;
	z-index:500;
}
#navigation li {
	display:inline;
	float:left;
	min-height:20px;
	position:relative;
	text-align:left;
	margin:0;
}
#navigation li ul {
	width:140px;
	height:auto;
	top:100%;
	left:0px;
}

#navigation li ul li {
	text-align:left;
	width:140px;	
	height:auto;
	min-height:auto;
	display:block;
	padding:3px 6px;
}

#navigation a {
	text-decoration:none;
	color:#E6E8BE;
	font-weight:bold;
	font-size:10pt;
	}

#navigation li li ul {
	top:0;
	left:0;
}

#navigation li li:hover ul {
	left:150px;
	background-image:none;
}

/* initially hide all sub sidemenus */
#navigation ul ul,
#navigation ul li:hover ul ul,
#navigation ul ul li:hover ul ul,
#navigation ul ul ul li:hover ul ul,
#navigation ul ul ul ul li:hover ul ul {
	position:absolute;
	display:none;
}
/* display them on hover */
#navigation li:hover ul,
#navigation ul li:hover ul,
#navigation ul ul li:hover ul,
#navigation ul ul ul li:hover ul,
#navigation ul ul ul ul li:hover ul,
#navigation ul ul ul ul ul li:hover ul {
 	 display:block;
}

#navigation #PhpWebcontent {
	display:none;
}

/* define the consecutive colors */

#navigation {
	color:#FFFFFF;
}

#navigation ul{
	background:#848E76;
	-moz-opacity:0.88; /* for mozilla */
	opacity:0.88; /* for safari */
	khtml-opacity:0.88 /* for konquerer and older safari */
}

#navigation ul ul {
	background:#848E76;
}

#navigation ul li {
	background:#848E76;
}

#navigation a {
	color:#FFFFFF;
	}

#navigation ul li:hover {
	background:#848E76;
}
#navigation ul li ul {

}

#navigation ul li ul li {
	background:#848E76;
}

#navigation ul li ul li:hover {
	background: #666666;
}
#navigation ul li ul ul li{
	background: #666666;	
}

#navigation ul li ul ul li:hover {
	background: #999999;
}



/* Entries */

.entry {
	font-size:12pt;
	color:#0B1708;
	padding-left:5px;
	}
h1 {
	font-size:20pt;
	color:#5D6C63;
	weight:bold;
	}
.entry a {
	color:#418E94;
	text-decoration:underline;
	}
.entry a:hover {
	color:#5D6C63;
	font-weight:bold;
        text-decoration:underline;
	}
.entry a:visited {
        color:#6A6128;
	font-weight:bold;      
        text-decoration: underline;
        }

#contentfull {
	
	}

/* Sidebar */

#notes {
	width:139px;
	height:219px;
	padding:90px 20px 30px 35px;
	margin:0 28px 0 14px;
	background:url(images/notes.jpg) top center no-repeat;
	font-size:11pt;
	}
#facts {
	width:139px;
	height:788px;
	padding:90px 20px 30px 35px;
	margin:0 0px 0 14px;
	background:url(images/factbox.jpg) top center no-repeat;
	font-size:11pt;
	}
#books {
	width:183px;
	height:335px;
        padding:0px 0px 10px 10px;
	margin:0 0px 0 14px;
	background:url(http://www.bjhoff.com/wp-content/uploads/2007/03/booksbox.swf) top center no-repeat;
	font-size:11pt;
	}
#sidebar img {
	padding:3px;
	margin:0 auto;
	border:0;
	}


/* Alignment */

.left {
	float:left;
	}
.right {
	float:right;
	}

img.alignright {
        float: right;
        clear: right;
        margin: 0 0 5px 10px;
        background: #fff;
        }

img.alignleft {
        float: left;
        clear: left;
        margin: 0 10px 5px 0px;
        background: #fff;
        }

img.centered { 
        display: block; 
        margin: 0 auto 20px auto; 
        float: none; 
        clear: both;
        }