#background, .skip-to-content, #nav, #news-box, #news-heading, #services-title, #services-buttons, #cat-buttons, #work-title, .thumbs, #footer-top-pagination, #pagination, #footer, #footer-text, #get-more-info, .back
	{
	display: none;
	}

body, html
	{
	font-family: arial, helvetica, verdana, sans-serif;
	}


/* formatting */

strong
	{
	font-weight: bold;
	}
	
em
	{
	font-style: italic;
	}

h2
	{
/* 	font-weight: bold; */
	padding: 15px 0 6px 0;
	clear: both;
	}

.main h3
	{
	margin-top: 5px;
	}

.side-title
	{
	padding-top: 0;
	}

#main-content ul, #main-content ol
	{
	margin-left: 25px;
	}

#main-content ul li, #main-content ol li
	{
	padding: 0 0 5px 0;
	}

#main-content ul
	{
	list-style: disc;
	}
	
#main-content ol
	{
	list-style: decimal;
	}

p
	{
	line-height: 16px;
	padding: 10px 0 10px 0;
	}
	
#side p
	{
	padding-top: 0;
	}
	
.news-teasters li p
	{
	padding: 0;
	line-height: 14px;
	}

a:link, a:visited
	{
	text-decoration: none;
	}
	
.main a.button:link, .main a.button:visited
	{
	text-decoration: none;
	}

#nav li a:hover, #nav li a:active, #cat-buttons li a:hover, #cat-buttons li a:active, a.button:hover, a.button:active, 
#cat-buttons li a:link, #cat-buttons li a:visited, #cat-buttons li a:hover, #cat-buttons li a:active
	{
	text-decoration: none;
	}

	
a:hover, a:active, .main a:link, .main a:visited, .category-links a:link, .category-links a:visited, .thumbs a:hover span, .thumbs a:active span
	{
	text-decoration: underline;
	}


/* font-sizes */

.main h3
	{
	font-size: 18px;
	}

h2
	{
	font-size: 18px;
	}

p, ul, ol, a.button
	{
	font-size: 12px;
	}

#nav
	{
	font-size: 14px;
	}

.thumbs li span.label, #cat-buttons, #footer-links, .news-teasters li p
	{
	font-size: 11px;
	}



/* colours */

html, body
	{
	color: #cccccc;
	}

#nav li a:link, #nav li a:visited /* light grey */
	{
	color: #454545;
	}
	
#nav li.selected a:link, #nav li.selected a:visited,  /* dark grey */
#pagination li.page-list, #pagination li.page-list a:link, #pagination li.page-list a:visited
	{
	color: #696969;
	}
	
	
a:link, a:visited
	{
	color: #cccccc;
	}
	
#pagination li.page-list a:link .selected, #pagination li.page-list a:visited .selected, 
#nav li a:hover, #nav li a:active, a.button:hover, .main a:hover, .main a:active, 
#cat-buttons li a:hover, #cat-buttons li a:active, .category-links a:hover, .category-links a:active
	{
	color: #454545;
	}