.newp {
	background-color: #DAF1CC;
	-webkit-transition:background-color 1s ease-in;
	-moz-transition-property: background-color;
	-moz-transition-duration: 1s;
	-moz-transition-timing-function: ease-out;
	-o-transition:background-color 1s ease-in;
	transition:background-color 1s ease-in;
}
.reg-post {
	border-bottom-style:solid;
	border-bottom-color:#a0a26e;
	border-bottom-width:1px;
	padding:1em;
}

.author {
	font-weight:700;
}

.author.bob {
	color:#557c4f;
}

.reg-post.bob {
	padding-left:3px;
	border-left-color:#567d50;
	border-left-width:1px;
	border-style:none none none solid;
}

.author.dave {
	color:#797b53;
}

.reg-post.dave {
	padding-left:3px;
	border-left-color:#a0a26e;
	border-left-width:1px;
	border-style:none none none solid;
}

.author.stephen {
	color:#7b5b54;
}

.reg-post.stephen {
	padding-left:3px;
	border-left-color:#7b5b54;
	border-left-width:1px;
	border-style:none none none solid;
}

.author.observers {
	color:#545454;
}

.reg-post.observers {
	font-size:95%;
	color:#545454;
	padding-left:3px;
	border-left-color:#efefef;
	border-left-width:1px;
	border-style:none none none solid;
}

.author.john {
	color:#796c7b;
}

.reg-post.john {
	padding-left:3px;
	border-left-color:#7c6e7d;
	border-left-width:1px;
	border-style:none none none solid;
}

.author.bryan {
	color:#516f7e;
}

.reg-post.bryan {
	padding-left:3px;
	border-left-color:#638799;
	border-left-width:1px;
	border-style:none none none solid;
}

body {
	background:#fff;
	font-family:'Lucida Grande',Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-size:69%;
	min-width:520px;
	margin:0;
	padding:0;
}

html>body {
    	font-size:9px;
}

.timestamp {
	color:#999;
}

div,p,li {
	font-size:100%;
	font-family:'Lucida Grande',Verdana,Arial,Helvetica,Geneva,sans-serif;
}

p {
	margin:0 0 1em;
	padding:0;
}

a {
	color:#004276;
	font-weight:700;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1,h2 {
	font-size:1em;
	clear:both;
	font-family:Verdana,Arial,Helvetica,Geneva,sans-serif;
	margin:0;
}

div#topbanner {
	position:relative;
	background:#8ab url(http://altmedia.macobserver.com/tmo_media/images/site2004/powerbacker_partial.gif) top right no-repeat;
	border-top:4px solid #689;
	color:#123;
	font-weight:700;
	font-size:10px;
	height:90px;
	padding:9px 0 13px 10px;
}

#topbanner a {
	vertical-align:top;
}

#topbanner img {
	vertical-align:middle;
}

#tmologo {
	margin-right:25px;
}

p#topbanneradvert
{
	position: absolute;
	bottom: 13px;
	left: 210px;
	padding: 0px;
	margin: 0px;
	font-size: 1.3em;
}

div.sidebyside {
	position:relative;
	top:0;
	left:210px;
	font-size:1.3em;
	margin:0;
	padding:0;
}

div#mainstuff {
	background:transparent;
	position:relative;
	margin-top:.6em;
}

div#footer {
	clear:both;
	display:block;
	background:#eed;
	border-top:3px solid #ccb;
	font-size:10px;
	margin-top:10px;
	padding:5px 20px;
}

div.spacia {
	clear:both;
}

div#topbanner h1 {
	width:220px;
	text-align:left;
}

.claude {
	position:absolute;
	top:-1000em;
	left:-1000em;
}

h2.headline {
	color:#333;
	font-size:1.2em;
}

div.navcontainer {
	clear:both;
	margin-top:0;
	background:#eed;
	border-bottom:2px solid #ccb;
	font-size:10px;
	height:15px;
	padding:4px 10px;
}

ul.navlist {
	text-transform:lowercase;
	display:inline;
	float:left;
	width:77%;
	margin:0;
	padding:1px 0;
}

ul.footernavlist {
	text-transform:lowercase;
	display:inline;
	float:left;
	width:100%;
	margin:0 0 6px;
	padding:1px 0;
}

div#footer ul.footernavlist {
	text-align:center;
}

ul.navlist li {
	float:left;
	position:relative;
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.footernavlist li {
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
}

.noborder {
	border:none;
}

.phototimestamp {
	color:#8b8b8b;
	font-size:9px;
	text-transform:uppercase;
	font-family:"Lucida Grande", Verdana, Arial, sans-serif;
	margin:0;
	padding:0 0 0 9px;
}

.mobile-photo {
	padding-top:6px;
	padding-bottom:0;
	margin:0;
}

.photopost:first-child {
	padding-bottom:6px;
	border-bottom-color:#ccc;
	border-bottom-width:2px;
	border-bottom-style:solid;
}

#photos {
	float:right;
	width:320px;
	clear:right;
}

#photoheader {
	text-align:center;
	font-weight:700;
	margin:0;
	padding:0;
}

#whoswho {
	background-repeat:no-repeat;
	background-image:url(whoswho.png);
	display:none;
	width:40em;
	border-color:#8a8a8a;
	border-style:solid;
	border-width:1px;
	padding:0;
}

#whoswho p {
	padding:1em .5em .5em 1em;
}

#whoswho .close {
	text-decoration:none;
	right:0;
	float:right;
	height:16px;
	width:16px;
	background-image:url(close.png);
}

.navlist a:link,.navlist a:visited,.footernavlist a:link,.footernavlist a:visited {
	font-weight:700;
	text-decoration:none;
	color:#234;
	white-space:nowrap;
	margin:0 10px 0 0;
}

.navlist a:hover,.footernavlist a:hover {
	color:#000;
}

#topbanner span.tilead {
	margin-right:12px;
	margin-left:12px;
}
