/*  
Theme Name: Rebate Remedy
Theme URI: 
Description: Two Column, with Widgets
Version: 
Author: Rebate Remedy
Author URI: 
Tags: 

************
CSS CONTENTS
************
* --- reset
* --- typography
* --- text elements decoration
* --- wordpress styles
* --- layout
* --- header
* --- navigation
* --- content
* --- sidebar
* --- search form
* --- comments
* --- footer
* 
* 
*/

/* Reset needed styles
*******************************/
html,body,div,span,form,h1,h2,h3,h4,p,blockquote{margin:0;padding:0;border:0;outline: 0;}
:focus {outline: 0;}
body {line-height: 1;}
html {height: 100%;margin-bottom: 1px;}

/* Typography
*******************************/
body {
    font:normal 69% Tahoma, Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font:normal 1em/1 Georgia, "Times New Roman", Times, serif;
}
pre,
var,
code { 
    font-family:"Courier New", Courier, monospace; 
}
h3,
#sidebar,
.postdata,
.entry-content {
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
#header h2 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

/* Header elements
*******************************/
h1 {
    font-size:2.91em;
}
h2 {
    font-size:2.36em;
    line-height:1.6;
    color:#152942;
}
h3 {
    font-size:1.55em;
    color:#152942;
}

/* Text elements
*******************************/
ul,ol,p,dl {
    line-height:1.8;
}
ul,ol         {margin: 0 0 1em .8em;}
ul            {list-style-type:disc;}
ol            {list-style-type:decimal;}
p,dl	      {margin: 0 0 1em 0; text-align: left;}
strong        {font-weight: bold; }
em            {font-style: italic; }
ins           {text-decoration:none;}
del           {text-decoration:line-through;}
img           {border:0;outline:0;}
blockquote {
    border-left: 2px solid #D2D6D8;
	margin:0 0 0 1.6em;
	padding: 0 0 0 1.6em;
}
a:link,
a:visited,
a:hover,
a:active{
    color:#3366CC;
    text-decoration:underline;
}

/* for Tags on Sidebar
*******************************/
.tag2 a:link,
.tag2 a:visited {color:#FFFFFF; text-decoration:none}
.tag2 a:hover,
.tag2 a:active{
    color:#FFF;
    text-decoration:underline;
}

/* Wordpress styles
*******************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin:0 1em 1em 0;
}
.alignright {
   float: right;
   margin:0 0 1em 1em;
}
.wp-caption {
   border: 1px solid #3366CC;
   text-align: center;
   padding-top: 4px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 1em;
   line-height:1.4;
   padding: 0 4px 4px;
   margin: 0;
   text-align:center;
   color:#3366CC;
}

/* Layout
*******************************/
body {
	color: #363636;
	margin-top:25px;
    background:url(images/background_faq.jpg) 0 0 repeat-y;
}
#root{
	position:relative;
	width:800px;
	margin:0 auto;
}


/* Header
*******************************/
#header {
    height:98px;
    margin-bottom:1px;
    color:#fff;
    padding:40px 0 0 0;
	background:url(images/nav_background_03.gif) 100% no-repeat;

}
#header a {
    color:#fff;
    text-decoration:none;
}
#header h2 {
    line-height:1.3;
    font-size:1em;
    color:#fff;
}

#login { width:800px; font-family:"Century Gothic", Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin-left:auto; margin-right:auto; padding-bottom:1px; }
#login a:link, #login a:visited { color:#FFFFFF; text-decoration:none; }
#login a:hover { color:#FFFFFF;text-decoration:underline; }
.login_small { font-size:10px }

/* Navigation
*******************************/
#nav{
    position:absolute;
	top:149px;
	left:0;
	overflow:hidden;
    width:780px;
    margin:0;
    padding:0px 0 0 245px ;
    list-style:none;
	background:url(images/background2_21.gif) 0 0 no-repeat;
	z-index:1;
}
#nav li{
    float:left;
	padding-top:10px;
}
#nav a{
    float:left;
    padding:6px 0 0 0;
    margin-right:18px;
    height:26px;
    border-bottom:3px solid #3366CC;
    text-decoration:none;
    font-size:1.09em;
}
#nav a:hover,
#nav .current_page_item a{
   border-color:#66CC33;
}


/* Main Background
*******************************/

.main {
	background-image:url(images/background2_22.gif);
	background-position: 0 0;
	background-repeat:repeat-y;
	margin-top:20px;
	padding:10px 0 0 0;
}

/* Content
*******************************/
#content {
    width:530px;
    margin:5px 0px 0px 25px;
	padding:30px 20px 0 0px;
    float:left;
}

#content .post {
    padding-bottom:1.5em;
    margin-bottom:1.5em;
    border-bottom:1px solid #66CC33;
}
#content .single {
    border-bottom:0;
}
#content h2 a {
    text-decoration:none;
	color:#3366CC;
}
#content h3 {
    margin-bottom:20px;
    line-height:2.1;
    border-bottom:2px solid #D2D6D8;
}
#content h2 a:hover {
    color:#66CC33;
}
.postdata {
    padding:8px 0;
    margin-bottom:8px;
    border:1px solid #eee;
    border-left:0;
    border-right:0;
    color:#747474;
}
.postdata a {
    color:#354a56;
    text-decoration:none;
}
.postdata a:hover {
    text-decoration:underline;
}
.tags {
    line-height:1.2;
    clear:both;
}

/* Sidebar
*******************************/
#sidebar {
    width:200px;
	float:left;
    margin:15px 0 20px 0;
	padding-left:10px;
	padding-right:10px;
}
#sidebar h3 {
    padding:0 0 2px 0px;
	color:#FFF;
	border-bottom:#FFFFFF solid 1px;
	
}
#sidebar .box {
    margin-bottom:18px;
}
#recentcomments,
#sidebar #calendar_wrap,
#sidebar .box .content,
#sidebar #searchform,
#sidebar .box li a,
#sidebar .box .current-cat li a {
    color:#FFFFFF;
	text-decoration:none;
}
#sidebar .box .tags,
#sidebar #calendar_wrap,
#sidebar .box li a,
#sidebar #searchform {
    padding:0 0 0 10px;
}
#sidebar .box .tags {
    line-height:1.6;
}
#sidebar .box li {
    display:inline;/*for IE*/
}
#sidebar .box li a {
    display:block;
}
#sidebar .box li li a {
    padding-left:40px;
}
#sidebar .box li li li a {
    padding-left:60px;
}
#sidebar .box li a:hover,
#sidebar .box .current-cat li a:hover {
    color:#FFFFFF;
	text-decoration:underline;
}
#sidebar .box .current-cat a,
#sidebar .box .current-cat a:hover {
    color:#FFFFFF;
	text-decoration:underline;
}
#sidebar ul {
    margin:0;
    padding:0;
    list-style:none;
}

/*rss button*/
#sidebar .rss {
    height:45px;
    margin-bottom:2px;
}
#sidebar .rss a {
    float:left;
    width:45px;
    height:45px;
    background:url(images/rss-icon.gif) 0 0 no-repeat;
    text-indent:-9999px;
}

/*recent comments widget*/
#sidebar #recentcomments {
    padding-left:20px;
}
#sidebar  #recentcomments li.recentcomments {
    display:block;
}
#recentcomments li.recentcomments a {
    display:inline;
    border:0;
}

/* Search Form
*******************************/
#searchform input {
    vertical-align:middle;
    border:1px solid #ccc;
    font-size:1em;
    color:#152942;
	width:135px;
	margin-top:5px;
}
#searchform input#search-submit {
    background:#D2D6D8;
    border:1px solid #D2D6D8;
    width:30px;
}

/* Comments
*******************************/
#commentform {
    margin-top:12px;
}
#commentform input.text,
#commentform textarea {
    border:1px solid #7E929E;
    border-right-color:#E8E8E8;
    border-bottom-color:#E8E8E8;
    padding:2px;
}
#commentform input.text {
    width:200px;
}
#commentform textarea {
    width:400px;
}
#commentform input.submit {
    border:1px solid #7E929E;
    background:#E8E8E8;
    color:#152942;
}
.comment {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #f9f9f9;
	border-left: 2px solid #D2D6D8;
}
.comment .details img {
    vertical-align:middle;
}

/* Footer
*******************************/
#footer {
    clear:both;
	margin:0 auto 0 auto;
	width:800px;
    padding-top:0px;
    height:40px;
	background-image:url(images/background2_24.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
#footer .copyright {
	padding-left:585px;
    margin:0 auto;
    display:block;
	color:#FFFFFF;
	font-size:10px;
	line-height:22px
}

/* Site Navigation
*******************************/

#navBttm {
	width: 800px;  
	padding: 59px 0 0 0;     
	list-style: none; 
	background: url(images/nav_background_08.gif) center top no-repeat;
	text-align: center;
}

#navBttm a {
	font-size:12px;
}

#navBttm ul {
	padding:7px 0 0 0;    
	margin:0 0 0 30px;     
	list-style: none;
}

	
#navBttm li {
	paddin-top:2px;
	font-family:  "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	float: left; 
	list-style:none;
	display: inline;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px 8px 0 0px;
}

	
#navBttm a:link, #navBttm a:visited { display: block; color: #2A6EBB; padding:2px 12px 2px 12px; text-decoration:none}
#navBttm a:hover { display: block; background-image:url(images/nav_hover.gif); background-repeat:repeat-x; background-position:bottom;}

/*for IE6 */
*html #navBttm a:link, #navBttm a:visited { display: block; color: #2A6EBB; padding:2px 10px 2px 10px; text-decoration:none;}
*html #navBttm a:hover { display: block; background-image:url(images/nav_hover.gif); background-repeat:repeat-x; background-position:bottom;}

/* Rollover Nav */

#navBttm li ul {    
	position: absolute;
	width: 134px;
	left: -999em;
} 

#navBttm li:hover ul, #navBttm li.sfhover ul {
	position:absolute;
	margin-left:0;
	top:149px;
	left:auto;
	z-index:50;
	background-color:#FFFFFF;
	border-bottom:solid #66BC29 1px;
	border-left:solid #66BC29 1px;
	border-right:solid #66BC29 1px;
}
