/*
	CSS Document
	by Chris Stanyon
	for Barnecutt Bakery
	June 2009
*/

/*
	Colour Scheme
		Beige :	 #ffe8b8;
		Beige2 : #f4deae;
		Brown :	 #b38c4f;
		Red :	 #930d0d;
		White :	 #ffffff;
		Black :	 #000000;
*/

* {
	margin:0px;
	padding:0px;
}

html {
	overflow-y: scroll;
}

body {
	background-color: #ffe8b8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}



#outer {
	width:750px;
	margin:0px auto;
	background: url('../gfx/bg.jpg') center repeat-y;
}



#header {
	height:250px;
	background: url('../gfx/header.jpg') center no-repeat;
}

#header h1, #header h2 {
	display:none;
}



#navbar {
	width:730px;
	margin:0px auto;
	height:38px;
	border-top: 1px solid #b38c4f;
	border-bottom: 1px solid #b38c4f;
	background-image: url('../gfx/navbar.jpg');	
}

#navbar li {
	float:left;
	list-style:none;
	background: url('../gfx/navbar2.jpg') right no-repeat;
}

#navbar a {
	float:left;
	height:20px;
	padding: 10px 15px 8px 15px;
	color:#930d0d;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#navbar a:hover {
	color:#ffffff;
	background: url('../gfx/navbar2.jpg') repeat-x;
}

#navbar .active {
	text-decoration:underline;
}



#content {
	margin-left:10px;
	width:450px;
	padding:15px 20px 20px;
	float:left;
	font-size:0.8em;
	line-height:1.8em;
	color:#333333;
}

#content h2 {
	margin-bottom:20px;
	color:#930d0d;
	font-size:1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content h3 {
	color:#b38c4f;
	font-size:1.2em;
	
}

#content .leftimage {
	float:left;
/*	margin:10px;*/
	margin-right:15px;
	margin-top:8px;
}

#content .rightimage {
	float:right;
/*	margin:10px;*/
	margin-left:15px;
	margin-top:8px;
}


#content p {
	margin-bottom:1.8em;
}

#content a, #content a:visited {
	color:#930d0d;
}


#commentform {
	margin-left:25px;
}

#commentform textarea {
	width:95%;
	height:115px;
}

#commentform label {
	margin-left:10px;
}

.pricelist {
	width:100%;
	font-size:0.85em;
	border-bottom: 1px solid #930d0d;
	margin-bottom:25px;
}

.pricelist th {
	vertical-align:top;
	background-color:#f4deae;
	padding:0 4px;
}

.col2, .col3, .col4, .col5 {
	width:15%;
	text-align:left;
}

.col1 {
	width:40%;
	text-align:left;
}




#rightcolumn {
	width:204px;
	margin-right:10px;
	padding:18px;
	float:right;
}

#rightcolumn h2 {
	font-weight:bold;
	font-size:14px;
	color:#930d0d;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#rightcolumn h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#b38c4f;
	margin-top:15px;
	padding-left:20px;
}

#rightcolumn a {
	color:#b38c4f;
	text-decoration:none;
	background: url('../gfx/navbullet_blk.gif') left top no-repeat;
	padding-left:20px;
}

#rightcolumn a:hover {
	color:#930d0d;
	padding-left:20px;
	background: url('../gfx/navbullet_red.gif') left top no-repeat;
}

#rightcolumn .shopaddress {
	font-size:12px;
	margin-left:45px;
	margin-top:5px;
	color:#333333;
	line-height:18px;
}

#rightcolumn .shopaddress  p {
	margin-bottom:15px;
}




#footer {
	clear:both;
	height:45px;
	background: #ffffff url('../gfx/footer_bg.jpg') no-repeat center top;
	width:750px;
	margin:0px auto 20px auto;
}

#footer p {
	font-size:10px;
	padding: 13px 20px 0px 20px;
	color:#000000;
	line-height:normal;
}

#footer a {
	color:#930d0d;
}

#copyright {
	float:left;
}

#links {
	float:right;
}

#log_res {
	font-size:0.85em;
	margin-bottom:25px;
	line-height:1.2em;
}

#log_res p {
	margin-bottom: 0.8em;
}

#log_res .error {
	margin-left:15px;
	color:#FF0000;	
}

#log_res .success {
	margin-left:15px;
	color:#00a000;	

}

.ajax-loading {
	background: url('../gfx/ajax-loader.gif') no-repeat left top;
	height:35px;
}
