/*-------------------------------------------------
16toads Design Master CSS - v.7
Author:  Paul Burton, 16toads Design (www.16toads.com)
Copyright (c) 2008 16toads Design, LLC. ALL RIGHTS RESERVED
Version:  February 1, 2008
----------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	

/* Required */
	background-color: #ABA18D;
}

/* =text
----------------------------------------------- */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C5B4B;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C5B4B;
}

.bodydark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-style: normal;
}

.bodyitl {
	font-style: italic;
	color: #6C5B4B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodybd {
	font-weight: bold;
	color: #6C5B4B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodygrnbd {
	font-weight: bold;
	color: #A09F0F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.sml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6C5B4B;
}

blockquote {
	width: 80%;
	padding: 15px 20px 1px 20px;
	border: 0px solid #C9B594;
	background-color: #e1d8c3;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
}

.blockquote2 {
	width: 80%;
	border: 0px solid #C9B594;
	background-color: #e3dec0;
	margin-left: auto;
	margin-right: auto;
	margin-top: -3px;
	margin-bottom: 6px;
	padding: 10px 20px 1px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6C5B4B;
	line-height: 22px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
}

.rightCol2 .blockquote2 {
	padding: 10px 20px 10px 20px;
}

blockquote p {
	margin: 0px 0px 10px 0px;
}

/* =nav
----------------------------------------------- */

#navContainer {
	width: 950px;
	height: 30px;
}

#nav {
	width: 560px;
	margin-left: 325px;
	padding-top: 5px;
	text-align: left;
	float: left;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav li {
	margin-left: 0px;
	margin-right: 5px;
	padding-left: 5px;
	float: left;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #957B68;
	width: 100px;
	height: 20px;
}

#nav a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	width: 100px;
	height: 20px;
}

#nav a:link {
	color: #F4E9D5;
}

#nav a:hover {
	color: #F4E9D5;
	background-color: #4A2500;
}

#nav a:visited {
	color: #F4E9D5;
}

#nav a:active {
	color: #F4E9D5;
	background-color: #4A2500;
}

#home {
	width: 60px;
	height: 25px;
	float: right;
	background-image: url(http://www.16toads.com/images/interface/icon-home.gif);
	background-repeat: no-repeat;
	text-align: right;
	background-position: 5px 5px;
}

#home a {
	width: 60px;
	height: 30px;
	display: block;
}

#home a:link {
	
}

#home a:hover {
	background-image: url(http://www.16toads.com/images/interface/icon-home-f2.gif);
	background-repeat: no-repeat;
	text-align: right;
	background-position: 5px 5px;
	z-index: 10;
}

#nav li.first {
	border-left: 0px;
}

.selected {
	color: #F4E9D5;
	background-color: #4A2500;
}

/* =header
----------------------------------------------- */

#header {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
	color: #664019;
	height: 75px;
	margin-left: 340px;
	margin-top: 45px;
	width: 610px;
	clear: both;
}

/* =structure
----------------------------------------------- */

.bg {
	
}

#pageTop {
	background-image: url(http://www.16toads.com/images/interface/16toads_bkgd_top.gif);
	background-repeat: repeat-x;
	background-color: #F4E9D5;
	margin: 0 auto;
	width: 100%;
	position: relative;
}

#pageBottom {
	background-image: url(http://www.16toads.com/images/interface/16toads_bkgd_foot.gif);
	background-repeat: repeat-x;
	background-color: #ABA18D;
	margin: 0 auto;
	width: 100%;
	position: relative;
	height: 120px;
	padding-bottom: 55px;
}

#wrapperTop {
	width: 950px;
	margin: 0 auto;
	background-image: url(http://www.16toads.com/images/interface/16toads_header.gif);
	background-repeat: no-repeat;
}

#wrapperBottom {
	width: 910px;
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

/* =content
----------------------------------------------- */

#contentContainer {
	width: 950px;
	padding: 20px 20px 10px 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #D1C195;
	clear: both;
}

.colContainer {
	width: 910px;
	margin-bottom: 10px;
}

.wideCol {
	width: 910px;
	margin-top: 55px;
}

.wideCol h1 {
	margin-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
	color: #A09F0F;
}

.wideColPadding {
	margin-left: 57px;
}

#leftCol {
	width: 275px;
	float: left;
	margin-top: 55px;
	margin-right: 20px;
	padding-right: 5px;
}

.leftColBox {
	width: 265px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	border: 1px solid #D1C195;
}

.leftColSignUp {
	width: 275px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: -8px;
	border: 1px solid #D1C195;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
}

.leftColSignUp p {
	width: 265px;
}

#leftCol h1,
#leftColPortfolio h1 {
	width: 300px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #664019;
	background-image: url(http://www.16toads.com/images/interface/16toads_leftCol_divider.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	left: 25px;
	top: 0px;
	height: 26px;
	margin-bottom: 10px;
}

#welcome h1 {
	width: 300px;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #664019;
	background-image: url(http://www.16toads.com/images/interface/16toads_leftCol_divider.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	left: 25px;
	top: 0px;
	height: 37px;
	margin-bottom: 10px;
}

#welcome p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6C5B4B;
	line-height: 26px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.callout {
	width: 290px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #6C5B4B;
	line-height: 21px;
	margin-bottom: 20px;
}

#rightCol {
	width: 590px;
	float: left;
	margin-left: 20px;
}

.rightColBox {
	width: 590px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	background-image: url(http://www.16toads.com/images/interface/16toads_rightCol_divider.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.rightColBox2 {
	width: 590px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	clear: both;
}

.rightColBoxBottom {
	width: 590px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

.captcha {
	width: 595px;
	height: 60px;
	padding-bottom: 0px;
	margin-left: -5px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #e5dabf;
	padding-left: 6px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
}

.captcha input {
	border: 1px solid #D1C195;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C5B4B;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
}

.rightCol2 {
	width: 285px;
	float: left;
}

.rightCol3 {
	width: 285px;
	float: left;
	margin-left: 20px;
}

.rightCol4 {
	width: 180px;
	float: left;
	padding-left: 10px;
}

.rightcolbox3col {
	padding-bottom: 0px;
	margin-bottom: 0px;
	float: left;
	margin-right: 30px;
}

.boxBkgd {
	background-color: transparent;
	height: 160px;
	padding-top: 62px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	background-image: url(http://www.16toads.com/images/galleries/portfolio-samples/tag-contact.jpg);
	background-repeat: no-repeat;
}

.rightCol5 {
	width: 190px;
	float: left;
	margin-left: 10px;
}

.rightCol6 {
	width: 190px;
	float: left;
	margin-left: 10px;
}

.div2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C5B4B;
	margin-bottom: 5px;
	padding-top: 4px;
}

#rightColContainer {
	width: 590px;
	float: left;
	margin-left: 20px;
	padding-bottom: 0px;
}

#rightColIndex {
	width: 590px;
	/* background-image: url(http://www.16toads.com/images/interface/16toads_art_toads.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 70px;
	margin-bottom: 0px;*/
}

#rightColIndex h1 {
	margin-left: 0px;
	margin-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
	color: #A09F0F;
}

#rightColIndex2 {
	width: 590px;
	padding-bottom: 0px;
    margin-bottom: 15px;
}

#rightColIndex2 h1 {
	margin-left: 0px;
	margin-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
	color: #A09F0F;
}

#rightCol h1 {
	margin-left: 0px;
	margin-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
	color: #A09F0F;
}

#toads {
	text-align: right;
}

.boxTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6C5B4B;
	margin-bottom: 3px;
}

#companiesWrapper {
	clear: both;
	padding: 20px 0px 10px 0px;	
}

#companiesBox {
	width: 910px;
	height: 170px;
	border-top: 1px solid #D1C195;
	border-bottom: 0px solid #D1C195;	
	padding-top: 15px;
	vertical-align: middle;
}

.companyLogo {
	width: 227px;
	height: 162px;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#linksBoxWrapper {
	width: 885px;
	height: 200px;
	clear: both;
	margin-left: -5px;
	background-image: url(http://www.16toads.com/images/interface/g-lists-bkgd.jpg);
	background-repeat: no-repeat;	
	padding: 20px;
}

.linksBox {
	width: 200px;
	float: left;
	padding-right: 10px;
	margin-right: 15px;
	/*border-right: 1px solid #D1C195;*/	
}

.linksBoxEnd {
	width: 200px;
	float: left;
}

#linksBoxWrapper ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C5B4B;
	list-style-position: outside;
	list-style-type: disc;
	list-style-color: #000;
	padding-left: 15px;
	list-style-image: url(http://www.16toads.com/images/interface/g-bullet-brn.gif);
}

#linksBoxWrapper li {
	margin-bottom: 6px;
}

#linksBoxWrapper h4 {
	width: 216px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #664019;
	margin-bottom: 10px;
	clear: both;
}

/* =spotlight
----------------------------------------------- */
.spotlightContainer {
	width: 590px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 0px;
}

.spotlightContainer h2 {
	margin-left: 0px;
	margin-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
	color: #A09F0F;
}

.brown {
	color: #66411a;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;	
}

.spotlightImage {
	width: 590px;	
	border:  0px solid #dccea9;	
}

.spotlightText {
	margin-top: 10px;
}

/* =awards
----------------------------------------------- */
.awardsContainer {
	width: 560px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border:  1px solid #dccea9;
	padding: 15px;
	background-color: #fff8e0;
	position: relative;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;		
}

.awardsContainer2 {
	width: 590px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 0px;	
	clear: both;	
}

.awardsContainer h2, 
.awardsContainer2 h2 {
	margin-left: 0px;
	margin-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #66411a;
	padding-left: 5px;
}

.awardsContainer2 h2 a {
	margin-left: 0px;
	margin-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #66411a;
	padding-left: 0px;
}

.awardsContainer2 h2 a:link,
.awardsContainer2 h2 a:visited {
	color: #66411a;
}

.awardsContainer2 h2 a:hover {
	color: #CC6600;
}

.awardsContainer .bold, 
.awardsContainer2 .bold {
	margin-left: 0px;
	margin-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #66411a;
	padding-left: 5px;
}

.awardsContainer .green, 
.awardsContainer2 .green{
	margin-left: 0px;
	margin-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #9aaa24;
	padding-left: 5px;
}

.awardsDivider {
	background-image: url(http://www.16toads.com/images/interface/16toads_rightCol_divider.gif);
	background-repeat: no-repeat;
	padding-top: 20px;	
}

.awardsDividerIndex {
	padding-top: 10px;	
}

.awardsImage {
	float: left;
	margin-right: 15px;
	border:  1px solid #dccea9;	
}

.awardsBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C5B4B;
	line-height: 22px;
	float: left;
	width:  440px;
}

.awardsBox2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C5B4B;
	line-height: 22px;
	float: left;
	width:  470px;
}

.awardsRowContainer {
	clear: both;
}

.awardsRow1 {
  	float: left;
  	width:  48px;	
}

.awardsRow2 {
  	float: left;
   	width:  388px;		
}

.awardsRow {
	height: 22px;
}

.awardsSummary {
	margin-top: 8px;
	padding-top: 12px;
	background-image: url(http://www.16toads.com/images/interface/16toads_rightCol_divider.gif);
	background-repeat: no-repeat;
}

.readMoreAwards {
	color: #66411a;
	padding: 3px 10px 4px 1px;
	text-align: right;
	position: absolute;
	right: 8px;
	bottom: 10px;
}

.readMoreAwards2 {
	color: #66411a;
	background-color: #e1d8c3;
	padding: 3px 10px 4px 1px;
	text-align: right;
	margin-top: 15px;
}


/* =headings
----------------------------------------------- */

h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 100px;
	font-weight: bold;
	color: #664019;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#testimonialsBox h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #664019;
	text-align: left;
	margin-top: 25px;
	margin-bottom: 20px;
}

/* =links
----------------------------------------------- */

a {
	text-decoration: none;
	border: 0px;
}

a:link {
	color: #a1a011;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border: 0px;
}

a:hover {
	color: #CC6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:visited {
	color: #a1a011;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:active {
	color: #CC6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* =about/news
----------------------------------------------- */
.borderBox {	
	background-image: url(http://www.16toads.com/images/interface/16toads_rightCol_smldivider.gif);
	background-repeat: no-repeat;
}

.borderBox .summaryBox {
	margin-top: 0px;
	padding: 10px 0px 10px 0px;
	line-height: 20px;
	font-weight: bold;
	color: #6C5B4B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.rightCol3 .entry p {
	top: 0px;
	margin-top: 0px;
	padding-top: 8px;
}

.rightCol3 .entry h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #664019;
	padding-bottom: 1px;
	margin: 0px;
}

.rightCol3 .entry h5 a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
}

.rightCol3 .entry h5 a:link {
	color: #664019;
}

.rightCol3 .entry h5 a:hover {
	color: #CC6600;
}

.rightCol3 .entry h5 a:active {
	color: #CC6600;
}

.rightCol3 .entry h5 a:visited {
	color: #666666;
}

/* =Archive
----------------------------------------------- */

#rightCol .archiveEntry h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
	color: #A09F0F;
	padding-left: 0px;
	background-image: url(http://www.16toads.com/images/interface/16toads_rightCol_divider.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	top: 0px;
	height: 35px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#rightCol .archiveEntry .nav_cat_archive li {
	list-style-type: none;
	list-style-image: none;
}

#rightCol .archiveEntry h2 {
	margin: 20px 0px 5px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
	color: #66411a;
	background-color: #e1d8c3;
	padding-left: 5px;
}

#rightCol .archiveEntry ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C5B4B;
}

#rightCol .entry ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C5B4B;
	line-height: 22px;
	margin: 0px 20px 15px 20px;	
}

#rightCol .archiveEntry li {
	margin-bottom: 6px;
	margin-left: 10px;
	list-style-position: inside;
	list-style-type: disc;
	list-style-color: #000;
	padding-left: 0px;
	list-style-image: url(http://www.16toads.com/images/interface/g-bullet-brn.gif);
}

/* =portfolio
----------------------------------------------- */

#leftColPortfolio {
	width: 275px;
	float: left;
	margin: 55px 0px 0px 20px;
	padding-right: 5px;
}

#rightColPortfolio {
	width: 590px;
	float: left;
	margin-left: 20px;
}

#rightColPortfolio h1 {
	margin-left: 0px;
	margin: 20px 0px 5px 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: bold;
	color: #A09F0F;
	letter-spacing:   ;		
}

#rightColPortfolio h2, 
#rightColPortfolio .relations h3 {
	margin-left: 0px;
	margin-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #66411a;
	padding-left: 5px;
}

#rightColPortfolio ul {
	list-style-type: square;
	margin: 0px 0px 10px 25px;
	color: #66411a;
}

#rightColPortfolio li {
	
}

#rightColPortfolio p {
	margin: 0px 20px 10px 10px ;
}

#categoryBox {
	width: 590px;
}

#workCategory {
	margin-left: 0px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #664019;
	padding: 0px 0px 5px 5px;
}

#nextPrevious {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C5B4B;
	width: 225px;
	float: right;
	text-align: right;
	margin-right: 10px;
}

#sampleLargeWrapper {
	width: 584px;
	height: 513px;
	background-image: url(http://www.16toads.com/images/interface/g-workSampleShadow.jpg);
	margin-left: 5px
}

#sampleLarge {
	width: 590px;
	margin-bottom: 15px;
}

#thumbWrapper {
	width: 590px;
}

#thumbPosition {
	margin-left: 25px;
	margin-top: 10px;
;
}

#thumbWrapper .thumbSample {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

.leftColTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6C5B4B;
	margin-bottom: 5px;
}

.leftColTxtGrn {
	color: #999810;
}

.samplesNav {
	width: 579px;
	height: 40px;
	background-color: #E1D8C3;
	margin-left: 4px;
	margin-bottom: 15px;
}

.samplesNav ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 5px;
	padding-top: 4px;
}

.samplesNav li {
	width: 33px;
	padding-right: 6px;
	float: left;
}

.samplesNav img {
	border: 1px solid #D1C195;
}

.samplesNav a {
	margin: 0px;
}

#rightColTags {
	width: 585px;
	float: right;
	margin-left: 20px;
}

.portfoliothumb {
	width: 170px;
	padding: 12px;
	margin-bottom: 5px;
	text-align: center;
	float: left;
}

.portfoliothumb img {
	border: 0px;
}

#rightColTags .portfoliothumb h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #aba18d;
	margin-top: 0px;
	text-align: center;
	margin-right: 0px;
	padding: 2px;
	width: 180px;
}

.siteUrl {
	float: right;
	margin-right: 20px;
}

/* =footer
----------------------------------------------- */

#pgBreakWrapper {
	width: 950px;
	height: 23px;
	margin: 0 auto;
}

#pgBreak {
	width: 950px;
	height: 23px;
	background-image: url(http://www.16toads.com/images/interface/16toads_footer.gif);
	background-repeat: no-repeat;
}

#footerWrapper {
	width: 950px;
	margin: 0 auto;
}

#foot {
	width: 935px;
	text-align: left;
	padding-left: 15px;
	overflow: hidden;
}

#foot ul {
	margin: 0px;
	padding: 0px;
}

#foot li {
	float:  left;
	padding-left: 20px;
	padding-right: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C9B594;
	list-style-type: none;
}

#foot a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

#foot a:link {
	color: #664019;
}

#foot a:hover {
	color: #CC6600;
}

#foot a:visited {
	color: #664019;
}

#foot a:active {
	color: #7DBB35;
}

#foot li.first {
	border-left: 0px;
}

#bottomLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF8E0;
	width: 350px;
	text-align: left;
	float: left;
}

#bottomRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF8E0;
	width: 350px;
	text-align: right;
	float: right;
	position: absolute;
	top: 10px;
	right: 25px;
}

#bottomCenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF8E0;
	width: 150px;
	text-align: center;
	padding-left: 150px;
	margin: auto;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF8E0;
	margin-bottom: 10px;
}

.legal a:link, .legal a:visited {
	color: #6C5B4B;
}

.legal a:hover, .legal a:active {
	color: #FFF8E0;
}

.pageView {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6C5B4B;
	margin-bottom: 10px;
}

/* =Blog
----------------------------------------------- */

#leftCol h3 {
	width: 300px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #664019;
	background-image: url(http://www.16toads.com/images/interface/16toads_leftCol_divider.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	left: 25px;
	top: 0px;
	height: 26px;
	margin-bottom: 10px;
}

#leftCol h4 

/* signup header */ {
	width: 300px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #664019;
	background-image: url(http://www.16toads.com/images/interface/16toads_leftCol_divider.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	left: 25px;
	top: 0px;
	height: 48px;
	margin-bottom: 10px;
}

#leftCol .lcontent {
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C5B4B;
}

#leftCol .lcontent p {
	padding: 8px;
}

#leftCol ul,
#leftColPortfolio ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C5B4B;
	list-style-position: outside;
	list-style-type: disc;
	list-style-color: #000;
	margin-left: 0px;
	padding-left: 15px;
	list-style-image: url(http://www.16toads.com/images/interface/g-bullet.gif);
}

#leftCol li,
#leftColPortfolio li {
	padding: 0px 0px 5px 0px;
}

.category_image {
	margin-bottom: 30px;
}

#rightCol .entry {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

#rightCol .entry ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C5B4B;
	line-height: 22px;
	list-style-position: outside;
	list-style-type: disc;
	list-style-color: #c60;	
	margin: 0px 20px 15px 20px;	
}

#rightCol .entry li {
	margin: 0px 0px 5px 0px;	
}

#rightCol .entry h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
	color: #A09F0F;
	padding-left: 0px;
	background-image: url(http://www.16toads.com/images/interface/16toads_rightCol_divider.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	left: 25px;
	top: 0px;
	margin-top: 10px;
	margin-bottom: 3px;
	padding-bottom: 8px;
}

#rightCol .entry h3 a {
	margin-left: 0px;
	margin-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
}

#rightCol .entry h3 a:link {
	color: #A09F0F;
}

#rightCol .entry h3 a:hover {
	color: #CC6600;
}

#rightCol .entry h3 a:active {
	color: #CC6600;
}

#rightCol .entry h3 a:visited {
	color: #666666;
}

#rightCol h3 /* comments */ {
	margin-left: 0px;
	margin-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
	color: #66411a;
}

#rightCol .entry img {
	border: 1px solid #d1c195;
}

#rightCol .entry h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #664019;
	background-repeat: no-repeat;
	background-position: bottom left;
	left: 25px;
	top: 0px;
	height: 23px;
	margin-bottom: 8px;
}

.summary {
	font-weight: bold;
	color: #6C5B4B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 10px;	
}

.posted {
	background-color: #fff9e6;
	padding: 5px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6C5B4B;
}

.entry .posted {
	margin-top: 15px;
}

.horizontal_rule {
	border-bottom: 1px solid #D1C195;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.active_cat {
	font-weight: bold;
}

form#freeform {
	margin-bottom: 8px;
}

textarea#message.body {
	width: 90%;
	max-width: 90%;
	border: 1px solid #D1C195;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C5B4B;
	line-height: 22px;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

input {
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #D1C195;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C5B4B;
	background-color: #FFF;
	padding-left: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
}

label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C5B4B;
}

button.body {
	border: 1px solid #D1C195;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	width: 75px;
	background-color: #66411a;
	padding-top: 3px;
	padding-bottom: 3px;
}

button.body2 {
	border: 1px solid #D1C195;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	width: 100px;
	background-color: #a1a011;
	padding-top: 3px;
	padding-bottom: 3px;
}

select {
	border: 1px solid #D1C195;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C5B4B;
}

.comment_entries {
	margin-bottom: 7px;
}

.comment_form {
	background-color: #fff9e6;
	padding: 20px;
	background: #fff9e6 url(http://www.16toads.com/images/interface/g-burst2.gif) no-repeat top right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6C5B4B;
}

.comment_body {
	margin: 0px 30px 0px 30px;
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-bottom: 1px;
	overflow: hidden;
}

.comment_body p {
	line-height: 22px;
	margin-bottom: 10px;
}

.commentRowOne {
	background-color: #dee1bf;
	margin-bottom: 0px;
}

.commentRowTwo {
	background-color: #e1d8c3;
	margin-bottom: 0px;
}

.comment_bodyAuthor {
	margin: 0px 30px 0px 0px;
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-bottom: 1px;
	overflow: hidden;
}

.comment_bodyAuthor p {
	line-height: 22px;
	margin-bottom: 10px;
}

.authorEntry {
	margin-bottom: 0px;
	background-color: #e9caa2;
}

.author_img {
	float: left;
	width: 38px;
	margin: 0px 0px 0px 10px;
}

.author_txt {
	float: left;
	width: 510px;
}

.comment_form .comment_textbox {

}

.comment_form input {
	width: 250px;
	border: 1px solid #D1C195;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C5B4B;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
}

.comment_form input.check {
	width: 15px;
}

.comment_form textarea {
	height: 100px;
	width: 540px;
	max-width: 540px;
	border: 1px solid #D1C195;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C5B4B;
	line-height: 22px;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
}

.search_results {
	padding-bottom: 10px;
}

.paginate {
	margin-top: 20px;
}

.pagecount {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C5B4B;
}

#categoryHeading {
	background-color: #e1d8c3;
	margin-left: -5px;
	padding-left: 5px;
}

.commentBoxContainer {
	width: 100%;
	float: left;
	overflow: hidden;
}

.commentBoxLeft {
	width: 295px;
	float: left;
	vertical-align: bottom;
}

.commentBoxRightContainer {
	width: 250px;
	float: left;
}

.commentBoxRight {
	width: 250px;
	margin-top: 40px;
}

.comment_form .commentSpam {
	clear: both;
	line-height: 18px;
	color: #fff9e6;
	background-color: #664019;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	margin-bottom: 15px;
	padding: 5px;
        text-align: center;
}

/* =search
----------------------------------------------- */
#searchform fieldset {
	border: 1px solid #D1C195;
	margin-bottom:  20px;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 8px;
}

#searchform legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #664019;
}

.searchBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C5B4B;
	padding: 20px;
	border: 1px solid #D1C195;
}

.searchBox h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #664019;
	margin-top:  0px;
}

table#search {
	width: 100%;
	border-collapse: collapse;
}

th {
	text-align: left;
	padding: 4px 0px 5px 7px;
	background-color: #aba18d;
	color: #f4e9d5;
}

td {
	padding: 7px 10px 7px 7px;
	vertical-align: top;
}

td.resultRowOne {
	border-top: 1px solid #f4e9d5;
	background-color: #eee0ca;
}

td.resultRowTwo {
	border-top: 1px solid #f4e9d5;
	background-color: #fcf1dd;
}

td.blog p, td.content p, td.blurbs p, td.work p, td.headlines p {
	font-weight: bold;
	line-height: 16px;
	}

.blog {
	background: #e2c076;
	border-top: 1px solid #f4e9d5;
	}
.content {
	background: #bfd7d3;
		border-top: 1px solid #f4e9d5;
	}
.blurbs {
	background: #d4b3bf;
	border-top: 1px solid #f4e9d5;
	}
.work {
	background: #c9c283;
		border-top: 1px solid #f4e9d5;
	}
.headlines {
	background:#CCC;
		border-top: 1px solid #f4e9d5;
	}

td.news p span, td.views p span, td.stockists p span {
	font-weight:400;font-size:9px
}

/* =adoptions
----------------------------------------------- */
.bodyPhoto {
	float: left;
	margin-right: 20px;
}

.bodyPhoto img {
	border: 5px solid #cebc9c;
}

.colBox {
	margin-bottom: 15px;
}

.ThumbBox {

}

.photoBox2 {
	width: 45px;
	height: 45px;
	float: left;
	margin: 0px 10px 10px 0px;
	border: 2px solid #cebc9c;	
}

.dateDetail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #654019;
	font-weight: bold;
	margin-bottom: 15px;
}

.dateGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #a09f0f;
	font-weight: bold;
}

#rightCol h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6C5B4B;
	font-weight: bold;
	margin-bottom: 0px;
}


/* =related entry
----------------------------------------------- */

#rightCol .relations ul,
#rightColPortfolio .relations ul {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C5B4B;
}

#rightCol .relations li,
#rightColPortfolio .relations li {
	margin-bottom: 6px;
	margin-left: 5px;
	list-style-position: inside;
	list-style-type: disc;
	list-style-color: #000;
	padding-left: 0px;
	list-style-image: url(http://www.16toads.com/images/interface/g-bullet-brn.gif);
}


/* =twitter
----------------------------------------------- */
.twitter {
	overflow: hidden;
	margin: 10px;
}

.twitter img {
	float: left;
	margin-right: 8px;
}

.twitterText {
	float: left;
	padding-top: 2px;
	font-weight: normal;
}  


/* =miscellaneous
----------------------------------------------- */

.clear {
	clear: both;
}

a img {
	border: none;
}

.entry img.left {
	border: none;
	padding-right: 15px;
}

#leftCol a img {
	border: none;
}

.paddingBottom {
	margin-bottom: 10px;
}

.paddingBottom2 {
	margin-bottom: 20px;
}

.paddingTop {
	margin-top: 10px;
}

.padding {
	margin: 10px;
}

.paddingtopbottom {
	padding-top: 10px;
	padding-bottom: 10px;
}

.padRight {
	padding-right: 15px;
	padding-bottom: 3px;
	float: left;
}

.padleft {
	padding-left: 20px;
}

.padShare {
	padding-bottom: 5px;
	float: left;	
}

.padShare img {
	padding-left: 5px;
}

#share {
	width: 100%;
	font-size: 11px;
	text-align: center;
	font-family: arial, helvetica, verdana, sans-serif;
	color: #6699CC;
	padding-top: 5px;
	margin-top: 5px;
}

.center {
	text-align: center;
}

.highlight {
	background-color: #e1d8c3;
	line-height: 25px;
	padding-left: 3px;;
	padding-top: 5px;
	margin-top: -5px;
	margin-bottom: 10px;
	width:  97%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C5B4B;
	font-weight: normal;
}

.thankyou {
	background-color: #e2c076;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 1px;
	margin-top: 0px;
	margin-bottom: 15px;
	width:  100%;
	border: 1px solid #C9B594;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C5B4B;
	font-weight: bold;
	line-height: 25px;
}

.rightcolbox3col #message.body {
	margin-top: 10px;
	width: 625px;
	height: 80px;
}

/* menu */
#sub {
	margin-left: 5px;
	margin-bottom: 65px;
	width: 270px;
	z-index: 99;
	padding-top: 8px;
}

#sub li {
	/*display: block;*/
	list-style-type: none;
}

#menu {
	margin: 0px 0px 0px 0px;
}

#menu li.toggle > a, 
#menu li.toggle, 
#sub h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #654019;
    padding: 0px 0px 5px 0px;
    margin: 2px 0px 10px 0px;    
	background-image: url(http://www.16toads.com/images/interface/16toads_leftCol_divider.gif);
	background-repeat: no-repeat;
	background-position: bottom left;  
}

#menu li.toggle,
#menu li a {
	cursor: pointer;
}

#sub h4, 
#menu li.toggle > a {
	border-bottom: 0 none;
}

#content #sub h4 {
	margin: 6px 0px 18px;
}

.options li, 
.ordinary li {
	font: 12px Verdana;
	font-weight: bold;
	display: block;
	margin: 6px 15px 6px  -15px;
	padding: 0px 0px 0px 0px;
	height: 22px;	
}

.options li a, 
.ordinary li {
	color: #654019;
	display: block;
	padding: 3px 0px 0px 10px;
	height: inherit;
}

/*
.options li a, 
.ordinary li {
	background: url('http://www.16toads.com/images/interface/g-arrow.gif') no-repeat;
	top: 10px;
}
*/

.options li a:hover, 
.options li#here {
	background: url('http://www.16toads.com/images/interface/g-menu-bkgd.gif') no-repeat;
	color: #e17048;
	padding: 3px 0px 3px 10px;	
}

.options li#here {
	display: block;
	padding: 3px 0px 3px 10px;
}

/*
#twitter_updates li {
	background: url('/images/sec/sub-options-twitter.png') no-repeat;
	font-weight: normal;
}

#best li a {
	background: url('/images/sec/sub-options-checkmark.png') no-repeat;
}

#archives li a {
	background: url('/images/sec/sub-options-folder.png') no-repeat;
}
*/


/* thickbox */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_prev a,
#TB_next a,
#TB_closeWindow a {
	border: 1px solid #ccc;
	padding: 3px 10px 3px 10px;
	font: 11px Arial, Helvetica, sans-serif;	
	font-weight: bold;	
}
#TB_prev a:link,
#TB_prev a:visited,
#TB_next a:link,
#TB_next a:visited,
#TB_closeWindow a:link,
#TB_closeWindow a:visited {
	color: #fff;
	background-color: #533514;
}
#TB_prev a:hover,
#TB_prev a:active,
#TB_next a:hover,
#TB_next a:active,
#TB_closeWindow a:hover,
#TB_closeWindow a:active {
	color: #fff;
	background-color: #9e9d0f;
}

#TB_closeWindow {
	font: 12px Arial, Helvetica, sans-serif;
	color:#666666;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(http://www.16toads.com/images/interface/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* ie fix */
/* =related entry
----------------------------------------------- */

#rightCol .relations ul,
#rightColPortfolio .relations ul {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C5B4B;
}

#rightCol .relations li,
#rightColPortfolio .relations li {
	margin-bottom: 6px;
	margin-left: 25px;
	list-style-position: outside;
	list-style-type: disc;
	list-style-color: #000;
	padding-left: -15px;
	list-style-image: url(http://www.16toads.com/images/interface/g-bullet-brn.gif);
}