/*	-------------------------------------------------------------
	Pixel Farm Interactive
	Web | Video | Simulations | Solutions
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	print styles for screen, Old Republic
	Filename:		print.css
	Version:		2.0
	Modified:		September 22, 2006
	-------------------------------------------------------------
*/

/* = BASIC STYLES
--------------------------------------------------------------- */

body {
	font-size: .9em;
	background: #ffffff;
	padding: 10px;
	margin-top: 20px;
}
/*
.print-logo {
	background: #ffffff url(/images/print_logo.gif) no-repeat left top;
	height: 158px;
	width: 400px;
}
*/
.print-header {
	color: #666666;
	font-size: 130%;
	line-height: 1.2em;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.print-logo {
	float: right;
	margin: -30px 0 0 0;
}

h1 {
	font-size: 110%;
	margin-bottom: -10px;
}

h2 {
	color: #000;
	margin-bottom: -15px;
}

p {
	margin-bottom: 15px;
}

a {
	text-decoration: underline;
}


/* = LAYOUT STYLES
--------------------------------------------------------------- */

#main_header {
	display: none;
}

#subpage_header {
	display: none;
}
#nav {
	display: none;
}
#navm {
	display: none;
}
#footer {
	font-size: 90%;
	text-align: center;
	border-top: 1px solid #CCCCCC;
	padding: 10px 0;
	margin-top: 30px;
}

#sidebar {
	display: none;
}


/* = NAVIGATION STYLES
--------------------------------------------------------------- */

#navcontainer, #navcontainersub {
	display: list-item;
	list-style-image: url(../images/logo.gif);
	list-style-position: inside;
	letter-spacing: -1000em;
	font-size: 1pt;
	color: #fffff;
	height: 114px;
	width: 340px;
}
