/*! This file has *//* NOT *//*! been minimized. */

/*In minimized files, *//*! credits of reused code can be found by removing ‘-min’ from the url. */

/* *****************************
NOTE
 - reduce load times on completion:
	- copy @import contents into this file (reduce HTTP requests)
	- minimize with yui compressor
***************************** */


/* hide */
#nav,#content-c,#page-nav {
	display: none;
}


/* layout */


/* general */
h1,h2,h3,h4,h5,h6,
a, a:link, a:visited {
	color: #1c536e;
}

	a:hover {
		text-decoration: none;
	}
	
	a:focus {
		color: #1c536e;
		background: transparent;
		text-decoration: none;
	}

.entry-meta,#footer a, #footer a:link, #footer a:visited {
	color: #333;
}
	
#content-a a[href^="http"]:after {
	/* credit: http://www.alistapart.com/articles/goingtoprint/ */
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

	#footer a[href^="http"]:after,
	#content-a  .entry-title a[href^="http"]:after,
	#content-a  .entry-meta a[href^="http"]:after {
		/* credit: http://www.alistapart.com/articles/goingtoprint/ */
	   content: "";
	   }

	
#footer {
	margin: 1em;
	border-top: 1px solid #333;
	padding: 1em;
}