/* $Id: weblog.css 16845 2007-09-20 16:53:07Z bjorn $ */

.weblogtemplate #my, #my {
	width: 1000px;
}

div.msgContainerDiv {
  width: 1000px;
  background-color: #fff;
  margin-top: 40px;
}

div.msgContainerDiv.first {
  margin-top: 0;
}

div.msgContainerDiv div.header {
  position: relative;
  height: 67px;
  padding: 9px;
}

div.msgContainerDiv div.header.highlight,
div.msgContainerDiv div.header.highlight div {
  background-color: #ccc;
  color: #666;
}

div.msgContainerDiv div.header h1 {
  color: #000;
  font-size: 16pt; 
}

div.msgContainerDiv .header div {
  position: absolute;
  bottom: 10px;
  color: #999;
}

div.msgBodyContainer {
  overflow: hidden;
  width: 1000px;
  border-top: 1px solid #fff;
}

div.msgColumnLeft {
  background-color: #fff;
  width: 530px;
  border-right: 470px solid #ccc; /* The width and color of the rail */
  margin-right: -470px; /* Hat tip to Ryan Brill */
  float: left;
}

div.msgBody {
  padding: 10px;  
}

div.msgBody p {
  padding: 5px 0;
}

div.msgBody ul,
div.msgBody ol {
  margin-left: 20px;
}

div.msgBody a,
div.commentBody a {
  font-weight: bold;
  color: #d30202;
  text-decoration: none;
}

div.msgBody a:hover,
div.commentBody a:hover {
  text-decoration: underline;
}

div.msgColumnRight {
  background-color: #ccc;
  width: 470px;
  float: left;
}

div.msgColumnRight img {
  margin-bottom: 20px;
}

div.msgColumnRight div.bijschrift {
  margin-top: -20px;
  width: 470px;
  text-align: left;
  padding: 5px;
}

/* tags */
div.communitybar div.ajaxTags {
  margin-top: 0;
	background-color: #ccc;
}

div.communitybar div.ajaxTags ul.tags li {
  background: url(/pix/iconen/bullet-lichtrood-op-ccc.gif) no-repeat scroll 0pt -3px;
}

div.communitybar div.ajaxTags ul.tags li a {
  color: #c00;
}

/* end communitybar tags */

ul.meerartikelen {
	background-color: #ccc;
  overflow: hidden;
  height: 20px;
  list-style: none;
}

li.numPosts {
  line-height: 20px;
  padding: 0 0 0 12px;
}

/*********************************** Edit *************************************/
.msgContainerDiv form {
  width: 476px;
}

.msgContainerDiv form .buttonsImage {
  position: relative;
}

.msgContainerDiv form div.imageContainer {
  position: absolute;
  right: 0;
  top: 0;
}
  
.msgContainerDiv form div.image {
  position: relative;
  width: 64px;
  height: 64px;
}

.msgContainerDiv form div.image .transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  background-color: #ddd;
  border: 1px solid #fff;
  opacity: 0.5;  
}

.msgContainerDiv form div.image img {
  position: absolute;
  left: 44px;
  cursor: pointer;
}

/******************************** reageer *************************************/

div#reactDiv {
  width: 530px;
}

reactUl {
  background-color: #ccc;
  overflow: hidden;
  height: 20px;
  width: 530px;
}

ul.meerreacties {
  display: none;
}

/*** end reageer ***/

/****************************** communitybar ***********************************/
div.communitybar ul.communitybarUl li.right {
  float: right;
	border-right: none;
}
