@charset "utf-8";
/* author: mfbSOFT 2014 */
/* Creation date: 12/12/2014 */


/* Makeshift CSS Reset */
{
    margin: 0;
    padding: 0;
}
 
/* Tell the browser to render HTML 5 elements as block */
header, footer, aside, nav, article {
    display: block;
}
 
body {
    margin: 0 auto;
    width: 100%; /* 940px; */
    font: 13px/22px Helvetica, Arial, sans-serif;
     background: #f8f8f8; /* background: #f0f0f0;*/
}

 
h2 {
    font-size: 28px;
    line-height: 44px;
    padding: 22px 0;
}
 
h3 {
    font-size: 18px;
    line-height: 22px;
    padding: 11px 0;
}
 
p {
    padding-bottom: 22px;
	padding: 20px 20px;
}	

nav {
    position: absolute;
    left: 0;
    width: 100%;
    background: url("nav_background");
}

.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;
}


.headerright {
	width: 100%;
	text-align: left;
    padding: 0px; /* was 25*/
	margin: 0px;
	color: blue;
}

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;
}


.mfbsoftphoto {
	text-align: center;
	font-size: 14px; /* was 18px */
	/* padding: 5px; */
	letter-spacing: 10px;
	color: white;
	background: #FF6000;
	margin: 20px 20px; /* was 10px 230px */
	box-shadow: 30px 30px 70px #444; /* was 777 */
	width: 960px;
}

.photocaption {
    width: 900px;
	text-transform: propercase;
	text-align: center;
	padding: 20px;
	font-size: 18px; /* was 24px and 16px *?
	/*letter-spacing: 1px; */
	font-weight: normal;
	font-family: "arial"; /* courier new"; */
	color: white;
	background: #808080;
	margin: 30px 0px;
	box-shadow: 30px 30px 70px #444;
}



nav ul li {
    float: left;
}
 
    nav ul li a {
        display: block;
        margin-right: 20px;
        width: 140px;
        font-size: 14px;
        line-height: 44px;
        text-align: center;
        text-decoration: none;
        color: #777;
    }
 
        nav ul li a:hover {
            color: #fff;
        }
 
        nav ul li.selected a {
            color: #fff;
        }
 
        nav ul li.subscribe a {
            margin-left: 22px;
            padding-left: 33px;
            text-align: left;
            background: url("rss.png") left center no-repeat;
        }
		

#intro 
{
    margin-top: 66px;
    padding: 44px;
    background: #467612 url("http://www.mfbowman.co.uk/images/amaryllis.jpg") repeat-x;
    background-size: 100%;
    border-radius: 22px;
}


#intro h2, #intro p¬†
{
    width: 336px;
}
 
#intro h2 
{
    padding: 0 0 22px 0;
    font-weight: normal
    color: #fff;
}
 
#intro p 
{
    padding: 0;
    color: #d9f499;
}


#content 
{
    display: table;
}
 
#mainContent 
{
        display: table-cell;
        width: 620px;
        padding-right: 22px;
}
 
aside 
{
        display: table-cell;
        width: 480px; /* was 300*/
}


.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 #444;   /* #777; */
}