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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #f0f0f0;
	font-family: MuseoSans-500;
	font-weight: normal;
	font-style: normal;
	color: #424242;
	font-size: 12px;
}

p {
	font-family: MuseoSans-500;
	font-weight: normal;
	font-style: normal;
	color: #727272;
	font-size: 12px;
	line-height: 18px;
}

ul li {
	list-style: none;
	margin: none;
	padding: none;
}

em {
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dashed #ed644e;
}

h1 {
	font-family: MuseoSlab-500, "Times New Roman", Times, serif;
	font-size: 64px;
	text-align: right;
	color: #424242;
	line-height: 64px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: -0.04em;
}

h1 em {
	font-family: MuseoSlab-500Italic, "Times New Roman", Times, serif;
	border: none;
	letter-spacing: -0.06em;
}	

#about-intro h1 {
	font-family: MuseoSlab-500;
	font-size: 52px;
	line-height: 52px;
	text-align: right;
	color: #424242;
	font-weight: normal;
	font-style: normal;
	letter-spacing: -0.04em;
}

#contact-intro h1 {
	font-family: MuseoSlab-500;
	font-size: 52px;
	line-height: 52px;
	text-align: right;
	color: #424242;
	font-weight: normal;
	font-style: normal;
	letter-spacing: -0.04em;
}

#portfolio-intro h1 {
	font-family: MuseoSlab-500;
	font-size: 60px;
	line-height:58px;
	text-align: right;
	color: #424242;
	font-weight: normal;
	font-style: normal;
	letter-spacing: -0.04em;
}

#project-intro h1 {
	font-family: MuseoSlab-500;
	font-size: 52px;
	line-height: 0px;
	text-align: right;
	color: #424242;
	font-weight: normal;
	font-style: normal;
	letter-spacing: -0.04em;
}

#project-intro p {
	font-family: MuseoSlab-500;
	font-size: 24px;
	line-height: 29px;
	text-align: right;
	color: #727272;
	font-weight: normal;
	font-style: normal;
	letter-spacing: -0.04em;
}
#break {
	font-family: MuseoSans-500;
	font-weight: normal;
	font-style: normal;
	color: #ec644e;
	font-size: 12px;
	line-height: 18px;
}

h2 {
	font-family: MuseoSlab-500;
	font-size: 26px;
	color: #424242;
	line-height: 1em;
	font-weight: normal;
	font-style: normal;
}

h3 {
	font-family: MuseoSlab-500;
	font-size: 14px;
	line-height: 2px;
	color: #ec644e;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 12px;
	border-bottom: 1px #d9d9d9 solid;
}

.section h3 {
	padding-top: 20px;
}

h4 {
	font-family: MuseoSlab-500;
	font-size: 18px;
	line-height: 8px;
	color: #424242;
	font-weight: normal;
	font-style: normal;
	padding-top: 5px;
}
#portfolio-nav p {
	font-family: MuseoSlab-500;
	font-size: 15px;
	line-height: 2px;
	color: #727272;
	font-weight: normal;
	font-style: normal;
}

a:link {
	font-family: MuseoSans-500;
	font-weight: normal;
	font-style: normal;
	color: #727272;
	font-size: 12px;
	line-height: 18px;
}
a:visited {
	font-family: MuseoSans-500;
	font-weight: normal;
	font-style: normal;
	color: #727272;
	font-size: 12px;
	line-height: 18px;
}
a:hover {
	font-family: MuseoSans-500;
	font-weight: normal;
	font-style: normal;
	color: #ec644e;
	font-size: 12px;
	line-height: 18px;
}
a:active {
	font-family: MuseoSans-500;
	font-weight: normal;
	font-style: normal;
	color: #727272;
	font-size: 12px;
	line-height: 18px;
}

.button, .button:visited {
	width: 110px;
	background: #ed644e;
	text-align: center;
	display: inline-block;
	padding: 5px 5px 3px 5px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	z-index: 30;
}
.button a:link, .button a:visited, .button a:active {
	color: #fff;
	text-decoration: none;
}
.button a:hover {
	text-decoration: underline;
}
#button-right {
	float: right;
}
#button-centre {
	margin-top: 31px;
}

/* HEADER */


.header-bg {
	top: 0px;
	position: relative;
	background-image: url(images/iso.png);
	background-repeat: repeat-x repeat-y;
	height: 395px;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.header-content {
	position: relative;
	height: 355px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

#nav-bg {
	Height: 40px;
	background-image: url(images/nav-bg.jpg);
	background-repeat: repeat-x; 
}

#nav-wrap {
	position: absolute;
	width: 700px;
	right: 0px;
	top: -40px;
	z-index: 2;
}

#menu {
	font-family: MuseoSans-500, sans-serif;
	text-transform: uppercase;
	margin: 0px 0;
	padding: 0 0 0 10px;
	list-style-type: none;
	font-size: 12px;
	height: 40px;
}
	
#menu li {
	margin: 0;
	float: right;
}

#menu li a {
	text-decoration: none;
	display: block;
	padding: 0 20px;
	line-height: 40px;
	color: #424242;
}

#menu li a:hover, #menu li.active a {
	background-color: #e9e9e9;
	color: #ec644e;
}

#logo {
	position: absolute;
	width: 781px;
	Height: 225px;
	top: -40px;
	left: -308px;
	z-index: 2;
}

#social {
	position: absolute;
	width: 45px;
	height: 80px;
	top: 210px;
	left: 0px;
}

#email {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 27px;
	width: 26px;
	right:0px;
}
#facebook {
	position: absolute;
	right: 0px;
	top: 27px;
	height: 27px;
	width: 26px;
	right:0px;
}

#twitter {
	position: absolute;
	left: 0px;
	height: 27px;
	width: 26px;
	bottom: 0px;
}

#home-intro {
	position: absolute;
	right: 0px;
	top: 130px;
	width: 890px;
}

#home-heart {
	position: absolute;
	right: 63px;
	top: 62px;
	width: 119px;
	height: 110px;
}

#about-intro {
	position: absolute;
	right: 0px;
	top: 106px;
	width: 890px;
	height: 216px;
}
#about-heart {
	position: absolute;
	right: 96px;
	top: 100px;
	width: 47px;
	height: 44px;
}

#portfolio-intro {
	position: absolute;
	right: 0px;
	top: 85px;
	width: 890px;
	height: 180px;
}
#portfolio-icon {
	position: absolute;
	right: 451px;
	top: 180px;
	width: 80px;
	height: 74px;
}

#contact-intro {
	position: absolute;
	right: 0px;
	top: 156px;
	width: 890px;
	height: 216px;
}
#contact-heart {
	position: absolute;
	right: 96px;
	top: 100px;
	width: 47px;
	height: 44px;
}
#project-intro {
	position: absolute;
	right: 0px;
	top: 166px;
	width: 890px;
	height: 184px;
}
#project-intro a:link, #project-intro a:visited, #project-intro a:hover, #project-intro a:active {
	color: #ec644e;
}


/* HEADER */


/* CONTENT */

#content-wrapper {
	position: relative;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

#row1 {
	position: relative;
	height: 355px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

#portfolio-row1 {
	position: relative;
	height: 400px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

.item {
	margin-right: 20px;
	margin-top: 55px;
	margin-bottom: 0px;
	width: 220px;
	float: Left;
}

.item-right {
	margin-right: 0px;
	margin-top: 55px;
	margin-bottom: 0px;
	width: 220px;
	float: Left;
}

#about {
	position: absolute;
	width: 141px;
	right: 0px;
	top: 105px;
	margin-right: 0px;
	text-align: center;
}
#about a {
	padding-top: 14px;
	font-family: MuseoSlab-500;
	font-weight: normal;
	font-style: normal;
	color: #ec644e;
	font-size: 13px;
	line-height: 17px;
}

.featured-project {
	position: relative;
	background-image: url(images/iso.png);
	background-repeat: repeat-x repeat-y;
	height: 465px;
	width: 100%;
	margin-top: 75px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

.contactfeatured {
	position: relative;
	background-image: url(images/iso.png);
	background-repeat: repeat-x repeat-y;
	height: 465px;
	width: 100%;
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

#bg-image {
	position: relative;
	background-image: url(images/featured/dan-identity-design.gif);
	background-repeat: no-repeat;
	width: 1000px;
	height: 465px;
	margin-left: auto;
	margin-right: auto;
	z-index: -1;
	top: 0px;
}
#project-link {
	position: absolute;
	width: 500px;
	height: 300px;
	top: 35px;
	left: 30px;
	z-index: 1;
}
#project-link h1{
	text-align: left;
	font-size: 52px;
	line-height: 100%;
}
#project-link p{
	text-align: left;
	font-size: 20px;
	line-height: 110%;
	font-family: MuseoSlab-500;
	color: #424242;
	font-weight: normal;
	font-style: normal;
	
}


/* FOOTER */
#footer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 259px;
	width: 100%;
	background-color: #f0f0f0;
}
#footer-content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 259px;
	width: 940px;
}
#footer-logo {
	position: absolute;
	right: -240px;
	bottom: 0px;
	width: 543px;
	height: 157px;
	background-image: url(images/footer/boy-enjoys-logo.gif);
	background-repeat: no-repeat;
}
#footer-boy {
	position: absolute;
	background-image: url(images/footer/boy.gif);
	background-repeat: no-repeat;
	left: -90px;
	bottom: 22px;
	width: 213px;
	height: 255px;
	z-index: 2;
}
#footer-nav-bar {
	position: absolute;
	bottom: 0px;
	background-image: url(images/footer/footer-nav.gif);
	background-repeat: repeat-x repeat-y;
	height: 22px;
	width: 100%;
	z-index: -1px;
}
#footer-nav {
	position: absolute;
	bottom: 10px;
	left: -46px;
	width: 600px;
	height: 20px;
	color: #fff;
	z-index: 3;
	line-height: 0px;
	font-size: 10px;
}
#footer-nav li {
	list-style: none;
	display: inline;
	margin-right: 30px;
	padding: 0 0 0 0;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 0px;
	font-size: 10px;
}
#footer-nav a {
	color: #727272;
	text-decoration: none;
	font-size: 10px;
}
#footer-nav a:hover {
	color: #fff;
	text-decoration: underline;
	font-size: 10px;
}
#footer-links {
	position: absolute;
	width: 221px;
	height: 148px;
	left: 130px;
	top: 90px;
	z-index: 2;
}
#footer-links1 {
	position: absolute;
	width: 221px;
	height: 148px;
	left: 371px;
	top: 90px;
	z-index:2;
}
#footer-links1 h1, #footer-links h1{
	text-align: left;
	font-size: 21px;
	line-height: 120%;
	letter-spacing: 0em;
}
#footer-links1 a, #footer-links a {
	padding-top: 14px;
	font-family: MuseoSlab-500;
	font-weight: normal;
	font-style: normal;
	color: #ec644e;
	font-size: 13px;
	line-height: 0px;
}
#copyright {
	position: absolute;
	right: 0px;
	text-align: right;
	color: #e9e9e9;
	top: 198px;
	line-height: 80%;
}
#copyright p {
	font-size: 12px;
	text-align: right;
	font-family: Museo-300;
	font-weight: normal;
	font-style: normal;
	color: #e9e9e9;
	top: 198px;
	line-height: 120%;
}



/* ABOUT */

.section {
	display: block;
	padding-top: 55px;
}
.section-title h2 {
	background-color: #f0f0f0;
	display: inline-block;
}
#profile {
	height: 520px;
	width: 940px;
	padding-top: 80px;
}
#profile1 p, #profile2 p{
	font-size: 12px;
	line-height: 170%;	
}
#profile2 p em {
	font-family: MuseoSans-500Italic;
}
#profile1 {	
	float: left;
	width: 395px;	
}
#profile2 {
	float: right;
	width: 395px;	
}
#profile2 img {
	padding-right: 6px;
}

#services {
	height: 500px;
	width: 940px;
	padding-top: 80px;
}
#print, #identity, #web, #photo, #type {
	text-align: left;
	position: relative;
	display: inline;
	font-size: 12px;
	line-height: 170%;
	width: 140px;
	float: left;
	color: #727272;
}
#print p, #identity p, #web p, #photo p, #type p {
	letter-spacing: 1px;
}
#identity, #web, #photo, #type {
	padding-left: 59px;
}

#process {
	height: 720px;
	width: 940px;
	padding-top: 80px;
}
#plan, #research, #ideas, #development, #completion {
	text-align: left;
	position: relative;
	display: inline;
	font-size: 0.9em;
	line-height: 1.8em;
	width: 151px;
	float: left;
	color: #727272;
}
#research, #ideas, #development, #completion {
	padding-left: 46px;
}



/* PORTFOLIO */

.portfolio-nav-bg {
	position: relative;
	background-image: url(images/iso.png);
	background-repeat: repeat-x repeat-y;
	height: 280px;
	width: 100%;
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

#portfolio-nav {
	position: relative;
	width: 1000px;
	height: 280px;
	margin-left: auto;
	margin-right: auto;
	z-index: -1;
	top: 0px;
}

#prev-project {
	position: absolute;
	width: 306px;
	height: 218px;
	top: 42px;
	left: 30px;
	z-index: 1;
}

#next-project {
	text-align: right;
	position: absolute;
	width: 300px;
	height: 218px;
	top: 42px;
	right: 30px;
	z-index: 1;
}

#back-portfolio {
	position: absolute;
	width: 131px;
	height: 218px;
	top: 42px;
	left: 437px;
	z-index: 1;
}

#project-icon {
	position: absolute;
	right: 0px;
	top: 42px;
	width: 109px;
	height: 123px;
}
#projectblurb {
	width: 300px;
}


#dan-id {
	position: inherit;
	width: 940px;
	height: 1980px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}
.project-logo {
	position: absolute;
	right: 0px;
	top: 85px;
}
.project-guideline {
	position: absolute;
	right: 0px;
	top: 520px;
}
#dan-stationary-twitter {
	position: absolute;
	right: 0px;
	top: 950px;
}
#dan-vehicle-graphics {
	position: absolute;
	right: 100px;
	top: 1500px;
}


#dan-print-design {
	position: inherit;
	width: 940px;
	height: 2335px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}
#dan-posters {
	position: absolute;
	right: 0px;
	top: 85px;
	z-index:2;
}
#dan-print {
	position: absolute;
	left: 0px;
	top: 1100px;
	z-index:1;
}

#pacific-id {
	position: inherit;
	width: 940px;
	height: 2335px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}
#pacific-stationary {
	position: absolute;
	right: 30px;
	top: 520px;
	z-index:2;
}
#pacific-dvd {
	position: absolute;
	left: 0px;
	top: 1320px;
	z-index:1;
}
#pacific-vehicle-graphics {
	position: absolute;
	left: -25px;
	top: 1860px;
}


#my-id {
	position: inherit;
	width: 940px;
	height: 1880px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}
#my-stationary {
	position: absolute;
	right: -17px;
	top: 510px;
	z-index:2;
}
#my-badges {
	position: absolute;
	left: 59px;
	top: 1331px;
	z-index:1;
}
#my-mugs {
	position: absolute;
	left: 71px;
	top: 1447px;
}



/* CONTACT */

#contact1 {	
	float: left;
	width: 460px;	
}
#contact2 {
	float: left;
	width: 141px;
	margin-left: 100px;	
}
#contact2 a {
	color: #727272;
	text-decoration: none;
	border: none;
	font-style: normal;
	line-height: 160%;
}
#contact3 {
	float: right;
	width: 215px;	
}
