/*
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;
}
				

body{
	margin-top: 20px !important;
	margin: 1px auto;
         font-family: Arial, Helvetica, Sans-serif; color: #666;
			
	width: 1000px;
			
	background-image:url(/frontend/images/stripe.jpg);
	background-color: #d8d7da;
	background-repeat:repeat;
         		
	padding-top: 60px;
			
	border: 0px solid #ffffe7;
}
#menu{
		
	text-align: center;
			
	border-top: 5px solid #8eacce;
	border-bottom: 5px solid #8eacce;
			
	padding: 0px;
			
	margin: 0px;
			
	height: 30px;
			
	font-weight: 400;
			
	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: #b39a64;
}
#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 #b39a64;
	margin-top: 5px;
	padding-top: 5px;
         background-image:url(/frontend/images/menu-back.jpg);
			
	background-repeat: repeat-x;
		

}
h1{
	font-size: 125%;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}
.text_box{
	padding: 2px;
			
	border: 2px solid #3b5998;
	background-color: #ffffe7;
	line-height: 125%;
         
}
		
.text_box div{
	border: 2px solid #ffffff;
	background-color: #ffffe7;
			
	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;
}




