/*
THEME NAME: Gardens v3
THEME URI: 
DESCRIPTION: A variation of the <a href="http://www.sndbx.org/">Sandbox template</a> and the Blueprint CSS framework.
AUTHOR: Larry Van Howe
AUTHOR URI: 
*/

@import url('blueprint/screen.css'); 

/* Two-column with sidebar on left from the /sandbox-layouts/ folder */

a {color:#00007f;}
a:hover {color:#0000ff;}

div#container {
	float: left;
	margin: 0 -200px 0 0;
	width: 100%;
}
div#wrapper {
	width:800px;
 margin: 0 auto;
 position: relative;
 border-top: none;
 clear: both;
	overflow:hidden;
	background-color:#ffffff;
	text-align:left;
	}
div#content {
	margin: 0 200px 0 0;
	font-size:120%;
	border-top:3px solid #247;
	padding-bottom:1em;
}
div#primary {
	float: right;
	overflow: hidden;
	width: 180px;
}
div#secondary	{
	clear: right;
}
div#header {
 height:175px;
 text-transform:lowercase;
 text-align:right;
 background:url('images/header.gif') #e5e5e5 no-repeat center bottom;
 margin-bottom:10px;
 }
div#header a, div#footer a{
	text-decoration:none;
	}
div#primary ul, div#secondary ul {
	margin:0;
	list-style:none;
	font-variant:small-caps;
	}
div#primary ul a{
	text-decoration:none;
	}
div#primary ul li {
	background:#e5e5e5;
	border-top:3px solid #6688aa;
	list-style:none;
	margin:0 0 1em 0;
	padding:0.5em 0.2em;
}
div#primary ul li ul {
	text-decoration:none;
	margin:0 0 0 1.1em;
}
div#primary ul li ul li {
	border:none;
	padding:0;
	margin:0;
	list-style:square;
}
.widgettitle {
	margin-bottom:0;
	font-size:120%;
	font-variant:small-caps;
	font-weight:bold;
	letter-spacing:0.1em;
}

div#primary ul li ul li.page_item {
	list-style:none;
	margin:0 0 0 -12px;
}
div#secondary {
	text-align:right;
}
div#access {display:none;}

div#footer {
	clear: both;
	width: 100%;
	text-align:center;
}
.gallery-caption {display:none;}

.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-galleryoverview .desc {
/* required for description */
 margin:0px 10px 10px 0px;
 padding:5px;
}

.ngg-gallery-thumbnail-box {
	float: left;
 width:33%;
 text-align:center;
}

.ngg-gallery-thumbnail img {
	display:block; 
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #224477;
} 

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.ngg-clear {
	clear: both;
}
.ngg-widget img {
  padding-left:6px;
}
#nav-above { 
	display:none;
}
.entry-meta{ 
	display:none;
}
