body { 
	width:900px; 
	margin:auto;	
	position: relative;
}

a { 
	target:_blank; 
}

.site-icon {
  position: absolute;
  top: 10px;     /* Distance from the top of the viewport */
  left: 10px;    /* Distance from the left of the viewport */
  width: 60px;   /* Icon width */
  height: 60px;  /* Icon height */
  margin: 12px;
  z-index: 1000; /* Ensures it stays above other elements */
}

.center {
	text-align: center;
}

.nav {	
	font-size: 24; 
}

.nav li {  
	display: inline;  
	float: none;  
	line-height: 50px;
	list-style: none;  
	margin: 0 10px;  
	padding: 0 15px;  
	border-radius: 5px;  
	box-shadow: 0 2px 5px rgba(0, 0, 0, 255);  	
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 255);  	
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 255);  	
	-ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 255);  	
	-o-box-shadow: 0 2px 5px rgba(0, 0, 0, 255);  	
}

.nav li a {  
	color: rgba(100, 100, 100, 0);  
	font: 24px "Myriad Pro","Lucida Grande",Helvetica,Arial,sans-serif;  
	font-weight: bold;  
	text-decoration: none;  
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 255);  
}  

#current {  
	box-shadow: 0 2px 5px rgba(0, 0, 255, 100);  
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 255, 100);  
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 255, 100);  
	-ms-box-shadow: 0 2px 5px rgba(0, 0, 255, 100);  
	-o-box-shadow: 0 2px 5px rgba(0, 0, 255, 100);  
}  

.nav a:hover { text-shadow: 0 0 0.1px rgba(0, 0, 255, 100); }  

.nav li:hover {  
	border-radius: 10px;  
	box-shadow: 0 2px 5px rgba(0, 0, 255, 100);  
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 255, 100);  
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 255, 100);  
	-ms-box-shadow: 0 2px 5px rgba(0, 0, 255, 100);  
	-o-box-shadow: 0 2px 5px rgba(0, 0, 255, 100);  
}  

.non-software-example {font-style: italic;}

li { font:11pt helvetica; color:black; }
li li {	font:11pt arial; color: black; }
li li li { font:11pt times; color: blue; }
li li li li { font:11pt times; color: black; }
li li li li li {	font:11pt times; color: black; }

/* Comments go here */

.googleFeedContainer { font-weight:bold; color:black; width:40em; background:white; border-radius:0.4em; }
.ticker { color:blue; }

.feedSwitch input {
	float:left; 
	list-style-image:none; 
	background:-webkit-linear-gradient(top,#ccc,blue); 
	background:-moz-linear-gradient(top,#ccc,blue); 
	margin:1%; 
	padding:1%; 
	background-color:#888; 
	color:white; 
	border-radius:0.6em; 
	font-size:12;
	width:8em;
}

#googleFeed {
	clear:both; 
	font-weight:normal; 
	font-family:Helvetica; 
	font-size:14; 
	border-radius:0.4em;
}

#googleFeed div a { float:left; width:50em; text-decoration:none; color:white; background-color:black; }
.googleFeedSpinner { clear:both; margin:1%; }
.currentFeed {	color:red; }
.emphasize {	font-weight:bold; color:blue; }
.regular {	font-weight:bold; color:black; }
.deemphasize {	font-weight:normal; clear:both; font-size:12; padding-top:1%; padding-bottom:1%; }
.linkedIn { clear:both; margin-top:1%; margin-bottom:1%; padding-top:1%; padding-bottom:1%; }
.twitter {	clear:both; margin-top:2%; margin-bottom:2%; padding-top:1%; padding-bottom:1%; }
.json_viewer {	font-weight:bold; }
.json_escaped { font-weight:normal; clear:both; }
.json_unescaped { font-weight:normal; clear:both; }
.json_viewer_input { float:left;	width:45%; margin:1%; }
.json_viewer_output { float:right;	width:45%; margin:1%; }
.json_footnote { clear:both; }

.accordion-header {
	height:10px;
	font-size:75% !important;
	vertical-align:center;
	line-height:50% !important;
	margin-top:1% !important;
	padding-top:1% !important;
	overflow:none;
}

.accordion-header-multiline {
	height:30px;
	font-size:75% !important;
	vertical-align:center;
	line-height:100% !important;
	margin-top:1% !important;
	padding-top:1% !important;
	overflow:none;
}

.accordion-header-left-column { width:45%; 	background:#777 !important;	font-size:300%; }
.accordion-header-right-column {	float:right; width:45%;	background:#888; }
.video { margin-top:3%; }
