/*  
Theme Name: Dessert First
Theme URI: http://www.getdessertfirst.com/
Description: The default WordPress theme for Dessert First Bakery Cafe.
Version: 2.0
Author: Justin Mueller
Author URI: http://www.justinmueller.com/
*/

@import url(reset.css);

/* Body
-------------------------------------------------------------- */
body {
  line-height: 1.5; /* Unitless for proper inheritance */
  padding: 0;
  margin: 0;
  background: #130F0A;
  font: .9em Georgia, "Times New Roman", Times, serif;
  color: #4C433E;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
  font-weight: bold;
}

h1 { font-size: 2.2em; }
h2 { font-size: 1.5em;  line-height:1.5; }
h3 { font-size: 1.3em; line-height:1.5; }
h4 { font-size: 1.2em; line-height:1.25; font-weight:bold; }
h5 { font-size: 1em; font-weight:bold; }
h6 { font-size: 1em; }
h3 span {
	display: block;
	font-size: .8em;
}

#pageTitle h1 {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}


/* Text elements
-------------------------------------------------------------- */

#contents p { margin: 0; padding: 0 0 1.5em 0; text-align:left; }
#contents p.last { margin-bottom:0; }
#contents p img { float: left; padding: 1.5em 1.5em 1.5em 0; margin:0; }
#contents p img.top { padding-top:0; } /* Use this if the image is at the top of the <p>. */

#contents a { color: #4C433E; }
#contents a:hover { color: #8C837E; background: #EBECE4; }
#breadcrumbs a { color: #988; text-decoration: none; }
#breadcrumbs a:hover { color: #766; background: #EBECE4; }
.footerNav a { padding: 3px; margin-right: 7px; border: 1px dotted #180F0A; color: #FDE9D1; text-decoration: none; }
.footerNav a:hover { background-color: #000; }



#content ul, #content ol { margin: 0 0 1.5em 1.5em; }
#content ol { list-style-type: decimal; }
#content dl { margin: 1.5em 0; }
#content dl dt  { font-weight: bold; }

#sidebar ul { margin: 0; list-style: none; }
#sidebar ul li { margin: 0 0 5px 0; }
#sidebar ul li a { color: #988; }
#sidebar ul li a:hover { color: #766; }

#nav { list-style: none; }
#nav li { display: inline; }

#footer p { padding: 0; margin: 0; }
#footer .location { padding-top: 25px; font-size: .9em; }


blockquote { margin: 0 0 1.5em 1.5em; color: #C33; font-style: oblique; }
strong     { font-weight: bold; }
em         { font-style: italic; }
pre        { margin-bottom: 1.3em; background: #eee; border:0.1em solid #ddd; padding:1.5em; }
code       { font:0.9em Monaco, monospace; }


/* Use this to create a horizontal ruler across a column. */
hr {
  background: transparent; 
  color: inherit;
  float: none; 
  width: 100%; 
  height: 0.1em;
  margin: 0 0 1.4em 0;
  border: none; 
  border-bottom: 1px dotted #C00;
}
* html hr { margin: 0 0 1.2em 0; } /* IE6 fix */


/* Tables
-------------------------------------------------------------- */

table   { margin-bottom: 1.4em; border-top:0.1em solid #ddd; border-left:0.1em solid #ddd; }
th,td   { height: 1em; padding:0.2em 0.4em; border-bottom:0.1em solid #ddd; border-right:0.1em solid #ddd; }
th      { font-weight:bold; }


/* Forms
-------------------------------------------------------------- */

label    					{ font-weight: bold; }
textarea  					{ height: 180px; width: 300px; }

form div { margin-bottom: 5px; }
label {
  display: block;
  width: 150px;
  font-weight: bold;
  cursor: pointer;
}
input[type="text"], input[type="submit"], textarea, select  {
  border: 1px solid #DCC;
  background: #FFFDFE url(images/textbg.jpg) repeat-x top;
}
input[type="text"]:focus, input[type="submit"]:focus, textarea:focus {
  border: 1px solid #BAA;
}
input[type="text"], textarea {
	color: #4C433E;
	padding: 2px;
}
textarea {
	font-size: 1.1em;
}
input[type="submit"] {
	cursor: pointer;
}

#sidebar input[type="text"] {
	width: 120px;
}



/* Main Areas
-------------------------------------------------------------- */

#topbarbg {
	width: 100%;
	background: #2C231E url(images/header.jpg) repeat-x bottom;
	min-width: 995px;
}	
#topbar {
	width: 750px;
	height: 90px;
	margin: 0 auto;
	color: #FBFCF4;
	text-align: center;
}
body.sub #topbarbg {
	width: 100%;
	background: #2C231E url(images/subheader.jpg) repeat-x bottom;
}	
body.sub #topbar {
	width: 750px;
	height: 58px;
	margin: 0 auto;
	color: #FBFCF4;
	text-align: left;
}

#navbg {
	width: 100%;
	background: #FBFCF4 url(images/top.jpg) repeat-x top center;
	text-align: center;
	min-width: 995px;
}

#container {
	width: 100%;
	background: #FBFCF4 url(images/contentbg.jpg) repeat-y center;
	min-width: 995px;
}
#contentsbg {
	width: 100%;
}
#contents {
	width: 750px;
	margin: 0 auto;
	min-height: 400px;
	overflow: hidden;
	padding-bottom: 20px;
}
body.sub #contents {
	width: 730px;
	margin: 0 auto;
	padding: 0 10px;
}

#breadcrumbs {
	padding: 0 10px 4px 10px;
	font-size: .7em;
	color: #988;
}

#pageTitle {
	height: 100px;
	padding: 0;
	margin: 0 0 15px 0;
}

#sidebar {
	float: left;
	width: 145px;
	font-size: .7em;
	letter-spacing: 0.2px;
	color: #988;
	padding: 1em 0 0 5px;
}
body.main #sidebar {
	padding-left: 15px;
}

#content {
	margin: 0 75px 0 170px;
	font-size: .9em;
	padding-top: 8px;
}
body.main #content {
	margin-left: 180px;
}

#bottom {
	width: 100%;
	height: 25px;
	background: transparent url(images/bottom.jpg) repeat-x bottom center;
	text-align: center;
}

#footerbg {
	width: 100%;
	min-width: 995px;
}	
#footer {
	width: 720px;
	margin: 0 auto;
	padding: 25px 15px 50px 15px;
	font-size: .9em;
	color: #FDE9D1;
}


/* Some default classes
-------------------------------------------------------------- */

p.small   	{ font-size: 0.8em; margin-bottom: 1.3em; line-height: 1.875em; }
p.large   	{ font-size: 1.2em; line-height: 2.5em; }
.clearboth  { clear: both; }
.hide     	{ display: none; }
img 		{ border: none; }
#footer img { padding-top: 5px; }


/* Extra fancy typography
-------------------------------------------------------------- */

/* For great looking type, use this code instead of asdf: 
   <span class="alt">asdf</span>  
   Best used on prepositions and ampersands. */
  
.alt { 
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", serif; 
  font-size: 1em;
  line-height: 1.1; /* contenttain correct baseline */
  font-style: italic;
}

/* For great looking quote marks in titles, replace "asdf" width:
   <span class="dquo">&#8220;</span>asdf&#8221;
   (That is, when the title starts with a quote mark). 
   (You may have to change this value depending on your font size). */  
   
.dquo { margin-left: -.7em; } 


ul.nav {
	width: 750px;
	height: 56px;
	padding: 0px 35px 0px 210px;
	margin: 0 auto;
	background: transparent url(images/navBlank.jpg) no-repeat top;
	list-style: none;
}
ul.nav li {
	display: inline;
}
ul.nav li a {
	float: left;
	height: 56px;
	margin: 0;
	background-position: top left;
	text-indent: -9999px;
}
ul.nav li a.menu {
	width: 118px;
	background: transparent url(images/bMenu.jpg) no-repeat;
}
ul.nav li a.gifts {
	width: 105px;
	background: transparent url(images/bGifts.jpg) no-repeat;
}
ul.nav li a.order {
	width: 105px;
	background: transparent url(images/bOrder.jpg) no-repeat;
}
ul.nav li a.about {
	width: 104px;
	background: transparent url(images/bAbout.jpg) no-repeat;
}
ul.nav li a.contact {
	width: 121px;
	background: transparent url(images/bContact.jpg) no-repeat;
}
ul.nav li a:hover, ul.nav li a.active {
	background-position: bottom left;
}

/* Extra Wordpress Stylings */
