/*	Desc: *title* Screen Style Sheet
	Author: Jonathan Mayer
	Date:
	+ Colours
	- #669966 Darker Green (Main Accent color)
	- #99CB99 Medium Green
	- #C8EBC8 Really Light Green
	- #999999 Medium Gray
	- #CCCCCC Light Gray
	- #EEEEEE Lighter Gray
=== === === === === === === === === === */
/*=STRUCTURE
=== === === === === === === === === === */
html {

}
body {
background:#669966 url(../cssimg/page-bg.jpg) center repeat-y;
}
#everything{
	width:725px;
	margin:auto;
	background:#FFFFFF;
/*	border:thick #FFFFFF;
*/	padding: .5em 10px;
}

/*=COMMON
=== === === === === === === === === === */
* {
	padding: 0;
	margin: 0
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}

ul li {
	text-decoration: none;
	display: inline;
	list-style-type: none;
	margin-right:2.2em;
}
/*p,
li {
	line-height: 150%
}*/

p {
	font-size:.9em;
	margin-bottom:1em;
	line-height:1.3em;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2, h3, h4, h5, h6 {
	color:#999999;
}

img {
	border: 0
}

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

#everything a:hover {
	color:#C8EBC8;
}


/*=MASTHEAD
=== === === === === === === === === === */
#masthead {
	font-family:Georgia, "Times New Roman", Times, serif;
}

#sitelogo{ 
	float:left;
	margin-bottom:-.8em;
	
}

#sitetitle{
	float:left;
	margin-left:-1em;
	clear:none;
	margin-bottom:-.12em;
	padding-bottom:0;
}

#masthead h1 {
	font-variant: small-caps;
	font-weight:normal;
	font-size: 3.4em;
}


#contactinfo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size: .9em;
	margin-bottom:.3em;
}

#headersandbag {
	float:right;
	clear:both;
}

/*=NAVIGATION
=== === === === === === === === === === */
#navigation {
	font-size: 1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#navigation a {
	color:#666666
}

h2, h3{
	font-weight:normal;
}

#galery_sections a{font-weight:normal;}


/*=CONTENT
=== === === === === === === === === === */
#content {
	padding-top:1em;
	padding-bottom:30px;
	
	background-image:url(../cssimg/footer_bg.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

.lastpara{
	margin-right:154px;
}

.FrontPageExample{
	margin-right: 4em;
}


#main-info p, #more-info p{
	text-align:justify;
}

#more-info p{
	font-size:.8em;
}

#more-info-first-topic{
	float:right;
	width:50%;
	margin-left:2em;
}

/*=GALLERY Section
=== === === === === === === === === === */


#gallery{
	height:170px;
}

#gallery a:hover{
	color:#669966;
}

#gallery_navigation{
	background:bottom left no-repeat url(../cssimg/tab-bottom-divider.gif);
	margin-top:.3em;
	font-size:.85em;
}

#gallery_navigation a{
	color:#999999;
	padding-bottom:0px;
}

.tabnavigation li a{
	margin-left:1em;
	margin-right:0;
}

.tabNavigation a.selected{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #669966;
	background:url(../cssimg/tab-bg.gif) repeat-x;
	padding: 0 .5em;
	color:#669966;
	font-size:1.1em;
}

div.tabContainer{
	background:url(../cssimg/gallery-content-bg.gif) repeat-y bottom left;
	padding-left:1em;
	position:absolute;
}


#gallery div{
	overflow-x:hidden;
	overflow-y:hidden;
	height: 110px;
	width: 550px;
}

#gallery div ul{ 
	width:5000px;
	height:60px;
	padding-top:25px; padding-bottom: 25px;
}



/*=FOOTER
=== === === === === === === === === === */
#footer { 
	margin-left: 3em;
	margin-top: -1em;
}

#copyright{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #99CB99;
	font-size: 0.6em;
	font-weight: bold;

}

#copyright a {
	color:#99CB99;
}




/*=JCAROUSEL
=== === === === === === === === === === */

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    min-width: 90px;
    height: 60px;
	margin-bottom:100px;


}


/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
 /*
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
*/




/*=SLIMBOX
=== === === === === === === === === === */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #669966;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.6em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999999;
	font-weight:normal;
	font-size: 2em;
}
