/*
Theme Name: PDL
Theme URI: http://wordpress.org/
Description: PDL theme derived from the 2010 default theme for WordPress.
Author: Tenrec, Inc.
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
}
ol, ul {
color:#515151;
font-size:1.2em;
line-height:1.4em;
list-style-position:outside;
margin:0.5em 0 1em 0.5em;
padding-left:1em;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	font-size: 1.2em;
	font-weight: bold;
	color: #43236F;
}

a img { border: none; }

td {
	padding: 4px;
}

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
float:right;
min-height:600px;
position:relative;
width:768px;
}
#primary,
#secondary {

}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */


h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}



/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 960px;
}
#wrapper {
	margin-top: 20px;
	background: #fff;
	padding: 0 20px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	width: 700px;
	font-weight: bold;
	font-size: 14px;
}
#site-generator {
	float: right;
	width: 220px;
}



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */
body {
	background: #f1f1f1;
}


hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
}
a:link {
}

a:active,
a:hover {
	color: #FF4B33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}



/* =Header
-------------------------------------------------------------- */


#site-title {
	float: left;
	margin: 0 0 18px 0;
	width: 700px;
	font-size: 30px;
	line-height: 36px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */




/* =Menu
-------------------------------------------------------------- */


/* =Content
-------------------------------------------------------------- */
#wrap.home #content 
{
  float:none;
  width:961px;
  background:url("/wp-content/themes/pdl/images/helix.jpg") no-repeat scroll left top transparent;
}

#main {
	overflow: hidden;

}
#content {
}
#content,
#content input,
#content textarea {
	color: #333;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom:0px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom:0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
}

.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color:#888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #FF4B33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color:#000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #FF4B33;

}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #E7E7E7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight:bold;
	margin:0 0 22px 0;
	word-spacing:0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color:#333;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}
.home .sticky .page-link a {
	background: #D9E8F7;
}
.page-link a:active,
.page-link a:hover {
	color: #FF4B33;
}
.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	line-height: 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -104px 0 0;
	padding: 11px;
	height: 60px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}
.entry-utility {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	clear: both;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #FF4B33;
}
#content .video-player {
	padding: 0;
}



/* Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top:0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}




/* Gallery listing
-------------------------------------------------------------- */

.category-gallery {
	margin-bottom: 48px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .entry-meta {
}
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-content p {
	display: inline;
}
.home #content .category-gallery .entry-utility {
	padding-top:4px;
}


/* Attachment pages
-------------------------------------------------------------- */

.entry-content .attachment img {
	margin-bottom: 0;
}
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}



/* Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}



/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
	color: #888;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #FF4B33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}



/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display:none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #FF4B33;
}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}



/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	padding: 18px 0;
	overflow: hidden;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	position: relative;
	font-style: italic;
}
#site-generator a {
	color: #666;
	display:inline-block;
	text-decoration: none;
	background: url(images/wordpress.png) center left no-repeat;
	padding-left: 20px;
	line-height: 16px;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display:block;
	margin: 0 auto 10px;
}



/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}



/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background:none !important;
	}
	#wrapper {
		float: none !important;
		clear: both !important;
		display: block !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		margin: 0;
		padding:0;
		line-height: 1.4em;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		width: 100%;
		margin: 0;
	}
	#content,
	.one-column #content {
		width: 100%;
		margin: 24pt 0 0;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display:none
	}
	#site-generator a {
		padding: 0;
	margin: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display:inline;
	}
	.home .sticky {
		border: none;
	}
}

/*---------------------------------
	PDL SPECIFIC
---------------------------------*/

@charset "UTF-8";
/* CSS Document */
html { overflow-y: scroll; }

body {
    font: 62.5% Arial, Helvetica, Verdana, sans-serif; 
}
a img {border:none;}
p {
	color:#515151;
	font-size:1.2em;
	line-height:1.4em;
	padding:0.75em 0 0.25em;
	margin:0;
}
ul {
	color:#515151;
	list-style-position:outside;
}
td {
	color:#515151;
	font-size:1.2em;
	line-height:1.4em;
	padding:0.75em 0.25em 0.25em 0.25em;
	margin:0;
}
h1 {
	font-weight:normal;
}
h2 {
	font-size:1.2em;
	color:#42326f;
	padding:0;
}
a {color:#515151;}
a:hover { color:#000;}
#logoprint {display:none;}
sup {font-size:0.6em;}
/*---------------------------------
			STRUCTURE
---------------------------------*/
#wrap {
	width:961px;
	margin:0 auto;
	position:relative;
	background:url(/wp-content/themes/pdl/images/bg_content.gif) repeat-y top;
}
#header {
	height:125px;
	width:963px;
	background-color:#fff;
	z-index:1;
}
#topnav {
	width:360px;
	height:20px;
	float:right;
	margin-top:35px;
	text-align:right;
}
#access {
	height:43px;
	width:963px;
	position:absolute;
	top:95px;
	left:-1px;
	z-index:20;
}
#secNav {
	width:169px;
	float:left;
	padding-left:11px;
	border-top:40px solid #e6f6f9;
	padding-top:25px;
}
#main {
	float:right;
	position:relative;
	min-height:600px;
}
#left {
	width:180px;
	padding:20px 0 0 0;
	float:left;
}
#right {
	width:525px;
	float:right;
	padding:16px 50px 30px 0;	
}
#wrap.home #main{
	width:960px;
	float:none;
}
#wrap.home #left {
	width:285px;
	padding:30px 0 30px 30px;
	float:left;
}
#wrap.home #right {
	width:469px;
	float:right;
	padding:0;
}
#footer {
	clear:both;
	background-color:#fff;
	border-top:10px solid #fff;
	width:960px;
}
.clear {clear:both;}
/*---------------------------------
			NAVS
---------------------------------*/
#topnav a {
	color:#666;
	font-size:1.1em;
	margin:10px 0;
	text-decoration:none;
	padding:0 10px;
	float:left;
}
#topnav a.line, #topnav a.line1 {
	border-right:1px solid #dddedf;
}
.home #topnav a.line1 {display:none;}
.home #topnav {width:310px;}
#topnav form {
	width:170px;
	float:right;
}
#topnav input.btn {vertical-align: text-bottom;}
#topnav a:hover {color:#000;}
ul#menu-main {
	margin: 0;
	padding: 0;
	white-space:normal;
	font-size:1.2em;
	width:966px;
	height:43px;
	float:left;
}
ul#menu-main li {
	display: inline;
	list-style-type: none;
	float:left;
	padding:0;
	z-index:20;
	position:relative;
	width:193px;
}
ul#menu-main a { 
	padding:0;
	line-height:43px;
	clear:none;
	display:block;
	float:left;
	color:#333; 
	width:193px;
}
ul#menu-main a:link, #nav a:visited {
	color:#000;
	text-decoration: none;
}
ul#menu-main li a {text-indent:-9000px; background-color:transparent; background-image:none;}

ul#menu-main li a[title=about] {background:url(/wp-content/themes/pdl/images/nav_about-trans.png) no-repeat left}
ul#menu-main li a[title=about]:hover, ul#menu-main li.current_page_item a[title=about], ul#menu-main li.current-page-ancestor a[title=about]
{background:url(/wp-content/themes/pdl/images/nav_about_over-trans.png) no-repeat left;}

ul#menu-main li a[title=technology] {background:url(/wp-content/themes/pdl/images/nav_tech-trans.png) no-repeat left;}
ul#menu-main li a[title=technology]:hover, ul#menu-main li.current_page_item a[title=technology]
{background:url(/wp-content/themes/pdl/images/nav_tech_over-trans.png) no-repeat left;}

ul#menu-main li a[title=royalty] {background:url(/wp-content/themes/pdl/images/nav_royalty-trans.png) no-repeat left;}
ul#menu-main li a[title=royalty]:hover, ul#menu-main li.current_page_item a[title=royalty]
{background:url(/wp-content/themes/pdl/images/nav_royalty_over-trans.png) no-repeat left;}

ul#menu-main li a[title=investor] {background:url(/wp-content/themes/pdl/images/nav_investor-trans.png) no-repeat left;}
ul#menu-main li a[title=investor]:hover, ul#menu-main li.current_page_item a[title=investor]
{background:url(/wp-content/themes/pdl/images/nav_investor_over-trans.png) no-repeat left;}

ul#menu-main li a[title=news] {background:url(/wp-content/themes/pdl/images/nav_news-trans.png) no-repeat left; width:190px;}
ul#menu-main li a[title=news]:hover, ul#menu-main li.current_page_item a[title=news] 
{background:url(/wp-content/themes/pdl/images/nav_news_over-trans.png) no-repeat left;}



/* --dropdown --*/
ul#menu-main li li
{background-image:none; color:#333;}  
ul#menu-main li li a:hover 
{background:#cbe68a url(/wp-content/themes/pdl/images/arrow_drop.gif) no-repeat 8% 0;}
ul#menu-main li ul {
	position:absolute;
	display:none;
	top:35px;
	padding:0;
	z-index:5;
	padding:10px 0 0 0;
	margin:0;
	width:188px;
	border:1px solid #999999;
	height:auto;
	background:#fff url(/wp-content/themes/pdl/images/shadow_drop.gif) repeat-x 0 0;
	font-size:1em;
}
ul#menu-main li:hover ul, ul#menu-main a:hover ul, ul#menu-main li.over ul {
	display:block;
	left:0;
	
}
ul#menu-main li li a.last {padding-bottom:10px;}
ul#menu-main li li a {
	font-size:1em; /* text size of dropdown items */
	line-height:1.1em;
	text-decoration:none;
	display:block;
	z-index:20;
	width:138px; /* width of a items connected to ul width */
	padding:5px 20px 5px 30px;
	margin:0;
	color:#333; /* color of items in dropdown */
	text-indent:0px;
	background:#fff none;
	
}

/* this setting is also in an IE specific rule that needs to be modified: nav li  ul */

ul#menu-main li > ul {
	background-color:transparent; 
     opacity: 0.95;
      -moz-opacity: 0.95;
}
ul#menu-main li li a { 
	font-weight:normal;
}


#mainNav ul li a.image {color:transparent;}


/*---------------------------------
			HOME
---------------------------------*/
#wrap.home {background:url(/wp-content/themes/pdl/images/bg_home.jpg) repeat-y top;}
#content-home {background:url(/wp-content/themes/pdl/images/helix.jpg) no-repeat top left;}
.home #header {background:#fff url(/wp-content/themes/pdl/images/helix_header.jpg) no-repeat top left;}
.home h2, .home h3 {font-weight:normal; margin:0; padding:0;}

#slide {
	width:469px;
	height:263px;
	background-color:#fafdfe;
	position:relative;
}
.home #left div#introTxt {
	width:285px;
	padding:18px 0 16px 0;
}
.home #left h1 {
	font-weight:normal;
	font-size:1.5em;
	line-height:1.8em;
	color:#000;
}
#left a.seasonsGreetings {
	background-color: #1C7900;
	color: #FFFFFF;
    display: block;
    height: 18px;
    margin: 0;
    padding: 7px 5px 5px 20px;
    width: 197px;
	margin-bottom: 10px;
}
#left p.orange, #left p.blue, #left p.purple, #bar p.green {margin-bottom:10px; padding:0;}
#left p.orange a, #left p.blue a, #left p.purple a, #bar a {
	display:block;
	width:197px;
	height:18px;
	padding:7px 5px 5px 20px;
	margin:0;
	color:#fff;
}
#left p.orange a:hover, #left p.blue a:hover, #left p.purple:hover, #bar a:hover {color:#000;}
p.orange a {background-color:#ee8a1d;}
p.blue a {background-color:#29abe2;}
p.purple a {background-color:#605386;}
.press {
	
	padding:20px;
}
#bar {
	background-color:#8cc63f;
	height:31px;
}
#right #bar h2 {
	float:left;
	display:block;
	margin:0 20px 0 0;
	padding:0 0 0 20px;
	font-size:1.2em;
	color:#fff;
	font-weight:normal;
	height:31px;
	line-height:30px;
}
#right #bar h3 {
	font-size:1.2em;
	font-weight:normal;
	float:left;
	display:block;
	width:140px;
	height:31px;
	line-height:30px;
	margin:0;
	padding:0;
}
#right #bar h3 a {color:#fff;}
#right #bar h3 a:hover {color:#000;}
#bar select {
	border:1px inset #999;
	margin:4px 0 0 0;
	padding:2px 0 2px 5px;
	width:150px;
}
#newsframe {
	width:456px;
	height:250px;
	border:none;
	margin:0 0 0 13px;
	background-color:#f2f2f2;
}
/*---------------------------------
			SEC NAV
---------------------------------*/
#secNav ul {
	margin:0;
	padding:0;
	font-size:1.2em;
	line-height:1.2em;
	list-style-type:none;
}
#secNav li {
	margin:0;
	padding:0;
	display:inline;
}
#secNav li a {
	display:block;
	color:#333;
	text-decoration:none;
	padding:0.3em 1em 0.3em 1.8em;
}

#secNav li a:hover, #secNav li.current_page_item a {
	background:#cbe68a url(/wp-content/themes/pdl/images/arrow_drop.gif) no-repeat 5px 0%;
	font-weight:bold;
	color:#42326f;
	padding-right:0.5em;
}
 #secNav li.current_page_item li a {
	background:none;
	font-weight:normal;
	color:#333333;
}
#secNav li.current_page_item li a:hover {
	background:#cbe68a url(/wp-content/themes/pdl/images/arrow_drop.gif) no-repeat 5px 0%;
	font-weight:bold;
	color:#42326f;
}
#secNav li a[title=section] {
	color:#42326f;
	text-transform:uppercase;
}
#secNav ul ul {
	font-size:1em;
	margin:0;
}
#secNav li li a {
	padding:0.2em 0.9em 0.1em 2.7em;
	display: none;
}
#secNav li.current_page_item li a {
	display: block;
}
#secNav li li.current_page_item a {
	display: block;
}
#secNav li.current_page_ancestor li a {
	display: block;
}
/*---------------------------------
			CONTENT
---------------------------------*/
.bigTxt {
	font-size:1.4em;
	margin-top:0.3em;
	color:#4d4d4d;
}
#left a {color:#4d4d4d;}
#left h1 {
	font-size:2em;
	color:#42326f;
	margin:0.2em 0 5px 0;
	padding:0;
}
#left h2 {
	padding:1em 0 0  0;
	margin:0;
}
#right h1 {
	font-size:1.6em;
	color:#42326f;
	margin:0.75em 0 0 0;
	padding:0;
}
#right h2 {
	padding:1em 0 0  0;
	margin:0;
}
.green {color:#50aa00;}
.purple {color:#42326f;}
.orange, span.orange a {color:#DB650E;}
span.orange a:hover {color:#000;}
ul.indent {margin-left:3em;}
ul.indent li {margin-bottom:0.5em;}
div#rightbox {
	width:190px;
	float:right;
	margin:0.5em -30px 4em 1.5em;
}
.logos img {
	margin:0 0 5px 25px;
}
.box {
	border:1px solid #999;
	width:330px;
	margin:2em 0;
}
.box p {
	padding-left:1.5em;
	padding-right:1.5em;
	color:#77787b;
}
.box strong {color:#231f20;}
.box a {color: #77787b;}
#right div.box h2 {
	border-bottom:1px solid #999;
	padding:1em 1.5em;
}
#webcast {
	/*border:1px solid #a0a4a5;*/
	padding:10px 0 5px 0;
	margin:1em 0 2em 0;
}
#webcast h2 {
	padding:10px 0 0 25px;
	margin-bottom:0;
	background:url(/wp-content/themes/pdl/images/icn_webcast.gif) no-repeat top left;
}
#webcast a h2 {text-decoration:underline;}
#webcast a:hover h2 {color:#000;}
.smallTxt, .smallTxt a {
	color: #767677;
	font-size:0.9em;
}
.cal {
	width:340px;
	margin-top:2.3em;
}

#toolbar {
	text-align:right;
}
#toolbar p {
	margin:0;
	padding:0 15px 0 0;
	font-size:1em;
	position:absolute;
	top:270px;
	right:0;
}
#toolbar a {
	color: #767677;
	text-decoration:none;
	margin:0 4px;
}
#toolbar a:hover {
	color: #000;
}
a.print {
	padding:0 0 0 20px;
	margin-bottom:0;
	background:url(/wp-content/themes/pdl/images/icn_print.gif) no-repeat top left;
}
a.email {
	padding:0 0 0 20px;
	margin-bottom:0;
	background:url(/wp-content/themes/pdl/images/icn_email.gif) no-repeat top left;
}
a.rss {
	padding:0 0 0 18px;
	margin-bottom:0;
	background:url(/wp-content/themes/pdl/images/icn_rss.gif) no-repeat top left;
}
a.alert {
	padding:0 0 0 22px;
	margin-bottom:0;
	background:url(/wp-content/themes/pdl/images/icn_alert.gif) no-repeat top left;
}
a.sheet {
	padding:0 0 0 15px;
	margin-bottom:0;
	background:url(/wp-content/themes/pdl/images/icn_sheet.gif) no-repeat top left;
}
#right div.bar {
	padding:10px 0 0 0;
}
#right div.bar h3 {
	background-color:#918f90;
	color:#fff;
	margin:0;
	padding:0 0 0 20px;
	height:30px;
	width:482px;
	line-height:30px;
	font-size:1.2em;
}
#newsBox,#newsArchiveBox {
	padding: 0;
	background-color:#f2f2f2;
	margin:0 0 5em 0;
	float:left;
	width:500px;
}
#tabs {float:left; width:195px;}
#tabs p.newstab {margin:0; padding:0;}
#tabs p.newstab a {
	display:block;
	width:163px;
	height:18px;
	padding:6px 5px 5px 20px;
	color:#fff;
	font-size:1em;
	margin-bottom:5px;
	background-color:#918f90;
}
#tabs p.newstab a:hover, #tabs p.newstab a.on {background-color:#605386; width:170px;}
.col {width:200px; float:left;}
.rightimg {
	margin-right:-20px;
	padding:10px 0 10px 10px;
	float:right;
}
p.center {text-align:center;}
#sitemap ul {text-transform:uppercase;}
#sitemap ul ul {font-size:1em; text-transform:none;}
#sitemap ul ul ul {font-size:1em;}
table.newsList, table.eventsList {
	margin:15px 0;
}
table.newsList th, table.eventsList th {
	text-align:left;
	color:#42326f;
	font-size:1.4em;
}
table.newsList td, table.eventsList td {
	padding-right:20px;
}
a.pdf {
	background:url(/wp-content/themes/pdl/images/PDF.gif) no-repeat top left;
	padding:5px 0 5px 25px;
}
a.ppt {
	background:url(/wp-content/themes/pdl/images/ppt.gif) no-repeat top left;
	padding:5px 0 5px 25px;
}a.med {
	background:url(/wp-content/themes/pdl/images/md_win.gif) no-repeat top left;
	padding:5px 0 5px 25px;
}
#right h2.big {font-size:1.6em; font-weight:bold; padding:0.8em 0 1em 0;}
#right h2.big span {font-size:0.7em; font-weight:normal;}
/*---------------------------------
			FOOTER
---------------------------------*/
#footer p {
	font-size:1em;
	color:#999;
}
#footer a {
	color:#999;
	margin:0 0 0 2em;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
/*---------------------------------
			SEARCH
---------------------------------*/
#wrap.search {
	background:url(/wp-content/themes/pdl/images/bg_search.gif) 
}
#wrap.search #content {
	padding-top:20px;
}
#wrap.search #secNav  {
	color:#42326f;
	padding-left:20px;
	border-top:10px solid #e6f6f9;
	padding-top:15px;
}
#wrap.search #secNav h1 {
	color:#42326f;
}
/*---------------------------------
			ROYALTY
---------------------------------*/
table.royalty {
	width:495px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#e6f6f9;
	font-weight:normal;
	font-size:1em;
	margin:10px 0;
}
table.royalty th {
	background-color:#63528f;
	color:#e6f6f9;
	padding:5px 0;
	text-align:center;
	font-size:1.2em;
}
table.royalty td {
	color:#2e3132;
	padding:5px 0;
	text-align:center;
}
table.royalty tr.stripe {
	background-color:#ced7e5;
}

table.split {width:525px;}

/*---------------------------------
			SEARCH
---------------------------------*/
body.search h1.page-title
{
	margin-top: 30px;
}
body.search h2
{
	font-size: 13px !important;
}
body.search div.entry-meta, body.search div.entry-utility, body.search #primary
{
	display: none !important;
}
body.search div.hentry
{
	margin-bottom: 15px !important;
}
body.search p
{
	padding: 0;
}

img.wp-image-346 {padding-top:20px;}

table.newsletter {margin-top:18px;}

table.newsletter th {text-align:left;padding-right:15px;margin:0;}

table.newsletter td {text-align:left;margin:0;padding:5px 15px 5px 0;}
