/*
Theme Name: AvidGardeners Custom
Theme URI: http://avidgardeners.org/
Description: Custom Wordpress theme created exclusively for Avid Gardeners.
Version: 1.0
Author: LightWeb Design
Author URI: http://lightwebdesign.com/
*/

html {
	margin: 0px;
	padding: 0px;
}

body {
	color: #666666;
	background: #FCFFD3 url(images/bkg.gif) repeat-y center;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 1.8em;
	border-bottom: 1px solid #CCCCCC;
	margin: 15px 15px 5px;
}

h2, h3 {
	margin: 15px 15px 5px;
}

h2 {
	border-bottom: 1px dashed #CCCCCC;
}

h4 {
	margin: 15px 15px 5px;
	border-bottom: 1px dashed #CCCCCC;
}

img {
	border: none;
}

#container {
	width: 722px;
	margin: 0px auto;
	background: #FFFFFF url(images/container_bkg.gif);
	padding: 0px;
}

#header {
	width: 720px;
	height: 149px;
	border: 1px solid #CCCCCC;
	margin: 10px auto;
	background: url(images/ban.jpg);
}

#menu {
	width: 151px;
	float: left;
	text-align: center;
	background: #FCFFD3;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#menuContent {
	margin: 20px auto;
	padding-right: 4px;
	padding-left: 4px;
	font-size: 0.6em;
}

#menuContent a:link, #menuContent a:visited {
	color: #666666;
	text-decoration: none;
	background-color: #FCFFD3;
}

#menuContent a:hover {
	color: #666666;
	text-decoration: underline;
	background-color: #FCFFD3;
}

#menuContent a:active {
	color: #666666;
	text-decoration: none;
	background-color: #FCFFD3;
}

#content {
	float: right;
	width: 558px;
	text-align: left;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size: .75em;
}

#content p {
	padding: 3px 15px;
}

#content div.image_pagination a:link, #content div.image_pagination a:visited {
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}

#content div.image_pagination a:hover, #content div.image_pagination a:active {
	color: #006600;
	text-decoration: underline;
	font-weight: bold;
}

#content p a:link, #content p a:visited {
	color: #006600;
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: bold;
}

#content p a:hover {
	color: #006600;
	text-decoration: underline;
	background-color: #FFFFFF;
	font-weight: bold;
}

#content p a:active {
	color: #006600;
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: bold;
}

#content td a:link, #content td a:visited {
	color: #006600;
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: bold;
}

#content td a:hover {
	color: #006600;
	text-decoration: underline;
	background-color: #FFFFFF;
	font-weight: bold;
}

#content td a:active {
	color: #006600;
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: bold;
}

#copyright {
	font-size: 10px;
	font-style: italic;
	text-align: right;
	padding: 3px 15px;
	margin-top: 30px;
}

#copyright a:link, #copyright a:visited {
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
}

#copyright a:hover {
	color: #666666;
	text-decoration: underline;
	background-color: #FFFFFF;
}

#copyright a:active {
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
}

#containerBtm {
	background: url(images/container_btm.gif) no-repeat;
	margin: 0px auto;
	height: 11px;
	width: 722px;
}

#footer {
	width: 720px;
	border: 1px solid #666666;
	margin: 0px auto;
	background: url(images/footer.jpg);
	height: 50px;
}

.clear {
	clear: both;
}

.blank {
	background: #FFFFFF;
	margin: 0px auto;
	height: 10px;
	width: 722px;
}

.alignleft {
	padding: 10px 10px 10px 0px;
	float: left;	
}

.alignright {
	padding: 10px 0px 10px 10px;
	float: right;	
}

.byline {
	margin: 2px 15px 10px;
}

/* -------------------- Menu -------------------- */

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 151px; /* Main Menu Item widths */
	text-align: left;
	background: #FCFFD3;
}
 
#menu ul li {
	position: relative;
}

/* Top level menu links style */
#menu ul li a {
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 10px;
	border-bottom: 1px solid #FCFFD3;
	/*border-right: 1px solid #778;*/
}

#menu ul li a:link, #menu ul li a:visited, #menu ul li a:active {
	background-color: #3C7912; /*background of tabs (default state)*/
}

#menu ul li a:visited {
	color: #FFFFFF;
}

#menu ul li a:hover {
	color: #333333;
	/*background: #C8DA77;*/
	background-color: #C8DA77;
}

#menu ul li.current_page_item a {
	color: #333333; /*Current page*/
}

/*Sub level menu items */
#menu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

#menu a.subfolderstyle{
background: url(images/right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

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

/* where the folder icon is shown */
.lg_gallery .folder {
	text-align: left;
	padding: 5px;
	padding-bottom: 20px;
	/* uncomment below if you want to hide the folder icon */
	 display:none; 
}

.lg_powered {
	/* Uncomment this if you want to hide the gallery footer */
	display:none;
}

/* the top folder navigator */
.lg_gallery .top_navigator {
	font-size: 0.8em;
	margin-right: 15px;
	margin-left: 15px;
	/* uncomment below if you want to hide the gallery navigator bar */
	 /*display: none; */
}

#content div.top_navigator a:link, #content div.top_navigator a:visited {
	color: #006600;
	text-decoration: none;
}

#content div.top_navigator a:hover, #content div.top_navigator a:active {
	color: #006600;
	text-decoration: underline;
}

/* the navigator (prev, next) */
.lg_gallery .lazyest_navigator {
	display: block;
	height: 21px;
	border: 1px silver solid;
	padding: 0 4px;
  margin: 5px 0;
	font-size: 0.8em;
}

/* ------------------ Forms  ------------------ */

#content .ddfmwrap {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content .ddfmwrap form.ddfm div.credits {
	display: none;
}

#content .ddfmwrap {
	margin: 15px 0px;
	width: 450px;
}