@import 'reset.css';

body {
	background: #a0a3aa url(../img/main-background.jpg) repeat-x;
}
#main-header {
	background: url(../img/logo-background.jpg) no-repeat;
	width: 923px;
	height: 117px;
	margin: 18px auto;
	text-align: center;
}
#main-header h1 {
	display: none;
}
#main-header img {
	margin-top: 30px;
}
#top-shadow {
	background: url(../img/top-shadow.jpg) no-repeat;
	width: 698px;
	height: 27px;
	margin: 12px auto 0 auto;
}
/* Content */
#content-wrapper {
	background: #f2f4f7;
	width: 923px;
	margin: 0px auto;
	/* CSS3 Styles */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-box-shadow: 0px 0px 3px #64666c;
}
#navigation {
	background: #e8ebf0;
	height: 62px;
	border-bottom: 1px solid #d5d8de;
	/* CSS3 Styles */
	-webkit-border-top-right-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	-moz-border-top-right-radius: 2px;
	-moz-border-top-left-radius: 2px;
}
#navigation .nav-item {
	height: 36px;
	padding-top: 26px;
	padding-left: 26px;
	float: left;
}
#navigation .nav-item p {
	font-family: Arial;
	font-size: 14px;
	color: #3c3c3c;
}
#navigation .nav-item a {
	color: #3c3c3c;
	text-decoration: none;
	padding: 10px;
}
#navigation .nav-item a:hover {
	color: #3c3c3c;
	text-decoration: underline !important;
}
#navigation .nav-item a:visited {
	color: #3c3c3c;
	text-decoration: none;
}
.divider {
	background: url(../img/nav-divider.jpg);
	height: 62px;
	width: 2px;
	float: left;
	margin-left: 18px;
}

/* Download Resume */
#download-resume {
	height: 36px;
	padding-top: 26px;
	padding-right: 70px;
	float: right;
	background: url(../img/resume-icon.jpg) no-repeat 65px 15px;
}
#download-resume p {
	font-family: Arial;
	font-size: 14px;
	color: #3c3c3c;
}
#download-resume a {
	color: #3c3c3c;
	text-decoration: none;
}
#download-resume a:hover {
	color: #3c3c3c;
	text-decoration: underline !important;
}
#download-resume a:visited {
	color: #3c3c3c;
	text-decoration: none;
}

/* Inner Content */
#inner-content {
	border-top: 1px solid #fff;
	position: relative;
}
#welcome-message {
	background: url(../img/welcome-message-background.jpg) no-repeat 50%;
	height: 130px;
}
#welcome-message h2 {
	font-family: Helvetica, Arial;
	font-size: 20px;
	font-weight: 100;
	color: #fff;
	padding-top: 37px;
	padding-left: 38px;
}
#close-welcome {
	background: url(../img/close-welcome.png) no-repeat;
	width: 24px;
	height: 24px;
	float: right;
	margin: 36px 36px 0px 0px;
	cursor: pointer;
}

/* Recent Work */
#recent-work {
	background: url(../img/inner-content-bg.jpg) no-repeat;
	min-height: 200px;
	padding: 24px;
}
#recent-work h4 {
	font-family: Arial;
	font-weight: bold;
}
#recent-work p {
	font-family: Arial;
	font-size: 12px;
	margin: 5px 0;
}
#recent-work .artwork-holder {
	background: url(../img/piece-holder.png) no-repeat;
	float: left;
	width: 256px;
	height: 175px;
	margin: 13px;
	padding: 7px 0 0 7px;
	position: relative;
}
#recent-work .artwork-holder .toolbar {
	position: absolute;
	bottom: 13px;
	margin-left: 6px;
	display: none;
}
/* Footer */
#footer {
	width: 923px;
	min-height: 100px;
	bottom: 0;
	margin: 0px auto 50px auto;
	padding-top: 10px;
}
#footer .footer-block {
	float: left;
	margin: 0px 40px 0px 20px;
}
#footer .footer-block h4 {
	font-family: Arial;
	font-size: 14px;
	color: #dde0e4;
}
#footer .footer-block li {
	font-family: Arial;
	font-size: 14px;
	color: #c9ccd1;
	padding: 2px 0px 2px 0px;
}
#footer .footer-block a:link{
	color: #c9ccd1;
	text-decoration: none;
}
#footer .footer-block a:visited{
	color: #c9ccd1;
	text-decoration: none;
}
#footer .footer-block a:hover{
	color: #dde0e4;
	text-decoration: none;
}
/* About Me */
#about-me {
	background: url(../img/inner-content-bg.jpg) no-repeat;
	min-height: 200px;
	padding: 24px;
}
#about-me h4 {
	font-family: Arial;
	font-weight: bold;
}
#about-profile-picture {
	margin-top: 10px;
	float: left;
}
#about-content {
	margin-top: 25px;
	width: 557px;
	float: right;
}
#about-content p {
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 15px;
}
#about-content p:hover a {
	text-decoration: underline !important;
}
#about-content p a {
	color: #375d8a;
	text-decoration: none;
}
#about-content p a:hover {
	color: #375d8a;
	text-decoration: underline !important;
}
#about-content p a:visited {
	color: #375d8a;
	text-decoration: none;
}
#about-me-quote {
	height: 57px;
	text-align: center;
	padding-top: 35px;
}
#about-me-quote span {
	font-family: Helvetica, Arial;
	font-size: 11px;
	color: #a0a3aa;
	float: right;
	margin-right: 120px;
}
#about-me-quote h2 {
	font-family: Helvetica, Arial;
	font-size: 20px;
	font-weight: 100;
	color: #3c3c3c;
	margin-bottom: 10px;
	font-style: italic;
}
#about-content hr {
	border: #e6e6e6;
	background: url(../img/horizontal-rule.jpg) no-repeat 50%;
	height: 17px;
	width: 555px;
}
#about-content .find-me-on {
	width: 78px;
	height: 53px;
	float: left;
	margin: 15px;
	padding-left: 75px;
	padding-top: 17px;
}
#find-me-on-twitter {
	background: url(../img/find-me-twitter.jpg) no-repeat;
}
#find-me-on-linkedin {
	background: url(../img/find-me-linkedin.jpg) no-repeat;
}
#find-me-on-flickr {
	background: url(../img/find-me-flickr.jpg) no-repeat;
}
#tools-used .tool {
	height: 43px;
	float: left;
	padding: 27px 0 0 105px;
	margin-top: 10px;
}
#mbp {
	background: url(../img/tool-macbook.jpg) no-repeat;	
}
#photoshop {
	background: url(../img/tool-photoshop.jpg) no-repeat 25px 0px;	
}
#textmate {
	background: url(../img/tool-textmate.jpg) no-repeat 25px 0px;	
}

/* Contact Me */
#contact-me {
	background: url(../img/inner-content-bg.jpg) no-repeat;
	min-height: 200px;
	padding: 24px;
}
#contact-me h4 {
	font-family: Arial;
	font-weight: bold;
}
#contact-me p {
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 15px;
}
#contact-me-form {
	width: 590px;
	margin: 40px 0px 0px 30px;
}
#contact-me-form form {
	margin: 10px;
	margin-bottom: 40px;
}
#contact-me-form .txt {
	background: #e8ebf0;
	width: 520px;
	border: 1px solid #d2d4d6;
	font-family: Helvetica, Arial;
	font-size: 15px;
	padding: 8px;
	display: block;
	margin-top: 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#contact-me-form .txt:hover {
	border: 1px solid #b8babc;
}
#contact-me-form label {
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	margin: 3px;
}
#contact-me-details {
	margin-top: 40px;
	background: url(../img/contact-info-bg.jpg) no-repeat;
	width: 223px;
	height: 250px;
	float: right;
	padding: 80px 0 0 27px;
}
#contact-me-details p {
	color: #3c3e41 !important;
}
#contact-me-form span {
	font-family: Arial;
	font-size: 11px;
	padding: 3px;
	color: #a1a1a1;
	margin-top: 10px;
	display: block;
	float: left;
}
#submit {
	background: url(../img/submit-contact.jpg) no-repeat;
	border: 0;
	width: 109px;
	height: 37px;
	float: right;
	margin-right: 28px;
	margin-top: 10px;
	cursor: pointer;
}
#contact-me-form .form-tick {
	float: right;
	margin-top: 30px;
	display: none;
}

/* Mill-Box */
#mill-box {
	display: none;
	width: 683px; 
	height: 418px;
	overflow: hidden;
	position: fixed;
	z-index: 1;
	left: 50%;
	margin-left: -341px;
	background: url(../img/loader.gif) no-repeat 50%;
}
#close-mill {
	float: right;
	width: 31px;
	height: 29px;
	background: url(../img/mill-close.png) no-repeat;
	position: absolute;
	right: 10px;
	top: 5px;
	cursor: pointer;
	z-index: 2;
	display: none;
}

/*
.mill-box {
	display: none;
	width: 683px; 
	height: 418px;
	overflow: hidden;
	position: fixed;
	z-index: 1;
	left: 50%;
	margin-left: -341px;
}
*/

/* Resume */
#resume-me-quote {
	height: 45px;
	text-align: center;
	padding: 35px 15px 25px 15px;
}
#resume-me-quote span {
	font-family: Helvetica, Arial;
	font-size: 11px;
	color: #a0a3aa;
	float: right;
	margin-right: 50px;
}
#resume-me-quote h2 {
	font-family: Helvetica, Arial;
	font-size: 16px;
	font-weight: 100;
	color: #3c3c3c;
	margin-bottom: 10px;
	font-style: italic;
}
#thank-you {
	font-family: Arial;
	font-size: 14px;
	margin: 60px 0px 0px 40px;
	display: none;
}

/* Mooch Styles */
#mooch-info {
	background: url(../img/mooch-page-bg.png) no-repeat;
	width: 417px;
	padding-top: 120px;
	padding-left: 458px;
	padding-bottom: 120px;
}
#mooch-info p {
	font-family: Arial;
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 15px;
}
#video-preview-btn {
	margin: 40px auto 0px auto;
	width:  122px;
	cursor: pointer;
}
#mooch-preview {
	position: absolute;
	z-index: 1;
	margin: 100px 0px 0px 530px;
	-webkit-box-shadow: 0px 0px 3px #000;
	display: none;
}
#mooch-preview-close {
	width: 30px;
	height: 30px;
	background: url(../img/closebox.png) no-repeat;
	position: absolute;
	margin-top: -15px;
	margin-left: 300px;
	cursor: pointer;
}
#tweetie {
	padding: 10px;
	text-align: center;
}

/* Spunday */
#spunday {
	background: url(../img/inner-content-bg.jpg) no-repeat;
	min-height: 200px;
	padding: 24px;
}
#spunday h4 {
	font-family: Arial;
	font-weight: bold;
	margin-bottom: 20px;
}
#spunday p {
	font-family: Arial; 
	font-size: 12px;
	margin-bottom: 16px;
	font-weight: bold;
}
#spunday p a {
	color: #375d8a;
	text-decoration: none;
}
#spunday p a:hover {
	color: #375d8a;
	text-decoration: underline !important;
}
#spunday p a:visited {
	color: #375d8a;
	text-decoration: none;
}
#spunday pre {
	background: #fff;
	padding: 5px;
	font-size: 11px;
	margin-bottom: 16px;
	border: 1px solid #dde0e4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#spunday pre:hover {
	border: 1px solid #c2c5ca;
}