@charset "UTF-8";
/* CSS Document */

body  {
	background-image: url(../images/bkgd-image.jpg);
	background-repeat: repeat-x;
	background-color: #427d7c;
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	width: 1000px;
	margin: 0 auto;
	padding: 0 30px 0 30px;
	text-align: left;
}

#header .logo {
	background-image: url(../images/smpstudios_logo.jpg);
	background-repeat: no-repeat;
	height: 140px;
	width: 140px;
	border: 1px solid #bec73f;
	margin-top: 8px;
	margin-left: 30px;
	padding: 0;
	text-indent: -1000em;
}

#header a {
	display: block;
	height: 140px;
	width: 140px;
}

#zd-nav-container {
	float: left;
	clear:both;
	margin-top: -140px;
	margin-left: 170px;
	height: 40px;
	width: 720px;
}	
#zd-nav-container ul {
	padding: 0;
	margin: 1em 0 1em 2.5em;
}
#zd-nav li { 
	width:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: large;
	list-style: none;
	display: inline;
}

#zd-nav a {
	margin-right: 25px;
	padding: 10px 15px 10px 15px;
}

#zd-nav a.zd-nav-current {
	color: #FFFFFF;
	text-decoration: none;
}

#zd-nav a:link, a:visited {
	color: #acacac;
	text-decoration: none;
}

#zd-nav a:hover {
	color: #bec73f;
	background-color: #0f0f0f;
	text-decoration: none;
}

#content {
	float: left;
	margin-left: 30px;
	margin-bottom: 100px;
	width: 680px;
	color: #ffffff;
	line-height: 1.8em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 120%;
}

#sidebar {
	float: right;
	margin-top: 75px;
	margin-right: 30px;
	width: 200px;
	background-image: url(../images/sidebar-bkgd-image.jpg);
	background-color: #191919;
	background-repeat: repeat;
	border: 1px solid #a1a1a1;
	padding: 20px;
	color: #acacac;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 1.5em;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #191919;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1em;
} 

#content a:link {
	color: #191919;
}

#content a:hover {
	color: #191919;
	text-decoration: underline;
}

#content a:visited {
	color: #66FFFF;
}

#content hr {
	color: #191919;
}	

#sidebar h1,
#sidebar h2,
#sidebar h3,
#sidebar h4,
#sidebar h5,
#sidebar h6 {
	color: #bec73f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1em;
} 

#sidebar a:link {
	color: #FFFFFF;
}

#sidebar a:hover {
	color: #bec73f;
	text-decoration: underline;
}

#sidebar a:visited {
	color: #66FFFF;
}

#footer {
	clear: both;
	background-image: url(../images/somanypossibilities.png);
	background-repeat: no-repeat;
	border-top: 1px solid #191919;
	padding-top: 25px;
	height: 50px;
}

#footer p {
	color: #191919;
	font-size: 60%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 235px; 
	padding: 7px 0 0 0;
}

#footer a:link, 
#footer a:visited {
	color: #191919;
	text-decoration: none;
}

#footer a:hover {
	color: #191919;
	text-decoration: underline;
}

/* News Module */

.news-list li {
	list-style: none;
	margin-left: -40px;
	}
	
.news-list a:link {
	color: #FFFFFF;
	}
	
.news-list a:visited {
	color:#66FFFF;
	}
	
.news-list a:hover {
	color: #bec73f;
	}
	
.news-all-link a {
	color: #FFFFFF;
	}	
	
.item-image img {
	float: right;
	}
	
.readmore {
	margin-top: 0px;
	}	
	
/* Gallery Module */

#gallery-body #content {
	width: auto;
	float: none;
	}

#gallery-body #zd-content1 {
	width: 650px;
	margin: 0 35px 0 263px;
	position: relative;
	}

#zd-content1 {
	position: relative;
}

.jsgal-shell {
	position: static !important;
}
.jsgal-shell .image-shell img {
	border: 1px solid #a1a1a1;
	}

.jsgal-shell .nav-shell {
	position: absolute !important;
	top: 260px !important;
	right: -266px;
	width: 240px !important;
	height: 255px !important;
	overflow: hidden;
	zoom: 1;
	}

.jsgal-shell .nav-shell .filler {
	height: 246px !important;
	}

.jsgal-shell .nav-shell ul, .jsgal-shell .nav-shell ul li a, .jsgal-shell .nav-shell ul li a img {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

.jsgal-shell .nav-shell ul li {
	float: left;
	margin: 0 8px 8px 0 !important;
	padding: 0 !important;
	list-style-type: none;
	}
	
.jsgal-shell .nav-shell a:link {
	color: #FFFFFF;
	}
	
.jsgal-shell .nav-shell a:visited {
	color:#66FFFF;
	}
	
.jsgal-shell .nav-shell a:hover {
	color: #bec73f;
	}	
	
.jsgal-shell .nav-controls {
	position: absolute !important;
	top: 515px !important;
	right: -262px;
	width: 240px !important;
	height: 20px !important;
	padding-top: 8px !important;
	border: 1px solid #a1a1a1;
	background: #191919;
	text-align: center;
	font-size: 80% !important;
	}
	
.jsgal-shell .nav-controls .previous {
	position: absolute;
	left: 5px;
	top: 5px;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 19px;
	height: 18px;
	background: url(/images/nav-prev-on.jpg) no-repeat;
	}
	
.jsgal-shell .nav-controls .next {
	position: absolute;
	right: 5px;
	top: 5px;
    font-size: 0;
    text-indent: -9999px;
    overflow: hidden;
    width: 19px;
    height: 18px;
    background: url(/images/nav-next-on.jpg) no-repeat;
	}
	
.jsgal-shell .nav-controls .previous.inactive {
	background: url(/images/nav-prev-off.jpg);
	}
	
.jsgal-shell .nav-controls .next.inactive {
	background-image: url(/images/nav-next-off.jpg);
	}	
	
.jsgal-shell .nav-controls .overview {
	margin-top: -10px;
	}	
img {
	border: none;
}
#zd-content1 img {
	border: 1px solid rgb(66, 125, 124);
}
#zd-content1 a:hover img {
	border: 1px solid #6ff;
}
