/* Grant Thornton Thinking section screen CSS */

/* Colour scheme 

	Beige: #e8e3da
	Blue: #336bbd

*/

p.wide {

width:100%;
float:left;
}

/* ----- Universal Styles ------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
.hide {
	display: none;
}

/* ----- Columns & Rows ------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */

/* ----- Columns ----- */
/* ------------------------------------------------------------ */
.g_content .g_main_o, .g_content .g_main_i {
	float: left;
	width: 600px;
	margin: 0;
	padding: 0;
}
.g_content .g_related_o, .g_content .g_related_i {
	float: right;
	width: 294px;
	margin: 0;
	padding: 0;
}

/* ----- Typography ------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
h2.alt {
	color: #336bbd;
}

/* ----- Panels ------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
.sidebar_item {
	float: left;
	width: 274px;
	margin-bottom: 10px;
	padding: 10px;
	background: #e8e3da;
}
.sidebar_item h2 {
	font: bold 1.1em Arial, Helvetica, sans-serif;
	color: #444;
	margin-bottom: 6px;
}
.sidebar_item p {
	margin: 0;
}

/* ----- RSS Feed Panel ----- */
/* ------------------------------------------------------------ */
.sidebar_item .rss a {
	display: block;
	width: 234px;
	padding: 12px 0 12px 40px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	background: url(../images/thinking/icons/rss_small.gif) 0 50% no-repeat;
}
.sidebar_item .mail a {
	display: block;
	width: 234px;
	padding: 12px 0 12px 40px;
	font-weight: bold;
	background: url(../images/thinking/icons/email_purple_small.gif) 0 50% no-repeat;
}
/* ----- Search Panel ----- */
/* ------------------------------------------------------------ */
.sidebar_item.search input {
	width: 220px;
	color: #908b88;
	font-size: 1em;
}
.sidebar_item.search input.button {
	width: auto;
	color: #000;
}

/* ----- Sign In Panel ----- */
/* ------------------------------------------------------------ */
.sidebar_item.signin a {
	font-weight: bold;
}
.sidebar_item.signin label {
	display: block;
	float: left;
	width: 65px;
	font-size: 1em;
}
.sidebar_item.signin input {
	width: 155px;
	margin-bottom: 5px;
	color: #908b88;
	font-size: 1em;
}
.sidebar_item.signin input.button {
	width: auto;
	margin: 0;
	color: #000;
}

/* ----- Promo Panel ----- */
/* ------------------------------------------------------------ */
.sidebar_item.promo p {
	padding-bottom: 3px;
	/*border-bottom: 1px dotted #999;*/
}
.sidebar_item.promo p.img {
	padding-bottom: 0;
	border-bottom: none;
}
.sidebar_item.promo img {
	border: 1px solid #444;
}

/* ----- Recent/List Panel ----- */
/* ------------------------------------------------------------ */
.sidebar_item.recent ul, .sidebar_item.list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px dotted #999;
	padding-top: 5px;}
.sidebar_item.list ul {
	padding-top: 5px;
}
.sidebar_item.recent ul li {
	/*padding: 5px 0;
	border-bottom: 1px dotted #999; */
	margin-bottom: 2px;
}
.sidebar_item.list ul li {
	margin-bottom: 2px;
}
.sidebar_item.recent ul li a, .sidebar_item.list ul li a {
	color: #336bb3;
}

.sidebar_item.recent ul li ul, .sidebar_item.list ul li ul{
	border: none;
	padding-top: 2px;
	padding-left: 15px;
}
.sidebar_item.recent ul li ul li a, .sidebar_item.list ul li ul li a {
	color: #666;
	
}
/* ----- Tags Panel ----- */
/* ------------------------------------------------------------ */
.sidebar_item.tags p a {
	color: #336bb3;
}

/* ----- Article Filters ------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
.g_main_i ul.filters {
	list-style: none;
	margin: 0 0 16px 0;
	padding: 0;
}
.g_main_i ul.filters li {
	display: inline;
	margin-right: 12px;
	padding: 0 12px 0 0;
	border-right: 1px solid #a1a1a1;
	font: 1.2em Georgia, serif;
}
.g_main_i ul.filters li.last {
	margin: 0;
	padding: 0;
	border: none;
}
.g_main_i ul.filters li a {
	color: #444;
}

/* ----- Pagination ------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
.g_main_i ul.pagination {
	list-style: none;
	margin: 0 0 16px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #999;
}
.g_main_i ul.pagination li {
	display: inline;
	margin-right: 10px;
}
.g_main_i ul.pagination li a {
	color: #444;
	font-weight: bold;
}




/* ----- Article Entry ------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */

.g_main_i div.heading { 
	margin-bottom: 22px;
	font-family: Georgia,serif;
    font-weight: normal;
    color: #4A2C7B;
    font-size: 2.6em;
    line-height: 1.07692;
}

.g_main_i .entry {
	position: relative;
	clear: both;
	float: left;
	margin-bottom: 20px;
	_margin-bottom: 0px;
	width:600px;
}
.g_main_i .entry h1, .g_main_i .entry h2 {
	margin-bottom: 4px;
	font-size: 2.2em;	
	color: red;
}

.entry h1 a,.entry h1 a:visited,.entry h2 a,.entry h2 a:visited {
	color: #4f2d7f;
}

.g_main_i .entry p.assoc {
	position: absolute;
	top: 0;
	right: 0;
}
.g_main_i .entry .envelope {
	margin-bottom: 12px;
	font-size: 1em;
	line-height: 1.4em;
}
.g_main_i .entry .envelope a {
	color: #336bbd;
}
.g_main_i .entry p.centre {
	text-align: center;
}
.g_main_i .entry p.left {
	float: left;
	margin-right: 15px;
}
.g_main_i .entry p.right {
	float: right;
	margin-left: 15px;
}
.g_main_i .entry a.lnk {
	color: #336bbd;
	font-weight: bold;
}
.g_main_i .entry .end {
	clear: both;
	float: left;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999;
}
.g_main_i .entry .end p {
	margin: 0;
}
.g_main_i .entry .end p a {
	color: #444;
	font-weight: bold;
}
.g_main_i .entry .end p.comments {
	float: left;
}

/* ----- Share Panel ----- */
/* ------------------------------------------------------------ */
.g_main_i .entry .end .share {
	position: relative;
	float: right;
	margin-top: -3px;
}
.g_main_i .entry .end .share p {
	padding: 4px 0 4px 26px;
	background: url(../images/thinking/icons/share_small.gif) 0 50% no-repeat;
	font-weight: bold;
}
.g_main_i .entry .end .share .panel {
	position: absolute;
	z-index: 2;
	right: 42px;
	bottom: 35px;
	float: left;
	width: 161px;
	background: url(../images/thinking/share_top.png) 0 0 no-repeat !important;
	background-image: url(../images/thinking/share_top.gif);
}
.g_main_i .entry .end .share .panel ul {
	float: left;
	width: 145px;
	margin: 0 0 -25px 0;
	padding: 0 11px 25px 5px;
	list-style: none;
	background: url(../images/thinking/share_bottom.png) 0 100% no-repeat !important;
	background-image: url(../images/thinking/share_bottom.gif);
}
.g_main_i .entry .end .share .panel ul li {
	list-style: none;
	margin: 0;
	border-bottom: 1px dotted #d2d2d2;
	font-size: 0.9em;
}
.g_main_i .entry .end .share .panel ul li.last {
	border-bottom: none;
}
.g_main_i .entry .end .share .panel ul li a {
	display: block;
	padding: 5px 5px 5px 25px;
	background-position: 5px 50%;
	background-repeat: no-repeat;
	color: #666;
}
.g_main_i .entry .end .share .panel ul li a.send {
	background-image: url(../images/thinking/icons/send.gif)
}
.g_main_i .entry .end .share .panel ul li a.digg {
	background-image: url(../images/thinking/icons/digg.gif)
}
.g_main_i .entry .end .share .panel ul li a.reddit {
	background-image: url(../images/thinking/icons/reddit.gif)
}
.g_main_i .entry .end .share .panel ul li a.delicious {
	background-image: url(../images/thinking/icons/delicious.gif)
}
.g_main_i .entry .end .share .panel ul li a.furl {
	background-image: url(../images/thinking/icons/furl.gif)
}
.g_main_i .entry .end .share .panel ul li a.twitter {
	background-image: url(../images/thinking/icons/twitter.gif) 
}
.g_main_i .entry .end .share .panel ul li a.technorati {
	background-image: url(../images/thinking/icons/technorati.gif)
}

/* ----- Comments ----- */
/* ------------------------------------------------------------ */
.g_content .g_main_i .reader-comments h3 {
	margin-bottom: 15px;
	color: #444;
	font-size: 1.4em;
}
.g_content .g_main_i .reader-comments dl {
	border: none;
	margin: 0 0 20px 0;
	padding: 0;
}
.g_content .g_main_i .reader-comments dl dt {
	color: #444;
}
.g_content .g_main_i .reader-comments dl dt strong {
	color: #336bbd;
}
.g_content .g_main_i .reader-comments dl dd {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-size: 1em;
	border-bottom: 1px dotted #d2d2d2;
}
.g_content .g_main_i .reader-comments dl dd p {
	font-size: 1em;
}
.g_content .g_main_i .reader-comments dl dd p.envelope {
	margin: 0;
	font-size: 0.9em;
	color: #666;
}
.g_content .g_main_i .comment-form {
	width: 600px;
	margin: 0;
	padding: 0;
}
.g_content .g_main_i .comment-form p {
	float: right;
	width: 500px;
	font-size: 1em;
}
.g_content .g_main_i .comment-form p.heading {
	clear: left;
	float: left;
	width: 100px;
	padding-top: 2px;
	color:#000;
}
.g_content .g_main_i .comment-form label {
	font-weight: bold;
}
.g_content .g_main_i .comment-form input {
	width: 300px;
}
.g_content .g_main_i .comment-form input.button {
	width: auto;
}
.g_content .g_main_i .comment-form textarea {
	width: 296px;
}

/* ----- Featured Article ----- */
/* ------------------------------------------------------------ */
.featured {
	float: left;
	width: 600px;
	margin-bottom: 10px;
}
.featured h2 {
	position: relative;
	float: left;
	width: 558px;
	padding: 0 0 10px 42px;
	background: url(../images/thinking/dividers/h_2px_b9abcc.gif) 100% 25px no-repeat;
}
.featured h2 a.feed {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 32px;
	height: 32px;
}
.featured .img {
	float: left;
	margin: 0 0 5px 0;
}
.featured .detail {
	float: right;
	width: 440px;
}
.featured .envelope {
	float: left;
	width: 440px;
	padding-top: 5px;
	border-top: 1px dotted #999;
}
.featured .envelope p {
	float: right;
	color: #908b88;
}
.featured .envelope p.lnk {
	float: left;
}
.featured .envelope p a {
	color: #336bbd;
}
.featured .envelope p.lnk a {
	font-weight: bold;
}

/* ----- Recent Entries List ----- */
/* ------------------------------------------------------------ */
.recent-entries {
	width: 600px;
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px dotted #999;
}
.recent-entries li {
	list-style: none;
	width: 600px;
	margin: 0;
	padding: 6px 0 5px 0;
	border-bottom: 1px dotted #999;
}

/* ----- Section Links ----- */
/* ------------------------------------------------------------ */
.section-links {
	clear: both;
	float: left;
	width: 911px;
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 1.2em;
	color: #444;	
}
.section-links li {
	float: left;
	width: 213px;
	margin: 0 20px 0 0;
	padding: 0;
	list-style: none;
	background: url(../images/thinking/dividers/h_2px_b9abcc.gif) 0 24px no-repeat;
}
.section-links li.alt {
	width: 212px;
}
.section-links li.end {
	margin-right: 0;
}
.section-links li a {
	display: block;
	width: 142px;
	padding: 0 0 30px 70px;
	color: #444;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.section-links li a strong {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 1.4em;
	color: #336bbd;
}
.section-links li a.blog {
	background-image: url(../images/thinking/icons/paper.gif);
}
.section-links li a.press {
	background-image: url(../images/thinking/icons/paper.gif);
}
.section-links li a.publications {
	background-image: url(../images/thinking/icons/paper.gif);
}
.section-links li a.forum {
	background-image: url(../images/thinking/icons/paper.gif);
}

.current-page {
font-weight:bold;
}

#SWFObjectExprInst {
z-index:1;
position:relative;
}

ul#nav_categories li {
list-style:none;
}

