/*****************************************************
* Global Reset
*****************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,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 {
  list-style:disc;
  }
caption,th {
  text-align:left;
  }
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
  }
q:before,q:after {
  content:'';
  }
abbr,acronym { border:0;
  }

/* Clearfix
*****************************************************/

#wrapper:after, #project-info:after, div.projects:after, div#info-wrap:after,
#about:after, #create:after, #project-spec:after, #philosophy:after, #projects:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }

/*****************************************************
* Tyopography
*****************************************************/
html {
  font-size: 100.01%;
  }
body {
  line-height: 16px;
  font-size: 12px;
  color: #4c4c4c;
  background: #fff;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  }
p {
  margin-bottom: 16px;
  }
abbr, acronym {
  border-bottom:1px dotted #000;
  }
address {
  margin-top:16px;
  font-style: italic;
  }
del {
  color:#000;
  }
strong {
  font-weight: bold;
  }
em, dfn {
  font-style: italic;
  }
dfn {
  font-weight: bold;
  }
pre, code {
  margin: 16px 0;
  white-space: pre;
  }
pre, code, tt {
  font: 12px monospace;
  line-height: 16px;
  }
tt {
  display: block;
  margin: 16px 0;
  }
hr {
  margin-bottom:16px;
  }

/* Headings
*****************************************************/
h1,h2 {
  color: #4c4c4c;
  font-weight:100;
  }
h3,h4,h5,h6 {
  color: #4c4c4c;
  }
h1 {
  font-size: 24px;
  line-height:32px;
  margin-bottom: 16px;
  }
h2 {
  font-size: 20px;
  line-height:32px;
  margin-bottom: 16px;
  }
h3 {
  font-size: 14px;
  line-height:16px;
  margin-bottom:16px;
  }
h4 {
  font-size: 28px;
  margin-bottom: 24px;
  }
h5 {
  font-size: 22px;
  margin-bottom: 24px;
  }
h6 {
  font-size: 16px;
  margin-bottom: 24px;
  }

/* Links
*****************************************************/

a:link {
  color: #4c4c4c;
  text-decoration: none;
  }
a:visited {
  color: #4c4c4c;
  text-decoration: none;
  }
a:hover {
  color: #4c4c4c;
  text-decoration: underline;
  }
a:active {
  color: #4c4c4c;
  text-decoration: none;
  }

/* Lists
*****************************************************/
ul, ol {
  list-style-position:outside;
  }
li ul, li ol {
  margin:0 0px;
  }
ul, ol {
  margin: 0 0 16px 0;
  }
dl {
  margin: 0 0 16px 0;
  }
dl dt {
  font-weight: bold;
  }
dl dd {
  margin-left: 0px;
  }

/*****************************************************
* Layout
*****************************************************/

/* Header
*****************************************************/

/* Navigation
*****************************************************/

/* Main Content
*****************************************************/

/* Secondary Content
*****************************************************/

/* Footer
*****************************************************/


/*****************************************************
* Misc
*****************************************************/

/* Forms
*****************************************************/

/* Tables
*****************************************************/
table {
  margin-bottom:24px;
  border-collapse: collapse;
  }
th {
  font-weight:bold;
  }
tr,th,td {
  margin:0;
  padding:0 15px 0 0px;
  height:24px;
  }
tfoot {
  font-style: italic;
  }
caption {
  text-align:center;
  }

/* Blockquotes
*****************************************************/
blockquote p {
	text-indent:-8px;
	}
blockquote {
  margin:0 0 16px 0;
  font-style: italic;
  font-size:14px;
  }
blockquote p:before {
  content: '\201C';
  font-family: 'Georgia', 'Times', 'Times New Roman', serif;
  font-size: 20px;
  line-height:0px;
  }
blockquote p:after {
  content: '\201D';
  font-family: 'Georgia', 'Times', 'Times New Roman', serif;
  font-size: 20px;
  line-height:0px;
  }

/* Classes
*****************************************************/
