/*   
Theme Name: ags
Description: Multi-purpose, responsive Wordpress theme
Author: Ian Forster @ Sparkly Media
Author URI: http://www.sparklymedia.com
Version: 1.0
*/




* {
padding: 0;
margin: 0;
text-rendering:optimizeLegibility;
}

.chromeframe {position: absolute; top: 0;}



html {
background: #000;
  background: #000 url(images/bg1.jpg) no-repeat 0 0 fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
 }


body {
color: #FFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
background: transparent;
}

html,
body {
	margin:0;
	padding:0;
	height:100%;
}



/* custom text-selection colors */
::-moz-selection{background: #fcd700; color: #222; text-shadow: none;}
::selection {background: #fcd700; color: #222; text-shadow: none;} 

/* <mark> tag used for 'highlighting' text */
mark {background-color: #fcd700; color: #222; font-style: italic; font-weight: bold;}



.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
 
.clearfix:after {
    clear: both;
}
 
/* IE6/7 support */
.clearfix {
    *zoom: 1;
}




/* set img max-width */
img {
border: none;
max-width: 100%;
height: auto;
width: auto \9; /* old IE */
}
 
img, object, iframe, video {
	max-width: 100%;

}
/* ie 8 img max-width */
@media \0screen {
    img {
        width: auto;
    };
}










a img, a img.preview,
a:hover,
a:focus, a:active,
a:selected, 
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    outline : 0;
	-moz-outline-style:none;
}

a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
       cursor: pointer;
}


/*	j.mp/webkit-tap-highlight-color (touch screens) */
a:link {-webkit-tap-highlight-color: #fcd700;}









#topanchor {
    position: absolute;
    top: -20px;
    left: 0px;
}



#wrapper {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	min-height:100%;
	position:relative;
	background: transparent;
	}


#fullwidthheadercontainer {
width: 100%;
position: relative;
top: 0;
margin: 0 auto;
padding: 0;
background: #000;
border: 0;

}

.headerplaceholderimg {
position: relative;
display: block;
margin: 0 auto;
border: 0;
padding: 0;
}






#fullwidthheaderstrip {
width: 100%;
height: 26px;
position: relative;
text-align: right;
display: block;
margin: 3px auto 0 auto;
padding: 0;
color: #fff;
background: #000000;
background: -moz-linear-gradient(left, #000000 0%, #6e100c 17%, #bd1911 41%, #fad502 69%, #bd1911 83%, #6e100c 92%, #000000 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(17%,#6e100c), color-stop(41%,#bd1911), color-stop(69%,#fad502), color-stop(83%,#bd1911), color-stop(92%,#6e100c), color-stop(100%,#000000));
background: -webkit-linear-gradient(left, #000000 0%,#6e100c 17%,#bd1911 41%,#fad502 69%,#bd1911 83%,#6e100c 92%,#000000 100%);
background: -o-linear-gradient(left, #000000 0%,#6e100c 17%,#bd1911 41%,#fad502 69%,#bd1911 83%,#6e100c 92%,#000000 100%);
background: -ms-linear-gradient(left, #000000 0%,#6e100c 17%,#bd1911 41%,#fad502 69%,#bd1911 83%,#6e100c 92%,#000000 100%);
background: linear-gradient(to right, #000000 0%,#6e100c 17%,#bd1911 41%,#fad502 69%,#bd1911 83%,#6e100c 92%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
border: 0;
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,1.0);
 -moz-box-shadow: 0px 0px 10px rgba(0,0,0,1.0);
box-shadow: 0px 0px 10px rgba(0,0,0,1.0);
z-index: 999999;
}

#fullwidthheaderstripinner {
width: 95%;
max-width: 1600px;
height: 26px;
position: relative;
margin: 0 auto;
border: 0;
padding: 0 2.5% 0 2.5%;
display: block;
}

#fullwidthheaderstrip p {
color: #fff;
line-height: 26px;
font-family: 'Lato', sans-serif;
font-weight: 400;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.40);
}

#fullwidthheaderstrip p span {
font-weight: 900;
font-style: italic;
}

.fullwidthheaderstripicon {
float: left!important;
display: inline-block;
width: 32px;
height: 26px;
border: 0;
outline: 0;
margin: 0;
padding: 0;
}
	
#header {
	position: relative;
background: #000 url(images/headerbg1.jpg) no-repeat center top scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')"; 
   -webkit-touch-callout: none;
	margin: 0 auto;
	padding:0;
	width: 100%;
	max-width: 1600px;
min-height: 50px;
	border: 0;
overflow: hidden;
}





.headerlogo {
    position: absolute;
    padding: 0;
    margin: 0;
    outline: 0;
    border: 0;
   max-width: 35%;
    height: auto;
   right: 0;
    bottom: -6px;
z-index: 999;
border: 0;
}


.headerlogo2 {
display: none;
}







#topstrip {
    height: 50px;
    width: 100%;
    position: absolute;
    margin: 0 auto;
    padding: 0;
z-index: 999999;    
border:0;
background: transparent;
}


#sociallinkscontainer {
float: left;
position: relative;
display: inline-block;
margin: 0;
    padding: 0;
    left: 70px;
    top: 15px;
border: 0;
}

.sharebutton {
width: 20px;
height: 20px;
float: left;
display: inline;
border: 0;
outline: 0;
margin: 0 4px 0 0;
  padding: 0;
}









/* search form */
#searchform {
    position: absolute;
    right: 0;
    top: 0;
    width: 130px;
margin: 0;
padding: 0;
   border: 0;
font-size: 15px;
    font-family: 'Lato', sans-serif;
font-weight: 900!important;
}

#searchform #s {
font-family: 'Lato', sans-serif;
font-weight: 900!important;
    width: 70px;
height: 50px;
    color: #fff;
    background: #6cbc91 url(images/search.png) no-repeat 10px center;
    padding: 0 5px 0 25px;
    float: right;
margin: 0;
    -webkit-transition: width .7s!important;
    -moz-transition: width .7s!important;
    transition: width .7s!important;
    border: none!important;
    font-weight: normal!important;
-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
     border:0;
cursor: pointer;
}

#searchform #s:focus {
    width: 100px;
    color: #fff;
background: #ff0622 url(images/search.png) no-repeat 5px center;
cursor: text;
font-family: 'Lato', sans-serif;
font-weight: 900!important;
}







/* menuprompt (animated fade-out pointer) begins */
#menuprompt{
	position: absolute;
    width: 50px;
	height: 28px;
	top: 55px;
	left: 5px;
	line-height: 40px;
    margin: 0;
    text-align: center;
    background-color: transparent;
     animation:menuprompt 0.5s 1;
    -webkit-animation:menuprompt 0.5s 1;
	-moz-animation:menuprompt 0.5s 1;
    animation-fill-mode: forwards;
    animation-delay:8s;
    -webkit-animation-delay:8s;
	-moz-animation-delay:8s;
    -webkit-animation-fill-mode: forwards;
	z-index: 999999999;
} 

@keyframes menuprompt{
    from {opacity :1;}
    to {opacity :0;}
}

@-webkit-keyframes menuprompt{
    from {opacity :1;}
    to {opacity :0;}
}

div.prompt{
	position: relative;
	background: transparent;
	width: 50px;
	height: 28px;
	top: 0;
	-webkit-animation: prompt_float ease 1s infinite;
	-moz-animation: prompt_float ease 1s infinite;
	-ms-animation: prompt_float ease 1s infinite;
	animation: prompt_float ease 1s infinite;
}
@-webkit-keyframes prompt_float { 50% { top: 30px; } 100% { top: 0px; } }
@-moz-keyframes prompt_float { 50% { top: 30px; } 100% { top: 0px; } }
@-ms-keyframes prompt_float { 50% { top: 30px; } 100% { top: 0px; } }
@keyframes prompt_float { 50% { top: 30px; } 100% { top: 0px; } }
/* menuprompt (animated fade-out pointer) ends */






/***************** menu (showleftmenu) begins ********************
**********************************************************/

.showleftmenu {
	background: #222;
	position: absolute;
z-index: 999999999999;
}
.showleftmenu a {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	display: block;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	background: #222;
	-webkit-transition: 300ms linear 0s;
	-moz-transition: 300ms linear 0s;
	-o-transition: 300ms linear 0s;
	transition: 300ms linear 0s;
}
.showleftmenu a:hover {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 1em;
	display: block;
	background: #ff0622;
	color: #fff;
	text-decoration: none;
	-webkit-transition: 300ms linear 0s;
	-moz-transition: 300ms linear 0s;
	-o-transition: 300ms linear 0s;
	transition: 300ms linear 0s;
}

.showleftmenu {
	width: 220px;
	height: 100%;
	top: 0;
	
}
.showleftmenu a {
	border-bottom: 1px solid #111;
	padding: 0 15px;
	height: 49px;
	line-height: 49px;
}



#showLeft { /* menu trigger button */
position: absolute;
top: 0;
right: -59px;
width: 59px;
height: 49px;
line-height: 42px;
background: #ff0622;
border: 0;
border-left: 1px solid #111;
outline: 0;
-moz-border-radius:0;
-khtml-border-radius:0;
-webkit-border-radius:0;
border-radius:0;
}

.showleftmenu {
	left: -220px;
}
.showleftmenu.showleftmenu-open {
	left: 0px;
}
.showleftmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}
.showleftmenu-push-toleft {
	left: -220px;
}
.showleftmenu,
.showleftmenu-push {/* menu transitions */
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/***************** menu (showleftmenu) ends ********************
**********************************************************/





.topbannercontainer {
	width: 88%;
	max-width: 1600px;
	min-height: 10px;
	margin: 30px auto 20px auto;
	padding: 10px 3% 10px 3%;
	border: 1px solid rgba(255, 255, 255, 0.5);
	position:relative;
	display: block;
overflow: hidden;
  background: rgba(0, 0, 0, 0.4) url(images/topbannerbg.png) no-repeat bottom left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
-moz-border-radius:5px;
-khtml-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;

}

.topbannercontainer img {
float: right;
width: 20%;
max-width: 20%;
position: relative;
margin: 0;
padding: 0;
border: 0;
}

.topbannercontainer p {
font-family: 'Lato', sans-serif;
font-weight: 600;
    margin: 0 0 15px 0;
    padding: 0;
    color: #FFF;
	line-height: 130%;
display: block;
font-size: 1.25em;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
}










.widgetrowcontainer {
	width: 96%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	position:relative;
	background: transparent;
	overflow: hidden;
}

.youtubecornerlink {
position: absolute;
right: 0;
top:0;
width: 15%;
max-width: 93px;
z-index: 999;
}




#pagecontent {
	position:relative;
	overflow: hidden;
	width: 96%;
	padding: 0 0 150px 0; /* bottom padding is height of the footer element or greater */
	margin: 40px auto 0 auto;
	border: 0;
	background: transparent;
}


#sidebar {
float: right;
clear: both;
overflow: hidden
position:relative;
width: 30%;
height: auto;
border: 0;
padding:0;
margin: 5px 0 10px 3%;
z-index: 999999;
}







.itempanelfullwidth {
position: relative;
overflow: hidden;
 margin: 0 auto 30px auto;
padding: 25px 3% 30px 3%;
width: 94%;
height: auto;
border: 0;
-moz-border-radius:5px;
-khtml-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background: rgba(0, 0, 0, 0.40);
background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.50) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.50)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.50) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.50) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.50) 100%);
background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0.50) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
}

.itempanelfullwidthclear {
float: none;
position: relative;
overflow: hidden;
 margin: 0 auto 30px auto;
padding: 0 3% 0 3%;
width: 94%;
height: auto;
border: 0;
background: transparent;
}

.itempanelright {
float: right;
position:relative;
width: 30%;
height: auto;
border: 0;
padding:0!important;
margin: 0 0 10px 3%;
z-index: 999999;
}

.itempanelleft {
float: left;
position: relative;
 margin: 0 2% 30px 0;
padding: 25px 3% 30px 3%;
width: 59%;
height: auto;
border: 0;
-moz-border-radius:5px;
-khtml-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background: rgba(0, 0, 0, 0.40);
background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.50) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.50)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.50) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.50) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.50) 100%);
background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0.50) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
}

.itempanelleft a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.itempanelleftclear {
float: left;
 margin: 0 2% 30px 0;
padding: 0 3% 0 3%;
width: 59%;
height: auto;
border: 0;
background: transparent;
}


.furnacebg {
  background: rgba(0, 0, 0, 0.4) url(images/furnacebg.png) no-repeat right center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}

.furybg {
  background: rgba(0, 0, 0, 0.4) url(images/furybg.png) no-repeat right top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}

.stormbg {
  background: rgba(0, 0, 0, 0.4) url(images/stormbg.png) no-repeat right bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}

.devilsenginebg {
  background: rgba(0, 0, 0, 0.4) url(images/devilsenginebg.png) no-repeat left bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}


.bookcover {
width: 98%;
max-width: 98%;
height: auto!important;
max-height: auto!important;
float: none;
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0!important;
border: 1px solid #d3d3d3;
}


.bookthumbnail {
max-width: 22%;
height: 100%!important;
max-height: 100%!important;
float: left;
position: relative;
overflow: hidden;
display: inline-block;
margin: 10px 2% 10px 0;
padding: 0!important;
border: 1px solid #d3d3d3;
}


.booknumber {
  width: 70px;
height: 70px;
line-height: 70px;
background:#000;
  position: absolute;
  right: 0;
  top: 0;
font-family: 'Lato', sans-serif;
font-weight: 900!important;
font-size: 2.5em;
color: rgba(211, 211, 211, 0.35);
  margin:0;
  padding: 0;
-webkit-border-top-left-radius: 0;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 50%;
-moz-border-radius-topleft: 0;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 0;
-moz-border-radius-bottomleft: 50%;
border-bottom-left-radius: 50%;
border-bottom-right-radius: 0;
   border: 0;
  text-align: center;
z-index: 99;
}



.wallpapericon {
float: left;
position: inline-block;
margin: 0 10px 10px 0;
padding: 0;
outline: o;
border: 0;
}



/***************** begin grid elements ********************
**********************************************************/

.row {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 0 auto;
  position: relative;
  border: 0;
}

[class*='column-'] {
 -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
padding: 10px;
}

[class*='column-']:last-of-type {  /* floats last ".column-" to the right */
  padding-right: 10px;
  float: right;
}

.row:after {  /* clearfix for content */
  content: "";
  display: table;
  clear: both;
}

/* main widths */
.column-1  {width: 100%;}
.column-2  {width: 50%;}
.column-3  {width: 33.33%;}
.column-4  {width: 25%;}
.column-6  {width: 16.6666666667%;}
.column-8  {width: 12.5%;}


.box {
position: relative;
background: #fff;
padding: 0;
border: 0;		  
}

.boxclear {
position: relative;
background: transparent;
padding: 0!important;
border: 0;
}



@media (max-width: 800px) {

.column-2 {
width: 100%;
} 

  .column-8 {
    width: 25%;
  }
}


@media (max-width: 768px) {
	
.column-6 {
    width: 33.33%;
  }
.row .column-6:nth-child(3) {
    float: right;
  }

.column-4 {
    width: 50%;
  }
.row .column-4:nth-child(2) {
    float: right;
  }
 
  .column-8 {
    width: 50%;
  }
.row .column-8:nth-child(2) {
    float: right;
  }

}


@media (max-width: 640px) {
	
	.column-3 {
	width: 100%;	
	}
}


@media (max-width: 500px) {
	
.column-4 {
	width: 100%;
}

}


@media (max-width: 400px) {
	.column-1,
	.column-2,
	.column-3,
	.column-4,
	.column-6,
	.column-8  {
		width: 100%;
	}

}

/***************** end grid elements ********************
**********************************************************/




.introportrait {
max-width: 40%;
height: auto;
float: right!important;
margin: 0 0 5px 5px;
padding: 0;
}

.bioimage {
max-width: 60%;
height: auto;
margin: 0 0 0 1.5%;
float: right;
clear: right;
position: relative;
padding: 0;
}


.panelimageright {
max-width: 60%;
height: auto;
margin: 0 0 10px 1.5%;
float: right;
clear: right;
position: relative;
padding: 0;
}


.panelimageleft {
max-width: 30%;
height: auto;
margin: 0 2% 2px 0;
float: left;
clear: left;
position: relative;
padding: 0;
}


.panelimageright30 {
max-width: 30%;
height: auto;
margin: 0 0 10px 1.5%;
float: right;
clear: right;
position: relative;
padding: 0;
}






a {
    color: #6cbc91;
    text-decoration: none;
    outline: none;
    font-weight: 900;
    -webkit-transition: 300ms linear 0s;
    -moz-transition: 300ms linear 0s;
    -o-transition: 300ms linear 0s;
    transition: 300ms linear 0s;
font-size: 105%;
}

a:hover {
    text-decoration: none;
    font-weight: 900;
    color: #eb1027;
    -webkit-transition: 300ms linear 0s;
    -moz-transition: 300ms linear 0s;
    -o-transition: 300ms linear 0s;
    transition: 300ms linear 0s;
font-size: 105%;
}






a.linkbtn {
	padding: 8px 16px;
	margin: 30px 0 20px 0;
display: inline-block;
position: relative;
display:block;
width: 100px;
	height: 20px;
	font-weight: 900;
	font-size: 13px;
	text-align: center;
	line-height: 20px;
	text-decoration: none;
	color: #fff;
	border: 0;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-o-border-radius: 5px; 
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	-webkit-transition: 300ms linear 0s;
	-moz-transition: 300ms linear 0s;
	-o-transition: 300ms linear 0s;
	transition: 300ms linear 0s;
background: rgb(49,200,118);
background: -moz-linear-gradient(-45deg, rgba(49,200,118,1) 0%, rgba(71,182,122,1) 39%, rgba(65,109,86,1) 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(49,200,118,1)), color-stop(39%,rgba(71,182,122,1)), color-stop(100%,rgba(65,109,86,1)));
background: -webkit-linear-gradient(-45deg, rgba(49,200,118,1) 0%,rgba(71,182,122,1) 39%,rgba(65,109,86,1) 100%);
background: -o-linear-gradient(-45deg, rgba(49,200,118,1) 0%,rgba(71,182,122,1) 39%,rgba(65,109,86,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(49,200,118,1) 0%,rgba(71,182,122,1) 39%,rgba(65,109,86,1) 100%);
background: linear-gradient(135deg, rgba(49,200,118,1) 0%,rgba(71,182,122,1) 39%,rgba(65,109,86,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31c876', endColorstr='#416d56',GradientType=1 ); 
z-index: 99;
-webkit-appearance: none;
-moz-appearance: none;
 -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.90);
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.90);
    box-shadow: 0 2px 3px rgba(0,0,0,0.90);
}


a.linkbtnright {
	padding: 8px 16px;
	margin: 30px 0 20px 0;
display: inline-block;
float: right;
position: relative;
display:block;
width: 100px;
	height: 20px;
	font-weight: 900;
	font-size: 13px;
	text-align: center;
	line-height: 20px;
	text-decoration: none;
	color: #fff;
	border: 0;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-o-border-radius: 5px; 
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	-webkit-transition: 300ms linear 0s;
	-moz-transition: 300ms linear 0s;
	-o-transition: 300ms linear 0s;
	transition: 300ms linear 0s;
background: rgb(49,200,118);
background: -moz-linear-gradient(-45deg, rgba(49,200,118,1) 0%, rgba(71,182,122,1) 39%, rgba(65,109,86,1) 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(49,200,118,1)), color-stop(39%,rgba(71,182,122,1)), color-stop(100%,rgba(65,109,86,1)));
background: -webkit-linear-gradient(-45deg, rgba(49,200,118,1) 0%,rgba(71,182,122,1) 39%,rgba(65,109,86,1) 100%);
background: -o-linear-gradient(-45deg, rgba(49,200,118,1) 0%,rgba(71,182,122,1) 39%,rgba(65,109,86,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(49,200,118,1) 0%,rgba(71,182,122,1) 39%,rgba(65,109,86,1) 100%);
background: linear-gradient(135deg, rgba(49,200,118,1) 0%,rgba(71,182,122,1) 39%,rgba(65,109,86,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31c876', endColorstr='#416d56',GradientType=1 ); 
z-index: 99;
-webkit-appearance: none;
-moz-appearance: none;
 -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.90);
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.90);
    box-shadow: 0 2px 3px rgba(0,0,0,0.90);
}








.tooltip {
    display: none;
    position: absolute;
    background-color: #eb1027;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 10px;
    color: #fff;
    line-height: 110%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px!important;
    max-width: 150px!important;
    text-align: center;
    z-index: 999999999999;
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.75);
    box-shadow: 0 2px 3px rgba(0,0,0,0.75);
}









p {
font-family: 'Lato', sans-serif;
font-weight: 400;
    margin: 0 0 15px 0;
    padding: 0;
    color: #FFF;
	line-height: 130%;
font-size: 1em;
}

 p:first-of-type {
  font-size: 110%em;
font-weight: 800;
}

.pintro {
     margin: 0 0 25px 0;
    padding: 0;
    color: #fff;
    font-size: 1.4em;
font-family: 'Lato', sans-serif;
font-weight: 700;
    line-height: 120%;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
}

.pintro a {
font-weight: 900!important;
color: #6cbc91!important;
}

.pintro a:hover {
font-weight: 900!important;
color: #eb1027!important;
}


.bookreviewcomment {
color: #f0b30b;
font-family: 'Lato', sans-serif;
font-weight: 900;
font-size: 1.3em;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
}


.bloodspatter { /* blood spatter font */
    font-size: 5em;
display: block;
color: #91130e;
    font-family: 'wc_rhesus_a_btaregular';
    margin: 0 0 -20px 0;
    line-height: 110%;
   filter:alpha(opacity=50);
   -moz-opacity:0.5;
   -khtml-opacity:0.5;
   opacity:0.5;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}


small {
font-size: 12px;
font-family: 'Lato', sans-serif;
font-weight: 600;
color: #999;
line-height: 110%!important;
display: block;
margin: 15px 0 15px 0;
}


em {
    font-style: italic;
}


strong {
font-weight: 900!important;
font-size: 105%!important;	
}

sup { 
    vertical-align: super;
    font-size: smaller;
font-family:Arial, Helvetica, sans-serif!important;
font-weight: 400!important;
}

.bullet {
    font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #eb1027;
}

.asterix {
    font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #eb1027;
font-size: 150%;
}


.whitetext {
color: #ffffff!important;

}




h1 { 
    letter-spacing: -0.035em;
    font-size: 2.25em;
    font-family: 'Oswald', sans-serif;
font-weight: 700;
    color: #fff;
    line-height: 100%;
margin: 0 0 15px 0;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);

}

.shortheading {
display: block!important;
max-width: 70%!important;
}


h2 { 
    font-size: 1.3em;
    font-family: 'Oswald', sans-serif;
font-weight: 700;
color: #6cbc91;
    margin: 0 0 15px 0;
    line-height: 100%;
letter-spacing: -0.03em;
padding-bottom: 4px;
}


h3 {
    font-size: 2em;
    font-family: 'Oswald', sans-serif;
color: #6cbc91;
font-weight: 300;
    line-height: 110%;
margin: 0 0 15px 0;
letter-spacing: -0.03em;

}

h4 {
    font-size: 1.3em;
    font-family: 'Oswald', sans-serif;
font-weight: 700;
    color: #fff;
    line-height: 105%;
    margin: 0 0 15px 0;
	letter-spacing: -0.03em;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
}

h5 {
    font-size: 1.65em;
    font-family: 'Oswald', sans-serif;
font-weight: 700;
	line-height: 110%;
color: #f0b30b;
margin: 10px 0 10px 0;
letter-spacing: -0.03em;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
}

h6 {
    font-size: 2.65em;
    color: #fff;
font-family: 'Lato', sans-serif;
font-weight: 900;
    line-height: 100%;
margin: 0 0 15px 0;
letter-spacing: -0.03em;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
}




span.amp{font-family:Adobe Caslon Pro,Baskerville,"Goudy Old Style","Palatino","Palatino Linotype","Book Antiqua",Georgia,"Times New Roman",Times,serif;font-style:italic;font-size:110%;line-height:0;position:relative;vertical-align:baseline;} /* best available ampersand */


hr {
    height: 1px;
border: 0;
background-color: rgba(255, 255, 255, 0.35);
margin: 30px auto;
}



ul, ol {
    padding: 0;
list-style-type: none;
list-style: none;
}

li {
    padding: 0;
list-style-type: none;
list-style: none;
}





#pagecontent ul {
    font-size: 100%;
    font-family: 'Lato', sans-serif;
font-weight: 900;
    margin: 2em 0 2em 24px;
    padding: 0;
    line-height: 130%;
list-style-type: none;
list-style: none;
}

#pagecontent li {
margin: 0 0 .7em 0;
padding: 0;
list-style-type: none;
list-style: none;
}







blockquote {
    background: transparent;
    border: 0;
    margin: 10px 3% 10px 3%;
    padding: 0;
display: inline-block;
position: relative;
float: right;
width: 30%;
vertical-align:text-top;
}

blockquote::before {
   content: "\275D";  /* unicode icon for opening mark */
   margin: 0 0 -20px 0;
display: block;   
color: #6cbc91;
font-size:4em;
}
blockquote::after {
   content: "\275E"; /* unicode icon for closing mark */
  margin: -15px 0 0 0;
 display: block;  
color: #6cbc91;
font-size:4em;
}

blockquote p {
font-size: 1.70em;
display: block;
    color: #6cbc91;
font-family: 'Oswald', sans-serif;
font-weight: 300!important;
    line-height: 120%;
margin: 0 0 15px 0;
letter-spacing: -0.03em;
}









/* page title */
.page-title {
    display: none; /* commented out */
}



/* post */
.post {
width: 59%;
    margin-bottom: 30px;
    padding: 15px 4% 20px 4%;
    border: none;
position: relative;
overflow: hidden;
background: #fff;
color: #555;
text-shadow: none;
-moz-border-radius:5px;
-khtml-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}

.post p {
color: #555;
}

.post hr {
height: 1px;
border: 0;
background-color: rgba(0, 0, 0, 0.15);
margin: 40px auto;
}


/* post content */
.post-content {
    min-width: 120px;
color: #555;
}

/* post title */
.post-title {
font-family: 'Oswald', sans-serif;
font-weight: 300;
    font-size: 2.5em!important;
    letter-spacing: -0.035em;
    margin: 20px 0 10px 0;
    padding: 0;
    line-height: 100%!important;
font-style: none!important;
text-shadow: none;
}

.post-title a {
font-family: 'Oswald', sans-serif;
font-weight: 300;
    text-transform: none;
#color: #6cbc91;!important;
font-style: none!important;
text-shadow: none;
}

.post-title a:hover {
color: #eb1027!important;
text-shadow: none;
}


.post a {
color: #6cbc91!important;
text-shadow: none;
}

.post a:hover {
color: #eb1027!important;
text-shadow: none;
}



/* post image */
.post-image {
    margin: 0 0 10px;
}

.post-image.left {
    float: left;
}

.post-image.right {
    float: right;
}


/* post meta */
.post-meta {
    font-family:Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 0.813em;
    margin: 0 0 25px;
}

.post-meta a {
color: #6cbc91!important;
}

.post-meta a:hover {
color: #eb1027!important;
}

.post-meta .post-author {
    background: url(images/post-author.png) no-repeat 0 2px;
    padding: 2px 0 2px 16px;
    margin-right: 7px;
}

.post-meta .post-category {
    background: url(images/post-category.png) no-repeat 0 2px;
    padding: 2px 0 2px 16px;
    margin-right: 7px;
}

.post-meta .post-tag {
    background: urlimages/post-tag.png) no-repeat 0 3px;
    padding: 2px 0 2px 16px;
    margin-right: 7px;
}

.post-meta .post-comment a {
    background: url(images/post-comment.png) no-repeat 0 2px;
    padding: 2px 0 0 16px;
}

.post-date{
float: left;
display: inline;
margin: 15px 10px 0 0;
padding: 20px 0 0 0;
background: #000 url(images/dateimg.png) no-repeat;
border: 2px solid #6cbc91;
width: 70px;
height: 50px;
color: #fff;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.85);
font-size: 0.938em!important;
font-weight: 700;
text-align: center;
line-height: 100%;
-moz-border-radius:50%;
-khtml-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
}



/* page nav */
.pagenav {
    clear: both;
    padding-bottom: 20px;
    text-align: right;
}

.pagenav a, .pagenav span {
    line-height: 100%;
    padding: 6px 0 0;
    margin: 0 2px;
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    *display: inline;
    min-width: 24px;
    min-height: 18px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.pagenav a {
    background: #6cbc91;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 300ms linear 0s;
    -moz-transition: 300ms linear 0s;
    -o-transition: 300ms linear 0s;
    transition: 300ms linear 0s;
}

.pagenav a:hover {
    background-color: #eb1027;
    -webkit-transition: 300ms linear 0s;
    -moz-transition: 300ms linear 0s;
    -o-transition: 300ms linear 0s;
    transition: 300ms linear 0s;
}

.pagenav .current {
    text-decoration: none;
}

/* post nav */
.post-nav {
    margin: 0 0 30px;
    padding: 15px 0;
    clear: both;
}

.post-nav span {
    width: 47%;
    position: relative;
}

.post-nav a {
    text-decoration: none;
    display: block;
}

.post-nav a:hover {
    text-decoration: none;
}

.post-nav .prev {
    float: left;
}

.post-nav .next {
    float: right;
    text-align: right;
}

/* post nav arrow */
.post-nav span span {
    background: #6cbc91;
    color: #fff;
    font: normal 20px/100% "Times New Roman", Times, serif;
    display: block;
    width: auto;
    float: left;
    width: 32px;
    height: 28px;
    padding: 4px 0 0;
    text-align: center;
    margin: -8px 10px 17px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.post-nav .next span {
    float: right;
    margin-left: 10px;
    margin-right: 0;
}

.post-nav a:hover span {
    background: #eb1027;
}

.post-comment {
}











/* comments */

.commentwrap {
width: 98%;
padding: 0 1% 0 1%;
    margin: 10px auto 40px auto;
    position: relative;
    clear: both;
}

/* comment title */
.comment-title, #reply-title {
    font-size: 140%;
    margin: 0 0 10px;
    padding: 0;
color: #999;
}

/* comment pagenav */
.commentwrap .pagenav {
    margin: 10px 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.commentwrap .pagenav.top {
    margin: 0;
    position: absolute;
    top: 10px;
    right: 0;
}

/* commentlist */
.commentlist {
    margin: 0 0 30px;
    padding: 5px 0 0;
    border-top: 1px solid #ddd;
}

.commentlist li {
    margin: 0;
    padding: 15px 0 0;
    list-style: none;
    position: relative;
}

.commentlist .comment-author {
    margin: 2px 0 5px;
    padding: 0;
}

.commentlist .avatar {
    float: left;
    margin: 0 15px 0 0;
}

.commentlist cite {
    font-style: normal;
    font-size: 130%;
}

.commentlist cite a {
    text-decoration: none;
}

.commentlist .bypostauthor > .comment-author cite {
    background: url(images/icon-author-comment.png) no-repeat 0 2px;
    padding-left: 18px;
}

.commentlist .comment-time {
    font-size: 75%;
    text-transform: uppercase;
}

.commentlist .commententry {
    border-bottom: 1px solid #ddd;
    position: relative;
    min-height: 40px;
    overflow: hidden;
    padding-bottom: 5px;
    word-wrap: break-word;
}

.commentlist ul, .commentlist ol {
    margin: 0 0 0 7%;
    padding: 0;
}

/* reply link */
.commentlist .reply {
    position: absolute;
    right: 0;
    top: 8px;
}

.commentlist .comment-reply-link {
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
}

.commentlist .comment-reply-link:hover {
    text-decoration: none;
}



/* comment form */

#respond {
    margin: 0;
    padding: 10px 0 0;
    position: relative;
    clear: both;
}

#respond #cancel-comment-reply-link {
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 85%;
    line-height: 100%;
    text-decoration: none;
    padding: 5px 10px;
    display: block;
    color: #fff;
    background: #6cbc91;
}

#respond #cancel-comment-reply-link:hover {
    background: #eb1027;
}

#commentform {
    margin: 15px 0 0;
}

#commentform input[type=text] {
    width: 200px;
    margin: 0 5px 0 5px;
}

#commentform label {
    font-weight: bold;
    font-size: 80%;
    display: block;
    line-height: 110%;
    margin-top: 5px;
    padding-left: 15px;
}

#commentform label small {
    font-weight: normal;
    font-size: 70%;
    display: block;
    line-height: 110%;
    margin-top: 5px;
    padding-left: 15px;
}

#commentform textarea {
    height: 140px;
-moz-border-radius:5px;
-khtml-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}

#commentform input#submit {
    padding: 7px 20px;
font-weight: 700;
-moz-border-radius:5px;
-khtml-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}

.comment-form-author, .comment-form-email, .comment-form-url {
    color: #999;
}

span.required {
    display: none;
}














.widget {
    margin: 0 0 20px 0!important;
    word-wrap: break-word;
    padding: 20px 5% 30px 5%;
background: rgba(0, 0, 0, 0.40);
background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.50) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.50)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.50) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.50) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.50) 100%);
background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0.50) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
position: relative;
overflow: hidden;
clear: both;
border: 0;
-moz-border-radius:5px;
-khtml-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}

.widgettitle {
    margin: 0 0 20px 0!important;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 1.65em;
line-height: 105%;
    color: #fff;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
}


.widget ul {
    margin: 0!important;
    padding: 0!important;
}

.widget li {
    margin: 0;
    padding: 6px 0;
    list-style: none;
    clear: both;
}

.widget li a {
color: #fff;
font-weight: 900;
}

.widget li a:hover {
color: #f0b30b;
font-weight: 900;
}




/* remove specific widget styles  */

#text-2, #text-3, #text-4, #text-5, #text-6, #text-7 {
    margin: 0 auto 20px auto!important;
    padding: 0;
    border: 0;
background: none;
position: relative;
}




.countdowngraphic {
position: relative;
margin 0 auto 0 auto;
border: 0;
}








/* wp-calendar widget styles */

#calendar-5 {
height: 100%!important;
 background: transparent url(images/#) no-repeat bottom right;
border: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
-moz-border-radius:5px;
-khtml-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}

#wp-calendar_wrap {

}

#wp-calendar thead {
    color: #6cbc91!important;
}

#wp-calendar caption {
    color: #fff!important;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 1.65em;
line-height: 105%;
    margin: 0 0 10px 0;
    text-align: left!important;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
}

#wp-calendar a {
color: #6cbc91!important;
font-weight: 900;
}

#wp-calendar a:hover {
color: #f0b30b!important;
font-weight: 900;
}





.widgetizedArea2 {
position: relative;
overflow: hidden;
padding: 0 2.5% 0 2.5%;
margin: 0 auto 0 auto;
border: 0;
}

.widgetizedArea2 h3 {
    letter-spacing: -0.035em;
    font-size: 2.25em;
    font-family: 'Oswald', sans-serif;
font-weight: 700!important;
    color: #fff!important;
    line-height: 100%;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
}





/* twitterfeedwrapper begins */

#twitterfeedwrapper {
	float: left;
	width: 100%;
	margin: 0 auto 20px auto;
	padding: 0 0 0 0;
	position: relative;
	clear: both;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	min-height: 400px;
	background-color: #78c2f5;
	-moz-background-size: 120% auto;
	-webkit-background-size: 120% auto;
	-o-background-size: 120% auto;
	background-size: 120% auto;
	background-image: url(images/twitterfeedbgimg.png);
	background-repeat: no-repeat;
	background-position: right top;
-moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.twitterfeedcontainer {
	width: 90%;
	max-width: 90%;
	display: block;
	margin: 0 auto;
	padding: 0 5% 20px 5%;
	position: relative;
	border: 0;
	
}

#twitter-widget-0 {
width: 100%;

}

.tweettitlelink {
	font-family: 'Oswald', sans-serif;
    font-weight: 700;
	width: 84%;
	line-height: 105%;
	font-size: 1.2em;
	margin: 10px auto 20px auto;
	padding: 15px 5% 15px 5%;
	display: block;
	color: #59adeb;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10) ;
	outline: 0;
	background: rgba(255, 255, 255, 0.60);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.tweettitlelink a {
	 -webkit-transition: 300ms linear 0s;
	-moz-transition: 300ms linear 0s;
	-o-transition: 300ms linear 0s;
	transition: 300ms linear 0s;
	color: #068df0;
	text-decoration: none;
}

.tweettitlelink a:hover {
	 -webkit-transition: 300ms linear 0s;
	-moz-transition: 300ms linear 0s;
	-o-transition: 300ms linear 0s;
	transition: 300ms linear 0s;
	color:#eb1027;
	text-decoration: none;
}



/* twitterfeedwrapper ends */

















#footer {
	background: transparent;
	width: 96%;
	margin: 0 auto;
	height: 150px;  /* set to same height as the bottom padding value of the pagecontent element */
	position: absolute;
	left: 0;
	right: 0;
	bottom:0;
	border-top: 1px solid rgba(255, 255, 255, 0.35);
}


#footerlogocontainer {
    width: 120px;
height: 80px;
    float: left;
    padding: 0;
    margin: 25px 0 0 2%;
    border: 0;
}

#footertextdetailscontainer {
    float: left;
position: relative;
    padding: 5px 0 5px 15px;
    margin: 30px 0 0 5px;
    height: 60px;
    border-left: 1px solid rgba(255, 255, 255, 0.40);
}

.footertext {
    font-size: 11px;
    color: #FFF;
    line-height: 160%;
    margin: 0;
    padding: 0;
    letter-spacing: normal;
   font-family: 'Lato', sans-serif;
font-weight: 400;
}

.footertextbold {
font-family: 'Lato', sans-serif;
font-weight: 900;
    color:  #6cbc91;
    padding: 0;
    margin: 0;
font-size: 115%;
}

.footertext a {
font-family: 'Lato', sans-serif;
font-weight: 900;
    color:    #6cbc91;
    text-decoration: none;
    padding: 0;
    margin: 0 0 0 0;
font-size: 115%;
}

.footertext a:hover {
font-family: 'Lato', sans-serif;
font-weight: 900;
    color: #f8d001;
    text-decoration: none;
    padding: 0;
     margin: 0 0 0 0;
font-size: 115%;
}


.footerimage {
max-width: 90%;
height: auto;
margin: 0;
right: -5%;
bottom: 0;
position: absolute;
padding: 0;
z-index: -1;
}








/* wp post formatting */

img.alignright {
float: right!important;
 margin: 10px 0 10px 2%!important;
width: 50%!important;
max-width: 50%!important;
height: auto;
border: 0;
}

img.alignleft {
float: left!important;
 margin: 10px 2% 10px 0!important;
width: 49.5%!important;
max-width: 49.5%!important;
height: auto;
border: 0;
}

img.aligncenter,  img.alignnone {
float: left;
 margin: 0 auto!important;
width: 100%!important;
max-width: 100%!important;
height: auto;
border: 0;
padding: 0;
}


.alignright {
float: right!important;
 margin: 10px 0 10px 2%!important;
width: 50%!important;
max-width: 50%!important;
height: auto;
border: 0;
}

.alignleft {
float: left!important;
 margin: 10px 2% 10px 0!important;
width: 49.5%!important;
max-width: 49.5%!important;
height: auto;
border: 0;
}

.aligncenter,  .alignnone {
float: left;
 margin: 0 auto!important;
width: 100%!important;
max-width: 100%!important;
height: auto;
border: 0;
padding: 0;
}


.wp-caption {
float: left;
 margin: 10px 2% 10px 0;
max-width: 65%;
height: auto;
border: 0;
text-align: center;
}

.wp-caption-text {
    font-size: 70%!important;
font-weight: 700;
    line-height: 110%;
    margin: 4px auto;
color: #fff;
}


.post img.alignright {
float: right!important;
 margin: 10px 0 10px 2%!important;
width: 50%!important;
max-width: 50%!important;
height: auto;
border: 0;
}

.post img.alignleft {
float: left!important;
 margin: 10px 2% 10px 0!important;
width: 49.5%!important;
max-width: 49.5%!important;
height: auto;
border: 0;
}

.post img.aligncenter, .post img.alignnone {
float: left;
 margin: 0 auto!important;
width: 100%!important;
max-width: 100%!important;
height: auto;
border: 0;
padding: 0;
}








/* newsitempanel custom images begin */
.newsitempanel img.alignleft, .newsitempanel img.alignnone, .newsitempanel img.aligncenter  {
float: left;
margin: 0 2% 2px 0;
max-width: 48%;
height: auto;
border: 0;
}
.newsitempanel img.alignright  {
float: right;
margin: 10px 0 2px 2%;
max-width: 48%;
height: auto;
border: 0;
}
.newsitempanel .alignleft, .newsitempanel .alignnone, .newsitempanel .aligncenter  {
 float: left;
clear: left;
 margin: 0 2% 2px 0;
max-width: 48%;
border: 0;
}
.newsitempanel .alignright {
float: right;
margin: 10px 0 2px 2%;
max-width: 48%;
height: auto;
border: 0;	
}
/* newsitempanel custom images end */









/* FitVids custom modifications begin */

.fluid-width-video-wrapper {
float:left!important;
position: relative!important;
margin: 10px 2% 10px 0!important;
width: 63%!important;
max-width: 63%!important;
padding-top: 35.6875%!important;
border: 2px solid #fff!important;
}

.widget .fluid-width-video-wrapper {
float: none!important
position: relative!important;
margin: 10px auto 20px auto!important;
width: 100%!important;
max-width: 100%!important;
padding-top: 56.25%!important;
}

.widgetrowcontainer .fluid-width-video-wrapper {
float: none!important
position: relative!important;
margin: 0 auto 0 auto!important;
width: 100%!important;
max-width: 100%!important;
padding-top: 56.25%!important;
}

/* FitVids custom modifications end */






/* wp gallery */

.gallery {
	float: left;
	position: relative;
	margin: 0 1.5% 20px 0!important;
	width: 100%!important;
	border: 0;

}

.gallery .gallery-row {
	display:block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}

.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: center;
	list-style: none;
	padding: 0;
	border: 0;
	margin: 0 0 20px 0;
}
.gallery .gallery-item img,
.gallery .gallery-item img.thumbnail {
	max-width: 90%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	border: 1px solid #fff!important;
	background-color: transparent;
    position: relative;
}


.gallery-caption {
	color: #dddddd;
	font-size: 12px;
	line-height: 110%;
	margin: 0;
	padding: 0;
}








/* general wp forms etc */
input, textarea, select, input[type=search], button {
    font-size: 100%;
    font-family: inherit;
    color: #777;
}

input[type=text], input[type=email], input[type=password], textarea, input[type=search] {
    background: #fff;
    border: 1px solid #ddd;
    padding: 6px 10px;
    -webkit-appearance: none;
}
input[type=text], input[type=email], input[type=search] {
    width: 240px;
    max-width: 100%;
}

input[type=email]:focus {
border: 1px solid rgba(0, 0, 0, 0.5)!important;
}


/* text area */
textarea {
    line-height: 150%;
    width: 97.5%;
margin: 0 auto;
}
/* form input:focus */
textarea:focus, input[type=password]:focus, input[type=text]:focus, input[type=search]:focus {
    outline: none;
    background: #fff;
 border: 1px solid rgba(0, 0, 0, 0.5);
}
/* form button */
input[type=reset], input[type=submit], button {
    background: #6cbc91;
    color: #fff;
    border: none;
    padding: 7px 20px;
    cursor: pointer;
}
/* form button:hover */
input[type=reset]:hover, input[type=submit]:hover, button:hover {
    background: #eb1027;
    color: #fff;
}
input[type=text], textarea {
	color: #555;
    outline: none;
    padding: 5px 1% 5px 1%;
    margin: 5px 0 5px 0;
    border: 1px solid #ddd;
	-webkit-appearance: none;
}
input[type=text]:focus, textarea:focus {
    padding: 5px 1% 5px 1%;
    margin: 5px 0 5px 0;
    border: 1px solid rgba(0, 0, 0, 0.5)!important;
	-webkit-appearance: none;
}











/* contact form 7 */

.wpcf7-form {
float:left!important;
position: relative!important;
margin: 10px 2% 10px 0!important;
width:56%!important;
max-width:56%!important;
padding: 25px 7% 25px 2%!important;
  background: transparent url(images/contactbg.jpg) no-repeat top right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
-moz-border-radius:5px;
-khtml-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}

.wpcf7-form p {
color: #6cbc91!important;
font-family: 'Oswald', sans-serif;
font-weight: 700;
font-size: 90%;
width: 94%!important;
margin: 0 0 0 0!important;
padding: 6px 3% 6px 3%!important;
border: 0;

}

.wpcf7-form input {
border: 1px solid rgba(0, 0, 0, 0.5);
width: 80%!important;
margin: 5px 0 0 0!important;
padding: 6px 1% 6px 1%!important;
font-family: 'Lato', sans-serif;
font-weight: 600;
font-size: 14px;
color: #ddd;
-webkit-appearance: none;
-moz-appearance: none;
-moz-border-radius:4px;
-khtml-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
background: rgba(0, 0, 0, 0.40);
}

.wpcf7-form textarea {
background: rgba(0, 0, 0, 0.40);
border: 1px solid rgba(0, 0, 0, 0.5);
width: 80%!important;
margin: 5px 0 0 0!important;
padding: 6px 1% 6px 1%!important;
font-family: 'Lato', sans-serif;
font-weight: 600;
font-size: 14px;
color: #ddd;
float: none;
max-height: 120px;
-webkit-appearance: none;
-moz-appearance: none;
-moz-border-radius:4px;
-khtml-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
}

.wpcf7-form input:focus {
background: rgba(0, 0, 0, 0.40);
border: 1px solid rgba(0, 0, 0, 0.5)!important;
}

.wpcf7-email:focus {
background: rgba(0, 0, 0, 0.40);
border: 1px solid rgba(0, 0, 0, 0.5)!important;
}

.wpcf7-form-control.wpcf7-submit {
background-color: #6cbc91!important;
color#fff!important;
border: 0!important;
position: relative;
padding: 5px 20px 5px 20px!important;
font-family: 'Lato', sans-serif;
font-weight: 800;
font-size: 18px;
width: 150px!important;
-webkit-appearance: none;
-moz-appearance: none;
-webkit-transition: 300ms linear 0s;
-moz-transition: 300ms linear 0s;
-o-transition: 300ms linear 0s;
transition: 300ms linear 0s;
-moz-border-radius:5px;
-khtml-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}

.wpcf7-form-control.wpcf7-submit:hover {
background-color: #eb1027!important;
color: #fff!important;
-webkit-transition: 300ms linear 0s;
-moz-transition: 300ms linear 0s;
-o-transition: 300ms linear 0s;
transition: 300ms linear 0s;
}

.wpcf7-not-valid-tip {
background-color: #eb1027!important;
color: #fff!important;
border: 0!important;
max-width: 208px;
font-size: 12px;
padding: 6px!important;
margin-top: 6px;
margin-bottom: 6px;
-webkit-appearance: none;
-moz-appearance: none;
-moz-border-radius:4px;
-khtml-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
font-family: 'Lato', sans-serif;
font-weight: 600;
}

.wpcf7-form .wpcf7-validation-errors {
background-color: #eb1027!important;
color: #fff;
position: relative;
border: 0!important;
float: left;
font-family: 'Lato', sans-serif;
font-weight: 600;
margin: 0 0 20px 0!important;
line-height: 110%;
-webkit-appearance: none;
-moz-appearance: none;
font-size: 90%;
max-width: 208px;
margin: 20px 1% 20px 1%!important;
padding: 6px 1% 6px 1%!important;
-moz-border-radius:4px;
-khtml-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
}

span.wpcf7-not-valid-tip {
display: none!important;
}










.cleardiv {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
}

.cleardiv5 {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
height: 5px;
}

.cleardiv10 {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
height: 10px;
}

.cleardiv15 {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
height: 15px;
}

.cleardiv20 {
  content: ".";
  display: block;
  clear: both;
  height: 20px;
  visibility: hidden;
}

.cleardiv25 {
  content: ".";
  display: block;
  clear: both;
  height: 25px;
  visibility: hidden;
}

.cleardiv30 {
  content: ".";
  display: block;
  clear: both;
  height: 30px;
  visibility: hidden;
}

.cleardiv40 {
  content: ".";
  display: block;
  clear: both;
  height: 40px;
  visibility: hidden;
}

.cleardiv50 {
  content: ".";
  display: block;
  clear: both;
  height: 50px;
  visibility: hidden;
}

.cleardiv60 {
  content: ".";
  display: block;
  clear: both;
  height: 60px;
  visibility: hidden;
}

.cleardiv70 {
  content: ".";
  display: block;
  clear: both;
  height: 70px;
  visibility: hidden;
}

.cleardiv80 {
  content: ".";
  display: block;
  clear: both;
  height: 80px;
  visibility: hidden;
}





/* button over grow begins */
.grow {
  display: inline-block;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.grow:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/* button over grow ends */





/* button over pop begins */
@-webkit-keyframes pop {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pop {
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pop {
  display: inline-block;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.pop:hover {
  -webkit-animation-name: pop;
  animation-name: pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* button over pop ends */


/* button over push begins */
@-webkit-keyframes push {
  50% {
    -webkit-transform: scale(0.80);
    transform: scale(0.80);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes push {
  50% {
    -webkit-transform: scale(0.80);
    -ms-transform: scale(0.80);
    transform: scale(0.80);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.push {
  display: inline-block;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.push:hover {
  -webkit-animation-name: push;
  animation-name: push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* button over push ends */






/* button over grow rotate begins */
.grow-rotate {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.grow-rotate:hover {
  -webkit-transform: scale(1.15) rotate(4deg);
  -ms-transform: scale(1.15) rotate(4deg);
  transform: scale(1.15) rotate(4deg);
}
/* button over grow rotate ends */







/* back to top link */
.toplink {
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    padding: 0;
    margin: 0px;
    outline: 0;
    z-index: 99;
    right: 10px;
    top: 10px;
    border: none;
}













/****************************************** media queries begin *********************************************/


@media screen and (max-width: 1600px)  {

.headerlogo {
right: 1%;
}


}




@media screen and (max-width: 1380px)  {

#pagecontent {
	width: 94%;
}

.commentwrap {
width: 100%;
padding: 0;
    margin: 10px auto 40px auto;
    position: relative;
    clear: both;
}


 .pintro {
   font-size: 1.1em;
}

	
	
}






@media (max-width: 1280px) {

.topbannercontainer img {
float: right;
width: 30%;
max-width: 30%;
position: relative;
margin: 0;
padding: 0;
border: 0;
}

}












@media screen and (max-width: 1024px) {

#twitterfeedwrapper {
	-moz-background-size: 120% auto;
	-webkit-background-size: 120% auto;
	-o-background-size: 120% auto;
	background-size: 120% auto;
	background-image: url(images/twitterfeedbgimg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

}












@media screen and (max-width: 960px) {

.headerlogo {
   max-width: 40%;
}

blockquote {
margin: 20px auto 10px auto;
display: block;
position: relative;
float: none;
width: 100%;
}

.stormbg {
  background: rgba(0, 0, 0, 0.4) url(images/stormbg.png) no-repeat center bottom;
}

.topbannercontainer p {
font-size: 1em;
}

}











@media (max-width: 840px) {

#fullwidthheaderstrip p {
line-height: 26px;
font-size: 13px;
}

}







@media (max-width: 800px) {
	
.panelimageright {
max-width: 60%;
height: auto;
margin: 0 0 2px 1.5%;
float: right;
clear: right;
position: relative;
padding: 0;
}

.panelimageleft {
max-width: 35%;
height: auto;
margin: 0 2% 2px 0;
float: left;
clear: left;
position: relative;
padding: 0;
}

.footerimage {
max-width: 130%;
}

.topbannercontainer {
	width: 80%;
	padding: 10px 5% 10px 5%;
}

.topbannercontainer img {
float: right;
width: 50%;
max-width: 50%;
position: relative;
margin: 0;
padding: 0;
border: 0;
}


}




















@media screen and (max-width: 768px) {

#wrapper {
	margin: -40px auto 0 auto;
	}


.widgetrowcontainer {
	width: 94%;
}

.topbannercontainer {
	width: 76%;
}

	
#pagecontent {
	float: none;
	position:relative;
	width: 90%;
	padding:0 0 230px 0; /* bottom padding is height of the footer element or greater */
	background: transparent;
	margin: 20px auto 0 auto;
border: 0;
}



    #sidebar {
        width: 98%;
        float: none;
        clear: both;
        padding: 0 0 0 0;
        margin: 3px auto 40px auto;
	position: relative;
    }
    

#fullwidthheadercontainer {
background: transparent;
border: 0;
}

#fullwidthheaderstrip {
display: none;
}

.headerstriparrow {
display: none;
}

#header {
background: none;
height: 50px;
min-height: 50px;
margin: 0 auto;
padding: 0;
border: 0;
}

.headerimage {
display: none;
}

.headerplaceholderimg {
display: none;
}

.headerlogo {
display: none;
    }

.headerlogo2 {
        display: block;
        position: relative;
        float: none;
	clear: both;
        max-width: 100%;
        height: auto;
        margin: 0 auto 0 auto;

}


#topstrip {
    height: 50px;
background: #6cbc91;
}

#showLeft { /* menu trigger button */
height: 50px
}



/* disable webkit text size adjust (for iPhone) */
    html {
        -webkit-text-size-adjust: none;
    }
	.post {
        width: 92%;
        margin: 0 auto 20px auto;
position: relative;
overflow: hidden;
        float: none;
    }

    .post-nav .prev, .post-nav .next {
        display: block;
        width: 100%;
        clear: both;
        margin-bottom: 10px;
    }

    .commentlist {
        padding-left: 0;
    }

    .commentlist .commententry {
        clear: left;
    }

    .commentlist .avatar {
        float: left;
        width: 40px;
        height: 40px;
        margin: 0 10px 10px 0;
    }
	
img.alignleft, img.alignright, img.aligncenter, img.alignnone {
float: none!important;
 margin: 0 auto 10px auto!important;
max-width: 100%!important;
width: 100%!important;
position: relative!important;
overflow: hidden!important;
clear: both;
border: 0;
height: auto;
}

img.alignleft, img.alignright, img.aligncenter, img.alignnone {
float: none!important;
 margin: 10px auto 10px auto!important;
max-width: 100%!important;
width: 100%!important;
height: auto!important;
position: relative!important;
overflow: hidden!important;
clear: both;
border: 0;
height: auto;
}




.post img.alignright, .post img.alignleft, .post img.aligncenter, .post img.alignnone {
float: none!important;
 margin: 10px auto 10px auto!important;
max-width: 100%!important;
width: 100%!important;
position: relative!important;
overflow: hidden!important;
clear: both;
border: 0;
height: auto;
}




.wp-caption {
float: none!important;
position: relative!important;
overflow: hidden!important;
max-width: 100%;
margin: 0 auto 20px auto;
}



.bookcover {
float: none!important;
 margin: 10px auto 10px auto!important;
position: relative!important;
overflow: hidden!important;
clear: both;
height: auto;
}



	
.wpcf7-form {
float:none!important;
position: relative!important;
margin: 10px auto 10px auto!important;
width: 96%!important;
max-width: 96%!important;
padding: 20px 0 20px 0!important;
}



/* FitVids custom modifications */
.fluid-width-video-wrapper {
float: none!important
position: relative!important;
margin: 10px auto 20px auto!important;
width: 98%!important;
max-width: 98%!important;
padding-top: 56.25%!important;
}



.itempanelleft {
float: none!important;
 margin: 0 auto 20px auto!important;
padding: 20px 5% 20px 5%;
width: 88%!important;
position: relative!important;
overflow: hidden!important;
clear: both;
height: auto;
}

.itempanelright {
float: none!important;
 margin: 0 auto 20px auto!important;
padding: 0 5% 20px 5%;
width: 88%!important;
position: relative!important;
overflow: hidden!important;
clear: both;
height: auto;
}

.itempanelleftclear {
float: none!important;
 margin: 0 auto 10px auto!important;
padding: 0 5% 0 5%;
width: 88%!important;
position: relative!important;
overflow: hidden!important;
clear: both;
height: auto;
}

.panelimageright {
max-width: 50%;
height: auto;
margin: 0 0 2px 1.5%;
float: right;
clear: right;
position: relative;
padding: 0;
}

.panelimageleft {
max-width: 50%;
height: auto;
margin: 0 2% 2px 0;
float: left;
clear: left;
position: relative;
padding: 0;
}


#twitterfeedwrapper {
	-moz-background-size: 120% auto;
	-webkit-background-size: 120% auto;
	-o-background-size: 120% auto;
	background-size: 120% auto;
	background-image: url(images/twitterfeedbgimg.png);
	background-repeat: no-repeat;
	background-position: right top;
}


#footer {
height: 230px;  /* set to same height as the bottom padding value of the pagecontent element */
width: 92%;
}


    #footerlogocontainer {
        height: 80px;
        width: 120px;
        float: left;
        padding: 0;
        margin: 20px 0 10px 4%;
        border: 0;
    }

    #footertextdetailscontainer {
        float: left;
        padding: 0;
        margin: 0 0 0 4%;
        height: 50px;
        border: 0;
        clear: both;
        border-left: 0;
    }

.footerimage {
max-width: 150%;
}

.toplink {
    right: 2.5%;
    bottom: 30px;
}

#searchform #s {
    background: #000 url(images/search.png) no-repeat 10px center;
}
	
	
}







@media screen and (max-width: 600px) {

.bioimage {
max-width: 100%;
height: auto;
position: relative;
overflow; hidden;
float: none;
clear: both;
margin: 0 auto;
padding: 0;
}

.topbannercontainer {
	width: 78%;
	padding: 0 5% 10px 5%;
}


h6 {
font-size: 2em!important;
}


}









@media screen and (max-width: 480px) {
	
.panelimageright {
max-width: 100%;
height: auto;
position: relative;
overflow; hidden;
float: none;
clear: both;
margin: 0 0 10px 0;
padding: 0;
}

.panelimageleft {
max-width: 100%;
height: auto;
position: relative;
overflow; hidden;
float: none;
clear: both;
margin:0 0 10px 0;
padding: 0;
}


.panelimageright30 {
max-width: 100%;
height: auto;
position: relative;
overflow; hidden;
float: none;
clear: both;
margin:0 0 10px 0;
padding: 0;
}


/* newsitempanel custom images begin */
.itempanelleft .alignleft, .itempanelleft .alignright, .itempanelleft .alignnone, .itempanelleft .aligncenter  { {
max-width: 100%;
height: auto;
position: relative;
overflow; hidden;
float: none;
clear: both;
margin: 0 0 10px 0;
padding: 0;
}

.itempanelleft img.alignleft, .itempanelleft img.alignright, .itempanelleft img.alignnone, .itempanelleft img.aligncenter  {
max-width: 100%;
height: auto;
position: relative;
overflow; hidden;
float: none;
clear: both;
margin: 0 0 10px 0;
padding: 0;	
}
/* newsitempanel custom images end */


blockquote {
    background: transparent;
    border: 0;
    margin: 20px 5% 10px 5%;
    padding: 0;
display: block;
position: relative;
float: none;
width: 90%;
vertical-align:text-top;
}

    .post-title {
        font-size: 3em!important;
    }	

.post-date{
padding: 15px 0 0 0;
margin: -5px 10px 0 0;
width: 50px;
height: 35px;
font-size: 0.750em!important;
line-height: 105%;
}


textarea {
    width: 97%;
}
.tooltip {
    display: none!important;
}

}








@media screen and (max-width: 400px) {

.topbannercontainer img {
float: none!important;
width: 100%;
max-width: 100%;
position: relative;
clear: both;
margin: 10px auto 0 auto;
padding: 0;
border: 0;
}

}







@media screen and (max-width: 330px) {

.footerimage {
max-width: 200%;
}


  #searchform-wrap {
        display: none;
    }

.introportrait {
width: 90%;
max-width: 90%;
height: auto;
float: none!important;
position: relative;
margin: 0 auto 25px auto;
padding: 0;
}


.tooltip {
display: none;
}

}






/* highres' assets for Mac Retina and HD screens   */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {


		
		
}






@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
}




/****************************************** media queries end *********************************************/


	