/*************************************************
	Lind Design 2009 - Print
	
	Site by Barking Dog Studios
	http://www.barkingdogstudios.com/

*************************************************/

/********** BASE STYLES **********/
body {
	font: 10pt/16pt "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #fff;
	width: auto !important;
	float: none !important;
}

/* Link styling */
a:link, a:visited {
	color: #333;
	background: transparent;
	text-decoration: underline;
	font: 10pt Arial, Helvetica, sans-serif;
} 

h1, h2, h3, h4, h5, h6 {
	margin-top: 2%;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: normal !important;
}

h1 {
	font-size: 14pt;
}

h2 {
	font-size: 12pt;
}

h3 {
	font-size: 10pt;
}

h4, h5, h6 {
	font-size: 8pt;
}

ul {
	list-style: square;
}


/********** DISABLED STYLES **********/
#about_tab, #assoc_tab, #contact_tab, a.logoImg, ul#nav, li.pdf_icon, .prettyGallery, #footer {
	display: none !important;
}


/********** MISC STYLES **********/
.logo a {
	font: normal 18pt "Trebuchet MS", Helvetica, Arial, sans-serif !important;
	text-decoration: none !important;
}

ul.thumbnails {
	margin: 2% 0 0 0 !important;
	padding: 0;
	list-style: none;
}

ul.thumbnails li {
	display: inline;
	margin-right: 1%;
}

#left .top div p {
	padding: 1%;
	font: italic 10pt Georgia, Times, serif;
	border: thin dashed #000;
}

#left .top div p a, #left .top div a {
	font: italic 10pt Georgia, Times, serif;
	text-decoration: none;
}