body {
    background: #fff;
    margin: 20px 0px 50px 60px;
    font: normal normal 14px/18px helvetica, arial, helvetica, sans-serif;
    color: #555;
}

#container {
    width: 500px;
    padding: 25px;
    background-color: #fff;
    border-bottom: 0 none;
}

   #nav {
       text-align: right;
       float: right;
       margin-left: 30px;
       margin-bottom: -5px;
margin-top:19px;
       font-size: 11px;
       white-spacing: nowrap;
   }

   #secondary-nav {
       text-align: right;
       float: right;
clear:right;
       margin-left: 30px;
       margin-bottom: 10px;
       font-size: 11px;
       white-spacing: nowrap;
   }
   
       #nav a {
           color: #945212;
           font-weight: bold;
           text-decoration:none;
       }

       #secondary-nav a {
           color: #777;
           font-weight: bold;
           text-decoration:none;
       }
       
       #nav .dim,
       #secondary-nav .dim {
           filter: alpha(opacity=50); 
           -moz-opacity: 0.5; 
           opacity: 0.5;
           margin: 0px 3px;
       }

h1 {
    color: #666;
    margin: 0px 0px 10px 0px;
    font-weight: normal;
	font-family:georgia, times, serif;
    font-size: 40px;
}

h1 a {
    color: #666;
       text-decoration: none;
   }

/* image title */
h1 { height:68px; width:260px; overflow:hidden; margin-bottom:0; line-height:40px; margin-left:-5px; }
h1 a {
	display:block;
	background:transparent url(jordan-harper-logo.gif) 0 0 no-repeat;
	width:260px;
	padding-top:68px;
}
#description { display:none !important; }
/* end image title */

#description {
    color: #777;
    font-size: 11px;
    line-height: 18px;
    padding-right: 70px;
    margin-bottom: 33px;
margin-left:0px;
}

p.subhead {
color: #666;
margin:10px 0px 10px 0px;
font-size:14px;
font-weight:normal;
}

p.subhead em {
color: #945212;
font-style:normal;
}

.date {
    margin: 33px 0px 33px -40px;
    background-color: #000;
color:#bbb;
padding:4px 8px 4px 40px;
width:auto;
font-size:11px;
text-transform:uppercase;
font-family: arial, times, serif;
letter-spacing:1px;
}
.date a { color:#bbb; text-decoration:none; }

.date a span.letters { color:#bbb; }
.date a span.year { color:#bbb; }

div.post {
       margin-bottom: 33px;
       position: relative;
   }

div.post img.permalink {
       border-width: 0px;
       width: 23px;
       height: 9px;
       position: absolute;
       top: 5px;
       right: 5px;
       display: none;
   }

       div.post:hover img.permalink {
           display: block;
       }

   div.post h2 {
       font-size: 14px;
       color: #000000;
       margin: 0px 0px 10px 0px;
   }

   div.post h2 a {
       color: #000000;
       text-decoration: none;
		font-weight:500;
   }
   
   a {
       color: #000000;
   }
   
	div.post ul { margin:0 0 10px 0; padding:0 0 0 18px; }
		div.post ul ul { margin:0; padding:0 0 0 27px; list-style-type: disc; }

div.post ul.tags { margin:0 0 10px 0; padding:0; list-style:none; overflow:hidden; }
div.post ul.tags li { display:block; float:left; margin:0; padding:0; list-style:none; }
div.post ul.tags li a { display:block; float:left; padding:2px 6px; background:#eee; color: #945212; font-size:10px; margin-right:4px; text-decoration:none; }
div.post ul.tags li a:hover { background:#945212; color:#fff; }

   /* Regular Post */
div.post div.regular { border:10px solid #eee; padding: 7px 10px 0 10px; }
div.post div.regular h2 { font-style:normal; font-size:24px; line-height:27px; font-weight:normal; margin-top:3px; }        
div.post div.regular p { margin:0 0 10px; }        
div.post div.regular {
       font-size: 13px;
       line-height: 18px;
   }

div.post blockquote {
    font-style: italic;
	margin:0 10px;
}
   
/* Photo Post */
div.post div.photo img {
    border-width: 0px;
margin-bottom:9px;
}

div.post div.photo div.caption {
    font-size: 13px;
    margin-top: 5px;
    color: #888;
}

div.post div.caption a {
    color: #666;
}
div.post div.caption strong {
    color: #666;
}

/* Quote Post */
div.post div.quote {
	padding: 0px 0px 0px 0px;
}
div.post div.quote blockquote { margin:0; }
div.post div.quote blockquote p { 
	margin:0;
	font-size: 24px;
	line-height:27px;
	color: #000;
	font-family:georgia, times, serif;
	font-style:italic;
	font-weight:300;
}
div.post div.medium blockquote p {
	font-size:20px;
	line-height:24px;
}
div.post div.long blockquote p {
	font-size:20px;
	line-height:24px;
}
div.post div.quote p.cite {
	display:block;
    font-family: helvetica, arial, helvetica, sans-serif;
    font-style:normal;
    font-size: 12px;
    color: #999;
	line-height:16px;
	padding-top:5px;
	margin:0;
}

div.post div.quote p.cite a {
    color: #999;
}

/* Link Post */
div.post div.link {
    color: #000;
}

div.post div.link a.link {
    color: #000;
    text-decoration: none;
    line-height:27px;
    font-size: 24px;
	border-bottom:2px solid #eee;
	font-weight:500;
}
div.post div.link a.link:hover {
	border-bottom:2px solid #000;
}
div.post div.link div.description {
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 18px;
    color:#666;
    margin-top:15px;
}
div.post div.link div.description p {
	margin:0 0 10px 0;
}
/* Conversation Post */
div.post div.conversation ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px 0px 0px 1px;
    border-left: solid 5px #555;
}

div.post div.conversation ul li {
    font-size: 13px;
    padding: 4px 0px 4px 8px;
    color: #000;
    margin-bottom: 1px;
}

div.post div.conversation ul li span.label {
    font-weight: bold;
}

div.post div.conversation ul li.odd {
    background-color: #f4f4f4;
}

div.post div.conversation ul li.even {
    background-color: #e8e8e8;
}

/* Audio Post */
div.post div.audio div.caption {
    margin-top: 5px;
    color: #888;
    font-size: 13px;
}

div.post div.audio div.caption a {
    color: #888;
}

/* Video Post */
div.post div.video div.caption {
    margin-top: 5px;
    color: #888;
    font-size: 13px;
}
   
#navigation {
    font-size: 13px;
       font-weight: bold;
}

#navigation a {
       color: #555;
    text-decoration: none;
}

#navigation a:hover {
    text-decoration: underline;
}

#footer {
    margin-top: 11px;
    font-size: 10px;
    color: #eee;
}

#footer a {
    color: #eee;
}

#sidebar { position:absolute; left:605px; top:0px; }
	#sidebar #search { margin-top:51px; }

#sidebar form { background:#eee; padding:18px 18px 17px 20px; margin-bottom:15px; }
form input#keywords { border:1px solid #000; padding:2px 3px; margin:0; background:#fff; }