/*
Theme Name: MenziesHouse
Theme URI: http://www.chrislewis.com.au/
Author: Underscores.me
Author URI: http://www.chrislewis.com.au/
Description: Description
Version: 1.1
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

MenziesHouse is based on Underscores http://underscores.me/.

*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, p, h1, h1, h2, h3, h4, h5, h6, ol, ul, li, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

p {
	margin-top: 1em;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

body {
	background: #fff;
}

article, aside, details, figcaption, figure, footer, header, nav, section {
	display: block;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}

a img {
	border: 0;
}

/* Overwrite bootstrap */

.carousel {
	margin-bottom: 20px;
	max-width: 615px;
}

/* Menzies House */

body {
	background-color: #f2f2f2;
	font-family: Helvetica;
	padding-top: 30px;
}

a, a:visited, a:hover {
	color: #009fe3;
}

#container {
	width: 80%;
	margin: 0 auto;
	max-width: 900px;
	overflow: overlay;
}

/* Header */

#header {
height: 70px;
}
#banner {
float: left;
position: relative;
left: -10px;
}
#social {
float: right;
margin-right: 3px;
margin-top: 50px;
}
#social a {
	display: inline;
	padding-left: 20px;
	color: rgb( 85, 85, 85 );
	font-size: 25px;
}
#social a:hover {
	text-decoration: none;
	color: black;
}

/* Menu */

#menu {
	background-color: #009fe3;
	width: 100%;
	box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
	border-radius: 4px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#menu ul {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
}

#menu ul > li {
	display: inline;
	text-transform: uppercase;
	margin-right: 25px;
	color: white;
	font-family: Oswald,Arial Narrow,Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 25px;
}

#menu > ul a, #menu > ul a:link, #menu > ul a:visited, #menu > ul a:hover, #menu > ul a:active
{
	color: white;
	text-decoration: none;
}

#menu > ul a:hover
{
	text-decoration: underline;
}
  
#searchbox {
	float: right;
	border-radius: 10px;
	background-color: rgb(100, 205, 255);
	border-color: rgb(110, 191, 255);
	border-style: solid;
	color: white;
	font-size: 13px;
	background-image: url( "static/search_icon.png" );
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	
	/* Hack to make it look correct */
	top: -31px;
	position: relative;
}

#___gcse_0 {
	width: 615px;
	float: left;
	margin-top: 8px;
}

/* Content */

img.synved-share-image { display: inline !important; }

#left {
	width: 615px;
	float: left;
}

#right {
	width: 260px;
	float: right;
}

.article {
	box-shadow: rgba( 0, 0, 0, 0.3 ) 0 1px 3px;
	border-radius: 4px;
	background-color: white;
	font-family: 'Open Sans';
	line-height: 20px;
	font-size: 15px;
	padding: 20px;
	padding-top: 10px;
	margin-bottom: 20px;
}

.article h1 {
	padding: 0;
	margin: 0;
	font-size: 25px;
	font-weight: bolder;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
}

.article h1 a:hover {
	text-decoration: none;
}

.article small {
	color: #666;
	margin-bottom: 10px;
	display: block;
	font-size: 13px;
}

.article small a {
	color: #666;
}

.article .read_more {
	margin-top: 20px;
}

.article_footer {
	margin-top: 10px;
}

.article_footer .comments {
	float: right;
}

/* Gallery */

#mh-carousel img {
	width: 615px;
}

/* Footer */

#footer {
	font-size: 10px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
}

#footer li {
	display: inline;
}


/* Article Text formatting - KM */

#left strong { 
	font-weight: bold; 
}

#left em {
	font-style:italic;
}

#left ol, ul {
	
}

#left h2	{
	padding-top: 1em;
	margin: 0;
	font-size: 20px;
	font-weight: bolder;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
}

/* Article Bullets formatting - KM */

.article ul {
		list-style-type: disc;
		list-style-position:outside;
		padding-left: 3em;		
}

.article ol {
		
		list-style-type: decimal;
		list-style-position:outside;		
		padding-left: 3em;
}
	
/* Sidebar formatting - KM */

#right h1 {
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: bolder;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
}

#right h1 a:hover {
	text-decoration: none;
}

#right ul,ol	{
		list-style-position:outside;
		padding-left: 3em;
}

/* Comment formatting - KM */

#comments h2 {
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: bolder;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
}

#comments h2 a:hover {
	text-decoration: none;
}

/* Img postion and captions - KM */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #F2F2F2;
    border: 1px solid #D9D9D9;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   font-style: italic;
   margin: 0;
   padding: 5px;
}

/* Mobile stuff */

@media only screen and (max-width: 1100px) {
	#right {
		display: none;
	}
	#left {
		width: 100%;
	}
	#searchbox {
		display: none;
	}
}

@media only screen and (max-width: 750px) {
	#right {
		display: none;
	}
	#left {
		width: 100%;
	}
	#searchbox {
		display: none;
	}
	#social {
		display: none;
	}

	#menu ul {
		height: auto;
		list-style: none;
	}

	#menu ul > li {
		display: block;
		text-align: center;
		font-size: 22px;
		margin-top: 10px;
	}
}

/**** RANDOM HACKS ****/

/* SD-Content's width should be 100%. Let's not give it a choice. */
.sd-sharing-enabled { margin-top: 10px; }
.sd-content { width: 100% !important; }

/* Blockquote formatting - KM */

blockquote {
	color:#666;
	background:#eee;
	margin:0;
	padding: 0.5em 1em 1em 1em; /* 0 at top because of padding on <p> */
	border-left:5px solid #009FE3;
}

/* order list formatting - KM */

ol,ul,li {
	padding-top: 1em; 
}

/* Remove bullets from sharing - KM 

#sd-content ol, ul {
	list-style-type: decimal;
}

*/




/* Editor Page Divs - KM 


.edimg	{
	float: left;
	padding-right: 1em;
	}

.eddesc	{
	float: left;
	}
*/