/*
    Document   : vanguard
    Created on : Jun 8, 2009, 10:57:56 AM
    Author     : ebowen
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/



@import url("http://dev.davidallgroup.com/~ebowen/TPResources/styles/menubars/blueband/blueband.css");
@import url("http://dev.davidallgroup.com/~ebowen/TPResources/styles/modules/black_sidebar/black_sidebar.css");

body
{
  font-family: Arial,Helvetica,sans-serif;
	margin: 0px;  
	font-size: 9pt;
	background: url(images/bg.png) repeat-x;
}

div#container
{
  background: url(images/clouds.jpg) no-repeat;
}

div.block
{
	width: 1000px;
	margin: 0px auto;
}

div.block h2 {
  font-size: 26pt;
  color: #fff;
  margin: 0 0 5px 0;
}

div#header
{
	
}

div#footer
{
  position: relative;
  height: 315px;
	background: transparent url(images/footer-bg.png) no-repeat bottom center;
}

div#footer div.block {
  height: 315px;
  position: relative;
}

div#footer div#links {
  color: #0066ff;
  position: absolute;
  left: 530px;
  bottom: 180px;
}

div#footer div#links a,
div#footer div#links a:visited {
  color: #0066ff;
}

div#footer div#copyright {
  position: absolute;
  bottom: 120px;
  left: 580px;
}

div#footer div#activist {
  color: #fff;
  position: absolute;
  bottom: 50px;
  right: 0;
  font-size: 18px;
}

div#main
{
}

span.blue {
  color: #00ccff;
}

span.white {
  color: #fff;
}

h3
{
  color: black;
}

p
{
	font-size: 9pt;
}

a img
{
	border: 0 none;
}

/* very top menu bar */
div#top { 
  padding-top: 10px;
  background: #1a1a1a;
  height: 30px;
  color: #999999;
  font-size: 10pt;
  z-index: 5;
}

div#top div.right {
  float: right;
  background: none;
}

div#top a {
  color: #00ccff;
  text-decoration: none;
}

div#top div.left {
  background: none;
}

div#branding
{
	position: relative;
	height: 360px;
/*	background: transparent url(images/branding2.png) no-repeat left bottom; */
}

div#topbar
{
  padding-top: 10px;
	position: relative; 
	height: 54px; 
/*	background: transparent url(images/topbar.png) no-repeat left top; */
}
 div#topbar img {
   float: left;
 }
div#user
{
	position: absolute;
	width: 150px;
	top: 2px;
	right: 5px;
	z-index: 2;
}

div#ctr
{
	position: absolute;
	top: 190px;
	left: 75px;
	width: 600px;
	height: 120px;
}

div#text {
  position: absolute;
  width: 590px;
  top: 90px;
  left: 0px;
  text-align: center;
  font-family: Arial;
  font-size: 14pt;
}

img#stop {
  position: absolute;
  right: 100px;
  top: 0px;
  z-index: 1;
}

div#actions
{
	position: relative;
	height: 525px;
	width: 1036px;
	background: transparent url(images/action-window.png) no-repeat top center;
}


div#countdown
{
	/* background: black url(images/countdown_bgrd.png) repeat-x top; */
	color: #ed1c24;
	text-align: center;
	height: 14px;
	padding: 4px 0px;
}

div#leaderboard
{
	float: left;
	position: relative;
	width: 260px;
	/* background: #30527e url(images/bgrd_leaderboard.png) no-repeat left top; */
	padding: 5px 5px 5px 5px;
	height: 550px;
}

div#leaderboard img#seperator {
  margin-left: 100px;
}

div#leaderboard div.loading
{
	height: 200px;
}

div#featured {
  float:left;
  height:650px;
  padding:5px 5px 5px;
  position:relative;
  width:300px;
  font-family: Arial;
}

div#featured h3.title {
  font-size: 16pt;
  color: black;
  font-family: Arial;
  background: none;
}

span.date {
  color: #ff0000;
  font-family: Arial;
}

div#featured a.readmore {
  background: url(images/readmore.png) no-repeat;
  float: right; 
}

a.readmore {
  float: right;
}



div#resources a {
  text-decoration: none;
}

div#resources
{
	position: relative;
	margin-left: 580px;
	/* background: #2f4462 url(images/title_resources.png) no-repeat left top; */
	padding-top: 5px;
	height: 650px;
}



div#resources div.item a {

}


.loading
{
	background: transparent url(images/ajax-loader.gif) no-repeat center center;
}

/* user */

div#user img
{
	float: left;
	margin-right: 5px;
	
}

div#user img#fb_login_image
{
	/* position: absolute;*/
	/* top: 15px;*/
	/* right: 5px;*/
}

div#userinfo
{

	width: 90px;
	float: left;
}

a.username
{
	font-size: 12px;
	font-weight: bold;
}

a.username:link, a.username:visited, a.username:active
{
}

a.cmd
{
	font-size: 10px;
  color: #0099FF;	
}

/* counter */

div.num
{
	width: 68px;
	height: 120px;
	float: left;
	margin-right: 2px;
	background: transparent url(images/counter-font.png) no-repeat left top;
}

div#ctr span
{
	display: block;
	width: 4px;
	height: 49px;
	float: left;
	margin-right: 4px;
	/* background: transparent url(images/ctr_sprites.gif) no-repeat left top; */
}

/* actions carousel */

/*
div#actions div.jcarousel-container
*/
div#action_carousel_container
{
	position: absolute;
	width: 305px;
	left: 0px;
	top: 70px;
	height: 390px;
}

div#actions div.jcarousel-clip {
    
	height: 330px;
	margin: 30px 0px;
}


ul#action_carousel
{
	position: relative;
	width: 325px;
	height: 385px;
	margin: 0;
  padding-left: 30px;
	visibility: hidden;
	list-style-type: none;
	list-style-image: none;
}

ul#action_carousel li
{
  list-style-type: none;
	position: relative;
	display: block;
	width: 305px;
	height: 116px;
	padding: 5px 5px 5px 15px;
	/* background: transparent url(images/action_bgrd.png) no-repeat left top; */
	cursor: pointer;
	border: 1px solid #c0c0c0;
}

ul#action_carousel li.selected
{
	background: #ffd400;
}

ul#action_carousel li p
{
	margin: 0 0 0 44px;
	padding: 3px;
	color: #666;
	font-size: 14px;
}

ul#action_carousel li.selected p
{
}

li.action h3
{
	margin: 4px 0 4px 0px;
	padding: 2px;
	padding-left: 50px;
  overflow: visible;
	font-size: 14pt;
	font-weight: normal;
	color: black;
	font-weight: bold;
}

li.selected h3 {
}

li.action p
{
	margin: 0 0 0 50px;
	padding: 20px;
	font-size: 14pt;
}

li.action div.tpoints
{
	position: absolute;
	font-size: 22px;
	padding: 2px 2px;
	left: 20px;
  top: 50px;
	color: #85ccff;
	font-weight: bold;
}

li.action div.tpoints span.points
{
	font-size: 11px;
}

li.selected div.tpoints
{
  color: black;
}

li.action span {
  width: 39px;
  height: 39px;
  float: left;
  display: block;
}

li.action span.comment {
  	background: url(images/comment-icon.png) no-repeat;
}

li.action span.facebook {
  background: url(images/facebook-icon.png) no-repeat;
}

li.action span.info {
  background: url(images/plan-icon.png) no-repeat;
}

li.action span.twitter {
  background: url(images/twitter-icon.png) no-repeat;
}

li.action span.contribute,
li.action span.donate {
  background: url(images/donate-icon.png) no-repeat; 
}

li.action span.youtube {
  background: url(images/youtube-icon.png) no-repeat; 
}

li.action span.email {
  background: url(images/email-icon.png) no-repeat;
}


/* blog carousel */

div#resources div.jcarousel-container
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 40px;
	bottom: 0px;
}

div#resources div.jcarousel-clip {

	width: 650px;
	height: 480px;
	margin: 0px 22px;
}

div#resources div#resources-container {
  height: 650px;
}

ul#action_carousel
{
	position: relative;
	left: 0px;
}

ul#blog_carousel {
  padding-left: 5px;
  	list-style-type: none;
	list-style-image: none;
}


ul#blog_carousel li
{
	display: block;
	padding: 0px;
	margin: 5px;
	cursor: pointer;
		list-style-type: none;
	list-style-image: none;
}

div#resources h3
{
	margin: 0px;
	padding: 10px;
	font-weight: normal;
	font-size: 18pt;
}

div.item
{
	padding: 0px 10px;
	font-size: 11px;
}

div#resources p
{
	font-size: 12pt;
	margin: 10px 0px;
}

div#featured p {
  font-size: 12pt;
}

div#resources p.byline
{
	color: #4775b4;
	border-bottom: 1px solid #dae3f0;
	text-align: right;
	padding: 0px 0px 5px 0px;
	margin: 5px 0px 10px 0px;
}

h3.info
{
	/* background: #456;*/
}

h3.contribute
{
	/* background: green;*/
}

h3.twitter
{
	/* background: #375;*/
}

h3.facebook
{
	/* background: #357;*/
}

h3.youtube
{
	/* background: red;*/
}

h3.comment
{
	/* background: orange; */
}

/* scrollers */

div.scroll
{
	position: absolute;
	width: 23px;
	height: 23px;
	cursor: pointer;
}

div#actions div.scroll
{
	left: 150px;
}

div#resources div.scroll
{
	top: 150px;
}

div.up
{
	top: -30px;
	background: transparent url(images/scroll/up.png) no-repeat center center;
}

div.down
{
	bottom: -30px;
	background: transparent url(images/scroll/down.png) no-repeat center center;
}

div.left
{
	left: 0px;
	background: transparent url(images/scroll/left.png) no-repeat center center;
}

div.right
{
	right: 0px;
	background: transparent url(images/scroll/right.png) no-repeat center center;
}

div#prev.jcarousel-prev-disabled,
div#next.jcarousel-next-disabled
{
	visibility: hidden;
}

/* content */

div#presentation
{
	overflow: hidden;
}

div.content
{
	position: relative;
	width: 660px;
	height: 388px;
	margin: 70px 20px 20px 355px;
	padding: 0px;
	overflow: auto;
}


div.content h3
{
	font-weight: normal;
	font-size: 12pt;
	margin: 0px 0px 5px 0px;
	padding: 5px;
}

div.content p.status
{
	color: black;
	font-weight: normal;
	font-size: 17pt;
}

div#connect_splash img.splash
{
	margin-left: 190px;
}

div#connect_splash a
{
	display: block;
	margin-left: 230px;
}

/* score / feedback */

p.feedback_delta
{
	font-size: 14pt;
	color: #4775b4;
}

p.feedback_score
{
	font-size: 14pt;
	background: #dae3f0 url(images/score_bgrd.png) repeat-x top;
	padding: 20px;
}

div#thanks {
  background: url(images/score-bg.png) no-repeat;
  width: 640px;
  height: 386px;
  overflow: hidden;
}

div#thanks div#leaderboard {
  float: right;
  margin-top: 180px;
}

div#thanks img#dot1 {
  position: absolute;
  top: 156px;
  left: 460px;
}

div#thanks img#dot2 {
    position: absolute;
  top: 280px;
  left: 460px;
}

br.clear {
  clear: both;
}

div#thanks div#text {
  font-weight: bold;
  font-size: 22pt;
  color: #fff;
  width: 320px;
  top: 180px;
  left: 10px;
}

div#thanks span#message {
  font-size: 30pt;
  color: #a7e7ff;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 10px;
  font-weight: bold;
  width: 620px;
}

div#thanks a#back
{
	display: block;
	position: absolute;
	bottom: 15px;
  right: 25px;
	width: 85px;
	height: 44px;
	background: transparent url(images/iframe-back.png) no-repeat left top;
	margin-right: 10px;
	cursor: pointer;
}

div#thanks a#announce
{
	display: block;
	position: absolute;
	bottom: 5px;
	right: 155px;
	width: 132px;
	height: 58px;
	background: white url(images/announce.png) no-repeat left top;
	cursor: pointer;
}

div#thanks p#announce-text {
  position: absolute;
  bottom: 10px;
  margin: 0;
  width: 300px;
  left: 100px;
  color: #fff;
  font-size: 16pt;
  font-weight: bold;
}


/* fb & twitter are branded message boxes */

div#inviter {
  background: #4769b2;
  min-height: 386px;
}

div#inviter h3 {
 color: #fff;
 font-size: 22pt;
 margin-left: 65px;
  
}
div#inviter div.profline {
  margin-left: 95px;
  width: 300px;
}

div#inviter div#yourphoto {
  position: absolute;
  top: 225px;
  right: 90px; 
}

div#inviter img.fb_profile_pic_rendered {

}

div#inviter a.ref_go {
/*  position: fixed; */
/*	top: 345px; */
/*	right: 215px; */
}

div#inviter a#checkall {
  color: #fff;
  margin-left: 95px;
  cursor:pointer;
  cursor:hand;
}

p#invite-limit {
  margin-left: 95px;
  color: #fff;
  font-size: 120%;
}

div#inviter h4 {
  margin-left: 95px;
  color: #fff;
}

div#inviter div#friends img#throbber {
  margin-left: 95px;
}


div#inviter div#friends input#search {
  margin-left: 135px;
  color: #ccc;
  font-style: italic;
}


div#inviter div.profline {
  background: transparent url(images/inviter-bg.png) no-repeat;
  height: 54px;
  width: 343px;
}

div#inviter div.profline p {
  color: #0066ff;
  font-size: 17pt;
  margin: 0 0 0 130px;
}

div#inviter div.profline img {
  height: 45px;
  width: 45px;
}


div.fb
{
	padding: 12px 100px 10px 100px;
	margin-left: 65px;
	margin-top: 10px;
	width: 323px;
	height: 116px;
	background: transparent url(images/invite-header.png) top left no-repeat;
}

div#inviter button {
  margin-left: 480px;
}

div.twitter
{
	padding: 20px 100px 10px 200px;
	width: 323px;
	height: 116px;
	background: white url(images/twitter_panel_bgrd.png) no-repeat top left;
}

/* ref is content that is mostly a link to an external site */

div.ref
{
	padding: 0px;
}

div.ref img
{
	float: left;
}

div.ref span
{
/*	display: block;*/
/*	padding: 20px;*/
/*	height: 286px;*/
/*	width: 194px;*/
/*	margin-left: 389px;*/
/*	background: white url(images/ref_text_bgrd.png) no-repeat left top; */
}

a.ref_go
{
	display: block;
	height: 71px;
	width: 138px;
	margin-top: 15px;
	position: absolute;
	top: 295px;
	right: 45px;
	background: transparent url(images/action-button.png) no-repeat left top;
	padding-top: 5px;
	margin-right: 10px;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 5px;
	cursor: pointer;
}

div#inviter a.ref_go {
/*  top: 320px;*/
}

a.ref_go span.points {
  font-size: 9pt;
  text-align: center;
  font-weight: normal;
  margin: auto;
  
}

/* profline is a representation of a user in table line format */

div.profline
{
	position: relative;
	height: 70px;
	margin: 4px 0px;
	padding: 4px;
	background: transparent url(images/leaderboard-bg.gif) no-repeat;
}

div.profline p
{
	color: #4775b4;
	margin: 0px 0px 0px 55px;
	font-size: 9pt;
}

div.profline label
{
	display: block;
	color: #456;
	margin: 10px 0px 0px 10px;
	font-size: 11pt;
}

div.profline label input
{
	vertical-align: -10%;
	margin: 0px;
}

div.profline img
{
	float: left;
}

div.content div.profline
{
	width: 615px;
}

div#leaderboard div.leader_set
{
	margin-bottom: 4px;
}

div#leaderboard div.profline
{
	height: 60px;
	/* background: black url(images/leaderboard-bg.gif) no-repeat left top; */
}

div#leaderboard div.current_user
{
	background-image: url(images/leaderboard-current-bg.png); 
}

div#leaderboard div.profline p
{
	position: absolute;
	margin: 0px;
	left: 95px;
	top: 5px;
	color: #0099ff;
	font-size: 13pt;
	font-family: Arial;
}

div#leaderboard div.current_user p {
}

div#leaderboard div.profline p a {
  color: #0099ff;
  text-decoration: none;
}

div#leaderboard div.current_user p a {
  text-decoration: none;
}

div#leaderboard div.profline img
{
	position: absolute;
	left: 40px;
	top: 6px;
	height: 50px;
	width: 50px;
}

div#leaderboard span.rank
{
	position: absolute;
	display: block;
	width: 32px;
	text-align: center;
	left: 5px;
	top: 3px;
	font-weight: bold;
	font-size: 36pt;
	color: #0099ff;
}

div#leaderboard div.current_user span.rank {
}

div#leaderboard span#logged_out
{
	position: absolute;
	display: block;
	text-align: center;
	font-size: 16pt;
	color: #456;
	top: 330px;
	left: 10px;
	right: 10px;
}

div#middle {
  height: 650px;
}

div#leaderboard div.additional div.profline
{
  height: 36px;
  background: transparent url(images/leaderboard-row-small.png) no-repeat;
  margin: 0;
}

div#leaderboard div.additional div.current_user {
  background: transparent url(images/leaderboard-small-current.png) no-repeat;
}

div#leaderboard div.additional span.rank {
  font-size: 24pt;
}


div#leaderboard div.additional p {
  font-size: 10pt;
  top: 3px;
}

div#leaderboard div.additional img {
  height: 32px;
  width: 32px;
  top: 3px;
}

div#leaderboard div.join img {
  width: auto;
  height: auto;
  top: 10px;
  margin-left: 30px;
}

/* use screed for long form text content */

div.screed
{
	padding: 30px 50px;
	background: transparent url(images/ref_info.png) no-repeat;
	min-height: 320px;
}

div.screed p
{
	font-size: 12pt;
	line-height: 24pt;
	margin: 24px 0px;
}

/* digg bar */

div#iframe_container
{
	position: absolute;
	top: 54px;
	width: 1000px;
	bottom: 0px;
}

div#iframe_container iframe
{
	height: 100%;
	width: 100%;
}

a#iframe_back
{

}

a#iframe_completed {

}

div#fancy_div {
  height: 95% !important;
}
/* footer */


div#paid_for
{
	border: 1px solid;
	background: #e4e5e6;
	margin: 0px 20px;
	padding: 2px;
}

div#footer p
{
	margin: 4px;
}

div#howto, div#about, div#contact, div#facts, div#email {
  display: none;
}

div#contact {
  margin-left: 50px;
}

p.add-link {
  font-size: 140%;
  margin-left: 180px;
  margin-top: 60px;
  width: 400px;
}

p.comment-text {
  font-size: 180%;
  margin-left: 80px;
  margin-top: 60px;
  width: 400px;
}

div#connect-action {
  background: #4769b2;
  width: 660px;
  height: 388px;
  overflow: hidden;
}

div#connect-action div#leaderboard {
  margin-left: 10px;
}

div#connect-action div.profline {
  width: 250px;
}

div#connect-action div.additional {
  position: absolute;
  top: 200px;
  left: 300px;
}

div#connect-action img#seperator {
  display: none;
}

div#connect-action p.message {
  color: #fff;
  font-size: 36px;
  position: absolute;
  width: 300px;
  top: 10px;
  left: 300px;
}
