/*
Theme Name: Meld Consulting
Theme URI: http://wordpress.org/
Description: Custom theme for Meld Consulting
Version: 1.0
Author: Danielle Baty
Author URI: 
Tags: 	

*/

/* normalising */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{
	margin: 0;
	padding: 0;
}

ol,ul {
	list-style: none;
}

address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}

strong {
	font-style: bold;
}

em {
	font-style: italic;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: none;
}

caption,th {
	text-align: left;
}

q:before, q:after {
	content: '';
}

/* setting base fonts */
body {
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 76%;
	background-color: #333;
}

h1 {
	font-size: 2.0em;
	font-weight: normal;
	color: #ff6205; /*slightly darker */ 
	/* color: #E86205; */
	/* color: #ff7F00; top ring colour */
}

h2 {
	font-size: 1.7em;
	margin: 1em 0em 0.6em 0em;
	font-weight: normal;
	color: #ff6205;
}

h3 {
	font-size: 1.4em;
	margin: 1em 0em 0.6em 0em;
	font-weight: normal;
	color: #ff6205;
}

h4 {
	font-size: 1.2em;
	margin: 1em 0em 0.6em 0em;
	font-weight: normal;
	font-style: italic;
	color: #ff6205;
}

h5 {
	font-size: 1.0em;
	margin: 1em 0em 0.6em 0em;
	font-weight: bold;
	color: #ff6205;
}

h6 {
	font-size: 0.8em;
	margin: 1em 0em 0.6em 0em;
	font-weight: bold;
	color: #ff6205;
}

/*   Setting base structure  */
p {
	font-size: 1.0em;
	line-height: 1.75em;
	margin: 1em 0em 1em 0em;
}

li {
	line-height: 1.6em;
	margin: 0;
	padding: 0;
}

strong {
	font-weight: bold;
}

.errors {
	color: red;
}

emphasis {
	font-style: italic;
}

acronym,abbr,span.caps {
	cursor: help;
}

acronym,abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 1em 2em;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.clear-both {
	clear: both;
	padding: 0;
	margin: 0;
}

.spacer {
	margin-top: 10px;
}

.success-message {
	font-weight: bold;
}

/* Overall page structure */
#page {
	width: 90%;
	margin: 30px auto;
	background-color: #fff;
	color: #333;
	border: 1px solid #000;
	line-height: 130%;
}

/* header */
#header {
	padding: 0;
	margin: 0;
	height: 8em;
	height: 110px;
	background-color: #fff;
}

#header-image {
	float: left;
	padding-left: 2em;
	padding-top: .2em;
	padding-right: 20px;
	background-color: #fff;
	border-right: solid 1px #000;
	margin-right:20px;
	
}
#header h1 {
	padding: 50px 0 0 210px;
	margin: 0;
	font-size: 2.5em;
	font-family: "trebuchet MS", verdana, san-serif;
	font-weight: bold;
	/* color: #ff7F00;*/
	color: #666666;	
	/* color: #E86205;*/
	/* color: #ff7F00;*/ 
	/* color: #666666; */	
	  
}

/* global search in header */
#search-container {
	padding: 1em;
	margin-top:30px;
	min-width: 200px;
	float: right;
	width: 200px;
}

#searchButton {
	float: right;
}

#search-container INPUT {
	margin-top: 0.2em;
}

#search-container INPUT[type="text"], #content-no-left-nav INPUT[type="text"]
	{
	width: 100px;
	margin-bottom: 0.1em;
}

/* global nav */
#nav-container {
	clear: both;
	margin: 0;
	padding: 0;
	height: 2.5em;
	background-color: #ff7F00;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 100%;
	margin-bottom: 2em;
}

#nav-container ul li {
	display: inline;
}

#nav-container ul li.current_page_item a, #nav-container ul li.current_page_ancestor a
{
	background: #ff9900;
	font-weight: bold;
}

#nav-container ul li a {
	height: 2em;
	padding-top: 0.5em;
	color: #fff;	
	text-decoration: none;
	float: left;
	padding-right: 3em;
	padding-left: 3em;
	border-right: 1px solid #000;
}

#nav-container ul li a:hover {
	background-color: #ff9900;
	color: #fff;
}

/* Content */
#content {
	margin-top: 0em;
	margin-left: 15em;
	margin-right: 22em;
	padding: 0 1em 1em 1em;
}

#content-no-left-nav {
	margin-left: 2em;
	margin-right: 21em;
	margin-top: 2.5em;
	padding: 0 1em 1em 1em;
	/* max-width: 45em;
	min-width: 300px;*/
}

#content-no-right-col {
	margin-top: 2.5em;
	margin-left: 15em;
	margin-right: 1em;
	padding: 0 1em 1em 1em;	
}

#content ul, #content-no-right-col ul, #content-no-left-nav ul {
	list-style: disc;
	padding-left: 1.5em;
}

#content ol, #content-no-right-col ol, #content-no-left-nav ol {
	list-style: decimal;
	padding-left: 1.5em;
}

#content ul ul, #content-no-right-col ul ul, #content-no-left-nav ul ul {
	list-style: square;
}

#content li, #content-no-right-col li, #content-no-left-nav li {
	padding-left: 1em;
}

#content h1, #content-no-right-col h1, #content-no-left-nav h1 {
	font-weight: bold;
}

#content table, #content-no-right-col table,#content-no-left-nav table {
	border: 1px solid gray;
}

#content th, #content-no-right-col th, #content-no-left-nav th {
	font-weight: bold;
	border: 1px dotted gray;
	border-bottom: 1px solid gray;
	padding: 0.5em;
}

#content td, #content-no-right-col td, #content-no-left-nav td {
	padding: 0.5em;
	border: 1px dotted gray;
}

/* optional right column module */
#right-column {
	float: right;
	width: 27em;
	margin: 0em 0 0 0;
	padding: 0 1em 1em 1em;
}

#right-column div.module {
	/* border: 1px solid #fe3807; */
	padding: 1em;
	margin-bottom: 1em;
	/* 	background-color: #ffcc66; */
	background-color: #e1e1e1;
	border: 1px solid #000;
	/* background: #999999; */
}
#right-column div.module h2 {
	color: #000;
	/*color: #fe3807;  red */
	/* color: #ff9900; gold */
	/* color: #666666; */
}
#right-column div.module h3 {
	padding: 0em;
	margin: 0em 0em 0.2em 0em;	
	color: #000;
	/* color: #004AA3; */
	font-variant: small-caps;
	font-weight: bold;
}
#right-column div.module h4 {
	color: #000;
}
#right-column div.module {
	font-size: 0.9em;
}

#right-column div.module p {
	line-height: 1.5em;
	margin: 0.5em 0em 0.5em 0em;
}

#right-column div.module p + h3, #right-column div.module ul + h3 {
	margin-top: 1em;
}

#right-column ul {
	list-style: disc;
	padding-left: 1.5em;
}

#right-column ol {
	list-style: decimal;
	padding-left: 1.5em;
}

#right-column ul ul {
	list-style: square;
}

#right-column li {
	padding-left: 0.25em;
}

/* Subscribe box on home page */
ul#subscribe-list {
	list-style: none;
	padding-left: 0;
}

p.fineprint {
	font-size: 90%;
	color: gray;
}

p.success-message {
	color: green;
}

#content-no-left-nav ul#subscribe-list {
	margin-left: 0em;
}

#content-no-left-nav ul#subscribe-list label {
	padding-left: 1em;
}

#content-no-left-nav input.submitButton {
	margin-top: 0.8em;
}

#content-no-left-nav p.formFieldLabel {
	margin-bottom: 0.3em;
}

#content-no-left-nav div.errors {
	margin-top: 1.3em;
}

/* Left navigation on level 2 pages */
#sidebar {
	float: left;
	width: 14em;
	margin: 0em 0 0 0;
	padding: 0;
	qbackground: green;
}

#left-nav-container {
	margin: 0;
	padding: 0;
}

#left-nav-container ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#left-nav-container ul li {
	margin: 0.1em 0 0.1em 0;
}

#left-nav-container ul a {
	display: block;
	padding: 0.5em 1em;
	width: 12em;
	color: #fff;
	background-color: #006AB2;
	text-decoration: none;
}

#left-nav-container ul li.page_item {
	font-weight: normal;
}

#left-nav-container ul li.current_page_item {
	font-weight: bold;
}

#left-nav-container a:hover {
	color: #fff;
	background-color: #004aa3;
	text-decoration: none;
}

#left-nav-container ul ul li {
	margin: 0.1em 0 0.1em 0;
}

#left-nav-container ul ul a {
	display: block;
	width: 11em;
	padding: 0.5em 1em 0.5em 2em;
	color: #004aa3;
	background-color: #a6d4df;
	text-decoration: none;
}

#left-nav-container ul ul a:hover {
	color: #004aa3;
	background-color: #F5FBFC;
	text-decoration: none;
}

/* footer */
#footer {
	clear: both;
	margin: 0;
	padding: .5em;
	color: #333;
	/* background-color: #CDCDCD; grey */
	background-color: #ff9900;
	/*background-color: #FE3807;*/ 
	border-top: 1px solid #000;
	text-align: right;
	font-size: 0.8em;
}

#footer p {
	padding: 4px;
	margin: 0px;
}

/* Begin Structure */
.postmetadata {
	padding-top: 5px;
}

.postmetadata {
	margin: 30px 0;
}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

/* .postmetadata {
	clear: both;
}*/

.clear {
	clear: both;
}

/* End Structure */ 
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

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
}

a img {
	border: none;
}

/* End Images */ 
/* Captions */
.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;
}
/* End captions */

/* Blog */
.post h2, .post h2 a {	

	/*font-size: 1.2em; */	

	margin: 1em 0em 0.6em 0em;	
	font-weight: normal;	
	color: #ff6205; 
	text-decoration: none;
}


.post h3, .post h3 a {	

	/*font-size: 1.2em; */
	margin: 1em 0em 0.6em 0em;
	font-weight: normal;	
	color: #ff6205;	
	text-decoration: none;
}


.feed {  
	margin-left: 3px;  
	padding: 0 0 0 19px;  
	background: url("/wp-content/themes/meld_consulting/images/feed-icon-14x14.png") no-repeat 0 50%;
}

.currentArchiveItem {	
	font-weight: bold;
}

.postmetadata {

	font-size: 90%;
	padding:0;
	margin:0;
}

hr {	
	border: 0;
	margin: 0;
	width: 95%;
	color: #666666;
	background-color: #666666;
	height: 1px;
}
#blog-archive-module h4.title-closed {
	background-image:  url("/wp-content/themes/meld_consulting/images/plus_small.jpg");
	background-repeat: no-repeat;	
	padding-left: 20px;	
	background-position: left;
}
#blog-archive-module h4.title-open {
	background-image:  url("/wp-content/themes/meld_consulting/images/minus_small.jpg");
	background-repeat: no-repeat;
	padding-left: 20px;	
	background-position: left;
}
#blog-archive-module ul.list-closed {
	display: none;
}
#blog-archive-module ul.list-open {
	display: block;
}

/* latest posts module */
#right-column div.module h2.post-title a {
	color: #000;	
	text-decoration: none;
	line-height: 115%;
}
.divider {
	height:10px;
	background-image: url("/wp-content/themes/meld_consulting/images/square_dot_small.jpg");
	background-repeat: repeat;
	background-position: center;	
	width: 95%;
	margin-top: 15px;
	margin-bottom: 20px;
	background-color: #fff;
}
/* search page */
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
}
.alignright {
	float: right;
	}

.alignleft {
	float: left
}	
#comments {
	padding-top: 10px;
	padding-bottom: 5px;
}

