/*
Theme Name: Sugartooth 
Theme URI: http://www.sugartoothbakery.com/
Description: Sweeta
Version: 1.0
Author: Baker In Charge, Sugartooth Bakery 
*/


/* general */
* {
	margin: 0;
	padding: 0;
}
html {
	font: .627em Arial, Verdana, sans-serif;
}
body {
	background-color: #330000;
}
a img {
	border: 0;
}
a {
	color: #141345;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #4885b4;
}
a:focus {
	outline: 0;
}
fieldset {
	border: 0;
}
p {
	padding-bottom: 16px;
}
h1, h2, h3, h4 {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 3em;
	color: #6b4000;
}
h2 {font-size: 2em;}
h3 {font-size: 1.6em;}
h4 {font-size: 1.3em;}

.submit {
	vertical-align: top; 
}

.alignright {
        float: right;
        }

.alignleft {
        float: left;
        }


/* header & footer */
#header {
	width: 958px;
	height: 200px;
	position: relative;
	background: url(/wp-content/themes/sugartooth/images/header_nav.gif);
}


#menu a {
	position: absolute;
	text-decoration: none;
}
#menu a i {
	visibility: hidden;
}
a#options {
	left: 137px;
	width: 125px;
	top: 75px;
	height: 40px;
} 
a#blog {
	left: 330px;
	width: 40px;
	top: 75px;
	height: 40px;
} 
a#home {
	left: 410px;
	width: 135px;
	top: 25px;
	height: 140px;
} 
a#photos {
	left: 595px;
	width: 50px;
	top: 75px;
	height: 40px;
} 
a#order {
	left: 720px;
	width: 105px;
	top: 75px;
	height: 40px;
} 


#footer {
	float: left;
	width: 958px;
	height: 45px;
	background: url(/wp-content/themes/sugartooth/images/footer_bgr.gif);
}
#footer ul {
	margin-left:218px;
	margin-top:28px;
	color: black;
}
#footer li {
	list-style-type: none;
	display: inline;
	float: left;
	margin: 0 0 6px 10px;
	padding-left: 10px;
	border-left: 1px solid #838487;
	line-height: 1em;
}
#footer li.first {
	clear: left;
	border: none;
	padding: 0;
	margin: 0 0 0 0;
}
#footer a {
	color: black;
}


/* main content items */
#container {
	margin: 0 auto;
	width: 958px;
	text-align: left;
}
#content {
	float: left;
	clear: left;
	min-height: 500px;
	background-image: url(/wp-content/themes/sugartooth/images/content_bgr.gif);
	background-repeat:repeat-y;
	width: 958px;
}
#left_col {
	float: left;
	display: inline;
	width: 600px;
	font-size: 1.1em;
	background-image: url(/wp-content/themes/sugartooth/images/left_col_bgr_slice.gif);
	background-repeat:repeat-y;
	min-height: 500px;
}
#left_col_text {
	margin: 0 0 10px 90px;
	text-align: left;
}
#wide_col_text {
	margin: 0 90px 10px 90px;
	text-align: left;
}
#right_col {
	float: left;
	display: inline;
	background-image: url(/wp-content/themes/sugartooth/images/right_col_bgr_slice.gif);
	background-repeat:repeat-y;
	min-height: 500px;
	width: 358px;
}
#right_col_text {
	margin: 80px 90px 10px 40px;
	text-align: left;
}
#right_col_text ul{
	list-style-type: none;
}
#right_col_text h2{
	margin: 10px 0 10px 0;
}

