﻿/*------------------------------------------------------------------------------+ 

	Hills of Kerrisdale

+------------------------------------------------------------------------------*/ 


/* Reset
-------------------------------------------------------------------------------*/

* { background: transparent !important; float: none !important; width: auto !important; height: auto !important; color: #000 !important; text-shadow: none !important; }
#navigation,
#subnav,
.hide,
.accessibility-nav { display: none; }


/* Structure
-------------------------------------------------------------------------------*/

body { text-align: left; font-size: 12pt; line-height:14pt; }
#content, 
#sidebar, 
#footer { padding: 1em 0; border-top: 1px solid #333; }


/* Default Styles
-------------------------------------------------------------------------------*/

p { padding: 0 0 1em; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 1em; font-weight: bold; }	
h1 { font-size: 225%; }
h2 { font-size: 175%; }
h3 { font-size: 160%; }
h4 { font-size: 135%; }
h5 { font-size: 120%; }
h6 { font-size: 110%; } 
pre, blockquote { border: 1px solid #999; }


/* Links
-------------------------------------------------------------------------------*/

a:link, 
a:visited { color: #000; font-weight: bold; text-decoration: underline; }
a:link:after, 
a:visited:after { content: " (" attr(href) ")"; }
a[href]:after { content: " (http://hillsofkerrisdale.com" attr(href) ")"; }
abbr[title]:after { content: " (" attr(title) ")"; }