		  /*
--=.._/(        A-dec PRINT STYLES      )\_..=--
		  */

/* hide unnecessary stuff */
#nav, #footer, .nav, #lead .callouts, #flash{
	display: none;
}

/* primary layout adjustments */
#wrapper { 
	background:transparent none;
	margin:0;
	padding:0;
	position:static;
	width:100%; 
}
#header {
	height:auto;
	padding:1em 0;
	position:static;
	width:100%;
}
	#header a { 
		background:transparent none;
		color:#000;
		display:inline;
		font-size:1em; 
		font-weight:bold;
		text-indent:0;
	}
	
#content {
	border:none;
	color:#000;
	float:none;
	margin:0;
	width:100%;
}

/* interior layout adjustments */
#primary { padding:0; }
#lead {
	border:none;
	position:static;
}
#lead .hero {
	height:278px;
	overflow:hidden;
	position:relative;
}

.columns { overflow:visible; }
#primary .column {
	float:none;
	margin:0;
	width:auto;
}

/* home page */
.page-home #primary .callout {
	background:none;
	float:none;
	margin:0 0 2em;
	padding:0;
	width:auto;
}

/* some typography */
#content #primary h1 {
	background:transparent none;
	font-size:1.455em;
	margin:0 0 .5em;
	padding:0;
}
h2 { 
	font-size:1.182em;
	margin:0 0 1em;
}
h3 { 
	font-size:1.09em;
	margin:0 0 1em;
}
#color-name {
	margin:-3em 0 1em;
	position:static;
}

/* lists */
ul.news li, ul.items li { overflow:hidden; }

/* widgets */
ul.tabs {
	background:transparent none;
}
#lead + #primary h1 + ul.tabs { margin:0 0 1em; }
ul.tabs li {
	border:none;
	display:none;
}
ul.tabs li.active {
	color:#000;
	display:block;
	font-size:1em;
	font-weight:bold;
}
ul.tabs li.active a {
	border:none;
	color:#666;
	padding:0;
}

.column .color-chips { width: auto; }
.color-chips li {
	border:1px solid #ededed;
	margin:.182em;
	padding:.182em;
	text-align:center;
}
.color-chips img { margin:auto; }
.color-chips span { position: static; }


/*

	Uncomment and insert correct domain

*/

/* insert the url with domain and slash
a:after 				{ content: " (http://domain.com/" attr(href)") "; }
 */
 
/* if starts with slash already, only put in domain to avoid doubling it
a[href^="/"]:after		{ content: " (http://domain.com" attr(href)") "; }
*/

/* if starts with http:, don't put in the domain at all -- it's either external or full url already
a[href^="http:"]:after	{ content: " (" attr(href)") "; }
 */
 
 
/* don't do that content insert at all for jump links and named anchors */
sup a:after,
a[href^="#"]:after,
a[name]:after 			{ content: ""; }