/*
Theme Name: Ponstructor's First
Theme URI: http://briggs.id.au/code/
Description: Ponstructor's first theme.
Version: 1.2
Author: Will Briggs
Author URI: http://briggs.id.au/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php:
*/

@import url("common.css");

/*===============*/
/* LOOK AND FEEL */
/*===============*/

/*BASIC ELEMENTS*/

hr {
	display: none;
	}

a img {
	border: none;
	}

h1, h2, h3 {
/* 	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; */
	font-weight: bold;
	}

h1 {
	font-size: 200%;
	text-align: center;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
/* 	padding-top: 70px; */
/* 	margin: 0; */
	}

h2 {
	font-size: 1.6em;
	margin: 30px 0 0;
	}

h3 {
	font-size: 1.3em;
	padding: 0;
	margin: 30px 0 0;
	line-height: 100%;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: black;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: black;
	text-decoration: none;
	}

h2 a:hover, h3 a:hover {
	text-decoration: none;
	color: #326391;
}

a {
	text-decoration: none;
	color: #326391;
}

a:hover {
	color: #326391;
	text-decoration: underline;
	}

ol li {
	list-style: decimal outside;
	}

/*CLASSES*/

.small {
	font-size: 65%;
}

.shaded {
	background-color: #e0e2e4;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.action {
	cursor: pointer;
}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

.link {
	text-decoration:underline;
	cursor: pointer;
	color: #326391;
}

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/*MAIN LAYOUT OBJECTS*/

body {
 	font-size: 62.5%; /* Resets 1em to 10px */
 	font-family: 'Segoe UI', Calibri, Verdana, Sans-Serif; 
/* 	font-family: 'Georgia', Roman, Serif; */
/*  	line-height: 160%; */
	background: white url('images/bg.png') no-repeat; /*This is the base background, outside of all other content*/
	/*background-repeat: repeat-x;*/
/* 	background-color: #f4ffe5; */
/* 	background-color: #FDF5E6; */
	color: #333;
	text-align: center;
	width: 100%;
	}

#page {
/*      	width: 100%;	/* This is the only place where width should be specified */ */
/*      	min-width: 800px; */
/*   	min-width: 927px;  */
/* 	min-width: 1050px; */
	padding-top: 20px;
	min-width: 850px;
	max-width: 1200px;
}

#trunk {
	background-color: white;
}

#ribbon {
	padding-left: 20px;
	padding-right: 10px;
	width: 120px;
	z-index: 10;
	background-color: white;    
	overflow: hidden;
	border-right: 5px solid #e0e2e4;
}

#pagebody {
	background-color: white;
	text-align: left;
	overflow: hidden; /* This does the same job as a float clearer */
/* 	min-width: 800px; */
/* 	width: 100%; */
	}

#content-space {
/* 	width: 75%;  */
	z-index: 10;
 	width: 100%;	
/* 	zoom:1; */
}

#left-space {
/*  	width:80%; */
/* 	float:left; */
	margin-right: 210px;
/* 	min-width:800px; */
	padding-top:20px;
}

#sidebar-space {
	width: 210px;
	padding-top:20px;
/* 	float:right; */
/*  	min-width: 20px; */
/* 	zoom:1; */	
}

#footer {
	text-align: left;
	min-height: 35px; /*keeps the background in view */
	vertical-align: middle;
	}


/*HEADER OBJECTS*/

#topbanner {
	padding-top: 10px;
/* 	padding-left: 200px; */
	padding-left: 0px;
	text-align: left;
/* 	padding-bottom: 30px; */
}

#topbanner .description {
	font-size: 1.2em;
	text-decoration: none;
	color: #280d4d;
	padding-left: 240px; 
/*  	padding-top: 0px;  */
	}

#topbanner h1, #topbanner h1 a, #topbanner h1 a:hover, #topbanner h1 a:visited {
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: left;
	font-size: 200%;
	color: #280d4d;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	}

#topbanner h1 a {
	padding-left: 200px !important;
}
	
#go-home {
	position: absolute;
	z-index: 20;
	bottom: 3px;
	left: 20px;
	padding: 0px;
	margin: 0px;
}

#go-home a, #go-home a:hover, #go-home a:visited {
	color: #e0e2e4;
	text-decoration: none;
	font-weight: bold;
 	font-size: 2.5em;
}

#go-home a:hover {
	color: white;
	text-decoration: none;
	font-weight: bold;
 	font-size: 2.5em;
}

#toolbar {
/*     	overflow: hidden; */
/* 	width: 100%; */
	height: 34px;
	position: absolute;
	left: 140px;
	top: 102px;
}

#toolbar-menu {
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 6px;
	height: 20px;
/*  	overflow: hidden;  */
/*  	width: 100%;  */
}

#toolbar-menu li {
/* 	padding-left: 8px; */
/* 	padding-right: 8px; */
	text-align: center;
	margin-right: 6px;
	margin-left: 0px;
	height: 20px;
	width: 7.5em;
	text-align: center;
	background-color: #326391;
/* 	border-top: 1px solid #e0e2e4; */
/* 	border-left: 1px solid #e0e2e4; */
/* 	border-right: 1px solid #e0e2e4; */
/* 	border-bottom: 1px solid #e0e2e4; */
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
/* 	background-color: #280d4d; */
	
}

#toolbar-menu li a {
	text-decoration: none;
	color: #e0e2e4;
	font-variant: small-caps;
	line-height: 20px; /* Same as #toolbar-menu li height to get centering */
	font-size: 125%;
/* 	font-family: Arial, Sans-Serif; */

}

#toolbar-menu .sub-menu {
	top: 20px; /* This is #toolbar-menu li height to place it below the menu box*/
	left: -1px;
/*  	padding-top: 2px;  */
}

#toolbar-menu .sub-menu li {
	width: 160px;
	background-color: white;
	border-bottom: 1px solid #326391;
	border-left: 1px solid #326391;
	border-right: 1px solid #326391;
	border-top: none;
	border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	text-align: left;
	padding-left: 1em;
}

#toolbar-menu .sub-menu li a {
	color: #326391;
	font-size: 100%;
	font-variant: normal;
}


/*RIBBON OBJECTS*/

.ribbon-image {
    width:100px;
/*     padding-bottom: 10px; */
    opacity: 0.5;
    filter:alpha(opacity=50);	/*IE*/
}

.ribbon-heading, .ribbon-footer {
    color: #326391;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 1.5em;
    background-color: #e0e2e4;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 5px;
    margin-left: -20px;
    margin-right: -10px;
    padding-left: 20px;
    padding-right: 10px;
    
}

.ribbon-footer {
    margin-top: 5px;
    margin-bottom: 0px;
}

.ribbon-other {
    font-size: 0.8em;
    font-weight: normal;
    padding-top: 3px;
    padding-bottom: 3px;
}

.ribbon-post {
    padding-bottom: 7px;
    padding-top: 7px;
    border-bottom: 2px solid #e0e2e4;
    font-size: 1.6em;
    font-weight: bold;
}

.ribbon-comment-author {
    font-size: 0.8em;
    width:80px;
    float:right;
    margin-top: 5px;    
}

.ribbon-comment-avatar {
    float:left;
    width: 35px;
    height: 35px;
}

.ribbon-comment-avatar img {
    width: 35px;
    height: 35px;
}

.ribbon-comment-metadata {
    padding-bottom: 5px;
}

.ribbon-post-metadata {
    font-size: 0.5em;
    font-weight: normal;
    padding-top: 5px;
}

.ribbon-post-metadata .ribbon-image {
    padding-bottom: 5px;
}

/*CONTENT OBJECTS*/

#content {
	/* padding-top: 20px;*/
	font-size: 1.2em;
   	margin-left: 20px;
	margin-right: 20px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.excerpt-image {
	float:left;
	height:120px;
	padding-right: 10px;
}

#navigation-top {
	top: 0px;
}

#navigation-bottom {
	bottom: 0px;
}

.navigation {
	position:absolute;
	left: -20px;
	right: -21px;
	font-size: 75%;
	overflow:hidden;
}

.navigation .nav-newer, .navigation .nav-older {
	padding: 2px 10px 2px 10px;
	color: #326391;
	background-color: #e0e2e4;
}

.navigation .nav-link {
	max-width: 200px;
	overflow: hidden;
	white-space: nowrap;
}

.navigation a, .navigation a:hover, .navigation a:visited {
	/* color: #280d4d; */
	color: #326391;
	text-decoration: none;
}

#index-options {
	overflower:hidden;
}

#index-options-header {
	cursor: pointer;
}

#index-options-detail {
	display: none;
}

#index-options-detail span {
	color: black;
	font-weight: bold;
}

#index-options-detail a:hover {
	text-decoration: underline;
}

.wpcf7-form {
	background-color:#e0e2e4;
	border: 1px solid #326391;
	padding: 10px 10px 10px 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	width: 400px;
	text-align:center;
}

.wpcf7-form p {
	margin: 0px;
}

#qanda-question-box {
	border: 2px inset; /* #326391; */
	/*float: left;*/
	margin-bottom: 10px;
	/*width: 390px;*/
}

#qanda-name-label {
	margin-top: 5px;
	float: left;
}

.qanda-name {
	width: 150px;
	/*border: 2px inset; /* #326391; */
}

.wpcf7-submit {
	float: right;
}

.post .metadata-rss-icon {
	vertical-align: middle;
	width: 12px;
	height: 12px;
}


.summary-navigation-table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px;
	/*border: 2px solid black;*/
}

.post-list li, .summary-navigation-title {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	border-bottom: 2px solid #e0e2e4;
	padding-bottom: 2px !important;
}

.summary-navigation-date {
	/*text-align: right;*/
	margin-left: 10px;
}

.summary-navigation-table .current-post .summary-navigation-version {
	color: black;
}

.post-list, .summary-navigation-table {
	color: #e0e2e4;
	font-weight: bold;
}

.post-list .post-list-details, .summary-navigation-date{
	float:right;
	font-size: 80%;
}

.postmetadata {
	margin-top: 8px;
}

.postmetadata p {
	margin-top: 2px;
	margin-bottom: 0px;
}

.nocomments, .postmetadata {
	color: black;
	}

.pons-like-buttons {
	padding-top: 4px;
	padding-bottom: 2px;
	height: 20px;
	position: relative;
}

.pons-like-buttons>iframe {
	position:absolute;
	top: 4px;
	left: 0px;
}

.fb_share {
	position:absolute;
	top: 4px;
	left: 190px;
}

.google_plus_one {
	position: absolute;
	top: 4px;
	left: 110px;
}

.twitter-share-button {
	float: left;
}

.fb-like {
	height: 20px;
	float: left;
}

.FBConnectButton {
/* 	float: left; */
	padding-top: 1px;
}


.wp-caption {
	border: 1px solid black;
	text-align: center;
	background-color: #e0e2e4;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.post-separator {
	width: 50%;
	height: 2px;
	margin-left: auto;
	margin-right: auto;
	background-color: #e0e2e4;
	margin-top: 10px;
}

#pons-topic-list td {
	padding-top: 15px;
	padding-bottom: 15px;
}

.pons-list-topic-name {
	text-align: right;
	padding-right: 10px;
}

.pons-list-topic-name a {
	font-size: 150%;
	white-space: nowrap;
}

.pons-list-topic-desc {
	border-bottom: solid 2px #e0e2e4;
}

.pons-list-topic-summarylink {
	text-align: center;
	background-color: #e0e2e4;
	margin-left: 10px;
	margin-top: auto;
	margin-bottom: auto;
	line-height: 1em;
	padding: 5px;
	border: solid 1px #326391;
}

.pons-list-topic-summarylink a {
	font-size: 75%;
}

.pons-list-topic-summarylink a:hover {
	text-decoration: none;
}

.pons-link-latest-summary {
	border: solid 1px #326391;
	background-color: #e0e2e4;
	font-size: 120%;
	margin-top: 10px;
	text-align: center;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
}

.pons-link-latest-summary a {
	font-weight: bold;
}

/* POSTS */
.post {
        margin: 0px 0px 0px 0px;
        text-align: justify;
        }
        
.post .subline {
        font-size: 90%;
/*      line-height: 120%; */
        font-style: italic;
/*      padding-top: 3px; */
        }

.firstonpage > h2 {
        margin-top: 0px;
        }

.firstonpage > h3 {
        margin-top: 0px;
        }

.post hr {
        display: block;
        }

h2.pagetitle {
        font-size: 1.6em;
        margin-top: 0px;
        text-align: center;
        margin-bottom: 20px;
        }
	
.sticky {
/* 	background: #e0e2e4; */
/* 	padding: 0 10px 10px; */
	border: 2px solid #e0e2e4;
	padding: 5px;
	}
	
.sticky h2 {
	padding-top: 5px;
	}

.thread-alt {
        background-color: #f8f8f8;
}
.thread-even {
        background-color: white;
}
.depth-1 {
        border: 1px solid #ddd;
}
.even, .alt {
        border-left: 1px solid #ddd;
}
		

/*COMMENT OBJECTS*/

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

#commentform p {
/* 	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; */
	}

.commentmetadata {
	font-weight: normal;
	}

.commentlist li, #commentform input {
	font-size: 0.9em; 
/* 	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; */
	}

#commentform textarea {
	font-family: Palatino, Serif;
	font-size: 1.2em;
}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
	
#alt-login-methods {
	float: left;
	}

#native-login-methods {
	text-align: right;
	float: right;
	}

.form-allowed-tags {
	font-size: 75%;
	}

/* FOOTER OBJECTS */
	
#footer #wordpress-logo {
	width: 150px;
	float: right;
}

#footer #cc-logo {
	float:left;
	margin-right: 10px;
}

/* SIDEBAR OBJECTS */

#sidebar {
	font: 1em;
/* 	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; */
	padding-right: 20px;
	margin-right: 10px;
/* 	margin-top: 55px; */
 	margin-top: 105px;
	margin-left: 32px;
	text-align: left;

}

#sidebar-top {
	background-color: #326391;
	margin-right: -20px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin-left: -20px;
	padding-left: 20px;
	padding-top: 10px;
	margin-bottom: 15px;
	border-top-left-radius: 14px;
	-webkit-border-top-left-radius: 14px;
	-moz-border-radius-topleft: 14px;
	border-top-right-radius: 14px;
	-webkit-border-top-right-radius: 14px;
	-moz-border-radius-topright: 14px;
 	border-bottom-left-radius: 14px;
 	-webkit-border-bottom-left-radius: 14px;
 	-moz-border-radius-bottomleft: 14px;
 	border-bottom-right-radius: 14px;
 	-webkit-border-bottom-right-radius: 14px;
 	-moz-border-radius-bottomright: 14px;

}

#sidebar h2 {
/* 	font-family: 'Lucida Grande', Verdana, Sans-Serif; */
	font-size: 1.2em;
	text-decoration: none;
	}

#sidebar ul ul li, #sidebar ul ol li, {
	color: black;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

#sidebar form {
	margin: 0;
	}

#sidebar ul ul li:before {
	content: "\00BB \0020";
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}
	
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* WIDGETS */

.widget {
	background-color: #e0e2e4;
	margin-right: -20px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin-left: -20px;
	padding-top: 10px;
	padding-left: 20px;
	border-top-left-radius: 14px;
	-webkit-border-top-left-radius: 14px;
	-moz-border-radius-topleft: 14px;
	border-top-right-radius: 14px;
	-webkit-border-top-right-radius: 14px;
	-moz-border-radius-topright: 14px;
 	border-bottom-left-radius: 14px;
 	-webkit-border-bottom-left-radius: 14px;
 	-moz-border-radius-bottomleft: 14px;
 	border-bottom-right-radius: 14px;
 	-webkit-border-bottom-right-radius: 14px;
 	-moz-border-radius-bottomright: 14px;
}

#searchbar {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

#searchbar form {
}

#searchbar input {
    font-size: 90%;
}

#searchbar #s {
    width: 90px;
}

#rss-widget {
    text-align: right;
}

#pons-qr-widget {
    padding-top: 4px;
    text-align: right;
}

#rss-widget-detail {
	/*float: right;*/
	color: #e0e2e4;
}

#rss-widget-icons, #qr-widget-icons {
/* 	float: right; */
}

#pons-qr-widget {
/* 	margin-left: 50%; */
/* 	margin-right: 50%; */
}

.rss-widget-icon, .qr-widget-icon {
	width: 15px;
	height: 15px;
}

.qr-widget-icon {
	cursor: pointer;
}

.widget .wpcf7-form {
    	width: auto;
	background: none;
	border: none;
	padding: 0px;
}

.widget .wpcf7-form p {
	margin: 0px !important;
}

.widget #qanda-question-box { 
	width: 100%;
	height: 80px;
	margin-top: 5px;
}

.widget #qanda-name-field {
/* 	margin-top: 5px; */
	text-align:left;
}

.widget #qanda-name-field .qanda-name {
	width: 40px;
}

.widget #qanda-name-field .qanda-name {
	width: 100px;
}


.widget #qanda-name-label {
	margin-top: 5px;
	float: none;
}

.widget input.qanda-name {
	width: 50%;
	float: right;
}

.widget .wpcf7-submit {
	float: right;
	clear: right;
	margin-top: 5px;
}

#menu-nav_menu > .menu-item > a, #menu-nav_menu > .menu-item > a:hover, #menu-nav_menu > .menu-item > a:visited {
	font-size: 120%;
	color: black;
}

.twtr-widget, .sr-paper-widget {
	float: left;
	padding-right: 20px;
}

/*=========*/
/* PLUGINS */
/*=========*/

h1.pmbr-heading {
	padding-top: 0px;
	margin-top: 0px;
 	font-family: 'Segoe UI', Calibri, Verdana, Sans-Serif; 
/* 	font-size: 100%; */
	font-size: 0.9em;
	font-style: italic;
	text-align: left;
}

.esv h2 {
	margin-top: 20px;
}

.esv-copyright {
	font-size: 0.9em;
	font-style: italic;
}

#pmbr form {
	float: right;
	text-align: right;
}

#pmbr form select {
	width: 6.0em;
}

li.footnote {
	margin: 0px !important;
}

/*==========================*/
/* LAYOUT AND FUNCTIONALITY */
/*==========================*/

body {
	padding: 0px;
	height: 100%;
	text-align: center;
	margin: 0px;
	}

#page {
/* 	margin-left: auto; */
/* 	margin-right: auto; */
	}

#header {
	padding: 0px;
	position: relative;
	z-index: 15;
	height: 136px;
/*	margin-top: 20px;*/
/* 	overflow:hidden; */
/* 	width: 100%; */
	}

#topbanner {
/* 	width: 100%; */
	z-index: 10;
	position: relative;
	}

#toolbar {
	width: 100%;
	z-index: 15;
	text-align: left;
	}
	
#toolbar-menu ul {
	list-style-type: none; 
	list-style-image: none; 
	margin: auto;
	padding: 0px 0px 0px 0px;
}

#toolbar-menu li { /*This needed to make menu horizontal*/
	float: left;
	position: relative;
	cursor: pointer;
	z-index: 15;
}

#toolbar-menu li a {
    	z-index: 20;
	position: relative;
	white-space: nowrap;
}

#toolbar-menu li .menuitem-background, #toolbar-menu li .submenuitem-background {
	z-index: 11;
	}

#toolbar-menu li .menuitemhover-background, #toolbar-menu li .submenuitemhover-background {
	z-index: 12;
	visibility: hidden;
}

#toolbar-menu .sub-menu {
	visibility: hidden;
	position: absolute;
}

#toolbar-menu .sub-menu li {
	display: block;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

#toolbar-menu .sub-menu li a {
	width: 80px;
	display: block;
	cursor: pointer;
	position: relative;
}

#toolbar-menu .pons-menu-selected {
	text-decoration: underline;
}

#pagebody {
	position: relative;
	}

.navigation .nav-link {
	position: relative;
	z-index: 10;
}

.navigation .nav-older {
	float: left;
	position: relative;
}

.nav-older .nav-link {
	float:right;
}

.navigation .nav-newer {
	float: right;
	position: relative;
}

.nav-newer .nav-link {
	float:left;
}

.nav-older span, .nav-newer span {
	position: relative;
	z-index: 10;
}

#ribbon {
    position: relative;
    float:left;
}

#content-space {
  	position: relative;
	float:left;
 	margin-right: -5px;
}
    
#content {
	position: relative;
/* 	z-index: 14; */
	}
	
.topic-summary-navigation {
	display: none;
}


#sidebar-space {
 	position: relative;
	z-index: 40;
  	float: right;  
}

#sidebar {
	position: relative;
	z-index: 10;
	}
	
.clearer {
/* Class of divs used to stretch containers around floats */
	clear: both; 
	line-height: 0px; 
	height: 0px;
	width: 100%;
}

.postmetadata {
	clear: both;
}

#footer {
	position: relative;
	padding: 20px;
	margin: 0px;
	clear: both;
	}

#footer .footer-detail {
	position: relative;
	z-index: 10;
	}


/* Background structure - all part of making it stretchable*/
	
.background-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	}

.sidebar-background {
	z-index: 2;
	}

.content-background {
	z-index: 2;
	}

.background-top-left {
	position: absolute;
	background-repeat: no-repeat;
	background-position: bottom right;
	left: 0px;
	top: 0px;
}

.background-top-middle {
	position: absolute;
	background-repeat: repeat-x;
	background-position: bottom center;
	top: 0px;
}

.background-top-right {
	position: absolute;
	background-repeat: no-repeat;
	background-position: bottom left;
	right: 0px;
	top: 0px;
}

.background-middle-left {
	position: absolute;
	background-repeat: repeat-y;
	background-position: right;
	left: 0px;
}

.background-middle-middle {
	position: absolute;
	background-repeat: repeat;
	background-position: center;
}

.background-middle-right {
	position: absolute;
	background-repeat: repeat-y;
	background-position: left;
	right: 0px;
}


.background-bottom-left {
	position: absolute;
	background-repeat: no-repeat;
	background-position: top right;
	bottom: 0px;
	left: 0px;
	
}

.background-bottom-middle {
	position: absolute;
	background-repeat: repeat-x;
	background-position: top center;
	bottom: 0px;
}


.background-bottom-right {
	position: absolute;
	background-repeat: no-repeat;
	background-position: top left;
	bottom: 0px;
	right: 0px;
}



/* End Typography & Colors */



/*.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
*/




/*.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
*/

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
	content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */




/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
/* End Calendar */


/* Begin Snippet */

.snippet-post>h2.snippet-heading {
        font-size: 1.2em;
        margin-top: 10px
}

.first-snippet>h2.snippet-heading {
        margin-top: 30px;
}

.snippet-show-button {
        font-size: 0.6em;     
}

div.snippet-box {
/*         display: block; */
/*         height: 0px; */
/*         overflow: hidden; */
/*         transition: height 10s; */
/*         -webkit-transition: height 10s; */
        height: 0px;
        transform: scaleY(0);
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        transform-origin: top;
        -ms-transform-origin: top;
        -webkit-transform-origin: top;
        -moz-transform-origin: top;
        transition: transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        -moz-transition: -moz-transform 0.5s ease;
}
