/*
====================================================================

Title:   Screen styles for Bittersweetcatering.com
Author:  Doug Dosberg
Updated: December 2009

TOC
 1. RESET
 2. STRUCTURE
 3. BASE TYPOGRAPHY
 4. NAVIGATION
 5. LEFT NAVIGATION
 6. CONTENT
 7. FOOTER
 8. SOCIAL BUTTONS
 9. VCARD
10. MISC


==== [ 1. RESET ] ================================================= */

html{color:#000;background:#fff;}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:100%;}
hr{display:none;}


/* ==[ 2. STRUCTURE ] ================================================ */

html {
	background: #f1f1f1 url(http://www.bittersweetcatering.com/img/background.gif) repeat-x center top;
	border-top:3px solid maroon;
}
body{
	width:940px;
	margin:0 auto;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
}
#header{
	overflow:hidden;
	height:108px;
}
#main{
	padding:30px 30px 30px 240px;
}
#content{
	background:#fff url(/img/corners.gif) no-repeat -9px 0;
	overflow:hidden;
}

/* Homepage hook */
#homecontent{
	background:#fff url(../img/corners.gif) no-repeat -9px 0;
	overflow:hidden;
	zoom:1;
}
#sidebar{
	float:left;
	width:350px;
	margin-top:30px;
	padding-left:20px;
}

/* ==[ 3. BASE TYPOGRAPHY ] ================================================ */

h1{
	font-size:30px;
}
h1#logo a{
	background:transparent url(../img/logo.png) no-repeat;
	float:left;
	height:62px;
	margin:22px 33px 20px 0;
	text-indent:-99999px;
	width:375px;
}
h2{
	font-size:23px;
	color:#9C253A;
	padding:30px 0 10px;
}
h3{
	font-size:18px;
	margin-bottom:8px;
}
a{
	color:#9C253A;
}
strong{
	font-weight:bold;
}

/* ==[ 4. NAVIGATION ] ================================================ */

#nav ul{
	border-right:1px dotted Sienna;
	float:left;
	margin:18px 10px;
	width:135px;
	font-size:16px;
}

#nav li a{
	color:#fff;
	text-decoration:none;
	padding:1px 7px;
	line-height:21px;
}
#nav li a.more{
	background:transparent url(http://www.bittersweetcatering.com/beta/img/arrow-dwn.gif) no-repeat right center;
	padding-right:13px;
}
#nav li a:hover{
	text-decoration:underline;
}

#nav li.current a{
	background-color:#5e0820;
	-moz-border-radius:2px;
}
#nav li.current ul a{
	background-color:#fff;
}
#nav li ul {
	position: absolute;
	left: -999em;
	background-color:#fff;
	border:1px solid #ccc;
	margin:0 35px;
	width:190px;
	z-index:99;
}
#nav li ul li{
	border-top:1px dotted #ccc;
}
#nav li ul a{
	color:#9C253A;
	display:block;
	padding:4px 6px;
}
#nav li ul li a:hover{
	text-decoration:none;
	background-color:#f1f1f1;
	color:#333;
}

#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}


/* ==[ 5. LEFT NAVIGATION ] ===================================== */

.leftnav{
	float:left;
	width:190px;
	margin:20px;
}
.leftnav .subnav{
	margin-top:25px;
}
.leftnav li a{
	border-bottom:1px dotted #ccc;
	padding:6px 5px 4px;
	display:block;
	text-decoration:none;
}
.leftnav .current a{
	color:#fff;
	background-color:#9C253A;	
}
.leftnav a:hover{
	background-color:#f1f1f1;
	color:#000;
}
.leftnav .current a:hover{
	color:#fff;
	background-color:#9C253A;
}

/* Left sidebar for Layer Cakes page */
.quote{
	padding: 25px; 
	background-color:#f1f1f1; 
	font-size: 12px; 
	margin-top: 35px;
}
.quote ul li{
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}
.quote p{
	margin-bottom:15px;
}

.image-container{
	float:right;
	padding:0 0 20px 50px;
	background-color:#fff;
	font-size:11px;
	color:#aaa;
	z-index:0;
}
.image-container img{
	padding:3px;
	border:1px solid #ccc;
	display:block;
	margin-bottom:5px;
}

/* ==[ 6. CONTENT ] ================================================ */

#main h1{
	padding-top:15px;
}
#main p{
	font-size:13px;
	margin-bottom:20px;
}
#main ul.list li{
	list-style:disc;
	margin-left:15px;
	font-size:13px;
	line-height:21px;
}
#homecontent #main{
	padding:30px 30px 10px;
	overflow:hidden;
} 
#main div.col{
	border-right:1px dotted #CCCCCC;
	float:left;
	padding:0 25px;
	width:251px;
	margin-bottom:15px;
}
#main div.first{
	padding-left:0;
}
#main div.col h2{
	margin:0 0 15px;
	padding:0;
	color:#222;	
}
#main div.col ul li{
	font-size:13px;
	margin-bottom:15px;
}
#main div.col ul.more li{
	margin-bottom:0;
}
#main div.col p{
	font-size:13px;
	margin-bottom:20px;
}
#main ul.items li strong{
	display:block;
	font-size:14px;
}
#main ul.items li p{
	margin:6px 0 0;
	font-size:13px;
	color:#333;
}
#main ul.items{
	margin:5px 0;
}
#main ul.items li{
	border-bottom:1px dotted #ccc;
	padding:17px 0;
	font-size:14px;
}
#main ul.items li div{
	position:relative;
}
#main ul.items li span{
	float:right;
	text-align:right;
}	
#main ul.items li ul{
	margin-top:6px;
}
#main ul.items li ul li{
	border:none;
	padding:0;
	margin-left:15px;
	line-height:20px;
	list-style:disc;
	font-size:13px;
	color:#333;
}
small{
	font-size:11px;
	color:#ccc;
}
.price{
	float:right;
	font-size:13px;
}
#main .subtext{
	color:#555;
	font-size:14px;
	margin:10px 0 25px;
	line-height:19px;
}

/* Menus */

#menus{
	background:#FDF7EA url(../img/menu-background.gif) no-repeat scroll -55px -20px;
	height:355px;
	padding:0;
	position:absolute;
	right:-1px;
	top:108px;
	width:330px;
	z-index:10;
}
#menus h2{
	font-size:25px;
	margin:20px 20px 0 30px;
	color:#000;
}
#menus p{
	font-size:12px;
	color:#666;
	margin:0 30px;
}
#menus li a{
	text-decoration:none;
	color:#000;
	font-weight:bold;
	float:left;
	display:block;
}
#menus li a.more{
	color:#9C253A;
	text-decoration:underline;
	font-weight:normal;
}
#menus li a.more:hover, #menus p a:hover{
	text-decoration:none;
}
#menus a:hover{
	text-decoration:underline;
}
#menus ul{
	font-size:15px;
	line-height:21px;
	margin:15px 30px;
}
#menus ul li{
	overflow:hidden;
	zoom:1;
}
#menus p a{
	color:#666;
	padding:0;
	text-decoration:underline;
}
#menus a.print{
	/*background:transparent url(../img/printIcon.png) no-repeat 0px 5px;*/
	color:#999;
	font-size:11px;
	font-weight:normal;
	margin-left:3px;
}


/* ==[ 7. FOOTER ] ================================================ */

#footer{
	font-size:12px;
	color:#999;
	padding-bottom:15px;
}
#footer ul{
	clear:both;
}
#footer ul li{
	float:left;
	padding-right:6px;
	margin-left:6px;
	border-right:1px solid #ccc;
	margin-bottom:6px;
}
#footer ul li.first{
	margin-left:0;
}

#footer p{
	clear:both;
}
#footer a{
	color:#999;
}

/* ==[ 8. SOCIAL BUTTONS] ======================================= */

.social-buttons{
	position:absolute; 
	top:30px; 
	right:60px;
}
.social-buttons a.facebook{
	background:transparent url(/img/facebook-button.png) no-repeat scroll 0 0;
	display:block;
	height:28px;
	text-indent:-9999px;
	width:120px;
	float:left;
	margin-right:5px;
}
.social-buttons a.twitter{
	background:transparent url(/img/twitter-button.png) no-repeat scroll 0 0;
	display:block;
	height:28px;
	text-indent:-9999px;
	width:120px;
	float:left;
}


/* ==[ 9. VCARD ] ================================================ */

#contact{
	background-color:FloralWhite;
	clear:both;
	position:relative;
	padding:30px;
	color:#332e1e;
	margin-bottom:15px;
	border:1px solid #f1f1f1;
	margin-top:15px;
}
.vcard{
	margin:0 0 0 302px;
	font-size:12px;
}
div.org{
	font-size:18px;
}
div.tel{
	background:#f4edde url(../img/phone.gif) no-repeat scroll 10px 55%;
	-moz-border-radius:4px;
	padding:25px 20px 25px 75px;
	top:0;
	left:0;
	position:absolute;
	margin:25px;
}
span.telmain{
	font-size:27px;
	font-weight:bold;
}
span.telsec{
	display:block;
	margin-left:3px;
}

/* ==[ 10. MISC ] ===================================== */

div.whatsnew{
	position:absolute;
	z-index:90;
	right:0;
	top:95px;
}
div.whatsnew a{
	background:transparent url(/img/new.png);
	width:200px;
	height:70px;
	display:block;
	position:relative;
	text-indent:-99999px;
}

#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#f1f1f1 url(../img/loader.gif) no-repeat 50%;
	padding:5px;
	display:none;
	color:#fff;
	width:300px;
	height:225px;
}
.screenshot{

	text-decoration:none;
	color:#000;
}
.slideshow{
	height:355px;
	overflow:hidden;
}


/* ==[ ALL DONE ] ==*/