/*
(c) Copyright 2007 ROBO Design
http://www.robodesign.ro/
*/

/* Gallery list */

#glist_google_ads
{
	float: right;
}

#gallery-list
{
	position: relative;
	padding: 10px 0;
	margin: 20px 0;
	border: 1px solid #ccc;
	border-width: 1px 0;
}

#gallery-list ol
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#gallery-list a
{
	text-decoration: none;
	display: block;
	width: 202px;
	height: 152px;
	overflow: hidden;
}

#gallery-list li
{
	position: relative;
	float: left;
	width: 202px;
	height: 152px;
	padding: 3px;
	margin: 0 10px 10px 0;
	text-align: center;
	line-height: 152px;
	background: url("../images/gallery/image-normal.png") no-repeat;
	opacity: 0.85;
}

#gallery-list li:hover
{
	background: url("../images/gallery/image-hover.png") no-repeat;
	opacity: 1;
}

#gallery-list p
{
	color: #fff;
	text-align: center;
	text-indent: 0;
	line-height: normal !important;
	display: none;
	margin: 0;
	position: absolute;
	left: 4px;
	width: 200px;
}

#gallery-list img
{
	max-width: 198px;
	max-height: 148px;
	vertical-align: middle;
}

#gallery-list li:hover p
{
	display: block;
}

.gi-title
{
	top: 4px;
	font-size: 1.1em;
	font-weight: bold;
	background: url("../images/gallery/title.png") repeat-x;
	padding-top: 6px;
	height: 29px;
	white-space: nowrap;
	overflow: hidden;
}

.gi-title a
{
	color: #fff;
	text-shadow: 0 2px 6px #ff6;
}

.gi-date
{
	font-size: 0.8em;
	background: url("../images/gallery/date.png") bottom left repeat-x;
	bottom: 4px;
	padding-top: 15px;
	height: 20px;
	text-shadow: 0 2px 6px #ff6;
}

#gallery-atom
{
	padding: 0;
	margin: 0;
	height: 1px;
	text-indent: 0;
	text-align: right;
}

#gallery-atom a
{
	background: url("../images/feed-icon-16x16.png") top right no-repeat;
	padding-right: 20px;
	color: #aa835F;
	text-decoration: none;
}

#gallery-atom a:hover, #gallery-atom a:focus
{
	color: #000;
}

#search-form
{
	clear: both;
}

#search-form p
{
	text-indent: 0;
}

#search-form label
{
	font-weight: bold;
}

#gallery-footer
{
	position: relative;
}

#gallery-footer .wf2_suggestions
{
	width: 300px;
	left: 4.4em;
	bottom: 100%;
}


/* Gallery image view */

#gi-view-date
{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	color: #864533;
}

#gi-back
{
	margin: 0 0 10px 0;
	padding: 0;
	background: url("../images/gallery/view-top.png") bottom left repeat-x;
	text-indent: 0;
	min-height: 20px;
}

#gi-back a
{
	color: #aa835F;
	text-decoration: none;
	display: block;
}

#gi-back a:hover, #gi-back a:focus
{
	color: #000;
}

#gallery-image
{
	text-align: center;
	text-indent: 0;
	margin: 0;
}

#gallery-image img 
{
	border: 1px solid #864533;

	/* optional bling-bling */
	-webkit-box-shadow: 5px 5px 5px #aaa;
	box-shadow: 5px 5px 5px #aaa;
}

#gallery-izoom
{
	text-align: center;
	margin: 0;
	font-size: 0.85em;
}

#gallery-izoom a
{
	display: block;
	text-decoration: none;
}

#gallery-izoom a:hover, #gallery-izoom a:focus
{
	font-weight: bold;
}

#gi-nav
{
	position: relative;
	background: url("../images/gallery/view-bottom.png") repeat-x;
	min-height: 2.5em;
	margin: 10px 0 20px 0;
	padding-top: 4px;
	border-bottom: 1px solid #E5C2AE;
}

#gi-nav p
{
	text-indent: 0;
	margin: 0;
	color: #aa835F;
	width: 45%;
}

#gi-nav a
{
	text-decoration: none;
	display: block;
}

#gi-nav a:hover, #gi-nav a:focus
{
	text-decoration: underline;
}

#gi-nav img
{
	display: none;
	position: absolute;
	top: 100%;
	z-index: 9900;
	padding: 4px;
	border: 2px solid #aa835F;
	background: #fff;

	/* optional bling-bling */
	-webkit-box-shadow: 5px 5px 5px #aaa;
	box-shadow: 5px 5px 5px #aaa;
}

#gi-nav a:hover img
{
	display: block;
}

#gi-previ img
{
	left: 0;
}

#gi-nexti img
{
	right: 0;
}

#gi-nexti
{
	position: absolute;
	top: 4px;
	right: 0;
	text-align: right;
}

#gi-content
{
	margin: 0 130px 20px 0;
}

#gimg_google_ads
{
	float: right;
}

