
img { /* max-width:98%; */ margin:0px; padding:0px;}


html {
	background: #FFF;
	width: auto;
	box-shadow: none;
}

body{
	background: url(./mobilebg.jpg) repeat fixed center top #FFF;
	min-height: 1px;
	margin: 0px;
	width: auto;
	padding: 0 0.5em;
}

/* Site header */
.headerBlock {
    background: url(./logo.png) no-repeat scroll center -12px transparent;
    background-size: 250px;
	height: auto;
	min-height: 300px;
    padding-top: 130px;
	margin: 0px;
}
.headerBlockTopBit {
	height: auto;
}


/* top link stuff */
.headerBlockVeryTopBitLeft {
	width: 49%;
}

.headerBlockVeryTopBitRight {
	width: 49%;
}



.headerBlock div.headerBlockMenuBit .moduletable ul.mod-menu {
	display: block;

	background: transparent;
	box-shadow: none;

	left: auto;
	top: auto;
	position: static;
	width: auto;
	z-index: auto;
}


.headerBlock div.headerBlockMenuBit .moduletable ul.mod-menu li {
	background: transparent;
}


.headerBlock div.headerBlockMenuBit .moduletable ul.mod-menu li a {
	padding: 0px;
}


/* Social buttons - start */
.social {
	clear: left;
	float: left;
	width: 99%;

	margin: 0px;
	position: static;
	top: auto;
	left: auto;
}


#headerBlockMobileToggle {
	display: block;
	text-align: center;
/*	background: #CCC;*/
	font-weight: bold;
}
#headerBlockMobileToggle a {
	display: block;
    background: url(./logo.png) no-repeat scroll center -12px transparent;
    background-size: 250px;
    padding-top: 160px;
	margin: 0px;
}
#headerBlock1 {
	display: none;
}


.headerBlock div.headerBlockVeryTopBitLeft .moduletable ul.mod-menu li {
    clear: left;
}


.headerBlock div.headerBlockMenuBit .moduletable {
    clear: left;
}

.headerBlock div.headerBlockMenuBit .moduletable {
    clear: left;
    padding: 0px;
}

.headerBlock div.headerBlockMenuBit .moduletable ul.mod-menu li a {
	font-size: 1.5em;
	line-height: normal;
	margin: 0.1em 0;
}

div#headerBlock1.headerBlock > div.headerBlockMenuBit {
	float: left !important;
}

.headerBlockTopBit div.headerBlockVeryTopBitLeft .moduletable ul.mod-menu li a,
.headerBlockTopBit div.headerBlockVeryTopBitRight .moduletable ul.mod-menu li a {
	font-size: 1.5em;
	line-height: normal;
	margin: 0.1em 0;
}


/* main layout */
.leftSideBar, .mainContentArea, .mainContentAreaWide {
	clear: both;
	float: right;
	width: 100%;
}




.blog .cols-2,
.blog-featured .cols-2 {
	max-width: 100%;

	width: auto;
	padding: 0px;
	float: none;
}


