@charset "utf-8";
/* CSS Document */

body {
	background-color: #464241;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
}
h1, h2, p {
	margin:0;
	padding:0;
}
img {
	border:none;
}
a {
	color: white;
	text-decoration:none;
}
#container {
	width: 860px;
	background-color:black;
	color: white;
	margin: 0 auto;
	padding: 20px;
}
#footer {
	width: 900px;
	background-color:#464241;
	color: #C7C6C6;
	margin: 0 auto;
	padding: 5px 0 0 0;
	text-transform: uppercase;
	font-size:0.6em;
}
#container h2 {
	font-size:0.9em;
	margin-bottom:10px;
	font-variant: small-caps;
	text-transform: uppercase;
}
#container p {
	margin-bottom:7px;
	font-size: 0.7em;
	line-height:1em;
}
#content {
	width: 230px;
	float:right;
}
#logo {
	margin-top:400px;
	position:relative;
}
#logo h1.logotext {
	width: 300px;
	height:140px;
	position:relative;
	color: black;
}
#logo h1.logotext span {
	background-image: url(../i/kirstymac.png);
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
}
#contact {
	float:right;
	height: 20px;
	width: auto;
}
#copyright {
	float:left;
	height: 20px;
	color: #625a58;
}
#social a {
	padding-left:2px;
	vertical-align: middle;
	border:none;
	text-indent:-9999px;
	width:20px;
	height:20px;
	display:block;
	float:left;
}
a#twitter {
	background:url(../i/twitter.png) no-repeat scroll 0 0 transparent;
}
a#linkedin {
	background:url(../i/linkedin.png) no-repeat scroll 0 0 transparent;
}
a#facebook {
	background:url(../i/facebook.png) no-repeat scroll 0 0 transparent;
}
a#twitter:hover,
a#facebook:hover,
a#linkedin:hover {
	background-position: 0 -20px;
}

#email {
	padding: 0 5px;
	float:left;
	padding-top:5px;
}
#tel {
	float:left;
	padding-top:5px;
}
#dot {
	width: 14px;
	height: 14px;
	position:absolute;
	left: 60px;
	top: -50px;
}
#email a {
	color: #C7C6C6;
	text-decoration:none;
}
#email a:hover {
	color: white;
}

