@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - ELIZABETH AND THE CATAPULT GALLERY CSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		ec_gallery.css
	Date:			Jan 22, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	noContent Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.noContent {
		margin:30px 20px 0 -10px;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	Gallery Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	/* Header */
	#mainCol h2 {
		position:absolute;
		left:0; top:144px;
		width:172px; height:41px;
		background:url(../../images/h2_gallery.png) 0 0 no-repeat;
	}	
	
	/* Entry */
	#mainCol ul {
		margin:0 0 0 32px;
		list-style:none;
	}
		#mainCol ul li {
			width:172px;
			margin:0 17px 35px 0;
			float:left;
		}
			#mainCol ul li .entryTop {
				background:url(../../images/bg_galleryEntryTop.png) 0 top no-repeat;
			}
			#mainCol ul li .entryMiddle {
				padding:10px 0 0 0;
				background:url(../../images/bg_galleryEntryMiddle.png) 0 0 repeat-y;
			}
				#mainCol ul li .entryMiddle img {
					margin:0 auto;
					border:none;
					display:block;
				}
				#mainCol ul li .entryMiddle h3 {
					padding:5px 0 0 10px;
					font:bold 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
				}
				#mainCol ul li .entryMiddle p {
					padding:5px 0 0 10px;
					font:normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
					color:#fff;
				}
					#mainCol ul li .entryMiddle p span.count {
						color:#ef8d2a
						;
					}
			#mainCol ul li .entryBottom {
				padding:10px 0 0 0;
				height:22px;
				background:url(../../images/bg_galleryEntryBottom.png) 0 bottom no-repeat;
			}
				#mainCol ul li .entryBottom a.btnShare {
					margin:0 0 0 111px;
					width:36px; height:9px;
					display:block;
					background:url(../../images/btn_share.png) 0 0 no-repeat;
				}
					#mainCol ul li .entryBottom a.btnShare:hover {
						background-position:bottom;
					}

