/* -------------------------------------------------------------- 

* Filename:			print.css
* Version:			2.1.0 (2008-08-20) YYYY-MM-DD
* Website:			http://acceptsoftware.com
* Author:			Navdeep, Ranish, Gopal
* Description:		Print Styles


== STRUCTURE: ==================================

* Page width:            100%
* Number of columns:     1

================================================ 


/* _globals
__________________________________________________________________*/
*{
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	color:#000;
	margin:0px auto;
	padding:0px;
	font-family:Tahoma, Arial;
}

a {
	text-decoration:none;
	color:inherit;
}

#hd #company_logo h1 a {
	background: url(/images/logo_print.jpg) no-repeat left;
	display:block;
	float:left;
	height:99px;
	margin:0 auto;
	text-indent:-3000px;
	width:100%;
}
#theme_layout_container, #portal_navigation_bar, #company_promotional, #column_1,  #column_2 #page-title, #column_2 #breadcrumbs, #idea_detail_actions, #idea_statistics, .ft, #ft, #idea-comments, #lightwindow_overlay, #lightwindow, .vote_up_down_arrows, .up_vote_totals, .down_vote_totals{
	display: none;
}
#site_header {
	clear:both;
	height:1%;
	overflow:hidden;
	padding:0;
	width:100%;
}
#company_logo {
	width:26%;
}
.idea .vote_controls .idea_rating {
	background: url(/images/idea_rating_print.gif) no-repeat  0 0;
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:36px;
	height:75px;
	line-height:34px;
	text-align:center;
	width:162px;
	padding-right: 20px;
}

.idea .title a {
	font-size: 20px !important;
	line-height: 24px;
	padding-bottom: 15px;
	display: block;
}
.idea .subtitle{
	font-size: 18px !important;
	line-height: 24px;
	padding-bottom: 20px;
	display: block;
}
.idea .subtitle a{
	color:#0082c8;
	font-weight: normal;
}	
.idea #idea_body{
	line-height: 26px;
}
#column_2{
	padding-top: 20px;
	background: url(/images/breadcrumb_bg.gif) repeat-x center top;
	height:1%;

}