html { font-family: Arial, Helvetica, Tahoma, sans-serif; }  /* Change this to fit the site */ 
body { color: #000; margin: 0; font-size: 62.5%; background-color: #37939B; padding:0;}

/* Reset all code */
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.Code licensed under the BSD License:http://developer.yahoo.net/yui/license.txt version: 2.8.0r4
*/
html{color:#000;background-color:#37939B;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{font-size:1.2em;}

/* Base styles set */
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved. Code licensed under the BSD License:http://developer.yahoo.net/yui/license.txtversion: 2.8.0r4
*/

body{margin:0;}
h1{font-size:1.8em;}
h2{font-size:1.6em;}
h3{font-size:1.5em;}
p, li, input {font-size:1.3em;}
h1,h2,h3{margin:1em 0;}
h1,h2,h3,h4,h5,h6,strong,dt{font-weight:bold;}
optgroup{font-weight:normal;}
abbr,acronym{border-bottom:1px dotted #000;cursor:help;}
em{font-style:italic;}
del{text-decoration:line-through;}
blockquote,ul,ol,dl{margin:1em;}
ol,ul,dl{margin-left:2em;}
ol li{list-style:decimal outside;}
ul li{list-style:disc outside;}
dl dd{margin-left:1em;}
th,td{border:1px solid #000;padding:.5em;}
th{font-weight:bold;text-align:center;}
caption{margin-bottom:.5em;text-align:center;}
sup{vertical-align:super;}
sub{vertical-align:sub;}
p,fieldset,table,pre{margin-bottom:1em; color:#333;}
button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px;}

/* cufon loading */

.cufon-loading h1, .cufon-loading h2, .cufon-loading h3, .cufon-loading #intro_text, .cufon-loading .footer_cols h3, .cufon-loading .footer_cols .tel_no, .cufon-loading .main_right_col h2, .cufon-loading .main_left_col h1, .cufon-loading .main_left_col h2 {
	visibility: hidden !important;
}
/* --- The only reliable way to style HR's is to hide them and them style a div! --- */
hr {
	visibility: hidden;
}
div.d_hv {
	border-bottom: 2px dashed #ebebeb;
	margin: 0 0 16px 0;
	height: 5px;
}

div.d_hv_solid {
	border-bottom: 2px solid #ebebeb;
	margin: 0 0 16px 0;
	height: 5px;
}

div.d_hv_white {
	border-bottom: 2px solid #fff;
	margin: -10px 0 7px 0;
	height: 5px;
}

div.d_hv_side {
	border-bottom: 2px solid #ebebeb;
	margin: -4px 0 0 0;
	height: 5px;
}

/* --- Some useful tools/classes --- */
.border { border: 1px solid #000 !important; }
.clrb { clear: both; }
.clrb_thin { clear: both; line-height: 0px; }
.inline { display: inline; }
.left { float: left; }
.right { float: right; }
.hidden { visibility: hidden; }
.size10 { font-size: 1.0em; }
.size12 { font-size: 1.2em; }
.size13 { font-size: 1.3em; }
.size14 { font-size: 1.4em; }
.size16 { font-size: 1.6em; }
.size18 { font-size: 1.8em; }
.none { display: none; }
.text_center { text-align: center; }
.text_right { text-align: right; }
.red { color: #FF0000; }
.black {color:#000}
.grey {color:#888;}
.off_black {color:#333}
.message { color: #FF0000; font-size: 1.3em; font-weight: bold; letter-spacing: -1px;}
.point { cursor: pointer; }
.no_marg { margin: 0!important; }
.no_left_margin { margin-left: 0!important;}
.top_margin_20 {margin-top:20px!important;}
.top_margin_10 {margin-top:10px!important;}
blockquote { padding:10px 20px 5px 20px; font-size:1.2em; line-height:1.4em;}

/* Clearfix code */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


/* ---  Main link styles --- */
a:link, a:active, a:visited { 
	text-decoration: none; 
	font-weight: normal;
	color:#FB4956;
}
a:visited {
	text-decoration: none; 
}
a:hover {
	text-decoration: underline;
}


/* Header stylings */

#header_rail {
	background:url(../images/bg_repeat.png) top left repeat #93CCCE;
}


#header_content {
	width:980px;
	margin:0 auto 0 auto;
	min-height:115px;
	position:relative;
}

#catered_by_kate_logo {
	width:213px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-125px;
}

ul#main_nav {
	margin:0;
	padding:0;
	width:960px;
}

ul#main_nav li {
	list-style:none;
	float:left;
}

ul#main_nav li a span, ul#main_nav li a:visited span {
	display:block;
	text-indent: -9999px;
	overflow:hidden;
	font-size:1.2em;
}

ul#main_nav li.home a, ul#main_nav li.home a {
	display:block;
	width:132px;
	height:105px;
	background:url(../images/home_nav.jpg) top left no-repeat;
	margin-bottom:10px;
	margin-right:45px;
}

ul#main_nav li.what_i_do a, ul#what_i_do li.home a {
	display:block;
	width:160px;
	height:105px;
	background:url(../images/what_i_do_nav.jpg) top left no-repeat;
	margin-bottom:10px;
	margin-right:265px;
}

ul#main_nav li.gallery a, ul#main_nav li.gallery  a {
	display:block;
	width:134px;
	height:105px;
	background:url(../images/gallery_nav.jpg) top left no-repeat;
	margin-bottom:10px;
	margin-right:42px;
}


ul#main_nav li.contact_us a, ul#main_nav li.contact_us a {
	display:block;
	width:182px;
	height:105px;
	background:url(../images/contact_nav.jpg) top left no-repeat;
	margin-bottom:10px;
}

ul#main_nav li a:hover, ul#main_nav li.nav_on a, ul#main_nav li.nav_on a:visited {
	background-position: 0 -105px;
	height:115px;
	margin-bottom:0;
}


/* Main home stylings */

#main_rail {
	background:url(../images/bg_repeat.png) top left repeat #93CCCE;
}

#internal_content_top {
	background:url(../images/internal_content_top_bg.png) top left repeat-x #93CCCE;
	height:7px;
}

.internal_content_main_bg_bottom {
	background:url(../images/internal_content_bottom_bg.png) bottom center repeat-x #ffffff!important;
}

#main_content {
	width:980px;
	margin:0 auto 0 auto;
	min-height:525px;
	padding-bottom:40px;
	position:relative;
}

.main_content_home {
	background:url(../images/bg_text_home.jpg) bottom right no-repeat;
	height:496px;
	width:706px;
	position:absolute;
	top:50px;
	left:50%;
	margin-left:-112px;
}

#home_left_col {
	float:left;
	width:462px;
	left:0;
	position:absolute;
	top:10px;
	z-index:1;
}

#home_right_col {
	float:left;
	width:518px;
}

#home_image_wrap {
	background:url(../images/home_image_bg.png) bottom right no-repeat;
	width:520px;
	height:400px;
	margin:50px 0 0 61px;
}

#home_image_wrap img {
	margin:16px 0 0 15px;
}

#intro_text h1 {
	font-size:9.0em;
	letter-spacing:-1px;
	color:#ffffff;
	margin:92px 0 30px 0;
	
}

#intro_text h1 strong {
	font-size:0.5em;
	color:#ffffff;
	margin:0;
	padding:0;
	line-height:0.5em;
}

#intro_text h1 span {
	font-size:0.5em;
	color:#ffffff;
	font-weight:normal;
	margin:0;
	padding:0;
	line-height:0.5em;
}

#intro_text p {
	color:#ffffff;
	font-size:3em;
	line-height:1.1em;
	font-weight:bold;
	width:416px;
	margin-left:15px;
	letter-spacing:-1px;
}

#intro_text p a, #intro_text p a:visited {
	color:#FB4956;
	text-decoration:underline;
}

/* Main internal stylings */

.main_left_col {
	width:580px;
	padding-top:40px;
	margin-right:20px;
	float:left;
	
}

.main_left_col p, .main_right_col p {
	font-size:1.5em;
	line-height:1.4em;
	padding: 10px 0 10px 0;
}

.main_right_col blockquote {
	padding:5px 10px 5px 75px;
	margin:0 20px 50px 20px;
	color:#666666;
	min-height:60px;
	font-size:1.5em;
	line-height:1.4em;
	font-style:italic;
	background:url(../images/quote_marks.png) top left no-repeat;
}

.main_right_col blockquote span {
	display:block;
	float:right;
	font-size:0.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.main_left_col h1 {
	color:#38939B;
	font-size:2.8em;
	margin:20px 0 20px 0;
}

.main_right_col h2 {
	color:#38939B;
	font-size:2.5em;
	margin:20px 20px 20px 20px;
}

.main_left_col h2  {
	color:#38939B;
	font-size:2.5em;
	margin:20px 0 20px 0;
}

.main_left_col h3, .main_right_col h3 {
	color:#38939B;
}

.dual_content_cols {
	width:260px;
	margin:20px 30px 0 0;
	float:left;
}


.main_right_col {
	width:360px;
	float:left;
	padding-top:40px;
}

.medium_image_wrap {
	background:url(../images/med_images_bg.png) top left no-repeat;
	width:360px;
	height:280px;
}

.medium_image_wrap img {
	width:306px;
	height:230px;
	margin:24px 0 0 25px;
}

.menu_thumb_bg {
	background:url(../images/menu_thumb_bg.png) top left no-repeat;
	width:115px;
	min-height:148px;
	float:left;
	margin:0 20px 0 0;
}

.menu_thumb_bg img {
	width:90px;
	height:124px;
	margin:12px 0 0 13px;
}

.menu_thumb_bg span {
	color:#aaa;
	display:block;
	font-size:1.1em;
	margin:11px 8px 0 8px;
	text-align:center;
}

.photo_thumb_bg {
	background:url(../images/photo_thumb_bg.png) top left no-repeat;
	width:115px;
	height:115px;
	float:left;
	margin:0 20px 0 0;
}

.photo_thumb_bg img {
	width:90px;
	height:90px;
	margin:12px 0 0 13px;
}

/* Footer stylings */

#footer_rail {
	margin:0;
	padding:0;
}

#footer_top_bg {
	clear:both;
	height:7px;
	background:url(../images/footer_top_bg.png) bottom right repeat-x;
}

#footer_content {
	width:980px;
	margin:0 auto 0 auto;
	background:url(../images/footer_bg.png) 749px 12px no-repeat;
}

.footer_cols {
	float:left;
	width:150px;
	margin-right:40px;
}

.footer_cols ul {
	margin:0;
	padding:0;
}

.footer_cols ul li {
	padding-left:0;
	margin-left:0;
	list-style:none;
}

.footer_cols li a, footer_cols li a:visited {
	font-size:1.1em;
	margin:0 0 5px 0;
	color:#A7CED3!important;
}

.footer_cols h3 {
	font-size:2em;
	color:#ffffff;
	margin-bottom:10px;
}

.footer_cols .tel_no {
	font-size:2.6em;
	font-weight:bold;
	color:#ffffff;
	margin: 36px 0 0 0;
	padding:0 5px 10px 5px;
	border-bottom:1px dashed #37939B;
}

.last_col_no_right_marg {
	margin-right:0;
	width:185px;
	min-height:190px;
}

/* Flickr badge styles */

#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid #fff !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important; padding:5px!important;}
.flickr_badge_image img {border: 1px solid #ddd !important;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#999999 !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {background-color:#ffffff; }
#flickr_badge_uber_wrapper {text-align:center; border:none; margin:0 auto 0 auto; width:244px;}
#flickr_badge_uber_wrapper th, #flickr_badge_uber_wrapper td {border:none!important;}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}


/* themosse link */

p.themosse_link {
	margin-top:60px;
	color:#A7CED3;
}


p.themosse_link a, p.themosse_link a:visited {
	color:#175B5F;
	border-bottom:1px dashed #175B5F;
}

p.themosse_link a:hover {
	color:#175B5F;
	text-decoration:none;
	border-bottom:1px dashed #2F7D7F;
}


.wufoo .info h2 {
	display:none!important;
}


.embed form, .embed body {
    background-color: #FFFFFF !important;
    margin: 0 !important;
}
