/*======================================
      WELCOME TO THE STYLESHEET
	  
      Author: Sacha Greif ( http://www.sachagreif.com )
======================================*/
 

/**************************************/
/*              GLOBALS               */
/**************************************/
body {
	background:#e4e4e4;
	font-family:Trebuchet MS, Verdana, Arial, Geneva, sans-serif;
	margin:0;
	padding:0;
	color:#303030;
}
#page {
	background:#fff url("../img/pl_bg_blue.png") repeat-x;
}
#page .wrapper {
	background:url("../img/pl_center_bg.png") no-repeat center 248px;
}
.sub {
	padding:10px;
}
.container {
	font-size:14px;
	line-height:16px;
}
.swift {
  	padding:0 0 3px 8px;
}
.container p {
  	margin:8px;
}
.highlight, .container .highlight {
	font-weight:bold;
	color:#FFF;
	background:none;
}
hr {
	height:1px;
	background:#ccc;
}
.details {
	font-size:12px;
	color:#666;
}
/**************************************/
/*               LISTS                */
/**************************************/
ul, .content ul {
	list-style-type:none;
	list-style-image:none;
	padding:0;
	margin-left:0;
}
ul.no-bullet li {
	background:none;
}
.content ul li {
	background:url(../img/pl_list_bullet.gif) no-repeat 0px 4px;
	padding-left:25px;
	margin-bottom:10px;
}
ul ul {
	list-style-image:none;
}
.content ul ul li, .content ul ul ul li {
	background:none;
	padding-left:0;
}
/**************************************/
/*             HEADINGS               */
/**************************************/
h1, h2, h3, h4, h5, h6, .nav {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	margin:8px;
}
h1 {
	font-size:24px;
	line-height:1.5em;
	color:#fff;
	letter-spacing:-1px;
	font-weight:normal;
}
h2 {
	color:#fff;
	font-size:40px;
	line-height:1.5em;
}
.content h1, .content h2{
	color:#333;
}
h3 {
	font-weight:normal;
	font-size:24px;
	line-height:1.5em;
	letter-spacing:1.2px;
	margin-bottom:0.3em;
}
h4 {
	color:#454545;
	font-size:18px;
	line-height:1.5em;
}
h5 {
	font-size:16px;
	line-height:1.5em;
	color:#999;
	font-variant:small-caps;
}
h6 {
	font-size:14px;
	line-height:1.5em;
	color:#999;
}
.container h4 {
	margin-bottom:0.5em;
}
.container li h4 {
	margin-bottom:0;
}
.section-title {
	padding-bottom:0.3em;
	margin-bottom:0.5em;
	border-bottom:1px #aaa solid;
}
/**************************************/
/*              LINKS                 */
/**************************************/
a, .container a, .container a:link {
	text-decoration:none;
	color:#2bb2c2;
}
a:visited, .container a:visited {
	color:#165d70;
	text-decoration:none;
}
a:hover, .container a:hover {
	color:#2bb2c2;
	text-decoration:underline;
}

/**************************************/
/*              HEADER                */
/**************************************/
.header{
	background:#000;
}
.header h1 {
	height:54px;
	line-height:54px;
	float:left;
	color:#fff;
}
.header h1 a:link, .header h1 a:visited, .header h1 a:active, .header h1 a:hover {
	color:#fff;
	text-decoration:none;
}

/**************************************/
/*              TAGLINE               */
/**************************************/
#tagline {
	margin:30px 0;
}
#tagline h2 {
	font-size:40px;
}
#tagline p {
	color:#000;
	font-size:24px;
	font-weight:bold;
	line-height:1.3em;
}

/**************************************/
/*               FOOTER               */
/**************************************/
.footer{
	background:#e4e4e4;
	border-top:#ccc 1px solid;
}
.footer .container .content p{
	text-align:center;
	font-size:14px;
	padding:1em 0 0 0;
	color:#999;
}
/**************************************/
/*            USEFUL STUFF            */
/**************************************/
.note{
	color:#666;
}
.fleft {
	float:left !important;
}
.container .fleft {
	margin:0 20px 10px 0;
}
.fright {
	float:right !important;
}
.container .fright {
	margin:0 0 10px 20px;
}
.aleft, .container .aleft {
	text-align:left;
}
.aright, .container .aright {
	text-align:right;
}
.acenter, .container .acenter {
	text-align:center;
}
.container div.border {
	border-color:#666;
}
.container li p {
	text-align:left;
}
div.border, div.colborder {
	border-color:#333;
}
.no-margin, .container .no-margin {
	margin:0;
}
.no-padding .container .no-padding {
	padding:0;
}
.icon{
	vertical-align:middle;
}