/* Gallery style for limited-space skin (as originally designed by Chris @ Make)
   Previous gallery style is at gallery-adlift-backup.css */


/* revert css */

h1 {
	font-size: 20px;
	margin: 0;
	padding: 0 0 10px 15px;
	border-bottom: 1px solid #888;
	}

h2 {
	padding-bottom: 8px;
	border-bottom: 5px solid #232324;
	}

h3 {
	font-size: 20px;
	margin: 0;
	color: white;
	padding: 0 0 10px 15px;
	border-bottom: 1px solid #888;
	}

h4 {
	color: #F48825;
	font-size: 15px;
	margin: 0 0 4px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #333;
	}

h5 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	}

h6 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	}

ul a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}

ul a:hover {
	color: #F48825;
	text-decoration: none;
	}
	
#content a { 
	color: white;
	text-decoration: none;
	}
#content a:hover { 
	color: white; 
	text-decoration: none;
	border-bottom: 1px solid #666;
	}


#content ul { margin: 0; padding: 0 0 0 0px; }
#content li { 
	list-style-image: url(../images/layout/bullet.gif);
	list-style-position: outside;
	margin: 0 0 10px 0;
	}


/* Gallery CSS */

		* html #gallery_admin h3 { margin: 0 50px;}
		* html #gallery_public h3 { margin: 0 50px;}
		#gallery_admin h3 { margin: 0 0;}
		#gallery_public h3 { margin: 0 0;}
		
		* html #gallery_admin #content_main
		 { margin: 0 0 0 25px; }
		 
		#gallery_admin #content_main {
			float: left;
			margin: 0 0 0 25px;
			width: 650px;
			font-size: 13px;
			color: white;
			line-height: 1.4em;
		}
		
		#gallery_public #content_main {
			font-size: 13px;
			color: white;
			line-height: 1.4em;
		}
		
		#gallery_admin form {
			margin-top: 0px;
		}
		
		#gallery_admin #content_main .block_info {
			width: 620px;
		}
		
		#gallery_admin .albumsummary {
			padding: 5px;
			margin-bottom: 5px;
			border-bottom: 1px solid #444;
		}
		
		#gallery_admin .albumsummary.featured {
			background-color: #333;
		}
		
		
		#photos {
			width: 670px;
			margin-top: 25px;
		}
		
		.thumbholder {
			width: 180px;
			height: 120px;
			padding: 5px;
			margin-right: 20px;
			margin-bottom: 20px;
			float: left;
			position: relative;
			background-color: #555;
		}
		
		.thumbholder:hover {
		}
		
		.thumbholder .button {
			position: absolute;
			right: 5px;
			text-align: center;
			width: 16px;
			height: 16px;
			cursor: pointer;
		}
		
		.thumbholder .delete {
			top: 10px;
		}
		
		.thumbholder .edit {
			top: 35px;
		}
		
		.thumbholder .feature {
			top: 60px;
		}
		
		.thumbholder .publish {
			top: 85px;
		}
		
		.thumbholder .name {
			overflow: hidden;
			white-space: nowrap;
		}
		
		.thumbholder .status {
			height: 120px;
			width: 160px;
		}
		
		.thumbholder img {
			border: 0px;
		}
		
		#gallery_admin #content_main .thumbholder a:hover,
		#gallery_admin #content_main .thumbholder a:hover img {
			border: none;
		}
		
		#gallery_admin h5 {
			padding-top: 20px;
			padding-bottom: 5px;
		}
		
		#gallery_admin h5 .step {
			font-size: 20px;
		}

		#gallery_admin .subs {
			border-bottom: 5px solid #222;
			margin-bottom: 20px;
		}

		#gallery_admin .subs a {
			float: left;
			display: block;
			background-color: #444;
			padding: 3px 5px 1px 5px;
			margin-left: 10px;
		}
		
		#gallery_admin .subs a.selected {
			font-weight: bold;
			background-color: #222;
		}
		
		#gallery_admin .subs a:hover {
			border: none;
		}
		
		#gallery_admin .subs a.untabbed {
			background-color: transparent;
			color: #ff8d72;
		}
		
		#gallery_admin .subs br {
			clear: both;
		}
		
		#gallery_admin img.preview {
			float: left;
			margin-right: 20px;
		}
		
		#gallery_admin table td {
			padding-top: 4px;
			padding-bottom: 4px;
			padding-right: 10px;
		}
		
		#gallery_admin table td img {
			border: 0px;
			margin-left: 5px;
			vertical-align: middle;
		}
		
		#gallery_admin table td form {
			float: left;
		}
		
		#gallery_admin table td a:hover {
			border-width: 0px;
		}
		
		#gallery_admin select {
			width: 170px;
		}
		
		#gallery_admin select.month {
			width: 95px;
			margin-right: 10px;
		}
		
		#gallery_admin select.year {
			width: 65px;
		}
		
		#gallery_admin textarea,
		#gallery_admin #descriptionpreview
		 {
			font-family: inherit;
			font-size: inherit;
			height: 100px;
			padding: 3px;
			width: 614px;
			border: 0px;
			margin-bottom: 10px;
			color: black;
		}

		#gallery_admin #descriptionpreview
		{
			background-color: #CCC;
			color: #333;

		}

		#gallery_public #content_main .block_info {
			width: 640px;
			padding-left: 0px;
			padding-right: 0px;
			position: relative;
		}

		* html #gallery_public #content_main
		 { margin: 0 0 0 15px; }

		#gallery_admin #gallery_public {
			float: left;
			margin: 0 0 0 15px;
			width: 670px;
		}

		#gallery_public #searchresults {
            padding-left: 130px;
            color: white;
		}


		#gallery_public #featuredalbums {
			position: absolute;
			left: 174px;
			top: 50px;
			background-color: #272727;
		}

		#gallery_public .bigimage,
		#gallery_public #featuredalbumsinner
		 {
			margin-right: 0px;
			padding: 25px;
			width: 514px;
			height: 340px;
			text-align: center;
		}

		#gallery_public .bigimage {
			height: 386px;
			padding: 2px;
			border: 4px solid #585859;
			background-color: #272727;
		}
		
		#gallery_public .imagemount {
			position: absolute;
			left: 172px;
			top: 50px;
			background-color: #272727;
            background-image: url(../img/nw-27-black-30.gif);
            background-repeat: no-repeat;
            background-position: top left;
		}

        #gallery_public .imagemountne {
            background-image: url(../img/ne-27-black-30.gif);
            background-repeat: no-repeat;
            background-position: top right;
			padding: 15px 25px 5px 25px;
        }
		
		#gallery_public #mainimage {
			z-index: 500;
			position: relative;
		}
		
		#gallery_public #browse {
			float: right;
			position: relative;
			top: -9px;
		}
		
		#gallery_public #browse img {
			border-width: 0px;
		}
		
		#gallery_public .photo.headline .overlaybutton {
			border-width: 0px;
			color: #59595A;
			font-size: 34px;
		}

		#gallery_public .photo.headline .overlaybutton:hover {
			border-width: 0px;
			color: #59595A;
		}
								
		#gallery_public #featuredalbums .featuredalbum {
			float: left;	
			margin-left: 5px;
			display: block;
			height: 340px;
		}
		
		#gallery_public #featuredalbums .featuredalbum.first {
			margin-left: 0px;
		}
		
		#gallery_public #featuredalbums .featuredalbum .info {
			display: none;
			background-image: url(../images/layout/trans.png);
			text-align: left;
			color: white;
			padding: 10px;
			padding-bottom: 20px;
		}
		
		#gallery_public .featuredalbum .info .label {
			font-weight: bold;
			font-size: 11px;
			color: #5e5e5e;
		}
		
		#gallery_public .featuredalbum .info .value {
			font-size: 12px;
			margin-bottom: 10px;
		}
		
		#gallery_public .featuredalbum .info .date {
			font-size: 16px;
		}
		
		#gallery_public #featuredalbums .featuredalbum:hover .info {
			display: block;
			font-size: 12px;
		}
		
		#gallery_public #featuredalbums .featuredalbum .campaign {
			background-color: #585859;
			color: white;
			padding: 5px 0px;
			font-size: 14px;
		}
		
		#gallery_public #leftcolumn {
			position: absolute;
			top: 10px;
			left: 0px;
		}
		
        
        
		#gallery_public #browserse {
            position: relative;
            width: 748px;
            background-image: url(../img/se-27-black-30.gif);
            background-repeat: no-repeat;
            background-position: bottom right;
			background-color: #272727;
		}
        
		#gallery_public #browser {
			padding: 20px;
			padding-left: 24px;
            position: relative;
            background-image: url(../img/sw-27-black-30.gif);
            background-repeat: no-repeat;
            background-position: bottom left;
		}
		
		#gallery_public #browser a {
			display: block;
			float: right;
			margin-right: 5px;
			margin-bottom: 5px;
		}
		
		#gallery_public #browser a img {
			border: 2px solid #b2b2b3;
		}
		
		#gallery_public #browser a:hover {
			border: 0px;
		}
		
		#gallery_public #browser a:hover img {
			border: 2px solid white;
		}
		
		#gallery_public .headline {
			color: #59595a;
			font-size: 22px;
			padding-bottom: 10px;
			padding-top: 20px;
		}
		
		#gallery_public .headline.photo {
			padding-left: 171px;
			height: 411px;
		}
		
		#gallery_public .headline.search {
			padding-bottom: 18px;
			padding-top: 10px;
		}
		
		#gallery_public #filter {
			height: 200px;
			width: 140px;
			padding: 10px;
			padding-top: 0px;
		}
		
		#gallery_public .results-style #filter {
			width: 100px;
		}
		
		#gallery_public #filter p {
			font-size: 9px;
			font-weight: bold;
			text-transform: uppercase;
			margin-top: 4px;
			margin-bottom: 1px;
		}
		
		#gallery_public #filter select {
			font-size: 10px;
			width: 100%;
			margin-bottom: 2px;
		}
		
		#gallery_public #filter select.month {
			width: 53%;
		}
		
		#gallery_public #filter select.year {
			width: 47%;
		}
		
		#gallery_public #filter hr {
			border-width: 0px;
			border-bottom: 1px dashed #666;
		}
		
		#gallery_public #imageinfo {
			margin-top: 51px;
			font-size: 12px;
			line-height: 1.1em;
			background-color: #272727;
			padding: 20px;
			width: 134px;
			height: 160px;
			color: white;
            background-image: url(../img/nw-27-black-30.gif);
            background-repeat: no-repeat;
            background-position: top left;
		}

		#gallery_public #imageinfo .label {
			font-size: 11px;
			padding-top: 6px;
			color: #aaa;
		}
		
		#gallery_public #imageinfo #categories {
			text-transform: uppercase;
			color: white;
			margin-top: 8px;
		}
		
		#gallery_public #imageinfo #advertiser {
			margin-top: 10px;
			font-size: 16px;
		}
