a {
	text-decoration: none;
	color: #484762
}
a:hover {
	text-decoration: underline
}

a.btn {
	padding: 3px 20px;
	border: 1px solid black;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	text-shadow: black 0px 0px 1px;
	background: #050505 url(/images/bg_btn.png) repeat-x top left;
}
a.btn:hover {
	color: #55A0A6
}

a.button {
	background: #fff url(/images/bg_button.png) repeat-x top left;
	border: 1px solid #C6BFB9;
	padding: 3px 10px;
	border-radius: 5px;
	margin-top: 3px;
	color: #7A5179
}
a.button:hover {
	background: white;
	text-decoration: none;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	color: #847d78;
	background: white url('/css/theme/bg.jpg');
}
body._editor {
	background: #E5E2DF
}

div.clear {
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	clear: both;
}

div.content {
	padding: 10px
}
div.content ul {
	line-height: 1.4em
}

/* Content columns master widths */
div.content_two_column {
	width: 720px;
}
div.content_one_column, div.content_two_column div.two_columns div.content_left {
	width: 480px;
}
div.content_two_column div.two_columns div.content_right {
	width: 220px;
	padding-top: 39px
}
div.content_right h2 {
	font-size: 1.1em;
	line-height: 1.5em;
	text-transform: uppercase;
	color: #5b534c;
	margin: 0px 0px 10px 0px;
	padding-bottom: 0px;
	border-bottom: 1px solid #c6bfb9
}

div.podcast_episode {
	display: block;
	margin-bottom: 25px
}
div.podcast_episode a.btn {
	margin-left: 10px
}
div.podcast_episode div.thumb {
	width: 100px;
	float: left;
}
div.podcast_episode div.thumb img {
	width: 100px;
}
div.podcast_episode div.content {
	margin-left: 110px;
	padding: 0px
}
div.podcast_episode div.content h3.date .speaker:after {
	margin-right: 5px;
	content: ','
}

div.popup {
	display: none;
}

div.qu_answer {
	width: 900px;
	height: 242px;
	padding: 10px;
	overflow: hidden;
	background-color: #3a3f55;

}

div.qu_answer div.two_columns div.left, div.qu_answer div.two_columns div.right {
	width: 440px
}
div.qu_answer div.two_columns div.two_columns div.left, div.qu_answer div.two_columns div.two_columns div.right {
	width: 215px
}
div.qu_answer h1 {
	color: #5A5971;
	margin: 0px 0px 3px 0px;
	border-bottom: 1px solid white;
	padding-bottom: 0px;
	font-size: 1.2em;
	text-transform: uppercase
}
div.qu_answer h2 {
	color: #124524;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dotted #c3c6d1
}
div.qu_answer h3 {
	color: #666;
	margin: 3px 0px 0px 0px;
	padding: 0px
}
div.qu_answer p {
	margin-bottom: 2px
}
div.qu_answer ul {
	list-style-type: circle;
	margin: 0px;
	padding: 0px 0px 0px 20px
}
div#qu_background {
	background-color: #3a3f55;
}

div.staff-profile {
	display: inline-block;
	width: 220px;
	height: 75px;
	overflow: hidden;
	margin: 5px 0px;
	clear: both;
}
div.staff-profile:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
div.staff-profile img {
   width: 75px;
   height: 75px;
   margin-right: 10px;
   float: left;
   border: 1px solid #C6BFB9
}
div.staff-profile p {
   margin: 0px 0px 0px 85px;
   line-height: 1.4em
}
div.staff-profile h5 {
   font-weight: bold;
   font-size: 1em;
   line-height: 20px;
   margin: 0px 0px 0px 85px;
}

div.tag_cloud {
	font-family: Georgia, Times
}
div.tag_cloud a {
	color: white;
	display: block;
	float: left
}
div.tag_cloud h2 {
	margin: 0px;
	border: 0px;
	padding: 8px 10px;
	color: #4e4e6e;
	background-color: white;
	line-height: 1.3em
}
div.tag_cloud div.cloud_bottom, div.tag_cloud div.cloud_top {
	padding: 0px;
	line-height: 0px;
	font-size: 0px;
	height: 5px;
}
div.tag_cloud div.cloud_centre {
	padding: 10px 5px
}
div.tag_cloud ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
div.tag_cloud li {
	float: left
}
div.tag_cloud .size_1 {
	font-size: 90%;
}
div.tag_cloud .size_2 {
	font-size: 123%;
}
div.tag_cloud .size_3 {
	font-size: 144%;
}
div.tag_cloud .size_4 {
	font-size: 171%;
}
div.tag_cloud .size_5 {
	font-size: 183%;
}
div.tag_cloud .size_6 {
	font-size: 216%
}
div.tag_cloud .r1 {
	margin: 3px 2px 4px 1px
}
div.tag_cloud .r2 {
	margin: -2px 0px 2px 5px
}
div.tag_cloud .r3 {
	margin: -1px 0px 4px 6px
}
div.tag_cloud .r4 {
	margin: -4px 0px 3px 7px
}
div.tag_cloud .hlite {
	color: #781f32
}

div.two_columns div.left, div.three_columns div.left {
	float: left;
}
div.two_columns div.right, div.three_columns div.right {
	float: right
}

h1, h2, h3, h4 {
	font-family: Georgia, Arial, sans-serif
}
h5, h6 {
	font-family: "Lucida Sans", Arial, sans-serif
}

h1 {
	margin-bottom: 0px;
	border-bottom: 1px solid #C6BFB9;
	padding-bottom: 13px;
	text-shadow: 0px 1px #f2f2f2;
}
h1.logo {
	overflow: hidden;
	padding: 0px;
	margin: 0px
}
h1.logo i {
	visibility: hidden
}
h1.logo a:hover {
	text-decoration: none
}

h2 {
	font-size: 1.1em;
	line-height: 1.5em;
	text-transform: uppercase;
	color: #5b534c;
	margin: 0px 0px 10px 0px;
	padding-bottom: 0px;
	border-bottom: 1px solid #c6bfb9
}
h2.new {
	font-size: 16px;
	border-bottom: none;
	text-transform: none;
	margin-bottom: 7px;
}
h3 {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0px;
	color: #5b534c
}
h3.acc_toggler {
	background: #efefef url('/images/acc_expand_more.png') no-repeat right center;
	border: 1px solid #dedede;
	border-left: 0px;
	border-right: 0px;
	margin-bottom: 2px;
	padding: 4px 50px 4px 4px;
	cursor: pointer
}
h3.acc_toggler_active {
	background-color: #eccdde;
	background-image: none
}
h4 {
	margin: 0px;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #555555
}

hr.clear {
	border: 0px;
	margin: 0px;
	clear: both;
	line-height: 0px;
	height: 0px;
	color: #e5e2df;
/*	color: white;*/
}

html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

img.ad {
	display: none
}

p {
	margin-top: 0px;
	line-height: 1.5em
}
p._contact, p._contact a {
	color: #efefef;
}
p._contact {
	padding: 15px 0px 6px 10px;
	margin: 0px;
	line-height: 1em;
}
p._contact .email {
	margin-left: 20px
}
p.intro {
	font-family: Georgia, serif;
	font-size: 20px;
	color: #5A5971;
	line-height: 30px;
	margin-bottom: 10px;
}

ul#tag_search {
	padding: 0px 0px 0px 20px;
	margin: 0px;
}
ul#tag_search li {
	margin-bottom: 5px
}

ul.social {
	list-style: none;
	float: right;
	width: 310px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border-top: 1px dashed #999;
}
ul.social li {
	border-bottom: 1px dashed #999;
	padding: 5px 10px;
	float: left;
	width: 135px
}
ul.social li a {
	background: url(/images/social_icons.png) no-repeat top left;
	display: block;
	padding-left: 25px;
	line-height: 16px;
}
ul.social li a:hover {
	text-decoration: none;
	background-color: #efefef;
}
ul.social li.itunes a {
	background-position: 0px 0px;
}
ul.social li.facebook a {
	background-position: 0px -16px;
}
ul.social li.twitter a {
	background-position: 0px -32px;
}
ul.social li.vimeo a {
	background-position: 0px -48px;
}

.white {
	background-color: white
}

/* margin for navigation */
#content {
	margin-left: 155px
}

#cse {
	float: right;
	margin: 12px 8px 0px 0px
}
#cse input[type="text"] {
	width: 141px;
	border: 1px solid #eee;
	padding: 3px;
}
#cse input.btn {
	background: #9199af;
	color: white;
	border: 1px solid white;
	font-weight: bold
}

#cse-search-results {
	padding: 10px;
	background: white
}
#cse-search-results iframe {
	width: 680px
}

#holder div.tv_bottom {
	padding: 19px 8px;
	font-size: 0.9em;
	text-align: right;
	color: #efefef
}
#holder div.tv_centre {
	padding: 0px 19px;
	margin: 0px;
}
#holder div.tv_top {
	height: 19px;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}

#home_text {
	width: 450px;
	float: left;
	margin: 0px 10px 0px 8px
}
#home_text div.two_columns div.left {
	width: 140px;
	margin: 0px
}
#home_text div.two_columns div.right {
	width: 300px;
	margin: 0px
}

#navigation {
	background: white url('/images/navigation_bg.png') no-repeat bottom left;
	width: 141px;
	margin: 0px 0px 0px -3px;
	font-family: Georgia, Arial, sans-serif;
	font-size: 0.9em;
	float: left;
	overflow: hidden
}
#navigation a {
	color: #ff0099;
}
#navigation ul {
	background: url('/images/navigation_top.png') no-repeat;
	padding: 10px 10px 35px 10px;
	list-style-type: none;
	margin: 0px
}
#navigation ul li {
	border-bottom: 2px solid #afa8a3;
	padding: 6px 4px;

}
#navigation ul ul {
	width: 114px;
	background: #5A5971;
	margin: 5px 0px 0px -6px;
	padding: 5px
}
#navigation ul ul li {
	border: 0px;
	padding: 4px 3px
}
#navigation ul ul li a {
	color: #cdcdcd
}
#navigation ul ul ul {
	width: 110px;
	border-top: 1px dotted white;
	border-bottom: 1px dotted white;
}
#navigation ul ul ul li {
	padding: 2px 0px 2px 8px
}
#navigation ul ul ul li a {
	color: white
}

#qu_get-involved_expanded p {
	margin: 0px
}

#qu_whats-on_expanded h2 {
	border-bottom: 0px;
	color: #666;
	font-size: 1em;
	text-transform: none
}

#show_container {
	width: 450px;
	height: 300px;
	position:relative;
}
#show_container img {
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width: 450px;
	height: 300px;
}

#tv {
	margin: auto;
	width: 976px;
	position: relative
}
#tv h1.logo {
	float: left;
	width: 48px;
	height: 324px;
	background: url('/css/theme/logo_side.png') no-repeat -2px 0px;
	margin: 75px 15px 0px 0px
}
#tv h1.logo a {
	display: block;
	width: 48px;
	height: 324px;
}
#tv p._contact {
	margin-left: 73px;
}
#tv #holder.one_column {
	width: 684px;
	float: left
}
#tv #holder.one_column div.tv_top {
	background: transparent url('/images/bg_single_top.png') no-repeat;
}
#tv #holder.one_column div.tv_centre {
	background: transparent url('/images/bg_single_centre.png') repeat-y;
}
#tv #holder.one_column div.tv_bottom {
	background: transparent url('/images/bg_single_bottom.png') no-repeat;
}

#tv #holder.two_column {
	width: 913px;
	float: left
}
#tv #holder.two_column div.tv_top {
	background: transparent url('/images/bg_double_top.png') no-repeat;
}
#tv #holder.two_column div.tv_centre {
	background: transparent url('/images/bg_double_centre.png') repeat-y;
	margin-top: 0px
}
#tv #holder.two_column div.tv_bottom {
	background: transparent url('/images/bg_double_bottom.png') no-repeat;
}
#tv #holder.two_column div.tag_cloud {
	width: 480px;
	margin: 10px 0px 0px 155px;
}
#tv #holder.two_column div.tag_cloud div.cloud_bottom {
	background: transparent url('/css/theme/cloud_double_bottom.png') no-repeat
}
#tv #holder.two_column div.tag_cloud div.cloud_centre {
	background: transparent url('/css/theme/cloud_double_centre.png') repeat-y
}
#tv #holder.two_column div.tag_cloud div.cloud_top {
	background: transparent url('/css/theme/cloud_double_top.png') no-repeat
}

#tv_cloud_column {
	float: left;
	margin: 9px 0px 0px 11px;
	width: 210px;
	overflow: hidden;
}
#tv_cloud_column div.tag_cloud {
	width: 210px;
}
#tv_cloud_column div.tag_cloud div.cloud_bottom {
	background: transparent url('/css/theme/cloud_single_bottom.png') no-repeat
}
#tv_cloud_column div.tag_cloud div.cloud_centre {
	background: transparent url('/css/theme/cloud_single_centre.png') repeat-y
}
#tv_cloud_column div.tag_cloud div.cloud_top {
	background: transparent url('/css/theme/cloud_single_top.png') no-repeat
}