/* START RESET */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */

body {
	background-color: #fff; 
	-webkit-text-size-adjust: none;
}

.header {
	width: 960px;
	margin: 10px auto;	
}

.header a:link, .header a:visited {
	text-decoration: none;
	color: #000;
	font: 700 44px "nimbus-sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	
}

.header a:hover {
	color: #f62525;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.menu {
	float: right;
	margin: -33px 0px 0px 0px;
}

.nav ul {
	
}

.nav li {
	display: inline;
	padding: 0px 0px 0px 10px;
}

.nav a:link, .nav a:visited {
	text-decoration: none;
	text-transform: uppercase;
	font: 500 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .1em;
	color: #000;
}

.nav a:hover {
	color: #f62525;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;	
}

.separator {
	color: #999;
	font: 500 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.line-top {
	border-bottom: 1px dotted #928f8f;
	width: 960px;
}

.content {
	width: 960px;
	margin: 10px auto;
	
}

.bio-title {
	margin: 20px 0px 20px 0px;
}

.bio-title h4 {
	font: 100 20px "proxima-nova", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color:#fff;
	background-color: #666;
	padding: 10px;
	width: 325px;	
}

.richard {
	float: left;
}

.richard img {
	height: 500px;
}

.bio {
	float: left;
	width: 500px;
	margin: 0px 0px 0px 20px;
	height: 500px;
	background-color: #e1e0e0;
}

.bio p {
	font: 100 14px "ff-tisa-web-pro", Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	background-color: #e1e0e0;
	padding: 10px 15px 10px 15px;

}

.footer {
	width: 960px;
	margin: 30px auto;

}

.contact {
	margin: 30px 0px 0px 0px;
}

.line {
	border-bottom: 1px dotted #928f8f;
	width: 960px;
}

p.contact-us a:link, p.contact-us a:visited {
	text-decoration: none;
	font: 400 18px "proxima-nova", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #000;
}

.icons {
	float: left;
	margin: -26px 0px 0px 100px;
}

.icons li {
	display: inline-block;
	
}

.icons li a:link, .icons li a:visited {
	
}

.icons img {
	height: 22px;
	padding: 3px 3px 2px 3px;
	background-color: #666;
}

.icons img:hover {
	background-color: #f82527;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;		
}

.copyright {
	float: right;
	margin: -24px 0px 0px 0px;
}

.copyright p {
	font: 300 16px "proxima-nova", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #000;
}
