/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/


//.format_text .to_comments {visibility: hidden;}

//.custom .format_text .to_comments span { font-size: 2em ; }

.custom .format_text {text-align: justify;}

.custom .menu { background: #7896AC; border:0; width:1173px}


.custom ul#tabs li a {text-transform: none;}


.custom #header #logo a { display: block; height: 125px; width: 450px; background: #2d4354 url(http://www.rebatesmoney.com/images/rm_logo.png) no-repeat; outline: none; }
.custom #header #logo, 
.custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; } 
.custom #header { padding: 0; }
.custom #header { padding: 0; }
.custom #header {border-bottom:none;background-color : #2d4354; }
.custom #header_area .page {padding-top:0;}

















.wp-table-reloaded td {

font-size: 13px;

}
.wp-table-reloaded th {

  font-size: 13px;

}




/* Nav Search     text-transform: uppercase;*/
.custom ul.menu li.nav_right {
  padding:3px;
  float:right;
  font-size:10px;

  letter-spacing:1px;
  overflow:hidden;

}

.custom ul.menu li.search input {

  background-color: #FFFFFF;
  border:1px solid #333;
  color:#333;
  font-size:13px;
  height:25px;
  letter-spacing:1px;


  width:200px;
}






/* CONTEXTUAL SUBMENUS STYLING - PUT THIS IN YOUR CUSTOM.CSS FILE
These css selectors are split out to make it easy to change values.
Change the border width, colors and other styles to suit.
Do not change the list-style, width, and float settings.*/

/* If your nav menu is below the header, leave this commented out.
If your nav menu is above the header, uncomment it to adjust the header spacing.*/
/*.custom #header { margin-top: 0em; }*/

/* Contextual Submenu borders and submenu strip color  */
ul#context_submenu {
    /* border styling */
    border-top-style: none;
    border-right-style: none;
    border-right-color: #2f4456;
    border-right-width: 0px;
    border-bottom-style: none;
    border-bottom-color: #2f4456;
    border-bottom-width: 0px;
    border-left-style: none;
    border-left-color: #2f4456;
    border-left-width: 0px;
    /* submenu strip color */
    background:#2f4456 none repeat scroll 0 0;
    /* Do not change the values below! */
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 100%;
    float: left;
}

/* Vertical size of Contextual Submenu and space between submenu items */
ul#context_submenu li {
    /* determines space from top of letters to top edge of strip */
    padding-top: .75em;
    /* determines space to right of submenu items -- use padding-left instead */
    padding-right: 1em;
    /* determines space from bottom of letters to bottom edge of strip */
    padding-bottom: .5em;
    /* determines space between submenu items */
    padding-left: .5em;
    /* Do not change the value below! */
    float: left;
}

/* Font properties for items in the Contextual Submenu */
ul#context_submenu li a {
    /* font size */
    font-size: 1.05em;
    /* font color */
    color: #FFFFFF;
    /* font weight -- bold, normal, etc. */
    font-weight: normal;
    /* word spacing is tightened up to make submenu items easier to distinguish */
    word-spacing: .03em;
}

/* Behavior of a Submenu item when the cursor hovers over it */
ul#context_submenu li a:hover { text-decoration: underline; }








































/* allows the search function to be positioned to the right of the logo */
#logo, #tagline {
    float: left;
    width: 500px;

}


/* clears the header floats */
#header {
    overflow: hidden;
}

/* formats the search input and button */
.search_form .text_input {
    font-size: 11px;
    padding: 0px;
}

.search_form #searchsubmit {
    font-size: 11px;
    padding: 0px;
}

.custom .entry-title { width: 640px} // Change this to suit the width of your site
.custom .headline_area { min-height: 70px} // Set a minimum height to prevent the float from breaking the layout
.custom #headline_social_media { float: right; margin-top: 0px} // Position the buttons to the right. The margin may require some tweaking to get just right.