﻿/*
Theme Name:	GoBiz Green
Theme URI:  	https://peter.thorogood.id/
Description:  Child theme of the _s theme 
Author:      	Peter Thorogood
Author URI:   https://peter.thorogood.id/
Template:     underscores
Version:       0.1.0
*/

@import url('../underscores/style.css');


#page {
	background-color: #eeeeff; /* light grey */
}

/************ TYPOGRAPHY ************/

html,
body,
button,
input,
select,
textarea {
	font-family: Open Sans, sans-serif;
	font-size: 14px;
}

h1 {
	font-size: 1.8em;
	margin: 0.5em 0;
}

h2 {
	font-size: 1.2em;
	margin: 0.3em 0;
}

a:visited {
	color: royalblue;
}

blockquote { 
	border: 4px #eeeeee solid;
	text-align: justify;
	margin: 20px 50px 10px 50px;
	padding: 12px 12px 0px 12px;
	font-weight: normal;
	font-style: italic;
}

/************ STRUCTURE ************/

.site_header {
    width: 100%;
}

	.threecols {
		display: block;
		width: 33%;
		float: left;
		margin: 0 0 0 0;
	}

		#slogan {
			text-align: center;
			font-style: italic;
		}
	
    #masthead {
		background-color: #eeeeff; /* light grey */
		width: 100%;
        position: fixed;
    }

	    #masthead img {
	        width: auto;
	    }
		
		#masthead .menu ul {
			margin: 15px 0 0 0;
			padding: 0;
			list-style-type: none;
			text-align: center;
		}
	
			#masthead .menu ul li {
				display: inline;
				white-space: nowrap;
			}
	
			#masthead .menu ul li a {
				text-decoration: none;
				padding: .2em 1em;
				color: #ffffff;
				background-color: #53a900; /* green */		
			}
	
			#masthead .menu ul li a:hover {
				color: #fff;
				background-color: #532995; /* purple */
			}
	

	#pagepic img {
		width: 100%;
		height: auto;
	}

	.page-header {
		text-align: center;
	}

	.content-area {
		float: left;
		margin: 0 -25% 0 0;
		width: 100%;
	}

	#main {
		background-color: #ffffff; /* white */
		padding: 0 15px 0 10px;
	}
	
		.site-main {
			margin: 0 26% 0 1%;
		}
	
		.entry-header {
			text-align: center;
		}

	
	.site-content .widget-area {
		float: right;
		margin: 10px 0 0 0;
		overflow: hidden;
		width: 25%;
	}

		.widget {
			background-color: #ffffff; /* white */
			margin: 0 2% 0 0;
			padding: 0 5px 10px 5px;
		}
	
.site-footer {
	clear: both;
	width: 100%;
	text-align: center;
}
		
		
/************ ELEMENTS ************/

ul, ol {
	margin: 0 0 1em 0;
}

p + ul {
    margin-top: -1.3em;
}

.widget_google_translate_widget {
	height: 25px;
}
	.goog-te-gadget {
		float: right;
	}

.post-excerpt .sharedaddy {
	display: none;
}

/* Images
*/

img.alignleft, img.alignright {
	display: inline;
	margin: 0 7px 2px 0;
	padding: 4px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	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-thumbnail {
	float: left;
	width: 150px;
	padding-right: 5px;
}
			

/************ ALIGN TABLE HEIGHT ************/
/*** FIX ME ***

.site-main, .widget-area {
	vertical-align: top;
	}
.content-container {
	display: table;
	}
.site-main {
	display: table-cell;
	width: 74%;
	  }
.widget-area {
	display: table-cell;
	width: 26%;
	}