/*
Theme Name: Flipper
Theme URI: http://www.flippingeasy.com/
Description: WPblogger custom theme.
Version: 0.9b
Author: James Cook
Author URI: http://www.studiojmc.com/
Tags: three column, fixed width

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

* {padding: 0; margin: 0;} /* this clears all browser default margins and padding so that they will have to be set explicitly for each element */

/* this handles the rss buttons */
.rssimg, .emailimg {
margin: 0 10px 10px 10px;
}
.rssimg a, .emailimg a {
display: block;
width: 150px;
}
.rssimg a {
height: 30px;
background: #fff url(images/rss-subscribe.gif) top;
}
.emailimg a {
height: 40px;
background: #fff url(images/rss-email.gif) top;
}
.rssimg a:hover {
background: #fff url(images/rss-subscribe.gif) 0 30px;
}
.emailimg a:hover {
background: #fff url(images/rss-email.gif) 0 40px;
}
.rssimg a p {
visibility: hidden;
}
.emailimg a p {
visibility: hidden;
}



body {
	color: #333333;
	font: 80% Verdana, Arial, Sans-Serif;
	text-align: center;
	background: #0000FF url(images/page-bg.jpg);
	margin: 0 0 20px 0;
	padding: 0;
}
#container {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: #0000FF url(images/content-bg.gif) repeat-y;
}
/* the logo image is actually a background image for the header */
#header {
	background: #A52D23 url(images/flippingeasy-title.gif) no-repeat;
	background-position: 94px 0;
	height: 84px;
	border-bottom: 6px solid #532A12;
	overflow: hidden;
}
/* mascot positions the mascot image */
#mascot {
	position: absolute;
	top: 3px;
	left 12px;
}
/* counter intuitively headerimg is actually the blog title and description but is hidden to allow the background image to show */
#headerimg 	{
	visibility: hidden;
	}	
.menuBar { width: 955px; background: #532A12; position: relative; margin: 0 auto; padding: 0px; font-weight: bold; }
.TopMenu { margin: 0px 0px 0px 20px; padding:0px; text-align: right; }
.TopMenu ul { padding: 6px 0px; margin: 0px; font-size: 0px;}
.TopMenu li { padding: 2px 4px 0px 10px; margin: 0px 4px 0px 0px; list-style-type: none; display: inline; font-size: 12px; border-left: solid 1px #fff;}
.TopMenu li a { color:#fff;}
.TopMenu li a:visited { color:#fff;}
.TopMenu li a:hover { color:#fff;}
#mainContent {
	width: 655px;
}
#mainContent p {
	margin: 0 0 9px 0;
}
/* thepost wraps all post info, entry wraps only the body of the post */
.thepost {
/*  min-height:500px;
  height:auto !important;
  height:500px; */
  margin-left: 200px;
}
.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	}
.entry {
	margin: 12px 0;
}
#leftSidebar {
	float: left;
	width: 180px;
	margin-top: 60px;
}
#right-sidebar {
	float: right;
	width: 280px;
}
.indent {
	margin: 12px 10px;
} /*used in right sidebar */

#footer {
	border-top: solid 6px #A52D23;
	background: #532A12;
	height: 24px;
	text-align: center;
}
#footer p {
	padding: 4px 0 0;
	margin: 0;
	font-size: .85em;
	color: #FFFFFF;
}
.clearme {
	clear: both;
}

/*  Typography (although being honest some of it has been handled above */

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 2.5em;
	margin: 0;
	padding: 0;
	line-height: 1em;
	}

h2 {
	font-size: 1.6em;
	}
.thepost h2, .thepost small p {
	text-align: center;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#leftSidebar h2 {
	font-size: 1.0em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #333;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #CD682D;
	}
	
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #leftSidebar h2, #wp-calendar caption, cite, #banner h2 {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

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

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	text-align: left;
	}

.commentmetadata {
	font-weight: normal;
	}

#leftSidebar {
	font-size: .85em;
	}

small, #leftSidebar ul ul li, #leftSidebar ul ol li, .nocomments, .postmetadata, blockquote, strike, #banner ul ul li, #banner ul ol li {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
a, h2 a:hover, h3 a:hover {
	color: #A52D23;
	text-decoration: none;
	}
a:hover {
	color: #147;
	text-decoration: underline;
	}
#footer a:link, #footer a:visited {
color: #dacdb9;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}
#wp-calendar a {
	text-decoration: none;
	}
#wp-calendar caption {
	font: bold 1.3em;
	text-align: center;
	}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/*	Begin Headers */
h1 {
	padding-top: 9px;
	margin: 0;
	}

h2 {
	margin: 15px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#leftSidebar h2, #banner h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #leftSidebar ul ul li:before, #banner ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#leftSidebar ul, #leftSidebar ul ol  {
	margin: 10px;
	padding: 0;
	}

#leftSidebar ul li  {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 9px;
	}

#leftSidebar ul p, #leftSidebar ul select {
	margin: 5px 0 8px;
	}

#leftSidebar ul ul, #leftSidebar ul ol {
	margin: 5px 0 0 10px;
	}

#leftSidebar ul ul ul, #leftSidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #leftSidebar ul ol li {
	list-style: decimal outside;
	}

#leftSidebar ul ul li, #leftSidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#leftSidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}
	
#leftSidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

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

#commentform textarea {
	width: 95%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 20px 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

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

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
/* End Various Tags & Classes*/

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Tabber Code Inserted beyond this point */

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin: 0 10px;
 padding-bottom: 10px;
 border: 1px solid #532A12;
 background: #fff;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin: 3px 0 0;
 padding: 0 0 3px 0;
 font: bold 12px Arial, Helvetica, sans-serif;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 padding-left: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 6px;
 border-bottom: none;
 text-decoration: none;
 border-right: 1px solid #fff;
}

ul.tabbernav li a:link { 
	color: #fff; 
	background: #532A12;
	}
ul.tabbernav li a:visited { color: #fff; }

ul.tabbernav li a:hover, ul.tabbernav li.tabberactive a:hover
{
 color: #fff;
 background: #A52D23;
 text-decoration: none;
}

ul.tabbernav li.tabberactive a
{
 background-color: #A52D23;
 color: #fff;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding: 0;
 border: none;
 margin: 0 0 0 0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

/* height:75px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

/* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
}

.tabbertab .widged li{
list-style-type: none;
margin: 0 10px;
}