/* CSS Document */

a:focus, A:hover, A:active /* Firefox image outline fix */
{ 
	outline: none 
}

a:link, a:visited, a:active {
	color:#4e3a26;
	text-decoration:none;
}
a:hover {
	color:#968774;
	text-decoration:underline;
}

h2 {
	color: #64bf1c;
	padding-bottom:10px;
}

h4 {
	font-weight: bold;
	color: #64bf1c;
}

em {
	color: #5f2d7c;
}

img {
	border: 0;
}
	
a .featured_image {
	border:6px solid #160f09;
	margin-top:18px;
	}
	
	a:hover .featured_image {
	border:6px solid #0c0805;
	margin-top:18px;
	}
	
a .work_image {
	border:6px solid #160f09;
	}
	
	a:hover .work_image {
	border:6px solid #0c0805;
	}
	
a .work_image2 {
	border:6px solid #160f09;
	margin-top:45px;
	}
	
	a:hover .work_image2 {
	border:6px solid #0c0805;
	margin-top:45px;
	}

.info {
	line-height:150%;
	margin-bottom:15px;
	}
	
	
.involvement {
	font-size:11px;
	}
	
#bullets {
	padding-top:8px;
	margin-bottom:15px;
	}
	
	
.listitems ul li {
	list-style:none;
	background: url(../images/a.gif) 0px 7px no-repeat;
	padding-left: 15px;
	}
	
.listitems2 ul li {
	list-style:none;
	background: url(../images/a1.gif) 0px 13px no-repeat;
	padding-left: 15px;
	}

.listitems3 ul li {
	list-style:none;
	background: url(../images/a1.gif) 0px 13px no-repeat;
	padding-left: 15px;
	}

.listitems2 ul li {
	position: relative;
	list-style:none;
	background: url(../images/sitewide/arrow.gif) 0px 2px no-repeat;
	font-size:11px;
	color:#615242;
	float:none;
	padding-left:29px;
	padding-top:1px;
	line-height:150%;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:6px;
	height:17px;
	}
	
#bloglist, #bloglist2 {
	padding-top:0px;
	margin-bottom:15px;
	}
	
.bloglistitems ul li {
	position: relative;
	list-style:none;
	font-size:13px;
	color:#615242;
	float:none;
	padding-top:0px;
	line-height:150%;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:15px;
	height:17px;
	}
	
.footerlinks A:link {
	color:#3f352a;
    font-size:11px;
	clear:both;
	text-decoration:none;
    }
	
    .footerlinks A:visited {
    color:#3f352a;
    font-size:11px;
	clear:both;
	text-decoration:none;
		  }
		  
    .footerlinks A:active {
    color:#3f352a;
    font-size:11px;
	clear:both;
	text-decoration:none;
		  }
		  
    .footerlinks A:hover {
    color:#3f352a;
    font-size:11px;
	clear:both;
	text-decoration:underline;
		  }	

/*Form Styles*/

.text {
	width:230px;
	height:22px;
	background-color:#1e150d;
	border:1px solid;
	border-color:#322014;
	padding-left:5px;
	padding-top:5px;
	color:#8e7d6a;
	font-size:13px;
	}
	
.posText {
	width:230px;
	height:150px;
	background-color:#1e150d;
	border:1px solid;
	border-color:#322014;
	padding-left:5px;
	padding-top:5px;
	color:#8e7d6a;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	}	

input.text:focus	{
	background: #19110a;
	border: 1px solid #322014;
}

textarea.posText:focus	{
	background: #19110a;
	border: 1px solid #322014;
}

fieldset {
	border:none;
	}
	
#emailSuccess {
padding-bottom:14px;
}

#loadBar {
padding-bottom:14px;
}

#highlight {
font-weight: bold;
color: #5f2d7c;
}
