/*
	Theme Name: Magazine
	Theme URL: http://www.studiopress.com/themes/magazine
	Description: Magazine is a 2-column Widget-ready theme created for WordPress.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 1.0
	Tags: two-columns, fixed-width, sidebar-widgets, threaded-comments
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,  p, blockquote, td, th
{
	margin:  0;
	padding : 0;
	font-family: Arial, Helvetica, sans-serif;

}

/* Removes list-styles from lists  */
ol, ul
{ list-style : none; }

/* Normalizes font-style and font-weight to normal  */
address, caption, cite, code, dfn, em,  th, var
{font-style : normal; font-weight : normal; }


/* Removes  border from fieldset and img */
fieldset, img
{border : 0; }

/* Left-aligns text in caption and th */
caption, th
{ text-align : left; }

/* Removes  quotation marks from q  */
q:before, q:after
{ content : '' ; }

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

body {
	text-align:left;
	color:#333333;
	background-color: #FFF;
	background-image: url(http://www.4slicetoaster.org.uk/graphics/bg1.jpg);
	background-repeat: repeat-x;
}
	
#container{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

hr {
	border: none;
	border-bottom: 1px solid #C0C0C0;
	margin-bottom: 10px;
	padding: 0px 0px 10px 0px;
	height: 0px;
	clear: both;
	}
	
.clear {
	clear: both;
	}
	
.thumb {
	float: left;
	padding: 4px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

.tabber {
	display: none;
	}
	
/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #0000CC;
	text-decoration: underline;
	}
	
a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none 
	}
	
/************************************************
*	Header  									*
************************************************/

#header{
	width: 980px;
	float: left;
	height: 69px;
	margin-bottom: 25px;
}

#header img{
	padding-top: 7px;
	float: left;
	padding-left: 5px;
}

#mini-nav{
	float: right;
	color: #CCC;
	font-size: 11px;
	padding-top: 19px;
}

#mini-nav a{
	color: #BDBDBD;
}

/************************************************
*	TopNav          							*
************************************************/

/*- MAIN TABS NAVIGAION */

   #tabsB {
	float:left;
	width:980px;
	height: 27px;
      }

    #tabsB ul {
	margin:0;
	list-style:none;
	padding-bottom: 0;
	padding-left: 0px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
      }

    #tabsB li {
    display:inline;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    }

    #tabsB a {
	float:left;
	background:url("http://www.4slicetoaster.org.uk/graphics/tabsleft.png") no-repeat left top;
	margin:0;
	text-decoration:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 7px;
    }

    #tabsB a span {
	float:left;
	display:block;
	background:url("http://www.4slicetoaster.org.uk/graphics/tabsright.png") no-repeat right top;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 5px;
	margin-right: 3px;
	color: #FFF;
    }
	
/* This controls the active tabs, the tab for the corresponding page is highlighted. each tab has an id set in the li (eg home-tab) and another id set in the body (eg home-active). The body id of each page can be changed in Dreamweaver by going to Modify > Template Properties */

#home-active #home-tab a {
background-position:0% -42px;
}

#home-active #home-tab a span {
background-position:100% -42px;
}

#browse-active #browse-tab a {
background-position:0% -42px;
}

#browse-active #browse-tab a span {
background-position:100% -42px;
}

#popular-active #popular-tab a {
background-position:0% -42px;
}

#popular-active #popular-tab a span {
background-position:100% -42px;
}

#upcoming-active #upcoming-tab a {
background-position:0% -42px;
}

#upcoming-active #upcoming-tab a span {
background-position:100% -42px;
}

#tracker-active #tracker-tab a {
background-position:0% -42px;
}

#tracker-active #tracker-tab a span {
background-position:100% -42px;
}

#blog-active #blog-tab a {
background-position:0% -42px;
}

#blog-active #blog-tab a span {
background-position:100% -42px;
}
	


    /* Commented Backslash Hack hides rule from IE5-Mac \*/

    #tabsB a span {float:none;}

    /* End IE5-Mac hack */

    #tabsB a:hover span {
     }

    #tabsB a:hover {
     background-position:0% -42px;
      }

    #tabsB a:hover span {
    background-position:100% -42px;
    }
	
/************************************************
*	Searchbar      								*
************************************************/

#search{
	width: 954px;
	border: 6px solid #915109;
	clear: both;
	float: left;
	padding-left: 14px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #FFF;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

#search #mainsearch{
	width: 770px;
	float: left;
}

#search .dropdown{
	font-size: 13px;
	width: 200px;
	margin-right: 6px;
	margin-left: 2px;
}

#search .textsearch{
	width: 290px;
	height: 15px;
}

#search #addthis{
	float: right;
	margin-right: 16px;
	margin-top: 2px;
}

#search #mainsearch .gobutton{
	margin-bottom: -7px;
	padding-left: 3px;
}

	
.postform {
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 0px 0px;
	padding: 5px;
	display: inline;
	}
	
.rsslink {
	padding: 2px 5px 2px 15px;
	background: url(images/rss.png) no-repeat left center;
	}

	
/************************************************
*	Content 					     		    * 
************************************************/

#col-wrapper{
	float: left;
	width: 980px;
	margin-bottom: 12px;
}


#content {
	width: 980px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
#left-col{
	width: 740px;
	float: left;
}

#left-col p{
	padding-bottom: 12px;
	font-size: 12px;
	line-height: 20px;
}

#left-col h1{
	padding-bottom: 4px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

#left-col h2{
	font-size: 13px;
	color: #000000;
}

#left-col .blurb{
	font-style: italic;
}

#contentfull {
	float: left;
	width: 940px;
	margin: 0px;
	padding: 0px;
	}

#left-col h1, #contentfull h1 {
	padding-bottom: 4px;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F8DBA3;
	margin-bottom: 16px;
	}
	
#left-col h1 a, #contentfull h1 a {
	padding-bottom: 4px;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;

	margin-bottom: 16px;
	}

#left-col h1 a:hover, #contentfull h1 a:hover {
	padding-bottom: 4px;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 16px;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F8DBA3;
	}
	
#left-col h2, #contentfull h2 {
	padding-bottom: 4px;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-bottom: 16px;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F8DBA3;
	}
	
#left-col h2 a, #contentfull h2 a {
	padding-bottom: 4px;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-bottom: 16px;

	}

#left-col h2 a:hover, #contentfull h2 a:hover {
	padding-bottom: 4px;
	font-size: 17px;
	font-weight: bold;
	color: #B00112;
	margin-bottom: 16px;

	}
	
#left-col h3, #contentfull h3 {
	color: #111111;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
#left-col h4, #contentfull h4 {
	color: #111111;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
#left-col h4 a {
	color: #111111;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}

#left-col h4 a:hover {
	color: #B2265D;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#left-col h5, #contentfull h5 {
	color: #111111;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
#left-col h6, #contentfull h6 {
	color: #111111;
	font-size: 10px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}	
	
#left-col img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#left-col img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

.post {
	margin: 0px 0px 50px 0px;
	}
	
.postarea {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 18px;
	padding-bottom: 12px;
	padding-left: 20px;
	float: left;
	width: 699px;
	background-color: #FFF;
	border: 1px solid #CAB596;
	}

.postarea .breadcrumb {
	background: #F7F7F7;
	font-size: 11px;
	margin: 0px 0px 20px 0px;
	padding: 5px 0px 5px 10px;
	border: 1px solid #E6E6E6;
	}
	
.postarea .breadcrumb a{
	color: #000000;
}	
	
.postarea p {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;

	}
	
.postarea ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ol li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}
	
.postarea ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ul li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 20px;
	background-repeat: no-repeat;
	background-position: left center;
	}
	
.postarea ul ul li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 20px;
	background-repeat: no-repeat;
	background-position: left top;
	}
	
blockquote {
	background: #F7F7F7;
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border: 1px solid #E6E6E6;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
	
.postauthor {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
	color: #B00112;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CAB596;
	}
	
#left-col .postauthor p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	}
	
.postauthor a {
	color: #B00112;
	}	
	
#left-col .postmeta {
	color: #666;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F8DBA3;
	}
	
#left-col .postmeta p {
	margin: 0px;
	font-size: 10px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	}
	
.postmeta a {
	color: #666;
	}	

code {
	background: #F7F7F7;
	margin: 0px 25px 15px 25px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	border: 1px solid #E6E6E6;
	}
	
.archives {
	float: left;
	width: 250px;
	margin: 0px;
	padding: 0px 25px 20px 0px;
	}
	
.adblock {
	background: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #C0C0C0;
	}
	
.postcomments {
	width: 707px;
	background: #FFFFFF;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
	border: 1px solid #CAB596;
	}

.postcomments p{
	padding-top: 0px;
	padding-bottom: 0px;
}	

/************************************************
*	Images  					     		    * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	background: #F7F7F7;
	text-align: center;
	padding: 4px 0px 5px 0px;
	border: 1px solid #E6E6E6;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	

	
#sidebar {
	float: right;
	width: 230px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	

	
#sidebar h4 {
	color: #FFF;
	font-size: 11px;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-left: 14px;
	background-image: url(http://www.4slicetoaster.org.uk/graphics/widgets-header-bg.png);
	background-repeat: no-repeat;
	}

	
#sidebar img {

	}
	
#sidebar embed, #sidebar object {
	width: 230px; 
	height: 250px;
	margin: 0px 0px 0px 0px; 
	padding: 0px;
	}
	
#sidebar .widget  {
	background-image: url(http://www.4slicetoaster.org.uk/graphics/widget-bottom.png);
	background-position: center bottom;
	padding-bottom: 8px;
	background-repeat: no-repeat;
	margin-bottom: 12px;	

	}
	
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;

	}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
#sidebar ul ul li a, #sidebar ul ul li a:visited {
	color: #000099;
	text-decoration: none;
	line-height: 24px;
	font-size: 11px;
	}
	
#sidebar ul ul li a:hover {
	color: #000000;
	text-decoration: underline;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#sidebar ul li li {
	background-color: #FFFDF8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F8DBA3;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #905B18;
	border-left-color: #905B18;
	padding: 0px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	}
	
#sidebar ul li ul li {
	margin: 0px;

	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 13px;
	}

#sidebar .textwidget {
	margin: 0px;
	padding: 0px;
	}

.widget_tag_cloud {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}

.enews {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/enews.gif);
	background-repeat: no-repeat;
	background-position: -10px 4px;
	}
	
	
/************************************************
*	eNews Subscribe								*
************************************************/

#subscribe {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	overflow: hidden;
	}

#subbox {
	background: #FFFFFF url(images/searchbar.png) repeat-x;
	width: 220px;
	color: #222222;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 5px 5px 0px 0px;
	border-top: 1px solid #666666;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #EEEEEE;
	}
	
#subbutton {
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	border: 1px solid #116703;
	background-color: #116703;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	}
	
	
#author, #email, #url {
	background: #F7F7F7 !important;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #F0E4E4;
	}
	
#comment {
	background: #F7F7F7 !important;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	border: 1px solid #8CBED8;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
	
/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 5px 0px 10px;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 99%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#respond p{

}

#respond h3{
	font-size: 13px;
	font-weight: bold;
}
		
	
#commentform p {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: #222222;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #222222;
	}
	
.reply a:hover {
	background: #B2265D;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #B2265D;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #F7F7F7;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px dotted #E6E6E6;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	margin: 0px;
	padding: 0px;
	}
	

#large-pic{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}

#large-pic a{
border-style: none;
border: 0px;
}

#post-box{
	background: #FFFFFF;
	border: 1px solid #C0C0C0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 18px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
	float: left;
}	

#related-posts{

}

#related-posts a{
	color: #666666;
}

#more-from{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 12px;
	padding-right: 16px;
	padding-bottom: 12px;
	padding-left: 16px;
	float: left;
	background-color: #FFFFFF;
	width: 703px;
	border: 1px solid #CAB596;
}

#more-from a{
	font-weight: normal;
	font-size: 11px;
}

#right-col{
	width: 230px;
	float: right;
}

#right-col p{
}

#right-col h2{
	font-weight: bold;
	font-size: 15px;
	padding-top: 4px;
	padding-bottom: 2px;
}

#side-tracker{
	margin-bottom: 12px;
	width: 230px;
}

#side-tracker-bg{
	background-image: url(http://www.4slicetoaster.org.uk/graphics/side-tracker-bg.png);
	background-position: bottom;
	padding-top: 8px;
	padding-bottom: 14px;	
}

#side-tracker h3{
	color: #FFF;
	font-size: 11px;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-left: 14px;
	background-image: url(http://www.4slicetoaster.org.uk/graphics/widgets-header-bg.png);
	background-repeat: no-repeat;
}

#side-tracker p{
	font-size: 11px;
	padding-left: 12px;
	padding-right: 10px;	
}

#side-tracker a{
	color: #036;
}


#side-browse-games{
	margin-bottom: 12px;
	width: 230px;
}

#side-browse-games h3{
	color: #FFF;
	font-size: 12px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 14px;
	background-image: url(http://www.4slicetoaster.org.uk/graphics/platforms-header-bg.png);
	background-repeat: no-repeat;
}

#side-browse-games ul{
	background-image: url(http://www.4slicetoaster.org.uk/graphics/platforms-bg.png);
	background-position: bottom;
	padding-bottom: 1px;
}

#side-browse-games li{
	margin-left: 2px;
	margin-right: 2px;	
}

#right-col #side-browse-games a{
	display: block;
	width: 196px;
	padding-left: 28px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F8DBA3;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	background-image: url(http://www.4slicetoaster.org.uk/graphics/browse-bullet.gif);
	background-repeat: no-repeat;
	background-position: 14px 10px;
	text-decoration: none;
	margin-left: 1px;
}

#right-col #side-browse-games #no-border a{
	border-bottom-style: none;
    border-bottom-width: 0px;
}


#right-col #side-browse-games a:link, #navlist1 a:visited{
	text-decoration: none;
}



#right-col #side-browse-games a:hover{
	background-image: url(http://www.4slicetoaster.org.uk/graphics/browse-bullet2.gif);
	text-decoration: underline;
}


#browse-categories{
	border: 1px solid #666;
	padding-bottom: 10px;
	background-color: #FFF;
	margin-bottom: 10px;
}

#browse-categories h3{
	background-color: #333;
	color: #FFF;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
}

#browse-categories ul{
	margin-left: 12px;
	margin-top: 4px;
	margin-bottom: 4px;	
}


#browse-categories li{
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 13px;
}




#side-featured h3{
	color: #FFF;
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 14px;
	background-image: url(http://www.4slicetoaster.org.uk/graphics/widgets-header-bg.png);
	background-repeat: no-repeat;
}


#side-featured{
	background-color: #F1F7F8;
	float: left;
	width: 230px;
}


#side-featured img{
	float: left;
	margin-right: 6px;
	margin-left: 6px;
}

#side-featured .new-game{
	width: 226px;
	font-size: 11px;
	float: left;
	height: 62px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A8DDE5;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8DB5BD;
	border-left-color: #8DB5BD;
}

#side-featured .new-game img{
	border: 1px solid #ACDEE5;	
}

#side-featured .rrp{
	text-decoration: line-through;
	color: #666;	
}

#side-featured .price{
	padding-left: 4px;
	font-weight: bold;
	color: #C00;	
}

#side-featured p{
	padding-bottom: 1px;
	padding-top: 1px;	
}

#side-featured a{
	color: #036;	
}

#side-featured-bottom{
	background-image: url(http://www.4slicetoaster.org.uk/graphics/rside-darker-bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 14px;
	width: 230px;
	float: left;	
}



#side-text-releases{
	margin-bottom: 12px;
	float: left;
	width: 230px;
}

#side-text-releases h3{
	color: #FFF;
	font-size: 11px;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-left: 14px;
	background-image: url(http://www.4slicetoaster.org.uk/graphics/widgets-header-bg.png);
	background-repeat: no-repeat;
}

#side-text-releases ul{
	background-image: url(http://www.4slicetoaster.org.uk/graphics/rside-darker-bg.png);
	background-position: bottom;
	padding-bottom: 14px;
}


#side-text-releases li{
	margin-left: 2px;
	margin-right: 2px;	
}

#right-col #side-text-releases a{
	display: block;
	width: 212px;
	padding-left: 14px;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #036;
	font-size: 11px;
	text-decoration: underline;
}



#right-col #side-text-releases a:link, #navlist1 a:visited{
	text-decoration: underline;
}



#right-col #side-text-releases a:hover{
	text-decoration: underline;
	color: #000;
}



/************************************************
*	Footer  									*
************************************************/
	
#footer{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	width: 980px;
	height: 25px;
	padding-top: 8px;
	margin-top: 30px;
	clear: both;
	float: left;
}

#footer p{
	font-size: 11px;
	color: #999;
}

#footer a{
	color: #999;
}

#base{
	background-color: #3C1800;
	width: 100%;
	float: left;
	clear: both;
	padding-bottom: 30px;
	margin-top: 10px;
}

#base-wrapper{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
	padding-top: 22px;
}

#base-left{
	float: left;
	width: 740px;	
}

#base-left h2{
	color: #FFF;
	font-size: 14px;
	padding-bottom: 5px;
}

#base-left p{
	color: #FCFCFC;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 10px;
	line-height: 18px;
}

#base-left a{
	color: #BEEAED;	
}

#base-right{
	width: 230px;
	float: right;
}


.post-top{
	background-image: url(http://www.4slicetoaster.org.uk/graphics/post-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 4px;
	width: 740px;
	position: relative;
}

img, div{
behavior: url(iepngfix.htc)
}

#main-pic{
	margin-top: 4px;
	padding-left: 5px;
	min-height:190px;
	float: left;
	width: 700px;
	margin-bottom: 12px;
}

#main-pic img{
	float: left;
	margin-right: 25px;
}

#main-pic #best-price{
	margin-top: 12px;
	width: 100px;
	float: left;
	border: 2px solid #F8DBA3;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 8px;
}

#main-pic #best-price h3{
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: -4px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #900;
	margin-left: 3px;
}

#compare-prices{
	border: 4px solid #F8DBA3;
	padding-left: 10px;
	padding-top: 14px;
	padding-bottom: 8px;
	margin-bottom: 12px;
	margin-top: 0px;

}

#ecu{
	background-image: url(http://www.4slicetoaster.org.uk/graphics/final-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	min-height:90px;
}

#compare-prices h2{
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
	color: #900;
	border-bottom-style: none;
}

.with-arrow{
	background-image: url(http://www.4slicetoaster.org.uk/graphics/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 28px;
	margin-left: 2px;
}

#toaster-blocks{
	margin-top: 2px;
	height: 510px;
	float: left;
}

#toaster-blocks .midleft{
	margin-right: 5px;
	margin-left: 10px;
}

#toaster-blocks .midright{
	margin-right: 10px;
	margin-left: 5px;
}

#toaster-blocks img{
	margin-bottom: 10px;	
}

.intro{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 18px;
	padding-bottom: 8px;
	padding-left: 20px;
	float: left;
	width: 699px;
	background-color: #FFF;
	border: 1px solid #CAB596;
}

#left-col .intro h1{
	margin-bottom: 8px;
}

#left-col .intro p{
	font-size: 13px;
}

.float-right{
	margin-bottom: 12px;
	margin-left: 12px;
	float: right;
	margin-right: 10px;
	margin-top: 8px;
}

.perfect{
	float: right;	
}