/* -----------------------------------------------
	ForSociety
	version:  2004.09.12
----------------------------------------------- */

#colM {
		margin: 0 0 60px 190px;
		text-align: justify;
	}

#colM ul {
		margin: 10px 0;
		padding: 0 20px 10px 20px;
		list-style: none;
	}

#colM ul ul {
		margin: 10px 0 0 0;
		padding-bottom: 0;
	}

#colM ul li {
		position: relative;
		padding: 0 0 5px 13px;
		background: url("../graphics/circ.gif") 0 7px no-repeat;
	}

table.body {
	width: 100%;
	border: 1px solid #ccc;
}

table.body td {
	vertical-align: top;
}

h2 {
		position: relative;
		color: #fff;
		background: url("../graphics/bar3.gif") no-repeat;
		margin-top: 0px;
		font-size: 16px;
		height: 60px;
		padding: 20px 0 0 10px;
	}
	
h3 {
		font-size: 14px;
	}
	
h4 {
		font-size: 13px;
	}
	
#date {
		color: #999;
		margin-top: 15px;
		margin-left: 20px;
		float: left;
		font-size: 11px;
	}

#text {
		margin: 0 20px;
	}

p#intro {
		position: relative;
		margin: 20px 0;
		padding: 5px;
		background: #f4f4f4;
		border: 1px solid #ddd;
	}

#colM a[href^="http:"] {
	background: transparent url(../graphics/aoutside.gif) 100% 60% no-repeat;
	padding-right: 10px;
}

#colL h3 {
		margin: 0;
		color: #fff;
		font-size: 12px;
		padding: 5px;
	}

#colL {
		height: 355px;
		background: url("../graphics/colL_back.gif") no-repeat;
	}

#colL ul {
		margin: 10px 0;
		padding: 0 10px 10px 10px;
		list-style: none;
	}

#colL ul li {
		padding: 0 0 5px 17px;
		background: url("../graphics/dot.gif") 0 2px no-repeat;
	}

#colL ul li b a {
		color: #333;
	}

.logo {
		float: right;
		margin: 0 0 10px 10px;
	}
	
.contact {
		background: #f4f4f4;
		padding: 10px 10px 5px 10px;
	}

.contact ul {
	margin: 0; padding: 0;
	}

p.error {
	font-weight: bold;
	color: #f30;
	background: #f4f4f4;
	text-align: center;
	margin-bottom: 0;
}

#colM sup a {
		text-decoration: none;
	}

#colM p.fn, #colM p.fnfirst {
	color: #666;
	margin: 10px 0 0 0;
	font: 0.9em/1.4em "Bookman Old Style", "Times New Roman", Times, serif;
}

#colM div.fnsep {
	width: 200px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 60px;
}

/* -----------------------------------------------
	Post
----------------------------------------------- */

.post {
		clear: both;
		margin: 10px 20px 10px 10px;
		padding-bottom: 1px;
		font-size: 11px;
		background: url("../graphics/posts_bg.gif") bottom repeat-x;
	}

.post_text {
		margin-left: 160px;
	}

.post h3 {
		margin: 0;
	}

.post .date {
		margin: 0;
		color: #666;
	}

.post .info {
		margin: 0;
	}

.post .comments {
		padding-left: 17px;
		background: url("../graphics/comments.gif") 0 2px no-repeat;
		color: #666;
	}

.post .attachments {
		padding-left: 17px;
		background: url("../graphics/post_attachments.gif") 0 2px no-repeat;
		color: #666;
	}

.post .info a {
		color: #666;
	}

.post .text {
		color: #333;
		margin: 19px 0;
		font-size: 13px;
	}

.post img {
		float: left;
		margin: 0 10px;
		padding: 7px;
		border: 1px solid #ccc;
		background: #fff;
	}

.post .date {
		margin: 0;
	}

.post .category {
		margin: 2px 0 0 0;
		font: bold 9px "Lucida Grande", GrHelvetica, Arial, sans-serif;
	}

.post .category a {
		color: #999;
	}

.post a {
		color: #D17E62;
		text-decoration: none;
	}

.post a:hover {
		background-color: #FFFFDA;
	}

/* -----------------------------------------------
	Attachments
----------------------------------------------- */

ul#attachments li {
		padding: 0 0 5px 22px;
	}

ul#attachments li.pdf {
 		background: url("/dbx/rsrc/graphics/icons/pdf.16.gif") 0 2px no-repeat;
	}

ul#attachments li.msword {
 		background: url("/dbx/rsrc/graphics/icons/msword.16.gif") 0 2px no-repeat;
	}

