/* Global Tag Definitions */
@import url("../../kids_files/globals.css");

/* layout
----------------------------------------------*/
html, body {
	height: 100%;
} 
body {
	text-align: center;
	color: #333;
	background-image: url(../newimg/bg-left.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
}
#wrapper {
     width: 859px;
     margin: 0 auto;
     text-align: left;
}
#header {
	height: 123px;
	background-image: url(../newimg/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header-right {
	height: 123px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../newimg/right.png);
}
#content-container {
     width: 470px;
     float: right;
/*     clear: both;*/
	 padding-right: 200px;
	 margin-bottom: 32px;
}
#content {
	
}
#left-col-container {
     width: 166px;
     float: left;
	/* clear: left;*/
	 margin-bottom: 32px;
	
}

#footer-container {
	clear: both;
	background-color: #8EB231;
	background-image: url(../newimg/bubbles.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 150px;
}
#footer {
	clear: both;
	width: 100%;
	height: 90px;
	margin: 0 auto;
	background-image: url(../newimg/bubbles.gif);
	background-repeat: repeat;
	background-position: left top;
}
#footer #contact {
	position: relative;
	left: 500px;
	top: 40px;	
}

#left-col, #content, #photos, #index {
	margin: 32px 0 0 0;
}

/* Global Nav
----------------------------------------------*/
#nav ul {
	margin: 98px 0 0 50px;
}
#nav ul li {
	display: inline;
	list-style: none;
	margin: 0 24px 0 0;
	background: url(../../kids_files/none);
	padding: 0;
}

/* Left Nav
----------------------------------------------*/
#photo, #lightbox-container {
	padding-bottom: 25px;
	background: url(../../images/divider.gif) no-repeat left bottom;
}

#left-col ul, #left-col ul li{
	margin: 0px;
	padding: 0px;
	list-style: none;	
}
#left-col ul {
	margin-top: 20px;
}
#left-col ul li {
	margin-bottom: 10px;
	background: url(../../kids_files/none);
}
#left-col a:link {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
#left-col a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
#left-col a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
#left-col a:active {
	color: #666666;
	text-decoration: none;
}

/* Home
----------------------------------------------*/
#index-container {
	width: 317px;
	float: right;
	/*     clear: both;*/
	 padding-right: 200px;
	height: 100%;
}
#index {
	margin-bottom: 32px;
}
#photos-container {
     width: 237px;
     float: left;
	/* clear: left;*/
	 padding-left: 90px;
	 margin-bottom: 32px;
}
#home-copy {
	height: 245px;
}
#slideshow {
	margin-bottom: 15px;
}
/* Lightbox
----------------------------------------------*/
#lightbox-container .left-thumb {
	margin-right: 22px;
}
#lightbox-container img {
	margin-bottom: 22px;
}
#lightbox-container .bottom-row {
	margin-bottom: 0;
}

/* Donate Products
----------------------------------------------*/
#donate-products table {
	margin-bottom: 30px;
}
#donate-products th {
	font-weight: bold;
}
.large-column {
	width: 350px;
}

/* Links
----------------------------------------------*/
a:link {
	color: #8EB231;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #8EB231;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #8EB231;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #8EB231;
	text-decoration: none;
	font-weight: bold;
}

/* Misc
----------------------------------------------*/
#board ul {
	margin: 0 0 3em 0;
}
#home-tour h2 {
	clear: both;
	padding-top: 20px;
}
.left-list {
	width: 225px;
	float: left;
}

.right-list {
	width: 225px;
	float: right;
}
