/* --------------------------------------------------------------

    base.css

    Author:
    Date:

    This is the main stylesheet

    +top

--------------------------------------------------------------

  +Resets default browser CSS styles

-------------------------------------------------------------- */

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,
dl, dt, dd, ul, li, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}

/* --------------------------------------------------------------

    +Default Styles

-------------------------------------------------------------- */

body {
	text-align: center;
	font-size: 62.5%;
	font-family: Sans-Serif;
	color: #5e606c;
	background:url(/structure/site-bg.jpg) repeat-x top;
	}

.floatleft { float: left; }
.floatright { float: right; }

.clear-floats { clear: both; font-size: 1px; }


/* links */

a         { text-decoration:none; border-style:dotted; border-width:0 0 1px 0; }
a:link    { color:#0099cc; border-color:#0099cc; }
a:visited { color:#6699cc; border-color:#6699cc; }
a:hover   { border-style:solid; }
a:active   { color:#99cc00; border-color:#99cc00; }
a:focus   { color:#99cc00; border-color:#99cc00; }

strong, b, .first-para { font-weight:bold; }
em, i { font-family:Georgia, serif; font-style:italic; }

/* images  */

.img img { border:1px solid #DDD; padding:1px; }
.img a { border-width:0; }
.img a img { border-style:dotted; border-width:1px; }
.img a:link img    { border-color:#0099cc; }
.img a:visited img { border-color:#6699cc; }
.img a:hover img   { border-style:solid; }
.img a:active img   { border-color:#99cc00; }
.img a:focus img   { border-color:#99cc00; }

/* --------------------------------------------------------------

    +Layout

    -- This is the optimum layout for 1024px
    -- Individual column width 93px
    -- 9 column layout
    -- margin 14px

-------------------------------------------------------------- */

#top 		{ width: 100%; margin: 0 auto; padding: 0; position: relative; }
#shell 	{ width: 974px; margin: 0 auto; position: relative; }
#page 	{ text-align: left; }

#header { width:260px; float:left; margin-left:12px; padding-top:30px; }
#logo   { margin:0 0 14px 0; height:80px; }
#logo a { border-width:0; }

#nav { width:690px; float:left; }
#content { clear:both; margin-left:12px; min-height: 600px; }

.col { float: left; width: 80px; position: relative; min-height: 10px}

.span-1  { width: 80px; }
.span-2  { width: 160px; }
.span-3  { width: 240px; }
.span-4  { width: 320px; }
.span-5  { width: 400px; }
.span-6  { width: 480px; }
.span-7  { width: 560px; }
.span-8  { width: 640px; }
.span-9  { width: 720px; }
.span-10 { width: 800px; }
.span-11 { width: 880px; }
.span-12 { width: 960px; }

.section { clear:both; }

/* This should be the standard module ---------------------- */
.module,
#comments {
  background-image:url(/structure/module-headers.gif);
  background-position:top left;
  background-repeat:no-repeat;
  padding: 11px 14px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.article-title, .article-text {
  padding: 0 14px 14px 14px;
}

.module { background-position:0 0; }
.module.lgreen { background-position:-955px 0; }
.module.lblue { background-position:-1910px 0; }

.module span.module-link { float:right;display:block;margin-right:10px; }

.hi-block
{
  background-image:url(/structure/hi-block.gif);
  background-position:top left;
  background-repeat:no-repeat;
  margin-bottom: 14px;
}

.hi-block div
{
  background-image:url(/structure/hi-block-corner.png);
  background-position:bottom right;
  background-repeat:no-repeat;
  padding: 11px 14px 5px 14px;
}

.hi-block img { margin:0 0 5px 0; padding:1px; border:1px solid #CCC; background:#fff }
.hi-block a.img { border-width:0; }
.hi-block a.img img { border:1px solid #719563; }
.hi-block a.img:hover img { border:1px solid #719563; background:#719563 }

.col .module h2,
.col #comments h2,
.col .hi-block h2 { margin-right:-15px; margin-top:-10px; padding:10px 0; background:url(/structure/module-rightcap.png) no-repeat right top;}
.col .socialx h2 { margin-right:-15px; margin-bottom:0; padding:10px 0 0 10px; margin-bottom:5px; background:url(/structure/module-rightcap.png) no-repeat right top;}

.col .hi-block h2 img { border:0; padding:0; }

.module h3 { margin-top:0.6em; margin-bottom:0.2em; }

img.framed { padding:1px; border:1px solid #719563; }

/* --------------------------------------------------------------

    +Typography + Headings

-------------------------------------------------------------- */

p { margin-bottom: 1.5em; }
p, ul, ol, blockquote, dd, dt, table { font-size: 1.2em; line-height: 1.8em; }

ul ul, ul ol, ol ol, ol ul { font-size:1em; }

.col p,
.col h1,
.col h2,
.col h3 { padding:0 10px; }
blockquote { font-family:Georgia, serif; font-style:italic; padding:3px 17px 0 17px; margin-bottom: 1em; border-left:2px solid #EEE; }

/* Lists ----------------------------------------------------- */

dt { margin-bottom: 0.35em; }
dd { margin-bottom: 1.3em; }

ul { margin: 0 0 1.5em 0; padding: 0 0 0 1.5em; }

ul.inline-list { float: left; }
ul.inline-list li { float: left; display: inline; }

.module ul { list-style:none; margin:0; padding:0; font-size:1.4em; }
.module li { padding:0 0 10px 0; margin-bottom:10px; background:url(/structure/divider.gif) bottom repeat-x;  }
.module li a { border:0; text-transform:uppercase; font-weight:bold; }

/* Headings -------------------------------------------------- */

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	color: #333;
	font-weight: bold;
	clear: none;
	line-height: 1.5em;
	}

h1 { font-size: 4.8em; margin-bottom: 0em; margin-top:0; }
h2 { font-size: 2.8em; font-weight:normal; margin-bottom: 0.1em; }
h3 { font-size: 1.7em; margin-bottom: 0.889em; }
h4 { font-size: 1.5em; margin-bottom: 1.066em; }
h5 { font-size: 1.3em; margin-bottom: 1.2307em; }
h6 { font-size: 1.1em; margin-bottom: 1.5em; }

h1 span, h2 span, h3 span { display: none; }


.module h2,
#comments h2,
.hi-block h2,
.socialx h2 { color:#fff; text-transform:uppercase; line-height:1em; min-height:20px; font-size: 1.9em; font-weight:bold; margin-bottom:0.4em; }
.module h2 a,
#comments h2 a { color:#CDD7DD }
.module h2 a:hover,
#comments h2 a:hover { color:#fff }
.lblue h2,
.hi-block h2,
.socialx h2 { color:#55758A; }
.lblue h2 a,
.hi-block h2 a,
.socialx h2 a { color:#55758A; border-width:0; }

/* --------------------------------------------------------------

    +Tables

-------------------------------------------------------------- */

.cal table { width:100%; }
.cal table caption { background:#d8d8d8; padding:5px 0; }
.cal table th,
.cal table td { padding:0; text-align:center; }
.cal table th { background:#f0f0f0; font-weight:bold; }
.cal table td {  }
.cal table td span { background:#e8e8e8; display:block; padding:2px 5px; }
.cal table td a { background:#c2dde8; display:block; padding:2px 5px; font-weight:bold; border-width:0; }
.cal table td a:hover { background:#c2dde8; color:#fff; }

/* --------------------------------------------------------------

    +Forms

-------------------------------------------------------------- */


fieldset { padding:10px; background:#E8EDF0; border:1px solid #D2DBE0;}
fieldset legend { font-size:1.4em; padding:5px 10px; color:#fff; font-weight:bold; background:#55758A; }
fieldset label { float:left; font-size:1.2em; margin-right:5px; width:100px; }
.labelright { float: none; }
fieldset br { clear:both; }
fieldset input,
fieldset textarea { margin-bottom:5px;}
fieldset .buttons { padding:5px 0; }
fieldset .buttons input { font-size:1.4em; }

form#sitesearch { height:40px; text-align:right; padding-top:10px; margin-right:12px; }
form#sitesearch fieldset { padding:0; background:transparent; border:0; }

/* --------------------------------------------------------------

    +Navigation

-------------------------------------------------------------- */

#nav ul { list-style:none; text-align:right; padding-top:80px;}
#nav ul li { display:inline; margin-left:10px;}
#nav ul li a { border-width:0; }

#sub-nav ul { list-style:none; padding-left:0; margin-bottom:10px; margin-top:10px; font-size:1.4em; line-height:1.4em; font-family: Georgia, serif; font-style:italic; }
#sub-nav ul li { margin-bottom:0.5em; }
#sub-nav ul ul { font-size:1em; margin-top:7px; margin-bottom:14px; }
#sub-nav ul ul li,
#sub-nav ul ul ul li { background:url(/structure/nav-arrow.gif) no-repeat top left; padding-left:16px; }
#sub-nav a { color:#719563; }

#article-nav { list-style:none; float:right; padding-right:10px; }
#article-nav li { display:inline; margin-left:10px;}

/* --------------------------------------------------------------

    +Homepage

-------------------------------------------------------------- */

.feature-box { height: 286px; position: relative; margin-bottom:10px; background-repeat:no-repeat; }
.feature-box img { position: absolute; top:0; left:0; }
.feature-box a { display:block; width:955px; height:286px; position:absolute; top:0; left:0; border-width:0; }
.feature-box h2 { margin:0; padding:0; }
.feature-box h2 span { display:none; }
.feature-box p { position: absolute; font-size: 1.8em; line-height: 1.2em; top: 195px; left: 35px; width: 400px; color: #cad6da }
.shallow { height:144px; }
/* --------------------------------------------------------------

    +Events Page

-------------------------------------------------------------- */

ul#events { padding:0; list-style:none; font-size:1em; }
ul#events li { clear:both; }
ul#events h2 a { border-width:0; color:#fff; }
ul#events h2 a:hover { color:#CDD7DD; }
ul#events img { float:left; margin:0 14px 14px 0; }
ul#events ul { clear:none; padding:0; list-style:none; }
ul#events ul li { padding:5px 10px; clear:none; margin:0; }
ul#events li.dt { font-weight:bold; }
ul#events span.for { font-family:Georgia, serif; font-style:italic; }
ul#events span.cost { font-weight:bold; }

/* --------------------------------------------------------------

    +Content Page

-------------------------------------------------------------- */

.section-head { background-image:url(/structure/section-underline.gif); background-repeat:no-repeat; background-position:0 75px; }

.meta { font-family:Georgia, serif; font-style:italic; color:#999; }
.author { font-family:Georgia, serif; font-style:italic; }
span.author { display:block; text-align:right; color:#999; }

.article-head { margin:0 0 14px 0; }
.summary { font-size:1.6em; font-weight:bold; }
.module .meta { font-family:Georgia, serif; font-style:italic; margin-bottom:0.2em;}

div.comment { padding:2px 0; margin-bottom:5px; background:url(/structure/divider.gif) bottom repeat-x; }

.media { border-bottom: 1px dotted #CCC; margin-bottom:10px; text-align:center; }
.media img { border:2px solid #D4DDE2; padding:1px; }
.media p { margin:0 0 5px 0; color:#999; font-family:Georgia, serif; font-style:italic; }

p.pager { visibility:hidden }
p.pager span,
p.pager a { visibility:visible; padding:2px 5px; border:1px solid #666;
  -moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	}
p.pager span { background:#999; color:#fff; }
p.pager a { background:#EFF3F5; color:#0099cc; border-color:#0099cc }
p.pager a:hover { color:#ffffff; background:#0099cc; }


/* Social X Component */

.socialx
{
  background-image:url(/structure/socialx-bg.jpg);
  background-position:top left;
  background-repeat:no-repeat;
  margin-bottom: 14px;
}

.socialx div
{
  background-position:bottom right;
  background-repeat:no-repeat;
  padding: 11px 14px 5px 14px;
}

.facebook div { background-image:url(/structure/socialx-facebook.png); }
.twitter div { background-image:url(/structure/socialx-twitter.png); }

/* Comments */

.comments { list-style:none; padding:20px 10px; }
.comments li { margin-bottom:1em; }
.comments .author { font-family:sans-serif; display:inline; font-style:normal; color:#74ab5e; margin-right:0.5em; }
.comments li .date { visibility:hidden; color:#b9c7d0; margin-left:0.5em; font-size:0.9em; }
.comments li:hover .date { visibility:visible; }

/* --------------------------------------------------------------

    +Profile

-------------------------------------------------------------- */

.vcard { margin-bottom:1.2em; padding:5px; border:1px solid #E8EDF0; margin:0 0 7px 0; overflow: auto; }
.vcard img { float:left; margin-right:7px; margin-bottom:7px; border:1px solid #57778D; padding:1px;  }
.vcard h3 { margin-bottom:0; }
.vcard p { margin-bottom:0.2em; }
.vcard ul.contact { clear:both; list-style:none; text-align:right; }
.vcard ul.contact li { display:inline; margin-right:5px; }
.vcard ul.contact li a { padding-left:18px; background-position:0 2px; background-repeat:no-repeat;}
.vcard ul.contact li a.email { background-image:url(/images/icons/vcard/email.gif) }
.vcard ul.contact li a.twitter { background-image:url(/images/icons/vcard/twitter.gif) }

/* --------------------------------------------------------------

    +Download Box

-------------------------------------------------------------- */

img .download-type-large { float:right; }

/* --------------------------------------------------------------

    +Footer

-------------------------------------------------------------- */

#footer { clear:both; background:url(/structure/divider.gif) top repeat-x; padding:14px; }
#footer ul { margin-left:640px; list-style:none; padding:20px 10px; background:url(/structure/pci-logo.gif) right center no-repeat; }

/* --------------------------------------------------------------

		+Overwrite Styles

    Add these class names to clear any margins, paddings or floats
    Keep these declarations at the BOTTOM of this stylesheet

-------------------------------------------------------------- */

.clear-floats { clear: both; font-size: 1px; height: 1px; line-height: 0px; }
.clear { clear:both; }

.bold 	 	{ font-weight: bold; margin: 0; }
.quiet 	 	{ font-weight: lighter; text-transform: none; letter-spacing: 0;}
.last 		{ margin-right: 0; }
.half 		{ width: 48.5%; margin-right: 15px; }
.left 		{ float: left; }
.italic 	{ font-style: italic; letter-spacing: 0.04em; }

.no-marg 			{ margin: 0; }
.no-pad 			{ padding: 0; }
.marg-right 	{ margin-right: 14px; }
.marg-left 		{ margin-left: 14px; }
.marg-bottom 	{ margin-bottom: 14px; }
.marg-top 		{ margin-top: 14px; }
.marg-all 		{ margin: 14px; }

.pad-bottom 	{ padding-bottom: 14px; }

ul.downloads
{
	list-style: none;
}
