/*
-----------------------------------------------
Big Squid Master CSS
Author:  Paul Burton, 16toads Design (www.16toads.com)
Version:  July, 2010

    1   Text
    2   Header
    3   Structure
	4   Content
    5   Nav
    6   Search
    7   Headings
    8   Lists
    9   Forms
    10   Links
    11  Misc

----------------------------------------------- */
* {
  	margin: 0px;
 	padding: 0px;
}
html, body {
  	height: 100%; /* Required */
	background-color: #FAF3E6;
}

.bg {
	background-image: url(../images/interface/g-bkgd.gif);
	background-repeat: repeat-x;
}

/* =font-face
----------------------------------------------- */

@font-face {
	font-family: 'CardoRegular';
	src: url('Cardo99s-webfont.eot');
	src: local('☺'), 
	url('Cardo99s-webfont.woff') format('woff'), 
	url('Cardo99s-webfont.ttf') format('truetype'), 
	url('Cardo99s-webfont.svg#webfontpqfEY6ts') format('svg');
	font-weight: normal;
	font-style: normal;
}
		
/* =headings
----------------------------------------------- */
h1 {
	margin: 0 0 0 -5px;
	font-family: 'CardoRegular', "Times New Roman", Times, serif;
	font-size: 54px;
	font-weight: normal;
	letter-spacing: 0;
	color: #CD3F91;
}

h2 {
	margin: 0 0 40px 0;
	font-family: 'CardoRegular', "Times New Roman", Times, serif;
	font-size: 38px;
	font-weight: normal;
	color: #323031;
}

h3 {
	margin: 0 0 10px 0;
	font-family: 'CardoRegular', "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #323031;
}

.twocolbox h3,
.colbox h3 {
	height: 52px;
	padding: 4px 0 0 75px;
	background-image: url(../images/interface/g-testimonials.gif);
	background-repeat: no-repeat;
	font-family: 'CardoRegular', "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;		
}

.twocolbox h2 {
	height: 52px;
	margin-bottom: 15px;
	padding: 4px 0 0 5px;	
	background-image: url(../images/interface/g-divider-2col.gif);
	background-repeat: no-repeat;
	font-family: 'CardoRegular', "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #c82f91;
}

#sidebar .phone h3 {
	font-family: 'CardoRegular', "Times New Roman", Times, serif;
	font-size: 35px;
	text-align: center;
	color: #c82f91;
	font-weight: normal;	
}

#sidebar #formwrapper h4 {
	height: 38px;
	margin-bottom: 15px;
	padding: 8px 0 0 68px;
	font-family: 'CardoRegular', "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
}	

#sidebar h2 {
	height: 38px;
	margin-bottom: 15px;
	font-family: 'CardoRegular', "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;	
	background: url(../images/interface/g-divider-sidebar.gif) no-repeat 0 32px;
}	  


/* =text
----------------------------------------------- */
p {	
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 26px;	
	color: #323031;
}

.body {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #323031;
}

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

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

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

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

.legal {	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.purple {
	color: #c82f91;
}

.dkpurple {
	color: #96005d;
}

.credit {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: normal;
	color: #c82f91;
}

#content p strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #c82f91;
	font-style: normal;
}

/* =structure
----------------------------------------------- */
#wrapper {
	position: relative;	
	width: 960px;	
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/interface/squid.png);
	background-repeat: no-repeat;	
}

#wrapper2 {
	position: relative;	
	width: 960px;	
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/interface/squid-nomenu.png);
	background-repeat: no-repeat;	
}

#headerlogo {
	width: 350px;
	height: 123px;
	margin: 0px;
	padding: 0px;
}

#contentcontainer {
	width: 960px;
	overflow: hidden;	
	padding-top: 360px;
}

#content {
	float: left;
	width: 635px;
	padding: 18px 0px 18px 34px;
}

#sidebar {
	float: right;	
	width: 258px;
}

#footerwrapper {
	margin: 0 auto;
	width: 960px;
	height: 150px;
	background-image: url(../images/interface/g-footer.gif);
	background-repeat: no-repeat;
}

/* =header
----------------------------------------------- */
#header {
	position: relative;
	width: 960px;
	height: 475px;
	z-index: 50;
	background-color: transparent;
}

#logo {
	position: absolute;
	z-index: 100;
	top: 20px;
	left: 86px;
}

#aboutnav {
	position: absolute;
	z-index: 100;
	top: 297px;
	left: 330px;
}


/* =nav
----------------------------------------------- */
#navtitle {
	margin: 35px 0 -4px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #c82f91;
}
#navbox {
	width: 100%;
	background: url(../images/interface/g-nav-bkgd-full.png) repeat-x;
}
#nav {
	width: 960px;
	height: 50px;
	margin: 0px auto;	
}

#nav ul {
	margin: 0px;
	padding: 10px 0 0 0px;
	text-align: center;
}

#nav li {
	display: inline;
	margin: 0px;	
	padding: 0 15px 0 0px;
}

#nav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;	
}

#nav li a:link,
#nav li a:visited {
	color: #faf4e6;
}

#nav li a:hover,
#nav li a:active {
	color: #CD3F91;
}

#nav li.selected a {
	color: #CD3F91;
}


/* =content
----------------------------------------------- */
.twocolbox,
.colbox {
	width: 658px;
	margin: 45px 0 0 -13px;
	overflow: hidden;
}

.padding {
	padding: 0 15px 15px 15px;
	overflow: hidden;
}

.paddingquote {
	padding: 0 15px 15px 15px;
	overflow: hidden;
	font-style: italic;
}

#sidebar .padding {
	padding: 15px;
}

.twocolbox .left {
	float: left;
	width: 310px;
	margin: 0 38px 0 0;
}

.twocolbox .right {
	float: left;	
	width: 310px;
}

.twocolbox ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 0 16px;
}

.twocolbox li {
	line-height: 25px;
}

.newsbox {
	overflow: hidden;	
	margin-bottom: 15px;
}

.date {
	float: left;
	width: 40px;
	padding: 0px 15px 0 0;
	font: bold 13px 'CardoRegular', "Times New Roman", Times, serif;
	color: #CD3F91;
	text-align: right;
}

.item p {
	float: left;
	width: 245px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;	
	color: #4D4D4D;
	margin: 0;	
}

.newsbox2 {
	overflow: hidden;	
	margin-bottom: 25px;
}

.newsbox2 p {
	margin: 0;
	line-height: 22px;		
}

.date2 {
	float: left;
	width: 60px;
	padding: 2px 18px 0 0;
	font-family: 'CardoRegular', "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;	
	color: #CD3F91;
	text-align: right;
}

.item2 {
	float: left;
	width: 555px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 22px;	
	color: #323031;	
}

/* =sidebar */
#formwrapper {
	width: 250px;
	margin: 0 0 0 0;
}

#sidebar .phone p{
	margin: 0;
	text-align: center;
	color: #323031;
}
#sidebar .phone {
	margin: 50px 0 50px 0;
}

#sidebar .social ul {
	margin-left: 5px;
}

#sidebar .social li {
	height: 32px;
	margin-bottom: 12px;
	list-style-type: none;
	padding: 8px 0 0 50px;
}

#sidebar .social li a {
	color: #323031;
}

#sidebar .social li a:hover {
	color: #CD3F91;
	text-decoration: underline;
}

#sidebar .social li.fb {
	background: url(../images/interface/icon-facebook.png) no-repeat;
}

#sidebar .social li.tw {
	background: url(../images/interface/icon-twitter.png) no-repeat;
}

#sidebar .social li.sm {
	background: url(../images/interface/icon-sitemap.png) no-repeat;
}

/* =footer */
#footernav {
	width: 960px;	
	padding-top: 100px;
	text-align: center;
}
#footernav ul {
	margin: 0px;
	padding: 0px;
}
#footernav li {
	display: inline;
	margin: 0px;	
	padding: 0 9px 0 9px;
}

#footerheadline {
	width: 960px;
	margin: 20px 0 20px 0;
	font: 36px 'CardoRegular', "Times New Roman", Times, serif;
	font-weight: normal;	
	text-align: center;
}

#legal {
	width: 940px;
	margin: 35px 0 0 0;
	padding: 0 10px 75px 10px;
}

.address {
	float: left;
	width: 350px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 26px;	
	color: #6e6a6c;	
}

.copyright {
	float: right;
	width: 350px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;	
	color: #6e6a6c;	
}

.copyright a {
	font-size: 11px;
}


/* =search
----------------------------------------------- */


/* =lists
----------------------------------------------- */
#content ul {
	margin: 0 0 15px 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 26px;	
	color: #312F30;
	list-style-type: disc;
}

/* =forms
----------------------------------------------- */
form {
	width: 210px;
	margin: 50px 0px 15px 10px;
	overflow: hidden;
}

form p label {
}

form p {
	margin: 0 0 5px 0;
}

input.body {
	width: 192px;
	height: 32px;	
	margin: -2px 0 0 0;
	padding: 0 8px 0 8px;
	border: none;	
	background: url(../images/interface/form-field1.gif) no-repeat;
	font-size: 12px;
}

#message.body {
	width: 175px;
	height: 59px;	
	margin: -3px 0 0 0;	
	padding: 8px 26px 8px 8px;
	border: none;		
	background: url(../images/interface/form-txtarea.gif) no-repeat;
	font-size: 12px;
}

#message.body {
	scrollbar-face-color: #c7c2b8;
	scrollbar-shadow-color: transparent;
	scrollbar-highlight-color: transparent;
	scrollbar-3dlight-color: transparent;
	scrollbar-track-color: #e9e3da;
	scrollbar-arrow-color: #312F30;
}

form button.body {
	float: right;	
	width: 96px;
	height: 28px;
	margin: 10px 0 0 0;
	border: none;
	text-indent: -9999px;
	background: url(../images/interface/btn-submit.gif) no-repeat;
	cursor: pointer;
}


/* =links
----------------------------------------------- */
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;	
}

a:link,
a:visited {
	color: #C82E91;
}
a:hover,
a:active {
	color: #312F30;
	text-decoration: underline;		
}

.twocolbox h2 a {
	height: 45px;
	height: 52px;
	padding: 4px 0 0 5px;	
	background-image: url(../images/interface/g-divider-2col.gif);
	background-repeat: no-repeat;
	font-family: 'CardoRegular', "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	text-decoration: none;	
}

.twocolbox h2 a:link,
.twocolbox h2 a:visited {
	color: #333;
}

.twocolbox h2 a:hover {
	color: #c82f91;
}

.newsbox a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;	
}

.newsbox a:link,
.newsbox a:visited {
	color: #C82E91;
}
.newsbox a:hover,
.newsbox a:active {
	color: #C82E91;
	text-decoration: underline;	
}

#footernav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

#footernav li a:link,
#footernav li a:visited {
	color: #312F30;
}

#footernav li a:hover,
#footernav li a:active,
#footernav li.selected a {
	color: #C82E91;
	text-decoration: underline;	
}


/* -- structure pagination -- */
ul.pagination {
	margin: 0;
	padding: 15px 0 0 10px;
}

ul.pagination a {
	color: #c82f91;
}

ul.pagination a:hover {
	color: #c82f91;
}

ul.pagination li.here {
	font-weight: bold;
}

ul.pagination li.here,
ul.pagination li.next,
ul.pagination li.end,
ul.pagination li.page-total,
ul.pagination li.beginning,
ul.pagination li.previous {
	display: inline;
	padding-left: 15px;
}

ul.pagination li.next a,
ul.pagination li.previous a {
	color: #c82f91;
}

ul.pagination li.next a:hover,
ul.pagination li.previous a:hover {
	color: #c82f91;
	text-decoration: underline;
}

ul.pagination li.next {
	display: inline;
}

.page-total {
	color: #969898;
}

.pagecount {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}


/*-- Sitemap------------------------------------------*/

#content ul#sitemap {
	margin: 15px 0 15px 0px;
}

#content ul#sitemap a:link,
#content ul#sitemap a:visited {
	color: #c82f91;
}

#content ul#sitemap a:hover,
#content ul#sitemap a:active {
	text-decoration: underline;
}

#content ul#sitemap li {
	margin: 5px 0px 5px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 30px;	
	color: #333;	
}

#content ul#sitemap li a {
	font-weight: bold;
	font-size: 17px;
}

#content ul#sitemap li ul li a {
	font-weight: bold;
	font-size: 15px;
}

#content ul#sitemap li ul li ul li a {
	font-weight: normal;
	font-size: 14px;
}  

/* = Press Section / Blog
----------------------------------------------- */
#content .entry p.postdate {
	margin: 0 0 15px 0;
	padding: 0;
	color: #666;
	font: 11px Arial, Helvetica, sans-serif;
}

.entry .summary {
	color: #312f30;
	font: bold 15px/26px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

#content .entry {
	width: 97%;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;	
}

#content .entry h3 {
	margin: 0px 0 5px 0;
	border: none;
	color: #cd3f91;
	font: normal 20px 'CardoRegular', "Times New Roman", Times, serif;
}

#content .entry ul {
	margin: 0px 20px 10px 0px;
	list-style-image: url(../images/interface/bul-arrow.gif);
	list-style-position: outside;
	list-style-type: disc;
	list-style-color: #c60;		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

#content .entry ol {
	margin: 0px 20px 10px 0px;	
	list-style-position: outside;
	list-style-type: decimal;
	list-style-color: #c60;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

#content .entry li,
#content li,
#content .padding li {
	margin: 0px 0px 10px 0px;
}

#content .entry h2 {
	margin: 0 0 5px 0;
	padding: 0px;	
	color: #cd3f91;
	font: normal 20px 'CardoRegular', "Times New Roman", Times, serif;
	font-weight: normal;
	color: #7f2215;
}

#content .entry h3 a {
	margin: 0 0 5px 0;
	padding: 0px;	
	color: #cd3f91;
	font: normal 20px 'CardoRegular', "Times New Roman", Times, serif;
	font-weight: normal;
}

#content .entry h3 a:link,
#content .entry h3 a:visited {
	color: #cd3f91;
}

#content .entry h3 a:hover,
#content .entry h3 a:active {
	text-decoration: underline;
}


/* -- structure pagination -- */

#content ul.pagination {
	margin: 15px 0 0 0;
	padding: 0;
}

ul.pagination a {
	color: #cd3f91;
	font-size: 12px;	
}

ul.pagination a:hover {
	text-decoration: underline;
}

ul.pagination li.here {
	font-weight: bold;
}

ul.pagination li.here,
ul.pagination li.next,
ul.pagination li.end,
ul.pagination li.page-total,
ul.pagination li.beginning,
ul.pagination li.previous {
	display: inline;
	padding-left: 10px;
}

ul.pagination li.next a,
ul.pagination li.previous a {
	color: #cd3f91;
}

ul.pagination li.next a:hover,
ul.pagination li.previous a:hover {
	color: #cd3f91;
}

ul.pagination li.next {
	display: inline;
}

.page-total {
	color: #969898;
	font-size: 12px;	
}

.pagecount {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}   


/* blog comments
----------------------------------------------- */
#content h4 /* comments */ {
	width: 97%;
	margin: 25px 0 12px 0;
	padding: 3px 0 5px 0;	
	font-family: 'CardoRegular', "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #c82f91;
}

.comment_entries {
	margin-bottom: 7px;
}

.comment_body {
	padding: 0px 20px 0px 20px;
	padding-top: 0px;
	padding-bottom: 1px;
	background-repeat: repeat-x;
	color: #4D4D4D;
	font: 14px/21px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.commentRowOne .comment_body p,
.commentRowTwo .comment_body p {
	margin-bottom: 10px;
	padding-bottom: 18px;	
	border-bottom: 1px dotted #e2e2e2;	
	line-height: 18px;	
	font-size: 14px;
}

.commentRowOne {
	margin-bottom: 3px;	
	border-top: 1px solid #ccc;
}

.commentRowTwo {
	margin-bottom: 3px;	
	border-top: 1px solid #ccc;
}

.commentRowOne .submitted, 
.commentRowTwo .submitted {
	margin-bottom: 2px;	
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}

/* -- blog comment form -- */

#comment_form {
	width: 100%;	
	margin: 0px;
	padding: 10px;
	border-top: 1px solid #ccc;		
	border-bottom: 1px solid #ccc;
	border-color: #d8d3c9;
}

#comment_form input{
	width: 250px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #666;	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #eeced5;
}

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

#comment_form textarea {
	height: 100px;
	width: 450px;	
	padding: 5px;
	border: 1px solid #666;	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 18px;
	background-color: #eeced5;
}  

#comment_form button.body {
	float: left;
}

#comment_form .padRight p {
	margin: 0 0 0 -10px;
	padding: 0;
}

/* =archive
----------------------------------------------- */

.archiveEntry {
	margin: 0px 0px 0px 10px;
}

#content .archiveEntry h2 {
	position: relative;
	width: 545px;
	overflow: hidden;	
	padding: 3px 0px 3px 15px;
	margin: 15px 0px 0px -18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #cd3f91;
	font-weight: normal;
	line-height: 32px;	
}

#content  .archiveEntry h3 {
	margin: 5px 0px 10px -10px;	
	padding: 0px 0px 0px 10px;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #312f30;
	font-weight: normal;
	line-height: 30px;
	background-color: #e3ded3;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#content .archiveEntry ul {
	margin: 0px 5px 0px 0px;	
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url(../images/interface/bul-arrow.gif);	
	color: #a29c8b;
}

#content .archiveEntry li {
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;	
	color: #666;
}

.archiveEntry .paginate {
	margin-top: 25px;
}


/* =miscellaneous
----------------------------------------------- */
.clear {
	clear: both;
}

a img {
	border: none; 
}

/* IE6 WIN (HIDE FROM IE5 MAC) >> \*/
* html # {

}
/* << IE6 WIN */

