/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
		
	html,body {
		font: 12px/1.4em arial, helvetica, verdana, tahoma, verdana, sans-serif;
		color: #999;
		line-height: normal;
	}
	body {
		margin: 0;
		text-align: center;
		background: url(../../../../images/bg_main.gif) repeat-x top center #000;
	}
	#contentwrap {
		width: 1005px;
		float: left;
		position: relative;
		z-index: 50;
		text-align: left;
		background: url(../../../../images/bg_content_default.gif) no-repeat top center;
	}
	#innerwrap {
		width: 1005px;
		margin: 0 auto;
	}
	#headerwrap {
		width: 925px;
		margin: 0 40px;
		float: left;
		height: 108px;
		position: relative;
		z-index: 100;
		border-bottom: 1px solid #353535;
	}
	
	.narrowcolumn h1{
		color: #fff;
		line-height: normal;
		margin: 0 0 15px 0;
		font-size: 1.4em;
		font-weight: bold;
	}
	
	* html #headerwrap { margin: 0 20px; }
	* html #headerwrap { margin: 0 20px; }
	
	#logo {
		position: absolute;
		top: 42px;
		left: 0;
		height: 49px;
		width: 222px;
		overflow: hidden;
	}
	#logo a {
		text-indent: -3000em;
		font-size: 1px;
		height: 49px;
		width: 222px;
		display: block;
		background: url(../../../../images/digitalagencylogo.gif) no-repeat;
	}
		
/* NAV STYLES  */

	#headerlinks {
		float: left;
		list-style: none;
		padding: 5px 0;
		margin: 0;
		text-transform: uppercase;
	}
	#headerlinks li {
		float: left;
		margin: 0 23px 0 0;
	}
	#headerlinks li a {
		color: #999;
	}
	#headerlinks li a:hover, #headerlinks li a.selected {
		color: #fff;
		text-decoration: none;
	}
/* SEND US YOUR BRIEF LINK  */

	.send_us_your_brief {
		position: absolute;
		top: 0;
		right: -40px;
		background: url(../../../../images/send_us_your_brief.gif) no-repeat top left;
		height: 49px;
		width: 183px;
		overflow: hidden;
	}
	.send_us_your_brief a {
		text-indent: -3000em;
		font-size: 1px;
		height: 49px;
		width: 183px;
		display: block;
	}
	

/* NAV SECTION STYLES  */

	#headersectionlinks {
		position: absolute;
		bottom: 0;
		right: 0;
		margin: 0;
		height: 56px;
		width: 541px;
		overflow: hidden;
	}
	#headersectionlinks li {
		float: left;
		height: 56px;
		overflow: hidden;
	}
	#headersectionlinks li a {
		text-indent: -3000em;
		font-size: 1px;
		height: 56px;
		display: block;
	}
	
	#headersectionlinks li.createlink { width: 121px; }
	#headersectionlinks li.createlink a { background: url(../../../../images/link_create.gif) no-repeat top left; width: 121px; }
	#headersectionlinks li.createlink a:hover, #headersectionlinks li.createlink a.selected { background: url(../../../../images/link_create.gif) no-repeat bottom left; }

	#headersectionlinks li.marketlink { width: 126px; }
	#headersectionlinks li.marketlink a { background: url(../../../../images/link_market.gif) no-repeat top left; width: 126px; }
	#headersectionlinks li.marketlink a:hover, #headersectionlinks li.marketlink a.selected { background: url(../../../../images/link_market.gif) no-repeat bottom left; }

	#headersectionlinks li.managelink { width: 127px; }
	#headersectionlinks li.managelink a { background: url(../../../../images/link_manage.gif) no-repeat top left; width: 127px; }
	#headersectionlinks li.managelink a:hover, #headersectionlinks li.managelink a.selected { background: url(../../../../images/link_manage.gif) no-repeat bottom left; }

	#headersectionlinks li.contactlink { width: 167px; }
	#headersectionlinks li.contactlink a { background: url(../../../../images/link_contact.gif) no-repeat top left; width: 167px; }
	#headersectionlinks li.contactlink a:hover, #headersectionlinks li.contactlink a.selected { background: url(../../../../images/link_contact.gif) no-repeat bottom left; }




.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}


#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	/*font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	font-family: arial, helvetica, verdana, tahoma, verdana, sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #fff;
	}
		#radialglow {
			width: 1005px;
			float: left;
			
			background: url(../../../../images/bg_radialglow.jpg) no-repeat top center;
		}
		#padwrap {
			width: 925px;
			margin: 0 40px;
			padding: 25px 0;
		}
		#leftcolinfo {
			float: left;
			width: 590px;
			clear: both;
			margin: 0 0 20px 0;
		}
		#rightcolwrap {
			float: right;
			width: 305px;
			margin: 0 -10px 0 0;
			padding: 45px 0 0 0;
			position: relative;
			top: -45px;
		}
	
	#footerwrap {
		border-top: 1px solid #262626;
		width: 925px;
		margin: 0 0;
		float: left;
		position: relative;
		text-align: left;
	}
		#leftcolinfo {
			float: left;
			width: 590px;
			clear: both;
			margin: 0 0 20px 0;
		}
		#rightcolwrap {
			float: right;
			width: 305px;
			margin: 0 -10px 0 0;
			padding: 45px 0 0 0;
			position: relative;
			top: -45px;
		}
	#leftcolinfo strong {
		color: #fff;
	}
	
	/*
	#leftcolinfo a {
		font-weight: bold;
	}
	*/
	#leftcolinfo.thinktank a {
		font-weight: normal;
	}
	#leftcolinfo.thinktank a b, #leftcolinfo.thinktank b a{
		color: #6eba10;
	}
	#leftcolinfo em {
		font-style: italic;
		color: #ccc;
	}
		
	.firstpara {
		color: #f3f3f3;
	}	
	.firstpara a {
		color: #fff;
	}	
		
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
	h1, h2, h3, h4 {
		color: #fff;
		line-height: normal;
		margin: 0 0 15px 0;
		font-size: 1.4em;
		font-weight: bold;
	}
	
/*
.entry p a:visited {
	color: #b85b5a;
	}
*/
/*
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}
*/

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 550px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	background-image:url(../../../../images/thinktank/bk_title.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */





/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

/*
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}
*/

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
*/

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
/* CSS Document */

/* GLOBAL RESET */
	html,body,div,li,dl,dt,dd,h1,h2,h3,h4,h5,pre,form,blockquote,fieldset,input { margin: 0; padding: 0; }
	h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal; font-style: normal; }
	fieldset,img { border: none; }
	caption,th { text-align: left; }
	table { border-collapse: collapse; border-spacing: 0; }
	
/* Hidden elements */
	.hidden, .screen_reader, hr { display: none; }
	
/* Paragraph default styling, amend as desired */
	p { margin: 0 0 15px 0; font-size: 1.3em; line-height: 1.4em; }
	.spacer { margin: 0 0 25px 0; }
	.bannerimg { float: left; }
	.bannerimghp { float: left; margin: 0 0 20px 0; }
	#leftcolinfo li { font-size: 1.2em; line-height: 1.4em;	}
	li strong, li b {color: #eee}
	
	.bannerimg_studio_tour{
		z-index:10000;
		position:absolute;
		border:#FFFFFF;
	}
	
	.directionslist {
		font-size: 1.2em;
		margin: 0 0 0 20px;
	}
	
/* Removes blue border on img links */
	a img { border: 0; }
	
/* Default link styling */
	a { color: #ccc; text-decoration: none; }
	a:hover { color: #ccc; text-decoration: underline; }
	
/* Float an element left with a margin */
	.floatL { float: left; margin: 0 20px 20px 0; }
	
/* Float an element right with a margin */
	.floatR { float: right; margin: 0 0 20px 20px; }
	
	.imglink {
		padding: 10px;
		background: url(../../../../images/bg_tabs.gif);
		margin:8px 0px 0px 10px;
	}
	.imglink:hover {
		background: url(../../../../images/bg_stripes_visited.png);
	}
	
	.red, #rightcolwrap .red strong, #leftcolinfo .red strong, .red a {
		color: #f00;
	}
	
	.block {
		background: url(../../../../images/bg_tabs.gif);
		padding: 20px 25px;
		margin: 0 0 15px 0;
	}
	.block ul {
		font-size: 1.2em;
		line-height: 1.4em;
	}
	.block h3 {
		color: #82E101;
	}
	.block span {
		color: #82E101;
	}
	
	.pdf {
		background:url(../../../../images/pdf_icon.gif) no-repeat left center;
		padding: 10px 0 10px 30px;
	}
	.clear {
	clear:both;
	}
	


.intro {
	color: #FECD70;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	line-height: 1.6em;
	padding: 10px 0;
}
.intro a {
	color: #FECD70!important;
}

.imgtitle3{
	text-indent: -3000em;
	font-size: 1px;
	overflow: hidden;
	height: 25px;
	margin: 20px 0px 0px 18px;
	clear: both;
}

blockquote {
	width: 150px;
	padding: 8px;
	float: right;
	font-size: 120%;
	font-style: italic;
	color: #81DF01;
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
	margin: 0 0 10px 10px;
}

.error{
	border:1px solid #ff0000!important;
}

/*Glossary*/


#newsBar-bar a , gs-title a{
	color:#fff!important;
}

.gs-result .gs-title, .gs-result .gs-title *{
	color:#fff!important;
}

#newsBar-bar{
	padding:10px 0px 10px 0px;
}

.glossarylinks{
	float:left;
	clear:both;
	list-style-type:none;
	padding:10px 0px 10px 0px;
}

.glosslink{
	padding:20px 0px 0px 0px;
}

.glossarylinks li{
	background-image:url(../images/thinktank/bk_arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
	padding:2px 0px 2px 10px;
	width:200px;
}


.glossary{
	float:left;
	clear:both;
	padding:0px 0px 10px 0px;
}

.glossary ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.glossary ul li{
	float:left;
	margin:0px;
	padding:5px;
}


/*Think tank add comment*/

.catbannerimg{
	padding:0px 0px 10px 0px;
}

#addcomment{
	padding:10px 0px 25px 0px;
}

#addcomment textarea{
	height:100px;
}

#addcomment legend{
	color:#fff;
	margin:0px 0px 10px -8px;
	padding:0px;
	font-size:120%;
	
}

.error{
	padding:10px 0px 10px 0px;
	font-size:130%;
}

.success{
	padding:10px 0px 10px 0px;
	font-size:130%;
	color:#81e003;
}

/*Think Tank*/

.thinktank h2{
	font-size:150%;
}

.jargon{
	float:left;
	width:580px;
	padding:0px 0px 8px 10px;
	color:#fff;
	background: url(../images/bg_tabs.gif);
	margin:0px 0px 20px 0px;
	font-size:90%;
}

.jargon a{
	color:#81e003;
}

.jargon a:hover{
	color:#fff;
}

.jargon span{
	float:left;
	width:70px;
	padding:10px 0px 0px 10px;
}

.jargon ul {
	list-style-type:none;
	margin:0px;
	padding:5px 0px 0px 0px;
	float:right;
	width:500px;
}

.jargon ul li{
	float:left;
	margin:0px 10px 0px 0px;
	padding:5px;
	width:auto;
}

.widget_categories {
	list-style-type:none;
	margin:0px;
	display: none;
	padding: 12px 0px 30px 20px;
}

#otherarticles{
	list-style-type:none;
	margin:0px;
	padding:0px 0px 0px 0px;
}

#blogcat li, #otherarticles li{
	background-image:url(../images/thinktank/bk_arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
	padding:2px 0px 2px 10px;
}


#thinktanksearch #term{
	background-image:url(../images/thinktank/bk_search.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:179px;
	height:15px;
	border:0px;
	padding:2px 3px 2px 3px;
	color:#fff;
	float:left;
	clear:left;
	margin:0px 0px 0px 0px;
}

#thinktanksearch #category{
	float:left;
	clear:left;
	width:183px;
	margin:10px 0px 10px 0px;
}

#thinktankcatsearch #archive{
	width:183px;
	margin:0px 0px 10px 0px;
}

#thinktanksearch #btnfind{
	float:left;
	color:#81e003;
	border:0px;
	cursor:pointer;
	background:url(../images/thinktank/bk_arrow.gif);
	background-position: 0px 5px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 5px;
	font-size:90%;
	margin:13px 0px 0px 10px;
	width:30px;
}

#thinktankcatsearch #btnview{
	color:#81e003;
	border:0px;
	background:none;
	cursor:pointer;
	background:url(../images/thinktank/bk_arrow.gif);
	background-position: 0px 5px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 5px;
	font-size:90%;
	float:left;
	margin:3px 0px 0px 10px;
	width:35px;
}

#thinktankcatsearch, #thinktanksearch{
	width:236px;
	padding:0px 0px 10px 0px;
}

#thinktanksearch{
	margin:30px 0px 0px 18px;
}

#thinktankcatsearch{
	margin:10px 0px 0px 18px;
}

.rssfeed{
	margin:26px 0px 0px 20px;
}

.newsrssfeed{
	clear:both;
	margin:10px 0px 0px 18px;
}

#thinktankcatsearch label, #thinktanksearch label{
	float:left;
	clear:both;
	color:#fff;
	padding:0px 0px 10px 0px;
	font-weight:bold;
	width:236px;
}

.green{
	color:#81e003;
}

.red{
	color:#f64401;
}

.commenttaglinks{
	font-size:80%;
	padding:20px 0px 0px 0px;
}

.blogtitle{
	font-size:170%!important;
	padding:0px 0px 0px 0px;
	margin:0px;
}

.innerblogtitle{
	font-size:170%!important;
	padding:0;
	margin:0;
	color: #fff!important;
	text-transform:uppercase;
	font-weight:bold;
}

.blogitems{
	padding:10px 10px 0px 10px;
	margin:0px 0px 0px 0px;
	width:580px;
	text-transform:uppercase;
}

h3{
	font-size:1.4em;
}

.blogitems a:hover{
	color:#fff;
	text-decoration:underline;
}

.author, .author a{
	color:#fff;
	padding:5px 0px 10px 5px;
}

.clear{
	clear:both;
}

.blogtitle a{
	color:#fff;
}

.searchresults{
	margin:0px;
	padding:0px;
}

.searchresults dt{
	font-size:150%;
	padding:10px 0px 0px 0px;
	margin:0px;
}

.blogauth{
	color:#fff;
	padding:0px 0px 10px 0px;
}

.blogauth a{
	color:#fff;
}

	.memberinfo {
		margin: 0 0 20px 0;
		padding: 0;
		float: left;
		clear: both;
		line-height: 1.2em;
		
		}
		.memberinfo .tabs {
			float: left;
			list-style: none;
			padding: 0 10px;
			margin: 0;
			font-size: 0.9em;
			width: 570px;
			border-bottom: 1px solid #333;
		}
		.memberinfo .tabs li {
			float: left;
		}
		.memberinfo .tabs li a {
			float: left;
			display: block;
			padding: 16px 21px 15px 21px;
			font-weight: bold;
			color: #fff;
			border: 0;
		}
		.logosml {
			margin:-5px 10px -10px -10px;
			float:left;
		}
		.memberinfo .tabs li a:hover, .memberinfo .tabs li a.selected {
			float: left;
			display: block;
			padding: 16px 21px 15px 21px;
			font-weight: bold;
			color: #fff;
			background: url(../../../../images/bg_tabs.gif) top left;
		}
		.memberinfo .tabs li a.selected {
			float: left;
			display: block;
			margin: 0 0 -1px 0;
			padding: 15px 20px 16px 20px;
			font-weight: bold;
			color: #fff;
			border: 1px solid #333;
			border-bottom: 0;
			background: url(../../../../images/bg_tabs.gif) top left;
		}
		.memberinfo .memberinfoinner {
			background: url(../../../../images/bg_stripblock.gif) repeat-x top center #000;
			float: left;
			clear: both;
			width: 590px;
			padding: 0;
			font-size: 0.9em;
		}
		.memberinfo .padding {
			padding: 15px 20px;
			font-size: 1em;
			line-height: 1.6em;
		}
		.memberinfo .comment {
			color: #eee;
			display: block;
			font-size: 1em;
			border-top: 1px dotted #444;
			padding: 15px 25px;
			background: #262626;
			clear: both;
		}
			#rightcolwrap strong {
		color: #fff;
	}
	#rightcolwrap h3 {
		color: #fff;
		margin: 0;
		clear: both;
	}

	.rclinks {
		list-style: none;
		float: left;
		clear: both;
		width: 295px;
		border-top: 1px solid #444;
		margin: 0 0 40px 0;
		padding: 0;
	}
		.rclinks li {
			float: left;
			clear: both;
			width: 295px;
			border-bottom: 1px solid #444;
			text-transform: uppercase;
		}
		.rclinks li a {
			float: left;
			display: block;
			padding: 8px 20px 8px 35px;
			color: #fff;
			width: 240px;
			background: url(../../../../images/arrow_grey3.gif) no-repeat 20px 11px;
		}
		.rclinks li a:hover {
			background: url(../../../../images/bg_rc_hover.png) no-repeat left center;
			text-decoration: none;
		}
		.rclinks li a.selected {
			background: url(../../../../images/bg_rc.png) left center;
			color: #82e101;
		}
	/* Lets give IE6 an alternative, it hurts to, but we must */
		* html .rclinks li a:hover { background: url(../images/arrow_grey3.gif) no-repeat 20px 11px; text-decoration: underline; }
		* html .rclinks li a.selected { background: url(../images/bg_rclinks.gif) left center; }

#rightnavtabs{
	width:284px;
}


#rightnavtabs .memberinfo .tabs{
	width:284px!important;
}

#rightnavtabs .memberinfoinner{
	width:304px!important;
}

#rightnavtabs .smallthumbswrap{
	width:284px!important;
}

.hidden{
	display:none;
}

.blogimageinner{
	float:right;
	padding:0px 0px 10px 10px;
}


.comment{
	color:#fff;
	padding:5px 10px;
	font-size:120%;
}

.commenter{
	padding:5px 10px;
	font-size:120%;
}

.alternate{
	background: url(../images/bg_stripes_visited.gif);
}

.maincomments{
	padding:5px 0px 5px 0px;
}

/**********************************************
**************** NEWS *************************
**********************************************/

.news .newsimage{
	width:140px;
	float:left;
}

.news .newstitle{
	float:right;
	width:440px;
	color:#fff;
	font-size:170%!important;
	padding:10px 0px 0px 0px;
}

.news .newstitle a{
	color:#fff;
}


.news .newsdate{
	float:right;
	width:440px;
	color:#fff;
	font-size:90%;
}

.news .newssummary{
	float:right;
	width:440px;
	padding:10px 0px 0px 0px;
}

.news .newsrow{
	clear:both;
	padding:0px 0px 30px 0px;
}

.bknewimage{
	/*background-image:url(../images/news/bk_newsimage.jpg);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	padding:10px 10px 10px 10px;
	*/
	width:103px;

}

.innernewstitle{
	font-size:200%!important;
}

.innerglossarytitle{
	font-size:200%!important;
}

.dllastednews{
	margin:10px 0px 0px 20px;
	padding:0px 0px 20px 0px;
	width:276px;	
}

.dllastednews dt{
	color:#fff;
	padding:5px 0px 0px 0px;
}

.dllastednews dd{
	padding:2px 0px 0px 0px;
}

.dllastednews dd p{
	font-size:100%;
}

.dllastednews dd a{
	color:#999999;
}

/*Pagination*/


.paging{
	float:left;
	clear:both;
	padding:10px 0px 0px 0px;
}

.paging .numlinks{
	float:left;
	text-align:center;
	width:338px;
}

.paging .numlinks ul{
	margin: auto auto;
	padding:0px;
	list-style-type:none;
}

.paging .numlinks li{
	margin:0px 5px 0px 5px;
	padding:0px;
	float:left;
}

.paging .next{
	background-image:url(../images/news/btn_next.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding:7px 21px 5px 21px;
	width:58px;
	height:27px;
	display:block;
	float:right;
}

.paging .previous{
	background-image:url(../images/news/btn_previous.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding:7px 21px 5px 21px;
	width:84px;
	height:27px;
	display:block;
	float:left;
}

.paging .numlinks a{
	margin:0px 0px 0px 10px;
}

.paging .normal{
	background-image:url(../images/news/seperator.jpg);
	background-position: 0px 3px;
	background-repeat:no-repeat;
}

.paging .normal span{
	padding:0px 0px 0px 10px;
}

.addthis{
	padding:0px 0px 10px 0px;
}






/*dropdown styles*/
#container {padding:20px;}


label.chosen {color:#333;}

/*Transparent items*/
.outtaHere {
	position:absolute;
	left:-3000px;
}



/*Selects*/
.selectArea {
	width:200px;
	height:21px;
	/*background:url(images/select_bg.gif) repeat-x left top;*/
	background:url(../images/thinktank/select_left.gif) no-repeat left top;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;

}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(../images/thinktank/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:200px;
	height:21px;
	margin-left:-179px;
	position:absolute;
}
.selectArea .right i {display:none;}
.selectArea .center {
	width:160px;
	color:#FFF;
	padding-top:3px;
	overflow:hidden;
	white-space:nowrap;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:172px;
	background:#6f7074;
	padding:2px;
	font-size:11px;
	z-index:20;
}
.optionsDivInvisible {display:none;}
.optionsDivVisible {display:block;}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#F2F2F2;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #6f7074;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#5F6062;
	border-color:#cfd0d6;
}

div.code {
	background:#e8eedf;
	color:#666;
	font-family:"Courier New", Courier, monospace;
	padding:10px;
	margin-bottom:20px;
}

.entry table {
	width:100%;
	border:1px solid #ccc;
	margin-bottom:20px;
}
.entry table td {
	border:1px solid #ccc;
	padding:10px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* THINK TANK 'LATEST POST' BOX  */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#latestpost
	{
	}

#latestpost h3
	{
	color: #82e101;
	font-size: 110%;
	margin: 0px;
	padding: 8px 0 4px 20px
	}

#latestpost h3 em
	{
	display: block;
	color: #82e101;
	font-weight: bold;
	}

#latestpost p
	{
	font-size: 90%;
	margin: 0px;
	padding: 0 12px 4px 20px
	}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FOOTER ELEMENTS  */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

 	.footerlinks {
		float: left;
		width: 925px;
		list-style: none;
		padding: 10px 0;
		margin: 0;
		color: #f54400;
		color: #aaa;
		font-size: 0.9em;
	}
	.footerlinks li {
		float: left;
		padding: 0 11px 0 0;
		margin: 0 10px 0 0;
		background: url(../images/divider.gif) no-repeat right center;
	}
	.footerlinks li a {
		color: #777;
	}
	.footerlinks li a:hover {
		color: #82e101;
	}
	.footerlinks li.emaillink, .footerlinks li.phone {
		float: right;
	}
	.footerlinks li.emaillink a {
		color: #f54400;
	}
	.footerlinks li.last {
		padding: 0;
		margin: 0 60px 0 0;
		background: none;
	}
	.footerlinks li.phone {
		padding: 0;
		margin: 0;
		background: none;
	}
	.footerlinks li.send_to_a_friend {
		padding: 0 0 0 15px;
		margin: 0 10px 0 0;
		background: url(../images/icon_envelope.gif) no-repeat left center;
	}
	.footerlinks li.bookmark {
		padding: 0 0 0 15px;
		margin: 0;
		background: url(../images/icon_heart.gif) no-repeat left center;
	}
	.footerlinks li.bookmark a, .footerlinks li.send_to_a_friend a {
		color: #fff;
	}
	
	#footerwrap p {
		color: #262626;
		color: #333;
		font-size: 1em;
	}
	

	
	.thinktanklink{
		float:left;
		margin:0px 0px 10px 0px;
	}
	
	.thinktanklink div{
		float:left;
		clear:both;
		padding:3px 0px 0px 0px;
	}
	
	a.thinktanklink{
		text-decoration:none;
		color:#fff;
	}
	
	.thinktank a
		{
		font-weight: normal;
		color: #6eba10
		}
	
	a.thinktanklink:hover{
		text-decoration:none;
		color:#fff;
	}
	
	
/**
* NEW BLOG STYLES
*/

.smallthumbswrap ul{
	list-style-type:none;
	padding:0px;
	margin:0px 0px 0px 11px;
}

.smallthumbswrap ul li{
	padding:10px;
}

.memberinfoinner{
	width:306px;
}

.memberinfoinner ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:306px;
}

.memberinfo ul{
	margin:0px;
}




.thread-even{
	background: url(../../../../images/bg_stripes_visited.gif);
}


#commentform input, #commentform textarea, #commentform select {
	font-family: arial, verdana, Trebuchet MS, Lucida Grande, Lucida Sans Unicode, geneva, helvetica, sans-serif;
	font-size: 0.8em;
	color: #fff;
	background: url(../../../../images/bg_input.gif);
	border:0px;
}
	
#commentform select {
	background: #fff;
}	

#commentform .button{
	border:0px;
	background: url(../../../../images/bg_stripes_visited.gif);
	cursor:pointer;
	float:right;
	width:130px;
	margin:0px 45px 0px 0px;
	color:#fff;
}

.widget_categories{
	display:block;
	clear:both;

}

.cattitle{
	font-family:arial,helvetica,verdana,tahoma,verdana,sans-serif;
	font-size:1.4em;
	font-weight:bold;
}

.widget_categories ul{
	margin:5px 0px 0px 0px;
}

.widget_categories ul li{
	background-image:url(../../../../images/thinktank/bk_arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
	padding:2px 0px 2px 10px;
}



/* Breadcrumb  */ 
  
.breadcrumbwrap {
	width: 925px;
	float: left;
	margin: -5px 0 20px 0;
	padding: 0;
	font-size: 0.8em;
}

.breadcrumb {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

.breadcrumb li {
	padding: 0;
	margin: 0;
	float: left;
}

.breadcrumb li a {
	padding: 0 14px 0 0;
	margin: 0 10px 0 0;
	float: left;
	color: #82e101;
	background: url(../../../../images/arrow_grey2.gif) no-repeat right center;
}

.breadcrumbwrap p {
	float: right;
	padding: 0 0 0 14px;
	margin: 0;
	text-transform: uppercase;
	background: url(../../../../images/arrow_green.gif) no-repeat left center;
}

blockquote {
	width: 150px;
	padding: 8px;
	float: right;
	font-size: .85em;
	font-style: italic;
	color: #81DF01;
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
	margin: 0 10px 10px 10px;
}

.infoline{
	color:#fff;
	width:601px;
	padding:0px 0px 0px 10px;
}

.entry {	
	padding:5px 0px 0px 10px;
	font-size:90%;
}

.innerentry{	
	padding:5px 0px 0px 0px;
	font-size:90%;
}

.entry a{
	color:#6eba10;
}

.maincontentinner h2{
	font-size:170%;
	font-weight:bold;
	margin:0px 0px 15px 0px;
}

.maincontentinner h3{
	font-size:160%;
	font-weight:bold;
	margin:0px 0px 15px 0px;
}

.leftcolinfo h1{
	text-align:left;
}

.flashcta{
	margin: 0 0 15px 0;
}

.videoshots{
	margin: 15px 0px 15px 0px;
}


.current-cat a{
	color:#6eba10;
}

.commentlist p{
	font-size:0.9em!important;
	line-height:1.2em!important;
}


#content{
	float:left;
}
/**
* END NEW BLOG STYLES
*/

/************ Vacancies Sidebar ************/

	.vacancies { background:#76cd00; color:#232323; padding:20px; margin:0 0 15px 0; clear:both; }
	.vacancies h3 { letter-spacing:-1px; line-height:2em; text-transform:uppercase; color:#232323; font-weight:bold; }
	.vacancies p { margin:0 0 5px 0; font-size:1.2em; }
	.vacancies a { color:#232323; }
	.vacancies .arrow { background:url(../../../../images/arrow.gif) no-repeat left center; padding-left:10px; font-size:0.7em; text-transform:uppercase; }
	

