body {
	font:0.8em Arial, Verdana, Helvetica, sans-serif;
	background:#fff;
	margin:0;
	padding:0;
}

img {
	border: none;
}

h1 {
	margin: 0;
	padding: 10px 0 0 0;
	color: #006600;
	font-size: 1.6em;
}

h2 {
	color: #006600;
	font-size: 1.1em;
	margin: 20px 0 0 0;
	padding: 0;
}

p {
	color: #666;
	margin: 8px 0;
	padding: 0;
}

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

a:hover {
	color: #006600;
}

em {
	color: #666;
}

ul {
	color: #666;
}

span {
	color: #666;
	text-align: right;
	display: block;
}


/*	GENERAL	*/
#gallery {
	width:955px;
	margin:0px auto;
	height: 600px;
	padding:30px;
}

#contentwrapper{
	height: 606px;
	width: 950px;
}

#container {
	position: relative; 
	bottom: 533px; 
	left: 675px; 
	width: 275px; 
	height: 600px; 
	z-index: 1000; 
	background: #fff; 
	opacity: 0.7;
}

/*	CONTENT  	*/
#content {
	border: 1px solid #ccc;
	width: 450px;
	height: 496px;
	overflow: auto;
	padding: 0 10px 0 10px;
	float: right;
	margin-top: 8px;
}

.photo {
	float: left;
	margin-top: 15px;
}

#index_img {
	float: left;
	margin-top: 20px;
}

#logo {
	float: right;
	padding: 0px 0px 32px 0;
	text-align: center;
	position: relative; 
	z-index: 2000; 
	width: 175px; 
	height: 200px; 
	margin-top: 20px;
}

.pic_link  a{
	color: #006600;
	text-decoration: underline;
}

.highlight {
	width: 250px;
	float: left;
	text-align: center;
}

.highlight img {
	float: left;
	margin: 5px;
}

/* Portfolio-Thumbs */

.thumbnail {
	 /*border: 1px solid #ddd; */
	 padding: 5px; 
	 width: 120px;
	 text-align: center;
	 display: inline-block;
	 margin-right: 3px;
}

.thumbnail img {
	margin-bottom: 5px;
}

.thumbnail a {
	text-decoration: none;
	color: #666;
}



/*	THUMBS	*/
#thumbwrapper {
	margin:0 0 5px 0;
	padding:10px 0 0 0;
	width:580px;
	height:100px;
}

#thumbarea {
	position:relative;
	overflow:hidden;
	height:100px;
	width:950px;
}

#thumbs {
	position:absolute;
	list-style:none;
	margin:0px;
	padding:0px;
	height:100px;
	width:10000px;
}

#thumbs li {
	float:left;
	margin-right:5px;
	cursor:pointer;
}


/*	BIG IMAGES	*/
#imagearea {
	position: relative;
	width: 950px;
	height: 500px;
	border: 1px solid #ccc;
	background: #fff url(images/loading.gif) center center no-repeat;
}
#imagearea.photos {
	height: 550px;
}
#image img {
	position:absolute;
	padding:0;
	margin: 0;
}
#image.center img{
	margin: 0 0 0 65px;
}
.center .imgnav {
	height:550px;
}
.imgnav {
	position:absolute;
	height:500px;
	width:5%;
	z-index:100;
	outline:none;
	cursor:pointer;
}

#previmg {
	left:0;
	background:url(../images/left2.png) left center no-repeat;
}

#previmg:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

#nextimg {
	right:0;
	background:url(../images/right2.png) right center no-repeat;
}

#nextimg:hover {
	opacity:1;
	filter:alpha(opacity=100);
}


#previmg2 {
	left:0;
	background:url(../images/left2.png) left center no-repeat;
}

#previmg2:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

#nextimg2 {
	right:0;
	background:url(../images/right2.png) right center no-repeat;
}

#nextimg2:hover {
	opacity:1;
	filter:alpha(opacity=100);
}


/*	FOOTER AND NAV	*/
#footer {
	width: 950px;
	margin: 0;
	padding: 15px 0 0 0;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer li {
	display: inline;
}

.nav {
	float: left;
	color: #006600;
	font-weight: bold;
}

.nav a {
	border-left: 1px solid #006600;
	text-decoration: none;
	color: #006600;
	padding: 0 10px;
}

.nav a:hover {
	text-decoration: underline;
}

.noborder a {
	border: none;
	padding-left: 0;
}

.moustique {
	float: right;
	font-size: 0.8em;
	color: #666;
}

/*********************************************** Gallery Slideshows ***************************************/
/**
Stylesheet: Slideshow.css
	CSS for Slideshow.

License:
	MIT-style license.

Copyright:
	Copyright (c) 2008 [Aeron Glemann](http://www.electricprism.com/aeron/).
	
HTML:
	<div class="slideshow">
		<div class="slideshow-images" />
		<div class="slideshow-captions" />
		<div class="slideshow-controller" />
		<div class="slideshow-loader" />
		<div class="slideshow-thumbnails" />
	</div>
	
Notes:
	These next five rules are required for Slideshow to work correctly.
	Override at your own risk.
*/

.slideshow {
	display: block; position: relative; z-index: 0;
}
.slideshow-images {
	display: block; overflow: hidden; position: relative;
}		
.slideshow-images img {
	display: block; position: absolute; z-index: 1;
}		
.slideshow-thumbnails {
	overflow: hidden;
}
.slideshow-thumbnails ul {
	left: 0; position: absolute; top: 0; width: 100000px;
}

/**
HTML:
	<div class="slideshow-images">
		<img />
		<img />
	</div>
	
Notes:
	The images div is where the slides are shown.
	Customize the visible / prev / next classes to effect the slideshow transitions: fading, wiping, etc.
*/

.slideshow-images {
	height: 600px; width: 950px;
}		
.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0;
}
.slideshow-images-next { 
	opacity: 0;
}
.slideshow-images img {
	float: left; left: 0; top: 0;
}	

.slideshow {
	float: left;
	height: 520px; 
	margin: 0 auto; 
	width: 400px;
}
.slideshow a img {
	border: 0;
}

/**
HTML:
	<div class="slideshow-captions">
		...
	</div>
	
Notes:
	Customize the hidden / visible classes to affect the captions animation.
*/

.slideshow-captions {
	background: #fff;
	color: #006600; 
	font: normal 12px/22px Arial, sans-serif; 
	overflow: hidden; 
	position: relative; 
	left: 542px;
	width: 400px; 
	z-index: 10000;
	text-align: right;
	padding: 2px;
	line-height: 1.3em;
}

.slideshow-captions span {
	font: normal 10px/20px Arial, sans-serif;	
}

.slideshow-captions a:hover {
	text-decoration: underline;
}

.slideshow-captions-hidden {
	height: 0; 
	opacity: 0;
}

.slideshow-captions-visible {
	height: 33px; 
	opacity: 0.7;
}
/**
HTML:
	<div class="slideshow-controller">
		<ul>
			<li class="first"><a /></li>
			<li class="prev"><a /></li>
			<li class="play"><a /></li>
			<li class="next"><a /></li>
			<li class="last"><a /></li>
		</ul>
	</div>
	
Notes:
	Customize the hidden / visible classes to affect the controller animation.
*/

.slideshow-controller {
	display: none;
}
/**
HTML:
	<div class="slideshow-loader" />
	
Notes:
	Customize the hidden / visible classes to affect the loader animation.
*/

.slideshow-loader {
	display: none;
}

/**
HTML:
	<div class="slideshow-thumbnails">
		<ul>
			<li><a class="slideshow-thumbnails-active" /></li>
			<li><a class="slideshow-thumbnails-inactive" /></li>
			...
			<li><a class="slideshow-thumbnails-inactive" /></li>
		</ul>
	</div>
	
Notes:
	Customize the active / inactive classes to affect the thumbnails animation.
	Use the !important keyword to override FX without affecting performance.
*/

.slideshow-thumbnails {
	position: absolute; 
	bottom: 520px;
	width: 700px;
	height: 120px;
}
.slideshow-thumbnails * {
	margin: 0; padding: 0;
}
.slideshow-thumbnails li {
	float: left; list-style: none;
	width: 200px;
}
.slideshow-thumbnails a {
	display: block; float: left; outline: none; margin: 5px 5px 0 0; padding: 5px;
}
.slideshow-thumbnails a:hover {
	background-color: #FFF !important; opacity: 1 !important;
}
.slideshow-thumbnails img {
	display: block;
}
.slideshow-thumbnails-hidden {
	background-color: #FFF; opacity: 0;
}
.slideshow-thumbnails-inactive {
	background-color: #FFF; opacity: .5;
	border: none;
}
.slideshow-thumbnails-active {
	background-color: #fff; opacity: 1;
	border: 1px solid #eee;
}


/* twitter section */
#twitterholder {
	clear: both;
}

#twitter {
	width: 100%;
	clear: both;
	font-family: Arial;
	color: white;
	height: auto;
}

ul#twitter_update_list {
	margin: 0;
	padding: 0;
}

ul#twitter_update_list li {
	margin: 0;
	list-style: none;
	padding: 9px 0;
	line-height: 18px;
}

ul#twitter_update_list li a {
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}

ul#twitter_update_list li span {
	display: block;
	text-align: left;
}

ul#twitter_update_list li span a {
	/* links in tweet */
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}

ul#twitter_update_list li span a:hover {
	color: #006600;
	font-weight: bold;
	text-decoration: underline;
}

