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;
	text-align: center;
    color: #999;
	font-size: 16px;
}

/**Regular Links**/

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

a:visited
{
    text-decoration: none;
}

a:hover, a:active, a:focus
{
    color: #FF6600;
    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
}

#header
{
    text-align: center;
    background-color: #fff;
    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: 90%;
	margin: 0 auto;
    max-width: 1000px;
}


#content p
{
    line-height: 1.5
}

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

#blurb
{
	margin-top: 15px;
	margin-bottom: 15px;
    font-size: 20px;
	line-height: 130%;
}

#blurb a
{
    z-index: 3;
    font-family: 'GillSans', Verdana, Helvetica, Arial, sans-serif;
    font-size: 22px;
    text-shadow: 0px 1px 1px #666;
}


#signature
{
	margin: 0 auto;
}

#signature img
{
	width: 100%;
}

#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;
}

.friend:hover, .fav:hover, .collab:hover
{
	color: #DB1890;
}

#links
{
	max-width: 900px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 25px;
}

#links a
{
	margin-left: 5px;
	margin-right: 5px;
}

/**Misc classes**/

.left
{
    text-align: left
}

.center
{
    text-align: center
}

.right
{
    text-align: right
}

#footer
{
 	width: 100%;
    height: 1%;
    margin: 0 auto;
    padding: 10px;
    background-color: #fff;
}


@media handheld and (max-width: 480px),  screen and (max-device-width: 480px), screen and (max-width: 640px)  {
	#blurb
	{
		font-size: 16px;
	}
	
	#blurb a
	{
		font-size: 16px;
	}
	
	#signature
	{
		width: 240px;
	}
}

@media screen and (min-width: 641px)
{
	#friends, #favorites, #collaborators
	{
		text-decoration: underline;
	}
	
	#blurb
	{
		font-size: 20px;
	}
	
	#blurb a
	{
		font-size: 20px;
	}
	
	
	#blurb a:hover
	{
	    text-decoration: none;
	}
	
	#signature
	{
		width: 320px;
	}
}
