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




body {
     background:url('images/bg23.gif');
	  margin:0;
	  font-family:Georgia, serif;
	  color:#666;
	  font-size:100%;
	  line-height:1.5;
	  
	  }

a {
	text-decoration:none;
	color:cornflowerblue;	
	
}

a:hover {
	color:#fff;
	background-color:cornflowerblue;
	
	
}

#wrapper {
	width: 960px; 
/* padding: 150px 10px; for showing up */
margin: 0;
background:#fff;
	 margin:0 auto;


	
	
}


#nav {
	position:fixed;
	top:56px;
	width:320px;
	background:#FFFFFF;

	
}

#navlinks {
padding: 0em 1em 0 0em;text-align: right;
/*font-size:1.1em;*/
}

ul.second{
	list-style-type:none;
padding: 1.5em 0;
/*font-size:14px;*/
 line-height:1.5;
 -webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0;
 
 }

ul{
	list-style-type:none;
padding: 1.5em 0;
/*font-size:14px;*/
 line-height:1.5;
 -webkit-margin-before: .29em;
-webkit-margin-after: 0;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0;
 
 }
 
 


#content{
float:right;	
width:547px;
/*margin-top: 56px;
background:#fff;*/

}

.entry{
padding:54px 0 54px 0;

	
}

.description{
	background-color:#ccc;
	padding:0.8em 3em 0.8em 3em;	
}

.textentry{
/*margin: 0px 3em 0px 3em; 
border:1px gray;
border-top-style:dotted;
border-right-style:none;
border-bottom-style:none;
border-left-style:none;*/
padding: 4.94em 3em 6em 3em;
background: white;

}

.textheader {
	font-variant:small-caps;
	letter-spacing:.2em;
margin-top:0; margin-bottom:0;  
color: #999;
padding: .75em 0;

}

.textsubheader {
	color:#000000;
	margin-top:0; margin-bottom:0; 	
}

.textdate {
	color:#999999;
	margin-top:0; margin-bottom:0; 
}

#about {
	
	/*padding: 50px 0 0 0;*/	
margin-top: -119px;
}

#abouttext{
color:#fff;	
}

.title {
color:#999;
/* line-height: 1.25;
font-size: 0.9166666666666666em;*/
padding-bottom: .5em;
font-style:italic;
font-size:1.5em;

}

/* Custom selection colors */

::-moz-selection {
	color: #fff;
	color: rgba(255,255,255,.85);
	background: #666;
	}
::selection {
	color: #fff;
	color: rgba(255,255,255,.85);
	background: #666;
	}
	
	#logolink a{
		background-image:url(images/joshua_spohrer4.png);
    display:block;
    height:63px;
    width:320px;
	text-indent:-9999px;
		
	}
	
	#logolink a:hover{
		background-image:url(images/joshua_spohrer2.png);
    display:block;
    height:63px;
    width:320px;
	text-indent:-9999px;
		
	}
	
	p {
display: block;
-webkit-margin-before: 0;
-webkit-margin-after: 1.5em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2){
#nav {
	float:left;
	position:relative;
	width:320px;
	background:#FFFFFF;
	clear:both;

	
}}

/* ----------- My Form ----------- */
.myform{
	margin:0 auto;
	width:400px;
	padding:14px;
}
	/* ----------- basic ----------- */
	#basic{
		border:solid 2px #DEDEDE;	
	}
	#basic h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#basic p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #dedede;
		padding-bottom:10px;
	}
	#basic label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
	#basic .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#basic input{
		float:left;
		width:200px;
		margin:2px 0 30px 10px;
	}
	#basic button{ 
		clear:both;
		margin-left:150px;
		background:#888888;
		color:#FFFFFF;
		border:solid 1px #666666;
		font-size:11px;
		font-weight:bold;
		padding:4px 6px;
	}


	/* ----------- stylized ----------- */
	#stylized{
		border:solid 2px #b7ddf2;
		background:#ebf4fb;

	}
	#stylized h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#stylized p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #b7ddf2;
		padding-bottom:10px;
	}
	#stylized label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
	#stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#stylized input{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		width:200px;
		margin:2px 0 20px 10px;
	}
	#stylized button{ 
		clear:both;
		margin-left:160px;
		width:125px;
		height:31px;
		background:#444;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
	}
	
	#contact{
		
		margin-top:54px;
	}