/* ::::: http://www.dansalmon.info exponent theme print css ::::: */


/*  PRINT LINKS  */

a:link, a:visited {
	color: #000;
	background: transparent;
	font-weight: normal;
	text-decoration: underline;
	font-size: 100%;
}

#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 70%;
}

#content a[href^="/"]:after {
	content: " (http://www.alistapart.com" attr(href) ") ";
}

#content .imagegallery a:link:after, #content .imagegallery a:visited:after {
	display: none;
}

#content .imagegallery a[href^="/"]:after {
	display: none;
}

#content .artistslist .navlink a:link:after, #content .artistslist .navlink a:visited:after {
	display: none;
}

#content .artistslist .navlink a[href^="/"]:after {
	display: none;
}


/*   PAGE LAYOUT id=   */

#pagebox {
	width:100%;
}


/*   HEADER LAYOUT id=   */

#header {
	display:none;
}

/*   MENU LAYOUT id=   */

#menu {
	display:none;
}


/*   SUBMENU LAYOUT id=   */

#submenu {
	display:none;
}


/*   CONTENT LAYOUT id=   */

#content {
	background:transparent;
}

#contentleft {
	width:0%;
	display:none;
}

#contentmain {
	width:100%;
	background:transparent;
}

#contentright {
	width:0%;
	display:none;
}

/*   FOOTER LAYOUT id=   */

#footer {
	background:#f0f0f0;
	width:100%;
}

#footerleft {
	width:100%;
}

#footermain {
	width:0px;
	display:none;
}

#footerright {
	width:0px;
	display:none;
}


/*   EXPONENT FORMATS   */

.moduletitle, .search_results_title {
	font-weight:bold;
	font-size:22px;
	border-bottom:1px solid #000;
}


/*   EXPONENT EDITOR FORMATS   */

div.container_editbox {
	border: none;
	margin: 0px;
}

div.container_editheader {
	display:none;
}

.mngmnt_icon {
	display:none;
}

.mngmntlink {
	display:none;
}


/*   TEXT MODULE - Services View   */

.services-control {
	display:none
}

.moduletitle.services-title {
	background:transparent;
	margin-bottom:0;
}

.services-text {
	background:transparent;
	display:block;
}

.services-bottom {
	background:transparent;
}


/*   CONTAINER MODULE CAREERS SHOW/HIDE  */

.containerbox {
	font-weight:bold;
	font-size:20px;
	border-bottom:1px solid #000;
	margin-top:10px;
}

.containerbox .showhide {
	display:none;
}

.containerbox .showhide a:link, .containerbox .showhide a:visited {
	display:none;
}

.containerbox .showhide a:hover, .containerbox .showhide a:active {
	display:none;
}


/* Print specific css */
#content .print-pagetitle {
	display:block;
	background:#f0f0f0;
	border-bottom:1px solid #000;
	font-weight:bold;
	font-size:24px;
	color:#000;
	margin-bottom:12px;
}

#content .print-pagetitle .mngmntlink {
	display:inline;
}

#content .print-pagetitle a {
	text-decoration:none;
	color:#000;
}

#content .print-pagetitle a:link:after, #content .print-pagetitle a:visited:after {
	content: "";
	font-size: 70%;
}



