/* CSS Document */
/*----for debugging---
div
{
	border:1px solid red;
}
*/
html 
{
  height:100%; 
  margin-bottom: 1px; 
}

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

a:active
{
   outline: none;
}

a:focus
{
 -moz-outline-style: none;
}



a:hover {
	color: #DDDDDD;	
	text-decoration: underline;
	cursor: pointer;
}

body
{
	
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #AAAAAA;
	margin: 0px;
}



h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:2em;
	font-weight: normal;
	margin-bottom:3px;
	margin-top:3px; 
	
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.25em;
	font-weight: bold;
	margin-bottom:3px; 
	
}

HR
{
	color: #555555;
	background-color: #555555;
	border:none;
	height:2px;
	
}
/*-------CONTACT FORM----------*/
fieldset
{
	position:relative;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: thin;
}

label
{
	float:left;	
	font-weight:bold;
	margin-bottom: 3px;
	text-align:right;
}

input
{
	
	margin-bottom: 5px;
	vertical-align: middle;
	left: 100px
}


.contact-form textarea
{
	width:425px;
	margin-bottom:5px;
	background-color:#999999;
}


.emailLabel{
	width:105px;
	padding-right:10px;
	padding-top:2px;
}

.submitButton{
	width:85px;
	margin-left:455px;
	margin-top:10px;
}	
	
.labelFullLine
{
	width: 100%;
	
}


.error
{
	display: block;
	margin-left: 10px;
	color: #ffff00;
}


#background
{
	position:absolute; 
	top:0px; 
	left:0px; 
	height:1500px; 
	width:800px; 
	background-color:#444444;
}

#header 
{
	padding:0;
	width:800px;
	background-color:#444444;
	margin:0;
}

#thumbnailContainer
{
	height:150px;
}

#title
{
	margin-top:0;
}

#title a:hover
{
	text-decoration: none
}

#navBar 
{
	padding:10px;
	height:40px;
}

#tagsContainer
{
	padding:10px;
}

#thumbnails
{
	display:block;
}


#contentContainer
{
	padding:20px 0;
	margin:0;
	width:800px;
	background-color:#444444;
	min-height:500px;
  	height:auto !important;
  	height:500px;


}

#content
{
	padding:0;
	margin:20px 100px;
	width:600px;

}

/*---Navigation--*/

.thumbnail
{
  min-height:130px;
  height:auto !important;
  height:130px;
  width:160px;
  background-color:#666666;
 }

.thumbnail a
{
	text-decoration:none;
}

.thumbnail a:hover
{
	text-decoration:none;
}

.thumbnail a img
{
	border:none;
	height:120px;
	margin:0;
}
.thumbnailLabel
{
	text-align:center;
	margin:0;
	padding:2px;
	font-size:.9em;
}

.thumbnail-tag-container
{
	display:none;
}
.navLink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight: normal; 
	color: #CCCCCC;
}
.navLink:hover
{
	color: #DDDDDD;	
	text-decoration: none;
	cursor: pointer;
}

.spanLink
{
	width: inherit;
	color: #999999;	
}

.spanLink:hover
{
	color: #DDDDDD;	
	text-decoration: underline;
	cursor: pointer;
}
.currentLink
{
	color: #DDDDDD;	
}



.navBarItem {
	float: left;
	margin-top:1.2em;
	
}


.first{
	text-align:left;
	width:45%;
}

.middle{
	text-align:center;
	width:20%;
}

.last{
	text-align:right;
	width:15%;

}

/*---------*/

#debug
{
  	position:fixed; 
	top:0px; 
	left:800px; 
	width:300px;
	height:100%;
	overflow:hidden;
}
.debug
{
	color: #222;
	overflow: hidden;
	
}

.dark
{
	color: #555555;
}

.mediumDark
{
	color: #777777;
}
.mediumLight
{
	color: #999999;
}


.light
{
	color: #CCCCCC;
}


.txtSmall
{
	color: #999999;
	font-size: small;
}

.txtLight
{
	color: #CCCCCC;
	font-size: small;
}

.highlightText
{
	font-weight:bold;
}
.highlightTitle
{
	font-style:italic;
}

.tag
{
	color: #999999;
	font-size: 1em;
}
.hilitedTag
{
	color: #DDDDDD;
	font-size: 1em;
}

.show
{
	display:block;
}


.hidden
{
	display:none;
}

.error
{
	display: block;
	margin-left: 10px;
	color: #ffff00;
}


/*---Project Listing--*/

.projectListing{
}

.clearBoth
{
	height:1px;
	clear:both;
}

.verticalSpacer40
{
	height:1px;
	margin-bottom:40px;
}

#projectThumbnail{
	float:left;
}

#projectThumbnail a img{
	border:none;
}


#projectInfo{
}

#projectImages{
	clear:both;
	margin:40px 0px;
	height:auto;
}

#projectListing #projectTitle{
	font-size:1.2em;
	padding-left:175px;
}

#projectListing .projectInformation{
	font-size:0.8em;
	padding-left:175px;
}

#shortDescription{
	padding-left:175px;
	margin-bottom:10px;

}


.project{
	margin-bottom:40px;
}

.project #projectTitle{
	font-size:1.2em;
	margin-bottom: 20px;
}

.projectImageContainer{
	clear:both;
	margin:20px 0;
}
.projectImage
{
	margin:20px 0;
}

.projectImageThumbnail
{
  display:none;
}

#latestProject{
margin:40px;
}
#latestProject h2{
margin-bottom:20px;
}

#projectDescription
{
	margin-bottom:20px;
}


/*______SLIDESHOW------------*/

.slideshow{
	margin:0 0 0 20px;
	background-color:#333333;
	text-align:center;
	padding-top:20px;
}

.slide_image{
	height:auto;
}
.slide_caption{
	padding:10px 40px;
	text-align:left;
}
.slideshow_controller{
	border-top: 1px solid #666666;
	padding:3px;
	color:white;
	text-align:left;
}
.button_container{
	width:35px;	
	float:right;
	margin:0 1px 0 1px;
}
.button_divider{
	width:10px;	
	float:right;
}
.button_container a{
	color: white;
	text-decoration:none;
}
.slide_counter{
}

.hidden{	
	visibility:hidden;
}

.visible{
	visibility:visible;
}

#footer
{
	width:800px;
	margin-bottom:40px;

}
#footer img
{
	border:none;
	margin:0 386px;

}
#footer a
{
	text-decoration:none;

}


-->
