/* 
FILENAME: print.css
TITLE: Print stylesheet for LikewiseSoftware.com
LAST MODIFIED DATE: 11.13.2007
*/

/* =GLOBALS */

a:link {
	text-decoration: underline;
	color: #083e61;
}

a:visited {
	color: #041f31;
}

a:hover {
	color: #f9893e;
}

a:active {
	color: #c30;
}

body {
	line-height: 18px;
	font: normal 110% 'Helvetica Neue', Helvetica, Arial, sans-serif; /* normalize font size across browsers */
	color: #50565d;
}

#wrapper {
	margin: 0 auto;
	width: 984px;
}

/* =REMOVE BORDERS */

img {
	border: none;
}

/* =HIDE SECTIONS */

#menu_primary {
	display: none;
}

#menu_secondary {
	display: none;
}

.solutions #additional_content,
.products #additional_content,
.resources #additional_content,
.news_events #additional_content,
.company #additional_content {
	display: none;
}

#sidebar {
	display: none;
}

.boardcast_frame {
	display: none;
}
