
#commentform {
	margin-bottom:50px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 10px 0;
	padding: 5px 10px;
	list-style: none;
	border-top:1px dotted #ccc;
	background-color:#F3F3F3; 
	}
.commentlist cite {
	font-weight:bold;
	font-size:11px;
}
.commentlist p {
	margin: 10px 0 !important;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
	


#submit-comment input {
    font-size:13px;
    	border-left: 1px solid #ddd;
	border-right: 1px solid #bbb;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #bbb;
	padding: 4px 7px;
	background: #eee url('file:///C:/Documents%20and%20Settings/sam/My%20Documents/My%20Web%20Sites/extjs_site/themes/ext/dependency/cmp-bg.gif') repeat-x;
	font: bold 12px tahoma, arial, helvetica, sans-serif;
	color:#333;
    	cursor:pointer;
    	margin:0 2px;
}

#submit-comment input:hover {
    border-color:#ccc #bbb #bbb #ccc;
    background-position:0 2px;
    background-color:#fff;
}
/* End Comments */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
    left: 0;
	top: 0;
	z-index: 0;
	width: 80%;
	white-space: nowrap;
	padding: 2px 15px 3px 15px;
	border: none;
	overflow: visible;
	line-height: 1.2em;
}

/* End Various Tags & Classes*/
div.wp_syntax pre {
    background-color:#F9F9F9;
    border:1px dashed #ccc;
    color:#222;
    font-size:12px;
    padding:5px 8px;
    margin:0 10px 10px;
    line-height:14px;
}

/* imported from jackslocum.com */

/*#bd {
	  padding-top:44px;
	  background:#fff url(/blog/wp-content/themes/ext/ext-blog.gif) no-repeat;
}
#hd h1.content {
	display:none;
}*/
#entry-list {
	padding-bottom: 15px;
	padding-top: 15px;
}
#entry-list a.entry-title{
	font-weight: normal;
	line-height: 20px;
	font-size:16px;
	color:#1A5C9A;
	font-family: "Trebuchet MS", Tahoma,arial,sans-serif;
}
#entry-list .entry{
	margin:0 20px 20px 5px;
	clear:both;
}
#entry-list .meta{
	display:block;
	margin-top:5px;
}
#entry-list h4{
	margin-top:0;
	font-size:11px;
	font-weight:normal;
	display:block;
	letter-spacing: 0;
	color:#999;
	margin-bottom:5px;
}

#entry-list .excerpt p {
	margin-top:0;
}

.date-header{
	color: gray;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 5px;
	display:block;
}

.entry strong {
   font-weight:bold;
}

.results {
	border-collapse:collapse;
	margin-bottom:10px;
}
.results thead tr {
	background:#eee;
}
.results td, .results th {
	border:1px solid #DDDDDD;
	border-collapse:collapse;
	font-size:12px;
	padding:4px 10px;
}

.results .result-time {
	text-align:right;
}

.results th {
	
}
div.excerpt {
	zoom:1;
}
img.post-icon {
	width:120px;
	height:90px;
	float:left;
	margin:0 10px 0 0;
}

#entry-list img.post-icon {
	margin-top:5px;
}

/* Interview post styles */
span.interview-question {
	font-weight:bold;
	color: #555;
	font-size:14px;
}

ul.plain {
	list-style-type: none;
	list-style-image: none;
	margin-left:0;
}
