/* ===========================================================================
 * Filename: theme/css/print.css
 * Author: Rebecca Skeers, rebecca@webmistress.com.au, www.webmistress.com.au
 * Copyright: Rebecca Skeers
 * Date: 6 Oct 2009
 * Description: Contains print styles for the Junction 2010 website.
 *
 * This file may not be used for any purpose other than for the Junction 2010 
 * website and may not be modified without written permission from the author.
 * =========================================================================== 
 */

body
{
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Sans-serif;
	color: #333;
	font-size: 13px;
	line-height: 1.5;	
}
textarea, select, input
{
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Sans-serif;
	font-size: 1.0em;
	color: #666;
}

input.button
{
	color: #333;	
}

a img
{
	border: none;
}

a:link, a:visited
{
	color: #839D2D;
	text-decoration: underline;	
}

a:focus, a:hover, a:active
{
	color: #fff;
	background-color: #839D2D;
	text-decoration: none;
	outline: none;	
}

h1
{
	border-top: 1px dotted #ccc;
	margin: 0;
	padding: 5px 0;
	font-size: 2.2em;
	font-weight: normal;
}

.page-home h1
{
	display: none;
}	

h2
{
	color: #839D2D;
	font-size: 14px;
	line-height: 1.2;
	padding: 0 0 0.7em 0;
	margin: 0;
}

#sidebar h2
{
	
	border-top: 1px dotted #ccc;
	padding: 7px 0 0.7em 0;
}

#subscribe h2
{
	padding: 0 0 0.7em 0;
}

h3
{
	color: #333;
	font-size: 1.0em;
	padding: 0;
	margin: 0;
}

h4, h5, h6
{
	color: #666;
	font-size: 1.0em;
	padding: 0;
	margin: 0;
}

p
{
	padding: 0 0 1em 0;
	margin: 0;	
}

ul 
{
	padding: 0 0 1em 2em;
	margin: 0;
}

ul ul
{
	padding-bottom: 0;	
}


form
{
	padding: 0 0 1em 0;
	margin: 0;	
	font-size: 12px;
}

fieldset
{
	border: none;
	padding: 0;
	margin: 0;
}

fieldset div
{
	padding: 0 0 1em 0;	
}

label
{
	display: block;	
	color: #333;
}

legend
{
	color: #333;	
}

.required
{
	color: #f00;	
}

em.required
{
	font-style: normal;	
}

.required span
{
	position: absolute;
	top: -9999px;
	left: -9999px;	
}

label .error
{
	display: block;
	color: #f00;	
}

input.text
{
	width: 95%;	
}

blockquote
{
	padding: 0;
	margin: 0;	
}

.highlight
{
	border: 1px dotted #ccc;
	padding: 10px;	
	margin: 0 0 1em 0;
}

.subdued
{
	color: #999;	
}

.box-resilience, .box-threads, .box-footprints, .box-momentum
{
	padding: 10px;
	border: 1px dotted #ccc;
	margin: 0 0 1em 0;
}

hr
{
	border: none;
	height: 1px;
	color: #fff;
	background-color: #fff;
	border-top: 1px dotted #ccc;
	margin: 0 0 0.5em 0;	
}

#nav, #slideshow, #search, #footerlinks, #feedback
{
	display: none;	
}

#definition
{
	font-size: 14px;
	color: #ccc;
	text-align: right;
}

#lead
{
	font-size: 16px;
}



#sponsors ul
{
	list-style-type: none;	
}

#sponsors ul li
{
	float: left;	
	padding: 0 12px;
}



#follow ul
{
	height: 25px;
	margin: 0 0 1em 0;
	list-style-type: none;
}

#follow li
{
	width: 25px;
	height: 25px;
	float: left;
	margin: 0 10px 0 0;
	display: inline;	
}
