/* Chicago Botanic Garden Styles for Print */

body{
    font-size:10pt;
    font-family:Verdana, Arial, Sans-serif;
	line-height:12pt;
	}

#container{
	width: auto;
	margin: 0 5%;
	padding:0;
	border:0;
	float:none !important;
	}
#container-inner{margin-left:0;}
#leftcontent {display:none;}
#centercontent {float:none;}
#banner, #nav {display:none;}
#hidden {
	visibility:visible;
	height:68px;
	}
.printscreen {visibility:hidden; height:0;}
#listenup {visibility:hidden; height:0; }

/* Make links print URL after underlined text for Mozilla-Netscape browsers, 
	but not for full URLS, just relative links */

#centercontent a[href^="/"]:after {
   content: " (http://www.chicagobotanic.org" attr(href) ") ";}

#centercontent table td a[href^="/"]:after {
   content: " (http://www.chicagobotanic.org" attr(href) ") ";}
#centercontent table td p a[href^="/"]:after {
   content: " (http://www.chicagobotanic.org" attr(href) ") ";}

#footer a[href^="/"]:after {
   content: " (http://www.chicagobotanic.org" attr(href) ") ";}

#calendar td a[href^="/"]:after {
   content: " (http://www.chicagobotanic.org" attr(href) ") ";}

a:link, a:visited {
	color:#666666;
	background:transparent;
	text-decoration:none;
	}
a img { border: 0; }


/* content */
		
#ofinterest, #ofinterest2, #gardenchef{
	padding:10px;
	margin:10px;

	border:1px solid #cccccc;
	}

#centercontent p, #centercontent td {font-family:"Times New Roman", Times, serif;}
#centercontent td p {margin-left:10px;}

#centercontent .headline1{
	font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 26px;
    }

#centercontent .headline2{
	font-family: Georgia, Times, "Times New Roman", serif;
	text-transform:none;
    font-size: 20px;
    font-weight: normal;
    line-height: 26px;
	font-style:italic;
	margin:10px 10px 0 0;
    }

#centercontent .headline3{
	font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
	font-style:italic;
	margin:10px 10px 0 0;
    }

#centercontent .headline4{
    color: #99cc00;
	font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 26px;
	font-style:italic;
	margin:10px 10px 0 0;
    }
	
#centercontent .headline5{
    color: #99cc00;
    font-size: 14px;
    font-weight: bold;
	text-transform:uppercase;
    line-height: 26px;
	margin:10px 10px 0 0;
    }
#centercontent .headline5a{
    color: #99cc00;
    font-size: 14px;
    font-weight: bold;
	text-transform:uppercase;
    line-height: 26px;
	margin:0 10px 0 0;
    }
		
#centercontent .subhead{
    color: #99cc00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
	text-transform: uppercase;
    }

#centercontent .calltoaction{ font-size: 11pt; font-weight: normal; font-family: Verdana, Arial, Helvetica, sans-serif;}

#centercontent .pullital{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height:24px;
	color:#99cc00; 
	font-style:italic;
	}

#centercontent .legal{
	font-size:9px;
	font-style:italic;
	line-height:10px;
	padding-top:10px;
	color:#666666;
	}
	
#centercontent .caption{
	font-size:9px;
	line-height:10px;
	color:#660000;
	}
	
#centercontent blockquote{ 
	font-family: Georgia, Times, "Times New Roman", serif;
	margin-left:30px; 
	font-size: 11pt; 
	font-weight: normal; 
	}

#footer{
	margin-left:0;
	font-size:9px;
	color:#666;
	line-height:10px;
	padding-top:0px;
	}
	
/* -- underlines for financial text -- */

td.single, u.single { border-bottom: 1px solid #000; }   
td.double, u.double { border-bottom: 3px double #000; }   


/* For all regular lists */

ul{
	list-style:disk;
	list-style-position:outside;
	padding-left:30px;
	font-size: 11pt; 
	font-weight: normal; 
	font-family: Georgia, Times, "Times New Roman", serif;
	}
ol{
	list-style:decimal;
	list-style-position:outside;
	padding-left:30px;
	font-size: 11pt; 
	font-weight: normal; 
	font-family: Georgia, Times, "Times New Roman", serif;
	}

/* recipe styles below are only on /chef/barillatips recipe pages */ 

#recipetitle{
	padding:5px;
	margin:0;
	border:1px solid #ccc;
	text-transform:uppercase;
	color:#99cc00;
	}
.recipelist{
	float:left;
	width:160px;
	margin:0;
	padding:5px;
	font-size: 11pt; 
	font-weight: normal; 
	font-family: Georgia, Times, "Times New Roman", serif;
	}
.recipelist{list-style:none;}
.recipelist li{
	clear:both;
	width:160px;
	text-align:left;
	color:#990000;
	padding:2px 5px 2px 0;
	}

/* float positioning (needs to be after main z-index declarations in stylesheet to work correctly) */

img.left {float:left; margin:0 10px 10px 0;}
img.right {float:right; margin:0 0 10px 10px;}
div.left {float:left; margin:0 10px 10px 10px;}
	div.left p {margin-left:10px; }
div.right {float:right; margin:0 10px 10px 10px;}
	div.right p {margin-left:10px;}
.rightscience {float:right; border: 2px solid #99cc00; margin:0 0 10px 10px;}
	.rightscience p {margin-left:10px;}
.leftscience {float:left; border: 2px solid #99cc00; margin:0 10px 10px 0;}
	.leftscience p {margin-left:10px;}

/*misc table specs */

#contactForm { color: #333333; margin:10px 20px; font-size: 11pt; font-weight: normal; font-family: Verdana, Arial, Helvetica, sans-serif; }
#contactForm td { height:30px;}
#contactForm td.label { width:100px; text-align:right; }

#wallpaper { margin:10px;}
#wallpaper td { height:30px; width:155px; }

#cheflist td { height:24px; }

#calendar {margin:0 5% 0 0; color:#000; font-size:10pt; line-height:18px;}
#calendar td#date {text-align:center; font-weight:bold; width:24px;}

#gardenchef {font-size:10pt; line-height:12pt;}
ul.chefrecipe {list-style-image:none; list-style:none; margin-left:0; padding-left:0;}
ul.chefrecipe li {padding-bottom:5px; font-size:10pt; line-height:12pt;}
.serving {font-size: 9px; font-style:normal; padding-bottom:5px;}

/*tables using a 'row1 row2' style border */
table#equipment{border-bottom:1px solid #cccccc; border-left:1px solid #cccccc;}
table#equipment td{border-top:1px solid #cccccc; border-right:1px solid #cccccc; padding:3px;}
table#equipment td p {margin:3px; padding:0;}

table#calendar_new {margin-left:5px;}
table#calendar_new td {border-top:1px solid #cccccc; }
table#calendar_new td#date {border:1px solid #cccccc; border-right-color:#666; padding:3px; text-align:center;}
table#calendar_new td p {margin:5px; padding:0;}

/* addendum styles for the table direcly above */
.calhilites {margin-left:5px; }
.calhilites td {border:1px solid #cccccc; }
.calhilites p{margin:5px; padding:0;}
.calhilites .calheadline {padding:10px 0 0 0;}

.bigdate {font-size:24px;}


/*research science section pixel tweaks for printing */
#sidebarrightlabs p{margin-left:10px; margin-right:10px;}	

/*hide addthis div when printing */
div.addthis_toolbox addthis_default_style, 
a.addthis_button_email,
a.addthis_button_print,
a.addthis_button_favorites,
a.addthis_button_twitter,
a.addthis_button_facebook,
a.addthis_button_expanded,
addthis_button_google_plusone,
.addthis_toolbox,
.addthis_default_style,
span.addthis_separator {display:none;}

/*styles for school certificate pages, not including the ddmenu styles */
#by_topic {border:1px solid #ccc;}
#by_topic th {color:#000; font-weight:bold; text-align:left; padding:0 10px;}
#by_topic td {padding:0 10px;}
#studyplan p {margin:0; padding-bottom: 3px;}
.cert_about {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height:16pt;
	padding-right:10px;
}
.cert_about_big {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	line-height:18pt;
	color:#333;
}
#centercontent .cert_blurb {
	color: #006666;
	font-size: 10px;
	line-height:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#centercontent .cert_subhead, #centercontent .cert_subhead a {
	color: #006666;
	font-weight: bold;
	font-size: 10px;
	line-height:12px;
	margin-bottom:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#centercontent .cert_link a {color: #99cc00; font-weight: bold; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;}
#centercontent .cert_link_cap {
	margin-bottom:-10px; 
	padding-top:5px; 
	color: #006666; 
	font-weight: bold; 
	font-size: 12px; 
	text-transform:uppercase; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#centercontent .cert_link_cap a {
	color: #006666; 
	font-weight: bold; 
	font-size: 12px; 
	text-transform:uppercase; 
	text-decoration:underline; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

/*miscellaneous sidebar styles */
.confession, .firstperson, div#centercontent p.firstperson {color:#666; line-height:15px; font:11px Arial, Helvetica, sans-serif; margin-right:10px;}

/*camp styles */
.campsubhead {
	font-size: 12px;
	font-weight:bold;
	color: #009999;
}
.campsubhead2{
	font-size: 12px;
	font-weight:bold;
	color: #009999;
	line-height: 16px;
	text-transform:uppercase;
}

/*print styles for html holiday event menus */
.printmenu {text-align:center;}
.printmenu p {margin-top:-8px;}

/*print styles for WED */
h1.wed {
	font-family: "raleway-1","raleway-2";
	font-size:30px;
	margin-top:10px;
	}
h2.wed {
	font-family: "raleway-1","raleway-2";
	font-size:18px;
	}
p.wedsub {
	font-family: "raleway-1","raleway-2";
	font-weight:200;
	font-size:18px;
	}
p.wedsubbig {
	font-family: "raleway-1","raleway-2";
	font-weight:200;
	font-size:24px;
	}
p.wedtext {
	font-family: "raleway-1","raleway-2";
	font-weight:200;
	font-size:12px;
	}


/*generic beautification of text*/
.bold, #centercontent .bold {font-weight:bold;}
.green, #centercontent .green {color:#99cc00;}
.red, #centercontent .red {color:#CC0000;}
.blue, #centercontent .blue {color:#099;}
.recipetitle {font-size:13px; font-weight:bold; text-align:center;}
.bloomimages p { margin:0; padding:3px;}
p.newgreen {padding-top:5px; margin-bottom:-5px;}
.newgreen {
	color: #336633;
	font-weight: bold;
	text-transform:uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;}
.newgreen a:link { color:#336633; text-decoration:underline; }
.newgreen a:hover { color:#9c0; text-decoration:none; }
.newgreen a:visited { color:#336633; text-decoration:underline; }
.crabapple {color:#990066;}


/*tables using a 'row1 row2' style border */
table#equipment{border-bottom:1px solid #cccccc; border-left:1px solid #cccccc;}
table#equipment td{border-top:1px solid #cccccc; border-right:1px solid #cccccc; padding:3px;}
table#equipment td p {margin:5px; padding:0;}

table#inbloom{border-bottom:1px solid #cccccc; border-left:1px solid #cccccc;}
table#inbloom td{border-top:1px solid #cccccc; border-right:1px solid #cccccc; padding:3px;}
table#inbloom td p {margin:2px; padding:0;}

table#black{border-bottom:1px solid #000; border-left:1px solid #000;}
table#black td{border-top:1px solid #000; border-right:1px solid #000; padding:3px;}
table#black td p {margin:5px; padding:0;}

table#calendar{border-bottom:1px solid #cccccc; border-left:1px solid #cccccc;}
table#calendar td{border-top:1px solid #cccccc; border-right:1px solid #cccccc; padding:3px;}
table#calendar td p {margin:5px; padding:0;}

