@charset "utf-8";
/* author: mfbSOFT 2012 */
/* Creation date: 09/08/2012 */

body {
	margin: 0 auto;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	background: #F9F9F9 ; you could add a background image here   - url(http://www.mfbowman.co.uk/images/deadtree.jpg) fixed center */
	color: #666666;
	width: 100%;
	
	padding: 1px; /*50px;*/
	position: relative;
	/*width: 620px;*/	
	height: 100%;
	
}


a {
	color: inherit;
	text-decoration: none;
}


p a,li a,.credit a,.h2 a { 
	border-bottom: 1px dotted #666666;
}



a img {
	border: 0px;
	width: 400px;
}

.blogPost div 
{
    column-count: 2;
    column-gap: 22px;
}

.blogPost 
{
    column-count: 2;
    column-gap: 22px;
}
 
.blogPost header 
{
        column-span: all;
}

.blogPost img 
{
    margin: 22px 0;
    box-shadow: 30px 30px 70px #777;
}

	
}

blockquote { 
	margin: 0;
    padding: 0 0 0 9px;
	border-left: 1px #666666 dotted;
}

.wrap {
	margin: 25px auto;
	/*what's this do? width: 900px; */
	width: 800px;
}


.header {
	width: 100%;
	text-align: left;
    padding: 0px; /* was 25*/
	margin: 0px;
}

.headerright {
	width: 100%;
	text-align: left;
    padding: 0px; /* was 25*/
	margin: 0px;
	color: blue;
}


p.banner {
	width: 400px; /*width: 100%;*/
	height: 20px;
	text-align: left;
    padding: 0px 10px; /* was 20px */
	background: #FF6000;
    font-size: 14px;
	font-weight: bold;
	color: white;
	font-style: italic;
}

p.bannerphotoblog {
	width: 500px; /* was 100%;*/
	height: 30px;
	text-align: left;
    padding: 10px 30px;
	background: #FF6000;
    font-size: 18px;
	font-weight: bold;
	color: white;
	font-style: italic;
}

p.recipesbanner {
	width: 100%;
	/*height: 20%;*/
	height: 20px;
	text-align: left;
	padding: 0;
	background: #FF6000;
	font-size: 24px;
	color: white;
	font-style: bold;
}

.header img {
	max-width: 100%;
	max-height: 100%;
}

.header h1 {
	text-transform: propercase;
	font-size: 30px;
	margin: 0;
	letter-spacing: 5px;
	font-weight: normal;
	color: #FF6600;
}

.mfbsoft {
	text-transform: propercase;
	font-size: 18px;
	letter-spacing: 10px;
	font-weight: normal;
	color: blue;
	margin: 0px;
}


.header p {
	margin: 5px 0 0 0;
	font-size: 12px;
	font-size: 12px;
	line-height: 175%;
	padding: 0;
}



.links a {
	background: #FFF;
	border-bottom: none;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 10px 11px 30px 10px rgba(0, 0, 0, 0.15); /* was 0 1 3 0px; */
	margin: 0px 0px; /* was 0 0  and was 0 5px; */
	line-height: 25px; /* was 10px*/
	padding: 5px 10px; /* was 0 0 and was 0 4px; */
	font-size: 20px;/* was 11px; */
	font-weight: bold;
	text-transform: uppercase;
	text-align: left; /* was center;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; /* was 5px */
	color: #800000; /* #0099e6;  888888; */ 
	width: 100%;
	letter-spacing: 5px;
}


.links {
    font-size: 5px;
	text-align: left;
	text-transform: capitalize;
	padding: 10px 10px; 
	width: 100%;
}


.pagelinks a {
	background: #FFF;
	border-bottom: none;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
	margin: 0 5px;
	line-height: 10px;
	padding: 0px 5px; /* was 0 0px */
	font-size: 11px;
	font-weight: bold;
	text-transform: normalcase;
	text-align: left; /* was center;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; /* was 5px */
	color: #FF6600;
	width: 100%;
}


.photo {
	width: 200px;
	height: 250px;
	-webkit-border-radius: 250px;
	-moz-border-radius: 250px;
	border-radius: 250px;
	overflow: hidden;
}


.media {
	width: 500px;
	margin: 0 auto;
}


span.action {
	min-width: 500px;
	position: absolute;
	top: -20px;
	left: 0;
	font-size: 12px;
	opacity: 0;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	transition: all .1s ease;
	z-index: 999;
	color: #FF6600;
}


p.caption {
	background: #FFF;
	border-bottom: none;
	margin: 0 0px;
	line-height: 20px;
	padding: 0px 0px;
	font-size: 12px;
	font-weight: bold;
	text-transform: propercase;
	text-align: center;
	color: black;
	position: absolute;
	top: 100%;
	left: 0%;
}

.caption {
	background: #FFF;
	border-bottom: none;
	margin: 0 0px;
	/*margin-bottom: 5px;*/
	line-height: 13px;
	padding: 0px 0px;
	font-size: 12px; /* was 11px */
	font-weight: bold;
	text-transform: propercase;
	text-align: left;
	color: black; /* was #FF6600;  was black*/
	top: 0%;
	left: 0%;
	width: 100%;
}

.captionphoto {
	background: #FFF;
	border-bottom: none;
	margin: 30px 30px;
	line-height: 13px;
	font-size: 14px;
	font-weight: bold;
	text-transform: propercase;
	text-align: left;
	color: black;
	top: 0%;
	left: 0%;
	width: 100%;
}



.recipetext {
	background: #FFF;
	border-bottom: none;
	margin: 0 0px;
	line-height: 20px;
	padding: 0px 0px;
	font-size: 18px;
	font-weight: bold;
	text-transform: propercase;
	text-align: top;
	color: black;
	/* position: absolute; */
	top: 0%;
	left: 0%;
	width: 100%;
}
p.splashline {
	background: #FFF;
	border-bottom: none;
	margin: 0 0px;
	line-height: 20px;
	padding: 0px 0px;
	font-size: 12px;
	font-weight: bold;
	text-transform: propercase;
	text-align: center;
	color: #FF6600;
	top: 0%;
	left: 0%;
	width: 100%;
}

.indextables {

    border: 2px;
	border-style:solid;
	border-color:  #FF6600;
	background: #FFf;
	/*border-bottom: none;*/
	margin: 0px 0px;
	line-height: 20px;
	padding: 0px 0px;
	font-size: 14px;
	font-weight: bold;
	text-transform: propercase;
	text-align: center;
	color: blue;
	top: 0%;
	left: 0%;
	width: 100%;
}

.holder 
{width:600px; margin:0 auto;}

/* start of zoom */
.zoom {
width:200px;
height:150px; 
float:left;
margin-left:10px; /* was 10px; */ 
/*position:relative;*/
}

.step1 {
margin:0; 
width:200px; 
height:150px;
/*
-webkit-transition:0s;
-moz-transition:0s;
-ms-transition:0s;
-o-transition:0s;
transition:0s;
*/
}

.step2 {
width:100%; 
height:100%; 
margin:0;
/*
-webkit-transition:0s;
-moz-transition:0s;
-ms-transition:0s;
-o-transition:0s;
transition:0s;
*/
}

.zoom img {

border-color: #ddd #bbb #aaa #ccc;
border-style: solid;
border-width: 1px;
color: inherit;
padding: 4px;

margin-left:-10px; 

width:100;
}

.zoom:hover {
z-index:100;
}

.zoom:hover .step1 {
/*width:800px; height:600px; margin-left:540px; margin-top:-720px; */ /* was margin-top:20px;*/  /* originsl was width:800px; height:600px; margin-left:-252px; margin-top:-168px;    */

width:640px; 
height:480px; 
margin-left:500px; /* was 540px */
margin-top:230px; 

/*
-webkit-transition:0.3s;
-moz-transition:0.3s;
-ms-transition:0.3s;
-o-transition:0.3s;
transition:0.3s;
*/

/* top: 40%; */  /* was top: 100%; */  /* was 400px  this worked*/
position: inherited; /* was absolute; ansd works */

}

.zoom:hover .step2 {
width:100%; height:100%; margin: 0px 0px; /* was margin:40px 60px; */
   /* was  width:80%; height:80%; margin:40px 60px; */
/*
-webkit-transition:0.15s 0.3s;
-moz-transition:0.15s 0.3s;
-ms-transition:0.15s 0.3s;
-o-transition:0.15s 0.3s;
transition:0.15s 0.3s;
*/

/* end of zoom */



top: 100%;
margin-left: -250px;
margin-top: -270px; /* was 0px;*/ /* was 560 and it worked with no other changes to .hover step1*/

/*
border-color: #ddd #bbb #aaa #ccc;
border-style: solid;
border-width: 1px;
color: inherit;
padding: 10px;
*/
padding: 10px;
}

th.roundedphoto {
width:55px;
height:48px;
-webkit-border-radius: 99px 93px 99px 93px;
-moz-border-radius: 99px 93px 99px 93px;
border-radius: 99px 93px 99px 93px;
background-color:#FFFFFF;
-webkit-box-shadow: #B3B3B3 23px 23px 23px;
moz-box-shadow: #B3B3B3 23px 23px 23px; 
box-shadow: #B3B3B3 23px 23px 23px;
}

.yearframe {
 text-align: center; 
 background-color: #ff6600;
 font:14px arial,sans-serif;
 font-weight: light;
 color: #ffffff;
 padding: 0px 0px;

}

.yearcontent {
 text-align: center; 
 background-color: #DAF3F8;
 font:12px arial,sans-serif;
 color: #000000;
 font-weight: bold;
 padding: 10px 0px;
 width: 1080px;
}


.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -100px;
}



/* =Hoverbox Code
----------------------------------------------------------------------*/


/* 
p a:hover
{
	background: inherit;
	color: #000;
}
*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
    top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 2px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	/* height: 75px;*/
	margin-left: -40px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 100%;
	
	margin-left: 270px;
	margin-top: 250px;
	
	/* works for three or four images  position: fixed; */
	
	padding: 20px;

}