/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Page */

#page {
	width: 960px;
	margin: 0px auto 20px auto;
	padding: 20px 0px 0px 0px;
	/*background: #CCCCCC;*/
	background: #DEDCC3;
}

#page-bgtop {
}

/* Content */

#content {
	float: center;
	padding: 20px 20px 20px 20px;
	width: 920px;
}

/* Post */

.post {
	margin-bottom: 10px;
	color: #000000;			/* ???? #FFFFFF  */
}

.post p {
	line-height: 20px;
}

.post h1 {
	padding: 10px 0px 10px 0px;
	color: #000000;				/* ???? #FFFFFF  */
}

.post h2 {
	padding: 10px 0px 10px 0px;
	color: #000000;			/* ???? #FFFFFF  */
}

.post h3 {
	padding: 10px 0px 10px 0px;
	color: #000000;			/* ???? #FFFFFF  */
}

.post a {
	color: #000000;			/* ???? #FFFFFF  */
}

.post ul, ol {
	line-height: 170%;
}

.post .title {
	padding: 4px 0px 0px 0px;
	border-bottom: 1px solid #292929;
}

.post .title a {
	text-decoration: none;
	font-size: 30px;
	color: #000000;			/* ???? #FFFFFF  */
}

.post .date {
	display: inline-block;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	color: #9E9E9E;
}

.post .meta {
	margin-left: 2px;
	padding: 10px 30px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #66665E;
}

.post .meta span {
	margin: 0px;
}

.post .meta a {
	padding: 8px 10px 5px 0px;
	text-decoration: none;
	color: #000000;			/* ???? #FFFFFF  #9E9E9E*/
}

.post .entry {
	padding: 20px 0px 20px 0px;
}

.post .entry h3 {
	padding: 10px 0px 10px 0px;
	font-style: italic;
/*	font-weight: bold;*/
}

.post .entry .schedule table {
	text-align: left;
	border-collapse: collapse;
}

.post .entry .schedule  td {
	padding: 8px;
}

.post .entry .schedule  th {
	text-align: left;
	margin-left: 0px;
	font-style: bold;
	background-color: rgb(230, 184, 0);
	color: #FFFFFF;
	padding: 10px;
}


.post .subtitle {
	padding: 0px 0px 0px 0px;
	color: #000000;			/* ???? #FFFFFF  */
	font-weight: bold;
	margin-top: 10px;
}

.post .links {
	display: block;
	width: 120px;
	height: 25px;
	margin: 0px;
	padding: 10px 0px 0px 20px;
	background: #161616 url(http://rtg.cis.upenn.edu/cpsweek/_css/images/img10.jpg) no-repeat right top;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;			/* ???? #FFFFFF  */
}

.post .comments {
	display: block;
	width: 120px;
	height: 18px;
	margin: 0px;
	padding: 3px 0px 0px 40px;
	background: #90BF35;			/*bright green   - change it! */
	border: 1px dashed #1D1D1D;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;			/* ???? #FFFFFF  */
}

/* two columns */

#two-columns {
	width: 960px;
	height: 385px;
	margin: 0px auto;
}

#two-columns .col1 {
	float: left;
	width: 670px;
	height: 385px;
	background: #919191;
}

#two-columns .col2 {
	float: right;
	width: 230px;
	height: 355px;
	padding: 30px 30px 0px 30px;
	background: #E6B800;
	line-height: 185%;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: italic;
	color: #000066;
}

#two-columns .col2 p {
	font-size: 20px;
	line-height: 80%;
	text-align: right;
	padding: 0px 0px 0px 0px;
}

#two-columns .col2 li {
	font-size: 18px;
}

#two-columns .col2 blockquote {
	margin: 0px;
	padding: 0px;
}


