/* CSS - Print View */

/***********************************
************************************
	General Rules 
------------------------------------
*/

body {
	color: #000000;
	font-family: serif;
	background: #FFFFFF;
}

/***********************************
************************************
	Header
------------------------------------
*/

#header #logo h1 {
	width: 100%;
	display: block;
	color: #000;
}

#header #logo img {
	width: 0;
	display: none;
}

#header #callus {
	display: block;
}

#header #tip, #navigation, #sidebar, #footer {
	display: none;
}

#content-container {
	width: 90%;
	margin: 0;
	padding: 0;
}

/***********************************
************************************
	Page Content
------------------------------------
*/

/*------------------------------------
	Title 
------------------------------------*/

#content-section h1 {
	color: #000;
	background: #fff;
}

/*------------------------------------
	Content 
------------------------------------*/

#content h1, #content h2, #content .highlight. #content .spotlight-heading {
	color: #000;
}

#content h3, #content p, #content ul {
	color: #000;
}

#content a {
	color: #2a00ff;
	text-decoration: underline;
}

/*------------------------------------
	Content-Pagination
------------------------------------*/

#content #pagination a:link, #pagination a:visited {
	background-color: #fff;
	color: #000;
}

#content #pagination a:hover {
	background-color: #fff;
	color: #000;
}

#content #pagination .active_link {
	background-color: #fff;
	color: #000;
}

#content #pagination .disable_link {
	background-color: #fff;
	color: #000;
}

/*------------------------------------
	Content-Articles
------------------------------------*/

#content .article h2, #content .article h3 {
	color: #000;
}

#content .article a {
	color: #000;
	background-color: #fff;
}