/* CSS File for www.renaudsbakery.com ; first section designed by the PR Store, second section by Summers Case */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #6e2615;
	background-repeat: repeat-x;
}

.content {
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 0px;
	font-weight: normal;
	line-height: 19px;
}

.content a{

	color: #480500;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
	font-weight: normal;
	line-height: normal;
	margin: 0px;
}

.topCurve{
	background-image: url(/images/top.jpg);
	background-repeat: no-repeat;
}

.bottomCurve{
	background-image: url(/images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.eggs {

	font-size: 11px;
}

.cakesMenuBox {
	
	text-align: center;
	width: 145px;
	border: #000 solid thin;
	padding: 5px; 
}

.breakfastMenuBox {
	
	text-align: center;
	width: 145px;
	border: #000 solid thin;
	padding: 5px;
}

.lunchMenuBox {

	text-align: center;
	width: 145px;
	border: #000 solid thin;
	padding: 5px;
}

.menuHeader {

	font-size: 14px;
}

.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	padding: 0px;
	font-weight: normal;
	line-height: normal;
}

.header {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #480500;
	padding: 0px;
	font-weight: normal;
	line-height: 25px;
}

.newsheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	padding: 0px;
	font-weight: bold;
	line-height: 17px;
}

.copyright {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	padding: 0px;
	font-weight: normal;
	line-height: 17px;
	text-align: center;
	font-size: x-small;
}

.copyright a:link {
color: #ffffff;
}

.ThinNavLine { width:1px; height:1px; background:#480500 }

.ThinLine { width:1px; height:1px; background:#480500}

.ThinLine2 { width:1px; height:1px; background:#730800}

A.menulink {
	display: block;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	color: #fff;
	padding: 5px;
	text-indent: 0pt;
	font-style: normal;
	line-height: 10px;
}

A.menulink:hover {

	background-color:#2e0900;
}

.activeLink {

	background-color:#2e0900;
	display: block;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color: #fff;
	padding: 5px;
	text-indent: 0pt;
	font-style: normal;
}

#mainlinks a {

	color: #3b3f2a;
	text-decoration: none;
}

#mainlinks a:hover {

	color: #3b3f2a;
	text-decoration: underline;
}

#secondarylinks a {

	color: #fff;
	text-decoration: none;
}

#secondarylinks a:hover {

	color: #fff;
	text-decoration: underline;
}

.floatLeft{
	float: left;
	padding-right: 10px;
	padding-bottom: 6px;
}


/* Begin new layout css */


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #6e2615;
	font-weight: normal;
}
.twoColFixLtHdr #container {
	width: 665px; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #6e2615;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px;; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #6e2615; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:5px;
	padding-right: 10px;
}



.twoColFixLtHdr #sidebar1 p {
text-align: center;
font-size: x-small;
}

.twoColFixLtHdr #sidebar1 hr {
	display: block;
	color: #2e0900;
	padding-bottom: 0px;
	font-size: None;
	margin-bottom: 1px;
	height: 3px;
	padding-top: 0px;
	margin-top: 2px;
	border-top-width: .5px;
	border-right-width: .5px;
	border-bottom-width: .5px;
	border-left-width: .5px;
}

.twoColFixLtHdr #sidebar1 a.menulink {
	display: block;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #fff;
	padding: 5px;
	text-indent: 0pt;
	font-style: normal;
}

.twoColFixLtHdr #sidebar1 a.menulink:hover {

	background-color:#2e0900;
}


.twoColFixLtHdr #sidebar1 a.activeLink {

	background-color:#2e0900;
	display: block;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #fff;
	padding: 5px;
	text-indent: 0pt;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	
}

.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 225px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: 15px 0px;
} 

.twoColFixLtHdr #mainContent h1 {
padding-left: 10px;
padding-top: 5px;
}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#6e2615; 
	margin-top: -20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {
	color:#660000;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetical, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: lighter;
	text-transform: none;
	line-height: normal;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: none;
}

h2 {
color:black;
}

.cake_header {
color:#660000;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetical, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: lighter;
	text-transform: none;
	}
	
.cake_descrip {
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333;
	padding: 0px;
	font-weight: normal;
	margin-top: 2px;
}

.cake_descrip_box {
	padding-left: 5px;
	margin-left: 155px;
	min-height: 300px;
	margin-top:0px;
	clear: right;
	margin-right: 5px;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 10px;
}

.cake_picture_box {
float: left;

}


h3 {
font-size: small;
text-align: center;
font-weight: normal;
}

.cake_listing_box {
	min-height: 300px;
	border: 1px none black;
	padding-bottom: 0px;
	clear: right;
	margin: 5px;
	float: right;
}

img.cake_pic {
	margin: 0px;
	clear: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	width: auto;
}

img.logo_pic {
margin-left:0px;
;
}

