/*  
Theme Name: mkd theme
Theme URI: http://wordpress.org/
Description: Theme build by <a href="http://www.nobox.com/">Nobox Marketing Group, Inc.</a>
Version: 1.0
Author: Nobox
Author URI: http://www.nobox.com/
*/

*, html {
	margin: 0;
	padding: 0;
}
body {
	background: #e6e2dd url(assets/common/body-bg.gif) repeat-x scroll center top;
	text-align:center;
	display:block;
	color:#2f4457;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
a:link, a:visited, a:active {
	color:#7bb42f;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
input, textarea, select {
	font-size:11px;
	color:#5b5b5b;
}

/* ### Main Container ### */
#container {
	width: 980px;
	margin: 0px auto;
	overflow:auto;
}

/* ### Header ### */
#header {
	width: 980px;
	height: 150px;
	background: transparent url(assets/common/header-bg.jpg) no-repeat scroll 0%;
	overflow: hidden;
}
#logo {
	text-align: left;
}
#logo h1 {
	margin: 43px 0px 0px 50px;
	padding: 0px;
	overflow:hidden;
}
#logo a {
	width: 247px;
	height: 67px;
	background: transparent url(assets/common/logo.gif) no-repeat scroll 0%;
	text-indent: -2048px;
	display:block;
}

/* ### Main Navigation ### */
#navContainer {
	width: 920px;
	margin: 0px auto 15px;
	overflow:hidden;
}
#nav {
	margin: 0px 0px 0px 30px;
	overflow:hidden;
}
#nav li {
	background:transparent none repeat scroll 0%;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0pt;
}
#nav li a:link, #nav li a:visited, #nav li a:hover {
	display:block;
	height:15px;
	line-height:15px;
	text-indent:-9999px;
}
#nav li a {
	background-position: left top;
}
#nav a:hover {
	background-position: 0 -15px;
}
#navHome {
	padding: 0pt 58px 0pt 0pt;
}
#navAboutMe {
	padding: 0pt 57px 0pt 0pt;
}
#navMyWork {
	padding: 0pt 57px 0pt 0pt;
}
#navGreenTips {
	padding: 0pt 57px 0pt 0pt;
}
#navLinks {
	padding: 0pt 57px 0pt 0pt;
}
#navVideos {
	padding: 0pt 59px 0pt 0pt;
}
#navContactUs {
	padding: 0;
}
#navHome a {
	background:transparent url(assets/common/navigation/nav-home.gif) no-repeat scroll 0pt;
	width:49px;
}
#navAboutMe a {
	background:transparent url(assets/common/navigation/nav-about-me.gif) no-repeat scroll 0pt;
	width:85px;
}
#navMyWork a {
	background:transparent url(assets/common/navigation/nav-my-work.gif) no-repeat scroll 0pt;
	width:80px;
}
#navGreenTips a {
	background:transparent url(assets/common/navigation/nav-green-tips.gif) no-repeat scroll 0pt;
	width:92px;
}
#navLinks a {
	background:transparent url(assets/common/navigation/nav-links.gif) no-repeat scroll 0pt;
	width:44px;
}
#navVideos a {
	background:transparent url(assets/common/navigation/nav-videos.gif) no-repeat scroll 0pt;
	width:58px;
}
#navContactUs a {
	background:transparent url(assets/common/navigation/nav-contact-us.gif) no-repeat scroll 0pt;
	width:133px;
}

/* ### Content ### */
#content {
	width: 920px;
	margin: 0px auto;
}

#contentBody {
	float:left;
	width:542px;
	/*height:865px;*/
	background: #fff;
	padding:10px;
	overflow:hidden;
	text-align:left;
}

/* ### Sidebar ### */
#contentSidebar {
	float:left;
	width:182px;
	margin-left: 10px;
	overflow:hidden;
}
/* --- Green Tip --- */
#grenTip {
	background: transparent url(assets/sidebar/green-tip-bg.gif) repeat scroll 0%;
	text-align:left;
	padding:7px;
}
#grenTipText {
	margin-top:12px;
	text-align:justify;
	font-size:11px;
	color:#5b5b5b;
}
#grenTipReadMore {
	text-align: right;
	margin-top:5px;
	overflow:hidden;
}
/* --- Search --- */
#search {
	margin-top: 17px;
	padding:7px;
}
#searchTitle {
	text-align:left;
}
#searchField {
	margin-top: 3px;
	text-align:left;
}
#searchField input {
	width:164px;
}
#searchButton {
	margin-top: 8px;
	text-align:right;
	overflow:hidden;
}
/* --Holiday 2008 --*/
#holiday2009 {
	margin-top: 8px;
}
#holiday2009  a{
	width: 182px;
	height: 61px;
	background: transparent url(assets/common/holidays.jpg) no-repeat scroll 0%;
	text-indent: -2048px;
	display:block;
}
/* -- Carbon Calc. -- */
#carbonCalculator {
	margin-top: 8px;
}
#carbonCalculator a {
	width: 182px;
	height: 143px;
	background: transparent url(assets/common/carbon-calc.gif) no-repeat scroll 0%;
	text-indent: -2048px;
	display:block;
}
/* -- Eco Principles --*/
#ecoPrinciples {
	margin-top: 8px;
}
#ecoPrinciples a {
	width: 182px;
	height: 61px;
	background: transparent url(assets/common/mk5ecoprinciples.gif) no-repeat scroll 0%;
	text-indent: -2048px;
	display:block;
}
/* --- Subscribe --- */
#subscribe {
	margin-top: -2px;
	padding:7px;
}
#subscribe a:link, #subscribe a:visited, #subscribe a:active {
	font-size:12px;
	font-weight:bold;
	color:#878787;
	text-decoration:none;
}
#subscribe a:hover {
	color:#8cc63e;
	text-decoration:underline;
}
#subscribeTitle {
	text-align:left;
}
#subscribeLinks {
	margin-top: 17px;
	margin-left: 10px;
	text-align:left;
}
#subscribeLinks li {
	list-style: none;
	background-image: url(assets/sidebar/subscribe-bullet.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 3px;
	padding-left: 15px;
}
#subscribeLabel {
	margin-top: 20px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#878787;
}
#subscribeField {
	margin-top: 3px;
	text-align:left;
}
#subscribeField input {
	width:164px;
}
#subscribeButton {
	margin-top: 8px;
	text-align:right;
	overflow:hidden;
}
/* --- Side bar list --- */
.sidebarList {
	margin-top: -2px;
	padding:7px;
	font-size:12px;
	font-weight:bold;
	color:#878787;
}
.sidebarList a:link, .sidebarList a:visited, .sidebarList a:active {
	font-size:12px;
	font-weight:bold;
	color:#878787;
	text-decoration:none;
}
.sidebarList a:hover {
	color:#8cc63e;
	text-decoration:underline;
}
.sidebarListTitle {
	text-align:left;
}
.sidebarListLinks {
	margin-top: 17px;
	margin-left: 10px;
	text-align:left;
}
.sidebarListLinks li {
	list-style: none;
	background-image: url(assets/sidebar/categories-bullet.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 3px;
	padding-left: 15px;
}
.sidebarHr {
	color: #7cbd32;
	padding:7px;
	margin-top: -4px;
}


/* ### MKD Videos ### */
#contentMkdVideos {
	background-color: #d7d3cd;
	float:right;
	width:156px;
	overflow:hidden;
}

#videoBox {
	border: 1px solid #c2bcb5;
	width: 140px;
	margin: 20px 4px 20px;
	padding: 3px;
}

#videoBox .video {
	margin-bottom: 20px;
}

/* ### Contact Us Form ### */
#contactForm {
	font-size: 12px;
}
#contactForm label, #contactForm input, #contactForm textarea, #contactForm select {
	margin-left: 15px;
	margin-bottom: 4px;
}
#contactForm input {
	margin-bottom: 10px;
}
#contactForm textarea {
	width:315px;
	margin-bottom: 10px;
}
.greenBg {
	background-color:#f1fade;
}
.contacterror {
	background-color:#fadede;
}
.contacterrortext {
	background-color:#fadede;
	vertical-align:top;
}
#contactCheckbox label, #contactCheckbox input {
	float:left;
}
#contactCheckbox label {
	margin-bottom: 10px;
}
#contactButtons {
	clear:both;
	text-align:right;
	width:315px;
	margin-left:19px;
	margin-top:15px;
}
#contactButtons br {
	display:none;
	visibility:hidden;
}
#contactButtons input, #contactButtons img {
	margin-top: 15px;
	margin-bottom: 20px;
	cursor:pointer;
}
.contactTitle {
	font-size: 12px;
	font-weight: bold;
	color: #5b5b5b;
	margin-top: 15px;
}

/* ### Content Style ### */
.post, .noPosts, .nocomments {
	color:#5b5b5b;
	font-size:12px;
}
.post h2 {
	margin-bottom:8px;
}
.post h2 a:link, .post h2 a:visited, .post h2 a:active {
	font-size:20px;
	font-weight:bold;
	color:#7bb42f;
	text-decoration:none;
}
.post h2 a:hover {
	text-decoration:underline;
}
.postInfo {
	font-size: 10px;
}
.postInfo span {
	padding-top: 3px;
}
.postCats a:link, .postCats a:visited, .postCats a:active {
	font-weight:bold;
	color:#7bb42f;
	text-decoration:none;
}
.postCats a:hover {
	text-decoration:underline;
}
.postDivider {
	color: #3d6411;
	font-size: 11px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.entry {
	margin-top: 15px;
}
#contentarea {
	text-align: left;
	overflow:hidden;
}
#contentpad {
	text-align:justify;
}
#contentpad a {
	color: #7bb42f;
	text-decoration: underline;
}
#contentpad a:hover {
	color: #7bb42f;
	text-decoration: underline;
}

#contentpad a:active {
	color: #7bb42f;
	text-decoration: underline;
}
.contenttitlesection {
	font-size: 18px;
	color: #7bb42f;
	font-weight: bold;
}
.contenttitlearticle {
	font-size: 18px;
	color: #7bb42f;
}
.contenttitlelead {
	font-size: 12px;
	font-weight: bold;
	color: #5b5b5b;
}
p {
	padding-bottom:10px;
}
