/*//////////////////////////////////////GLOBAL*/
/*
 * COLORS: 
 * 		burnt orange: #D4682A;
 * 		Black: #000;
 * 		Cream: #F9F3E7;
 * 		Blue: #5C919D;
 */
html{
	background: url(../images/bg.png);
}
@font-face {
  font-family: "GlobeGothic";
  src: url(../lib/type/TrueType/LTCGlobeGothicRegular.ttf) format("truetype");
}

body{
	font-family: Georgia, serif;
	letter-spacing: 1px;
	font-size: 13px;
	color: #F9F3E7;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5;
}
a{
	font-family:  Georgia, serif;
	text-decoration: none;
	border-bottom: dotted 1px #D4682A;
	color: #F9F3E7;
	margin: 0;
}
a:hover{
	text-decoration: none;
	border-bottom: none;
	color: #D4682A;
}
a:visited{}
a:active{}
a:focus, a:active {			/*FIXES DOTTED BORDERS AROUND LINKS*/
	  outline: none;
  -moz-outline-style: none;
}
ul{list-style: none; margin: 0;padding: 0;}
li{margin: 0; padding: 0;}
.transparent{
		filter:alpha(opacity=80);
		-moz-opacity:0.80;
		-khtml-opacity: 0.80;
		opacity: 0.80;	
}
.opaque{
		display: block;
		z-index: 100;
		filter:alpha(opacity=100);
		-moz-opacity:1.00;
		-khtml-opacity: 1.00;
		opacity: 1.00;	
}
input{
	background: #F9F3E7;
	border: solid 1px #F9F3E7;
	padding: 5px;
}
input:hover{border: solid 1px #5C919D;}
input:focus{
	background: #5C919D;
	border: solid 1px #5C919D;
}
input.submit{
	cursor: pointer;
}
.valError{
	background: #D4682A;
	border: dashed;
}
a.super{
	font-size: 80%;
	vertical-align: top;
	padding: 2px;
	color: #D4682A;
	border: none;
}a.super:hover{text-decoration: underline;}
div#footnote{
	margin-top: 20px;
}
.sideNote{
	display: block;
	line-height: 1;
	font-size: 10px;
	color: #F9F3E7;
	margin: 1px 18px;
	padding: 2px;
	text-align: left;
}
span.sideNote:hover{
	background-color: #5C919D;
}
.none{
	display: none;
}

div.dotted{
	display: inline;
	text-indent: -9999px;
	width: 50px;
	border-bottom: dotted 2px #5c919D;
}

/*//////////////////////////////////////NAV*/
div#nav{margin: 0;padding: 0;}
div#nav ul{
	margin: 0;
	padding: 0;
	width: 970px;
}
div#nav ul li{
		display: inline-block;
		
}
div#nav ul a{
	display: block;
	width: 300px;
	height: 20px;
	text-align: center;
	padding: 15px 0;
	margin: 30px 25px 0 0;
	background-color: #000;
}

div#nav ul a.active{
	background-color: #5C919D;
		filter:alpha(opacity=85);
		-moz-opacity:0.85;
		-khtml-opacity: 0.85;
		opacity: 0.85;
}
div#nav ul a.endcap{margin: 0;}
/*//////////////////////////////////////BLOCKS*/
#mainBlocks{
	width: 970px;
	height: 300px;
	margin: 0;
	padding: 0;
}
.block{
	width: 300px;
	height: 300px;	
	display: block;
	background-color: #000;
	margin: 30px 30px 0 0;
	text-align: center;
	float: left;
	position: relative;/*TEST FOR COUNTER*/
}
.block p{
	text-align: justify;
	width: 260px;
	margin: 20px;
}
.blockImg{
	width: 300px;
	float: left;
	height: 300px;
	background-color: #000;
	margin: 30px 30px 0 0;
}
 ul li.endcap{margin-right: 0;}
 .block h3{
 	margin-top: 30px;
 	text-align: center;
 }
 ul#mainBlocks li ul{
 	margin: 0;
 	text-align: left;
 	width: 300px;
 }
  ul#mainBlocks li ul li ul{
  	margin-left: -50px;
	width: 250px;
	padding: 2px;
	line-height: 1.9;
	list-style: url(../images/shield.png);
  }
  #externalLinks a{
  	border: none;
  }
 #externalLinks li, #blogSubjects li, #portfolioGroups li, #nameBlock li{
 	width: 160px;
	margin: 0 70px;
	clear: both;
 }
 #externalLinks li span, #blogSubjects li span, #portfolioGroups li span{
 	float: right;
 }
 #portfolioGroups{
 	text-align: left;
 }
  #portfolioGroups a{
  	border: none;
  }
  #blogSubjects a{
  	border: none;
  }
  /*//////////////////////////////////////LIGHTBOX*/
 
 #zoom_content{
 	background: url(../images/bg.png);
 }
 
 /*//////////////////////////////////////MAIN*/
div#main{
	width: 630px;
	margin: 30px 30px 0 0;
	background-color: #000;
	float: left;
	position: relative;
}
span.nav-above{
	position: absolute;
	top: 0;
	right: 20px;
	text-align: right;
	padding: 10px;
}
span.nav-below{
	position: absolute;
	bottom: 0;
	right: 20px;
	width: 600px;
	padding: 0 10px 10px 10px;
	display: block;
	text-align: right;	
}
 .blocks1{height: 300px;}
 .blocks2{height: 630px;}
 .blocks3{height: 960px;}
 .blocks4{height: 1290px;}
 .blocks5{height: 1620px;}
 .blocks6{height: 1950px;}
 .blocks7{height: 2280px;}
 .blocks8{height: 2610px;}
 .blocks9{height: 2940px;}

/*//////////////////////////////////////SIDEBAR*/
div#sideBlocks{
	width: 300px;
	float: left;
}
/*//////////////////////////////////////BOTTOM BLOCKS*/
div#bottomBlocks{
	width: 970px;
	clear: both;
}
/*//////////////////////////////////////BLOG*/
div#main .post{
	width: 570px;
	margin: 20px 30px 20px 30px;
	height: 400px;
	background-color: #F9F3E7;
}
div.dashed{
	padding: 10px 0px;
	margin: 0 30px;
	width: 570px;
	height: 10px;
	background: url(../images/dash.png);
	background-position: 5px 12px;
	background-repeat: repeat-x;
}
div.archives{
}
/*//////////////////////////////////////ABOUT*/
#headShot{
	width: 570px;
	height: 270px;
	background: #F9F3E7;
	margin: 30px;
	background-image: url(../images/JeremyMumenthaler.jpg);
	position: relative;
}
#twitter_div{
	width: 500px;
	height: 50px;
	color: #F9F3E7;
	text-align: left;	
	padding: 0;
	display: inline;
	position: absolute;
	top: 180px;
	left: 50px;
		filter:alpha(opacity=65);
		-moz-opacity:0.65;
		-khtml-opacity: 0.65;
		opacity: 0.65;
}
#twitter_div h3{
	color: #F9F3E7;
	min-height: 20px;
	padding: 5px;
	background: #333;

}span#twitterFeed a, #twitter_div a{
	color: #000;
	position: absolute;
	top: 0;
	right: 0;
}span#twitterFeed a:hover,#twitter_div a:hover{
	color: #D4682A;
}



div#bio{margin-left: 30px;}
div#bio, div#bio2{
	background: #F9F3E7;
	color : #000;
	width: 260px;
	height: 570px;
	padding: 15px;
	float: left;
}
div#bio2{padding-left: 5px;}
div.bio p{
	text-align: justify;
	text-justify: newspaper;
	letter-spacing: .3px;
	line-height: 1.3;
}

div.bio p:first-letter{
	font-size : 350%;
	font-weight : bold;
	float : left;
	width : 1em;
}
div.bio a{
	color: #000;
	text-decoration: underline;
}
div.bio a:hover{
	color: #D4682A;
	text-decoration: underline;
}
li#jmLogo{
	background-color: transparent;
	background-image: url(../images/jmLogo.png);
}
li#jmLogo p{
	visibility: hidden;
}
li#jmVen{
	background-color: transparent;
	background-image: url(../images/jmVen.png);
}
li#jmVen p{
	visibility: hidden;
}

#contact .contact{
	padding: 5px;
	margin: 5px;
	background-color: #F9F3E7;
	border: solid 2px #F9F3E7;
}
#contact .contact:hover{
	border-color: #5C919D;
}
#contact .contact:focus{
	background-color: #5C919D;
	border-color: #5C919D;
}
#available{
	position: absolute;
	z-index: 100;
	margin:-60px 0 0 60px;
	text-align: center;
	font-size: 12px;
	font-weight : bold;
	letter-spacing: .5px;
	width: 60px;
	height: 40px;
	padding: 18px 10px 23px 10px;
	background-color: transparent;
}
.available{
	background-image: url(../images/80shieldBlue.png);
}
.unavailable{
	background-image: url(../images/80shieldOrange.png);
}
span#counter{
	position: absolute;
	left: 20px;
	top: 50px;
}
.prefontgame{text-align: justify;}

#fontgamewrapper{
	height: 200px;
	width: 240px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#fontgamewrapper div{
}
#fontgame-link img{
	display: none;
}
#fontgame-avatar a{
	border-bottom: none;
}
#fontgame-avatar{

}
#fontgame-avatar img{
	position: absolute;
	left: 10px;
	top: 60px;
	
}
#fontgame-position{
	position: absolute;
	font-size: 20px;
	padding: 40px;
	top: -20px;
	left: -20px;
	
}
#fontgame-info{
	position: absolute;
	padding: 20px;
	right: 0px;
	top: 0px;
}
#fontgame-name{
}

.friendLinks{
	overflow-y: scroll;
}

.friendLinks ul{
	text-align: left;
	padding: 15px;
	color: #D4682A;
	line-height: 1.3;
}
.friendLinks li{
	display: block;
	line-height: 1;
	font-size: 10px;
	color: #F9F3E7;
	margin: 1px 18px;
	padding: 2px;
	text-align: left;
}.friendLinks li:hover{background-color: #5C919D;}
.friendLinks ul a{
	margin-left: 20px;
}

#Formalert{
	position: absolute;
	width: 860px;
	height: 50px;
	margin: 200px auto 0 auto;
	z-index: 9999;
	padding: 20px;
	background-color: #D4682A;
	color: #333;
}

/*//////////////////////////////////////PORTFOLIO*/
div#portfolioBlocks span.projectMeta{
	width: 300px;
	height: 300px;
	color: #F9F3E7;
	text-align: left;
	background-color: #000;	
	margin: -10px 0 0 0;
	padding: 0;
	display: none;
	
		filter:alpha(opacity=80);
		-moz-opacity:0.80;
		-khtml-opacity: 0.80;
		opacity: 0.80;
}
div#portfolioBlocks span.projectMeta h1{
	color: #D4682A;
	padding: 10px 0 0 0;
}

div#portfolioBlocks span.projectMeta h1, div#portfolioBlocks span.projectMeta h2, div#portfolioBlocks span.projectMeta h3{
	margin: 10px;
	text-align: left;
	line-height: .95;
}

div#portfolioBlocks a:hover span.projectMeta{
	display: block;
}
/*//////////////////////////////////////PORTFOLIO PAGES*/
div#main .portPost{
	width: 570px;
	margin: 30px;
	background-color: #F9F3E7;
}
div#main .single{height: 240px;}
div#main .double{height: 570px;}
div#main a img{border: none;}
.screen{
	width: 260px;
	margin-left: 150px;
	margin-right: auto;
}
div#main .portPost img{
	display: block;
	margin: auto;
}
div#sideBlocks .projectMeta{
	text-align: left;
}
div#sideBlocks .projectMeta h1{
	color: #D4682A;
	padding: 0px 20px 0px 20px;
	}
div#sideBlocks .projectMeta .tagLine{
	margin-top: -15px;
	padding: 0 20px 20px 20px;
}
div#sideBlocks .projectMeta li{
	padding: 0 0 0 20px;
}

/*//////////////////////////////////////jmShield*/
li#jmShield{
	background-color: transparent;
	background-image: url(../images/jmShield.png);
}

/*//////////////////////////////////////FOOTER*/
#footer{
	width: 960px;
	display: inline-block;
	margin: 30px 0;
	clear: both;
	height: 50px;
	background: #000;
}
span#copyright{
	float: right;
	padding: 15px;
}
#footer img{
	position: relative;
	top: 2px;
}

 a.endcap, .endcap, li.endcap{margin-right: 0;}
 .clearfix{clear: both;}
#contact .valError, #requestBook .valError{
	background: #D4682A;
	border: solid 1px #D4682A;
	}