/* YUI Reset, v2.7.0 */
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
html {background: transparent;}
body {
	background:#ddd url(/imgs/background.png) repeat scroll 0 0;
	color:#2E79B8;
	font-family:Lucida Grande,Lucida Sans,Geneva,Arial;
	font-size:80%;
	line-height:1.5em;	
}
h1,h2,h3,h4 {font-weight: bold;line-height: 1.2em;}
h1 {
	font-size:2.3em;
	border-bottom: 1px dotted #ADADAD;
	margin-bottom: 20px;
}
h2 {
	color:#353639;
	font-size:1.5em;
	font-weight:normal;
	letter-spacing:0.1em;
	margin-bottom: 10px;
}
h3 {font-size:1.3em;}
h4 {font-size:1.2em;}
a {
	text-decoration: none;
	color:#139CC6;
}
a:hover {text-decoration: underline;}
.clear {
	clear:both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.error {
	color:#BA3A00;
	display: none;
}
.updatedbox {
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	background-color:#7bd6f2;
	padding:5px;
	font-size:120%;
	font-weight:bold;
	color:#000;
	clear:both;
}
.updatedbox p {
	line-height: 1em;
	margin-bottom: 5px !important;
}
.updatedbox p small {font-weight: normal}
.errorbox {
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	background-color:#E2451C;
	padding:5px;
	font-size:120%;
	font-weight:bold;
	color:#FFF;
	clear:both;
}
.error-container {
	clear: both;
	text-align: center;
}
.error-container img {
	max-height: 500px;
	max-width: 800px;
}
.textblock p {
	line-height:1.6em !important;
	margin:5px 0;
	padding-bottom:1em;
	position:relative;
	text-indent:0 !important;
}
.categorylabel {
	font-size: 9px;
	text-transform: uppercase;
	padding:2px 4px;
	margin: 0 2px;
	color: #fff;
	background-color:#FBCA54;
	letter-spacing:.1em;
}
.categorylabel-technology {
	background-color:#4EBAFF !important;
}
.categorylabel-advertising {
	background-color:#FF8A3C !important;
}
.categorylabel-health {
	background-color:#66CC9A !important;
}
.categorylabel-venturecapital {
	color:#3E3E3E;
	background-color:#F4F4EE !important;
}

/* form buttons */
.submit-container {
	margin: 10px 0;
	clear: both;
}
.submit-container input, .submit-container .submit-btn {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background-color:#C2DAF0;
	border:1px solid #9BBAE2;
	border:medium none;
	color:#145591;
	font-size:12px;
	font-weight:bold;
	padding:4px 6px;
}
.submit-container input:hover,  .submit-container .submit-btn:hover {
	background-color:#9dc7ed;
	text-decoration: none;
}
label {
	cursor:pointer;
}
input {cursor: pointer;}
input.btn-all {
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-style:solid;
	border-width:1px;
	font-family:Helvetica,Arial,sans-serif;	
	font-size:20px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:36px;
	line-height:36px;
	margin:0;
	overflow:visible;
	padding:0 20px 0 15px;
	border-color:#DDD #CCC #CCC #DDD;
}
input.btn-positive, .btn-positive {
	background-color:#4ab04a;
	color:#FFF; !important;
	border: 1px solid #3d8a3d;
	font-size:2em;
	height:2em;
}
input.btn-positive:hover, .btn-positive:hover {
	background-color:#3f943f;
}
input.btn-neutral {
	background: none !important;
	border: none !important;
	color:#777777;
	height:2em;
	padding-top:.5em;
}
input.btn-neutral:hover {
	color:#145591;
}
/* end - form buttons */
#wrapper, #nav, #footer {
	width:960px;
	margin:0 auto;
}
#nav-wrapper {
	background: transparent url(/imgs/bg_panel.png) repeat-x scroll 0 0;
	width: 100%;
	overflow: hidden;
}
#nav {
	position:relative;
	margin-top: 10px;
	height: 58px;
}
#nav .logo {
	float:left;
}
#nav .user {
	float: right;
	margin-top:5px;	
	color:#4E5563;
}
#nav .user a {
	color:#2E79B8;
}
#nav .user p {
	font-size: 80%;
	text-align: right;
}
a.signin {
	background:transparent url(/imgs/twitter_connect.png) repeat scroll 0 0;
	display:block;
	height:40px;
	overflow:hidden;
	text-indent:900px;
	width:210px;
}
a.signin:hover {
	background-position: 0 -44px;
}
#main {padding-top:7px;}
#main .billboard {
	clear: both;
	padding: 10px 15px 10px 15px;
	display: block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #2E79B8;
}
#main .billboard #WelcomeText {
	width:405px;
	color:#353639;
}
#main .billboard #WelcomeText h2 {
	margin-bottom:0;
	font-weight: bold;
}
#main .billboard #WelcomeText p {
	margin-bottom:28px;
}
.salespitch {
	padding:0 15px;
}
.salespitch .slug {
	float: left;
	width: 250px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;	
	padding: 20px 10px;
	margin: 20px 20px 20px 15px;
	background: #FFF url(/imgs/content-bg.gif) repeat-x scroll center top;
	height: 140px;
}
.salespitch p {
	color:#353639;
	line-height: 1em;
}
.salespitch h3 {
	color:#353639;
	font-size:1.5em;
	font-weight:normal;
	letter-spacing:0.1em;
	margin-bottom:10px;
	padding-top: 15px;
}
.salespitch .bignumber {
	color:#CCC;
	font-size: 2em;
	float:  left;
	padding-right: 5px;
	font-weight: bold;
}
#main .billboard .whiteBox {
	min-height: 240px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	padding: 30px 50px 50px;
	background: #FFF url(/imgs/content-bg.gif) repeat-x scroll center top;
}
#main .billboard .whiteBox .whiteBox-wrapper {
	min-height: 175px;
}
#main .billboard .whiteBox .whiteBox-wrapper .percentDone {
	background:transparent url(/imgs/piecharts.png) no-repeat scroll 0 0;
	display:block;
	height:30px;
	position:relative;
	width:30px;
	top:-55px;
	float: right;
}
#main .billboard .whiteBox .whiteBox-wrapper p {
	color:#353639;
}
#main .billboard .whiteBox .answers{
	margin:0 30px 18px;
}
#main .billboard .whiteBox .answers li {
	float: left;
} 
#main .billboard .whiteBox .answers li input {display:none;} 
#main .billboard .whiteBox .answers li label {
	cursor:pointer;
	padding-left:30px;
	margin-bottom: 5px;
	-moz-border-radius:11px;
	border:1px solid #BBBBBB;
	background:#F2F2F2 url(http://s.wordpress.org/style/images/white-grad.png) repeat-x scroll left top;
	color:#464646;
	float:left;
	font-size:20px;
	margin:10px 5px;
	padding:0.5em 1.5em;	
}
#main .billboard .whiteBox .answers li label:hover{
	border:1px solid #484848;
	color:#242424;
	background:#ddd; 
}
#main .billboard .whiteBox .answers li label:active{
	color: #000;
}
#main .billboard .whiteBox .answers li .selectedBtn{
	background:#565656 !important;
	color:#FFF !important;
}
/* Start Updated Training Page */
.step-mini {
	padding-top:9px;
	width: 100%;
	clear:both;
}
.step-mini .label {
	width: 250px;
	text-align:right;
	padding: 0 20px;
	font-weight: bold;
	color:#414141;
}
#main .billboard .whiteBox .answers-mini{
	margin:0;
}
#main .billboard .whiteBox .answers-mini li {
	line-height: 2em;
} 
#main .billboard .whiteBox .answers-mini li input {
	margin:0 5px;
} 
#main .billboard .whiteBox .answers-mini li label {
	cursor:pointer;
	color:#464646;
	font-size:11px;
}
#main .billboard .whiteBox .answers-mini li label:hover{
	color:#242424;
}
#main .billboard .whiteBox .answers-mini li label:active{
	color: #000;
}
#main .billboard .whiteBox .answers-mini li .selectedBtn{
	background:#565656 !important;
	color:#FFF !important;
}
/* End Updated Training Page */
#footer {
	clear:both;
	color:#4E5563;
	height: 2em;
}
#footer a {text-decoration: none;color: inherit;}
#footer a:hover {text-decoration: underline;}
/* for Dashboard */
.storylist-big {

}
.storylist-big li {
	padding: 8px 0;
	clear: both;
	height: 70px;
	border-bottom: 1px dotted #ADADAD;
	overflow: hidden;
}
.storylist-big .story {
	overflow: hidden;
	float: left;
	padding-top:10px;
	width: 70%;
}
.storylist-big .story .meta {
	color:#888;
	font-size: 75%;
}
.storylist-big .story .meta a {
	color:#888;
}
.storylist-big .rank {
	background:#EEE none repeat scroll 0 0;
	border-right: 2px solid #ADADAD;
	color:#414141;
	float:left;
	font-size:150%;
	font-weight:bold;
	height: 30px;
	margin-right:10px;
	margin-top:10px;
	overflow:hidden;
	padding-top:10px;
	text-align:center;
	width:2em;
}
.storylist-big .thumbnail {
	float:right;
}
.storylist-big .thumbnail img {
	max-height: 70px !important;
	max-width: 200px !important;	
}
.storylist-big .story p a {
	font-size: 110%;
	font-weight: bold;
	color: #139cc6;
}
.storylist-big .domain {
	font-size: 80%;
	color: #888;
	letter-spacing: .05em;
}
.storylist-big .story .domain a {
	color: #888;
}
/* Prefernces */
.preftable th {
	font-weight:bold;
	padding:10px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
}
.preftable td.prefright {
	padding:8px 0;
}
