input{color:#000000;}
a{
	color: #83C5E8;
	text-decoration: none;
	
}
	a:hover{text-decoration: underline;}

em{font-style: italic;}	
strong{font-weight: bold;}
/*default cloud bgs*/
/***more stuff going on in the weather folder***/

html{ background-repeat: no-repeat;}
.wrapper { width: 960px; margin: 0 auto; }

/*body{ background-size: 100% 100%;/* background: transparent url(../images/backgrounds/fair-sun.png) no-repeat 325px 0px;
}*/
div#backgroundcontainer{
	background: transparent url('../images/backgrounds/middlegroundcloud.png') no-repeat 20% 0px;
	text-align:center;
	width:100%;
	-webkit-transition: left 300s linear;
	
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}
@-webkit-keyframes moveclouds{
	0%{
		position: relative;
		left:10%;
	}
	50%{
		position: relative;
		left:50%;
	}
	100%{
		position: relative;
		left: 100%;
	}
}
div#foreground{
	background: transparent url(../images/backgrounds/foregroundcloud.png) no-repeat 75% 0px;
	text-align:center;
	width:100%;
	-webkit-transition: left 300s linear;
}
div#backgroundcontainer:hover #backgroundcontainer{
	left:-9999px;
}
/*end clouds*/
/**header**/
div.wrapper{
	height: 100%;
}
div.header{
	height: 150px;	
	width: 90%;
	margin:25px auto -20px auto;	
}
div.header a#bloglink{
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}

div.header h1{
	font-size:2.2em;
	text-transform:  lowercase;
	margin: 0px auto;
	padding-bottom: 6pt;
	position: relative;
	letter-spacing: -10pt;
	word-spacing: 17pt;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;	
}

div.header h1 a{
	font-size: 500%;
	color: rgba(255, 255, 255, 1);
	font-weight: normal; 
	opacity: 0.75; /* needed to provide uniform opacity and not have a visible overlap between letters*/
}
	div.header h1 a:hover{text-decoration:none;}
	
/**end header**/

div.video-controls{
	position: absolute;
	right: 0;
	bottom: 20px;
	height: 20px;
	opacity: .7;
	width: 25px;
}

/***/
div.content{
	width: 90%;
	background-color: rgba(0, 0, 0, 0.6); /*#bf5437;*/
	min-height: 800px;	
	padding: -10px 0px 0px 0px;
	margin: -10px auto 0px auto; 


}		
div.content h2{
	margin: 0px 0px 0px 10px;
	padding: 0;
	color: #C7B299;	
	font-weight: bold;
	font-size: 3.3em;
	text-transform: uppercase;
	position: relative;
	top: -3px;
	white-space: nowrap;
}

	div.content .resume{
		font-size: 20px ;
		padding: 10px;
		color: rgba(255, 255, 255, 0.8);
	}
	div.content h2 acronym{ color: #C7B299;}
	div.content h5{
		margin: 0px 0px 0px 10px;	
		color: #C7B299;		
		font-weight: normal;
		font-size: 1.8em;
		text-transform: uppercase;			
	}	
		div.content #main-content{	
			width:98%;
			margin:0 auto;				
		}
		div.content #main-content div#nav{}
			div.content #main-content div#nav ul{
				float:left;
			}
				div.content #main-content div#nav ul li{
					float:left;
				}
			
		div.content #main-content h3{
			color: #C7B299;			
			font-weight: normal;
			font-size: 2.3em;
			border-bottom:solid 1px  #C7B299;	
			clear:left;
		}	
		div.content #portfolio{
			height:200px;
			border: solid 0px white;		
			margin:10px 0px 10px 20px;
		}
			div.content #portfolio .sites{
				float:left;			
				width:200px;
				margin:0 5%;				
				white-space:nowrap;
				text-align:justify;
				
			}
				div.content #portfolio .sites dt{
					font-size:1.6em;
					text-align:center;
					margin:3%;
				}
				div.content #portfolio .sites dd{
					white-space:normal;
					line-height:1.2em;
					text-align:center;
				}
		div.content #contact{
			margin:10px auto 10px auto;
		}	
				
div#footer{
	margin:0 auto;
	display:none;
}	
	