/*
Theme Name: Andy's Ice Cream
Theme URI: http://www.andyicecream.co.uk/
Description: The default WordPress theme for Andy's Ice Cream, designed by Joel Graham</a>.
Version: 1.0
Author: Lewis Moore
Author URI: http://lewis.moore.name/
*/

a{
	color: #3b1e16;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
a img{
	border: none;
}
html{
	background-color: #e7d19f;
			
	font-family: Arial, Helvetica, sans-serif;
			
	font-size: 80%;
			
	color: #3b1e16;
		
	background-image:url(/frontend/images/stripe.jpg);
	background-repeat: repeat;
			
}
body{
	margin-top: 20px !important;
	margin: 0px auto;
			
	width: 852px;
			
	background-image:url(/frontend/images/top-banner.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
			
	padding-top: 160px;
			
	border: 1px solid #000000;
}
#menu{
		
	text-align: center;
			
	border-top: 1px solid #8eacce;
	border-bottom: 1px solid #8eacce;
			
	padding: 0px;
			
	margin: 0px;
			
	height: 23px;
			
	font-weight: bold;
			
	background-image:url(/frontend/images/menu-back.jpg);
			
	background-repeat: repeat-x;
		
}
#menu li{
	float: left;
	list-style: none;
}		
#menu li a{
	display: block;
	width: 121px;
	padding-top: 4px;
	padding-bottom: 4px;
			
	text-decoration: none;
			
	color: #000000;
}
#menu li a:hover, .current_page_item a{
	text-decoration: underline !important;
}
.forceful_clear{
	clear: both !important;
	padding: 0px !important;
	margin: 0px !important;
	border: none;
	float: none;
}
#content{
	padding: 10px;
}
#footer{
	text-align: right;
	border-top: 1px solid #000000;
	margin-top: 5px;
	padding-top: 5px;
}
h1{
	font-size: 150%;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}
.text_box{
	padding: 2px;
			
	border: 1px solid #3b5998;
	background-color: #8eacce;
	line-height: 150%;
}
		
.text_box div{
	border: 1px solid #ffffff;
	background-color: #f2e9e0;
			
	padding: 4px;
}
.text_box div div{
	border: none;
	padding: 0px;
	background: none;
}
#centre_img_box{
	margin-bottom: 20px;
	text-align: center;
}
#centre_img_box img{
	margin-left: 25px;
	margin-right: 25px;
}
#price_table{
	border: 1px solid #3b1e16;
	border-collapse: collapse;
	margin: 10px auto;
}
#price_table td, #price_table th{
	border: 1px solid #3b1e16;
	border-collapse: collapse;
}
#price_table th{
	width: 150px;
}
#price_table td{
	padding: 10px;
}
	

.wrapped_list div{
	width: 25%;
	float: left;
}
.wrapped_list ul{
	list-style: disc !important;
}
.wrapped_list ul li{
	list-style: disc !important; 
}
.img_right{
	float: right;
	margin-left: 50px;
}
.img_left{
	float: left;
}
.special_badge{
	position: relative;
	bottom: 10px;
	right: 10px;
}