@charset "utf-8";
/* CSS Document */

body {
	background:#000 url(../images/bg.jpg) no-repeat top center;
	color: #fff;
	font-size:14px;
}
.container {
}
.center {
	border:1px solid #666;
}
h1, h2, h3, h4, h5, h6 {
	color:#990000;
	font-family:Georgia, "Times New Roman", Times, serif;
}
li a, li a:link{
	color: #fff;
}
li a:visited {
	color:#990000;
}
li a:hover, li a:active {
	color:#990000;
}
.investorbreadcrumb {
	font-size:12px;
}
.investorbreadcrumb li {
	display: inline;
	padding-right:15px ;
}

#logo {
	text-align:center;
}
#navigation ul {
	padding: 15px;
	margin:0;
	text-align:center;
	background:url(../images/rule.gif) repeat-x top;
}
#navigation ul li{
	display:inline;
	font: 24px Georgia, "Times New Roman", Times, serif;
	padding: 15px;
}
#navigation ul li a {
	padding: 15px;
	color:#cbcbcb;
	text-decoration:none;
}
#navigation ul li a:hover, #navigation ul li a.active {
	text-decoration:none;
	border-bottom: 2px solid #333333;
	color:#fff;
}
#fluff {
	color:#990000;
	font: 18px Georgia, "Times New Roman", Times, serif;
	margin: 15px 0;
}
#content p {
	line-height: 20px;
}
#content img.right {
	float:right;
	padding:20px;
}
input {
	background: #000;
	color:#fff;
	border:1px solid #fff;
}
#footer {
	background:url(../images/rule2.gif) repeat-x top;
	margin:10px 0;
	padding:30px 0;
}

/*-----------------------------TIPJOY WIDGET -----------------*/
.tjbody{  /* this is the container around the entire widget */
	background:none;
	display:block;
}

.tjContent { /* this is the container just inside tjbody, contains all content */
	margin:5px auto;
	text-align:left;
	display:block;
}

.block1{ /* this is the 'give' block */
	display:block;
	margin-bottom:7px;
}

.block2{ /* this is the giver list block */
	margin-top:10px;
	display:block;
}
   
.tjp{ /*this is our paragraph tag */
	margin-top:2px;
	display:block;
	font-size:80%;
	font-weight:normal;
}

.tjemphasis{ /* used to give various elements emphasis */
	font-weight:bold;
}

.tjtitle{  /* the title field is for your custom message.*/
	margin: 5px 0;
	font-size:110%;
	font-weight:bold;
}

.tjsubtitle{ /* the subtitle field is for the 'recent givers' and 'most generous' headers */
	font-size:100%;
	font-weight:bold;
}

.tjgivebtn{ /* this styles the 'give' button.*/
	vertical-align:middle;
}

/*-----------------------------TIPJOY WIDGET: GIVER LISTS -----------------*/

.tjgiventry{  /* this gives extra style to the paragraphs which list the giver and their message if applicable */
	margin:5px 0 10px 0;
	padding-left:4px;
	border-left:1px solid #ccc;  
	display:block;
}

.tjtime{ /* the time indicator on each giver paragraph */
	font-style:italic;
}

.tjmymsgs{ /* the giver's message row(s)*/
	display:block;
}