/********************************************************************************                                                  
                          WP-CRM is written in Blueprint CSS
                         using the base theme: SF-BLUEPRINT-CSS

                                   Instructions

-Never make changes to the original Blueprint CSS files.  Overwrite them in this custom.css file.
-Not all of the css classes are listed in this file. Since Blueprint has great default classes, only overwrites and additions are listed.
-The BluePrint CSS files are located in the CSS directory

For more information on:
-BluePrint CSS: http://code.google.com/p/blueprintcss/
-SF-Blueprint-CSS: http://www.slipfire.com/sf-blueprint-wp-theme-52.htm


Have fun!
********************************************************************************/


/*******************************************************************************
	         Body
********************************************************************************/

html, body {
   padding: 0;
   margin: 0;
   }

body {
   background: #E5E5E5;
   color: #000; 
}

#main {
   padding-top: 10px;
}

#content {
   background: #fff;
   padding: 20px;
}

#content h4 {
   font-weight: bold;
}

#page_title{
   background: #33ff66;
   border-bottom: 2px solid #dddddd;
   padding: 10px 20px 10px 20px;
   color: #000;
   font-weight: bold;
}


/********************************************************************************
               Typography
********************************************************************************/
/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px)
***************************************/
   
body {
   font-size: 90%; 
   font-family:arial, verdana, Geneva, Verdana, "Lucida Grande", Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 { 
  color: #000000; 
}

h6 {
  font-size: 80%;
  font-weight: bold;
  
}



/* SlipFire created typography classes
***************************************/

.medium { font-size: 1em; line-height: 2.1875em;}

.center {text-align:center;}

.byline{ font-size: 1em; line-height: 1.2em;}

.timestamp{ font-size: .8em; line-height: 1.2em;}

.commentnum{ font-size: .8em; line-height: 1.2em;}

.incategory{ font-size: 1em; line-height: 1.2em;}



/********************************************************************************
               Text Elements
********************************************************************************/

a { color: #000; border-bottom: 1px dashed #000;  text-decoration: none; }

/* Removes unwanted link decoration
************************************** */
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a { border-bottom: none;}

.hide-link a { border-bottom: none;}


a:focus, a:hover { background: #E5ECF9;}

li { list-style-type: none; }




/********************************************************************************                                            
                            SLIPFIRE CREATED CLASSES                                                   
********************************************************************************/


*******************************************************************************
                Borders
********************************************************************************/

.border-left{
  margin-left: 7px;
  padding-left: 7px;
  border-left: 1px solid #ddd;
}

.border-right{
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #ddd;
}

.border-top{
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid #ddd;
}

.border-bottom{
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ddd;
}


/********************************************************************************
                Misc
********************************************************************************/

/* Use a .box(Blueprint default) or .box2 to create a padded box inside a column. 
***************************************/

.box2 { 
  margin-bottom: .5em; 
  background: #ffffff; 
  border: 3px solid #33ff66;   
  color: #000;
  font-weight: bold;
  padding: 5px;
}


/* Use to push down a div (adds vertical space between divs)
***************************************/

.pushdown-1 {padding-top:10px;}
.pushdown-2 {padding-top:20px;}
.pushdown-3 {padding-top:30px;}
.pushdown-4 {padding-top:40px;}
.pushdown-5 {padding-top:50px;}



/********************************************************************************
                Lines
********************************************************************************/

/* Lines: add "class=" to HR to control color and height
     example: <hr class="thick"> for a thick line
***************************************/

.thick {
  background: #5b5b5b; 
  color: #5b5b5b;
  height: 3px;
  margin: 0 0 1.4em 0;
}

.thin{
  background: #33ff66; 
  color: #33ff66;
  height: 2px;
  margin:0 0 1em
}




/********************************************************************************                                                  
                          SLIPFIRE CREATED FOR WORDPRESS                                                   
********************************************************************************/


/********************************************************************************
                Header
********************************************************************************/

#header {
   clear: both;
   background-color: #fff;
   border-bottom: 3px solid #33ff66;
}


#title h3 {
   padding: 5px 0 0 0;
   border-bottom: text-decoration: none;
}


#home {
   padding: 5px 0 0 5px;
   border-bottom: 0px solid #fff;
}




/********************************************************************************
                Navbar -  Not used... yet!
********************************************************************************/


#navbar{
   background-color: #fff;
}


#navbar ul{
   font-weight: bold;
   margin: 0;
}

#navbar li{
   padding: 4px;
}

* html #navbar ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;

}

#navbar ul li{
   display: inline;
   background:#bbbbbb;
   margin-left: 5px;
}
	
#navbar ul li a {
   color: #fff;
   padding: 0px 0px 0px 0px;
   margin: 0px;
   text-decoration: none;

}

#navbar ul li a:hover, a:active {
   text-decoration: underline;
}

#current_page_item a {
   text-decoration: underline;
}

#navbar li #current a {
color: 33ff66;

}



/********************************************************************************
                Sidebar
********************************************************************************/

#sidebar h2{
   font-size: 1em;
   font-weight: bold;
   border-bottom: 1px solid #e5e5e5;
}

#sidebar h3{
   font-size: .9em;
   font-weight: bold;
   border-bottom: 1px solid #e5e5e5;
}


#sidebar li {
   font-weight: normal;
}
		



  
/********************************************************************************
                Footer
********************************************************************************/

#footer {
   text-align: left;
   font-weight: normal;
   border-top: 3px solid #33ff66;
}




/********************************************************************************
                Add Contact
********************************************************************************/

#tdomf_form1 {
   font-size: 1em;
}

#tdomf_upload_inline_form {
   width: 50%;
}



/********************************************************************************
               Contact Info
********************************************************************************/

#contact_header {
   background: #eeeeee;
   padding:10px 20px 10px 20px;
}

#contact_info h3{
   margin: 2px;
}

#contact_details{
   background: #33ff66;
   padding: 0px 20px 0px 20px;
   color: #000;
   font-weight: bold;
   border-top: 1px solid #33ff66;
}

.contact_image {
   border: 3px solid #e5e5e5;
}

.tagslist {
   font-size: .8em;
   vertical-align:top;
}

#comment {
  width: 500px;
  height: 70px;
}


#main_notes li {
  list-style-type: square;
}



/********************************************************************************
               Icons / Images
********************************************************************************/

.icon{
   border-bottom: none;
}

img {
   vertical-align:middle;
}

/********************************************************************************
               Search
********************************************************************************/

#search-form {
   float: right;
   padding:  5px 5px 0 0;
}


#searchform #s {
   border: 3px solid #33ff66;
}


