/* -- Main layout definitions ------------- */
/*
body.gallery {
	font-family: georgia, 'Times New Roman', Times, serif;
	font-size: small;
	margin: 1.5em;
	color: #29303B;
	text-align: center;
}

#gallery 
{
	margin:0 auto;
	padding:0;
}
*/
#gallery {
	font-size: small;
	color: #29303B;
	text-align: center;
	padding:0;
}

.header {
	text-align: left;
}

.gallery-thumb {
        width: 95px;
        height: 95px;
}

.gallery-album {
        margin: 0 auto;
        width: 46%; /* Change to 96% if you want 1 Album per line */
	padding-right: 1.5%;
	padding-left: 1.5%;
        height: 125px;
}


a {
	color: #C4A457;
	text-decoration: none;
}

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

.clear {
	clear: both;
}

.content {
	clear: both;
	margin: 0 auto;
	text-align: left;
}

.footer {
	font-size: 0.8em;
	color: #999;
}

#gallery h2 {
	border-bottom: 1px dotted #ccc;
        font: 99% Arial, Helvetica, sans-serif;
        letter-spacing: 0.2em;
        margin: 15px 0 2px 0;
        padding-bottom: 2px;
        color: #036;
}


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

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

.gallery-thumb img {
	background: #eee;
	border: 1px solid #ccc;
	padding: 3px;
	margin: 1px;
	-moz-border-radius: 5px;
}

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

.gallery-thumb a:hover img {
	border-width: 2px;
	border-color: #C4A457;
	margin: 0;
	-moz-border-radius: 7px;
}


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

.gallery-albums {
	margin:0 auto;
	clear: both;
}

.gallery-albums h4, .gallery-albums h4 a {
	margin: 15px 0 0 0px;
        color: #036;
        font-size: 15px;
        padding: 0;
}

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

.gallery-album {
	display: block;
	float: left;
	overflow: hidden;
}

.gallery-album p {
	margin: 10px 10px 0 0;
        padding: 0 0 0 7px;
        font-size: 11.5px;
}

.gallery-album .meta {
	margin-top: 3px;
	color: #727A66;
	font-size: 10px;
}


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

.gallery-items {
	margin: 0;
	clear: both;
}


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

.gallery-photo {
	margin: 10px 0;
	text-align: center;
}

.gallery-photo img {
	background: #eee;
	border: 1px solid #ccc;
	padding: 7px;
	-moz-border-radius: 5px;
}


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

.block-core-Navigator {
	font-size: 0.9em;
	color: #999;
}

.block-core-Navigator .first-and-previous{
	display: inline;
	float: left;
}

.block-core-Navigator .next-and-last{
	display: inline;
	float: right;
}

.block-core-Navigator .current {
	display: inline;
	margin: 0 0.5em;
	position: relative;
	left: 310px;
}

/* -- BreadCrumb -------------------------- */

div.block-core-BreadCrumb {
	float: right;
	font-size: 0.9em;
        display: inline;
        padding: 0 0 0 13px;
        color: #036;
        font-weight: bold;
        margin: 0;
}

a.BreadCrumb-1 { 
	color: #C4A457;
}

a.BreadCrumb-2 { 
	color: #C4A457;
}

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

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

table.gbDataTable {
	width: 100%;
	font-size: 0.8em;
	margin: 1.5em 0;
}

table.gbDataTable .gbOdd {
	font-weight: bold;
}

#gallery ul {
	margin-left: 0;
	list-style-type: none;
}
#gallery ul li {
	font: italic normal;
        font-family: georgia, 'Times New Roman', Times, serif;
        font-size:12px;
	padding-left: 1.5em;
}

div.block-core-GuestPreview {
  float: right;
  font-size: 0.8em;
  color: #999;
}
#gallery.rtl div.block-core-GuestPreview {
  float: left;
}

.download {
text-align: center;
}

.gcBorder1 {
    border: 0 solid #ccc;
}

.gcBorder2 {
    border: 0 solid #888;
}

.gbEven {
    background-color: #fff;
}

.gbOdd {
    background-color: #eee;
}


div.gbTabBar {
    font-size: 0.9em;
    font-weight: bold;
    margin: 0.8em 0 0;
    padding: 6px;
    background: url('http://sleddoggin.com/gallery2/themes/CollageEffect/local/images/tab_bg.gif') repeat-x bottom;
    white-space: nowrap;
}

div.gbTabBar span.o {
    padding: 6px 0 5px 8px;
    background: url('http://sleddoggin.com/gallery2/themes/CollageEffect/local/images/tab_left.jpg') no-repeat left top;
}
#gallery.IE div.gbTabBar span.o {
    display: inline-block;   /* IE loses padding-left on wrapped inline nowrap element */
    margin-bottom: 1px;      /* ..and then adds padding differently with inline-block.. */
}
/* IE may clip off the right end of a long set of tabs, so allow IE to wrap them */
#gallery.IE div.gbTabBar { padding-bottom: 0; white-space: normal; }
#gallery.IE div.gbTabBar span.giSelected { margin-bottom: 0; }

#gallery div.gbTabBar span span {
    padding: 6px 12px 5px 4px;
    background: url('http://sleddoggin.com/gallery2/themes/CollageEffect/local/images/tab_right.jpg') no-repeat right top;
}

#gallery div.gbTabBar a {
    color: #777;
    text-decoration: none;
}

#gallery div.gbTabBar a:hover {
    color: #333;
}

#gallery div.gbTabBar span.giSelected {
    padding-bottom: 6px;
    background-image: url('http://sleddoggin.com/gallery2/themes/CollageEffect/local/images/tab_left_on.jpg');
}

#gallery div.gbTabBar span.giSelected span {
    color: #333;
    padding-bottom: 6px;
    background-image: url('http://sleddoggin.com/gallery2/themes/CollageEffect/local/images/tab_right_on.jpg');
}

.gbBlock {
    padding: 0.7em;
    border-width: 0 0 1px 0;
    border-style: inherit;
    border-color: inherit;
    /* IE can't inherit these */
    border-style: expression(parentElement.currentStyle.borderStyle);
    border-color: expression(parentElement.currentStyle.borderColor);
}

.gbBlock ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.gbBlock ul ul {
    margin: 0 0 0.5em 1.0em;
}

.gbBlock li {
    padding: 6px 0 0 0;
}

#gallery .gbBlock h3 {
    margin-bottom: 0.5em;
}

#gallery .gbBlock h4 {
    margin-top: 0.5em;
}

#gsSidebar {
    border-right-width: 1px;
    width: 175px;
    overflow: hidden;
}
#gsSidebarCol {
    width: 1%; /* Expand to fit content ("0" bad4 firefox, "1px" bad4 opera) */
}
#gallery #gsSidebar ul {
    font-size: 1em;
}

div#gsSidebar div.block-core-ItemLinks a {
  display: block;
}

div#gsSidebar div.block-core-PeerList a {
  display: block;
  padding: 3px;
}

div#gsSidebar div.block-core-PeerList span {
  font-weight: bold;
  display: block;
  padding: 3px;
}

div#gsSidebar div.block-core-PeerList span.current {
  color: #0b6cff;
}

.gbItemImage {
	margin: 15px 0;
	text-align: center;
}

.giNew, .giUpdated {
    border-width: 2px;
    border-style: ridge;
    padding: 0 6px;
    line-height: 1.9em;
}