/*
--------------------------------------------------
*
*	Project:	Periscope.com
*	Modified:	05.24.10
*
	COLOR PALLET **************
	Grey: 				#595959
	Dark Blue:			#141F3D
	Orange:				#EE8905
	Periscope Blue:		#4397D3
	Green:				#AEB718
	***************************
*
*
--------------------------------------------------
*/


/*	HEADERS
-------------------------------------------------- */
h1 {
	color:#141F3D; /* Dark Blue */
	font-size:20px;
	line-height:28px; }
	h1 span.thin { font-weight:100; }
h2 {
	font-size:16px;
	font-weight:100; }

/*	PARAGRAPH
-------------------------------------------------- */
p {
	font-size:12px;
	line-height:18px;
	padding:2px 0 11px; }
	.pscopeBlue { color:#4397D3; /* Periscope Blue */ }
	.highlight { padding:3px 3px 0 3px; }
		.highlight:hover {
			background:#f8991d;
			color:#FFF; }
sup {
	font-size:8px;
	vertical-align:super; }

/*	LINKS
-------------------------------------------------- */
a {
	border:none;
	color:#f8991d;
	text-decoration:none; }
	a.orange {
		color:#EE8905;
		padding:2px; }
		a.orange:hover {
			background:#EE8905;
			color:#FFF; }
	a.blue {
		border:0;
		color:#141F3D;
		text-decoration:none; }
		a.blue:hover { text-decoration:underline; }
	a.capabilites {
		border:none;
		color:#f8991d;
		padding:0 2px;
		text-decoration:none; }
		a.capabilites:hover {
			background:#f8991d;
			color:#fff; }
