body, table, tr, td, th, h1, h2, h3, h4, h5, p, ol, ul, li, form, input
{
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1;
}

/**For non-IE browsers**/

html, body
{
    font-size: 90%;
    height: 100%;
}

/**For IE only**/

*body
{
    font-size: 76%;
    zoom: 1;
}

body
{
    background: #ffffff;
    font-family: sans-serif;
    color: #ccc;
    text-align: center;
    min-width: 1000px;
}

/**Regular Links**/

a
{
    color: #FF6600;
    font-weight: 700;
    text-decoration: none;
}

a:visited
{
    color: #DB1890;
    text-decoration: none;
}

a:hover, a:active, a:focus
{
    text-decoration: underline
}

a img
{
    border: none
}

img a:hover
{
    border: none
}

/**Text styles**/

h1, h2, h3, h4, h5
{
    font-size: 1.2em;
    line-height: 1.8em;
    color: #666;
}

p
{
    font-size: 1em;
    line-height: 1;
}

h1
{
    padding: 10px
}

#conwrap
{
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

#header
{
    text-align: center;
    background-color: #000;
    color: #FFF;
    margin: 0 auto;
    width: 100%;
    height: 25px;
    z-index: 3;
}

@font-face
{
    font-family: 'GillSans';
    src: url('gillsl95-webfont.eot');
    src: url('gillsl95-webfont.eot?#iefix') format('embedded-opentype'),
 		 url('gillsl95-webfont.woff') format('woff'), 
		 url('gillsl95-webfont.ttf') format('truetype'), 
	 	 url('gillsl95-webfont.svg#GillSansLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#content
{
    width: 1000px;
    min-height: 720px;
    text-align: center;
    margin: 0 auto; /**centers page**/
    background-color: #000;
    background-image: url("/images/headshotdark.jpg");
    background-repeat: no-repeat;
    background-position: 162px 124px;
}

#content li
{
    margin-left: 40px;
    padding-bottom: 5px;
    list-style-type: square;
}

#content p
{
    line-height: 1.5
}

#notice
{
    font-size: 14px;
    color: green;
    /*the color i liked: #0A4F0B;*/
}

#alert
{
    font-size: 14px;
    color: red;
    /*the color i liked: color: #8F0404;*/
}

#social
{
    position: absolute;
    left: 6px;
}

#navbar
{
    position: relative;
    margin: 0 auto;
    height: 17px;
    top: 20px;
    z-index: 3;
    font-family: 'GillSans', Verdana, Helvetica, Arial, sans-serif;
    color: #ccc;
    font-size: 22px;
    text-shadow: 0px 1px 1px #666;
}

#navbar a
{
    color: #ccc;
    margin: 7px;
}

#navbar a:hover
{
    color: #eee;
    text-decoration: none;
}

#signature
{
    margin: 0 auto;
    width: 326px;
    height: 75px;
    background-image: url("/images/signature.jpg");
    background-position: center top;
    position: relative;
    top: 0px;
    z-index: 1;
}

#session
{
    color: #ccc;
    float: right;
    position: relative;
    top: 5px;
    right: 5px;
}

#session a
{
    text-decoration: none;
    color: #ccc;
}

#session a:hover
{
    text-decoration: underline
}

#headshot
{
    width: 670px;
    height: 625px;
    background-image: url("/images/headshot.jpg");
    position: relative;
    overflow: hidden;
    top: 30px;
    left: 162px;
    z-index: 0;
}

#headshotdark
{
    width: 670px;
    height: 620px;
    background-image: url("/images/headshotdark.jpg");
    position: relative;
    overflow: hidden;
    top: -30px;
    left: 162px;
    z-index: 0;
}

#gigwrap
{

}

#gigwrap ul li
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

input
{
    color: #000;
    background: #ffe;
    border: 1px solid #ddd;
    font-size: 20px;
    padding: 5px;
    text-align: center;
}

.submit input
{
    color: #000;
    background: #ffa20f;
    border: 2px outset #ddd;
    padding: 5px;
}

/**Misc classes**/

.left
{
    text-align: left
}

.center
{
    text-align: center
}

.right
{
    text-align: right
}

#footer
{
    color: #333333;
    min-width: 1000px;
    max-width: 100%;
    height: 1%;
    margin: 0 auto;
    padding: 10px;
    background-color: #000;
}

#footer a
{
    color: #333333
}