/* $Id: twocol_stacked.css,v 1.4.4.1 2007/03/15 20:16:53 merlinofchaos Exp $ */



.panel-2col-stacked { 

  /* border: 1px solid red; */ 

  overflow: hidden; 

}



.panel-2col-stacked div > div {

  margin: .5px;

}



.panel-2col-stacked .panel-col-top,

.panel-2col-stacked .panel-col-bottom {

  width: 99.9%;

  clear: both;

}

.panel-2col-stacked .panel-col-first {

  float: left;

  width: 62%;

}

.panel-2col-stacked .panel-col-last {

  float: right;

  width: 34%;

}

.panel-clearer {

  clear: both;

}




/* USER PROFILE STUFF */

.node .content #user-profile h3 {

	background: #366f3a;

	color: White;

	padding : .25em;

	margin-bottom: .25em;

}



.node .content #user-profile #user-basics {

	background: #ffffff;

	height: 118px;

}



.node .content #user-profile #user-basics .picture img {

	border: thin solid black;

	margin:.25em;

}



.node .content #user-profile #user-basics table {



}



/* Trying to make the table fit better at 1024x768 */

.node .content #user-profile .view-field-node-comment-statistics-comment-count {

	width:4em;

}

.node .content #user-profile #user-buddies .thumbnail {

	float: left;

	width: 100px;

	margin: 0 15px 15px 0;

	padding: 5px;

	text-align: center;

}

.node .content #user-profile #user-buddies INPUT#edit-buddy-name {
width: 250px;
}



.panel-2col-stacked .panel-col-first, .panel-2col-stacked .panel-col-last {

   margin-bottom:10px;

}



/* Guestbook fixes */

.node .content #user-profile #user-guestbook .guestbook-entry{

	background: #CEE4F2;

	min-height: 150px;  /*To keep the photo from popping out */

	margin-bottom: 3px;
  font-size: 10px;
}



.node .content #user-profile #user-guestbook .ownguestbook{

  background-color: #B3FCB6;

}



.node .content #user-profile #user-guestbook .picture img {

	border: thin solid black;

	margin:.1em;

}



.node .content #user-profile #user-guestbook .guestbook-entry .content{

	border:none;


}



.node .content #user-profile #user-guestbook .guestbook-entry .comment-right {

	border-left:none;
  font-size: 10px;

}

.node .content #user-profile #user-guestbook .guestbook-entry .comment-left {

	padding:0px;
  font-size: 10px;

}



/* Misc */

.comment .picture, .node .picture {

  float:left;

  margin-right:15px;

}

.node .content #user-profile #user-tracker .view-user-tracker .view-content-user-tracker table {
	width: 150px;

}
