/*

Pemaquid Communications, LLC
28 Maple Street
Suite 300
Portland, Maine 04101
+1 207.221.2520

http://pemaquid.com
http://facebook.com/pemaquid
http://twitter.com/pemaquid

PRINT.CSS 

*/

#skips, #header, #footer_nav, #lawpub, .downloadvcard {display:none;}

#content {
	float:left;
	width:62.5%;
	}	

#sidebar {
	float:left;
	width:32.5%;
	margin-left:1em;
	}	

/* = schedule
---------------------------------------------------------- */

th, td {	
	text-align:left;
	padding:0;
	}

.schedule {
	font-size:80%;
	}
		
.schedule th, .schedule td {
	padding:10px;
	border-bottom:1px solid #cdcdcd;
	vertical-align:top;
	}	

.schedule th {font-style: italic;}
.schedule h3 {margin-bottom:0;}
.schedule h4.summary a {
	font-size:120%;
	text-decoration: none;
	}

.schedule p {
	line-height:1.4em;
	}
.schedule td.slogan {
	font-size:200%;
	color:#666;
	text-align:center;
	padding:20px;
	font-style: italic;
	}	

/* = vcard
---------------------------------------------------------- */	
.vcard{
	clear:both;
	border-top:1px solid #ccc;
	margin:12px 0 32px 0;
	font: 75% 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

.vcard h3 {
	margin:20px 0 0 0;
	font-size:100%;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif; /* override font-face */
	}

.vcard .title {
	font: 100% Georgia, arial, sans-serif;
	font-style: italic;
	}

.offscreen {
	text-indent:-9999px;
	height:0;
	}

.vcard a, .vcard a:visited {color:#ccc;}
.vcard a:hover {text-decoration: none;}

a.downloadvcard {
	font-size:80%;
	padding-left:24px;
	background: transparent url(/media/images/convention/vcard.gif) no-repeat center left;
	}	
