/** BEGIN Global **/

	* {
		margin: 0; padding: 0;
	}
	
	body {
		
		
		background: #E6E6E6; /* old browsers */
		background: -moz-linear-gradient(top, #E6E6E6 2%, #FFFFFF 17%); /* firefox */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#E6E6E6), color-stop(17%,#FFFFFF)); /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E6E6E6', endColorstr='#FFFFFF',GradientType=0 ); /* ie */
		
		
		text-align: center;
		font: 12px Arial,Helvetica,Sans-serif;
		color: #FAFAFA;
		height:100%;
	}
	
	#feedback {
		
		position:fixed;
		right:0;
		top:50%;
		margin-top:-60px;
	}
	
	.fb_edge_widget_with_comment {
		bottom:-5px;
	}
	
	a {
		color:#007BC0;
		text-decoration:none;
	}
	
	#tabbed1 {
		
		display:none;
		
	}
	
	a:hover {
		text-decoration:underline !important;
	}
	
	img {
		border: 0;
	}
	
	.gallery {
		overflow:hidden;
		padding-bottom:15px;
	}
	
	/*.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; font-size:12px !important; 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: 0px 0 5px 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(#0092D0, #24A1D7);
		background: -webkit-gradient(linear, left top, left bottom, from(#0092D0), to(#24A1D7));	
		
			
			color:#fff;
			cursor:pointer;
			
			outline:none;
		
			font-weight:normal;
			
			-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;
			
			padding:1px 3px 4px 3px;
			font-size:11px;
			height:25px;
			min-width:35px;
			
			
			vertical-align:top;
		
		}
		
		#sidebar button, #sidebar input[type='submit'],
		.page-sidebar button, .page-sidebar input[type='submit'],
		#footer button, #search button, #footer input[type='submit'] {
			color:#555;
			background: -moz-linear-gradient(#fcfcfc, #ebebeb);
		    background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#ebebeb));
		}
		
		#ie #search button {
			width:70px;
		}

	
	/** 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 {
		
		margin: auto auto;
		text-align: left;
		overflow:hidden;
		

	}

		
	}

	#inner-wrapper {
		overflow:hidden;
		padding-bottom:8px;
		margin-top:5px;
	}


	#main-content {
		background:#fff;
		-moz-box-shadow:1px 1px 2px 2px #ccc;
		-webkit-box-shadow:0px -1px 2px 2px #ccc;
		box-shadow:0px -1px 2px 2px #ccc;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#cccccc')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#cccccc');
		width:972px; margin:0 auto;

	}


/** END wrapper **/


/** BEGIN footer **/


	#footer {
		
		
		background: #FCFCFC; /* old browsers */
		
		background: -moz-linear-gradient(top, #FCFCFC 34%, #E3E3E3 100%); /* firefox */
		
		background: -webkit-gradient(linear, left top, left bottom, color-stop(34%,#FCFCFC), color-stop(100%,#E3E3E3)); /* webkit */
		
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FCFCFC', endColorstr='#E3E3E3',GradientType=0 ); /* ie */

		-moz-box-shadow:1px 1px 2px 2px #ccc;
		-webkit-box-shadow:0px -1px 2px 2px #ccc;
		box-shadow:0px -1px 2px 2px #ccc;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#cccccc')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#cccccc');
		width:972px; margin:0 auto;
	
		margin:10px auto 0 auto;
		overflow:hidden;
		text-align:left;
		padding-top:15px;
		font-size:11px;
	}
	
	#footer .inner {
	
		margin-bottom:2px;
		overflow:hidden;
		padding:0px 15px 15px 15px;
		font-size:11px;
		
	}
	
	
	#footer-bottom {
		
		background: #0290CE; /* old browsers */
		background: -moz-linear-gradient(top, #0290CE 44%, #017ABF 100%); /* firefox */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(44%,#0290CE), color-stop(100%,#017ABF)); /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0290CE', endColorstr='#017ABF',GradientType=0 ); /* ie */
		
		text-align:center;
	}
	
	#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; 
		

		
		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: 11px; 
		list-style:none; 
		padding-right:10px;
	}
	
	#header .topcontent #static-pages li a {
		color:#0092D0;
		text-decoration:underline;
	}
	


	#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 {
				
				background:url(../images/search.gif) no-repeat 3px 4px;
				
				width: 180px;
				font-family: Verdana;
				color:#6c6c6c;
				font-size: 11px;
				padding: 1px 2px 1px 25px;
				border:1px solid #d6d6d6;
				height:20px;
			}
			
			#search input.placeholder {
				
				color:#888;
			}


		/** 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; /* old browsers */
				background: -moz-linear-gradient(top, #0092D0 0%, #007BC0 100%); /* firefox */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0092D0), color-stop(100%,#007BC0)); /* webkit */

			}
		
			#header #navigation li {
				border-right:1px solid #33A8D9;
				border-left:1px solid #007CB0;
				padding-right:1px;
						
			}
			
			#header #navigation li:first-child,
			#header #navigation li.first-child {
				border-left:none;
			}
			
			#header #navigation li:last-child,
			#header #navigation li.last-child {
				border-right:none;
			}
			
			#header #navigation li {
				float: left;
				font-weight: bold;
				background-repeat: no-repeat;
				background-position: right 1px;
				overflow:visible;
				text-align:left;
				border-bottom:3px solid #9E9FA0;			
				height:38px;
				
			}
				
		
		  	#header #navigation li#cat3 {border-bottom:3px solid #9E9FA0;width:161px;}
			#header #navigation li#cat29 {border-bottom:3px solid #979300; width:164px;}
			#header #navigation li#cat59 {border-bottom:3px solid #7D3F0C; width:183px;}
			#header #navigation li#cat85 {border-bottom:3px solid #44B6AC; width:148px;}
			#header #navigation li#cat95 {border-bottom:3px solid #49AC4E; padding-right:0;background:none;width:151px;}
			
		
			#header #navigation li#home {width:117px; 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; font-weight:normal;}
		
		/** END navigation **/
		
		
		/** BEGIN Sub Navigation **/
		
			
			#header #sub-navigation {
				
				background: -moz-linear-gradient(#fcfcfc, #ebebeb);
				background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#ebebeb));

				border-bottom:1px solid #dcdcdc;
				margin: 0 auto;
    			overflow: hidden;
				padding:7px 0 4px 0;	
    			width: 940px;
			}
			
			#header #sub-navigation li {
				
				border-left:1px solid #fff;
				border-right:1px solid #dcdcdc;
				float:left;
				font-size:11px;
				list-style-type:none;
				padding:0 15px;
			}
			
			#header #sub-navigation li:first-child {
				border-left:none;
				padding-left:25px;
			}
			
			#header #sub-navigation li:last-child {
				border-right:none;
				padding-right:0;
			}
			
			#header #sub-navigation li.last-child {
				border-right:none;
				padding-right:0;
			}
			
			#header #sub-navigation li a {
				color:#0092D0;
			}
			
			#header #sub-navigation select {
				
				font-size:11px;
				width:90px;
			
			}
			
			#header #sub-navigation select.expand {
				
				width:auto !important;
				position:absolute;
			}
			

			
		/** END Sub navigation **/
		
		
		
		

/** END header **/
	

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

	}

/** END body **/

/** BEGIN content **/
#content {
	clear:left;
	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:12px;
				overflow:hidden;
				zoom:1;

			}
			

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

			#content .cbox ul li h3 {
				font-size:14px;
				margin:0 0 .25em 0;
				
			}

			#content .share {
				margin:5px 0 0 0;
				padding-top:5px;
			}
			
			#content .share #tweetButton {display:block;float:left; margin-right:5px;}
			#content .share #tweetButton a {outline:none;display:block;width:55px;height: 20px;background: url("../images/tweetButton.png") 0 0 no-repeat; text-indent:-9999em;}
    		#content .share #tweetButton a:hover {background: url("../images/tweetButton.png") 0 -20px no-repeat;}
			
			#___plusone_0 {
				width:60px !important;
			}
			
			#ie #content .cbox ul li .share iframe,
			#ie #content .cbox ul li .share #tweetButton {
				
				margin-right:5px;
			}
			
			#content .cbox ul li.with-thumb { overflow:hidden;}
			
			
					
			#content .cbox ul li.with-thumb p  {margin-left:90px;}
						
			#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  p.post-info {
				
				font-size:12px;
				color:#848585;
				position:relative;
				margin-top:5px;
		
			}
			
			#content  p.post-info.with-pic {
				padding-top:15px;
			}
			
			#ie.v6 #content  p.post-info.with-pic,
			#ie.v7 #content  p.post-info.with-pic {
				
				padding-top:0;
			}
			
			#content.author p.post-info.with-pic {
				
				padding-top:0;
			}
			
			#content p.post-info.with-pic .author-pic img {
				border:1px solid #dcdcdc;
				display:block;
				width:25px;
				height:25x;
				margin-top:-10px;
				margin-right:5px;
				float:left;
				zoom:1;
			}
			
			/* hide from less than IE8 */
			#ie.v7 #content .post-info.with-pic .author-pic img,
			#ie.v6 #content .post-info.with-pic .author-pic img {
				
				display:none;
			}
			
			
			
			#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 a.comments {
				
				background:url("../images/comments.png") no-repeat scroll 0 5px transparent;
				float:left;
				font-size:11px;
				font-weight:bold;
				height:16px;
				line-height:1.6em;
				margin-top:0;
				margin-right:3px;
				padding-bottom:17px;
				padding-top:9px;
				position:relative;
				text-decoration:none;
				text-align:center;
				top:-8px;
				width:32px;
				

			}
			
			
			#ie.v7 #content .cbox ul li a.comments,
			#ie.v8 #content .cbox ul li a.comments  {
				
				
				zoom:1;
			}
			
			
			#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;
				width:80px;
			}
			
			#content .cbox ul li.course-item .attachment {
				width:70px;
				height:70px;
			}
			
			#content .cbox ul li .attachment img {border:none;}
			
			#content .content hr {
				
				margin-bottom:10px;
			}
			
		/* @group list headers */
		
			.splitter {
				background:url("../images/splitter_ddd_2px.png") repeat-x scroll left center transparent;
				margin-bottom:10px;
			}
			
	
			.minor {
				color:#888888;
				font-size:10px;
				font-weight:bold;
				text-transform:uppercase;
			}
			
			.splitter span {
				background:none repeat scroll 0 0 #f9f9f9;
				padding-right:5px;
			}
		
		/* @end */	
			
	
		/* @group sticky posts */
			
			
			#content .cbox ul.sticky li {
				
				overflow:hidden;
				padding:6px 6px 0 6px;
				margin-bottom:20px;
				
			}
			
			#content .cbox ul.sticky li:even {
				background:#F9F9F9;
			}
			
			
			#content .cbox ul.sticky li h3 {
				
				font-size:16px;
			}
			
			#content .cbox ul.sticky li h3 span {
				
				font-size:16px;
			}
			
			#content .cbox ul.sticky li p {
				
				font-size:14px;
			}
			
			
			#content .cbox ul.sticky li .attachment {
				display: block;
				float: left;
				margin: 2px 10px 5px 0;
				overflow: hidden;
			    border:1px solid #dcdcdc;
				width:110px;
				height:110px;
			}
			
			#content .cbox ul.sticky li.with-thumb p {
				
				margin-left:120px;
				zoom:1;
			}
			
			
			
			/* @end */
			
			
			
			
			
	/** 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: .75em;
			font-size:1.2em;	

		}
		
		#content .span .content .wp-caption.aligncenter img {
			display:block;
			max-width:583px;
		}
		
		#content .span .content li {
			font-size:14px;	
		}
		
		/* @group social buttons */
		
			#content  dl.connect {
				
				padding-bottom:10px;
				line-height:2em;
				height:20px;
			}
			
			#content  dl.connect dt {
				
				
			}
			
			#content .partner-info  dl.connect {
				
				line-height:1.5em;
			}
			
			#content .partner-info  dl.connect dt {
				
				padding-top:0;
			}
			
			#content dl.connect dd.rss {
				
				margin-left:55px;
			}
			
			#content  dl.connect dd {
				
				margin-top:-17px;
			}
			
			#content .partner-info  dl.connect dd {
				
				margin-top:-16px;
			}
			
			#content dl.connect dd img,
			#content dl.connect dd a {
				
				border:none;
			}
			
			#content dl.connect dd img {
				
				margin-right:3px;
			}
		
		/* @end */
		
		
		#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 img { border:none;}
		#content .span #author.content .article-info {padding-bottom:0;  line-height:0;}
		#content .span #author.content .article-info p {clear:both; margin-bottom:.75em;}
		
		#content .span .content .article-info a.rss {
			
		}
		
		#content .span .content .article-info a.rss img {
			float:left;
			margin-right:4px;
			margin-top:-4px;
		}
		
		#content .span .content .article-info a.rss {
			padding-top:5px;
			line-height:1;
		}
		
		
		#content .span .content .article-info .share-button {
			
			float:right;
		}
		
		#content .span .content .course-info .share-button {
			
			float:none;
			padding-top:5px;
			margin-bottom:0;
		}
		
		.share-button iframe
		{
			
			margin-right:5px;
			margin-bottom:-6px;
		}
		
		.share .twitter-share-button {
			margin-bottom:-3px;
		}
		
		
		/*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,
		li.partner-item .copy p {
			
			margin-right:80px;
		}
		
		.course-item img, .job-item img, .partner-item img {
			
			float:right;
			border:1px solid #dcdcdc;

		}
		
		
		.home #sidebar .box.partners .inner { text-align:center; background:none;}
		.home #sidebar .box.partners img {display:inline-block; margin:5px; width:70px; height:70px; }
		
		#sidebar .box.partners select,
		#sidebar .box.authors 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,.partner-item dl {		
			margin-bottom:0em;
			font-size:12px;
			line-height:1.4em;
			overflow:hidden;
		}
		

		
		#content .job-item dl{
			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, .partner-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,  .partner-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, #ie .campaign-item dl dd, #ie .partner-item dl dd {float:none; }
		
		#content .span .content ul, #content .span .content ol {
			margin: .75em 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;}
		
		
		/* @group tables */
		
		#content table {
			border:1px solid #dcdcdc;
			margin-bottom:10px;
		}
		
		#content th {
			
			background:none;
			border:1px solid #dcdcdc;
			font-weight:bold;
			padding:5px;
		}
		
		
		#content td {
			border:1px solid #dcdcdc;
			padding:5px;
		}
		
		/* @end */
		
		/* @group tables */
		
			#content .amazon-asin-title {
				
				display:none;
			}
			
			#content .amazon-author {
				display:block;
			}
			
			#content .amazon-product-table,
			#content .amazon-product-price {
				
				border:none !important;
				border-collapse:collapse;

			}
			
			#content .amazon-product-table td {
				border:none;
			}
			
			
			#content .amazon-image-wrapper {
				
				float:left;
				margin-right:20px;
			}
			
			#content .amazon-buying {
				margin-left:120px;
				width:450px;
			}
			
			
			#content .amazon-new {
				font-size:1.2em;
				color: #820000;
			}
			
			#content .amazon-new .instock {
				color: #44A94D;
				font-weight:bold;
			}
			
		
		
		/* @end */
		
		
		
		
		/*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.authors li:first-child {
			
			padding-top:7px;
			margin-top:-7px;
		}
		
		#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; padding-top:5px;  text-align:center;}
		
		#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 5px 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
		}
		
		#content #idc-container ul {
			padding:0;
		}
		
		#content #idc-container .idc-postnav-list li {
			clear:none;
			padding:0;
		}
		
		
		#content #idc-container div.idc-text_noresize, #content #idc-container textarea.idc-text_noresize {
			    -moz-border-radius: 4px 4px 4px 4px;
			    background: url("http://s.intensedebate.com/themes/universal/images/idc-grey-0926.png") no-repeat scroll -713px -121px #FFFFFF;
			    border-color: #B0B0B0 #CCCCCC #CCCCCC;
			    border-right: 1px solid #CCCCCC;
			    border-style: solid;
			    border-width: 1px;
			    color: #333333;
			    float: left;
			    font: 12px/1.3em Helvetica,Arial,sans-serif;
			    height: 100px !important;
			    margin: 0 0 4px;
			    padding: 3px;
			    width: 97.8%;
		}
		

		/* group colours */
		
		#body.business-politics #idc-container-parent #idc-container h3 {
			
			background-color:#9E9FA0;
		}
		
		#body.higher-education #idc-container-parent #idc-container h3 {
			
			background-color:#979300;
		}
		
		#body.science-tech #idc-container-parent #idc-container h3 {
			
			background-color:#7D3F0C;
		}
	
		#body.social-change #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:0px 7px 0 7px; border-top:0; float:left; clear:left;}
		
		#sidebar #tabbed1.box .b div.tab-box li
		{
			
			clear:left;
			list-style:none;
			overflow:hidden;
			zoom:1;
		
		}
		
		 #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;
}


.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.business-politics .box h2, #body.business-politics  .cbox h2, .box.business-politics h2,  .cbox.business-politics h2, #body.business-politics .box .tabs li a,  h2.business-politics{
	background-color:#9E9FA0 !important;}
	
h3 span.business-politics {color:#555555;}
#body.business-politics 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;
}

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

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


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

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

h3 span.science-tech {color:#7D3F0C;}
#body.science-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;}
	
h3 span.lifestyle { color:#44A94D;}
#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 .5em 0 !important; line-height:1.2 !important; font-size:12px !important; }
#content .partner-info p strong, #content .partner-info dt  {color:#555555; font-weight:normal;}

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

#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:270px;}
#advanced-search .field input.short {width:235px;}
#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; }



/* Group newsletter */


.page-sidebar .inner h2 {

font-size:14px;
margin-bottom:10px;
}

.page-sidebar .inner .newsletter,
.page-sidebar .inner .feeds,
.page-sidebar .inner .twitter,
.page-sidebar .inner .write
{
clear:both;
oveflow:hidden;
padding:15px 10px;
background: -moz-radial-gradient(bottom, ellipse farthest-side, #eeeeee, #ffffff);
background: -webkit-gradient(radial, center bottom, 0, center bottom, 100, from(#eeeeee), to(#ffffff));
border-top: 1px dotted #dcdcdc;
min-height:85px;

}



#sidebar .page-sidebar .inner {
	border:1px solid #DCDCDC;
	margin-top:12px;
}

#sidebar .page-sidebar .inner .newsletter {
	
	border-top:none;
}

#sidebar .page-sidebar .inner .feeds {
	
	border-top:none;
}

#sidebar .page-sidebar .inner .twitter {
	margin-top:0;
}

.page-sidebar .inner .newsletter {

min-height:120px;
}

.page-sidebar .inner .newsletter p,
.page-sidebar .inner .write p {

line-height:1.4;
}

.page-sidebar .inner .newsletter .mc_error_msg {

position:relative;
top:8px;
}


.page-sidebar .inner #mc_signup_container label {

display:none;
}

.page-sidebar .inner #mc_signup_submit
{	
float:left;
margin:14px 0 0 2px;

}

.page-sidebar .inner .mc_merge_var {

float:left;

}

.page-sidebar .inner .mc_merge_var input {

width:240px;
}



/* @end */

/* Group feeds */

.page-sidebar .inner .feeds li {
margin-bottom:5px;
margin-left:0px;
list-style:none;
}

.page-sidebar .inner .feeds img
{

float:right;
margin-top:-3px;
margin-right:3px;
}

.page-sidebar .inner .feeds li a {

color:#DC7500;
font-size:12px;
font-weight:bold;
}

/* @end */


/* Group write */


.page-sidebar .inner .write img
{

float:right;
margin-top:-15px;
margin-right:-4px;
}

/* @end */

/* Group twitter */

.page-sidebar .inner  .twitter li {
font-style:italic !important;
list-style-type:none;
}

.page-sidebar .inner .twitter img {

float:right;
margin-top:15px;
margin-right:3px;
}


.page-sidebar .inner .twitter p {

margin-top:10px;
}

.page-sidebar .inner .twitter p a {

font-weight:bold;

}

/* @end */


/* Group advertise boxes */
	
	.advertise {
		
		margin:12px 0;
		padding:10px 10px 0px 10px;
		background: -moz-radial-gradient(bottom, ellipse farthest-side, #eeeeee, #ffffff);
		background: -webkit-gradient(radial, center bottom, 0, center bottom, 100, from(#eeeeee), to(#ffffff));
		border: 1px solid #dcdcdc;
	}
	
	.advertise h2 {
		
		font-size:14px;
		margin-bottom:10px;
	}
	
	.advertise img {
		
		float:right;
		margin-right:-5px;
		margin-top:-20px;
	}
	
	.advertise a {
		
		display:block;
		cursor:pointer;
	}
	
	.advertise a:hover {
		text-decoration:none !important;
	}
	
	.advertise a p {
		margin-bottom:7px;
		line-height:1.5em;
		
	}
	
	.advertise a p.text {
		
		color:#555;
		text-decoration:none !important;
	}
	
	/* Group category pages */
		
		#content.category .advertise,
		#sidebar-cat .advertise {
			
			margin-top:0;
			padding:8px 8px 5px 8px;
			
		}
		
		#content.category .advertise img,
		#sidebar-cat .advertise img  {
			
			width:60px;
			height:60px;
			float:left;
			margin:-5px 5px 0 0;
		}
		
	
	/* end */

/* @end */

/* Group Enquiry Lightbox */

	#enquiry {
		
		background:#fff;
		color:#555;
		width:460px;
		margin:0 auto;
		padding:0 10px 0 10px;
		text-align:left;
		overflow:hidden;
	}
	
	#enquiry h1 {
		
		border-bottom:1px dotted #DCDCDC;
		font-family:georgia;
		font-weight:normal;
		margin-bottom:15px;
		padding:20px 0 10px 0;
		font-size:22px;
	}
	
	#enquiry p {
		
		margin-bottom:1em;
	}
	
	
	#enquiry li {
		
		padding-bottom:5px;
	}
	
	#enquiry .validation_error {
		
		display:none !important;
	}
	
	#enquiry .gfield_description.validation_message {
		
		width:auto;
		padding:5px 0 0 0;
	}
	
	#enquiry .gform_wrapper .gfield_error {
		margin-bottom:0;
	}
	
	#enquiry label {
		
		color:#555;
	}
	
	#field_9_1, #field_9_4,
	#field_9_3, #field_9_5 {
		float:left;
		display:block;
	}
	
	#enquiry input {
		width:215px;
	}
	
	#enquiry select {
		width:225px;
	}
	
	#enquiry textarea {
		width:450px;
	}
	
	#input_9_1,
	#input_9_3 {
		margin-right:12px;
	}
	
	#field_9_6 {
		clear:both;
	}
	
	#enquiry #gform_ajax_spinner_5 {
		top:7px;
		position:relative;
	}
	
	#enquiry #gform_submit_button_9 {
		width:100px;
		min-width:100px;
		margin-top:5px;
	}

/* @end */


/*
 * WP-Paginate - WordPress Pagination Function
 * Revision: $Id: wp-paginate.css 153537 2009-09-10 13:26:24Z emartin24 $
 * Copyright (c) 2009 Eric Martin http://www.ericmmartin.com/projects/wp-paginate/
 */
.wp-paginate {padding:10px 0; margin:0 auto; text-align:center;}
.wp-paginate li {display:inline; list-style:none;}
.wp-paginate a {background:#F9F9F9; border:1px solid #dcdcdc; color:#007BC0; margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none;}
.wp-paginate a:hover, .wp-paginate a:active {background:#007BC0; color:#fff;}
.wp-paginate .title {color:#555; margin-right:4px;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {color:#fff; background:#007BC0;  margin-right:4px; padding:3px 6px;}
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {}

/* style overrides for comments pagination */
.wp-paginate-comments {}
.wp-paginate-comments li {}
.wp-paginate-comments a {}
.wp-paginate-comments a:hover, .wp-paginate-comments a:active {}
.wp-paginate-comments .title {}
.wp-paginate-comments .gap {}
.wp-paginate-comments .current {}
.wp-paginate-comments .page {}
.wp-paginate-comments .prev, .wp-paginate-comments .next {}





/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #dcdcdc;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	/*background-color:#e8e8e8;
	height:27px;*/
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

