/*
Theme Name: Foundation
Theme URI: http://www.foundationweb.ca/
Description: A custom theme by Danielle Bishop of Foundation Web Design & Development
Version: 1.0
Author: Danielle Bishop
Author URI: http://www.foundationweb.ca/
*/


/*** RESET STYLES ***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*** BASE ELEMENTS ***/
body {
	background: #272727;
	color: #6b6b6b;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:16px;
	line-height:1.3em;
}

p {
	margin-bottom: 18px;
}

h2 {
	color:#fff;
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
}

ul {
	margin-bottom: 18px;
	margin-left:15px;
}

ul li {
	list-style-type:circle;
	margin-bottom:5px;
}

strong {
	font-weight:bold;
}

.cleanlink {
	color: inherit;
	text-decoration:none;
}

/*** LAYOUT DIVS ***/

#wrapper {
	width:980px;
	margin:0 auto;
}

#logo {
	width: 450px;
	height:72px;
	background: url(images/foundation-logo.png) no-repeat;
	margin:75px auto;
	text-indent:-9999px;
}

#main {
	width:600px;
	margin: 0 auto;
}

