.style1 {color: #000000}
body {
	background-color: #white;
	font-family: Verdana, Arial, sans-serif;
	
}

/* -- Main layout definitions ------------- */
body.gallery {
  margin:0;
  padding:0;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	background-color: white;
	color: #333;
	text-align: center;
}

a {
color:#000000
	/*color: #800;*/
}

a:hover {
color:#666666
	/*color: #05a;*/
}

hr {
	color: #fff;
	height: 1px;
	border: none;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 0;
	clear: both;
}

.clear {
	clear: both;
}

div.breadcrumb{
  display:block;
  /**background:#333;
  color:white;**/
  color:#000000;/* changed colr to #000000 as the title serie project gallery should be in black n deleted the background color*/
	font-size:10pt;
  margin:0;
  /**padding:10px 20px;**/
  padding: 15px 10px;
  text-align:left;
}

div.breadcrumb a{
  color:#ccc;
  font-size:10pt;
  
  text-decoration:none;
}
div.breadcrumb a:hover{
  text-decoration:underline;
}
div.breadcrumb a:visited{
  color:#ccc;
  
}

.header {
}

.content {
  background:white;
	clear: both;
	padding:5px;5px
	margin: 15px auto;15px auto
	text-align: left;
}

.footer {
	font-size: 0.8em;
	color: #999; 
	margin: 4em 0;
	padding-top: 1.5em;
}

.gallery h2 {
	clear: both;
	margin: 1.5em 0;
	padding-bottom: 0.2em;
	/*font-size: 1.5em;*/
	font-size: 14px;/*changed font size frm 1.5em to 14 px as the title SERIE PROJECT GALLERY looled very big n also we made it bold*/
    font-weight: bold;
	text-align: center;
}

.gallery h3 {
	clear: both;
	margin: 1.5em 0 1em 0;
	font-size: 12px;/*changed fontsize from 1.2em to 12 px to make the AVAILABLE FOR SALE FONT SIXE TO 12PX inthe description of the art page */
}


/* -- Gallery thumbnails ------------------ */

.gallery-thumb {
	margin: 5px;
	float: left;
	text-align: center;
}

.gallery-thumb img {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	padding: 7px;
	margin: 1px;
	-moz-border-radius: 3px;
}

.gallery-thumb a img {
	border-color: #ccc;
}

.gallery-thumb a:hover img {
	border-width: 2px;
	border-color:black ;/*changed the bordercolor from #38c to black as we needed the border of the image to have black hover*/
	margin: 0;
	-moz-border-radius: 5px;
}

.gallery-thumb a.artist-name {
	display: block;
	
}


/* -- Gallery Album listing --------------- */

.gallery-albums {
	clear: both;
  font-size:12px;
}

.gallery-albums h4 { /* Years in Album overview (when grouped by year) */
	margin: 10px 0 0 0;
}
.gallery-albums h4 a{
	font-size: 11px;
}

.gallery-albums .gallery-thumb {
	margin-right: 5px !important;
}

.gallery-album {
	width: 46%; /* Change to 96% if you want 1 Album per line */
	padding-right: 3%;
	display: block;
	float: left;
	overflow: hidden;
}

.gallery-album p {
	/*font-size: 1em;*/
	font-size: 12px;
}

.gallery-album .meta {
	margin-top: 3px;
	color:#666 ;
	font-size: 0.9em;
}

p.gallery-description-top {
  font-size: 0.9em;
  margin:0 30px 30px;
}

/* -- Gallery Items ----------------------- */

.gallery-items {
	margin: 0 auto;
	clear: both;
  width: 570px;
}

.gallery-empty {
	padding: 0.5em 1.5em;
	margin: 1.5em 3em;
	border: 1px solid #ddd;
	background-color: #ffe;
	font-size: 1.2em;
}


/* -- Gallery Photo (detail page) --------- */

div.gallery-wrapper{
  clear:both;
  margin-top:50px;
}

div.gallery-photo {
  clear:both;
	text-align: center;
}

img.gallery-photo {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	padding: 7px;
	-moz-border-radius: 3px;
}

#prevArrow img, #nextArrow img {
	border-style: none;
}

div.gallery-photo-content{
  width:500px;
  margin:0 auto;
}
div.gallery-photo-content p{
  font-size:11px;/*changed fontsize from 12px to 11px as we need the description of the art tobe in 11px matching the contents in otherpages*/
}


/* -- Navigator --------------------------- */

.block-core-Navigator {
  text-align:right;
	margin: 10px;
	font-size: 0.9em;
	color: #333;
}

.block-core-Navigator .current,
.block-core-Navigator .first-and-previous,
.block-core-Navigator .next-and-last {
	display: inline;
	margin:0;
/*  float: left;*/
}

.block-core-Navigator .current {
	margin: 0 0.5em;
}


/* -- ExifInfo ---------------------------- */

.block-exif-ExifInfo div {
	font-size: 0.8em;
	color: #999;
	margin: 1em 0;
}

table.gbDataTable {
	width: 100%;
	border-collapse: collapse;
}

table.gbDataTable td {
	padding: 0.2em 0.5em 0.2em 0;
}

table.gbDataTable td.gbEven {
	font-weight: bold;
}

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

/* -- System- / Item-Links ---------------- */

.gbSystemLinks, .block-core-ItemLinks {
  /*background:#000;*/
  background:#white; /** changed from #000 to white cox we want the search block to be in white backgrounf**/
  font-size:0.8em;
	clear: both;
	margin: 0;
	padding: 0.5em;
}

.block-core-SystemLink { font-weight: bold; }

.gbSystemLinks .block-core-SystemLink a,
.block-core-ItemLinks a {
  color:#666;
	padding: 0.3em;
}

.gbSystemLinks .block-core-SystemLink a:hover,
.block-core-ItemLinks a:hover {
  color:#ccc;
}
/* -- Toolbar ----------------------------- */

#toolbar {
	clear: both;
	border: 1px solid #ccc;
	background-color:green ;#f1f1f1
	margin: 1em 0;
	padding: 0.5em;
}


/* -- Admin ------------------------------- */

.gallery-admin {
	font-size: 0.9em;
}

.gallery-admin #gsContent{
}

.gallery-admin h2 {
	font-size: 1.2em;
	margin-top: 2em;
	overflow: hidden;
}

.gallery-admin h4 {
	margin-bottom: 0.5em;
}

.giSuccess, .giWarning, .giError  {
	font-weight: bold;
}

.giSuccess { color: #5c0; }
.giWarning { color: #c50; }
.giError { color: #a44; }

.gallery-admin .gbBlock {
	margin: 1.5em 0 2em 0;
}

#gsSidebar {
	width: 130px;
	overflow: hidden;
	padding-right: 1em;
}

#gsSidebarCol {
	width: 1%;
}

#gsSidebar ul {
	padding: 0.2em 0 1.5em 0;
	margin: 0;
	font-weight: bold;
}

#gsSidebar ul ul {
	font-weight: normal;
}
#gsSidebar li.gbAdminLink {
	list-style: none;
	padding: 0.2em 0;
	margin: 0;
}

.gbTabBar {
	padding: 0.2em 0;
	border-bottom: 1px solid #ccc;
  line-height: 2;
}

.gbTabBar a {
	border: 1px solid #ccc;
	padding: 0.2em 1em;
	background-color: #eee;
	margin: 0 0.2em;
}

.gbTabBar .giSelected {
	margin: 0 0.2em;
	padding: 0.2em 1em;
	border: 1px solid #ccc;
	font-weight: bold;
	background-color: #fff;
}

.giUpdated, .giNew {
	font: normal 9px Arial;
	text-transform: uppercase;
	color: #222;
	background-color: #ffea88;
	padding: 0 3px;
	margin-left: 3px;
}

.autoCompleteShadow {
    background-color: #a0a0a0 !important;
}

.autoCompleteContainer {
    border-color: #404040 #404040 #0a0;
    background-color: #fff;
}

.autoCompleteContainer li.yui-ac-highlight {
    background-color: #38c;
    color: #fff;
}

div.gallery-photo-metadata{
  margin:1.5em auto 0;
  width:300px;
  text-align:center;
}
div.gallery-photo-metadata span.metadata-title{
  font-style:italic;
}
div.gallery-photo-metadata p{
  margin:0;
}

div.block-checkout-ItemPrices{
  width:300px;
  margin:1.5em auto;
  border:none;
}

div.block-checkout-ShowCart{
  margin-top:100px;
  padding:10px;
  text-align:center;
  background:#eee;
  border: 5px solid #ccc;
}

#itemAdminForm{
  clear:left;
}
#itemAdminForm table{
  background: white;
}
