/* reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1.22em;
	font-family: inherit;
	vertical-align: baseline;
}

a:active, a:focus, input[type="image"] {
	outline: 0;
}

a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	list-style: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}

strong, label, h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

em {
	font-style: italic;
}

input, textarea, select {
	margin: 0;
}

/* @end reset */

/* globals */

body {
	background: url(images/mr_bg_pattern_dj.png) repeat-x #fff;
	font: 12px Arial, Helvetica, sans-serif;
	}

#container {
	width: 1062px;
	margin: 60px auto 0 auto;
	background: url(images/page_bg.png) no-repeat top center;
	}
	
#page_width {
	width: 980px;
	margin: 0 auto 0 auto;
	height: 754px;
	}		

h1 {
	font-size: 72px;
	font-weight: bold;
	letter-spacing: -0.06em;
	line-height: 0.9em;
	margin: 0 0 60px 0;
	}

h2 {
	font-size: 48px;
	font-weight: bold;
	letter-spacing: -0.06em;
	line-height: 0.9em;
	margin: 60px 0 0 0;
	}
	
h3 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -0.06em;
	line-height: 0.9em;
	}

h4 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.06em;
	line-height: 0.9em;
	}

/* @end globals */



/* logo */

#logo {
	float: left;
	margin: 0;
	}
/* @end logo */


/* navigation */	

#nav, #nav ul {
	margin: 0;
	padding: 0;
	float: right;
	}
	
#nav ul li {
	float: left;
	margin: 0 0 0 10px;
	padding: 5px 0 5px 0;
	background: #000;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -.05em;
	text-align: center;
	}

#nav ul li a {
	text-decoration: none;
	color: #fff;
	padding: 5px 10px 5px 10px;
	}

#nav ul li a:hover {
	background: #663366;
	}

/* @end navigation */


/* meet + greet */
	
#meet_greet {
	width: 900px;
	height: 200px;	
	background: #000;
	filter: alpha(opacity=90); /* for IE */
	opacity: 0.9; /* CSS3 standard */
	float: right;
	clear: left;
	margin: 30px 0 0 80px;
	position: absolute;
	z-index: 1000px;
	}
	
#meet_greet p { color: #fff; padding: 5px 20px 0 20px; line-height: 1.72em; }
#meet_greet h2 { color: #fff; padding: 20px 0 0 20px; }
	
/* @end meet + greet */


/* blog */
	
#blog {
	width: 500px;
	height: 200px;	
	background: #000;
	filter: alpha(opacity=90); /* for IE */
	opacity: 0.9; /* CSS3 standard */
	float: right;
	clear: left;
	margin: 30px 0 0 330px;
	position: absolute;
	z-index: 1000px;
	}
	
#blog p { color: #fff; padding: 5px 20px 0 20px; line-height: 1.72em; }
#blog h2 { color: #fff; padding: 20px 0 0 20px; }
	
/* @end blog */


/* intro */

#intro {
	padding: 60px 0 0 0;
	clear: both;
	}
	
.blurb {color:#ccc;}

/* @end intro */

/* main_banner */

#main_banner {
	width: 980px;
	height: 466px;
	margin: 10px 0 0 0;
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	}

#main_banner ul {
	width: 990px;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 10px 0 0 5px;
	}

#main_banner ul li {
	width: 240px;
	margin: 0 3px 0 0;
	float: left;
	}

.cp_info { padding: 6px 0 8px 4px; color: #fff; }	
.cp_info a { background: #663366; font-weight: bold; color: #fff; padding: 4px; text-decoration: none; }	
.cp_info a:hover { background: #996699; color: #fff; }

/* @end main_banner */

/* current_proj */

#current_proj {
	width: 980px;
	border-top: 5px solid #000;
	margin: 10px 0 0 0;
	padding: 0;
	clear: both;
	}

#current_proj ul {
	width: 990px;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
	}

#current_proj ul li {
	width: 320px;
	background: #000;
	margin: 0 10px 0 0;
	float: left;
	}

.cp_info { padding: 6px 0 8px 4px; color: #fff; }	
.cp_info a { background: #663366; font-weight: bold; color: #fff; padding: 4px; text-decoration: none; }	
.cp_info a:hover { background: #996699; color: #fff; }

/* @end current_proj */


/* portfolio */

.portfolio { margin: 10px 0 30px 0; clear: both; float: left; border-top: 5px solid #000;}
.portfolio ul { width: 980px; padding: 0; list-style: none: }
.portfolio ul li { margin: 10px 10px 0 0; float: left;}

.portfolio h2 { border-bottom: 5px solid #000; padding: 0 0 10px 0; margin: 0; }
.portfolio h4 { margin: 60px 0 0 0;}

.port_info { width: 210px; height: 312px; background: #f0f0f0; color: #000; padding: 10px; }
.port_info p { padding: 10px 0 0 0; line-height: 1.72em; }

.port_list { width: 730px; }
.port_list ul { width: 750px; list-style: none; padding: 0; }
.port_list ul li { width: 240px; height: 161px; float: left; margin: 0 10px 10px 0; background: #000; color: #fff;}
.port_list p { padding: 3px 0 5px 4px; line-height: 1.72em; }
.port_item a { background: #663366; font-weight: bold; color: #fff; padding: 4px; text-decoration: none; }
.port_item a:hover { background: #996699; color: #fff; }

/* @end portfolio */

/* project */

.project { width: 980px; margin: 10px 0 30px 0; clear: both; float: left; border-top: 5px solid #000;}
.project ul { width: 990px; padding: 0; list-style: none; }
.project ul li { margin: 10px 10px 0 0; float: left;}

.project_info { width: 230px; height: 344px; padding: 10px; background: #f0f0f0; color: #000;}
.project_info p { padding: 10px 0 0 0; line-height: 1.72em; }

.project_viewer { width: 720px; }
.project_image_detail { width: 710px; background: #000; color: #fff; padding: 5px; margin: 0;}

.project h2 { border-bottom: 5px solid #000; padding: 0 0 10px 0; margin: 0; font-size: 24px;}
.project h4 { margin: 30px 0 0 0; }
/* @end project */

/* footer_content */

#footer_content {
	width: 980px;
	margin: 60px 0 0 0;
	clear: both;
	float: left;	
	}
	
#footer_content ul{
	width: 990px;
	list-style: none;
	}

#footer_content li {
	float: left;
	height: 120px;
	display: block;
	margin: 0 10px 0 0;
	background: #f0f0f0;
	padding: 10px; 
	}

#footer_content h3 { color: #663366; }
#footer_content p { line-height: 1.72em; padding: 5px 0 5px 0;}

#ft_hello { width: 460px; }
#ft_add_me { width: 220px; }
#ft_connect { width: 220px; }

/* @end footer_content*/

/* twitter */

#twitter, twitter ul {
	background: url(images/mr_twitter.jpg) top right no-repeat;
	height: 68px;
	width: 980px;
	margin: 30px 0 0 0;
	position: inherit;
	list-style: none;
	clear: both;
	float: left;
	}

#twitter li {
	float: left;
	height: 60px;
	display: block;
	}	

#twitter h2 { margin-top: 25px; }
.tweet { margin: 22px 10px 24px 80px; }	

/* @end twitter */

/* ft_nav */

#ft_nav, ft_nav ul {
	height: 30px;
	width: 980px;
	background: #000 url(images/mr_ft_logo.jpg) no-repeat right;
	color: #fff;
	float: left;
	clear: both;
	position: relative;
	margin: 30px 0 0 0;
	}

#ft_nav ul li {
	float: left;
	height: 30px;
	display: block;
	margin: 8px 10px 0 4px;
	}

#ft_nav ul li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 4px 10px 3px 10px;
	}

#ft_nav ul li a:hover {
	background: #663366;
	}	
/* @end ft_nav */
