/*erics reset reloaded*/
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*erics reset reloaded finished, thanks eric!*/

/*############### body settings ################
################################################*/

body {
	background: #585e62;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 12px;
	line-height:1.2em;
	letter-spacing: 0.2em;
	color: #ced0d1;
	padding: 20px 0 20px 0;
	
}

/*############### body settings ################
################################################*/


/*############### content settings ################
################################################*/
#content {
	background: #585e62;
	width: 900px;
	height: 689px;
	margin: 0px auto;
	border-bottom: 2px solid #ced0d1;

}

/*############### content settings ################
################################################*/

/*############### header settings ################
################################################*/

#content h1 {
	font-weight: bold;
	font-size: 36px;
	border-bottom: 2px solid #ced0d1;
	padding: 4px 0 8px 40px;
}

#content h2 {
	float: right;
	font-size: 18px;
	padding: 6px 40px  7px 0;
}

/*############### header settings ################
################################################*/


/*############### nav settings ################
################################################*/

#nav {
	float: left;
	margin: 24px 1px 0 40px;
}
#nav ul li {
	display: block;
	padding: 2px 0 0 0 ;
}

#nav ul li a {
	text-decoration: none;
	color: #ced0d1;

	}
	
#nav ul li a:link {

}

#nav ul li a:visited {
	
}

#nav ul li a:hover {
	border-bottom: 1px solid #bccad3;
}

#nav ul li a:active {
	color: #fff;
	border-bottom: 1px solid #fff;
}

/*recent work nav*/


body#recent_work ul li ol {
	padding: 0 0 0 11px;

	
}

body#recent_work ul li ol li {
	
}

body#recent_work ul li ol li a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	letter-spacing: 0.2em;
	line-height: 1.2em;

}

body#recent_work ul li ol li a:link {
	text-decoration: none;
}

body#recent_work ul li ol li a:visited {
	color: #bcbaba;
	
}

body#recent_work ol li a:hover {
	font-weight: bold;
	border: none;

}

body#recent_work ol li a:active {
	border: none;
	font-weight: bold;
}

body#recent_work ul li ol li a#current {
	color: #fff;
	border-bottom: 1px solid #fff;
	
}
	/*recent work nav ends*/
	
/*############### nav settings ################
################################################*/

/*############### image settings ################
################################################*/


#image img {
	float: right;
	clear: right;
	padding: 0 44px 0 0;
}

#image p {
	clear: right;
	text-align: right;
	font-size: 9px;
	letter-spacing: 1px;
	line-height:12px;
	color: #fff;
	padding: 4px 44px 0 0;
}


/*############### image settings ################
################################################*/

/*############### text settings ################
################################################*/
body#recent_work #content #aboutme {
	color: #50565b;
	background: #ced0d1;
	line-height: 1.2em;
	letter-spacing: 0.2em;
	width: 500px;
	float: right;
	clear: right;
	margin: 0 42px 0 0;
	padding: 74px 80px 100px 80px;

}


p.contact a{
	text-decoration: none;
	color: #ced0d1;
	float: right;
	clear: right;
	margin: 8px 40px;
}

p.contact a:link {
	
}

p.contact a:visited {
	
}

p.contact a:hover {
	color: #fd4b14;
}

p.contact a:active {
	color: #fd4b14;
}



/*############### text settings ################
################################################*/	
