@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - PARACHUTE PHOTOS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		para_photos.css
	Date:			April 13, 2011
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	active nav style
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	ul#navBar li.photos a {
		background-position:0 bottom !important;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	.mainCol {
		padding:0 0 20px 0;
	}
	.mainCol h1.photos {
		width:192px; height:11px; background:url(../../images/h1_photos.png) 0 0 no-repeat;
	}
	.mainCol .noContent {
	    width:603px;
	}
	
	.mainCol .photoSpace {
		width:600px; padding:0 0 0 25px;
	}
		.mainCol .photoSpace .entry {
			width:280px; margin:0 20px 20px 0; float:left; text-align:center; display:inline;	
		}
		.mainCol .photoSpace .entry  a img {
			border:solid 1px #919191; text-align:center;
		}
		.mainCol .photoSpace .entry .title {
			width:260px; padding:12px 0 0 0; text-align:center;	font:normal 16px Georgia, "Times New Roman", Times, serif;
		}
	
	.mainCol .control {
		margin:0 0 8px 0; text-align:center; font:normal 12px Arial, Helvetica, sans-serif; color:#fff;
	}
	
	.mainCol ul.socialBar {
		margin:12px 0 0 0;
	}
		.mainCol ul.socialBar li {
			float:left;
		}
		.mainCol ul.socialBar li.views {
			width:75px; height:13px; margin:5px 0 5px 0; font:italic 11px Georgia, "Times New Roman", Times, serif; color:#898989; overflow:hidden;
		}
		.mainCol ul.socialBar li.comments {
			width:75px; height:13px; padding:1px 0 0 2px; margin:4px 0 0 0; font:italic 11px Georgia, "Times New Roman", Times, serif; color:#898989; overflow:hidden;
		}
		.mainCol ul.socialBar li.shared {
			width:125px; padding:5px 0 0 0; display:inline;
		}
		.mainCol ul.socialBar li.shared img {
			margin:0 0 0 -20px;
		}
		
/*	--------------------------------------------------------------------------------------------------------------------------
	photosSingle styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.mainCol .photoSingle {
		width:600px; padding:0 0 40px 25px; width:600px;
	}
		.mainCol .photoSingle img {
			margin:0 auto; border:solid 1px #919191; display:block;
		}
		.mainCol .photoSingle .title {
			width:600px; margin:12px 0 20px 0; text-align:center; font:normal 18px Georgia, "Times New Roman", Times, serif; color:#fff;
		}
	.mainCol .photoSingle ul.socialBar {
		width:220px; margin:0 auto; list-style:none;
	}
	
	/* Comments */
	.mainCol #comments {
		width:486px; margin:35px 0 0 0;
	}
		.mainCol #comments h3 {
			width:620px; height:8px; margin:0 0 10px 0; padding:0 0 14px 0; background:url(../../images/h2_comments.png) 0 0 no-repeat; border-bottom:3px solid #7e7e7e;
		}
		.mainCol #comments a.btn {
			width:102px; margin:0 0 25px 0;			
		}
			.mainCol #comments .entry {
				margin:0 0 20px 0; padding:0 0 20px 0; background:url(../../images/dotted_line.png) 0 bottom repeat-x;
			}
				.mainCol #comments .entry h4 {
					width:486px; margin:0 0 5px 0; font:normal 15px Georgia, "Times New Roman", Times, serif; color:#fff;
				}
				.mainCol #comments .entry .posted {
					width:486px; padding:0 0 10px 0; font:italic 11px Georgia, "Times New Roman", Times, serif; color:#898989;
				}
				.mainCol #comments .entry .leftCol {
					width:52px; padding:0 15px 0 0; float:left;
				}
					.mainCol #comments .entry .leftCol img {
						border:1px solid #919191;
					}
				.mainCol #comments .entry .rightCol {
					width:419px; font:normal 12px Arial, Helvetica, sans-serif; color:#7e7e7e; line-height:16px; float:left;	
				}
