/* @override http://localhost:8888/WordPress/Clients/MBLM/wp-content/themes/MaryBeth/style.css */

/* @group My Group */



/* @end */

/*
Theme Name: MBLM
Description: The WordPress theme for MBLM
Version: 1.0
Author: Vjeran Miljenovic
Author URI: http://www.vjeran.net/
*/

@import "reset.css";

/* @group Layout */ 
 
body {
  font-family: "Helvetica neue", Helvetica, sans-serif;
  font-size: 62.5%;
  color: #666;
  background-color: #000;
}

#wrap {
  width: 1000px;
  margin: auto;
  background: #fff;
  }

#branding {
  height: 150px;
  background: #ffffff url(images/mlm_logo.png) no-repeat 50px 20px;
}

#navigation {
  height: 30px;
  padding-left: 50px;
  overflow: hidden;
  background: url(images/tab.jpg) repeat-x 0 10px;
}

#inner-wrap {
  width: 900px;
  margin: auto;
  padding-top: 2em;
  clear: both;
}

#billboard {
  margin-top: 4em;
  margin-bottom: 2em;
  padding-right: 500px;
  padding-bottom: 1em;
  background: url(images/billboard.jpg) no-repeat right top;
  border-bottom: solid 1px #dcedc3;
}

#main-content {
  width: 800px;
  padding-top: 1.5em;
  float: left;
}

#main-content.home {
  width: 900px;
  background: url(images/illustration-services-small.jpg) no-repeat bottom 650px;
}

#content.blog {
  width: 620px;
  float: left;
  padding-top: 1.5em;
  padding-left: 25px;
  font-size: 1.2em;
}

.home-column {
  width: 270px;
  float: left;
  margin-right: 25px;
  border-right: solid 1px #dcedc3;
}

#respond {
  font-size: inherit;	
  margin-left: 1em;
  margin-top: 1em;
  padding-top: 1em;
  border-top: solid 1px #dcedc3;
}

.column {
  width: 265px;
  padding-right: 25px;
  margin-right: 25px;
  padding-top: 1.5em;
  padding-bottom: 1em;
  border-right: solid 1px #dcedc3;
  float: left;
  display: inline;
  min-height: 00px;
}

.column.last {
  margin-right: 0;
  padding-right: 0;	
  float: right;
  display: inline;
  border: none;
}

#sidebar {
  width: 200px;	
  float: right;
  padding-left: 25px;
  padding-top: 1.5em;
  padding-bottom: 1em;
  border-left: solid 1px #dcedc3;
}

.widget {
  margin-bottom: 1em;
}

#footer {
  width: 900px;
  height: 200px;
  margin: auto;
  padding: 25px 50px 0 50px;
  clear: both;
  background: url(images/footer.jpg) no-repeat center bottom;
}

.clear {
  clear: both;
}

/* @end */

/* @group Typography */

h1 {
  text-indent: -9999em;
}

h2 {
  font-size: 2.4em;
  font-weight: bold;
  color: #90c845;
}

.blog h2 {
  color: #999;
}

.blog h2 a {
  padding: 0;
}

#main-content h2 {
  padding-top: 1em;
  font-size: 3em;
}

#main-content h3,
#secondary-content h3 {
  font-size: 1.6em;
  width: auto;
  margin: 0em 0 .5em 0;
  padding: .25em 0;
  color: #000;
  letter-spacing: .07em;
  font-weight: bold;
  text-transform: capitalize;
}


#sidebar h3 {
  font-size: 1.6em;
  padding-bottom: .25em;
  color: #000;
  letter-spacing: .07em;
  font-weight: bold;
  text-transform: capitalize;
}

#content.blog h3 {
  font-size: 1.8em;
  padding-bottom: .25em;
  color: #000;
  letter-spacing: .07em;
  font-weight: bold;
}

#comments_template h3#comments,
#comments_template h3#trackbacks {
  color: #666;	 
  font-size: 1.6em;
  padding: 1em 0;
  border-top: solid 1px #dcedc3;
}

.text_block small{
  font-size: 1.1em;
  margin-bottom: .75em;
  display: block;
}


.text_block h4 a {
  font-size: 1.6em;	
  padding: 0;
  font-weight: bold;
}

#footer h4 {
  font-size: 1.6em;
  font-weight: lighter;
}

#footer h4:first-letter {
  color: #90c845;
  font-weight: bolder;
  padding-right: .1em;
}


#footer h4 span {
  font-weight: bolder;  
}

h5 {
  font-size: 1.6em;
  font-weight: bolder;
  padding-bottom: 1em;
}

h5:first-line {
  color: #333;	
  font-size: 1.2em;
  font-weight: bolder;
}

h6 {
  font-size: 1.5em;
  float: left;
  width: auto;
  display: block;
  margin-bottom: .5em;
  padding: .15em 1em;
  font-weight: bold;
  border: solid 1px #ddd;
}


p {
  padding-bottom: 1.5em;
  font-size: 1.2em;
  line-height: 1.4em;
}

#billboard p {
  color: #666;
  padding-bottom: 1em;
  font-size: 1.5em;
}

#billboard p:first-line {
  font-size: 1.2em;
  font-weight: bold;
  color: #90c845;
} 

#branding p {
  float: right;
  font-size: 1.8em;
  color: #fff;
  padding: .25em 1em;
  margin: 1em 1em 0 0;
  background-color: #90c845;
}

#footer p {
  padding-top: 0.5em;
  font-size: 1.2em;
}

#searchform p {
  padding-bottom: 0;
}

p span, li span {
  font-size: 1.2em;	
  font-weight: bolder;
  padding-left: .25em;
  color: #333;
}

li {
  font-size: 1.2em;
}

#secondary-content ul {
  padding: .25em 0 1.5em 2.5em;
}


#secondary-content li {
  padding-top: .25em;
  list-style-type: disc;
}

.column.last ul {
  list-style-type: circle;
  list-style-position: inside;
  line-height: 2em;
}


#sidebar li {
  line-height: 1.7em;
}

#content.blog li {
  font-size: 1.2em;
}

 #content.blog li p {
  font-size: inherit;
}

#comments_template {
  padding-left: 1em;
}

#rss-counter {
  padding-top: .5em;
}

p.result {
  padding: 1em;
  margin-left: -1em;
  border: solid 1px #dcedc3;
}

p.result span {
  font-size: 1.2em;	
  font-weight: bolder;
  padding-left: 0;
  padding-right: .2em;
  color: #666;
  display: block;
  padding-bottom: .25em;

}

.blog small,
.comment-meta.commentmetadata a {
  font-size: 1.1em;
  padding: .25em 0 1.5em 0;
  display: block;
  color: #888;
}

ul.commentlist {
  font-size: inherit;
}

 span.says {
  color: #666;
} 

#commentform p {
  font-size: inherit;
}

/* @end */

/* @group Expanded Text */

.services .ddet_div {
  margin: 0;
  padding: 0;
  padding-bottom: 1.5em;
}

.commentlist p {
  margin-left: 45px;
}

.services .ddet_div p {
  margin: 0;
  padding: 0;
}

.services .ddet_div p.add-padding-top {
  padding-top: 1.5em;
}

/* @end */

/* @group Navigation */

a {
  color: #90c845;
  text-decoration: none;
  padding: .15em .25em;
}

a:hover {
  background-color: #90c845;
  color: #fff;
  padding: .15em .25em;
}

.blog a, #sidebar a {
  color: #90c845;
  text-decoration: none;
  padding: 0;
}

.blog a:hover, #sidebar a:hover {
  color: #90c845;
  background-color: #fff;
  border-bottom: dotted 1px #90c845;
  text-decoration: none;
}

div.comment-meta.commentmetadata a {
  font-size: 1em;
  padding: .25em 0 .75em 45px;
  width: auto;
  color: #666;
}

.blog em {
  font-size: 1em;
  padding: .25em 0 .75em 45px;
  width: auto;
  color: #666;
  font-style: italic;
}

div.comment-meta.commentmetadata a:hover {
  padding: .25em 0 .75em 45px;
  width: auto;
  color: #90c845;
  border-bottom: none;
}


#div-comment-1 div.comment-author.vcard cite.fn {
 font-weight: bold;
 font-size: 1.2em; 
}

a.button:hover {
  padding: 0;
}

#billboard a {
  text-indent: -9999em;
  width: 130px;
  height: 40px;
  display: block;
  background: url(images/contact.jpg) no-repeat;
}

#billboard a:hover {
	padding: 0;
}


#navigation ul {
  list-style: none;
  float: left;
}

#navigation li {
 font-size: 1.5em;
 line-height: 1.4em;
 float: left;
}

#navigation li a {
  padding: 5px 20px;
  margin-right: 5px;
  background-image: url(images/tab.jpg);
  color: #333;
  text-decoration: none;
  text-transform: lowercase;
  text-shadow: #fff 1px 1px 0;
  font-weight: bold;
  display: block;
  border: solid 1px #9acd56;
  border-bottom: none;
}

#navigation li a:hover {
  padding: 5px 20px;
  color: #333;
  background-color: none;
  background-image: url(images/tab-hover.jpg);
}

#navigation li.current_page_item a {
 background-color: #fff;
 background-image: none;
}

#navigation li.current_page_item a:hover {
    /*swap image*/
}

#home #t-home a {
  background-image: none;

  background-color: #fff;
}

/* @end */

/* @group Footer Contact List */

#footer ul {
  
}

#footer li {
  
}

#footer li:first-child {
  
}

#footer li a {
  
}

/* @end */

/* @group Images */

img.alignright {
  float: right;
  padding: 0;
}

.illustration.contact-us {
  background: url(images/illustration-contact-us.jpg) no-repeat right top;
}

#tertiary-content img {
  display: block;	
  padding-top: 5em;
}


/* @end */

/* @group Web Form */

/* @group Form Input */

#main-content label {
  width: 5em;
  margin: 0;
  padding: .5em .5em 0 .2em;
  display: block;
  float: left;
  clear: left;
  cursor: pointer;
}

#main-content div#footer label {
  width: 15em;
  margin: 0;
  padding: 0;
}

#name,  #position, #company,
#phone, #email, #website,
#author, #url, #data {
  border: 1px solid #9acd56;
  padding: 0.2em;
  font-size: 1.2em;
  color: #666;
}

#main-content #message {
  font-size: 1em;
    border: 1px solid #9acd56;
}

#main-content #submit {
  display: block;
  clear: both;
  margin: 1em auto;
}

#main-content input:focus, textarea:focus {
  background-color: #e4edd7;
  color: #333;
}

#main-content abbr {
  color: #637bb6;
}

#main-content p#abbr {
  clear: both;
  color: #90c845;
  font-size: 85%;
  padding-left: .5em;
}

#main-content #submit p {
  text-align: center;
}

#commentform p {
 padding: 0;
}

#data {
  margin-bottom: .5em;
}

/* @end */

/* @group Form Layout */

#main-content #form {
  width: 44em;
  margin: 2em ;
  padding: 0;
  display: block;
  overflow: auto;
  font-size: inherit;
}

#main-content #form p {
  margin: 0;
  padding: 0;
}

#main-content #formInfo, #formMessage {
  float: left;
  margin: .5em;
  padding: 1em;
  border: 1px dotted #9acd56;
  display: inline;
}

#main-content #formSubmit {
  width: 36em;
}

/* @end */

/* -------------------------------------------------- */

hr {
  display: none;
}

