html, body {
font-family:"times new roman",times,serif;
background:#fafaeb;
margin:0 auto;
}

body{
overflow-y:scroll;
}

a {
outline:none;
text-decoration:underline;
}

a:link, a:visited {
color:#000000;
background-color:transparent;
transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-webkit-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
}

a:hover {
color:#ff6633;
background-color:transparent;
text-decoration:underline;
}

unknown {text-decoration:none;}

object, embed {outline:0;}

#navbar_table a:link img,
#navbar_table a:visited img,
#navbar_table a:hover img {
border:0;
}

a.portfolio,
a.credits,
a.people,
a.faq,
a.mail,
a.qr_code {
display:block;
height:75px;
width:75px;
text-decoration:none;
background:url('../graphics/topper2.gif') no-repeat center top;
}

a.portfolio img,
a.credits img,
a.people img,
a.faq img,
a.mail img,
a.qr_code img {
opacity: 1;
transition: opacity 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out;
-webkit-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
-ms-transition: opacity 0.3s ease-in-out;
}

a.portfolio:hover img,
a.credits:hover img,
a.people:hover img,
a.faq:hover img,
a.mail:hover img,
a.qr_code:hover img {
opacity:0;
}

.bespoketext {
font-size:17pt;
width:550px;
font-weight:900;
letter-spacing:2px;
text-align:center;
margin:0 auto;
margin-top:5px;
margin-bottom:10px;
}

#ellapicholder {
width:550px;
text-align:center;
margin:0 auto;
}

#ellapic {
width:500px;
height:330px;
}

#shesgone {
margin:0 auto;
width:600px;
text-align:center;
padding-top:5px;
padding-bottom:10px;
}

#shesgone p {
font-size:12pt;
color:#000000;
text-align:center;
font-weight:bold;
margin:0.5em;
}


#welcome_table {
display:table;
height:300px;
width:100%;
position:absolute;
top:50%;
margin-top:-180px;
left:0px;
}

#bigsignature_cell {
display:table-cell;
width:100%;
text-align:center;
vertical-align:middle;
}

#enterbutton {
width:90px;
height:30px;
line-height:30px;
font-size:17px;
font-weight:bold;
text-align:center;
margin:0 auto;
background-color:#eeeee0;
transition: background-color 0.5s ease-in-out;
-moz-transition: background-color 0.5s ease-in-out; /* Firefox 4 */
-webkit-transition: background-color 0.5s ease-in-out; /* Safari and Chrome */
-o-transition: background-color 0.5s ease-in-out; /* Opera */
-ms-transition: background-color 0.5s ease-in-out; /* IE */
border:1px solid #a0a0a0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: #666 0px 1px 2px;
-moz-box-shadow: #666 0px 1px 2px;
box-shadow: #666 0px 1px 2px;
behavior: url(../PIE.htc);
}

#enterbutton:hover {
background-color:#d8d2dd;
}

#enterbutton a {
padding:5px 15px 5px 13px;
text-decoration:none;
}

#enterbutton a:hover {
color:#000000;
}

#sigtop_holder {
position:fixed;
width:100%;
height:90px;
z-index:1000;
background:#fafaeb;
}

ul#sigtopper_holder {
list-style-type:none;
width:310px;
height:75px;
text-align:left;
position:absolute;
top:10px;
left:1%;
padding:0;
margin:0;
}

#signature_cell {
width:225px;
height:75px;
display:inline-block;
}

#smalltopper_cell {
width:75px;
height:75px;
display:inline-block;
}


ul#navbar_holder {
list-style-type:none;
width:320px;
height:75px;
text-align:right;
position:absolute;
top:10px;
right:1%;
padding:0;
margin:0;
background:#fafaeb;
}

.navchoice {
width:75px;
height:75px;
text-align:center;
font-size:12pt;
padding:0;
margin:0;
display:inline-block;
}


/* ----- START OF DROP-SHADOW STUFF ----- */

.dropshadow {
-moz-box-shadow: 5px 6px 8px 0px #b7b59b;
-webkit-box-shadow: 5px 6px 8px 0px #b7b59b;
box-shadow: 5px 6px 8px 0px #b7b59b;
behavior: url(../PIE.htc);
}

/* ----- END OF DROP-SHADOW STUFF ----- */


/* ----- START OF THUMBNAILS STUFF ----- */

.thumbs_holder {
width:95%;
max-width:1200px;
margin:0 auto;
}

.thumbs_holder ul {
list-style:none;
padding:0;
}

.thumbs_holder li {
display:inline-block;
position:relative; /* ie needs position:relative here*/
}

.thumb_inner {
display:table-cell;
vertical-align:middle;
}

.crab {
height:158px;
width:240px;
}

.crab_thumb {
height:130px;
width:205px;
background-color:#fffff9;
padding:4px;
border:1px solid #dddcc9;
transition: 0.2s;
-moz-transition: 0.2s; /* Firefox 4 */
-webkit-transition: 0.2s; /* Safari and Chrome */
-o-transition: 0.2s; /* Opera */
-ms-transition: 0.2s; /* IE */
}

.crab_thumb:hover {
height:143px;
width:225px;
}

.goose {
height:158px;
width:220px;
}

.goose_thumb {
height:130px;
width:185px;
background-color:#fffff9;
padding:4px;
border:1px solid #dddcc9;
transition: 0.2s;
-moz-transition: 0.2s; /* Firefox 4 */
-webkit-transition: 0.2s; /* Safari and Chrome */
-o-transition: 0.2s; /* Opera */
-ms-transition: 0.2s; /* IE */
}

.goose_thumb:hover {
height:143px;
width:203px;
}

.londoneye {width:300px;height:462px;}

.penguin {
height:158px;
width:226px;
}

.penguin_thumb {
height:130px;
width:190px;
background-color:#fffff9;
padding:4px;
border:1px solid #dddcc9;
transition: 0.2s;
-moz-transition: 0.2s; /* Firefox 4 */
-webkit-transition: 0.2s; /* Safari and Chrome */
-o-transition: 0.2s; /* Opera */
-ms-transition: 0.2s; /* IE */
}

.penguin_thumb:hover {
height:143px;
width:209px;
}

.ropewide {
height:158px;
width:196px;
}

.rope_thumb {
height:130px;
width:168px;
background-color:#fffff9;
padding:4px;
border:1px solid #dddcc9;
transition: 0.2s;
-moz-transition: 0.2s; /* Firefox 4 */
-webkit-transition: 0.2s; /* Safari and Chrome */
-o-transition: 0.2s; /* Opera */
-ms-transition: 0.2s; /* IE */
}

.rope_thumb:hover {
height:143px;
width:185px;
}

.normal {
height:158px;
width:128px;
}

.thumbnail {
height:130px;
width:100px;
background-color:#fffff9;
padding:4px;
border:1px solid #dddcc9;
transition: 0.2s;
-moz-transition: 0.2s; /* Firefox 4 */
-webkit-transition: 0.2s; /* Safari and Chrome */
-o-transition: 0.2s; /* Opera */
-ms-transition: 0.2s; /* IE */
}

.thumbnail:hover {
height:143px;
width:110px;
}

/* ----- END OF THUMBNAILS STUFF ----- */


/* ----- FADING SLIDESHOW STUFF ----- */

#slideshow img {
position:absolute;
top:0px;
right:0px;
z-index:8;
opacity:0.0;    
}

#slideshow img.active {
z-index:10;
opacity:1.0;    
}

#slideshow img.last-active {
z-index:9;
}

.slideshow img {
position:absolute;
top:0px;
left:0px;
z-index:8;
opacity:0.0;    
}

.slideshow img.active {
z-index:10;
opacity:1.0;    
}

.slideshow img.last-active {
z-index:9;
}

/* ----- START OF PORTFOLIO FADING SLIDESHOWS ----- */

#show-one,
#show-two,
#show-three,
#show-four,
#show-five {
width:150px;height:195px;
}

.slide-show {
position:relative;
display:block;
margin:0 auto;
}

.slide-show .slide {
display: none;
position:absolute;
top:0px;
left:0px;
}

.slide-show .slide.first, .slide img {
display: block;
}

/* ----- END OF PORTFOLIO FADING SLIDESHOWS ----- */


/* ----- CLASSES ----- */

.year {
width:14%;
text-align:left;
vertical-align:top;
}

.yearhead {
width:14%;
text-align:left;
text-decoration:underline;
font-style:italic;
font-weight:bold;
}

.tickbox {width:26px;height:24px;}

.sorter {cursor:pointer;}
.single {height:400px;width:300px;}

.sidetitle-left {
font-size:12pt;
color:#000000;
text-align:right;
padding-right:20px;
}

.sidetitle-right {
font-size:12pt;
color:#000000;
text-align:left;
padding-left:20px;
}

.portfolio-holder {
width:180px;
padding:6px;
background:#fffff9;
margin:0 auto;
display:inline-block;
}


.pfoliotitle {
text-align:center;
width:100%;
font-size:12pt;
margin:10px 0 0 0;
}

.pf-pic {
background:#fffff9;
padding:6px;
border:1px solid #d2d2cd;
}

ul.pf_holdinglist {
list-style-type:none;
width:1010px;
margin:0 auto;
padding:20px 0 20px 0;
}

ul.pf_holdinglist li {
display:inline-block;
position:relative; /* ie needs position:relative here*/
padding:0 6px 0 0;
}

a.pf_catlabel {
display:block;
padding:0 6px 0 0;
border:1px solid #d2d2cd;
background-color:#eeeee0;
font-size:20px;
text-decoration:none;
text-align:center;
padding:10px 0 12px 0;
transition: background-color 0.5s;
-moz-transition: background-color 0.5s; /* Firefox 4 */
-webkit-transition: background-color 0.5s; /* Safari and Chrome */
-o-transition: background-color 0.5s; /* Opera */
-ms-transition: background-color 0.5s; /* IE */
}

a.pf_catlabel:hover {
color:#000000;
text-decoration:none;
background-color: #e8e1ee;
}

.pf_catpic {height:195px;width:150px;}

.pagetitle {
width:100%;
text-align:center;
font-size:12pt;
color:#000000;
padding-bottom:10px;
font-style:italic;
}

.hometitle {
font-size:16pt;
}

.navform {margin:0;}

.navclick {
font-family:"times new roman",times,serif;
font-size:10pt;
color:#000000;
font-weight:bold;
background-color:#fffff0;
cursor:pointer;
width:150px;
}

.linkurl {
font-size:12pt;
font-style:italic;
font-weight:bold;
text-decoration:underline;
padding-bottom:5px;
}

.linkdesc {
font-size:10pt;
color:#4b0082;
padding-bottom:10px;
}

.job {
width:56%;
text-align:left;
vertical-align:top;
}

.jobhead {
width:56%;
text-align:left;
text-decoration:underline;
font-style:italic;
font-weight:bold;
}

.imageblock_left {
display:inline-block;
position:relative; /* ie needs position:relative here*/
margin-right:1%;
margin-bottom:2%;
}

.imageblock_mid {
display:inline-block;
position:relative; /* ie needs position:relative here*/
margin-bottom:2%;
}

.imageblock_right {
display:inline-block;
position:relative; /* ie needs position:relative here*/
margin-left:1%;
margin-bottom:2%;
}

.peopleblock_left {
width:30%;
display:inline-block;
position:relative; /* ie needs position:relative here*/
margin-right:1%;
margin-bottom:2%;
}

.peopleblock_mid {
width:30%;
display:inline-block;
position:relative; /* ie needs position:relative here*/
margin-bottom:2%;
}

.peopleblock_right {
width:30%;
display:inline-block;
position:relative; /* ie needs position:relative here*/
margin-left:1%;
margin-bottom:2%;
}

.tablecell-override {
display:table-cell;
vertical-align:middle;
}

#trose_holdertable {
display:table;
width:100%;
margin:0 auto;
padding-bottom:20px;
}

.sidepic_table {
display:table;
margin:0 auto;
}

.homepromise {
height:24px;
line-height:24px;
padding-top:3px;
font-size:12pt;
}

.lefthand {
text-align:left;
}

.righthand {
text-align:right;
}

.woolwig {height:400px;width:271px;}

.fivebyfour {width:500px;height:400px;}
.foursquare {height:400px;width:400px;}

.flourish {width:420px;height:15px;padding-top:15px;}

.faqtable {
width:700px;
font-size:11pt;
text-align:justify;
padding-top:20px;
margin:auto;
}

.faq_quote {margin:10px 0px 20px 40px;}

.double {height:400px;width:600px;}

.flametorch {height:600px;width:300px;}

.credtable {
width:100%;
font-size:12pt;
margin:0 auto;
}

.credtable th, .credtable td {
padding-bottom:5px;
}

#credits_categories {
margin:0 auto;
margin-top:20px;
margin-bottom:10px;
width:100%;
}

.client {
width:30%;
text-align:left;
vertical-align:top;
}

.clienthead {
width:30%;
text-align:left;
display:table-cell;
vertical-align:top;
padding-top:5px;
text-decoration:underline;
font-style:italic;
font-weight:bold;
}

.clickany {
text-align:center;
width:100%;
font-size:11pt;
}

.bottom_buffer {height:40px;width:100%;}

.boots {height:350px;width:250px;}

.bizcard-holder {
width:90%;
border-top:0.5px solid #dfdecb;
border-left:0.5px solid #dfdecb;
padding:6px 7px 6px 6px;
background:#fffff9;
}

.bizcard-table {
display:table;
height:120px;
width:100%;
background-color:#eeeee0;
border:1px solid #d2d2cd;
margin:auto;
}

.bizcard-tablecell {
display:table-cell;
font-size:15px;
line-height:20px;
text-align:center;
vertical-align:middle;
}

.bizcard_tablecell b {
font-variant:small-caps;
}

.bigtitle {
font-size:18pt;
width:100%;
text-align:center;
font-weight:900;
font-style:italic;
letter-spacing:2px;
}

.backhand {
display:block;
border:0;
width:64px;
height:35px;
position:fixed;
bottom:10px;
left:5px;
cursor:pointer;
z-index:1000;
background:url('../graphics/backhand_64x35.png') no-repeat center top;
}

/* ----- ID TAGS ----- */

#credbox {
position:absolute;
bottom:0px;
left:0px;
overflow-x:hidden;
overflow-y:scroll;
border:0px;
margin:0px;
height:65%;
width:100%;
}

#xmascarol {height:400px;width:340px;}

#wicked-green-hats {height:400px;width:700px;}

#who_brolly {height:400px;width:490px;}

#vicmiddle {height:400px;width:266px;}

#unicornleft, #unicornright {height:400px;width:255px;}

#unicornmid {height:361px;width:261px;}

#ugsist_wigbases {height:399px;width:768px;}

#swans_composite {height:404px;width:838px;}

#students {font-size:10pt;}

#softcap {height:400px;width:265px;}

#sitecopy {
width:400px;
height:10px;
position:fixed;
bottom:10px;
left:10px;
font-size:10pt;
}

#sinbad {height:399px;width:549px;}

#snowfallseal {height:299px;width:865px;}

#reindeer {height:400px;width:350px;}

#rd_design, #pg_design {height:400px;width:291px;}

#promiseholder {
width:670px;
display:table;
margin:0 auto;
}

#promiseholder_cell_left, .promiseholder_cell_right {
display:table-cell;
width:335px;
}

span.promisewords {
vertical-align:20%;
}

#polarbear {height:400px;width:641px;}

#pigwigs_video-pic {width:480px;}

#penguin {height:400px;width:336px;}

#pantoshako {height:400px;width:280px;}

#notts_sb {height:460px;width:690px;}

#nose_shako-pic {width:640px;margin:0 auto;}

#kendesign {text-align:right;position:absolute;bottom:10px;right:10px;}

#kenc {
text-decoration:none;
font-family:arial,helvetica,verdana,sans-serif;
font-size:10pt;
}

#idhplainstrawdouble {height:400px;width:726px;}

#idhridingdouble {height:400px;width:776px;}


#homeholder {
width:100%;
height:340px;
position:absolute;
left:0px;
top:50%;
margin-top:-170px;
}

#homebuttons {width:100%;margin-top:5px;}

#download_pdf {
width:200px;
margin:10px auto;
}

#goose {height:400px;width:568px;}

#floater {
display:table;
height:100%;
width:100%;
}

#floatercell {
display:table-cell;
vertical-align:middle;
text-align:center;
}

#enquiries {margin:0 auto;font-size:14pt;padding:10px 0 60px 0;}

#elizleft {height:400px;width:257px;}

#dirtbag-pic {width:576px;margin:0 auto;}

#descon {font-size:10pt;}

#crab {height:400px;width:547px;}

#content_scroller {
position:absolute;
bottom:0px;
left:0px;
height: -webkit-calc(100% - 100px);
height: -moz-calc(100% - 100px);
height: calc(100% - 100px);
width:100%;
overflow-x:hidden;
overflow-y:auto;
}

#content_nonscroller {
position:absolute;
bottom:0px;
left:0px;
height: -webkit-calc(100% - 100px);
height: -moz-calc(100% - 100px);
height: calc(100% - 100px);
width:100%;
overflow:hidden;
}

#content_holder {
margin: 0 auto;
padding-top:100px;
width:95%;
max-width:1200px;
text-align:center;
}

#content_holdertable {
margin:0 auto;
display:table;
width:100%;
height:100%;
}

#content_holdercell {
display:table-cell;
vertical-align:middle;
text-align:center;
min-width:600px;
}

#cinderswigs_undermessage {width:100%;text-align:center;font-size:10pt;padding:5px 0 10px 0;}

#batshako {height:400px;width:278px;}

#amysingle {height:400px;width:266px;}

#amywide {height:360px;width:600px;}

#faqtable {
width:80%;
margin:auto;
margin-top:50px;
}

/****** F-A-Q QUESTION BUBBLE *****/
p.question {
position:relative; /*see the support section below for more info*/
left:-10px;
width:100%; /*size of the bubble*/
padding:20px 20px;
margin:20px 10px 60px 10px;
background:#e8e1ee;
/**give the corners a curve**/
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
/**style the text**/
color:#000000;
font-size:1em;
letter-spacing:.06em;
text-align:justify;
text-indent:0.5cm;
behavior: url(../PIE.htc);
}

/******NOW CREATE THE THOUGHT CIRCLES*****/
/****FIRST THE LARGE CIRCLE***/
p.question:before {
content:"";
position:absolute; /*see the support section below for more info*/
bottom:-25px; /*distance from the bottom of the bubble*/
left:15px; /*distance from the left edge of the bubble*/
background:#e8e1ee;
width:30px; /*same as the height*/
height:30px; /*same as the width*/
/*add a curve to the corners the same size as the height and width*/
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
-moz-box-shadow: 5px 6px 8px 0px #b7b59b;
-webkit-box-shadow: 5px 6px 8px 0px #b7b59b;
box-shadow: 5px 6px 8px 0px #b7b59b;
behavior: url(../PIE.htc);
}
/*****NOW THE SMALL CIRCLE***/
/**Created exactly the same way as the large circle, except with smaller width, height and border-radius**/
p.question:after {
content:"";
position:absolute;
bottom:-35px;
left:-5px;
width:15px;
height:15px;
background:#e8e1ee;
-webkit-border-radius:15px;
-moz-border-radius:15px;
border-radius:15px;
-moz-box-shadow: 5px 6px 8px 0px #b7b59b;
-webkit-box-shadow: 5px 6px 8px 0px #b7b59b;
box-shadow: 5px 6px 8px 0px #b7b59b;
behavior: url(../PIE.htc);
}

/****** F-A-Q ANSWER BUBBLE *****/
p.answer {
position:relative; /*see the support section below for more info*/
left:300px;
width:450px; /*size of the bubble*/
padding:15px 20px;
margin:10px 10px 50px 10px;
background:#fffff9;
border:1px solid #e4e2c1;
/**give the corners a curve**/
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
/**style the text**/
color:#000000;
font-size:0.9em;
letter-spacing:.06em;
text-align:center;
behavior: url(../PIE.htc);
}

p.answer:before 
{
content: "";
position: absolute;
top: -29px;
left: 120px;
border-style: solid;
border-width: 0 18px 28px;
border-color: #e4e2c1 transparent;
display: block;
width: 0;
z-index: 0;
}

p.answer:after 
{
content: "";
position: absolute;
top: -28px;
left: 120px;
border-style: solid;
border-width: 0 18px 29px;
border-color: #fffff9 transparent;
display: block;
width: 0;
z-index: 1;
}

.tribute_name {
font-size:0.9em;
display:block;
padding-top:10px;
width:100%;
text-align:right;
}


/************* SMALL-SCREEN STYLES *************/

@media screen and (max-height: 619px), (max-width: 1029px) {

#content_holder {
max-width:950px;
}

.bespoketext {
font-size:15pt;
width:550px;
font-weight:900;
letter-spacing:1.5px;
text-align:center;
margin:0 auto;
margin-top:5px;
margin-bottom:10px;
}

#ellapicholder {
width:550px;
text-align:center;
margin:0 auto;
}

#shesgone {
margin:0 auto;
width:550px;
text-align:center;
padding-top:5px;
padding-bottom:10px;
}

#shesgone p {
font-size:11pt;
color:#000000;
text-align:center;
font-weight:bold;
margin:0.7em;
}

.bigtitle {
font-size:14pt;
}

.pfoliotitle {
font-size:10pt;
margin:5px 0 0 0;
}

ul.pf_holdinglist {
width:730px;
padding:10px 0 10px 0;
}

.portfolio-holder {
width:124px;
padding:4px;
}

.dropshadow {
-moz-box-shadow: 3px 4px 5px 0px #b7b59b;
-webkit-box-shadow: 3px 4px 5px 0px #b7b59b;
box-shadow: 3px 4px 5px 0px #b7b59b;
behavior: url(../PIE.htc);
}

a.pf_catlabel {
font-size:15px;
padding:5px 0 8px 0;
}

#show-one,
#show-two,
#show-three,
#show-four,
#show-five {
width:104px;height:135px;
}

.pf_catpic {height:135px;width:104px;}

.homepromise {
height:19px;
line-height:19px;
padding-top:2px;
font-size:10pt;
}

#enquiries {font-size:10pt;padding:5px 0 30px 0;}

.bottom_buffer {height:30px;width:100%;}

.credtable {font-size:11pt;}

}
