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

#home, #portfolio, #resume, #information {
	border-style:dotted;
	border-color:#ccc;
	border-width:0.2em;
	margin-bottom:0.5em;
	}

p,h1,h2,h3,h4,h5,h6,li{
	color:#666;
	}

.inner_p {margin:0 0 0.5em;}
.resume_text{
	color:#7AB317; /*#b7f061;*/
	}
	
a {
	color:#666;
	text-decoration:none;
}

a:hover, a:focus{
	color:#7AB317;
	text-decoration:none;
}

a:hover #storytime, a:hover #onion_boy_another, a:hover #space_junk_another,a:hover #garden_another,a:hover #local_another,a:hover #weightwatchers_another,a:hover #probe_another,a:hover #thermostat_another, a:hover #authentaste, a:hover #cpc, a:hover #cpc1, a:hover #cpc2, a:hover #cpc3, a:hover #digital_images, a:hover #methoda, a:hover #methodb{
	border:thin solid #7AB317;
}

.text_link{
	
	color:#7AB317;
}

.text_link:hover{
	text-decoration:underline;
	}
ul {margin:0 1.5em 1.5em 1em;}
ol {margin:0 1.5em 1.5em 1.5em;}

.shortenlist{
	margin-top:-1.5em;
	}
#sitemap{
	margin-bottom:0em;
}
	
/*#onion_boy, #space_junk, #garden, #local,#weightwatchers,#probe,#thermostat{
	padding:0.5em;
	border-style:solid;
	border-width:thin;
	border-color:#CCC;
	}
#garden, #local,#weightwatchers,#probe,#thermostat{
	margin-top:2em;
}*/

#digital_images, #authentaste, #storytime, #cpc, #cpc1, #cpc2, #cpc3, #onion_boy_another, #space_junk_another, #garden_another, #local_another,#weightwatchers_another,#probe_another,#thermostat_another, #methoda, #methodb{
	padding:0.5em;
	border-style:solid;
	border-width:thin;
	border-color:#CCC;
	margin-bottom:3em;
	}
	
	
.pic{
	margin:1em;
	padding:0.5em;
	border-style:solid;
	border-width:thin;
	border-color:#CCC;
	}


.bottom{
	padding-bottom:4em;
}

	#gallery {
		background-color: #fff; /*#444;*/
		padding: 10px;
		width: 620px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: thin solid #ccc;/*5px solid #3e3e3e;*/
		/*border-width: 5px 5px 20px;*/
		padding:0.2em;
	}
	#gallery ul a:hover img {
		border: thin solid #7AB317;
		/*border: 5px solid #fff;
		border-width: 5px 5px 20px;*/
		color: #7AB317 /*#fff*/;
	}
	#gallery ul a:hover { color: #7AB317/*#fff*/; }
