/* CSS Reset */
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Layout */
body
{
    margin: 10px;    
}

div#PageHeader
{
    margin: 0px 0px 40px 0px;    
}

div#PageHeader h1
{
    width: 300px;
    height: 47px;
}

div#PageHeader span
{
    display: block;
    width: 300px;
}

div#DesignContent, div#ProgrammingContent, div#EngineeringContent
{
    margin: 0px 0px 30px 0px;   
}

div#DesignContent label, div#DesignContent span
{
    display: none;    
}

h2
{
    height: 30px;
    margin: 0px 0px 5px 10px;    
}

ul
{
    margin: 0px 0px 0px 12px;
}

ul li
{
    padding: 0px 0px 5px 15px;    
}

p
{
    margin: 5px 0px 10px 12px;    
}

div.vcard
{
    display: none;    
}

h3
{
    display: none;    
}

ul.Validation, ul.Validation li
{
    float: left;    
}

div.Demo p
{
    margin: 0px 0px 5px 0px;    
}

div.Demo img
{
    width: 512px;  
    margin: 10px;      
}

div.Demo h2
{
    margin: 10px 0px 5px 10px;  
    height: 20px; 
}


/* Color */
div#PageHeader h1
{
    background: transparent url(../images/ChrisCollins.png) no-repeat;
}

div#DesignContent h2
{
    background: transparent url(../images/UIUXDesign.png) no-repeat;    
}

div#ProgrammingContent h2
{
    background: transparent url(../images/FrontEndProgramming.png) no-repeat;    
}

div#EngineeringContent h2
{
    background: transparent url(../images/FrontEndEngineering.png) no-repeat;    
}

div#DesignContent ul li
{
    background: transparent url(../images/Bullet1.png) no-repeat 0px 3px;
}

div#ProgrammingContent ul li
{
    background: transparent url(../images/Bullet2.png) no-repeat 0px 3px;
}

div#EngineeringContent ul li
{
    background: transparent url(../images/Bullet3.png) no-repeat 0px 3px;
}

/* Typography */
div#PageHeader h1
{
    text-indent: -9999px;
}

div#PageHeader span
{
    font-size: 0.6em;
    font-family: Arial;
    text-align: center;
    margin: 5px 0px 0px 0px;
}

h2
{
    text-indent: -9999px;
}

div.Demo h2
{
    text-indent: 0px;    
}

a, p
{
    font-size: 0.8em;
    font-family: Arial;
}