/*
 * Gallery - a web based photo album viewer and editor
 * Copyright (C) 2000-2007 Bharat Mediratta
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or (at
 * your option) any later version.
 *
 * This program is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA  02110-1301, USA.
 */

/* ********************************************************************************
 * Ajaxian Theme for Gallery 2
 * by Ross Shannon
 * ********************************************************************************/

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #000;
    font: 0.7em Verdana, Arial, "Lucida Grande",  Helvetica, sans-serif;
    text-align: center;
}

/* Main Structure */

#white-rap {
    width: 760px;
    margin: 0 auto;
    padding: 0 15px;
    background-color: #fff;
	text-align: left;
	/*    -moz-border-radius: 0 0 11px 11px;*/
}
/*
#header {
    position: relative;
    padding: 0 5px 4px;
    background: #fff3ec url(images/header-curve.png) left bottom no-repeat;
}
*/
#header{
	padding-top:13px;
	text-align:left;
	width:461px;
	float:right;
}


#main {
    margin: 0 0;
    padding: 0;
	clear:both;
	}

#frame {
    position: relative;
    padding:0;
    color: #000;
    }

/* HTML Element Restyles */

a {
    font-weight: normal;
    text-decoration: none;
    color: #444;
}
a:hover {
    text-decoration: underline;
    color: #B30000;
}
a:active {
    text-decoration: none;
    color: #555;
}

a img {
    border: none;
}

h1, h2, h3 {
    font-weight: normal;
}

h3 {
    font: 15px "Lucida Sans Unicode";
}

hr {
    height: 1px;
    margin: 1em 0 0.5em;
    border: none;
/*    background-color: #555;*/
    color: #555;
}

label {
    font-weight: bold;
}

select {
    margin: 3px 0;
    vertical-align: middle;
    font: 1em Verdana;
}

/* Header */

#header h1 {
    margin: 0;
    padding: 0 10px;
}

#header form {
    position: absolute;
    top: 6px;
    right: 6px;
    margin: 0;
    padding: 0;
    text-align: right;
}

#searchCriteria {
    width: 180px;
    padding:0;
    background-color: #f6f6ff;
	margin-top:-18px;
	float:right;
    border: 1px solid #aaa;
}
#searchCriteria:hover {
    background-color: #fff;
    border-color: #59d;
}
#searchCriteria:focus {
    background-color: #ffe;
}

.gbBreadCrumb {
    margin: 1px 0;
    font-weight: bold;
	clear:both;
	padding-top:1em;
	border-bottom:1px solid #ccc;
}

.gbBreadCrumb span, .gbBreadCrumb a {
    padding: 0 8px 0 0;
	font-size:12pt;
/*    background: url('images/icon_path_separator.gif') no-repeat left;*/
}

.gbBreadCrumb a.BreadCrumb-1 {
    padding-left: 0;
/*    background-image: none;*/
    white-space: nowrap;
}

.gbBlock ul{
	padding:0;
	margin:0;

	
}
li.gbAdminLink{
	padding:0;
	margin:0;	

}
.gbAdminLink a{

	padding:0;
	margin:0;
	
}

#gbSystemLinks {
    position: absolute;
    top: 1.5em;
    right: 4px;
    margin: 0;
    padding: 0;
}

#gbSystemLinks span {
    display: inline;
    float: left;
    margin-left: 10px;
}

#photohead .block-core-ItemInfo .summary {
    padding: 2px 0;
	float:right;
}
#gbSystemLinks span a {
    padding: 3px 5px 4px;
}

/* Photo page navigation */

.gbNavigator {
    position: relative;
    clear: both;
    margin: 0.6em 0;
    padding: 8px 0 8px 2px;
/*    background-color: #eee;*/    border: solid #333;
    border-width: 1px 0;
}

.gbNavigator a {
    padding: 6px 9px;
}

.gbNavigator a:hover {

}

/********* gsContent Album ********************/
.gsContentAlbum{
	width:755px;
/*	border:1px solid #eee;*/
	margin:8px 2px 10px 0;
	padding:0;

}
/*********************************************/
/*site navigation ""home menu press photos..."*/
#navigation{
	font-family:verdana,arial;
	font-size:11pt;
	margin:0;
	padding:0;
	float:left;
	font-weight:normal;
}
#navigation ul{
	list-style-type:none;
	margin:15px 0;
	padding:0;
}
#navigation ul li{
	display:inline;
	padding:5px 1.2em 2px 0 ;
	marign:0;
}
#navigation ul li a{
	text-decoration:none;
	color:#444;
}
#navigation ul li a:hover{
	color:#B30000;
	text-decoration:underline;
}
.current{
	font-weight:bold;
}
/*end of site navigation*/
.first-and-previous img, .next-and-last img {
    vertical-align: top;
    padding: 0 3px;
}

.goback {
    position: absolute;
    top: 8px;
    left: 40%;
}

.next-and-last {
    float: right;
}
.next-and-last.no-previous {
    float: none;
    text-align: right;
}

a.backtoalbum {
    margin-top: -1.3em;
    padding-left: 20px;
    padding-right: 20px;
}

/* Full Photo */

#gsImageView {
	text-align:center;
	margin:3em 0;
}

/* Frame Elements */

h2 {
    margin: 13px 0;
    color: #b30000;
    font: 16px "Lucida Sans Unicode";
    text-transform: capitalize;
}

#loading {
    position: absolute;
    top: 200px;
    left: 35%;
    width: 160px;
    z-index: 1000;
    padding: 10px 0 10px 28px;
/*    background: #fff url(images/working-hard-trans.gif) 8px 4px no-repeat;*/
    text-align: center;
    color: #000;
    font: italic 15px "Trebuchet MS";
    -moz-border-radius: 10px;
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
}

#main-image-container {
    position: relative;
    overflow: hidden;
    text-align: center;
}

#main-image-container #sliding-frame p {
    position: relative;
    height: 400px;
    overflow: hidden;
}

#main-image {
    position: absolute;
    left: 105px;
    cursor: nw-resize;
  
}

#imagedatablock {
    position: absolute;
    top: 60px;
    left: 380px;
    width: 220px;
    min-height: 160px;
    padding: 10px;
    border: 1px dotted #999;
    text-align: left;
}

#imagedatablock:hover {
    background-color: #eee;
    border-color: #888;
}

#fullsizelink {
    padding: 0 0 0 23px;

}
.gbEmptyAlbum .emptyAlbum{
	padding-left:4.5em;
}
.emptyAlbum {
    margin: 2em 0 4.5em 0;
    font-size: 1.4em;
}

/* Controls */

#slideshow-controls {
    position: relative;
    height: 40px;
    margin: 0px 0 -40px;
    overflow: hidden;
    z-index: 100;
    text-align: left;
}

#main-image-container > #slideshow-controls {
    margin-bottom: -50px;
}

#slideshow-controls ul {
    position: absolute;
    margin: 0;
    padding: 3px 210px 3px 250px;
    list-style: none inside;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=40);	/* Lower opacity for IE since the controls don't hide */
}

#slideshow-controls ul li {
    float: left;
    margin: 0;
    padding: 0;
}

#slideshow-controls button {
    width: 40px;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
    cursor: pointer;
}

#slideshow-controls button:hover {
/*    background: url(images/controls-hover-effect.gif) 50% 50% no-repeat;*/
    border: none;
}

/* Thumbnails */

#thumbs-container {
    position: relative; /* Opera */
    width: 540px;
    margin: 0 auto 0;
    padding: 6px 40px;
    opacity: 0.85;
    -moz-opacity: 0.85;
    filter: alpha(opacity=85);
    z-index: 100;
}

#gsThumbMatrix {
    min-height: 100px;
    margin: 0 auto;
}

#gsThumbMatrix td {
	margin:0;
	padding:0;
	}
						/*image border and image spacing*/
#gsThumbMatrix a .giThumbnail {
/*	height:150px;*/
	margin:0 0 6px 0;
	padding:4px;
	border: 1px solid #bbb;
  }
  

#gsThumbMatrix a:hover .giThumbnail {
    border: 1px solid #aaa;
}

#gsThumbMatrix a:hover:active .giThumbnail {
}

#gsThumbMatrix a .currentImage, #gsThumbMatrix a:hover .currentImage {
    border-color: #aaa;
}

/* Subalbums */

#subalbums-container h3 {
    width: 75%;
    border-bottom: 1px solid #aaa;
}

#gsSubAlbumMatrix {
    width: 450px;
    margin: 0 auto 1em;
}

#gsSubAlbumMatrix td {
    width: 50%;
    padding: 1px 2px 4px 3px;
    border: 1px solid #222;
    line-height: 1.4em;
}

#gsSubAlbumMatrix td.sahover {
/*    background-color: #302f2f;*/
    border-color: #888;
    cursor: pointer;
}

#gsSubAlbumMatrix img.giThumbnail {
/*    width: 140px;
    height: 140px;*/
    float: left;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: 2%;
    border: 1px solid #6b8cb7;
}

#warning {
    margin: 1em 0;
    background-color: #fe9;
    border: 1px solid #c95;
    color: #c00;
}

.gbBlock , .gcBorder1, #gsSidebarCol{
	background-color:#fff;
	
}
.giItemCell , .giAlbumCell{
	padding:0;
	text-align:center;
	margin:0;
	}

/* Photo pages */


#photohead {
    width: 100%;
}


/*------------------------------------all-thumnail-*/
.all_thumnail{
	border:1px solid #ddd;
	margin-bottom:2em;
}
#microThumbCurrent img {
  border: 1px solid #ddd;
  filter: alpha(opacity=45); /* IE's opacity*/
  opacity:.45;
}

#sidephotodetails{
	float:right;
	margin-top:-4.3em;
}
.giInfo{
	wdith:180px;
}
/* Tables */

.gbDataTable {
    margin: 0.8em 0;
}

.gbDataTable td {
    padding: 2px 6px;
}

.gbDataTable td.gbOdd {
    background-color: #888;
}

.gbBusy {
    background-color: #888 !important;
}

/* Exif data */

.block-exif-ExifInfo div {
    margin: 0 0 0 -8px;
    padding: 0 8px;
    font-weight: bold;
}

.block-exif-ExifInfo div a {
    margin: 0 15px 0 0;
    padding: 3px 10px;
    border: 1px solid #333;
    border-bottom: none;
    -moz-border-radius: 4px 4px 2px 2px;
}

.block-exif-ExifInfo div a:hover {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    text-decoration: none;
}

.block-exif-ExifInfo .gbDataTable {
    width: 100%;
    margin: 2px 0;
    border: solid #333;
    border-width: 1px 0;
}

/* Footer elements */
#footer {
	border-top:1px solid #ddd;
	width:100%;	
	margin:0 1em 1em 0;
	padding:1.5em 0 0 0;
    }

#footerSystemLinks {
	float:right;
	margin:0 4px 0 0;
	padding:0;
	height:20px;
}

#footerSystemLinks .block-core-SystemLink a {
    padding:0;

}

/* Admin pages */

#gsSidebarCol {
    width: 150px;
    padding: 10px 0 0 0;
}

#gsSidebarCol ul {
    margin: 0;
    padding: 0;
    list-style: none inside;
    line-height: 1.8em;
}

#gsSidebar {
    padding: 10px 8px 10px 10px;
    -moz-border-radius: 10px 0 0 10px;
    max-width: 250px;
    overflow: hidden;
}

#gsContent {
    padding: 0 0;
}

.gbTabBar {
    margin-top: 20px;
    padding-bottom: 3px;
    border-bottom: 1px solid #333;
    line-height: 1.7em;
}

.gbTabBar .giSelected {
    margin: 0 4px 0 0;
    padding: 3px 10px 3px;
/*    background-color: #393333;*/
    border: 1px solid #333;
    border-bottom: none;
    -moz-border-radius: 4px;
    font-weight: bold;
    color: #b30000;
}

.gbTabBar span a {
    margin: 0 4px 0 0;
    padding: 3px 6px 6px;
    border: 1px solid #333;
    border-bottom: none;
    -moz-border-radius: 4px 4px 0 0;
    line-height: 1.2em;
}

.gbTabBar span a:hover {
    margin-bottom: -1px;
    border-bottom: 1px solid #ccc;
    text-decoration: underline;
}

#gsContent .gbDataTable {
    border-spacing: 0;
}

#gsContent .gbDataTable th {
    padding: 3px 6px;
    background-color: #ddd;
    border-bottom: 1px solid #444;
}

#gsContent .gbDataTable td {
    padding: 4px 2px;
}

#gsContent .gbDataTable th:first-child {
    -moz-border-radius: 10px 0 0 0;
}

#gsContent .gbDataTable th:last-child {
    -moz-border-radius: 0 10px 0 0;
}

#gsContent .gbDataTable .gbOdd {
    background-color: #eee;
}

#gsContent textarea {
    width: 475px;
}

/* Messages */

.summary {
    white-space: nowrap;
}

.giSuccess {
    font-size: 1.3em;
    font-weight: bold;
    color: #7c4;
}

.giError {
    font-weight: bold;
    color: #c73;
}

h2.giError {
    font-size: 1.3em;
    color: #c30;
}

.giNew {
    color: #f90;
}

.giUpdated {
    color: #db0
}

/* Debug Only */
#msgarea {
    display: none;
    width: 150px;
    position: absolute;
    z-index: 10;
    top: 60px;
    left: 10px;
/*    background-color: #fdf;*/
    color: #060;
    text-align: left;
    font: 11px "Lucida Sans Unicode";
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-border-radius: 12px;
}

#msgarea h4 {
    margin: 5px 0 -5px 20px;
    font: bold 12px "Lucida Sans Unicode";
}

#msgarea p {
    padding: 0 3px 0 8px;
/*    background-color: #fdf;*/
}

.autoCompleteShadow {
/*    background-color: #a0a0a0;*/
}

.autoCompleteContainer {
    border: 1px solid #404040;
/*    background-color: #000;*/
}

.autoCompleteContainer li.yui-ac-highlight {
/*    background-color: #eee;*/
    color: #111;
}
