/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,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 {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
/* main */
body {
	font-size: 62.5%;
	font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #333;
	background-color: #f5f5f5;
}
ul {
	list-style: none;
}
h1, h2, h3 {
	clear: both;
}
#copy h1 {
	font-size: 2.5em;
}
#copy h2 {
	margin: 20px 0 5px;
	color: #777;
	font-size: 1.8em;
	padding: 0 25px;
}
#copy h3 {
	color: #8f8f8f;
	font-size: 1.2em;
	padding: 0 25px 0 30px;
	margin: 0 0 10px;
}
#copy .news-post {
	padding-bottom: 20px;
	margin: 0 30px 20px;
	border-bottom: 1px dotted #bbb;
}
#copy .news-post h2, #copy .news-post h3, #copy .news-post p, #copy .news-post ul, #copy .news-post ol {
	padding: 0;
}
#copy .news-post h3 {
	margin-left: 5px;
}
#copy .news-post ul, #copy .news-post ol {
	margin: 1.2em 0 1em 3em;
}
#contact-us #content h1 {
	font-size: 2.5em;
	padding-top: 1em;
}
#contact-us #content h2 {
	font-size: 2em;
	padding-top: .7em;
} 
#contact-us #content h3 {
	font-size: 1.6em;
}
p {
	font-size: 1.3em;
	line-height: 1.53em;
	padding: 0.6em 2em;
}
.news p {
	font-size: 1.2em;
	line-height: 1.4em;	
}
a:active {
  outline: none;
}
:focus {
  -moz-outline-style: none;
}	
#outer-wrap {
	border-top:0.5em solid #8b8b8b;
	background: #f5f5f5 url(../images/drop-shadow.png) repeat-y 50% 0;
}
#inner-wrap {
	width: 100em;
	margin: 0 auto;	
	background-color: #fff;
}
#header {
	height: 13.9em;
}
#gallery-home #header, #gallery #header {
	height: 15em;
	background: transparent url(../images/header-ds.png) repeat-x bottom left;
}
#content {
	clear: left;
}
#home #content {
	height: 727px;
	background: #aaa url(../images/heroes/home.jpg) no-repeat 0 0;
}
#header .col1, #header .col2, #content .col1, #content .col2 {
	width:50em;	
	float: left;
}
#content .col1 {
	width:50em;
}
#content .col2 {
	float: left;
	width: 50em;
	height: 75em;
}
#footer {
	width:100%;
	background-color: #616161;
	clear:left;
}
#footer-wrap {
	margin: 0 auto;
	width: 100em;
}
#footer-wrap .col1, #footer-wrap .col2 {
	float: left;
	height: 20.5em;	
	border-left: 0.1em solid #9F9F9F;
	border-right: 0.1em solid #9F9F9F;	
}
#footer-wrap .col1 {
	border-right: 0.1em solid transparent;
	background-color: #444;
	padding: 0 2em;
	width: 45.8em;
}
#footer-wrap .col2 {
	width: 49.8em;
}
#footer a {
	font-size: 1.1em;
	color: #c1c1c1;
}
#footer #contact-us {
	color: #efefef;
}
#footer #contact-us p {
	font-size:1.8em;
	text-align:center;
	padding: 1em;
}
#footer #community {
	border-top: 0.1em dotted #9F9F9F;
	padding: 1em 0 0; 
}
#footer #community p {
	font-size: 1.3em;
	color: #eee;
	text-align: center;
	padding: 0.5em 6em;	
}
#footer #community a.logo {
	display: block;
	float: left;
	width: 10em;
	font-size: 1em;
	margin-left: 2em;
}		
a#logo {
	display: block;
	display:block;
	height:10.3em;
	padding: 3.6em 0 0 2em;
}
a#logo:hover {
	cursor:pointer;
	background: #f5f5f5 url(../images/nav-hover-bg.png) repeat-x 0 0;
}
#nav {
	float: left;
	width: 50em;
}
#nav li {	
	display: block;
	float: left;
}
#nav li a {
	display: block;
	color: #767575;
	width: 7.9em;
	height: 2.9em;
	padding: 9em 0.5em 2em 1.5em;
	border-left: 0.1em solid #eee;
}
#nav li a span {
	font-size: 1.3em;
}
#nav li.current a, #nav li.current a:hover {
	color: #fff;
	border-left: 0.1em solid #767575;
	background: #767575 url(../images/nav-bg.png) repeat-x 0 0;
}
#nav li a:hover {
	background: #f5f5f5 url(../images/nav-hover-bg.png) repeat-x 0 0;
}
#nav li a.last  {
	border-right: 0.1em solid #fff;
	width: 7.8em;
}
#nav li.current a.last{
	border-right: .1em solid transparent;
}
#nav li a.last:hover {
	border-right: .1em solid transparent;
}
#nav li a:link, #nav li a:visited, #nav li a:hover, #nav li a:active, #subnav li a:link, #subnav li a:visited, #subnav li a:hover, #subnav li a:active, #footer a  {
	text-decoration: none;
	cursor: pointer;
} 
#subnav {
	float: left;
	border-top: 0.1em solid #eee;
	padding-bottom: 10px;
	background: transparent url(../images/copy-ds-top.png) no-repeat right bottom;
}
#subnav li.header ul li a:hover, #subnav li.header-current ul li a:hover, #subnav li.header-current ul li.current a, #footer a:hover {
	text-decoration: underline;
} 
#subnav li {
	background-color: #fff;
	display: block;
	float: left;
}
#subnav li a {
    color: #fff;
    background: transparent;
    padding: 0.5em 1.5em;
}
#subnav li a span {
    font-size: 1.1em;
}
#subnav li.header-current a, #subnav li.header a:hover, #subnav li.header-current a:active, #subnav li.header-current a:active {
    background: #fff;
}
#subnav li a.last {
    border-bottom: none;
}
#subnav li.header, #subnav li.header-current {
    display: block;
    clear: both;
	width: 100%;
    border-bottom: .1em solid #eee;
}
#subnav li.header-current {
    background-color: #f5f5f5;
}
#subnav li.header a, #subnav li.header-current a {
    color: #767575;
    display: block;
    float: left;
	padding-left:1.8em;
    width: 9.1em;
}
#subnav li.header a.current, #subnav li.header-current a.current, #subnav li.header a.current:hover, #subnav li.header-current a:hover {
	background-color: #767575;
	color: #fff;
}
#subnav li.header a:hover {
	background-color: #f5f5f5;
}
#subnav li.header ul li a:hover, #subnav li.header-current ul li a:hover {
	background-image: none;
	background-color: #f5f5f5;
	color: #767575;
}
#subnav li.header a.leaf, #subnav li.header-current a.leaf {
    width: 46.7em;
}
#subnav li.header ul, #subnav li.header-current ul {
    text-align: left;
    float: left;
}
#subnav li.header ul {
    visibility: hidden;
	width: 37.6em;
}
#subnav li.header-current ul {
    visibility: visible;
}
#subnav li.header:hover ul {
    visibility: visible;
}
#subnav li.header ul li, #subnav li.header-current ul li {
    display:block;
	float:left;
	background-color: #f5f5f5;	
}
#subnav li.header-current ul li {
	background-color: #f5f5f5;
}	
#subnav li.header ul li a, #subnav li.header-current ul li a {
    color: #767575;
    display: block;
    float: left;
    width: auto;
	padding: 0.5em 1.5em 0.5em 2.3em;
}
#subnav li.header-current ul li a {
    background: transparent none;
}
#subnav li.header-current ul li.first a, #subnav li.header-current ul li.first a:hover {
    background: #f5f5f5 url(../images/subnav-menu.png) no-repeat left center;
}
#subnav li.header ul li.first a, #subnav li.header ul li.first a:hover  {
    background: #f5f5f5 url(../images/subnav-menu-alt.png) no-repeat left center;
}
#subnav li.subnav-visible a {
	background-color: #f5f5f5;
	color: #767575;
}
#subnav li.subnav-hidden a {
	background-color: #fff;
	color: #767575;
}
#subnav li.subnav-visible ul {
	visibility: visible;
	background-color: #f5f5f5;
}
#subnav li.subnav-hidden ul {
	visibility: hidden;
}
#copy {
	float: left;
	clear: left;
	width: 50em;
	background: transparent url(../images/copy-ds-right.png) repeat-y right top;	
}
#home #copy {
	background:none;
	width:100em;
	height: 41.4em;
}
#home #content #copy p {
	width: 39em;
	padding: 2.2em 0 0 20.3em;
}
#home #content .bucket {
	width: 33.3em;
	height: 31.1em;
	float:left;
}
#home .bucket h2 {
	color: #fff;
	font-size: 2em;
	padding: 0.7em 1em 0;
}	
#home .bucket p {
	color:#f5f5f5;
	font-size:1.2em;
	line-height:1.45em;
	padding:0.6em 2em;
}
#home .bucket p.quote {
	text-align: center;
	font-size: 1.4em;
}
#home .bucket p a {
	font-size: 1.1em;
	text-decoration: none;
}
#home .bucket p a:hover {
	text-decoration: underline;
	color: #f6f6f6;
}
#home .bucket p.nav {
	text-align: right;
}
#home .bucket p.quote span {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 0.3em;
	color: #bbb;
}
#home .bucket ul {
	margin-left: 5em;
}
#home .bucket ul li {
	color: #f5f5f5;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: square;
}
#home .bucket a {
	color: #ccc;
}
#copy a {
	text-decoration: none;
}
#copy a:link, #copy a:visited  {
	color: #0063be;	
}
#copy a:hover {
	text-decoration: underline;
}
#copy a:active {
	color: #00a0e0;
}
#copy h1 {
	color: #0063be;
	padding: 1em 1em 0.4em;
}
#home #copy h1 {
	font-size: 3.7em;
	padding: 1em 7em 0.2em 2em;
}
#copy ul {
	list-style: circle;
	margin: 1.2em 0 1em 6em;
}
#copy ul li {
	font-size:1.2em;
	padding: 0.25em;
	line-height: 1.3em;
}
#copy ul li a {
	text-decoration: none;
}
#copy ul li a:hover {
	text-decoration: underline;
}
#copy ul.small {
	margin-left: 4em;
}
#copy ul.small li {
	font-size: 1.1em;
	list-style: none;
	padding: 0.1em;
}
#hero {
	width: 50em;
	border-bottom: 1px solid #eee;
}
#sitemap {
	padding: 2.2em 0 0;
	float: left;
}
#sitemap ul.section, #sitemap ul.section-first {
	padding-left: 1.8em;
	float: left;
	width:14.1em;
}
#sitemap ul.section-first {
	padding-left: 3.9em;		
}
#sitemap ul.section li, #sitemap ul.section-first li  {
	padding: 0.2em 0 0.4em;
}
#sitemap ul.section li ul li, #sitemap ul.section-first li ul li {
	padding: 0.5em 0;
}
#sitemap ul.section li ul, #sitemap ul.section-first li ul {
    padding: 0.5em 0 0 1em;
}
#sitemap ul.section li a, #sitemap ul.section-first li a {
	font-size: 1.3em;
}
#sitemap ul.section li ul li a, #sitemap ul.section-first li ul li a {
	font-size: 1.1em !important;
}
#copyright {
	color: #ccc;
	text-align: center;
	background: #555;
	clear: both;
	padding:0.3em;
	border-top:0.1em solid;
}
#copyright p {
	font-size: 1em;
	padding: 0.2em 0;
	clear: both;
}
#contact-us #content {
	height: 71.6em;
	background: #eee url(../images/heroes/contact-us.jpg) no-repeat 0 0;
}
#contact-us #content #contact-info {
	width: 40em;
	padding-left: 2em;
}
#contact-us #content #contact-info h2, #contact-us #content #contact-info h3 {
	color: #442b26;
}
#contact-us #content #contact-info a {
	color: #fff9c7;
}
#contact-us #content #contact-info p {
	font-size:1.2em;
	line-height:1.55em;
	padding: 0.6em 0 0.6em 0.6em;
	color: #fff;
	width: 31em;
}
#contact-us #content #contact-info p.wide {
	width: auto;
}
#gallery-home #content {
    background-color: #444;
}
#gallery-home h1.footer-ds {
    background: #fff url(../images/footer-ds.png) repeat-x bottom left;
    padding: 2.1em 0 0.9em 32px;
    border-bottom: 1px solid #aaa;
    text-align: left;
    color: #0063be;
    letter-spacing: -0.03em;
}
#gallery-home h1.footer-ds span {
    font-size: 1.4em;
}
#gallery-home ul.thumbs {
    margin: 0;
}
#gallery-home ul.thumbs li {
    border-width: 0 1px 1px 0;
	border-color: #aaa;
	border-style: solid;
    display: block;
    height: 249px;
    width: 249px;
    background-color: #fff;
	margin: 0;
}
#gallery-home ul.thumbs li a.thumb img {
	width: 249px;
	margin: 0;
	padding: 0;
}
#gallery-home ul.thumbs li.wide, #gallery-home ul.thumbs li.wide a.thumb img {
    width: 250px;
}
#gallery-home ul.thumbs li a.thumb img, #gallery-home ul.thumbs li.wide a.thumb img {
 	height: 192px;
 }
#gallery-home ul.thumbs li.last {
    border-width: 0 0 1px;
}
#gallery-home a.thumb {
    height: 192px;
    width: 249px;
    padding: 0;
}
#gallery-home a.thumb-label {
    display: block;
    padding: 30px 20px 10px;
    background-color: #666;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
	line-height: 17px;
}
#gallery-home a.appetizers {
	background-color: #63230a;
}
#gallery-home a.behind-scenes {
	background-color: #282529;
}
#gallery-home a.cakes {
	background-color: #81494c;
}
#gallery-home a.cupcakes {
	background-color: #341e09;
}
#gallery-home a.children {
	background-color: #6a804f;
}
#gallery-home a.desserts {
	background-color: #c30030;
}
#gallery-home a.details {
	background-color: #a17584;
}
#gallery-home a.entrees {
	background-color: #bd5c3b;
}
#gallery-home a.kitchen {
	background-color: #373d22;
}
#gallery-home a.ideas {
	background-color: #077685;
}
#gallery-home a.weddings {
	background-color: #7e949d;
}
.clear {
	clear:both;
}
.rounded-btm {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
}
.rounded-top {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
}





