/* Reset the whole shebang */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, img, ins, kbd, q, s, samp, small, strike, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	font-style: normal;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* All reset now, thank you */
/* remove the dotted borders on links in firefox */
*:focus { outline: none; }
*::-moz-focus-inner { border: none; }
/* dotted border outta there */
.clearfix { display: inline-block; }
/* start commented backslash hack */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

body {
	background: #fff;
	font: 10pt/1.33 Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	height: 100%;
	color: #999;
}
a {
	text-decoration: none;
	-webkit-transition: color .25s linear;
	-moz-transition: color .25s linear;
	transition: color .25s linear;
}
a:hover {
	text-decoration: none;
	-webkit-transition: color .25s linear;
	-moz-transition: color .25s linear;
	transition: color .25s linear;
}
p {
	padding-bottom: 10px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
hr {
	width: 99.9%;
	clear: both;
	border-top: 1px solid #ffc10e;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 0;
}
#animatedLine {
	width: 0px;
	clear: both;
	border-top: 1px solid #ffc10e;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 0;
}
.animateLine {
	width: 99.9%;
}
#flashdiv {
	width: 485px;
	height: 100px;
	float: left;
	margin-bottom: 15px;
	clear: none;
}
h1 {
	width: 480px;
	height: 100px;
	background: url(../images/lumacreative.png) no-repeat;
	text-indent: -9999px;
	float: left;
	margin-bottom: 15px;
}
h3 {
	width: 590px;
	height: 30px;
	padding-bottom: 4px;
	text-indent: -9999px;
}
h4 {
	width: 280px;
	height: 30px;
	text-indent: -9999px;
	margin-bottom: 10px;
	display: block;
	margin-top: 20px;
}
address {
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 9pt;
}

.pink, .leftColumn a, .rightColumn a:hover {
	color: #b31e8d;
}
.orange, .middleColumn a, .leftColumn a:hover, .popup a, .copyright a:hover, .upgrade a {
	color: #f16522;
}
.yellow, .rightColumn a, .middleColumn a:hover, #contactinfo a:hover, .popup a:hover, .upgrade a:hover {
	color: #ffc10e;
}
.profile a, .profileNav a, .projects a:hover {
	color: #b31e8d;
}
.portfolio a, .portfolioNav a, .profile a:hover, .profileNav a:hover {
	color: #f16522;
}
.projects a, .portfolio a:hover, .portfolioNav a:hover {
	color: #ffc10e;
}

#page {
	background: #e4e4e4;
	background: -webkit-gradient(radial, 400 80, 20, 400 80, 800, from(#ffffff), to(#e4e4e4));
	background: -moz-radial-gradient(400px 80px 45deg, #ffffff, #e4e4e4);
	width: 100%;
}
#banner {
	height: 115px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#threedots {
	width: 240px;
	height: 80px;
	float: right;
	background: url(../images/threedots.png) no-repeat;
	margin-top: 30px;
	clear: none;
}
ul.interact {
	list-style-type: none;
	text-indent: -9999px;
}
ul.interact li {
	list-style-type: none;
	width: 80px;
	height: 80px;
	float: left;
    -moz-opacity: 0;  
    -khtml-opacity: 0;  
    opacity: 0;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
ul.interact a {
	display: block;
	width: 80px;
	height: 80px;
}
ul.interact li:hover {
    -moz-opacity: 1;  
    -khtml-opacity: 1;  
    opacity: 1;
}
li#twit {
	background: url(../images/threedots.png) no-repeat 0 -80px;
}
li#rss {
	background: url(../images/threedots.png) no-repeat -80px -80px;
}
li#email {
	background: url(../images/threedots.png) no-repeat -160px -80px;
}

.strap {
	height: 20px;
	clear: both;
	font-size: 11pt;
}
#content {
	width: 960px;
	margin: 10px auto 0;
	padding-bottom: 30px;
}
#main {
	width: 930px;
	min-height: 395px;
    height: auto !important;  
    height: 395px;
	-moz-border-radius: 30px;
	-khtml-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
	-khtml-box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
	background: #fff url(../images/welikeideas.gif) no-repeat 480px bottom;
}

.cloud {
	width: 590px;
	height: 330px;
	position: absolute;
	top: 210px;
	margin-left: 340px;
	float: right;
	overflow: visible;
	background: white url(../images/cloud.gif) no-repeat;
}
ul.welikeideas {
	list-style-type: none;
	text-indent: -9999px;
}
ul.welikeideas li {
	display: block;
	list-style-type: none;
    -moz-opacity: 0;  
    -khtml-opacity: 0;  
    opacity: 0;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	transition: all 1s ease-out;
	width: 100px;
	height: 50px;
	position: absolute;
    cursor: default;
}
ul.welikeideas a {
	display: block;
	height: 100%;
    cursor: default;
}
ul.welikeideas li:hover {
    -moz-opacity: 1;  
    -khtml-opacity: 1;  
    opacity: 1;
    cursor: default;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
li#pantones {
	background: url(../images/cloudcolour.gif) no-repeat -10px -9px;
	width: 260px;
	height: 51px;
	top: 50px;
	left: 215px;
}
li#graffiti {
	background: url(../images/cloudcolour.gif) no-repeat -8px -85px;
	width: 107px;
	height: 35px;
	top: 85px;
	left: 17px;
}
li#wired {
	background: url(../images/cloudcolour.gif) no-repeat -283px -8px;
	width: 91px;
	height: 21px;
	top: 80px;
	left: 124px;
}
li#cakes {
	background: url(../images/cloudcolour.gif) no-repeat -296px -47px;
	width: 82px;
	height: 23px;
	top: 118px;
	left: 42px;
}
li#umbrellas {
	background: url(../images/cloudcolour.gif) no-repeat -285px -85px;
	width: 147px;
	height: 23px;
	top: 108px;
	left: 124px;
}
li#magicbelles {
	background: url(../images/cloudcolour.gif) no-repeat 5px -264px;
	width: 233px;
	height: 35px;
	top: 96px;
	left: 271px;
}
li#chocolate {
	background: url(../images/cloudcolour.gif) no-repeat -10px -313px;
	width: 210px;
	height: 37px;
	top: 139px;
	left: 7px;
}
li#rivers {
	background: url(../images/cloudcolour.gif) no-repeat -296px -332px;
	width: 77px;
	height: 22px;
	top: 139px;
	left: 227px;
}
li#fonts {
	background: url(../images/cloudcolour.gif) no-repeat -288px -248px;
	width: 85px;
	height: 30px;
	top: 131px;
	left: 294px;
}
li#music {
	background: url(../images/cloudcolour.gif) no-repeat -294px -375px;
	width: 60px;
	height: 15px;
	top: 131px;
	left: 415px;
}
li#origami {
	background: url(../images/cloudcolour.gif) no-repeat -6px -373px;
	width: 130px;
	height: 40px;
	top: 161px;
	left: 237px;
}
li#ducks {
	background: url(../images/cloudcolour.gif) no-repeat -10px -428px;
	width: 160px;
	height: 50px;
	top: 139px;
	left: 379px;
}
li#blankets {
	background: url(../images/cloudcolour.gif) no-repeat -301px -440px;
	width: 120px;
	height: 30px;
	top: 182px;
	left: 30px;
}
li#dancing {
	background: url(../images/cloudcolour.gif) no-repeat -293px -286px;
	width: 87px;
	height: 30px;
	top: 182px;
	left: 150px;
}
li#moustaches {
	background: url(../images/cloudcolour.gif) no-repeat -298px -405px;
	width: 180px;
	height: 30px;
	top: 212px;
	left: 72px;
}
li#fans {
	background: url(../images/cloudcolour.gif) no-repeat -1px -138px;
	width: 95px;
	height: 40px;
	top: 200px;
	left: 252px;
}
li#shoes {
	background: url(../images/cloudcolour.gif) no-repeat -296px -128px;
	width: 75px;
	height: 30px;
	top: 193px;
	left: 354px;
}
li#london {
	background: url(../images/cloudcolour.gif) no-repeat -297px -160px;
	width: 105px;
	height: 30px;
	top: 193px;
	left: 434px;
}
li#sparklers {
	background: url(../images/cloudcolour.gif) no-repeat -298px -202px;
	width: 135px;
	height: 35px;
	top: 223px;
	left: 346px;
}
li#socks {
	background: url(../images/cloudcolour.gif) no-repeat -5px -195px;
	width: 110px;
	height: 35px;
	top: 242px;
	left: 161px;
}

.allInOne {
	width: 590px;
	height: 330px;
	position: absolute;
	top: 210px;
	margin-left: 310px;
	*margin-left: 50px;
	float: right;
	overflow: visible;
	background-color: white;
}
.nav {
	width: 280px;
}
#accordion {
	width: 280px;
}
.accordionText {
	margin-left: 30px;
	margin-bottom: 10px;
	margin-top: -5px;
	display: none;
}

h2 {
	width: 290px;
	height: 80px;
	list-style-type: none;
	text-indent: -9999px;
	padding-bottom: 10px;
}

h2 a {
	display: block;
	height: 80px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
h2 a:hover {
	text-decoration: none;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.ribbonEnd {
	float: left;
	display: block;
	height: 85px;
	margin-left: -20px;
	padding-left: 20px;
	clear: left;
}
.profileEnd {
	background: url(../images/pinkend.png) no-repeat;
}
.portfolioEnd {
	background: url(../images/orangeend.png) no-repeat;
}
.projectsEnd {
	background: url(../images/yellowend.png) no-repeat;
}

#profile a {
	background: url(../images/profile.gif) no-repeat -70px 0;
}
#profile a:hover, #profile a:active, #profile a:focus {
	background: url(../images/profile.gif) no-repeat 0 0;
}
#portfolio a {
	background: url(../images/portfolio.gif) no-repeat -70px 0;
}
#portfolio a:hover {
	background: url(../images/portfolio.gif) no-repeat 0 0;
}
#projects a {
	background: url(../images/projects.gif) no-repeat -70px 0;
}
#projects a:hover {
	background: url(../images/projects.gif) no-repeat 0 0;
}
.profileOn {
	background: url(../images/profile.gif) no-repeat;	
}
.projectsOn {
	background: url(../images/projects.gif) no-repeat;	
}
.portfolioOn {
	background: url(../images/portfolio.gif) no-repeat;	
}

.ui-icon {
	position: absolute;
	display: block;
	width: 20px;
	height: 85px;
	margin-left: -20px;
}

h2#profile span.ui-icon {
	background-image: url(../images/pinkend.png);
}
h2#portfolio span.ui-icon {
	background-image: url(../images/orangeend.png);
}
h2#projects span.ui-icon {
	background-image: url(../images/yellowend.png);
}

.profile, .projects, .portfolio {
	width: 590px;
	height: 330px;
}
.profile p {
	margin-bottom: 10px;
}
div.pic {
	width: 590px;
	height: 225px;
	margin-top: 10px;
}
div.profileMiddleColumn {
	width: 280px;
	float: left;
	position: relative;
	margin-right: 50px;
}
div.profileRightColumn {
	width: 250px;
	float: left;
	position: relative;
}

.profile H3 {
	width: 280px;
	height: 20px;
}
H3.research {
	background: url(../images/h3research.gif) no-repeat;
}
H3.concept {
	background: url(../images/h3concept.gif) no-repeat;
}
H3.product {
	background: url(../images/h3product.gif) no-repeat;
}
H3.editorial {
	background: url(../images/h3editorial.gif) no-repeat;
}
H3.creative {
	background: url(../images/h3creative.gif) no-repeat;
}
.magicbelles H3 {
	background: url(../images/h3magicbelles.gif) no-repeat;
}
.potluck H3 {
	background: url(../images/h3potluck.gif) no-repeat;
}
.blog H3 {
	background: url(../images/h3blog.gif) no-repeat;
}
.santa H3 {
	background: url(../images/h3santa.gif) no-repeat;
}
.sock H3 {
	background: url(../images/h3sock.gif) no-repeat;
}
.ducks H3 {
	background: url(../images/h3ducks.gif) no-repeat;
}
.cocoa H3 {
	background: url(../images/h3cocoa.gif) no-repeat;
}
.colour H3 {
	background: url(../images/h3colour.gif) no-repeat;
}
.gogos H3 {
	background: url(../images/h3gogos.gif) no-repeat;
}
.atheni H3 {
	background: url(../images/h3atheni.gif) no-repeat;
}
.animates H3 {
	background: url(../images/h3animates.gif) no-repeat;
}
.deadheadz H3 {
	background: url(../images/h3deadheadz.gif) no-repeat;
}
.oscardehn H3 {
	background: url(../images/h3oscardehn.gif) no-repeat;
}
.sackboy H3 {
	background: url(../images/h3sackboy.gif) no-repeat;
}
.angelcat H3 {
	background: url(../images/h3angelcat.gif) no-repeat;
}
.kitty H3 {
	background: url(../images/h3kitty.gif) no-repeat;
}
.barbie H3 {
	background: url(../images/h3barbie.gif) no-repeat;
}
.saint H3 {
	background: url(../images/h3saint.gif) no-repeat;
}
.dogcat H3 {
	background: url(../images/h3dogcat.gif) no-repeat;
}
.beauty H3 {
	background: url(../images/h3beauty.gif) no-repeat;
}
.seduction H3 {
	background: url(../images/h3seduction.gif) no-repeat;
}
.cook H3 {
	background: url(../images/h3cook.gif) no-repeat;
}

#footerstripe {
	width: 100%;
	background: url(../images/footerstripe.gif) repeat-x;
	height: 20px;
	clear: both;
}
#footer {
	width: 960px;
	margin: 0 auto;
}

.leftColumn {
	width: 280px;
	margin-right: 60px;
	float: left;
	margin-bottom: 20px;
}
.middleColumn {
	width: 280px;
	margin-right: 60px;
	float: left;
	margin-bottom: 20px;
}
.rightColumn {
	width: 280px;
	float: left;
	margin-bottom: 20px;
}

.twitter {
	background: url(../images/twitter.gif) no-repeat;
}
#twitter {
}
#twitter ul {
	list-style-type: none;
	clear: both;
}
#twitter li {
	margin-bottom: 5px;
}
#twitter_update_list {
	width: 280px;
}
.hideMe {
	visibility: hidden;
}
.blog {
	background: url(../images/blog.gif) no-repeat;
}
.news {
	background: url(../images/news.gif) no-repeat;
}
.gf-result {
	text-align: right;
	color: #999;
}
.gf-title, .gf-snippet {
	text-align: left;
}
.gf-author, .gf-relativePublishedDate, .gf-spacer {
	visibility: hidden;
	height: 0;
}
.gf-snippet {
	margin-top: -1em;
}
.gfg-list {
	visibility: hidden;
	height: 3px;
}
.gfg-title {
	visibility: hidden;
	height: 0px;
}

.contact {
	background: url(../images/contact.gif) no-repeat;
}

.copyright {
	text-align: center;
	font-size: 8pt;
	clear: both;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.copyright a {
	color: #999;
}
h6 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1em;
	text-transform: lowercase;
}
.popup {
	margin: 30px;
}
div.multi {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.popup ul {
	list-style-position: outside;
	margin-left: 30px;
}
.popup ul li {
	list-style-position: outside;
	margin-bottom: .5em;
}
.upgrade {
	margin-left: 30px;
}
.upgrade ul {
	list-style-type: none;
	width: 900px;
	text-align: center;
	margin-top: 30px;
}
.upgrade ul li {
	list-style-type: none;
	float: left;
	text-align: center;
	width: 180px;
}
.upgrade h2 {
	color: #b31e8d;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1em;
	text-indent: 0;
	background-image: none;
	width: 900px;
	height: inherit;
}
.onUpgrade {
	margin-top: 20px;
}
hr.clear {
	clear: both;
	margin: 1px;
	padding: 0px;
	background-color: black;
	float: none;
}
span.emCopy {
	background-image: none;
	text-align: right;
	float: right;
	font-size: 5pt;
	padding-top: 5px;
}
