
/*
Project: Cards in the Window
Filename: print.css
Date: 29 July 2008
Author: MWA Design (simon.mcfarlane@mwadesign.com)
*/


/*------ clear standard browser styles ------*/



/* ---------------- global styles ---------------- */




/* ---------------- global classes ---------------- */


.bold{
   font-weight: bold;
}


.hide{
   position:absolute;
   left: 0px;
   width: 1px;
   height: 1px;
   overflow: hidden;
}

.hidden{
	display: none;
}

.clear {
	clear: both;
	}



#top-left p a{
	font-size: 2em;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}


#top-right{
	display: none;
}



#top-left ul{
	display: none;
}



#content-top,
#sidebar{
	display: none;
}


#card{
	float: left;
	width: 88%;
	border: 2px solid #333333;
	padding: 5%;
	margin: 30px 0;
}


#card img{
	float: right;
	padding: 20px;
}


#footer ul{
	display: none;
}