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

body {
	font-family:"Crimson Text","Times New Roman", Times, serif;
	font-size:1.9em;
	margin-top:0;
	color:#4a4a4a;
	}

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

a:hover {color:#a1a1a1; text-decoration:none;}

#timestamp {
	text-align:right;
	font-size:11px;
	padding:10px 3px 0 0;
	color:red;
	}

#container {
	width:950px;
	margin:0 auto;
	overflow:hidden;
	}
	
#header {
	width:inherit;
	padding-top:30px;
	}
	
#topnav {
	width:inherit;
	min-height:23px;
	overflow:hidden;
	background-color:#a1a1a1;
	border-bottom: solid 1px #CCC;
	overflow:hidden;
	}
	
#topnav a {
	display:inline-block;
	font-size:50%;
	text-transform:uppercase;
	background-color:#a1a1a1;
	border-right: solid 1px #CCC;
	padding:8px 13px 6px 13px;
	text-decoration:none;
	color:white;
	}

#topnav a:hover {
	background-color:#676767;
	}
	

#slideshow {
	width:950px;
	height:600px;
	overflow:hidden;
	position:absolute;
	}

#slideshow.portfolio {
	width:700px;
	height:600px;
	display:block;
	margin-left:250px;
	position:relative;
	}
	
#slideshow-thumbs {
	width:250px;
	display:block;
	position:absolute;
	overflow-y:scroll;
	overflow-x: hidden;
	height:600px;
	z-index:888;
	outline:none;
	}

#slideshow-thumbs img {
	float:left;
	}

#nav { 
	margin:0; 
	padding:0;
	}
	
#nav li {
 	width: 120px;
 	float: left;
 	list-style: none;
 	}
 	
#nav li.activeSlide a {
	background: #88f;
	}
 	
#nav a {
	width: 120px;
	display: block;
	}
	
#nav a:focus {
	outline: none; 
	}
	
#nav img { 
	border:none;
	display:block;
	opacity:.75;
	-webkit-transition:opacity 500ms ease-in-out;
	-moz-transition:opacity 500ms ease-in-out;
	-o-transition:opacity 500ms ease-in-out;
	}
	
#nav img:hover {
	opacity:1;
}

#nav li.activeSlide img {
}

#content {
	height:600px;
	}
	
#portprev {
	position:relative;
	z-index:99999;
	float:left;
	height:540px;
	width:250px;
}

#portprevimg {
	margin-top:230px;
	display:none;
}

#portnext {
	position:relative;
	z-index:99999;
	float:right;
	height:540px;
	width:250px;
}

#portnextimg {
	margin-top:230px;
	display:none;
	float:right;
}

#homeprev {
	position:relative;
	z-index:99999;
	float:left;
	height:600px;
	width:350px;
}

#homeprevimg {
	margin-top:240px;
	display:none;
}

#homenext {
	position:relative;
	z-index:99999;
	float:right;
	height:600px;
	width:350px;
}

#homenextimg {
	margin-top:240px;
	display:none;
	float:right;
}

#caption {
	bottom:0;
	position:absolute;
	z-index:999;
	color:white;
	width:700px;
	padding:8px 13px;
	font-size:52%;
	font-weight:100;
	}

.alpha60black {
	/* Fallback for web browsers that don't support RGBa */
	background-color: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background-color: rgba(0, 0, 0, 0.4);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	}
	
.alpha60white {
	/* Fallback for web browsers that don't support RGBa */
	background-color: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background-color: rgba(255, 255, 255, 0.8);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000)";
	}
	
	
	
#content-text {
	width:360px;
	height:600px;
	padding:30px;
	color:black;
}	


.aboutpage {
	background-image:url('../images/slideshow/homepage/IMG_09.jpg');
}	

.contactpage {
	background-image:url('../images/slideshow/homepage/IMG_14.jpg');
}	
	
#footer {
	width:inherit;
	text-align:right;
	color:#bebebe;
	margin-top:15px;
	font-size:40%;
	font-weight:100;
	}
	
.float-left {
	display:block;
	float:left;
	}
	
.float-right {
	display:block;
	float:right;
	margin-top:40px;
	}
	
/* FONT STYLES */

h1 {
	font-size:100%;
	font-weight:100;
	}

h1.logo {
	text-transform:uppercase;
	margin-top:-2%;
	margin-bottom:-1%;
	font-weight:100;
	}

	

h2 {
	font-size:52%;
	text-transform:uppercase;
	padding-left:1px;
	margin-top:-1%;
	font-weight:100;
	}
	
h3 {
	font-size:15px;
	font-weight:100;
	margin-top:-4px;
	}
	
p {
	font-size:48%;
	font-weight:100;
	margin-top:-1%;
	margin-bottom:6.5%;
	line-height:130%;
	}

strong, b {
	font-weight:bold !important;
	}