/*
Theme Name: ConnectABILITY
Theme URI: https://connectability.ca/
Description: The custom ConnectABILITY theme.
Author: ConnectABILITY Development Team
Version: 1.0
*/

body {
	background: #fff;
}

body, #home-news #sidebar, #feedback-form h1, 
.home h4, .home h5, .home h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

a, img { border: none; }

#nav #category-heading { color: #cc0000; }

#nav dl a dd {
	color: #231f20;
}

form fieldset {
	margin-bottom: 1em;
	padding: 1em;
}

#wrap {
	background-color: #fff;
	padding: 1em;
}

#building-bg1, #building-bg2, 
#tooltip-edge, #tooltip-girl,
#pointing-boy {
	display: none;
}

#main .post-options .print {
	display: none;
}

.hidden { display: none; }

/* Prevent flash of unstyled content while running browser testing suite */
html.enhanced body { visibility: hidden; }

/* Print Styles */
@media print {
	#header, #searchbar, #sidebar, #footer, 
	#nav ul, #nav dl, .enhanced_toggleResult, 
	#feedback-btn, .pagination, .post-options,
	#nav #category-heading, .screenreader, 
	#ve-footer, #subfooter, #sb-loading-inner, 
	#feedback-dialog, #login-dialog, 
	#send-to-a-friend-form, .feedback-link {
		display: none;
	}
	
	#ve-section {
		width: 100%;
	}
	
	#ve-section table {
		margin: 0 auto;
	}
	
	html.enhanced body { visibility: visible; }
}