/*
Theme Name: RefreshWP
Theme URI: http://www.exguides.org/
Description: Wordpress theme based on Refresh open source web template by StyleShout. Supports Gravatar2 Plugin and Widgets compatible.
Version: 2.0
Author: StyleShout, ported by Navjot Singh
Author URI: http://www.exguides.org/
*/

 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #CCCCCC;
	font: 75%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #4F82CB; 
	
}
a:hover {
	color: #4EBF37;
	
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	/*text-transform: uppercase;*/
	color: #88ac0b;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

/* images */
img {
	border: 0;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	
	/*color: #88ac0b;	*/
}
ul span, ol span {
	color: #666666;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(images/quote.gif) no-repeat 5px 5px;    
}


form {
padding: 0px 10px 10px 10px;
}


/* search*/
form.search {
	position: absolute;
	top: 35px; right: 25px;
	background: transparent;
	border: none;	
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: #FFF;
	color: #333; 
}
form.search input.button {
	background: #CCC url(images/headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 70px; height: 21px;
} 

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 820px;
	background: #CCC url(images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 0 auto;
}
#header {
	width: 820px;
	position: relative;
	height: 36px;
	background: #CCC url(images/header.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}


#header2 {
	width: 760px;
	position: relative;
	height: 84px;
	background: #FFFFFF;
	margin-left: 30px;
}

#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 28px; left: 50px;	
}

#header h1#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal .8em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 74px; left: 58px;		
}

#header a {
    color: #FFF;
}
/* Menu */
#menu {
	clear: both;	
	margin: 0; padding: 0 40px 0 0;
	background: url(images/menu.jpg) repeat-y center top;	
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #ECECEC;
	color: #333;	
}
#menu ul li#current a {	
	background-color: #FFF;
	color: #333;
}

/* Main Column */
#main {
	float: right;
	width: 72%;
	padding: 0; margin: 0;
}
#main h1 {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #88ac0b;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(images/square-green.png) no-repeat 3px 50%;	
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 26.5%;
	padding: 0; margin: 0;	
	list-style:none;
}	
#sidebar h1,h2 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(images/headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}


a.cc3, a.cc3:visited, a.cc3:hover {
	color: #555; 
	
}

#sidebar .left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;	
	list-style:none;
}

#sidebar ul.children {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul li {
	border-bottom: 1px solid #EFF0F1;
	background: url(images/go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}

#sidebar ul a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}
#sidebar ul {
    list-style:none;
	margin: 3px 0 8px 0; padding: 0;
	text-align: left;
	text-decoration: none;
}

/* Footer */	
#footer {
	color: #666666;
	background: #CCC url(images/footer.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 55px;
	text-align: center;	
	font-size: 92%;
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }
/* Fix for Links in Sidebar Widget */
.linkcat { list-style:none; }
.widget{ list-style:none; }


/********************************************
   CREDIT CARD STUFF
********************************************/ 
p#disclaimer {
  font-size: 0.75em;
  line-height: 1;
  color: #808080;
  clear: left;
  margin-top: 30px;
  padding-left: 11px;
  padding-right: 11px;
  text-align: justify;
}

p.ccard-box-p {
  padding: 0px;
}

p.cc-section-desc {
  line-height: 1.2;
}

ul.ccard-box-ul {
  padding: 0px;
  margin: 0px 0px 0px 15px;
}

img.ccard-box-images {
  display: block;
  border: 0;
  margin-bottom: 8px;
  padding: 0px;
}

img.ccard-box-images-lock {
  border: 0;
  padding: 0px 3px 0px 0px;
}

a.cc, a.cc:visited, a.cc:hover {
	text-decoration: underline;
	color: #4F82CB; 
}

a.cc2, a.cc2:visited, a.cc2:hover {
	color: #000000; 
	
}

a.cc-instant-apply, a.cc-instant-apply:visited, a.cc-instant-apply:hover
{
  text-decoration: underline;
  font-weight: Bold; 
}

p.cc-instant-apply-p {
  padding: 10px 0px 0px 10px;
  margin: 0px;
}

p.cc-instant-apply-p2 {
  padding: 0px 0px 10px 10px;
  margin: 0px;
}


td.cc-tr {
  background: #D9EFC2;
  font-weight: Bold;
  padding: 3px 6px 3px 6px;
}

td.cc-br {
  background: #FDFFEF;
  padding: 3px 6px 3px 6px;
}


table.cc-table {
width: 100%;
border: 1px solid #88AA88;
border-collapse: separate;
}


.xsnazzy-r {
background: transparent;
margin:10px 10px 25px 10px;
}

.xsnazzy-r2 {
background: transparent;
margin:10px 10px 15px 10px;
}

.xtop-r, .xbottom-r {
display:block; 
background: transparent;
font-size:1px;
}


x.top-r
{
background: #99BB99;
}

.xb1-r, .xb2-r, .xb3-r, .xb4-r {
display:block; 
overflow:hidden;
}
.xb1-r, .xb2-r, .xb3-r {
height:1px;
}
.xb2-r, .xb3-r, .xb4-r {
background: #F7FFEF; 
border-left:1px solid #88AA88;
border-right:1px solid #88AA88;
}
.xb1-r {
margin:0 5px; 
background:#88AA88;
}
.xb2-r {
margin:0 3px;
border-width:0 2px;
}
.xb3-r {
margin:0 2px;
}
.xb4-r {
height:2px; 
margin:0 1px;
}

.xboxcontent-r {
display:block; 
border:0 solid #88AA88; 
border-width:0 1px; 
background: #F7FFEF;
}
* html .xboxcontent-r {
height:1px;
}


.xboxcontent_contain-r {
display:block; 
border:0 solid #88AA88; 
border-width:0 1px; 
background: #F7FFEF;
padding: 15px 15px 13px 15px;
line-height: 1.3;

}
* html .xboxcontent_contain-r {
height:1px;
}

.color_a-r {
  background: #D9EFC2;
  color:#fff;
}

.color_b-r {
  background: #7EBD3B;
  color:#fff;
}


h3.h3-color_a-r {
  background: #D9EFC2;
  color:#fff;
  font-size: 115%;
  padding: 7px 12px 12px 12px;
}

h3.h3-color_b-r {
  background: #7EBD3B;
  color:#fff;
  font-size: 120%;
  padding: 7px 12px 12px 12px;
}