body{
	background: url(images/bg.gif) no-repeat top left;
	background-color: #F5F5F5;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	font-style: normal;
}


h1{
	color: black;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 55px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
}

h2{
	color: #3CF;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 5px;
}

h3{
	color: #C1E75F;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0;
}

h4{
	color: #3CF;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0;
}

ul {
	list-style: none;
	margin-left: 0;
	margin-top: 5px;
	padding-left: 1em;
	text-indent: -1em;
}
	
a{
	color: #F6C;
	text-decoration: none;
	font-weight: bold;
	padding: 1px;
}
a:hover{
	background-color: #000;
	padding: 1px;
	color: #3CF;
}

#container{
	margin: 0 auto;
	width: 770px;
	text-align: left;
}

/* 2. NAVIGATION */
	#nav_top{
		text-transform: uppercase;
		font-size: 15px;
		text-align: right;
		margin: 0 20px 40px 0;
	}	
		#nav_top > ul li{
			display: inline;
			background-color: white;
			height: 20px;
			padding: 5px;
		}

/* 3. FEATURED WORK */
	#featured_work{
		width: 770px;
		height: 230px;
		padding: 0;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	
	#hireme {
		float: left;
		background-color: white;
		padding: 5px;
	}
	
	h4#feat { margin: 0; }
	
	#viewmore {
		float: right;
		background-color: white;
		padding: 5px;
	}
	
	.flickrimg {
		margin-right: 15px;
		}
	
/* 4. MAIN CONTENT */
#content_main{
	float: left;
	min-height: 420px;
	width: 460px;
	margin-bottom: 20px;
}

#blog_entry_fp{
	padding: 5px 20px 5px 20px;
	background-color: white;
}


/* 5. SUPPLEMENTARY CONTENT */
#content_sub{
	float: right;
	min-height: 420px;
	width: 300px;
	margin-bottom: 50px;
}
	#flickr{
		min-height: 250px;
		background-color: white;
		margin-bottom: 10px;
		padding: 5px 20px 5px 20px;
	}
	#social{
		min-height: 150px;
		background-color: white;
		padding: 5px 20px 5px 20px;
	}
		#soc_mine{
			float: left;
			width: 80px;
		}
		
		#soc_friends{
			float: right;
			width: 150px;
		}

/* SINGLE COLUMN */
#full{
	width: 730px;
	min-height: 420px;
	padding: 5px 20px 5px 20px;
	background-color: white;
}

/* SITE INFO */
#site_info{
	font-size: 8pt;
	color: #999;
	clear: both;
	text-align: center;
}
