@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 400;
  src: local('Crimson Text'), local('CrimsonText-Roman'), url(https://themes.googleusercontent.com/static/fonts/crimsontext/v4/3IFMwfRa07i-auYR-B-zNXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
body {
	font: 1.1em/1.4 'Crimson Text', Garamond, serif;
	margin: 0;
	padding: 0;
	color:#525252;
	height:100%;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img { 
	border: none;
}
a:link {
	color:#414958;
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
#container {
	width: 100%;
	position:relative;
	min-width: 234px;
	background: #FFF;
	margin: 0 auto;
	padding-bottom: 100px;
	overflow: hidden;
}
#header {
	background-color:rgb(255,131,31);
	background-image: url(../images/base/header_Background3.png);
	background-repeat: repeat-x;
	height: 120px;
}
#sidebar {
	float: left;
	width: 200px;
	height:100%;
	min-height: 800px;
	background-image: url(../images/base/paper_tile_offwhite_rt_edge2.png);
	background-position: -42px 0;
	background-repeat: repeat-y;
	clear: none;
	margin-top: 0px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;		
}
#content {
	margin-left: 180px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 64px;
	padding-left: 20px;
	background-image: url(../images/base/paper_tile_dirtywhite.png);
	background-repeat: repeat;
	height:100%;
}
#content ul, #content ol, #content dl{ 
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
}
#footer {
	background-image:url(../images/base/footer_band_ff831f.png);
	background-repeat:repeat-x;
	position: absolute;
	clear: both;
	height:58px;
	font-size: 0.75em;
	line-height: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
	bottom: 0;
	width: 100%;
	text-align: center;
}
#footer #txtLnks span a{
	font-variant: small-caps;
	text-decoration: none;
}
#footer #footwrap {
	margin-top: 10px;
	margin-bottom:10px;
}
.widthlimiter{
	margin-left:0px;
	max-width:771px;
}
#kelleName {
	float: left;
	height: 59px;
	width: 450px;
	margin-top: 10px;
	margin-left: 245px;
}
#inkbottle {
	clear: none;
	float: left;
	height: 290px;
	width: 189px;
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 10px;
}
#feather {
	float: left;
	margin-left: 0px;
	position: absolute;
	top: 63px;
	z-index: 50;
	left: 0px;
	height: 91px;
	width: 566px;
}
#miniink{
	float:left;
	background-image: url(../images/base/inkbottle180wide.png);
	height: 180px;
	width: 180px;
	visibility: hidden;
	display: none;
}
#container .column{
	/* Equal Height Columns http://v.gd/equal */
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
/* ~~miscellaneous float/clear classes~~ */
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.headingInline {
		display: inline;
}
.bottomSnip {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/* gall ink page */
#gallWrapper {
	margin-top: 10px;
	width: 100%;
}
#gallWrapper #gallImgWrapper{
	float: left;
	height: auto;
	width: 48%;
	max-width:300px;
	margin-left: 2%;
}
#gallWrapper #gallimg{
	box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.75);
	width: 100%;
	max-width:300px;
}
#gallWrapper #gallTxt {
	width: 50%;
	float: left;
	height: auto;
}
#gallWrapper #gallRecord {
	float:left;
	width: 90%;
	margin-bottom:15px;
}
.gallHead{
	text-align:center;
}
.no_display {
	display: none;
}
ul#toplevel {
	list-style: none;
	margin-bottom: 15px;
	margin-top: 180px;
	margin-left:5px;
	padding:0;
	width: 180px;
}
ul#toplevel li  {
	height: 40px;
	width: 180px;
}
ul#toplevel li a, ul#toplevel li a:visited {
	display: block; 
	text-decoration: none;
	color: #000;
}
ul#toplevel li a#home_lnk{
	background-image: url(../images/nav/home.png);
	background-repeat: no-repeat;
	height: 27px;
	width: 180px;
}
ul#toplevel li a#resume_lnk{
	background-image: url(../images/nav/resume.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 180px;
	display: block;
}
ul#toplevel li a#portfolio_lnk{
	background-image: url(../images/nav/portfolio.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 180px;
	display: block;
}
ul#toplevel li a#contact_lnk{
	background-image: url(../images/nav/contact.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 180px;
	display: block;
}
ul#toplevel li a#oak_lnk{
	background-image: url(../images/nav/oak_leaf4.png);
	background-position:0px -43px;
	background-repeat: no-repeat;
	height: 43px;
	width: 180px;
	display: block;
}
ul#toplevel li a#oak_lnk:hover{
	background-position:0px 0px
}
/* ## General Hover Behaviors ## */
ul#toplevel li a:hover{
	background-position:0px -28px;
	height: 27px;
	width: 180px;
}

ul#toplevel li a:active{
	background-position:0px -28px; 
}