@charset "utf-8";
/* CSS Document */
.highlight {
	padding: 9px;
	border: 1px dotted #666666;
	background-color: #ffffee;
	}

.highlight h2 {
	padding-top: 0px;
	}
.posted {
	border-top:1px solid #cccccc;
	font-weight:lighter;
	}
.img-left {
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid #555555;
	}

.img-right {
	/* Adds a shaded margin and border */
	float: right;
	margin: 0px 0px 10px 10px;
	border: 1px solid #555555;
	background-color: #f8f8ee;
	padding: 3px;
	border: 1px solid #d5d5bf;
	}

.right-float-photo {
	/* Adds the shaded margin and border, and also floats the image to the right with a bit of padding so that text does not butt up directly beside it */
	background-color: #f8f8ee;
	padding: 3px;
	border: 1px solid #d5d5bf;
	float: right;
	margin: 0px 0px 15px 15px;
	}

.left-float-photo {
	/* Adds the shaded margin and border, and also floats the image to the left with a bit of padding so that text does not butt up directly beside it */
	background-color: #f8f8ee;
	padding: 3px;
	border: 1px solid #d5d5bf;
	float: left;
        margin: 0px 15px 15px 0px;
	}
.border-photo {
	/* Adds a shaded margin and border */
	background-color: #f8f8ee;
	padding: 3px;
	border: 1px solid #d5d5bf;
	}
.main-content-spotlight {
	display: inline;
	float: left;
	margin: 0px 0px 10px 0px;
	background: #f8f8ee;
	padding: 5px;
	border: 1px solid #b9b8b6;
        width: 468px;
	}


/* UTalk */
#utalk {
	background-image:url("../images/utalk-background1.gif"); 
	background-repeat: repeat-x;
	}
#utalk-question {
	float:left; 
	display: inline; 
	padding:1em 2em 1em 1em; 	
	text-align: left; 
	width: 230px; 
	font-size:larger; 
	font-style:italic; 
	font-family:Georgia, 'Times New Roman', Times, serif;
	height:100%;
	background-image:url("../images/utalk-background1.gif"); 
	background-repeat: repeat-x;
	}
#utalk-video {
	float:left; 
	display:inline; 
	width:300px;
	height:100%;
	background-image:url("../images/utalk-background1.gif"); 
	background-repeat: repeat-x;
	padding:20px 100px 0px 0px;
	}

.hide {
	display:none;
	}
/*form */
#comments_form {

	padding:1px 10px 10px;

	border:1px solid #ccc;

	background:#f8f8f8;

}

#comments_form p {

	margin-top:1em;

	color:#666;

}

#comments_form {margin-bottom:1em}

#rem {

	margin:1em 0;

	border:none;

}

label {

	display:block;

	margin-top:1em;

	font-weight:bold;

}

