
/** BEGIN Global **/

	* {
		margin: 0; padding: 0;
	}
	
	body {
		
		background:#fff url(../images/bg.png) repeat-x top left;
		text-align: center;
		font: 12px Arial,Helvetica,Sans-serif;
		color: #FAFAFA;
		height:100%;
	}
	
	a {
		color:#007BC0;
		text-decoration:none;
	}
	
	a:hover {
		text-decoration:underline !important;
	}
	
	img {
		border: 0;
	}
	
	/*.cbox h2, .box h2 {
		
		font-weight:normal !important;
	}*/
	
	.cbox h2 a, .box h2 a {
		
		color:#fff;
	}
	
	textarea {
		font-family:Verdana, Helvetica, sans-serif;
		font-size:12px;
	}
	
	/** BEGIN Buttons **/
	
		/* CUSTOM SCALABLE BUTTONS */
		.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; zoom:1; clear:both; }
		.btn * { font-style: normal; background-image: url(../images/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
		.btn i { background-position: top left; position: absolute; margin-bottom: -5px; top: 0; left: 0; width: 5px; height: 5px; }
		.btn span { background-position: bottom left; left: -5px; padding: 3px 0 8px 10px; margin-bottom: -5px; }
		.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
		.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }
		
		.btn.blue { background: #2ae; }
		.btn.green { background: #9d4; }
		.btn.pink { background: #e1a; }
		.btn:hover { background-color: #09B5FF; } 
		/*.btn:active { background-color: #444; }*/
		.btn[class] { background-image: url(../images/btn-shade.png); background-position: bottom; }
		
		
		/* CUSTOM SCALABLE BUTTONS IE6 */
		* html .btn span, * html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }
		
		* html .btn { border: 3px double #aaa; }
		* html .btn.blue { border-color: #2ae; }
		* html .btn.green { border-color: #9d4; }
		* html .btn.pink { border-color: #e1a; }
		* html .btn:hover { border-color: #a00; }

		button, input[type='submit'] {
			
			
		background: -moz-linear-gradient(#fcfcfc, #ebebeb);
		background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#ebebeb));
			
			
		
			color:#555;
			cursor:pointer;
			
			outline:none;
		
			font-weight:bold;
			
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			border-radius: 2px;
						
			-moz-box-shadow:0 0 1px  hsla(0, 100%, 0%, 0.3);
			-webkit-box-shadow:0 0 1px  hsla(0, 100%, 0%, 0.3);
			box-shadow:0 0 1px  hsla(0, 100%, 0%, 0.3);

			
			border:none;
			line-height:2em;
			padding:1px 3px 4px 3px;
			font-size:11px;
			height:25px;
			min-width:30px;
			
			
			vertical-align:top;
		
		}

	
	/** END buttons **/

/** END global **/


/** BEGIN top banners **/

	#top-banners {
		text-align:left;	
		width: 974px; 
		margin:2px auto 5px auto; 
		overflow:hidden;
	}

	#top-banners #seventwoeight {
		float:left; 
		border:1px solid #dcdcdc;
	}

	#top-banners #twothreefive {
		color:#555;
		float:right; 
		width:235px;
		height:90px;
		background:#fff;
		border:1px 
		solid #dcdcdc;
	}


/** END top banners **/


/** BEGIN wrapper **/


	#wrapper {
		width: 978px;
		margin: auto auto;
		text-align: left;
		overflow:hidden;
		background:url(../images/bg-wrap-top.png) no-repeat top left;
	}

	#inner-wrapper {
		overflow:hidden;
		padding-bottom:8px;
		margin-top:5px;
		background:url(../images/bg-wrap-bottom.png) no-repeat bottom left;	
	}


	#main-content {width:972px; margin:0 auto;}


/** END wrapper **/


/** BEGIN footer **/


	#footer {
	
		margin:10px auto 0 auto;
		overflow:hidden;
		text-align:left;
		padding-top:15px;
		font-size:11px;
		background:url(../images/bg-footer-top.png) no-repeat top left;
	}
	
	#footer .inner {
	
		margin-bottom:2px;
		overflow:hidden;
		padding:0px 15px 15px 15px;
		font-size:11px;
		background:url(../images/bg-footer-bottom.png) no-repeat bottom;
		
	}
	
	#footer-bottom {background:url(../images/bg-bottom-footer.jpg) repeat-x;}
	
	#footer .inner #newsletter {
		float:left;
		width:330px;
		border-right:1px solid #dcdcdc;
	}
	
	#footer .inner #newsletter div {
		display:inline;
	}
	
	#footer .inner #newsletter label {
		 
		 font-size:12px;
		 display:none;
		 color:#555;

	}
	
	#footer .inner #newsletter #mc_message {
		display:block;
		margin-top:8px;
		margin-bottom:-5px;
	}
	
	
	#footer .inner #newsletter .button {
		width:30px;
		font-weight:bold;
	}

	#footer .inner  h3 {
		
		font-size:12px;
		margin-bottom:8px; 
		color:#444444;
	}
	
	#footer .inner #newsletter p {
		margin:.25em 0 0  0;
		font-size:12px;
		color:#555;
	
	}
	
	#footer .inner .useful-links {
		padding-left:15px;
		float:left;
		width:340px;
		border-right:1px solid #dcdcdc;
		
	}
	
	
	#footer .inner .useful-links ul li{
		list-style-type:none;
		float:left;
		width:165px;
		margin:.15em;
		font-size:12px;
	}
	
	#footer .inner .contact-links {
		padding-left:15px;
		float:left;
		width:220px;
		border:none;
		
	}
	
	#footer .inner .contact-links ul li {
		list-style-type:none;
		float:left;
		width:100px;
		margin:.15em;
		font-size:12px;
		
	}
	
	
	
	
	
	
	#footer-bottom {
		margin:0 auto;
		padding:5px;
		color:#fff;
		width:962px;
	}


	

/** END footer **/



/** BEGIN header **/

	#header {
		overflow: hidden;
	}
	
	#header .topcontent{
		padding-top:6px;
	}
	
	#header .topcontent #static-pages {
		float:right;  
		margin:6px 15px 15px 0; 
		
		background: -moz-linear-gradient(#fcfcfc, #ebebeb);
		background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#ebebeb));
		
		background: -moz-linear-gradient(#fcfcfc, #ebebeb);
		background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#ebebeb));
		
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
					
		-moz-box-shadow:0 0 1px  hsla(0, 100%, 0%, 0.3);
		-webkit-box-shadow:0 0 1px  hsla(0, 100%, 0%, 0.3);
		box-shadow:0 0 1px  hsla(0, 100%, 0%, 0.3);
		
		zoom:1;

	}
	
	
	#ie.v7 #header .topcontent #static-pages,
	#ie.v6 #header .topcontent #static-pages {
		
		margin-bottom:5px;
	}

	#header .topcontent #static-pages ul {
		padding:6px; 
		overflow:hidden;
	}

	#header .topcontent #static-pages li {
		
		background:url("../images/bg-page.gif") no-repeat scroll right 3px transparent;
		float:left; 
		margin:0 5px; 
		font-size: 12px; 
		list-style:none; 
		padding-right:10px;
	}
	


	#header .topcontent #static-pages li:last-child,
	#header .topcontent #static-pages li.last-child { 
		background:none; 
		padding-right:0;
	}

	#header .topcontent  #quick-nav {
		border-top:1px dotted #dcdcdc; 
		float:right; 
		margin-right:15px; 
		clear:right;
		zoom:1;
	}
	
	#ie #header .topcontent  #quick-nav {
		
		width:650px;
	}

	#header .topcontent  #quick-nav ul {
		margin:12px 10px 0 0;
		float:right;
	}

	#header .topcontent #quick-nav ul li {
		float:left; 
		margin-left:10px;
		font-size: 12px; 
		list-style:none; 
		padding-right:10px;
	}



		/** BEGIN search form **/
		
		#search{
			float:right;
			margin-top:8px;
			clear:right;
		}
		
		#search #search-button {
			
			border:none;
			width:16px;
			height:17px;
			padding:0;
			margin:0;
			background:none !important;
			bottom:-5px;
			position:relative;
		}
		
		
			#search input {
				width: 150px;
				font-family: Verdana;
				color:#6c6c6c;
				font-size: 11px;
				padding: 1px 2px;
				border:1px solid #d6d6d6;
				height:15px;
			}


		/** end search form **/

		/** BEGIN Logo **/
		
			#header #logo {
				float: left;
				margin:4px 0 24px 25px;
				display: block;
				width: 223px; height: 64px;
				text-indent: -9999px;
				outline: none;
				background: url(../images/logo.gif) no-repeat;
			}
		
		/** end logo **/	
		
		
		/** BEGIN Navigation **/

			#header #navigation {
				clear: both;
				overflow: hidden;
			
			}
			
		
			#header #navigation .inner {
				width: 964px;
				margin:0 auto;	
			   	overflow:hidden;
				background:#fff;
				
			}
			
			#header #navigation ul {
				list-style-type: none;
				width:940px;
				margin:0 auto;	
				overflow:hidden;
				background:#0092d0 url(../images/bg-nav.png) repeat-x bottom;
				
				
			}
		
			#header #navigation li {
				background:url(../images/divider.png) no-repeat top right;
				padding-right:1px;
						
			}
			
			#header #navigation li {
				float: left;
				font-weight: normal;
				background-repeat: no-repeat;
				background-position: right 1px;
				overflow:visible;
				text-align:left;
				border-bottom:3px solid #9E9FA0;
				width:163px;
				height:38px;
				
			}
				
		
		  	#header #navigation li#cat3 {border-bottom:3px solid #9E9FA0;}
			#header #navigation li#cat29 {border-bottom:3px solid #979300;}
			#header #navigation li#cat59 {border-bottom:3px solid #7D3F0C;}
			#header #navigation li#cat85 {border-bottom:3px solid #44B6AC;}
			#header #navigation li#cat95 {border-bottom:3px solid #49AC4E; padding-right:0;background:none;width:13em;}
			
		
			#header #navigation li#home {width:127px; border-bottom:3px solid #0092D0;}
			
			#header #navigation li#home a { padding-bottom:3px; }
			
			#header #navigation li.page-item-20 {background:none;}
			
			
			#header #navigation li a {
				border-bottom:1px solid #FFFFFF;
				color:#FFFFFF;
				display:block;
				font-size:13px;
				height:34px;
				padding:3px 20px 0 15px;
				text-decoration:none;
			}
			
			
			#header #navigation li a:hover {
				
				background:#0981b4;
				text-decoration:none !important;
			}
						
			#header #navigation li.page_item a {text-align:center; padding:0; line-height:38px;}
			
			#header #navigation li a span {font-size:11px;}
		
		/** END navigation **/
		

/** END header **/
	

/** BEGIN body **/
	#body {
	
		color:#555555;
		padding: 0 15px 20px;

	}

/** END body **/

/** BEGIN content **/
#content {
	width: 611px;
	float: left;
	padding-top: 12px;
}

#content.full {
	width:940px;
}


	/** begin category box **/
	#content .category {
		margin-bottom:12px;
		overflow:hidden;
	}
		
		#content .category .box {
			background-color: #ffffff;
			border: 1px solid #DCDCDC;
			padding: 7px;
			margin-right:2px;
			width:186px;
			float:left;
			overflow:hidden;
		
			
		}
		
		#content .category .box img {
			
			display:none;
			
		}

		
		#content .category .box.last {
			
			margin-right:0;
			
		}	
		
		
		#content .category div.first { margin-top: 0; }
			#content .category .box h2 {
				background-repeat: repeat-x;
				background-position: 0 0;
				color: #ffffff;
				font-size: 11px;
			}
											
			#content .category .box ul {
				list-style-type: none;
				padding-bottom: 4px;
			}
				#content .category .box ul li {
					line-height: 1.5em;
					clear: both;
					padding: 10px 3px 0;
				}
				
				#content .category .box h3 {
					font-size:12px;
					padding-bottom:.25em;
					font-weight:bold;
				}
				#content .category .box  a {
					/*margin-bottom: 5px;*/
					display: block;
				}
				#content .category .box .attachment {
					display: block;
					float: left;
					margin: 2px 5px 0px 0;
					overflow: hidden;
					width: 50px; min-height: 50px;
					border:1px solid #dcdcdc;
				}
	
				#content .category .box  p {line-height:1.4em;}
				
				#content .category .box  p a {
					
					display:inline;
				
				}
			
				 p.note {
					border-top:1px dotted #dcdcdc !important;
					padding: 8px 0 5px 0 !important;
					font-size: 12px !important;
				}
	/** begin category box **/
				
	/** begin post/content box **/
	#content .cbox {
		background-color: #ffffff;
		border: 1px solid #DCDCDC;
		padding: 7px;
		overflow:hidden;
		margin-bottom:10px;
	}
		#content .cbox h2 {
			background-repeat: repeat-x;
			background-position: 0 0;
			color: #ffffff;
			font-size: 11px;
		}
		
		#content .cbox h2 a.rss {
			
			float:right;
			margin-top:-1px;
			margin-right:0px;
			padding-top:1px;
		}
		
		#content .cbox h2 a.rss img {
			
			float:left;
			margin-right:2px;
			margin-top:-2px;
		}
		
		
		
		#content .cbox ul {
			list-style-type: none;
			padding:0 0 5px 0;
		}
			#content .cbox ul li {
				line-height: 1.6em;
				clear: both;
				padding: 6px;
				margin-bottom:10px;
				overflow:hidden;

			}
			
			#content .cbox .content ul li {clear:none;}
			
			#content ul li:nth-child(2n)
			 {
				
				background:#F9F9F9 !important;	
			}
			
			#content .content ul li:nth-child(2n) {
				background:none !important;
			}
			
			#ie #content ul li.nth-child-2 {
				
				background:#F9F9F9 !important;
			}	
			

			#content .cbox ul li h3 {
				font-size:13px;
				margin:0 0 .15em 0;
				width:70%;
			}
			
			#content .cbox ul li.with-thumb { overflow:hidden;}
					
			#content .cbox ul li.with-thumb p {margin-left:80px;}
			
			#content .recent-post-listing li img {width:70px; height:70px;}
			
			#content .box.related ul li.with-thumb p {margin-left:80px;}
			#sidebar .box.related ul li.with-thumb p {margin-left:60px;}
			
			#sidebar .box.related ul li.with-thumb .attachment img {max-width:50px;}

			#sidebar .box.related ul li.campaign-item.with-thumb dl { display:none;}
			
			#content .cbox .content ul li p {margin-left:0;}
			
			
			#content .cbox ul li p.post-info {
				
				font-size:12px;
				color:#848585;
				position:relative;
				margin:.25em 0;
				
			}
			
			#sidebar .box.related p.post-info {
				display:none;
			}
			
			
			#content .cbox ul li p a {
								
				font-weight:normal;
			
				
			}
			
			#sidebar-cat .box.partners .inner { margin-bottom:12px;}
			
			#content .cbox ul li a.comments {
				
				float:right;
				background:url(../images/comments.png) no-repeat 0 5px;
				padding-left:20px;
				margin-top:0px;
				margin-left:20px;
				font-size:11px;
				font-weight:normal;
				text-decoration:none;
			}
			
			
			#ie.v7 #content .cbox ul li a.comments,
			#ie.v8 #content .cbox ul li a.comments  {
				
				margin-bottom:-20px;
			}
			
			
			#content .cbox ul.lost li {
				 margin-bottom:5px;
				
			}
			

			ul li.first {
				border-top: 0;
				padding-top: 0;
				
			}

			#content .cbox ul li .attachment {
				display: block;
				float: left;
				margin: 2px 10px 5px 0;
				overflow: hidden;
			    border:1px solid #dcdcdc;
	
			}
			
			#content .cbox ul li .attachment img {border:none;}
	/** end post/content box **/
			
	/** begin post navigation **/
	#content .postnav {
		clear: both;
		height: 15px;
		padding: 10px 5px 5px;
		font-size: 11px;
		font-weight: bold;
	}
		#content .postnav a {
			text-decoration: none;
		}
		#content .postnav .l {
			float: left;
		}
		#content .postnav .r {
			float: right;
		}
	/** end post navigation **/
		
	/** BEGIN single and archive box **/
	
	#content .span {
		width: auto;
		margin-bottom: 11px;
		float: none;
	}
		#content .span .content {
			padding: 0 5px;
		
		}
		
		#content .span .content  h1 { 
			font-family:Georgia, Arial, sans-serif; 
			font-weight:normal; 
			font-size:26px; 
			display:block;
			margin:.25em 0 .5em 0; 

			
		}
		
		
		
		#body #content .span .content h2 {
			font-family:georgia, arial,sans-serif;
			font-size:18px;
			line-height:1.4em;
			margin: 0 0 .5em 0;
			padding:0;
			background:none !important;
			font-weight:normal;
			color:#555555;
		}
		
		#body #content .span .content h2.excerpt {
			margin:-.5em 0 .5em 0;
			color:#848585 ;
			font-family:arial,sans-serif;
			line-height:1.3em;
			font-size:17px;
		}
	
		#content .span .content p {
			line-height: 1.4em;
			margin-bottom: 1em;
			font-size:1.1em;	

		}
		
		#content .span .content li {
			font-size:1.1em;	
		}
		
		
		#content .span .content .article-info, #content .span .content .course-info, .author #bio #info {
			font-size:12px;
			color:#848585;
			border-top:1px solid #dcdcdc;
			border-bottom:1px solid #dcdcdc;
			background:#F9F9F9;
			padding:8px;
			overflow:hidden;	
			margin-bottom:12px;
			position:relative;	
			
			
		}
		
		#content .span .content .article-info a.rss img {
			float:left;
			margin-right:4px;
			margin-top:-2px;
		}
		
		#content .span .content .article-info a.rss {
			padding-top:5px;
		}
		
		
		#content .span .content .article-info .share-button, #content .span .content .course-info .share-button {
			
			float:right;
		}
		
		
		/*Article info*/
		#content .span .content .article-info a.comments {
			position:absolute;
			right:8px; 
			top:8px;
			background:url(../images/comments.png) no-repeat;
			padding-left:20px;			
			color:#666666 ;
			padding-bottom:3px;	
			font-size:12px;
					
		}
		
		/*Related Content */
		#content .span .content .related {
			
						font-size:12px;
			color:#848585;
			border-top:1px solid #dcdcdc;
			border-bottom:1px solid #dcdcdc;
			background:#F9F9F9;
			padding:8px;
			overflow:hidden;	
			margin-bottom:12px;
			position:relative;	
		}
		
		#content .span .content .article-info .author-pic {
			float:left;
			border:1px solid #dcdcdc;
			display:block;
			margin:0px 8px 3px 0;			
		}
		
		#content .products .content .article-info .author-pic{border:none;}
		
		#content .span .content .article-info p {
			
			margin-bottom:.25em;
			font-size:12px;
		}
		
		#content .span .content .article-info p.author-feed a {background:url(../images/author-rss.png) no-repeat; padding-left:20px;}
		
		#content .span .content .article-info p.category-name {
			
			margin-bottom:0;
		}
		
		/*Course Info*/
		#content .span .content .course-info ul.actions {float:right;}
		#content .span .content .course-info ul.actions li { list-style:none; }
		#content .span .content .course-info ul.actions li a {color:#fff; font-weight: normal; margin-bottom:.5em; display:block; min-width:85px; text-align:center;}
		
		
		#content li.course-item {
			
			min-height:100px;
		}
		
		li.course-item .copy p {
			
			margin-right:50px;
		}
		
		.course-item img, .job-item img {
			
			float:right;
			border:1px solid #dcdcdc;

		}
		
		.partner-item img {
			float:left;
		}
		
		.partner-item .copy {
			margin-left:65px;
		}
		
		
		.home #sidebar .box.partners .inner { text-align:center; background:none;}
		.home #sidebar .box.partners img {display:inline-block; margin:5px; width:70px; height:70px; }
		
		.home #sidebar .box.partners select {
			
			display:block;
			width:99.9%;
			margin-bottom:20px;
		}

		#content .span .content .course-info dl, .course-item dl, .event-item dl, .job-item dl, .campaign-item dl {		
			margin-bottom:0em;
			font-size:12px;
			line-height:1.4em;
			overflow:hidden;
		}
		
		#content .course-item dl,
		#content .job-item dl{
			width:85%;
		}
		#content .course-item p,
		#content .job-item p { width:85%;}
		
		
		
		#content .span .content .course-info dl dt, .course-item dl dt, .event-item dl dt, .job-item dl dt, .campaign-item dl dt {float:left; clear:left; color:#555555; margin:0 2px .25em 0;}
		#content .span .content .course-info dl dd, .course-item dl dd, .event-item dl dd, .job-item dl dd, .campaign-item dl dd {float:left; color:#848585; }

		#ie #content .span .content .course-info dl dd, #ie .course-item dl dd, #ie .event-item dl dd, #ie .job-item dl dd, #id .campaign-item dl dd {float:none; }
		
		#content .span .content ul, #content .span .content ol {
			margin: 1em 0;
			padding-left:20px;
		}
		#content .span .content ul {
			padding-bottom:0;
			
		}
		#content .span .content li {
			line-height: 1.4em;
			padding: 1px 0 0 5px;
			margin:0 0 .25em 0;
			overflow:visible;
		}
		
		#content .span .content ul li {
			
			list-style:disc;
		}
		
		#content .span .content ol li {
			
			list-style:decimal;
		}
	
		
		#sidebar .box#partners .inner {text-align:center;}
		
		#sidebar .box#partners img {display:inline-block; margin:0 1px;}
		
		#sidebar #partners .inner  form {margin-bottom:10px;}
		#sidebar #partners .inner  form select {width:280px;}

		
		#sidebar #course-finder form p {font-size:11px; margin-top:0;}
		#sidebar #course-finder p {font-size:12px; margin-top:5px;}
		
		
		/*Featrure page specific styles*/
		
		#sidebar #partner-bio h3 {margin-bottom:8px; font-size:13px;}

		
		#sidebar #partner-bio p {margin-bottom:.75em;}
		
		#sidebar #partner-bio .partner-stats {
			
			border-top:1px solid #dcdcdc;
			padding:8px 0 0 0;
			margin-top:8px;
			
		}
		
		#sidebar #partner-bio a.logo {
			
			border:1px solid #dcdcdc;
			float:left;
			margin:0 5px 5px 0;
			
		}
		
		#sidebar dl {overflow:hidden;}
		#sidebar dt {float:left; clear:left; padding-right:.25em;  margin-bottom:.25em; color:#555;}
		#sidebar dd {float:left; margin-bottom:.25em; color:#848585;}
		

		#sidebar .box li:first-child {padding-top:0;}
		#sidebar .box.related li:first-child {padding-top:10px;}
		#sidebar .box li { margin-bottom:10px; }
		
		#sidebar .partner-bio .partner-stats p {margin-bottom:.15em;}
		#sidebar address {font-style:normal;margin-bottom:0;}
		
			
		/*Partner promos*/
		
		
		#sidebar .promos h3 {
			background:none repeat scroll 0 0 transparent !important;
			color:#555555;
			font-size:14px;
			line-height:1.4em;
			margin:.5em 0 0.5em;
			padding-top:10px;
			border-top:1px solid #dcdcdc;
		}
		

		#sidebar .promos .box  p { margin-bottom:12px; line-height:1.3em; }
		
		#sidebar .promos .box ul,
		#sidebar .promos .box ol {
			margin:0px 0 12px 20px;
		}
		
		#sidebar .promos .box ul li {
			background:none !important;
			line-height:1.2em;
			list-style-type:disc;
			margin:0 0 7px 0;
			padding:0 !important;
			overflow:visible;
		}
		
		#sidebar .promos .box ol li {
			background:none !important;
			line-height:1.2em;
			list-style-type:decimal;
			margin:0 0 7px 0;
			padding:0 !important;
			overflow:visible;
		}
		
		
		form input[type='text'],
		form input.textfield
		 {
			width:80%; 
			padding:3px; 
			border:1px solid #d6d6d6;
		}
		
		form textarea {
			border:1px solid #d6d6d6;
		}
	
		/** begin headers **/
		#content .span .content h3 { font-size: 1.1em; margin-bottom:.25em; }
		/** end headers **/
		
		/** begin blockquote **/
		#content .span .content blockquote {
			background:transparent url(../images/quote.gif) no-repeat scroll 0 0;
			font-family:Georgia,Arial,sans-serif;
			float:right;
			font-size:20px;
			font-weight:normal;
			line-height:150%;
			margin:3px 0 3px 6px;
			padding:15px 0 0 23px;
			width:230px;
		}	
		
		
				.break {
			font-size: 0;
			width: 0; height: 0;
			clear: both;
		}
		.alignleft {
			float: left;
			margin: 4px 10px 5px 0;
			border:1px solid #dcdcdc;
		}
		.alignright {
			float: right;
			margin: 4px 0 5px 10px;
			border:1px solid #dcdcdc;
		}
		.aligncenter {
			text-align: center;
			margin:0 auto;
			display:block;
			border:1px solid #dcdcdc;
			max-width:583px;
		}
		.hidden {
			display: none;
		}
		
		
		#content .span .wp-caption {background:#F9F9F9; margin-bottom:1em;  text-align:center; padding-top:5px;}
		
		#content .span p.wp-caption-text {color:#525252; font-size:11px; padding:.5em .5em 0 .5em; margin-bottom:.25em;}
		
		#content .span .content blockquote p {margin:0 0 1em 0;}
		
		#content .span .content blockquote cite {display:block; font-size:11px; color:#525252; font-style:normal; text-align:right;}
		
		#content .span .content blockquote p:last-child,
		#content .span .content blockquote p.last-child {
			
			margin:0;
			
		}
		
		/** begin form **/
		#content .span form {
			margin-bottom: 10px;
		}
		#content .span fieldset {
			border: 1px solid #DDDDDD;
			padding: 16px;
			margin-bottom: 20px;
		}
			#content .span form p {
				margin-bottom: 4px !important;
				
			}
			#content .span form input {
				margin-right: 5px;
			}
			#content .span form label {
				margin-right: 10px;
				color: #8B8B8B;
			}
			#content .span form input.text, #content .span form textarea {
				border: 1px solid #BEBDBD;
				font-size: 1em;
				font-family: Verdana;
				background-color: #F3F3F3;
				color: #808080;
				padding: 2px;
				max-width: 100%;
				margin-bottom: 10px;
			}
			#content .span form textarea {
				line-height: 1.6em;
				margin-bottom: 10px;
			}
		/** end #content .span form **/
		
		/** begin post details **/
		#content .span .share {
			clear:both;
			font-size: 11px;
			padding: 8px 8px 0 8px;
			background-color: #F9F9F9;
			border-width: 1px 0;
			border-style: solid;
			border-color: #d6d6d6;
			margin-bottom: 5px;
			color:#848585 ;
			overflow:hidden;
		}
		
		#body #content .span .share h2 {	
			float:left;
			font-size:12px;
			color:#848585 ;
			background:none !important;
			padding:0;
			margin:6px 0 0 0;
			font-weight:normal;
			font-family:arial, helvetica,sans-serif;
		}
		
		#content .span .share ul {
			
			float:left;
			overflow:hidden;
			margin:-2px 0 0 0;
			padding:0;
		}
		
		#content .span .share ul li {
			
			list-style:none;
			float:left;
			margin:0 0 0 10px;
			clear:none;
		}

		/** end post details **/
		
		
	#body #content .box.related {
	   margin-top:10px;
	   padding:5px;
	}
	
	#body #content .box.related h2{
		
		color:#555;
		font-size:13px;
		background:none !important;
		border-bottom:1px dotted #dcdcdc;
		border-top:1px dotted #dcdcdc;
		padding:7px 0;
	}
	
	
	#body #content .cbox.adsense h3 {
		
		color:#555;
		font-size:13px;
		font-weight:normal;
		background:none !important;
		border-bottom:1px dotted #dcdcdc;
		border-top:1px dotted #dcdcdc;
		padding:7px 0;
		margin:0 5px 0px 5px;
		
	}
	
	.rectangle {
		
		margin-bottom:12px;
		overflow:hidden;
		clear:both;
	}

	
	/** END single and archive box **/
		
	/** begin Comments (Intense Debate) **/
	
		#content #idc-container-parent #idc-container {
			
			border:1px solid #dcdcdc;
			padding:5px;
		}
		
		#content  #idc-container-parent #idc-container h3 {
			
			background-color:#0092D0;
			font-weight:bold !important;
			margin-bottom:10px;
			padding:4px;
			color:#FFFFFF;
			font-size:11px
		}
		

		/* group colours */
		
		#body.global-affairs #idc-container-parent #idc-container h3 {
			
			background-color:#9E9FA0;
		}
		
		#body.higher-education #idc-container-parent #idc-container h3 {
			
			background-color:#979300;
		}
		
		#body.business-and-tech #idc-container-parent #idc-container h3 {
			
			background-color:#7D3F0C;
		}
	
		#body.not-for-profit #idc-container-parent #idc-container h3 {
			
			background-color:#44B6AC;
		}
		
		#body.lifestyle #idc-container-parent #idc-container h3 {
			
			background-color:#44A94D;
		}
		
		/* @end */
		
		
		#idc-container-parent #idc-commentcount_label {
			
			font-weight:bold;
		}
		
		#idc-container-parent #idc-container .idc-right {
			
			margin-top:2px;
			margin-right:2px;
		}
		
	
	/** end comments **/

	
		
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 317px;
	float: right;
}
	
	#sidebar .twitter {
	
		display:block;
		float:left;
		margin-top:12px;
	}
	
	#sidebar .rss {
		display:block;
		float:left;
		margin:12px 12px 12px 0;
		
	}

	#sidebar .box {
		background-color: #ffffff;
		border: 1px solid #DCDCDC;
		padding: 7px;
		margin-top: 12px;
		overflow:hidden;
		padding-bottom:0;
		clear:both;
	}
	
	#sidebar .mpu.box {
		
		padding-bottom:7px;
	}
	
	.box .inner {
		
		background:#F9F9F9;
		border:1px solid #DCDCDC;
		color:#666666;
		font-size:11px;
		line-height:1.4em;
		margin-bottom:7px;
		padding:8px;
		overflow:hidden;
}
	
	
	
	
		#sidebar .box h2 {
			background-repeat: repeat-x;
			background-position: 0 0;
			color: #ffffff;
			font-size: 11px;
			padding: 4px 5px 10px;
		}
		
		#sidebar .box ul {
			list-style-type: none;

		}
			#sidebar .box ul li,
			#sidebar .box ol li{
			
				padding: 7px 0 7px 0;
				border-top: 1px dotted #DCDCDC;
				overflow:hidden;
			}
			
			
		


			/** START added - images for popular posts **/
			#sidebar .box li.recentcomments img {
				float: left;
				margin: 0px 10px 5px 0;
				width: 50px; height: 50px;
				border:1px solid #dcdcdc;
			}
			
			#sidebar .box li.recentcomments h3 {
				font-size:12px;
				font-weight:normal;
				margin-bottom:.25em;
				padding:0;
			}
			
			#sidebar .box li.recentcomments p {
				margin-left:60px;
			    font-size:11px;
			    line-height: 1.4em;
				
			
			}
			
			
			
			
	#sidebar .ad {
		padding-bottom: 5px;
	}
		#sidebar .ad p {
			font-size: 0.8em;
			padding-top: 5px;
			text-align: right;
			line-height: 1em;
		}
	#sidebar .side {
		width: 153px;
	}
		#sidebar .side ul {
			padding: 0 !important;
		}
		#sidebar .side ul li {
			font-size: 11px;
		}
		#sidebar ul li ul {
			margin-left: 4px;
		}
		#sidebar ul li ul li {
			font-size: 1em !important;
		}
	#sidebar .l { float: left; }
	#sidebar .r { float: right; }
	
	/** begin sidebar tabs **/
	
	#sidebar #tabbed1.box {padding:0; border:1px solid #dcdcdc;padding:7px; }
	
	#sidebar .box .tabs {
		background-repeat: repeat-x;
		background-position: 0 0;
		padding: 0 !important;
	}
		#sidebar .box .tabs li {
			float: left;
			border: 0;
			padding: 0;
			line-height: normal;
			width:100px;
			position:relative;
			text-align:center;
			margin-right:1px;
			font-size:11px;
		}
		
		#sidebar .box .tabs li.last  {margin-right:0;	width:99px;}
		
		#sidebar .box .tabs li.here {					
			background:#fff;
			padding-bottom:1px;	
			margin-bottom:-1px;		
			}

		#sidebar .box .tabs li a {
			display: block;
			font-weight:bold;
			background:#0092D0;
			text-decoration:none;
			padding: 4px 0 4px 0;
			text-align:center;
			color:#fff;
			outline:none;
		}
		 
		
		#sidebar .box .tabs li a:hover, #sidebar .box .tabs li a.here {
			text-decoration:none !important;
			color:#fff !important;
			background:#0981B4;
		}
		
		#sidebar #tabbed1.box .b div.tab-box {padding:7px 7px 0 7px; border-top:0; float:left;}
		
		#sidebar #tabbed1.box .b div.tab-box li
		{
			
			list-style:none;
			overflow:hidden;
		
		}
		
		 #sidebar #tabbed1.box .widgettitle { display:none !important;}
		
		 #sidebar #tabbed1.box .b div.tab-box li:nth-child(2n),
		 #sidebar .box li:nth-child(2n) {
			 
			 background:#F9F9F9;
			 
		 }
		
		
		#sidebar #tabbed1.box .b div.tab-box li h3,
		#sidebar .box li h3{
			
			font-size:12px;
			margin-bottom:.5em;
		}
		
		#sidebar #tabbed1.box .b div.tab-box li .attachment img,
		#sidebar .box li .attachment img{
			
			border:1px solid #dcdcdc;
			display:block;
			float:left;

		}
		
		#sidebar #tabbed1.box .b div.tab-box li.with-thumb p,
		#sidebar #tabbed1.box .b div.tab-box li p.with-thumb,
		#sidebar #tabbed1.box .b div.tab-box li.with-thumb h3,
		#sidebar .box li.with-thumb p,
		#sidebar .box li.with-thumb h3,
		#sidebar .box li p.with-thumb,
		#sidebar .box li h3.with-thumb {
			
			margin-left:60px;
			
		}
		
		#sidebar #tabbed1.box .b div.tab-box a {color:#007BC0;}


	#sidebar .video {
		padding: 0 0 0 1px !important;
	}
	/** end sidebar tabs **/
	
/** END sidebar **/




/*Catgeory Pages*/

#sidebar-cat {
	width: 200px;
	float: right;
	padding-top:12px;
}

#news ul li
{
	list-style-type:none;
	margin-bottom:.5em;
	border-bottom:1px dotted #dcdcdc;
	padding-bottom:.5em;
	
}

#content.category {
	width: 730px;
	float: left;
}

#content #sidebar-cat-left {float:left;
width:200px;}

#content #sidebar-cat-left .box, #sidebar-cat .box  {background-color:#FFFFFF;
border:1px solid #DCDCDC;
padding:7px;
margin-bottom:12px;

}

.box #get_recent_comments_wrap li {list-style-type:none; overflow:hidden; margin-bottom:10px; }
.box #get_recent_comments_wrap li:nth-child(2n){background:#F9F9F9;}
.box #get_recent_comments_wrap li h3 {font-size:11px; margin-bottom:5px;}
.box #get_recent_comments_wrap li img {float:left; margin:0 8px 8px 0; border:1px solid #dcdcdc;}

#sidebar-cat .box.partners .inner {text-align:center;}
#sidebar-cat .box.partners form {margin-bottom:6px; text-align:left;}
#sidebar-cat .box.partners select {width:166px; margin-bottom:10px;}

#sidebar-cat .box.partners img {
	
	margin:10px 3px;
	width:70px;
	height:70px;
	
	
}

#content #cat-middle {
	float:right;
	width:515px;
	padding-right:2px;
}

#content #sidebar-cat-left .box h2, #sidebar-cat .box h2 {
	margin-bottom:10px;
	padding:4px;
	color:#fff;
	font-size:11px;
}




 .listing {margin-bottom:12px; clear:both;}

 .listing .box ul {
list-style-type:none;
padding-bottom:4px;
}

 .listing .box li {
	clear:both;
	line-height:1.5em;
	padding:10px 3px 0;	
	/*border-bottom:1px dotted #dcdcdc;*/
	font-size:12px;
	margin-bottom:12px;
}

#sidebar .tab-box li:first-child {padding-top:10px;}

.listing .box li:first-child {
	padding-top:0;
}

 .listing .box li:nth-child(2n){background:#F9F9F9;}

 .listing .box li h3 {
font-size:13px;
font-weight:bold;
padding-bottom:0.5em;
line-height:1.2em;
}

 .listing .box li.first {
	padding-top:0;
	
}




 .listing .box li  img {
	
	border:1px solid #dcdcdc;
	margin-right:8px;
	float:left;
}


 .listing .box p.more {
 	
	border-top:1px dotted #dcdcdc;
	padding-top:8px;
	position:relative;
	top:-8px;
 }
 


#sidebar-cat .box .inner {
	background:#F9F9F9 none repeat scroll 0 0;
	border:1px solid #DCDCDC;
	color:#666666 ;
	font-size:11px;
	line-height:1.4em;
	padding:8px;
}

#sidebar-cat #search-box .formrow {margin-bottom:.75em;}

#sidebar-cat #search-box label {display:block;margin-bottom:.15em;}

#sidebar-cat #search-box input[type="text"] {width:165px; border:1px solid #d6d6d6;}

#sidebar-cat #search-box select {width:168px;}

#sidebar-cat #search-box #searchsubmit {width:70px; display:block; float:right;}

#cat-middle .featured {margin-bottom:12px; width:513px; height:210px; border:1px solid #dcdcdc;}


#cat-middle .featured .text li {
	background:transparent url(../images/shade.png) repeat scroll 0 0;
	color:#FFFFFF;
	height:auto;
	padding:3px 7px 7px 7px;
	position:absolute;
	bottom:-210px;
	left:0;
	width:501px;
	z-index:100;
	top:auto;
}

#cat-middle .featured .text li.first {
bottom:-0px;	
	
}

#cat-middle .featured .text li h2 {
margin-bottom:3px;
}

#cat-middle .featured .text li p {
margin:0;	
	
}


#content .featured .text li a {
	color: #0191FE;
}



#content .span table th {
	background-color: #024E8A;
}


.box.topics a, .box.comments a, .box.popular a {color:#007BC0; text-decoration:none;}


/** END colors **/

/** BEGIN images **/


	#sidebar .box .tabs li a {
		display: block;
		background:#0092D0;
		text-decoration:none;
		padding: 4px 0 4px 0;
		text-align:center;
		color:#fff;
		outline:none;
	}
	 
	
	#sidebar .box .tabs li a:hover, #sidebar .box .tabs li a.here {
		text-decoration:none !important;
		color:#fff !important;
		
	}


#content .category .box h2, #content .cbox h2, #sidebar .box h2 {
	background-color:#0092D0;
	margin-bottom:10px;
	padding:4px;
}


#body.global-affairs .box h2, #body.global-affairs  .cbox h2, .box.global-affairs h2,  .cbox.global-affairs h2, #body.global-affairs .box .tabs li a,  h2.global-affairs{
	background-color:#9E9FA0 !important;}
	
#body.global-affairs blockquote { color:#555555 !important; background:transparent url(../images/grey-quote.gif) no-repeat scroll 0 0 !important;} 

.homepage #advanced-search h2, #body.higher-education .box h2, #body.higher-education .box .tabs li a, #body.higher-education .cbox h2, .box.higher-education h2,  .cbox.higher-education h2, h2.higher-education {				
	background-color:#979300 !important;
}

#body.higher-education blockquote { color:#979300 !important; background:transparent url(../images/gold-quote.gif) no-repeat scroll 0 0 !important;} 

#body.not-for-profit .box h2,  #body.not-for-profit .box .tabs li a, #body.not-for-profit  .cbox h2, .box.not-for-profit h2,  .cbox.not-for-profit h2, h2.not-for-profit,
#body.campaigns .box h2, #body.campaigns   .cbox h2, .box.campaigns  h2,  .cbox.campaigns  h2, h2.campaigns {				
	background-color:#44B6AC !important;
}

#body.not-for-profit blockquote {color:#32857C !important; background:transparent url(../images/green-quote.gif) no-repeat scroll 0 0 !important;} 

#body.business-and-tech .box h2 ,  #body.business-and-tech .box .tabs li a, #body.business-and-tech  .cbox h2, .box.business-and-tech h2,  .cbox.business-and-tech h2, h2.business-and-tech{				
	background-color:#7D3F0C !important;
}

#body.business-and-tech blockquote { color:#7D3F0C !important; background:transparent url(../images/brown-quote.gif) no-repeat scroll 0 0 !important;}

#body.lifestyle .box h2, #body.lifestyle .box .tabs li a, #body.lifestyle  .cbox h2, .box.lifestyle h2,  .cbox.lifestyle h2, h2.lifestyle{
	background-color:#44A94D !important;}
	
#body.lifestyle blockquote { color:#44A94D  !important; background:transparent url(../images/green-quote.gif) no-repeat scroll 0 0 !important;} 

#content .cbox ul li a, #content .box ul li a  {
	color:#007BC0;
	
}

/*PARTNER PAGE*/

#content .partner-info img {float:left; display:block; margin-right:10px; border:1px solid #dcdcdc;}
#content.partner h1 {padding-top:0px;}

#content .partner-info {
		
	font-size:12px;
	color:#848585;
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	background:#F9F9F9;
	padding:8px;
	overflow:hidden;	
	margin-bottom:12px;
	
}
#content .content .partner-info {clear:both;}
#content .content .partner-info  img { float:left;}

#content .content .partner-info .copy {margin-left:82px;}

#content .content .partner-info p.related-profiles {display:inline;}
#content .partner-info p { margin:0 2px .3em 0 !important; line-height:1.2 !important; }
#content .partner-info p strong {color:#555555; font-weight:normal;}

#content.partner  .partner-info ul {display:inline; margin:0; padding:0;}
#content.partner  .partner-info ul li { list-style:none; display:inline-block; margin:0; padding:0; line-height:1;}

#related-partners {clear:left;}

#sidebar.partner-page ul li {border-top:none;}

.content li {background:none !important;}

#sidebar.partner-page .box.faculties ul {margin-left:20px; list-style-type:disc;}
#sidebar.partner-page .box.faculties ul li { overflow:visible; padding:0;}


#sidebar.partner-page li h3 {width:auto; margin-bottom:.25em;}
#sidebar.partner-page li .attachment {float:left; width:50px; margin-right:10px;}

#sidebar.partner-page li .copy {margin-left:60px;}
#sidebar.partner-page li.publication-item .copy {margin-left:60px;}
#sidebar.partner-page li .cover img {float:left;  margin-right:10px;  border:1px solid #dcdcdc;}

#sidebar.partner-page li .attachment img { border:1px solid #dcdcdc; max-width:50px; }
#sidebar.partner-page dt {width:auto;}

/*AUTHOR PAGE*/

#author img {float:left; border:1px solid #dcdcdc; margin:0 10px 10px 0;}


#advanced-search .field { margin-bottom:10px;}
#advanced-search .field input {width:275px;}
#advanced-search .field input.short {width:240px;}
#advanced-search .field select {width:283px;}
#advanced-search button {float:right; margin-bottom:10px}

#ie #advanced-search button {margin-top:-24px; margin-left:2px;}

#advanced-search .inner h3 { clear:both; font-weight:normal; padding:10px 0 10px 0;  border-top:1px solid #dcdcdc; font-size:13px;}
#advanced-search .inner .search h3 { border-top:none; padding-top:0;}
#advanced-search .inner .tag-cloud { line-height:1.1; padding-bottom:10px; }