/* videos CSS
 * Copyright 2010 WebCamp One, LLC
 * Jim Pietrangelo, webcampone.com
 * For: All4Hym
*/
#col_1_of_2 {
	width: 170px;
	padding: 20px 10px; }
#col_2_of_2 {
	width: 538px;
	border-left: 2px solid #A56C03; }

#videosTitles {
	margin-top: .5em;
	font-size: 1.4em;
	color: #000; }
	#videosTitles li {
		margin-bottom: .5em; }
		#videosTitles li a {
			display: block;
			font-weight: bold; }
		#videosTitles li span {
			display: block;
			clear: left;
			text-align: right;
			font-size: .825em; }

#pageHeading {
	padding: 1em 1em; }
	#pageHeading h1 {
		padding-bottom: 0;
		color: #000;
		text-shadow: 1px 1px 1px #eee; }

.right {
	position: relative;
	max-width: 325px;	
	width: auto;
	height: auto;
	float: right; }
	
.left {
	position: relative;
	width: auto;
	height: auto; }
	
.videosPhoto {
	position: relative;
	display: inline-block;
	float: right;
	width: auto;
	height: auto;
	min-height: 245px;
	padding-left: 1em;
	margin: 0 0 1em 1em; }
	.videosPhoto img {
		margin-top: 1em;
		float: right;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		box-shadow: rgba(0,0,0,0.6) 3px -3px 5px;
		-moz-box-shadow: rgba(0,0,0,0.6) 3px -3px 5px;
		-webkit-box-shadow: rgba(0,0,0,0.6) 3px -3px 5px; }
		.videosPhoto img:first-child {
			margin-top: 0; }
	.videosPhoto figcaption {
		display: inline-block;
		width: 100%;
		margin-right: 1em;
		padding-top: 2px;	
		text-align: right;
		font-size: 1.1em;
		font-style: italic;
		clear: right; }