/* -------------------------------------------------------------- 
   
   	stocksfoundation.css
  	Bright Blue - color hightlight: 009ded
  	Orange Blue - color hightlight: a93014  	Splash Background: fdffcc
  	
  	Global Classes
-------------------------------------------------------------- */
body {
	background: #232323;
}

a, h3 {
	color: #a93014;
}

p, li {
	font-family: georgia, times, "times new roman";
}

.center {
	text-align: center;
}
.padd_top {
	padding-top: 20px;
}

.padd_bot {
	padding-bottom: 20px;
}


/* --------------------------------------------------------------
	HEADER
-------------------------------------------------------------- */
.header {
	background: #323232;
	border-top: 2px solid #a93014;
}
.latest_tweet {
	background: url(/public/imgs/twitter_top.png) center no-repeat;
	background-position: 1px 50%; 
	padding: 15px 0 15px 60px;
	color: #666;
	line-height: 12px;
	font-size: 11px;
}
.latest_tweet a {
	color: #a93014;
}
.content-link {
	text-align: right;
	padding: 20px 20px 0 0;
}
.content-link a {
	color: #666;
	font-style: italic;
	text-decoration: none;
}

/* --------------------------------------------------------------
	CONTENT AREA
-------------------------------------------------------------- */
.content {
	background: #efefef;
	border-top: 1px solid #d7d7d7;
}
.front-list ul {
	padding: 0px; margin: 0;
	border-bottom: 1px solid #fff;
}
.front-list li {
	list-style-type: none;
	padding: 12px 0;
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #fff;
}
.front-list h3 {
	color: #a93014;
	font-weight: bold;
	border-bottom: 1px solid #d7d7d7;
	padding: 0 0 6px 0;
	margin: 0;
}
.front-list a {
	color: #666;
}
.small_box {
	margin: 0 0 10px 0;
	color: #ccc; 
	background: #232323; 
	border-bottom: 3px solid #d7d7d7; 
}
.small_box a {
	color: #fff;
}
.small_box p {
	padding: 10px;
	margin: 0;
	font-size: 10px;
} 
.small_box b {
	font-size: 13px;
	color: #fff;
}


/* --------------------------------------------------------------
	TESTIMONIALS AREA
-------------------------------------------------------------- */
.testimonials h2 {
	border-bottom: 1px solid #d7d7d7;
}
.testimonials input	{
	width: 400px; 
}
.testimonials textarea {
	width: 400px;
	height: 70px;
}
.testimonials {
	border-top: 1px solid #d7d7d7;
	background: #fff;
}
.testimonials em {
	color: #666; 
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}
.testimonials p {
	padding: 0 0 10px 0;
}
.other-networks	{ 
	background:#fdffcc;
	text-align:left;
	margin:15px 0;
	padding: 20px;
	border:1px solid #d7d7d7;
}


/* --------------------------------------------------------------
	FOOTER AREA
-------------------------------------------------------------- */
.footer {
	padding: 40px 0 60px 0;
	text-align: center;
	color: #666;
}
.footer a {
	color: #a93014;
}