/* ==============================================================================
=RESET
================================================================================*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* ==============================================================================
=BRANDING
================================================================================*/
#branding {
height : 100px;
width: 250px;
background : url(../images/logo.gif) no-repeat 0 0;  }

#branding h1 { 
	text-indent: -9999px;
}

#branding p{
	text-indent: -9999px;
}

/* ==============================================================================
=NAVIGATION
================================================================================*/
#nav_main{
	font-size: 14px;
	text-align: right;
	margin: 0;
	position: absolute;
	top: 85px;
	left: 240px;
	width: 550px;
}	

#nav_main li{
	display: inline;
	padding-right: 3px;
}

/* ==============================================================================
=CONTENT
================================================================================*/
#content{
	width: 800px;
	margin: 30px 0 0 0;
}

#content_sub{
	margin: 0 10px 30px 50px;
	padding: 0 0 10px 10px;
	width: 170px;
	float: left;
}

#connect_ul li{
	display: inline;
}

/*
#affiliations_ul li{
	display: inline;
}
*/

#portfolio_main{
	width: 530px;
	margin-left: 10px;
	text-align: center;
	float: right;
	margin-bottom: 30px;
}

#portfolio_main li{
	display: inline;
}

#tweet{
	margin-top: 10px;
}

#about{
	width: 530px;
	padding-left: 20px;
	float: right;
	margin-bottom: 30px;
}

#content_resume{
	width: 530px;
	padding-left: 20px;
	float: right;
	margin-bottom: 30px;
}

#portfolio_nav{
	clear: both;
	text-align: right;
	margin: 10px 10px 30px 0;
}

/* ==============================================================================
=SITE INFORMATION / =FOOTER
================================================================================*/
#footer{
	width: 800px;
	clear: both;
	height: 100px;
	border-top: 1px solid #c0c0c0;
}

#site_info{
	background: url(../images/footerlogo.gif) no-repeat 0 15px;
	margin: 0 10px 0 50px;
	padding-left: 70px;
	width: 135px;
	height: 100px;
	float: left;
}

#contact{
	width: 510px;
	height: 100px;
	float: right;
	margin-right: 10px;
	padding-top: 15px;
}

#name{
	width: 200px;
	height: 20px;
	margin: 0 5px 10px 0;
}

#email{
	width: 200px;
	height: 20px;
	margin: 0 5px 0 0;
}

#message{
	position: absolute;
	width: 200px;
	height: 60px;
	display: inline;
}

#contact_left{
	display: inline;
	position: absolute;
}

#contact_right{
	display: inline;
	position: absolute;
	margin-left: 215px;
}

#button{
	display: inline;
	position: absolute;
	margin-left: 430px;
	margin-top: 0;
}