/* @override http://mark-garrigan.local:9014/css/screen.css */

/* @override http://mark-garrigan.local:9014/css/screen.css */

* {
	padding: 0;
	margin: 0;
}

body {
	background: #fff url(images/bg.gif) repeat-x top left;
	padding: 0 10px;
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 62.2%;
	line-height: 1em;
}

div#mark {
	width: 940px;
	margin: 0 auto;
}

div#face {
	background: url(images/mg.jpg) no-repeat top left;
	width: 448px;
	height: 452px;
	float: right;
}

div#brain {
	float: left;
	width: 460px;
	padding-top: 58px;
}

div#brain h1 {
	margin: 0;
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: -.12em;
	font-size: 6em !important;
	font-size: 55px;
	line-height: .6 !important;
	line-height: .8;
	text-align: left;
	background-color: #5696ff;
}

div#brain p.head {
	margin: 0;
	padding: 4px 0 0 3px !important;
	padding: 0 0 0 3px;
	line-height: 1;
	font-size: 1.3em;
	text-align: left;
	color: #343c8b;
	display: inline-block;
	font-weight: bold;
	background-color: #5696ff;
}

div#mouth {
	margin-top: 50px;
}

div#mouth p {
	background-color: #ebebeb;
	color: #424242;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.2;
	padding: 10px;
	border-bottom: 2px solid #cdcdcd;
}

div#mouth p a,
div#mouth p a:visited {
	color: #565bf8;
	text-decoration: none;
}

div#mouth p a:hover {
	color: #fff;
	text-decoration: none;
}

h2 {
	font-size: 2.4em;
	color: #fff;
	margin: 40px 0 30px;
	line-height: 1;
	padding: 4px 0;
}

h2 span {
	background-color: #999;
	padding: 4px 10px;
	border-bottom: 2px solid #545454;
}

h2 span a,
h2 span a:visited {
	color: #fff;
	text-decoration: none;
}

h2 span a:hover {
	color: #000;
	text-decoration: none;
}

h3 {
	font-size: 1.1em;
	color: #999;
	line-height: 1.4;
}

h3 a,
h3 a:visited {
	color: #5696ff;
	text-decoration: none;
}

h3 a:hover {
	color: #333;
}

.lite {
	color: #e2e2e2;
}

.medium {
	color: #b3b3b3;
}

.dark {
	color: #999999;
}

