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


/* Header */

#header h1, h2 {
	visibility:hidden;
	font-size:25%;
}

#logo { /* fill in URL */
	float:left;
	background: url(images/header/logo.png) no-repeat scroll 0 0 transparent;
	width:236px;
	height:56px;
	margin:10px 0px;
}

.headerlink {
	float:right;
	margin:15px 0;
	height:20px;
	background:no-repeat scroll 0 0 transparent;
}

.home {
	background:url(images/header/homeunder.png);
	width:68px;
}

.home:hover {
	background:url(images/header/homeover.png);
}

.contact {
	background:url(images/header/contactunder.png);
	width:81px;
}

.contact:hover {
	background:url(images/header/contactover.png);
}

.media {
	background:url(images/header/mediaunder.png);
	width:135px;
}

.media:hover {
	background:url(images/header/mediaover.png);
}

.bio {
	background:url(images/header/biounder.png);
	width:99px;
}

.bio:hover {
	background:url(images/header/bioover.png);
}

.blog {
	background:url(images/header/blogunder.png);
	width:55px;
}

.blog:hover {
	background:url(images/header/blogover.png);
}

.writing {
	background:url(images/header/writingunder.png);
	width:238px;
}

.writing:hover {
	background:url(images/header/writingover.png);
}

.testimonials {
	background:url(images/header/testimonialsunder.png);
	width:97px;
}

.testimonials:hover {
	background:url(images/header/testimonialsover.png);
}

/* Footer */

#footer {
	background:#424242;
	width:100%;
	height:150px;
}

.footerlogo {
	background:url(images/footer/footerlogo.png);
	width:236px;
	height:57px;
	margin:20px 0 40px;
}

.footerlinks {
	margin:30px 0 0 75px;
	font-size:90%;
	letter-spacing:1px;
	color: #FDFDFD;
	width:440px;
}

.footerlinks hr {
	color:#fff;
	width:435px;
	float:left;
}

.footerlinks p {
	margin-top:6px;
	letter-spacing:0px; !important
	color:#FFF; !important
}

.footerlinks a{
	color:#FDFDFD;
}

.footerlinks a:hover {
	color:#969696;
}

.footersocmed {
	margin:25px 90px 0 0;
}

.footersocmed img {
	margin-bottom:10px;
}
