/*
Theme Name: Current
Theme URI: http://lendingclub.com
Description: Enter the Trading Platform.
Version: 1.0
Author: Albert.
Author URI: http://lendingclub.com
*/


/* -------------------------------------
#standards
------------------------------------- */

/*************************
  GLOBAL STYLES
  (images fully-qualified)
 ************************/
 

* { margin: 0; padding: 0; }
img { border: none; /* add block declaration for xhtml strict? */ }

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: white;
	}


/* AK: need to fix this */
#content form.standard h3, 
#content form.vertical h3,
.account h3 {
	color: #976444;
	border-top: 1px solid #976444;
	padding: 0.25em 0 0.25em 0.25em;
	margin: 2em 0 0.7em;
	background-color: #fcfaf5;
}
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }

body #page #main_table{
	margin-left:20px;
}

#content-wrap,
#footer {
	width: 800px;
	margin: 0 auto;
}
/* nullified from master
table {
	font-size: 1.2em;
	border-collapse: collapse;
}
*/

th { text-align: left; }
caption { font-weight: bold; }
* html caption { padding-bottom: 0.5em; }
.errors {
	border: 1px solid red;
	padding: 5px;
	color: red;
	margin: 10px 0;
	padding-left: 20px;
}
.messages {
	border: 1px solid #fee69c;
	padding: 5px;
	padding-left: 30px;
	margin-bottom: 1em;
	background: #fff9ca url(http://lendingclub.com/images/information.gif) no-repeat 5px 0.6em;
}
#content .messages p { margin: 0; }
.hidden { display: none; }
.numeric { text-align: right; }
.clear { clear: both; }
#content-wrap sup {
	font-size: 0.9em;
	vertical-align: baseline;
	position: relative;
	bottom: 0.5em;
}
acronym { border-bottom: 1px dashed #aaa; }
/* AK: need to fix this */
img.inline { vertical-align: bottom; }
	
/**************
  HEADER 
 **************/

/* slight deviation from master on the following line */
#header span {
	float: left;
	text-indent: -9999px;
	margin-top: 27px;
}
/* slight deviation from master on the following line */
#header span a {
	background: url(http://lendingclub.com/images/lending-club.gif) no-repeat left center;
	display: block;
	height: 32px;
	width: 145px;
	margin-top: 4px;
}
#toolbox {
	color: #fff;
	background-color: #393939;
	padding: 6px;
	list-style: none;
	float: right;
}
#toolbox li {
	float: left;
	background: url(http://lendingclub.com/images/toolbox-nav-bg.gif) no-repeat right center;
	padding: 0 0.6em;
}
#toolbox li.last { background: none; }
#toolbox a { 
	color: #fff;
	border-bottom: 1px solid #555;
	padding: 0;
	display: block;
}
#partner {
	float: right;
	margin: 2px 0 0 10px;
}

/**************
  PRIMARY NAVIGATION 
 **************/
#primary-nav {
	list-style: none;
	overflow: hidden; /* contain float */
	float: left;
	margin: 18px 0 0 20px;
	font-weight: bold;
	font-size: 1.2em;
	width: 510px;
}
#primary-nav li { 
	float: left; 
	background: url(http://lendingclub.com/images/primary-nav-tab-right.gif) no-repeat right top;
	margin: 0 5px;
}
#primary-nav a {
	display: block;
	float: left; /* for Mac/IE5.2 */
	background: url(http://lendingclub.com/images/primary-nav-tab-left.gif) no-repeat left top;
	padding: 6px 20px;
	color: #c8c8c8;
        font-weight: bold;
}
#primary-nav li.selected {
	background: url(http://lendingclub.com/images/primary-nav-tab-right-selected.gif) no-repeat right top;
}
#primary-nav li.selected a {
	background: url(http://lendingclub.com/images/primary-nav-tab-left-selected.gif) no-repeat left top;
	color: #fff;
}


/**************
  SECONDARY NAVIGATION 
 **************/
div#primary-nav-wrapper {
	width: 850px; /*Page Width*/
	margin: 0 auto;
	background: #ffffff;
	position: relative;
	overflow: hidden;
}
div#secondary-nav-wrapper {
	clear: both;
	width: 100%;
	background: #ff9907 url(http://lendingclub.com/images/secondary-nav-bg.gif) repeat-x bottom;
	min-height: 10px;
}
* html div#secondary-nav-wrapper {
	height: 10px;
}
#secondary-nav {
	list-style: none;
	font-size: 1.1em;	
	width: 850px;
	margin: 0 auto;
	overflow: hidden;
}
#secondary-nav li { 
	float: left; 
	padding: 0.5em 1em 0.9em;
	background: url(http://lendingclub.com/images/secondary-nav-separator.gif) no-repeat left 40%;
}
#secondary-nav li.first { 
	background: none; 
	padding-left: 0;
}
#secondary-nav a {
	display: block;
	float: left;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
	padding-bottom: 1px;
}
#secondary-nav a.selected {
	text-decoration: underline;
}

/**************
  CONTENT
 **************/
#content-wrap {
	margin-top: 2em;
	overflow: hidden;
	color: #3a3a3a;
}
#content-wrap ul, #content-wrap ol { margin-left: 2em; }
#content-wrap p,
#content-wrap ul,
#content-wrap ol,
#content-wrap dl {
	margin-bottom: 1em;
}
#content p, 
#content ul,
#content ol,
#content dl {
	/* slight edit on the following line 
	font-size: 1em;*/
	font-size:12px;
	line-height: 1.5em;
	margin-bottom: 1em;
	color: #3a3a3a;
}

/* neutralize font size for nested p or ul */
#content ul p,
#content ol p,
#content dl p,
#content ol ul,
#content dl ul {
	font-size:10px;
	margin-bottom: 1em;
	color: #3a3a3a;
	
}



/**************
  WP STYLES
 **************/
 
#page
{
	
	width:970px;
	clear: both;
	margin: auto;
/*	background:url('images/bodyGrad.jpg') repeat-y; */
	padding:0px 0 0px 0;

	/* background-color:#ffffff; */
}

.linetable {
	margin: auto;
	border-style: solid; 
	border-width: 0px;
	/* border-color: #ffffff; */
	/*background:url('images/linetablebg.gif'); */
	}

.title
{
margin-left:25px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.title h1
{
	margin:0;
/*	padding:7px 7px 2px 7px; */
	
	font-weight:normal;
	
	display:block;
	/*height:56px;*/
	font-size:19px;
	color:#6e320d;
/*	border:1px solid #FF6A00; */
}


.title h1 a
{
	color:#231F20;
	font-weight:normal;
	display:block;
	width:85%;
	font-size:19px;
	/*letter-spacing: 0.75ex;*/
 	text-decoration: none;
	/* text-transform: lowercase;*/
 	text-align: left;
	vertical-align:text-top;
	padding:0px 0px 0px 25px;
	/*background-color:#333333;*/
}

.post
{
/*	background:url('images/postbg.jpg') repeat-y; */
	padding:5px;
	text-align: left;
	/*	background:#ffffff;
border:1px solid #B20900; */
}

.small
{
	padding:5px;
	line-height:15px;
	font-size:10px;
	color:#333333;
}


.entry
{
	padding:5px 20px 5px 20px;
	margin:0;
	text-align: justify;
	color:#333333;
	font-size:12px;
}

.postfooter
{
	/* background:#fff; */
	width:100%;
	height:55px;
	margin-bottom:15px;
/*	background:url('images/postfooter.jpg') repeat-x;  */
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

.postfooter a
{
}

.postfooter a:hover
{
}

.post .metadata
{
	width:350px;
	padding:5px;
	font-size:10px;
	border:1px solid #976444;
	background: #FCFAF5;
}

.metadata
{
	background:#C07C3B;
	padding:5px;
	width:450px;
	margin:0 auto;
}

.commentlink
{
/* background-image: url(images/people.jpg); */
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 2.3em;
	margin-left:auto;
	margin-right:auto;
	width: 350px;
	height: 40px;
	color: #333333;
	padding:5px;
	line-height:2em;
	font-size:10px;
}

#search
{
	float:left;
	margin:0;
}

#sidebar #search
{
}

#s
{
	font-family: Verdana,  Arial,  Helvetica, sans-serif;
	font-size: 12px;
	color:#00000;
	background:#ffffff; 
	margin-top:10px;
	margin-bottom:10px;
	border:2px inset #999999 !important; 
	padding: 0 3px 0 3px;
	height:17px !important;
	width:100px !important;
	/* font:1em trebuchet ms, verdana, arial; 
	font-size: 1em;*/

}

input
{
	font-family: Verdana,  Arial,  Helvetica, sans-serif;
	font-size: 12px;
	border:1;
	padding:1px;
}
input#s:focus {
	background-color: #FFF9CA;	
}

input:focus {
	background-color: #FFF9CA;	
}

textarea
{
	width:400px;
	height:140px;
	font-family: Verdana,  Arial,  Helvetica, sans-serif;
	font-size: 12px;
	border:1;
	padding:1px;
}

textarea:focus {
	background-color: #FFF9CA;	
}

.newnavbarspan
{
	/* background-image: url(images/navh2bg.jpg); */
	background-repeat: no-repeat;
	background-position: 0.4em;
	padding-left: 15.2em;
	/*background-color: #333333;*/
	color: #231F20;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	text-align:left;
}

#navcontainer ul
{
	margin-left: 0px;
	margin-right: 15px;
	margin-top: 5px;
	padding-left: 7px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	background-color: #fffffff;
}

#navcontainer li
{
	/* background-image: url(images/star-icon.jpg); */
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 5px;
}


#navcontainer a
{
	display: block;
	padding: 3px;
	width: 100%;
	text-decoration: none;
	border-bottom: 0px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
	color: #206DD6;
	text-decoration: none;
	font-weight: normal;
}

#navcontainer a:hover
{
	/* background-color: #FF6A00; */
	color: #FF6000;
	font-weight: normal;
	text-decoration: underline;
}

.commentbox
{
/*	background:url('images/postbg.jpg') repeat-y; */
padding :5px;
}
.commentbox p
{
padding: 5px;
}

a
{
	color:#FF6000;
	text-decoration:none;
}

a:hover 
{
	color:#FF6000;
	text-decoration:underline;
}

h1 
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*margin:0;*/
	padding:10px 10px 5px 0px;
	/* background:url('images/post-title-bg.jpg') no-repeat; */
	font-weight:normal;
	display:block;
	/*height:56px;*/
	font-size:19px;
	color:#6e320d;
/*	border:1px solid #FF6A00; */

}
   
h2 
{
        font-size:1.25em;
	margin:0;
	padding:0;
        color:#333333;
        font-weight:bold;
        margin-bottom:10px;
        margin-top:10px;
}
    
h3 
{
    font-size:1.2em;
	margin-top: 10px;
	padding:0;
}

h4 
{
    font-size:1em;
	margin:0;
	padding:0;
}


ol,ul
{
margin-left: 25px;
}

pre
{
margin-bottom: 10px;
}

.messages {
	border: 1px solid #fee69c;
	padding: 5px;
	padding-left: 30px;
	margin-bottom: 1em;
	background: #fff9ca url(http://lendingclub.com/images/information.gif) no-repeat 5px 0.6em;
}

.wikinvestWireItemLink
{
	padding:5px;
	line-height:15px;
	font-size:10px;
}

.wikinvestWireItemMetadata
{
	padding:5px;
	line-height:15px;
	font-size:10px;
	color:#333333;
}

.wikinvestWireFooter
{
        padding:5px;
	line-height:20px;
	font-size:10px;
	color:#333333;
}

body{
	margin:0 auto;
}


a {
color:#206DD6;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
text-decoration:none;
}

h1 {
color:#0A2945;
font-size:153.9%;
}

h1, h2, h3, h4, h5, h6, strong {
font-weight:bold;
}

h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-weight:normal;
}

body {
	font-family:helvetica,arial,clean,sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.231;
}






#master_footer { color:#a8b392; }

