/* CSS sheet for kelleykrapp.com, written by David Stern */

/* Overall page formatting */
a
{
	text-decoration: none;
	color: #aba755;
}

a:hover
{
	color: #89852d;
}

html
{
	background-color: #e3e2b4;
}

body
{
	margin-top: 50px;
	font-family: Verdana, Arial, sans-serif;
	color: #aba755;
	font-size: 14px;
	text-align: center; /* for IE */ 
}

#page
{
	text-align: left; /* reset text alignment */
	width: 822px; /* or a percentage, or whatever */
	margin: 0px auto; /* for the rest */
}

#content
{
	clear: both;
}

#footer
{
	padding-top: 20px;
	clear: both;
}

/* Frontpage elements */
#front_page
{
	text-align: left; /* reset text alignment */
	width: 648px; /* or a percentage, or whatever */
	margin: 0px auto; /* for the rest */
}

#front_top_text
{
	margin-bottom: 0px;
}

#front_image
{
	width: 648px;
}

#front_foot
{
	text-align: right;
	margin-top: 0px;
}

/* Menu page elements */
#menu_nav
{
	height: 510px;
}

/* Standard Nav formatting */
#nav
{
	margin-bottom: 30px;
}

#nav ul, #menu_nav ul
{
	margin-left: 0;
	padding: 0;
}

#nav li
{
	display: inline;
	padding-right: 20px;
}

#menu_nav
{
	width: 260px;
}

#menu_nav ul li
{
	padding-right: 20px;
}

.current_section
{
	color: #6a652a;
}

.statement
{
	font-size: 11px;
	margin-top: -10px;
	
}

/* General content formatting */
.foot_text
{
	font-size: 10px;
}

img
{
	border-width: 0px;
}

ul
{
	list-style-type: none;
}

li
{
	margin-bottom: 14px;
}

#bio
{
	width: 425px;
	font-size: 12px;
	padding-right: 10px;
}

.align_right
{
	float: right;
}

.align_left
{
	float: left;
}

.caption
{
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
}

.email
{
	text-align: center;
	font-size: 16px;
	margin-top: 5px;
}

#portfolio_picture
{
	float: right;
	width: 567px;
}

#picture
{
	margin-bottom: 5px;
}

/* CV elements */
#cv_content
{
	clear: both;
}

#cv_content p
{
	margin-top: 30px;
}

.cv
{
	font-size: 11px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}

.cv li
{
	margin: 0px;
	padding: 0px;
}
