/*
Theme Name: Pizzabase
Theme URI: http://www.pizzabase.com.au
Description: Anchor Foods' pizza base site theme
Author: Braincells
Author URI: http://www.braincells.com.au
Version: 1.0
*/

/****************************************************************************** * Pizzabase template ******************************************************************************/
body {
	background: #D19249 url('images/background.jpg') repeat-y center top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #482811;
}
a {
	outline: none;
}
div#wrapper {
	width: 984px;
	margin: 0px auto;
	/*background: transparent url('images/right_toppings.png') no-repeat right 730px;
*/
}
h1 {
	font-size: 40px;
	margin: 0px;
	margin-top: 10px;
	line-height: 48px;
	color: #762018;
}
h3 {
	padding: 0;
	margin: 1em 0 1em 0;
	font-size: 35px;
}
h3 a {
	text-decoration: none;
}
small {
	font-size: 1.0em;
}
/*---------------------------------------------------------------------------- * Header styles *----------------------------------------------------------------------------*/
div#header {
	background: url('images/bg_top.png') no-repeat top right;
	padding: 63px 0px 0px 90px;
	zoom: 1;
}
div#header img.logo {
	float: left;
}
div#header a.login {
	background: url('images/btn_login.png') no-repeat;
	width: 70px;
	height: 44px;
	float: left;
	text-indent: -999em;
	vertical-align: top;
	margin-left: 10px;
}
div#header ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-top: 60px;
	overflow: hidden;
	clear: left;
	background: url('images/divider_top.png') no-repeat bottom left;
}
div#header ul li {
	float: left;
	padding-right: 6px;
}
div#header ul li.single {
	width: 100px;
}
div#header ul li.about {
	width: 180px;
}
div#header ul li span {
	line-height: 1.8em;
	font-size: 30px;
	padding: 8px 0px 8px;
	letter-spacing: 1px;
	margin-right: 30px;
	display: block;
}
div#header ul li a {
	color: #1A4169;
	text-decoration: none;
}
div#header .loginContainer {
	float: left;
	margin-top: -50px;
	margin-left: 50px;
	height: 40px;
	width: 250px;
}
div#header .loginContainer p.logged-in {
	margin-top: 65px;
	margin-left: -20px;
}
/* Login Form=================================== */
.loginForm p {
	padding: 0;
	margin: 0 0 0.5em 0;
}
.loginForm p.error {
	float: left;
	clear: both;
	width: 100%;
}
.loginForm label {
	clear: left;
}
.loginForm label.checkbox {
	clear: none;
	margin-left: 5px;
	margin-top: 0;
}
.loginForm input.text, .loginForm input.password {
	margin-right: 10px;
}
.loginForm input.password {
  margin-left:3px;
}
.loginForm .checkboxRemember {
	clear: left;
}
.loginForm input.image {
	margin-top: -22px;
	float: right;
}
/*---------------------------------------------------------------------------- * Content area styles *----------------------------------------------------------------------------*/
div#container {
	background: url('images/bg_rpt.png') repeat-y;
	padding-left: 90px;
	clear: both;
	overflow: hidden;
	padding-top: 10px;
}
div#content {
	width: 455px;
	float: left;
	padding: 0px 28px 0px 10px;
}
/* == Page Template == */
body.page div#content img {
	border: 12px solid #FAE9CB;
}
/* == NoSidebar Template == */
div#content-nosidebar {
	width: 812px;
}
/* == Steps Template == */
div#content-steps {
	width: 812px;
}
div#content-steps h2 {
	background: url('images/divider_top.png') no-repeat top left;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	clear: both;
}
div#content-steps h2.sIFR-replaced {
	display: inline-block;
	padding-top: 20px;
	clear: left;
}
div#content-steps img {
	border: 6px solid #e1b97c;
}
div#content-steps img.alignnone, div#content-steps img.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
div#content-steps img.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
/*---------------------------------------------------------------------------- * Blog post styles *----------------------------------------------------------------------------*/
div.blogpost {
	background: url('images/divider_left_horizontal.png') no-repeat bottom left;
	padding-bottom: 10px;
	height: 100%;
	margin-bottom: 10px;
}
div.blogpost img.hero {
	border: 12px solid #FAE9CB;
}
div.blogpost p {
	line-height: 1.4em;
}
div.entry img {
	border: 12px solid #FAE9CB;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
div.entry img.alignleft {
	margin-right: 1.5em;
}
div.entry img.alignright {
	margin-left: 1.5em;
}
div.blogpost p.meta {
	color: #762018;
	font-weight: bold;
	overflow: hidden;
}
div.blogpost p.meta span.name {
	float: left;
}
div.blogpost p.meta span.comments, div.blogpost p.meta span.date {
	float: right;
}
/** * Comments Template Styles */
#respond {
	padding: 10px;
	padding-bottom: 40px;
	background-color: #FAE9CB;
	border: 1px solid #762018;
}
#respond textarea#comment {
	width: 350px;
}
#respond h3 {
	margin-top: 0;
}
#commentform input#submit {
	color: #FFFFFF;
	background-color: #1A4169;
	border: 0px;
	padding: 5px;
	float: right;
}
#commentform label {
	float: left;
	width: 150px;
	margin-top: 0.4em;
}
#commentform input#url, #commentform input#author, #commentform input#email {
	width: 200px;
}
/** * Single Post Styles */
div.navigation {
	clear: both;
	padding-bottom: 2em;
}
div.linkPrevious {
	float: left;
}
div.linkNext {
	float: right;
}
/*---------------------------------------------------------------------------- * Sidebar styles *----------------------------------------------------------------------------*/
h2 {
	padding: 10px 0px 5px;
	margin: 0px;
	font-size: 35px;
	color: #762018;
}
div#sidebar {
	width: 395px;
	float: left;
}
/** * Forum Search Form Widget */
form#search {
	background: url('images/divider_right_horizontal.png') no-repeat bottom left;
	padding: 0px 0px 10px 10px;
	margin: 0;
}
form#search label {
	line-height: 1.8em;
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	color: #762018;
}
form#search input#search_box {
	background: url('images/formfield.png') no-repeat top left;
	border: 0px;
	width: 221px;
	height: 16px;
	padding: 6px 20px;
}
form#search input {
	display: inline-block;
	vertical-align: top;
}
/** * Featured Links Widget */
div.featured_links_widget {
	padding-left: 10px;
}
div.featured_links_widget div.links {
	position: relative;
}
div.featured_links_widget div.links ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
div.featured_links_widget ul li {
	width: 113px;
	height: 120px;
	float: left;
	margin-right: 15px;
	text-align: center;
}
div.featured_links_widget p {
	margin-top: 0px;
	color: #762018;
	font-size: 1.55em;
}
div.featured_links_widget a {
	text-decoration: none;
	color: inherit;
}
div.featured_links_widget span.border1, div.featured_links_widget span.border2 {
	position: absolute;
	top: 0px;
	left: 118px;
	width: 4px;
	height: 191px;
	background: url('images/divider_right_vertical.png');
}
div.featured_links_widget span.border2 {
	left: 247px;
}
/** * Blog Archive Widget */
div.widget_archive {
	float: left;
	width: 150px;
	margin-right: 20px;
}
div.widget_archive h2 {
	background: url('images/divider_right_horizontal_short.png') no-repeat bottom left;
}
div.widget_archive ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
}
div.widget_archive li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
div.widget_archive li a {
	line-height: 1.7em;
	/*display: block;
*/
}
/** * Competition widget */
div#sidebar div.widget_competition {
	display: none;
}
body.home div#sidebar div.widget_competition {
	display: block;
	background: transparent url(images/divider_right_horizontal.png) no-repeat scroll left bottom;
}
/** * Forum Signup Widget */
div.widget_forumsignupwidget, div.featured_links_widget, div.widget_recent_entries {
	background: url('images/divider_right_horizontal.png') no-repeat bottom left;
	margin-bottom: 5px;
	padding-bottom: 2px;
}
div.widget_forumsignupwidget p {
	margin: 5px 0px;
}
div.widget_forumsignupwidget .btnRegister {
	text-align: right;
	margin-right: 60px;
	margin-bottom: 15px;
}
/** * Forum Tag Cloud Widget */
div.widget_forumtagcloudwidget {
	padding-right: 40px;
	margin-bottom: 5px;
}
div.widget_forumtagcloudwidget h2 {
	background: url('images/divider_right_horizontal.png') no-repeat bottom left;
}
div.widget_forumtagcloudwidget ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	padding-bottom: 15px;
	background: url('images/divider_right_horizontal.png') no-repeat bottom left;
}
div.widget_forumtagcloudwidget ul li {
	display: inline;
	padding-right: 5px;
}
div.widget_forumtagcloudwidget a {
	text-decoration: none;
}
/** * Subscribe Widget */
div.widget_subscribewidget {
	float: left;
	width: 150px;
	margin-right: 20px;
}
div.widget_subscribewidget h2 {
	background: url('images/divider_right_horizontal_short.png') no-repeat bottom left;
}
div.widget_subscribewidget ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
}
div.widget_subscribewidget li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
div.widget_subscribewidget li a {
	line-height: 1.7em;
	/*display: block;
*/
}
div.widget_subscribewidget a.rss, div.widget_subscribewidget a.email, div.widget_subscribewidget a.facebook {
	padding-left: 20px;
}
div.widget_subscribewidget a.rss {
	background: url('images/icon_rss.png') no-repeat center left;
}
div.widget_subscribewidget a.facebook {
	background: url('images/icon_facebook.png') no-repeat center left;
}
div.widget_subscribewidget a.email {
	background: url('images/icon_email.png') no-repeat center left;
}
/*---------------------------------------------------------------------------- * Footer styles *----------------------------------------------------------------------------*/
div#footer {
	background: url('images/bg_btm.png') no-repeat;
	height: 139px;
}
/*---------------------------------------------------------------------------- * General form styles *----------------------------------------------------------------------------*/
fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
legend {
	display: none;
}
/*---------------------------------------------------------------------------- * sIFR styles - do not modify *----------------------------------------------------------------------------*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	display: none !important;
}
/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
/*---------------------------------------------------------------------------- * Misc general styles *----------------------------------------------------------------------------*/
a {
	color: #762018;
}
a img {
	border: 0px;
}
h1 a, h2 a {
	text-decoration: none;
}
div.loginContainer {
	width: 312px;
}
#recent-posts-3, #featured_links-4 {
	padding-bottom: 15px;
}
#featured_links-4 h2 {
	padding-bottom: 15px;
}
a.anchorlink {
	display: block;
	height: 200px;
	margin-bottom: -93px;
	margin-left: 555px;
	margin-top: -63px;
	width: 300px;}