/* @override 
	http://pmi-ittelecom.dev:8888/assets/css/common.css
	http://pmi-ittelecom.org/assets/css/common.css
*/

/* @group Legend */
/* !Color Key */ /*	
	#dee6fd - Hawkes Blue
	#396ebe - Indigo
	#0163b4 - Endeavour
	#ddeaf2 - Black Squeeze
	#5d8de2 - Havelock Blue
	#b6c3ee - Spindle
	#4875be - Steel Blue	*/
	
/* !Font Families */ /*	
	Code - "Courier New", Courier, monospace;
	Body, Headings - Arial, "Helvetica Neue", Helvetica, sans-serif;		*/

/* !Hacks & Utilities */ /*
	zoom: 1 - triggers hasLayout in IE
	*Selector - for IE6/7
	_Selector - for IE6 			*/	
/* @end */

/* @group Easy Clearing */
/* Based on: Easy Clearing - Tony Aslett,Position is Everything,and Alex Robinson
	http://www.tanfa.co.uk/archives/show.asp?var=300
	Modified because we don't care about IE Mac anymore and using zoom to trigger 
	hasLayout instead of relying on display switching which tends to interfere with
	JavaScript display effects */
.clearfix:after { content: "."; display: block; visibility: hidden; clear: both; height: 0; line-height: 0;	font-size: 1px;}
.clearfix { zoom: 1; height:1%;}
/* @end */

/* @group Accessible Hidden Text
/* Accessible hidden text which is still readable by screen readers
	http://www.webaim.org/techniques/css/invisiblecontent/ */
.hidden, #skip a { position: absolute; left: -10000px; top:auto; width:1px; height:1px; overflow:hidden;}
#skip a:focus {position:static; width:auto; height:auto;} 
/* @end */

/* @group General Text */
p {
	margin-bottom: 1em;
}

a {
	color: #193985; 
	text-decoration: underline;
}

	a:visited {
		color: #396ebe;
	}

	a:focus, 
	a:hover { 
		text-decoration: none;
	}
	
/* links in the shadowbox. Primarily the cancel link */
    div#sb-wrapper a {
        color: white;
    }
	
strong {
	font-weight: bold;
}

em {
	color: black; 
	font-style: italic;
}

small {
	font-size: 11px;
}

code {
	font-family: "Courier New", Courier, monospace; 
	background-color: #ebebeb; 
}

pre {
	margin-bottom: 1em;
}

ol, 
ul {
	list-style-type: decimal; 
	margin-bottom: 1em; 
	margin-left: 30px;
}

	ul {
		list-style-type: disc;
	}

	ol li, 
	ul li {
		margin-bottom: 0.25em;
	}
	
blockquote {
	border-left: 4px solid #cccccc; 
	margin: 0em 30px 1em; 
	padding-left: 10px;
}
/* @end */
	
/* @group Headings */
h1 {
	border-bottom: 1px dotted #666666;
	color: #222222;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1em;
}

h2 {
	color: #444444;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0.5em;
}

h3 {
	color: #222222;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0.5em;
}

/* @end */

/* @group Miscellaneous Styles */
#history_return {
	float: right;
}


/* @group Messages */
.good, 
.info, 
.alert, 
.bad {
	background-position: 5px 7px;
	background-repeat: no-repeat;
	border-width: 1px;
	border-style: solid;
	padding: 5px 5px 5px 25px;
}

.good {
	background-color: #d7f2df;
	background-image: url("../images/design-related/icon-good.png");
	color: #006012;
	border-color: #4aac51;
	
}

.info {
	background-color: #c3dfe7;
	background-image: url("../images/design-related/icon-info.png");
	color: #164379;
	border-color: #4b95bb;
}

.alert {
	background-color: #ffefba;
	background-image: url("../images/design-related/icon-alert.png");
	color: #d14d00;
	border-color: #e8a733;
	
}

.bad {
	background-color: #ffdcd7;
	background-image: url("../images/design-related/icon-bad.png");
	color: #ca2b1f;
	border-color: #fb8a87;
	
}
/* @end */
/* @end */

/* @group Layout */
body {
	background-color: white;
	color: #222222;
	font-size: 14px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.5;
	margin-left: 10px;
	margin-right: 10px;
}

div#page {
	margin-left: auto;
	margin-right: auto;
	width: 940px;
}


div#global_banner {
	background-color: #dee6fd;
	margin-bottom: 1em;
	padding: 5px;
}

	div#global_banner #logo {
		display: inline;
		float: left;
	}

div#primary_content {
	display: inline;
	float: left;
	margin-bottom: 1em;
	width: 700px;
}

	div#masthead{
		background-color: #ddeaf2;
		font-size: 18px;
		line-height: 1.4;
		margin-bottom: 1em;
		padding: 1em 20px;
	}

div#secondary_content {
	display: inline;
	float: right;
	font-size: 12px;
	line-height: 1.3;
	margin-top: 0.75em;
	margin-bottom: 1em;
	width: 220px;
}

div#footer {
	border-top: 1px solid #cccccc;
	clear: both;
	color: #aaaaaa;
	font-size: 12px;
	padding-top: 0.5em;
	padding-bottom: 1em;
}

	div#footer p {
		display: inline;
		float: left;
	}

/* @end */

/* @group Navigation */
div#skip a {
	display: block;
	font-size: 12px;
	margin: 0.75em 0;
}

ul#navigation_global {
	display: inline;
	float: right;
	font-size: 13px;
	list-style-type: none;
	margin: 5px 10px 0em 0px;
}

	ul#navigation_global li {
		border-right: 1px solid #b6c3ee;
		display: inline;
		float: left;
		margin-bottom: 0em;
	}
	
		ul#navigation_global li.last-child {
			border-right-width: 0px;
		}
	
		ul#navigation_global li a {
			display: block;
			color: #0163b4;
			padding: 0px 8px;
			text-decoration: none;
		}
		
			ul#navigation_global li a:hover,
			ul#navigation_global li.here a {
				text-decoration: underline;
			}
	
ul#navigation_primary {	
	background-color: #396ebe;
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 0em;	
	padding: 6px 0px;
}

	ul#navigation_primary li {
		border-right: 1px solid #6189D1;
		display: inline;
		float: left;
		margin-bottom: 0em;
	}
	
		ul#navigation_primary li.last-child {
			border-right-width: 0px;
		}
	
		ul#navigation_primary li a {
			color: white;
			display: block;
			padding: 2px 12px;
			text-decoration: none;
		}
		
			ul#navigation_primary li a:hover,
			ul#navigation_primary li.here a {
				text-decoration: underline;
			}
			
ul#navigation_secondary {
	background-color: #ddeaf2;
	font-size: 12px;
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 0.5em;	
	padding: 5px 0px;
}

	ul#navigation_secondary li {
		border-right: 1px solid #b6c3ee;
		display: inline;
		float: left;
	}
	
		ul#navigation_secondary li.last-child {
			border-right-width: 0px;
		}
	
		ul#navigation_secondary li a {
			color: #4875be;
			display: block;
			padding: 0px 8px;
			text-decoration: none;
		}
		
		ul#navigation_secondary li a:hover,
		ul#navigation_secondary li.here a {
			text-decoration: underline;
		}
		
ol#navigation_breadcrumbs {
	font-size: 11px;
	list-style-type: none;
	margin-left: 0px;
}

	ol#navigation_breadcrumbs li {
		display: inline;
		float: left;
		padding: 5px 5px 5px 0px;
	}
	
			
ul#navigation_footer {
	display: inline;
	float: right;
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 0em;
}

	ul#navigation_footer li {
		display: inline;
		float: left;
		border-right: 1px solid #cccccc;
	}
	
		ul#navigation_footer li.last-child {
			border-right-width: 0px;
		}
	
		ul#navigation_footer li a {
			display: block;
			padding: 0px 8px;
		}
/* @end */
	
/* @group Forms */ 
/* for the comments form see the !Comments section below */
form {
	margin-bottom: 1em;
}

	form fieldset {
		background-color: #ebebeb;
		margin-bottom: 1em;		
		padding: 10px 0px 10px 10px;
	}
	
	form legend {
		font-weight: bold;
		font-size: 13px;
	}		
		
	form label {
		display: block;
	}
	
	form input.text,
	form input.password,
	form textarea {
		display: block;
		margin-bottom: 1em;
		width: 95%;
	}
	
	form input.submit {
		display: block;
		margin-bottom: 1em;
	}


form#search_form {
	display: inline;
	float: right;
	margin-bottom: 0px;
	padding: 3px;
}

div#primary_content form#search_form {
	display: block;
	float: none;
	padding: 0px;
}

	form#search_form input.text,
	form#search_form input.submit {
		display: inline;
		margin-bottom: 0px;
		width: auto;
	}

form#login_form {
	background-color: #5d8de2;
	color: white;
	margin-bottom: 1em;
	padding: 10px;
}

	form#login_form fieldset {
		background-color: transparent;
		margin-bottom: 0em;
		padding: 0px;
	}

	form#login_form legend {
		margin-bottom: 1em;
	}
	
		form#login_form p label {
			display: inline;
		}
		
		form#login_form input.submit {
			display: inline;
			float: left;
		}
		
		form#login_form input#password {
			margin-bottom: 0.25em;
		}
		
	form#login_form ul {
		display: inline;
		float: right;
		margin-left: 0px;
		margin-bottom: 0em;
	}
	
		form#login_form ul li {
			margin-bottom: 0em;			
		}
	
			form#login_form a {
				color: white;
			}
/* @end */

/* @group Webinar Widget */
div#webinar_widget {
	background-color: #E6D3B1;
	line-height: 1.2;
	margin-bottom: 1em;
	padding: 10px 10px 0px;
}

	div#webinar_widget h3{
		border-bottom: 1px solid #bbbbbb;
		line-height: 1.5;
	}

	div#webinar_widget dl {
		margin-bottom: 1em;	
	}

		div#webinar_widget dt {
			color: #555555;
			display: inline;
			float: left;
			width: 35%;
		}
	
		div#webinar_widget dd {
			margin-left: 35%;
			margin-bottom: 0.75em;
		}
	
	div#webinar_widget p {
		color: black;
	}
/* @end */
	
/* @group Event Widget */
div#events_widget {}

div.vevent {
	margin-bottom: 1em;
}

	div.vevent p {
		font-size: 12px;
		margin-bottom: 0em;
	}
	
		div.vevent p.location {
			color: #666666;
		}
/* @end */

/* @group Vimeo Widget */
div#vimeo_widget.filled{
	margin-bottom: 2em;
}

	div#vimeo_widget div {
		display: inline;
		float: left;
		margin-right: 20px;
		margin-bottom: 30px;
		width: 200px;
	}	
	
	div#vimeo_widget p {
		margin-bottom: 0.1em;
	}
	
	div#vimeo_widget a {
		display: block;
	}
	
	div#vimeo_widget h2 a {
		display: inline;
	}
	
	div#vimeo_widget img {
		border: 1px solid #999999;
	}
/* @end */	

/* @group Media Embed */
div.video_embed {
	margin-bottom: 1em;
	padding: 1em 10px 0.5em;
	text-align: center;	
}

/* @end */

/* @group Twitter Widget */
div#twitter_widget{
	margin-bottom: 2em;
}

	div#twitter_widget p {
		border-bottom: 1px solid #ebebeb;
		margin-bottom: 1.5em;
		padding-bottom: 1em;
	}
	
		div#twitter_widget small {
			color: #666666;
			display: block;
			font-weight: bold;
			text-align: right;
		}
		
		div#twitter_widget h2 small {
			display: inline;
			text-align: left;
		}
/* @end */
		
/* @group Flickr Widget */		
div#flickr_widget {
	clear: both;
	margin-bottom: 1em;
}

	div#flickr_widget h2 a.flickr {
		display: inline;
		float: none;
		margin-right: 0px;
		margin-bottom: 0px;
	}

	div#flickr_widget a.flickr {
		display: inline;
		float: left;
		margin-right: 10px;
	}	
	
		body.media_section div#flickr_widget a.flickr {
			margin-bottom: 10px;
		}		
	
		div#flickr_widget a.flickr.last-child {
			margin-right: 0px;
		}
		
		div#flickr_widget img {
			padding: 3px;
			border: 1px solid #ccc;
		}
/* @end */
		
/* @group Site Badges	*/
div#stay_connected {}

	div#stay_connected ul {
		list-style-type: none;
		margin-left: 0px;
	}
	
		div#stay_connected li {
			display: inline;
			float: left;
			width: 48%;
		}
	
			div#stay_connected li a {
				background-image: url(../images/design-related/sprite-social-media.png);		
				background-position: 0 0;			
				background-repeat: no-repeat;
				display: block;
				padding: 4px 0px 5px 28px;
			}	
			
				div#stay_connected li.feed a{
					background-position: 0 0;				
				}	
				
				div#stay_connected li.twitter a {
					background-position: 0 -24px;				
				}			
				
				div#stay_connected li.vimeo a{
					background-position: 0 -48px;				
				}								
				
				div#stay_connected li.flickr a{
					background-position: 0 -72px;				
				}										
				
				div#stay_connected li.itunes a{
					background-position: 0 -96px;				
				}	
				
				div#stay_connected li.facebook a{
					background-position: 0 -120px;				
				}								
/* @end */

/* @group Articles */
div.intro_content {
	margin-bottom: 1em;
	border-bottom: 1px solid #cccccc;
}

div.article_listing {
	margin-bottom: 2em;
}

	div.article_listing h2 {
		margin-bottom: 0em;
	}
	
		div.article_listing h2 a {
			text-decoration: none;
		}

			div.article_listing h2 a:hover {
				text-decoration: underline;
			}
	
	div.article_listing p.posted_date {
		color: #666666;
		font-size: 13px;
		margin-bottom: 0.5em;
	}
	
		body.calendar_section div.article_listing p.posted_date {
			margin-bottom: 0em;
		}
		
	div.article_listing p.more_info {
		font-size: 13px;
		margin-bottom: 1em;
	}
/* @end */
	
/* @group Pagination */
div.pagination {}

	span.page_count {
		border-right: 1px solid #ccc;
		margin-right: 5px;
		padding-right: 10px;
	}
/* @end */	
	
/* @group Comments */

div#comments_container {
	clear: both;
	font-size: 13px;
}

	div#comments_container h3 {}
	
	div#comments_container ol {
		margin-bottom: 2em;
	}
	
		div#comments_container li {
			border-bottom: 1px solid #cccccc;
			margin-bottom: 1em;
			padding: 5px 10px;
		}
	
			div#comments_container li.odd {}
			
			div#comments_container li.even {
				/* background-color: #ebebeb; */
			}
			
			div#comments_container p.posted_date {
				color: #666666;
				font-size: 12px;
				margin-bottom: 0em;
			}
				
form#comment_form {}

	form#comment_form div.field_group {
		float: left;
		margin-right: 1%;
		width: 32%;
	}
	
		form#comment_form div.field_group.last-child {
			margin-right: 0%;
		}
		
		form#comment_form label#your_comment {
			clear: both;
		}
			
		form#comment_form textarea {
			width: 97%;
		}
		
		form#comment_form input.submit {
			margin-bottom: 0em;
		}			
/* @end */
		
/* @group Sponsors */
div#sponsors {
	background-color: #f2f2f2;
	margin-bottom: 1em;
	padding: 10px;
}

	div#sponsors h3 {
		border-bottom: 1px solid #dadada;
	}

	div.sponsor_box {
		border-bottom: 1px dotted #e5e5e5;
		margin-bottom: 1em;
		padding-bottom: 1em;
		text-align: center;
	}
	
		div.sponsor_box:last-child {
			border-bottom-width: 0px;
			margin-bottom: 0px;
		}
	
		div.sponsor_box a {
			display: block;
		}
	
		div.sponsor_box p {
			line-height: 1.2;
			margin-top: 5px;
			margin-bottom: 0px;
		}
/* @end */

/* @group People */
div.person {
	background-color: #ebebeb;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-top: 10px;
	margin-bottom: 2em;
	padding: 10px;
}

	body.people_section div.person {
		background-color: transparent;
		border: 0px;
		margin-top: 0em;
		padding: 0px;
	}

div.person h2 {
	margin-bottom: 0.25em;
}

div.person img {
	border: 1px solid #ccc;
	display: inline;
	float: left;
	margin: 4px 10px 10px 0px;
}

	body.people_section div.person img {
		background-color:#ebebeb;
		padding: 5px;
	}
	
div.person p.read_more {
 	margin-bottom: 0px;
 	text-align: right; 
}
/* @end */

/* @group Google Maps */
div#map {
	border: 1px solid #cccccc;
 	height: 400px;
	width: 700px;
	margin-bottom: 1em;
}

	body.detail_section div#map {
		float: right;
		margin-left: 10px;
		margin-bottom: 10px;
		width: 220px;
		height: 220px;
		overflow: hidden;
	}
/* @end */

/* @group Page Specific */

/* @group Homepage */
/* Layout from http://www.alistapart.com/articles/holygrail */

/* if you want the center column to be fluid uncomment this bit */
/*body.home_section div#page{
	width: auto;
	margin: 0;
}*/

body.home_section div#page {
	position: relative;
	zoom: 1;
}

body.home_section {
	min-width: 860px; 	/* 2x (LC fullwidth + CC padding) + RC fullwidth */
}

body.home_section div#content {
	margin-top: 1em;
	padding-left: 280px; 	/* LC fullwidth */
	padding-right: 260px; 	/* RC fullwidth + CC padding */
}

	body.home_section div#primary_content,
	body.home_section div#secondary_content,
	body.home_section div#tertiary_content {
	 	position: relative;
	 	float: left;
	 	margin-top: 0.75em;
		margin-bottom: 1em;
	}
		
		body.home_section div#primary_content {
			line-height: 1.4;
			margin-left: 0;
			padding: 0px 20px; 	/* CC padding */
			width: 100%;
		}
		
		body.home_section div#secondary_content {
			width: 220px;			/* RC width */
			padding: 0px;			/* RC padding */
			margin-right: -260px;	/* RC fullwidth + CC padding */
		}
		
		body.home_section div#tertiary_content {
			font-size: 13px;
			line-height: 1.3;
			width: 280px; 		/* LC width */
			padding: 0px;		/* LC padding */
			right: 320px; 		/* LC fullwidth + CC padding */
			*left: 220px;	 	/* IE 6/7 - RC fullwidth */
			margin-left: -100%;
		}
		
body.home_section div#footer,
body.home_section div#flickr_widget,
body.home_section div#sponsors {
	*margin-left: -280px; /* IE 6/7 */
	*margin-right: -260px; /* IE 6/7 */
}

body.home_section div#masthead {
	font-size: 13px;
	line-height: 1.3;
}

	body.home_section div#masthead h1 {
		border-width: 0px;
		font-size: 13px;
		margin-bottom: 0.5em;
	}
	
		body.home_section div#masthead p {
			margin-bottom: 0em;
		}

body.home_section div#sponsors {
	clear: both;
}

	body.home_section div.sponsor_box {
		border-width: 0px;
		display: inline;
		float: left;
		height: 250px;
		margin-top: 1em;
		margin-right: 10px;
		margin-bottom: 0em;
		width: 170px;
	}
	
body.home_section div.article_listing h2 {
	line-height: 1.2;
}
/* @end */
/* @end */