@charset "utf-8";
/* CSS Document */

/*
Theme Name: Happy Temple recent
Theme URI: http://lodgeofhappiness.org.uk/
Author: David Walker
Author URI: http://www.piginthepoke.org.uk/
Description: 3 column WordPress theme with header and footer
Version: 2.2
Tags: stone, three-columns, fixed-width, blue-background, blue, gold
*/

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #031D5A;
	background: #031D5A url('/wp-content/themes/happytemple2.2/images/back2.jpg');
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	font-size:100%;
}

.ribbon {
	width:75px;
	height:0;
	position: absolute;
	top: 23px;
	left:10px;
	z-index: 2000;
	float: left;
	     border-bottom:20px solid #000;
	     border-left:20px solid transparent;
	     border-right:20px solid transparent;
	color:#fff;
	text-align:center;
	     /* Rotate div */
		transform:rotate(45deg);
			-ms-transform:rotate(-45deg); /* Internet Explorer */
			-moz-transform:rotate(-45deg); /* Firefox */
			-webkit-transform:rotate(-45deg); /* Safari and Chrome */
			-o-transform:rotate(-45deg); /* Opera */
}

.header .ribbon {
font-size: 0.175em;}

.container .header #headertext2 {
	font-style: normal;
	text-transform: uppercase;
	color: #031D5A;
}


/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

p {
	font-size: 0.85em;
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

.wp-caption-text {
	font-size: 0.7em;
	padding: 0;
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
}

.wp-caption {
	margin-left: 10px;
	margin-right:10px;
	margin-bottom: 10px;
	padding: 10px 0 0 10px;
	background: #fff;
	border: 1px solid #031D5A;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
	margin-left: 0px;
	margin-right: 10px;

}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #3366cc;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #031D5A;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

.header a:link {
	color: #031D5A;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}

.header a:visited {
	color: #031D5A;
	text-decoration: none;
}

.header a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ This fixed width container surrounds all other divs ~~ */
.container {
	width: 998px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	position: relative;
	top: 20px;
}


/* ~~ The header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo. ~~ */
.header {
	background-image: url(images/lodge_02.png);
	height: 198px;
	width: 998px;
	color: #031D5A;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 3.2em;
	text-align: center;
}

.headersc {
	float: left;
	vertical-align: middle;
	position: relative;
	left: 62px;
	top: 28px;
}
.headereye {
	float: left;
	vertical-align: middle;
	position: relative;
	left: 792px;
	top: 23px;
        z-index: 10;
}

* html .headereye {
	position: relative;
	left: 880px;
	top: -90px;
        z-index: 10;
}

*:first-child+html .headereye {
	position:relative;
	left: 880px;
	top: -90px;
	display: inline;
}

.headertext {
	position: relative;
        left: -74px !important;
	text-align: center !important;
	padding-left: inherit !important;
	color: #031D5A;
	letter-spacing: 0.2em;	 
 	text-decoration: none;
}

.header a img { 
	margin-left: 10px;
	margin-right:10px;
}

* body .headertext {
	position: relative;
        left: 30px;
	padding-left: 85px;
	display: inline;
}

*:first-child+body .headertext {
	position:relative;
	left: 30px;
	padding-left: 85px;
	display: inline;
}

#strap {
	font-size: 0.4em;
	position: relative;
        display: block;
        top: -25px !important;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        left: -5px !important;
}

* body #strap {
	position:relative;
        left: -39px;
	top: 5px;
}

*:first-child+body #strap {
	position:relative;
	left: -39px;
	padding-left: 0px;
	top: 5px;
}

/* --- menu -- */

/* Header Menu position */
#header-menu {
	display: block;
	float: left;
	left:50%;
        width: 929px;
	margin-bottom: 1.5em;
	position:relative;
        top: -55px;
	margin-left: -305px;
	text-align: center;
        font-weight:bold;
	z-index: 100;
}

* html #header-menu {
	position: relative;
	left: 370px;
}

*:first-child+html #header-menu {
	position:relative;
	left: 500px;
}

/* Header Menu main items*/

#header-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#header-menu li {
	float: left;
	position: relative;
}

#header-menu a:visited { color: #031D5A; }

#header-menu a {
	color: #031D5A;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
/* Header Menu sub-menu items*/

#header-menu ul ul {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 250;
}

* html #header-menu ul ul {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 500;
}


*:first-child+html #header-menu ul ul {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 500;
}

#header-menu ul ul li {
 width: 250px; 
}

#header-menu ul ul a {
	background: #ffc300;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}

/* Header Menu sub-sub-menu */

#header-menu ul ul ul {
	left: 100%;
	top: 0;
}

#header-menu li:hover > a,
#header-menu ul ul :hover > a {
	background: #031D5A;
	color: #ffc300;
}

#header-menu ul li:hover > ul {
	display: block;
}
#header-menu ul li.current_page_item > a,
#header-menu ul li.current-menu-ancestor > a,
#header-menu ul li.current-menu-item > a,
#header-menu ul li.current-menu-parent > a {
	background: #031D5A;
	color: #ffc300;
}
* html #header-menu ul li.current_page_item a,
* html #header-menu ul li.current-menu-ancestor a,
* html #header-menu ul li.current-menu-item a,
* html #header-menu ul li.current-menu-parent a,
* html #header-menu ul li a:hover {
        color: #031D5A;
     	background: #031D5A;
}

.sub-menu {
z-index: 500;
}

/* footer menu */

.footer_menu_class #menu-footer {
	display: block;
	float: left;
	left:-267px;
        width: 728px;
	margin-bottom: .85em;
	padding-left: 0;
	margin-left: 50%;
	position:relative;
        top: -150px;
	text-align: center;
	z-index: 100;
	font-size: 1.1em;

}

.footer_menu_class #menu-footer ul {
	list-style-type: none; list-style-image: none;
	margin: 0;
	padding: 0;
}
.footer_menu_class #menu-footer li {
	display: inline;
	float: left;
	position: relative;
}

.footer_menu_class #menu-footer a:visited { color: #FFC300; }

.footer_menu_class #menu-footer a {
	color: #FFC300;
	display: block;
	/* width: 250px; */
	line-height: 38px;
	padding: 05px;
	text-decoration: none;
}

.footer_menu_class #menu-footer .sub-menu {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 250;
}

.footer_menu_class #menu-footer .sub-menu li {
 width: 250px; 
}

.footer_menu_class #menu-footer .sub-menu a {
	background: #ffc300;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}

/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.

*/

.sidebar1tab 
{ /* IE7 fix below */
width:170px;
border: 0px;
padding: 0px;
position: relative;
top: 2px;
}



/* IE7 fix for sidebartable*/
*:first-child+html .sidebar1tab {
position:relative;
top: -20px;
display: inline;
}

* html .sidebar1tab {
position:relative;
top: -21px;
display: inline;
}

.sidebar2tab 
{ /* IE7 fix below */
width:170px;
border: 0px;
padding: 0px;
position: relative;
top: -1px ;

}

/* IE7 fix for sidebartable*/

*:first-child+html .sidebar2tab {
position:relative;
top: -23px;
display: inline;
}

* html .sidebar2tab {
position:relative;
top: -24px;
display: inline;
}

.columnold {
	height: 340px;
	width: 170px;
	padding-left: 12px !important;
	vertical-align: middle;
	position: relative;
	left: 0px !important;
	margin-bottom: -2px;
}

.column {
	height: 340px;
        width: 170px;
        padding: 0px;
	z-index: -100;
	border-style: ridge;
        border-width:3px;
	border-color: #ffc300;
	color:#fff;
	background: #2e54ab;
        margin-left: auto;
        margin-right: auto;
        left: 32px;
	text-align: justify;
	font-size: 0.83em !important;
}


.columnR {
	height: 340px;
        width: 170px;
        padding: 0px;
	z-index: -100;
	border-style: ridge;
        border-width:3px;
	border-color: #ffc300;
	color:#fff;
	background: #2e54ab;
        margin-left: auto;
        margin-right: auto;
        left: 32px;
	text-align: justify;
	font-size: 0.83em !important;
}

*:first-child+body aside>.column {
	height: 340px;
        width: 170px;
	z-index: -100;
        margin-left: 15px;
        margin-right: 25px;
	padding-left: 25px;
	position: relative;
	left: 26px;
}

*:first-child+html .columnR H4 {
	font-size: 1.0em;
}

*:first-child+html .columnR H3 {
	font-size: 1.2em;
}

#quote h4 {
	font-size: 1.13em;
}

/* ~~ contact button. ~~ */
.contactbutton a:link {
	display: block !important;
	width: 140px;
	color: #031D5A !important;
        background-color: #ffc300 !important;
	text-decoration: none;
	margin-left: 10px;
	margin-right:10px;
	margin-bottom: 5px;
	font-size: 1.1em;
	font-weight:600;
	line-height: 1.3;
}

.contactbuttonfix a {
	display: block !important;
	width: 140px;
	color: #031D5A !important;
        background-color: #ffc300 !important;
	text-decoration: none;
	margin-left: 10px;
	margin-right:10px;
	margin-bottom: 5px;
	font-size: 1.1em;
	font-weight:600;
	line-height: 1.3;
}

.contactbutton a:visited {
	display: block;
	width: 140px;
	color: #3366cc !important;
}

.contactbuttonfix a:visited {
	display: block;
	width: 140px;
	color: #3366cc !important;
}
.contactbutton a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	background-color: #ffffff;
}

.contactbuttonfix a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	background-color: #ffffff;
}

/* ~~ begin journey contact button. ~~ */
.beginbutton a:link {
	display: block;
	width: 475px;
	color: #031D5A;
        background: #ffc300;
	border: 1px solid #ffc300;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 1.2em;
	font-weight:600;
}

*:first-child+body .beginbutton a {
	font-size: 1.1em;
}

* html .beginbutton a {
	font-size: 1.1em;
}

.beginbutton a:visited {
	display: block;
	color: #3366cc;
	border: 1px solid #ffc300;
}

.beginbutton a:hover,.beginbutton a:active,.beginbutton a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	background: #ffffff;
	border: 1px solid #031D5A;
}

.sidebar1 {
	float: left;
	width: 170px;
	background-image: url(images/column.png);
	background-repeat:repeat-y;
	vertical-align: top;
	position: relative;
	left: -526px;
	top: -62px !important; /* Major browsers other than IE 6 and below respect the importance immediately */
	z-index: 0;
}

.sidebar1wold {
	height: 340px !important;
        width: 170px !important;
        padding: 0px !important;
	z-index: 300 !important;
	vertical-align: middle;
	position: relative;
	text-align: justify;
	border-style: ridge;
        border-width: 3px;
	border-color: #ffc300;
	color:#fff;
	background: #2e54ab;
        margin-left: auto !important;
        margin-right: auto !important;
        left: -8px !important;
	font-size: 0.83em;
}

/* .sidebar1w {
	height: 340px !important;
        width: 170px !important;
        padding: 0px !important;
	z-index: 300 !important;
	vertical-align: middle;
	position: relative;
	text-align: justify;
        margin-left: auto !important;
        margin-right: auto !important;
        left: -2px !important;
}*/

.sidbar1w h3 {
	font-size: 1.17em;
}

* body .sidebar1w h3 {
	font-size: 1.17em;
}

*:first-child+body .sidebar1w h3 {
	font-size: 1.17em;
}

.strapleft {
	float: left;
	font-size: 0.8em;
	position: relative;
	left:84px;
	text-align: center;
	top:-63px;
	font-weight: bolder;
	width: 68px;
	height: 33px;
}

#quotearea {
    font-size: 11px !important;
	padding:0px !important;
}

.content {
	padding: 0px 0px;
	width: 540px;
	float: left;
	background-color: #FFFfee;
	max-height: 570px;
	border-bottom: #000;
	position: relative;
	left: 230px;
	top: -56px;
	z-index: 5;
}

*:first-child+body .content {
	z-index: 5;
}

blockquote {
	display: block;
	border-style: solid;
        border-width:1px;
	border-color: #031D5A;
	background: #ffffff;
	padding-top: 10px;
}

/* body > .content moved to header.php as conditional coment hack to set max-height for IE */

.content HR {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
	top: 40px;
}

html>/**/body .content ul li {
width:410px;
font-size: 0.9em;
list-style-position: outside;
position:relative;
top: -10px !important;
}

html>body .content ul.tree li { top: 0px !important;}

 * html .content ul li {
width:410px;
font-size: 0.9em;
list-style-position: outside;
}

*:first-child+html .content ul{
position:relative;
top: -5px;
margin-bottom: -10px;
margin-top: -10px; 
}

*:first-child+html .content ul li {
width:410px;
font-size: 0.85em;
list-style-position: outside;
vertical-align: top;
position: relative; 
top: -.5em;

}

.content ul ul ul li {
list-style-type: decimal;
}

.content ul ul ul ul li {
list-style-type: lower-roman;
}

.content ul ul ul ul ul li {
font-size: 0.95em;
list-style-type: disc;
}

.canvas {
	width: 515px;
	float: left;
	background-color:#FFFfee;
	height: 580px !important;
	border-style: ridge;
        border-width:3px;
	border-color: #ffc300;
    	overflow: auto;
	padding-left: 20px;
	padding-top: 20px;
        padding-bottom: 0px !important;
        position: relative;
        left: 0px;
	z-index: 10;

}

*:first-child+body .canvas {
	padding-bottom: 26px;
	z-index: 10;
}

.pagetitle {
	font-size: 0.85em;
	
}

.entry-title {
	font-size: 0.95em;
	
}

.entry-meta {
	font-size: 0.7em;
	
}

.sidebar2 {
	float: left;
	width: 200px;
	background-image: url(images/column.png);
	background-repeat:repeat-y;
	position: relative;
	top: -61px !important; /* Major browsers other than IE 6 and below respect the importance immediately */
	left: 58px;
	vertical-align: top;
}

 * html .sidebar2 {
	top: -82px;
}

*:first-child+html .sidebar2 {
	top: -82px;
}

.scrollleft {
	float: left;
	position: relative;
	left: -3px;
        top: -5px !important; /* Major browsers other than IE 6 and below respect the importance immediately */
        top: -64px; /* IE 6 and below use this value instead, even though the above was marked as important */
	z-index: 100;
}

.plinthleft {
	float: left;
	position: relative;
	left: -3px;
        top: 13px !important;
	padding-top: 30px !important;
}

* html .plinthleft {
	float: left;
	position: relative;
	left: -3px;
	padding-top: 10px;
}

 

*:first-child+html .plinthleft {
	float: left;
	display: inline;
	position: relative;
	left: -3px;
	padding-top: 35px;
}

.scrollright {
	float: left;
	position: relative;
	left: -3px !important; /* Major browsers other than IE 6 and below respect the importance immediately */
        top: -3px !important; /* Major browsers other than IE 6 and below respect the importance immediately */
}

* body .scrollright {
	float: left;
	position: relative;
	left: -3px; 
        top: -75px;
}

*:first-child+body .scrollright {
	float: left;
	position: relative;
	left: -3px; 
        top: -75px;
}

.plinthright {
	float: left;
	position: relative;
	left: -3px;
        top: 11px;
}

*:first-child+body .plinthright {
	float: left;
	position: relative;
	left: -3px;
        padding-top: 31px;
}

.strapright {
	float: right;
	font-size: 0.8em;
	position: relative;
	left:-88px;
	text-align: center;
	top: -63px;
	font-weight: bolder;
	width: 68px;
	height: 33px;
}

.sidebar2old {
	height:340px;
	width: 170px;
	padding: 0px;
	z-index: 100;
	vertical-align: middle;
	position: relative;
	text-align: justify;
}

.sidebox {
	width: 190px;
	z-index: 100;
	vertical-align: middle;
	position: relative;
	text-align: center;
	border-style: ridge;
	border-color: #031D5A;
	background: #fff;
        margin-left: auto;
        margin-right: auto;
        left: -4px;
}

.WP-PrintIcon
{
background: #fff;
}

.logo1 {
display: block;
    margin-left: auto;
    margin-right: auto;
position: relative;
top: 25px;
left 2px;
width: 130px;
height: 69px;
}

.crest {
display: block;
    margin-left: auto;
    margin-right: auto;
position: relative;
top: -8px;
width: 107px;
height: 150px;
}

.logo1home {
display: block;
    margin-left: auto;
    margin-right: auto;
width: 130px;
height: 69px;
}

.logo2 {
display: block;
    margin-left: auto;
    margin-right: auto;
position: relative;
top: 2px;
width: 130px;
height: 134px;
}

.logo2home {
display: block;
    margin-left: auto;
    margin-right: auto;
position: relative;
width: 84px;
height: 85px;
top: -10px;
}

.logo3 {
display: block;
    margin-left: auto;
    margin-right: auto;
width: 60px;
height: 80px;
position: relative;
top: 10px;
}

.logo3home {
display: block;
    margin-left: auto;
    margin-right: auto;
width: 60px;
height: 80px;
position: relative;
top: -5px;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}



/* ~~ The footer styles ~~ */
.footer {
	padding: 10px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	background-image: url(images/lodge_12.png);
	text-align: center;
	width: 998px;
        height: 70px;
	z-index: 250;
	top:-55px  !important;
	/* for IE */
	zoom:1;
}

/* .footer {
	dispaly:inline
} */
* body .footer {
	position: relative;
	top:0px;
	zoom: 1;
}

*:first-child+body .footer {
	position: relative;
	top: 0px;
	margin-top: -28px;
	margin-bottom: 5px;
	zoom: 1;
}
.footer h3 {
	position: relative;
	top:-9px;
	letter-spacing: 0.05em;	 
}

.footstrap {
	position: relative;
	font-size: 0.65em;
	top:-24px;
	line-height: 270%;
}

.footstrap a:link {
	color: #ffc300;
	background: #031D5A;
	padding-right: 0px;

}
.footstrap a:visited {
	color: #ffc300;
        background: #031D5A;
	text-decoration: underline;
}
.footstrap a:hover, a:active, a:focus {
	text-decoration: none;
}

.no7952 {
	position:relative;
        left: 84px;
        top: -205px !important;
	width: 150px;
	margin-top: -5px !important;

}

* body .no7952 {
	position:relative;
        width: 150px;
	left: 84px;
        top: -243px;
}

*:first-child+body .no7952 {
	position:relative;
        width: 150px;
	left: 84px;
        top: -255px;
	padding-top: -15px;
}

.disclaimer {
	position:relative;
        top: -150px !important;
	color: #fff; 
	font-size: xx-small;
}

* html .disclaimer {
	padding-top: 10px;
}

*:first-child+html .disclaimer {
	padding-top: 10px;
}

.disclaimer span {
	color: #fff;
	}

.shareaholic {
	display: block;
	position:relative;
        top: -150px !important;
}

* html .shareaholic {
	display: block;
	padding-top: 55px;
}

*:first-child+html .shareaholic {
	display: block;
	padding-top: 55px;
}
.disclaimer a:link {
	color: #ffc300;
	background: #031D5A;
	padding-right: 0px;
}
.disclaimer a:visited {
	color: #ffc300;
        background: #031D5A;
	text-decoration: underline;
}
.disclaimer a:hover, a:active, a:focus {
	text-decoration: none;
}


.est {
	position:relative;
        left: 837px;
        top: -220px !important;
}

* body .est {
	position:relative;
        left: 837px;
        top: -245px;
}

*:first-child+body .est {
	position:relative;
        left: 837px;
        top: -245px;
}

/* ~~ Miscellaneous float/clear classes ~~ */
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */

</style><!-- main stylesheet ends, CC with new stylesheet below... -->

<!--[if IE]>
<style type="text/css">
  .clearfix {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
</style>
<![endif]-->

/* ----------misc styles----------- */
.aligntop {
	z-index: 2;
	position: relative;
	top: -3px;
	left: -3px;
}

.alignbottom {
	position: relative;
	bottom: -3px;
	left: -3px;
}

.alignright {
	float: right;
	margin-right: 10px;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.aligncenter {
text-align: center;
margin-left: auto;
margin-right: auto;
width:70%;
}

.charitybox {
width: 450px;
background: #fff;
margin-left: 10px;
border: 1px;
}

.charityboxtext {
text-align: left;
vertical-align: middle;
}

.date {
	background-color : #ffffff;
	border: 1px solid #031D5A;
	border-left: 4px solid #031D5A;
}

.guestdate {
	position:relative;
	top: -40px;
	font-size: 0.75em;
}

.yearbox {
	position: relative;
	left: 2px;
	background-color : #ffffff;
	border: 1px solid #031D5A;
	border-right: 4px solid #031D5A;
	font-weight: bolder;
	font-size: 1.2em;
	text-decoration:none;
	padding: 3px;
        margin-left: 15px;
	margin-right: 15px;
}

.yearbox a {
	text-decoration:none;
}

.smallscrollr {
	position: relative;
	top: -4px;
	left: 0px;
	width: 24px;
	height: 30px;
	float: right;
}

.issuu {
	position:relative;
	left:20px;
	top:0px;
	z-index: -200;
}

.plusone {
	position:relative;
	left: 843px;
	top: -244px;
	z-index:400;
}

.navigation {
	clear: both;
	padding-top: 20px;
	margin-top: 20px;
}

.postmetadata {
	position: relative;
	top: -10px;
	right: -5px;
	background-color : #ffffff;
	border: 1px solid #031D5A;
	border-right: 1px solid #031D5A;
	font-size: 0.6em;
	padding-right: 1.5px;
        margin-left: 15px;
	margin-right: 15px;
}

.post-meta {
	list-style: none;
	float: left;
	width: 410px;
	height: 200px;
	padding-top: 25px;
	padding-left: 10px;
	background-color : #ffffff;
	border: 1px solid #031D5A;
	border-right: 1px solid #031D5A;
	font-size: 0.85em;
	margin-left: 14px;
}

.contribute .post-meta {
	position: relative;
	top: -20px;
	list-style: none;
	float: left;
	width: 410px;
	height: 40px;
	padding: 15px 10px 0 40px;
	background-color : #ffffff;
	border: 1px solid #031D5A;
	border-right: 1px solid #031D5A;
	font-size: 0.7em;
	margin: 0 0 0 15px;
}

.guestfooter {
	position: relative;
	top: -20px;
	list-style: none;
	float: left;
	width: 410px;
	height: 170px;
	padding: 15px 20px 0 30px;
	background-color : #ffffff;
	border: 1px solid #031D5A;
	border-right: 1px solid #031D5A;
	font-size: 0.7em;
	margin: 0 0 0 15px;
}

.contribute .post-meta .post-meta-key {
	font-weight:bold;
}

.guestcontent { margin-top: 40px; }


ul.post-meta li:nth-child(6) {
	position: relative;
	width: 200px;
	left: 200px;
	padding-top: 0px;
	margin-top: -185px;
	margin-left: 10px;
	font-size: 1em;
}

.post-meta li {
	position: relative;
	left: -30px;
	top: 15px;
	padding-top: 10px;
	margin-top: 15px;
	margin-left: 10px;
}

.contribute .post-meta li {
	display:inline;
	position: relative;
	left: -30px;
	top: 15px;
	padding-top: 10px;
	margin-top: 15px;
	margin-left: 10px;
}

.post-meta img {
	position: absolute;
	left: 125px;
	top: 10px;

}


.breadcrumb {
	background-color : #ffffff;
	border: 1px solid #031D5A;
	border-right: 1px solid #031D5A;
	font-size: 0.6em;
	padding-right: 1.5px;
        margin-left: 15px;
	margin-right: 15px;
}	

.widget-title {
	position: relative;
	top: 10px;
}

.paddingtopbot {
	padding-top: 5px;
	badding-bottom: 5px;
}

.paddingright {
	padding-right: 10px;

}

.marktop {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 5px;
	background: #fff;
	border: 1px solid #031D5A;
}

.imgright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 15px;
	text-align: center;
	background: #fff;
	border: 1px solid #031D5A;
}

img.rating {
	background-image:url('/wp-content/themes/happytemple2.2/images/sqrcompX5.jpg');
}

.rating3 {
	position: absolute:
	left: 10px;
	margin-left: 10px;
}
.rating3-5 {
	margin-left: 10px;
}
.rating4 {
	margin-left: 10px;
}
.rating4-5 {
	align: right;
	margin-right: 10px;
}
.rating5 {
	align: right;
	margin-right: 10px;
}

img.rating3{
	width: 48px;
	height: 16px;
}
img.rating3-5 img {
	width: 56px;
	height: 16px;
}
img.rating4 img {
	width: 64px;
	height: 16px;
}
img.rating4-5 img {
	width: 72px;
	height: 16px;
}
img.rating5 img {
	width: 80px;
	height: 16px;
}