/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the &lt;body&gt; tag 
will be appended with the "custom" class, like so: &lt;body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

#header{
        background: url(http://www.endresultmarketing.com/wp-assets/ermheader.jpg) top center no-repeat transparent;
        border-bottom: none;
        height: 100px;
        padding-top: 5px;
        width: 850px;
}

body{
        background: url(http://www.endresultmarketing.com/wp-assets/ermbodybg.jpg) repeat-x top left #000000;
}

#page{
       width: 930px;
       margin: 0px 0px 0px 20px;
       padding: 0px;
}

#sidebars form{
       width: 98%;
       margin: 0 0 0 2%;
       border: none;
       padding: 0;
       text-align: left;
       font-size: 8pt;
}

#multimedia_box img{
       border: none;
}

#respond{
	clear: both;
}



   .formBuilderFieldUpdates, .formBuilderFieldContact, .formBuilderFieldCaptcha, .formBuilderFieldBlocker, .formBuilderFieldSubmit{
       margin-top: 10px;
}

.submit_button{
       margin-top: 10px;
}

.definition{
       font-style: italic;
}

#container{
       
       margin-top: 10px;
       margin-bottom: 10px;
       padding: 0px;
       width: 950px;
}

#comment_list dt, #comment_list dd{
	clear: both;
        margin-bottom: 5px!important;
        padding: 5px!important;
        border: none!important;
        background-image: none!important;
        background-color: #ffffff!important;
}

#comment_list .even .format_text{
	padding: 10px;
        border: 2px solid #6ac72a;
}
#comment_list .odd .format_text{
	padding: 10px;
        border: 2px solid #666666;
        background-color: #dddddd;
}



.format_text, #content{
       margin-top: 0px;
       float: left;
}

.format_text{
	padding-top: 10px;
}

.quotes{
       border: 3px outset #6ac72a;
       background-color: #dddddd;
       color: #000000;
       padding: 10px 10px 0px 20px;
       width: 600px;
       margin-left: 125px;
       font-size: 8pt;
       text-align: center;
       margin-bottom: 15px;
}

.nurture{
       width: 480px;
       margin-left: 140px;
       border: 3px outset #6ac72a;
       background-color: #dddddd;
       color: #000000;
       padding: 10px;
       font-size: 8pt;
       text-align: center;
}

.leftcenter{
       width: 480px;
       margin-left: 50px;
       border: 3px outset #6ac72a;
       background-color: #dddddd;
       color: #000000;
       padding: 10px;
       font-size: 8pt;
       text-align: center;
}

.social{
       width: 440px;
       margin-left: 430px;
       border: 3px outset #6ac72a;
       background-color: #dddddd;
       color: #000000;
       padding: 10px;
       font-size: 8pt;
       text-align: center;
}

.rightcenter{
       width: 440px;
       margin-left: 330px;
       border: 3px outset #6ac72a;
       background-color: #dddddd;
       color: #000000;
       padding: 10px;
       font-size: 8pt;
       text-align: center;
}

#content_box img{
       border: 3px outset #666666;
}

#content_box a{
       text-decoration: underline;
       color: #6ac72a;
}


#staple{
       background: url("http://www.endresultmarketing.com/wp-assets/staple.jpg")top left transparent no-repeat;
       position: relative;
       top: 10px;
       left: 0px;
       height: 50px;
       width: 50px;
       float: left;
}

.menu ul a{
	margin: 0px;
}

.menu li{
        border: none;
        font-variant: normal;
        margin: 0px;
        min-width: 70px!important;
        font-size: 9px!important;
        text-align: center;
}

.menu  .current, .menu  .current a{
        background-color: #8cc642;
        border-bottom: none !important;
}

.menu{
       background-color: #eeeeee;
       padding: 0px 0px 0px 40px;
       margin:-3px 0px 0px 15px;
       border-bottom: 3px solid #666666;
       border-top: 3px solid #666666;
       border-left: none!important;
       border-right: none!important;
       max-width: 860px;
}



#content, #content_box{
       background-image: none;
       border: none;
       font-size: 9px!important;
}

.home #content, .about #content,.company #content, .services #content, .presentations #content, .articles #content, .press #content, .clients #content, .contact #content, .contact2 #content, .passwords #content, .presentations #content, .presentations2 #content, .credits #content, .cu #content, .linkedin #content, .twitter #content{
       width: 100%
}


#content{
       width: 600px;
}

.addtoany_share_save_container{
        display: none;
}

.comments_closed{
	display: none;
}

. blog .addtoany_share_save_container, .blog #comments{
        display: inline;
}

.about .headline_area, .articles .headline_area, .clients .headline_area, .company .headline_area, .contact .headline_area, .contact2 .headline_area, .credits .headline_area, .cu .headline_area,
.home .headline_area, .linkedin .headline_area, .presentations .headline_area, .presentations2 .headline_area, .press .headline_area, .services .headline_area, .twitter .headline_area {
        display: none!important;
}

.headline_area h1{
	color: #6ac72a;
}

.entry-title{
	display: inline!important;
}


#footer{
        text-align: center;
        border-top: 3px solid #666666;
        margin-top: 15px;
}


#sidebars{
       width: 270px;
       float: right;
       margin-top: 10px;
}

#sidebars, #sidebar_1, #sidebar_2{
       border: none;
       background-image: none;
}

#hideurl{
       display: none;
}

.company .format_text, .presentations .format_text{
       margin-top: -10px;
}

.company ol{
       margin: 5px 50px;
}

.centerline{
       text-align: center;
       clear: both;
       margin-bottom: 10px;
}

#imagebox{
        width: 250px;
        height: 200px;
        background-color: red;
        position: top right;
        float: right;
}

.top, .headline_area, .format_text{
      float: left;
}

#phonenumber{
      display: none;
}

.home #phonenumber{
      display: inline;
      text-align: right;
      color: #6ac72a;
      font-size: 18px;
      position: relative;
      top: 95px;
      left: 690px;
      font-weight: bold;
}

.slidetable th a{
      color: #000000;
}

.slidetable img{
      border: none;
}

.slidetable .title{
      background-color: #6ac72a;
      color: #000000;
      text-align: center;
      padding: 0px 10px;
}

.slidetable .bullets{
      background-color: #dddddd;
      color: #000000;
      text-align: left;
      padding: 10px;
      vertical-align: middle;
}

.slidetable .tablepic{
      height: 120px;
      width: 220px;
      vertical-align: middle;
      background-color: #666666;
      color: #000000;
      padding-top: 20px;
}

.presentations table, .presentations2 table{
      table-layout: fixed;
      border: 3px outset #6ac72a;
      width: 700px;
      margin-left: 95px;
      margin-top: 10px;
      background-color: #666666;
      color: #000000;
}

.servicesexpand a{
      line-height: 12px;
      margin: 2px;
}

#registerbutton img{
     border: none;
}

.center{
      text-align: center;
}

.alignright img, .alignleft img, #image_box img{
      border: none !important;
}

img#wpstats{
      display:none;
}

#rssarea{
    background: url("http://www.endresultmarketing.com/wp-assets/green_rss.jpg") top left no-repeat #ffffff;
    padding-left: 55px;
    height: 55px;
    padding-top: 15px;
    font-size: 14px;
    font-weight: bold;
    font-variant: small-caps;
    margin-bottom: -35px;
}

.retweet{
     margin-bottom: 15px;
}

.search form{
      min-width: 200px;
}

#linked{
     text-align: left;
}

#linked img{
     border: none !important;
}

form{
       width: 550px;
       margin: 25px 30px;
       border: 3px outset #6ac72a;
       padding: 25px;
       text-align: center;
}

.presentations form{
       width: 100%;
       margin: 0;
       padding: 0;
       border: none;
       text-align: center;
}

.linklove{
      display: none;
}

#forms2 form{
      margin-left: 20px !important;
      padding-left: 0 !important;
      text-align: left;
}

.sigfile{
      font-size: 10px;
      font-style: italic;
      background-color: #dddddd;
      border: 2px outset #666666;
      padding-right: 10px;
      width: 440px;
      margin-left: 75px;
}

.sigfile img{
      float: left;
      border: none !important;
      margin: 0px 5px;
      padding: 5px 5px 0px 5px;
}

.siglinks{
      text-align: center;
      color: #6ac72a;
      margin-bottom: -10px;
      padding-bottom: 0;
}