
/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */


/* TYPOGRAPHY */
/* ----------------------------------------- */

/* h1, h2, h3, h4, h5, h6 { font-weight:bold } This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
.alert { background:red; color:white } /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes. */


/* from twentyten styles */
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
#content ol,
#content ul,
#content li {
	list-style: square;
	list-style-image: url(../images/bullet.gif);
	}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


/* JS */
h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #333;
	}
h1 {
	font-size: 30px;
	line-height: 42px;
	}
.child_page h1 {
	font-size: 20px;
	line-height: 1.5em;
	}
h2 {
	font-size: 26px;
	line-height: 30px;
	}
h3 {
	font-size: 18px;
	}
h4 {
	font-size: 14px;
	}
h5,
h6 {
	font-size: 12px;
	}



/* from twentyten styles */
body,
input,
textarea {
	color: #666;
	font-size: 16px;
	line-height: 22px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande","Lucida Sans", Arial, sans-serif;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 22px;
}

p {
	margin-bottom: 16px;
}
ul {
	list-style: square;
	margin: 0 0 22px 2em;
}
#content li {
	padding: 0 0 1em 0.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 22px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 22px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 2px;
}
#content input[type="text"],
#content textarea {
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
a:link {
	color: #018888;
	outline: none;
	text-decoration: underline;
}
a:visited {
	color: #018888;
	outline: none;
	text-decoration: none;
}
a:active,
a:hover {
	color: #018888;
	outline: none;
	text-decoration: underline;
}


/* other bits */
#footer,
#footer a {
	font-size: 11px;
	line-height: 14px;
	color: #666;
	}