/* 
BASIC HTML
======================================== */

.hide{
	display: none;
}

input, textarea{
	padding: 4px !important;
	border: none;

}



.input-button{
	border: 1px #666 solid;
	padding: 3px;
	cursor: pointer;
	text-decoration: none;
}

abbr{
	border-bottom: 1px dotted;
}

a:hover{
	
}

/*
NAVIGATION
======================================== */
#navigation-wrapper{
	overflow:hidden;
	height: 40px;
}

#nav-tabs ul, #nav-tabs li{
	list-style: none;
	margin: 0;
	padding: 0;
}
	#nav-tabs ul{
		margin-left: 1px;
	}
	#nav-tabs li{
		float: left;
		margin-left: -1px;
	}
	
	#nav-tabs a{
		display: block;
		float: left;
		height: 30px;
		text-decoration: none;
		padding-top: 10px;
		padding-right: 25px;
		padding-left: 25px;
		background: url(http://christopherpjohnson.com/chrome/v1/navigation-tab-bg.png)  no-repeat 40% 0;
		border-right: 1px solid;
		border-left: 1px solid;
	}
		#nav-tabs a:hover, #nav-tabs a.current{
			background: url(http://christopherpjohnson.com/chrome/v1/navigation-tab-bg.png)  no-repeat 50% -40px;
		}
		
		
#search{
	text-align: right;
	margin-top: 7px;
}
		
/*
HEADER
======================================== */
#header-wrapper{
	
}

#sitetitle{
	margin-top: 80px;
	margin-bottom: 30px;
}

#sitetitle a{
	text-decoration: none;
}
	#subtitle{
		display: block;
	}
	
#tagline{
	margin-top: 89px;
}
	#portrait-container{
		height: 125px;
		width: 125px;
		background: url(http://christopherpjohnson.com/chrome/v1/myphotos.jpg) no-repeat 0 0;
		float: left;
		border: 7px solid;
		margin-top: -20px;
		margin-left: 265px;
		position: absolute;
		cursor: pointer;
	}
		#portrait-container:active{
			background-position: 0 -250px;
		}
		/* #portrait-container:active{
			background-position: 0 -250px;
		} */
		
	#tagline p{
		margin-right: 145px;
	}

/*
CONTENT
======================================== */

#content-wrapper{
	padding-bottom: 55px;
	padding-top: 0px;
}

#content{
}

#content h2{
	margin-top: 55px;
	border-bottom: 1px solid;
	padding-bottom: 12px;
}

	#content h2 a, #content h3 a, #content h4 a, #content h5 a, #content h6 a{
		text-decoration: none;
	}

div.without-h2{
	margin-top: 55px;
}

	#content div.without-h2 h2{
		margin-top: 0;
	}


#contact_form input, #contact_form textarea{
	width: 96%;
}

#contact_form .input-button{
	width: auto;
}

.error-field, #errors{
	border: 1px solid red;
}

#errors{
	margin-bottom: 15px;
	padding: 10px;
	font-size: 90%;
}


/*
FOOTER
======================================== */

#footer-wrapper{
	padding-top: 25px;
	padding-bottom: 25px;
}

#validators{
	text-align: right;
}

.check-icon{
		background: url(http://christopherpjohnson.com/chrome/v1/accept.png) left no-repeat;
		padding-left: 20px;
	}


/*
SHUTTER
======================================== */
#shNavBar a {
	text-decoration: none;
}
#shNavBar a:hover {
	color: #fff; /* highlight colour for the text buttons */
}
#shDisplay div#shTitle {
	color: #ffffff; /* caption colour */
	text-align: center;
	margin: 0 auto;
	font-weight: bold;
}
div#shNavBar {

	color: #999; /* colour for the image numbers */
	font-size: 90%;
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: #2e2e2e;
	width: 100%;
	padding: 4px 0 5px;
	text-align: center;
	cursor: pointer;
	z-index: 1011;
}
body {
	height: 100%;
}
#shShutter *, #shDisplay * {
	padding: 0;
	margin: 0;
}
div#shShutter, div#shDisplay {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
div#shShutter {
	height: 100%;
	z-index: 1000;
	background-color: #000000;
}
div#shDisplay {
	display: block;
	background-color: transparent;
	z-index: 1002;
}
div#shDisplay img#shTopImg {
	margin: 0 auto;
	border: 1px solid #555;
	background: transparent;
	display: block;
	max-width: none;
	max-height: none;
}
div#shDisplay div#shWrap {
	visibility: hidden;
}
div#shWaitBar {
	position: absolute;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	margin-top: 120px;
}
#shWaitBar img {
	border: 0;
}
#fullSize {
	display: none;
}
#shNavBar img {
	border: 0;
	vertical-align: middle;
	margin: 0 2px;
}





