@charset "UTF-8";
/* CSS Document */

body {
	background:#231F20;
	margin:20px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.75em;
}
#logo {
	margin:0 auto;
	width:155px;
	height:50px;
	background:url(../images/pig-in-a-poke-logo.gif);
}
#menu {
	padding-top:10px;
	margin:0 auto;	
	width:770px;
	text-align:center;
}
#menu a {
	color:#666;
	font-weight:bold;
	padding:0.5em;
	margin-bottom:2px;
	display:inline-block;
}
#menu a:hover {
	color:#D31145;
	text-decoration:none;
	border-bottom:2px solid #333;
	margin-bottom:0px!important;
}
#container {
	margin:0 auto;
	background:#fff;
	width:770px;
	min-height:400px;
	margin-top:10px;
}
#seal {
	position:relative;
	/*top:-60px;*/
	width:100px;
	margin:0 auto;
}
#footer {
	margin:0 auto;
	color:#666;
	width:750px;
	text-align:center;
	position:relative;
	/*top:-50px;*/
	font-size:0.9em;
}
#footer a {
	color:#666;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.column1 {
	margin-left:50px;
	padding:40px 0px;
	float:left;
	width:325px;
}

.column2 {
	float:right;
	padding:40px 0px;
	float:right;
	width:325px;
	margin-right:50px;
}

/*Add by Matt - 24/11/2010*/
.left {
	
	float:left;
	width:325px;
}
/*Add by Matt - 24/11/2010*/
.right {
	float:right;
	width:325px;
	
}
/*Add by Matt - 24/11/2010*/
.event-block {
	margin-top:25px;
}

.column2.image, .column1.image {
	padding:0;
}

.clear {
	clear:both;
}
.fullwidth {
	padding:40px 50px;
	

h1 {
	font-size:1.3em;
	margin:0;
	padding:0;
	margin-bottom:1em;
}
h2 {
	font-size:1.2em;
}
p {
	margin:0;
	padding:0;
	margin-bottom:.5em;
	line-height:1.4em;
}
#container a {
	color:#D31145;
}
#container a:hover {
	text-decoration:underline;
}
img, a img {
	border:0;
}
.fullwidth a {
	margin-right:7px;
}

/*order purchasing */

#basket{
	border-top:1px solid #000;
	padding:20px 0px;
	margin:0px 50px;
}
#basket p {
	clear:both;
}
#basket span {
	width:300px;
	display:block;
	float:left;
}
#basket span.qty2 {
	width:50px;
}
#basket span.price2 {
	width:100px;
}
#basket .total {
	font-weight:bold;
}
.product .column1, .product .column2 {
	padding:0;	
}
.product select {
	width:100px;
	float:right;
}
#submit {
	margin:20px 0px;
}
.voucher label {
	width:200px;
	float:left;
}
.voucher input {
	float:left;
	width:300px;
}
.voucher {
	margin-top:15px;
}
.error {
	font-weight:bold;
	color:#D31145;
}

.blog #container h2 a{
	color:#000;
}

.blog .post{
	margin-top:30px;
	padding-bottom:50px;
	background:url(../images/pigDivider.jpg) bottom center no-repeat;
}

#exraInfo{
	margin-top:30px;
}

.previous{
	margin-top:1em;
	float:left;
}

.next{
	margin-top:1em;
	float:right;
}

.date{
	margin-top:0px;
}

.articleTitle{
	margin-bottom:0px;
}

#article{
	float:left;
	width:490px;
	margin-right:10px;
}

#sidebar{
	width:170px;
	float:right;
	margin:0px;
	padding:0px;
	list-style:none;
}

#sidebar li{
	margin:1em 0px;
}

br.clear{
	display:block;
	height:1px;
	margin-top:-1px;
	clear:both;
}

.homepage-banner{
	display:block;
	margin:0 auto;
}
