/* column */


body {
    overflow: scroll;
}
#branding {
    position: absolute; border: 1px solid #8bf;
    background-image: url(/images/header-editorial.jpg);
    width: 150px;
    height: 150px;
    top: 50px;
    left: 70px;
    display: none;
}

#column_head {
	margin-top: 50px;
	margin-left: 70px;
	overflow: auto;
	position: relative;
}

#column_head img {
	float: left;
	border: 1px solid black;
}

#masthead {
	position: absolute;
	left: 390px;
	width: 200px;
	bottom: 0px;
}



#column {
	position:absolute;
	top: 340px;
	left: 70px;
	right: 70px;
}

#column_body {
	width:350px;
}

#column .meta {
	color: #999;
	font-size: smaller;
}

#column h3 {
	clear: both;
	float: left;
	line-height:14pt;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
	width: 100%;
	position: relative;
}

#iconbox img{
	text-align: right;
	border: none;
}


.tagcontainer {
	color: #999;
	font-size: smaller;
/*	border-bottom: 1px solid #999;*/
	padding-bottom: 6px;
	width: 100%;
}

img.tagicon {
	margin-right: 4px;
	margin-bottom: 8px;
	float: left;
}

.tags {
	display: inline;
	font-family: verdana, helvetica, sans-serif;
	width: 100%;
}

a img {
	border: none;
}

#column p {
	padding-right: 15px;
}

#comment_bg {
	position:absolute;
	height:100%;
	top: 3px;
	left: -14px;
	right: 0px;
	background: #ddd;
	z-index: -1;
}

#comments {
	position: absolute;
	top: 390px;
	left: 440px;
    white-space:nowrap;
}

#comments h3 {
	position: relative;
	left: -11px;
	color: #999;
	border-bottom: 1px solid #999;
	padding-left: 20px;
}

#comments .comment {
	float:left;
	color: #999;
	background-color: #eee;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
	margin-right: 15px;
	border: 1px solid #999;
	width:200px;
	z-index: 10;
    white-space:normal;
}

.comment input {
    margin-bottom: 5px;
}

#comments .thread {
    position:relative;
    /*border:1px solid red;*/
	clear:both;
    overflow:auto;
}

#comments .subthread {
    /*border:1px solid blue;*/
    left:220px;
    overflow:auto;
}

#disclaimer {
        font-size: 10px;
        color: #999;
        margin-left: 110px;
}

.shuttle {
	margin-top: 20px;
	white-space: nowrap;
	text-align: right;
}

.shuttle a {
	padding: 2px;
	background-color: #eee;
	border: 1px solid #555;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
	margin-left: 6px;
}

.i_title {
	font-size: 14px;
	font-weight: bold;
}

.i_body {
	width:	290px;
	height: 400px;
}

